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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  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 #d1d1d1;
  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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #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 #d1d1d1;
  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 #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  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,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  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,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
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 © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.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,
.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,
.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,
.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.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  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.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: #e2e2e2;
  border: 1px solid #cdcdcd;
  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.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  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.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.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,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.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;
}
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.block-wishlist .block-title {
  margin-bottom: 15px;
}
.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,
.block-wishlist .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.magento-payments-review .block .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;
}
.magento-payments-review .block .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;
}
.magento-payments-review .block .block-title > .action,
.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;
}
.magento-payments-review .block .box-title,
.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;
}
.magento-payments-review .block .box-title > span,
.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;
}
.magento-payments-review .block .box-title > .action,
.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;
}
.magento-payments-review .block .block-content p:last-child,
.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;
}
.magento-payments-review .block .block-content .box,
.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,
.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 {
  text-align: center;
  width: 47px;
}
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > 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,
.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,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.abs-product-link > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #333333;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.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 .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link: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 .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link: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 .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link: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 .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link: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 .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.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 .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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 .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus) {
  box-shadow: none;
}
.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: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-action-remove: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: #1979c3;
  text-decoration: none;
}
.abs-action-remove: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: #006bb4;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove: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-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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;
}
.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,
.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.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.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,
.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,
.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,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.search-autocomplete,
.cart-summary,
.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 .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 .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 {
  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.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #333333;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.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,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.magento-payments-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .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 .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  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,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .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,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  position: absolute;
  right: -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,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.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,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.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:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  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: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.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 #cccccc;
  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 #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.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 {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.magento-payments-review-discount > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  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,
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .magento-payments-review-discount > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.magento-payments-review-discount > .content,
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.magento-payments-review-discount.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.magento-payments-review-discount.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Sm/autostore/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Sm/autostore/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Sm/autostore/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Sm/autostore/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Sm/autostore/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Sm/autostore/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Sm/autostore/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Sm/autostore/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.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 #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.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: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Sm/autostore/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 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: 20px;
}
.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: 700;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: '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;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 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/Sm/autostore/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Sm/autostore/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.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: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.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;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 20px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  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;
}
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: #8f8f8f;
  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 {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Sm/autostore/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Sm/autostore/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Sm/autostore/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Sm/autostore/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Sm/autostore/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .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 .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .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 .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,
.action-gift.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  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,
.action-gift.pagebuilder-button-link:visited {
  color: #1979c3;
  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,
.action-gift.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
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,
.action-gift.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.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,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.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,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: #1979c3;
  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,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.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,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.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,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.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,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .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,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.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,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.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,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  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,
.action-gift.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  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,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .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%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  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: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  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;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button,
.google-pay .cart.table-wrapper .actions-toolbar > .action,
.google-pay .action-gift {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
/*-------------------------------Colors-----------------------------------------*/
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk-arrow-down,
.wk-arrow-up {
  box-sizing: border-box;
  display: block;
  display: inline-block;
  padding-right: 12px;
  position: relative;
  transform: scale(var(--ggs, 1));
}
.wk-arrow-down::after,
.wk-arrow-down::before {
  bottom: 4px;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
}
.wk-arrow-down::after {
  border-bottom: 2px solid;
  border-left: 2px solid;
  height: 8px;
  right: 0;
  transform: rotate(-45deg);
  width: 8px;
}
.wk-arrow-down::before {
  background: currentColor;
  height: 16px;
  right: 3px;
  width: 2px;
}
.wk-arrow-up::after {
  border-left: 2px solid;
  border-top: 2px solid;
  height: 8px;
  right: -3px;
  transform: rotate(45deg);
  width: 8px;
}
.wk-arrow-up::before {
  background: currentColor;
  height: 16px;
  right: 0;
  width: 2px;
}
.wk-arrow-up::after,
.wk-arrow-up::before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 4px;
}
.wk-rating-icon-small:before {
  color: #f2994a;
  content: '\f005';
  font-family: 'font-awesome';
  font-size: 1.7rem;
  font-weight: normal;
  left: 0;
  position: absolute;
}
.wk-card {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}
.wk-card > a {
  background: #f2f2f2;
  color: #333333;
  padding: 16px;
  padding-top: 20px;
  text-decoration: none;
  width: 100%;
}
.wk-card > a.active {
  color: #2f80ed;
  border: 2px solid #2f80ed;
}
.wk-card .wk-product-count {
  font-size: 20px;
  font-weight: 400;
}
.wk-card div:hover {
  cursor: pointer;
}
.wk-remark-preview {
  max-height: 400px;
}
.wk-remark-preview > div {
  padding: 10px;
}
.wk-remark-preview > div .wk-date {
  font-weight: 600;
}
.admin__data-grid-header-row div.admin__data-grid-filters-wrap {
  border: 1px solid #cccccc;
  padding: 15px 15px;
}
.wk-remark-list {
  margin-bottom: 1rem;
}
.wk-news-popup-container {
  align-items: flex-end;
  bottom: 15px;
  display: flex;
  gap: 15px;
  position: fixed;
  right: 15px;
  z-index: 99;
}
.wk-news-popup-container .wk-news-popup {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 30px 50px 0 #828282;
  max-height: 403px;
  width: 350px;
  z-index: 99;
}
.wk-news-popup-container .wk-news-popup .wk-news-header {
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  flex-flow: row nowrap;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 15px;
}
.wk-news-popup-container .wk-news-popup .wk-news-header .wk-news-header-label {
  margin-left: 5px;
  width: 260px;
}
.wk-news-popup-container .wk-news-popup .wk-news-content {
  max-height: 250px;
  overflow-y: auto;
  padding: 15px;
}
.wk-news-popup-container .wk-news-popup .wk-news-footer {
  display: flex;
  justify-content: space-between;
  padding: 15px 15px;
}
.wk-more-news {
  height: 38px;
  width: 120px;
  z-index: 99;
}
.wk-more-news-link {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 30px 50px 0 #828282;
  padding: 9px;
  text-align: center;
}
.modal-popup._remark-box .modal-inner-wrap {
  padding-bottom: 30px;
}
.modal-popup._remark-box .modal-title {
  font-size: 20px;
  font-weight: 600;
}
.mark-as-read-container {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
}
.page-layout-2columns-left .mark-as-read-container {
  position: absolute;
  right: 0;
  top: 0;
}
.wk-all-news {
  padding-top: 5px;
}
.wk-news-date {
  color: #6b6b63;
}
.marketplace-account-dashboard .column.main {
  position: relative;
}
.marketplace-account-adminnews .column.main {
  position: relative;
}
.wk-news-items {
  list-style-type: none;
  padding: unset;
  position: relative;
}
.wk-news-items li:before {
  color: #27ae60;
  content: '>';
  font-weight: 900;
  left: 17px;
  position: absolute;
  top: 30px;
}
.wk-news-items .wk-news-item {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 0;
  padding: 25px 25px 25px 40px;
  position: relative;
}
.wk-news-items .wk-news-item [data-content-type='row'][data-appearance='contained'] {
  max-width: unset;
}
.wk-news-items .wk-news-item.active {
  background: #ecfbfe;
}
.wk-news-items .wk-news-item.active p {
  font-weight: 600;
}
.wk-news-items .wk-news-item > p {
  margin-bottom: 5px;
}
.marketplace-account-dashboard.page-layout-seller-2columns-left .wk-mp-main .ask-que-to-admin-style {
  display: none;
}
.marketplace-account-dashboard.page-layout-seller-2columns-left .wk-report-filter {
  right: 2rem;
  top: 14px;
}
.marketplace-account-dashboard.page-layout-2columns-left .wk-ask-question button,
.marketplace-account-dashboard.page-layout-2columns-left .wk-ask-question .cart.table-wrapper .actions-toolbar > .action,
.marketplace-account-dashboard.page-layout-2columns-left .wk-ask-question .action-gift {
  display: none;
}
.wk-dashboard-container {
  display: grid;
  gap: 2rem;
}
.wk-dashboard-container div.active a.switch {
  background: #f8f8f8 !important;
}
.wk-dashboard-container a.switch {
  background: #f2f3f3 !important;
  border: unset !important;
}
.wk-dashboard-container .wk-border {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}
.wk-dashboard-container .wk-stats,
.wk-dashboard-container .wk-order-block,
.wk-dashboard-container .wk-customer-block {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr;
}
.wk-dashboard-container .wk-ask-question {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.wk-dashboard-container .wk-ask-question .wk-daterange {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wk-dashboard-container .wk-ask-question .wk-daterange-container {
  display: flex;
  display: none;
  position: relative;
  width: 200px;
}
.wk-dashboard-container .wk-ask-question .wk-daterange-container > input:first-child {
  border-right: unset;
}
.wk-dashboard-container .wk-ask-question .wk-daterange-container > input:last-child {
  border-left: unset;
}
.wk-dashboard-container .wk-sales-filter {
  width: 150px;
}
.wk-dashboard-container .wk-total-container {
  align-items: center;
  display: flex;
  grid-gap: 2rem;
  justify-content: space-between;
}
.wk-dashboard-container .wk-earning {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: left;
}
.wk-dashboard-container .wk-graph-heading {
  color: #828282;
  font-size: 14px;
  font-weight: 600;
}
.wk-dashboard-container .product.data.items > .item.title.active {
  background-color: #2f6bff;
}
.wk-dashboard-container .product.data.items > .item.title > .switch {
  font-size: 18px;
  font-weight: 600;
  padding: 0 !important;
}
.wk-dashboard-container .wk-heading {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.wk-dashboard-container .wk-grand-sale {
  color: #4f4f4f;
  font-size: 32px;
  font-weight: 700;
}
.wk-dashboard-container .wk-date,
.wk-dashboard-container .wk-customer-identity {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
}
.wk-dashboard-container .wk-info-heading {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
}
.wk-dashboard-container .wk-info-label {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}
.wk-dashboard-container .wk-block-height {
  max-height: 479px;
  overflow-y: auto;
}
.wk-dashboard-container .wk-activities {
  display: grid;
  grid-auto-rows: max-content;
  grid-gap: 2rem;
  position: relative;
}
.wk-dashboard-container .wk-activities > div:before {
  color: #27ae60;
  content: '>';
  font-weight: 900;
  left: 17px;
  position: absolute;
}
.wk-dashboard-container .wk-activity-head,
.wk-dashboard-container .wk-latest-orders,
.wk-dashboard-container .wk-latest-comment-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.wk-dashboard-container .wk-activity {
  background: #f8f8f8;
  padding: 2rem 2rem 2rem 4rem;
  position: relative;
}
.wk-dashboard-container .wk-arrow-up {
  color: #219653;
}
.wk-dashboard-container .wk-arrow-down {
  color: #eb5757;
}
.wk-dashboard-container .wk-dashboard-block {
  background: #ffffff;
  display: grid;
  grid-gap: 2rem;
  padding: 2rem;
}
.wk-dashboard-container .wk-dashboard-block .wk-comment-n-review-item {
  border-bottom: 1px solid #f0f0f0;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 5fr 1px 162px 1px 1fr;
  padding: 2rem 0;
}
.wk-dashboard-container .wk-dashboard-block .wk-comment-n-review-item span {
  background: #f2f2f2;
}
.wk-dashboard-container .wk-dashboard-block .wk-comment-n-review-item:last-of-type {
  border-bottom: unset;
}
.wk-dashboard-container .wk-dashboard-block .wk-comment-n-review-item .wk-comment-rating {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}
.wk-dashboard-container .wk-dashboard-block .wk-rating-container {
  background-color: #f0f0f0;
  height: 6px;
  width: 100%;
}
.wk-dashboard-container .wk-dashboard-block .wk-rating-container .wk-rating {
  background-color: #f2c94c;
  color: #ffffff;
  height: 6px;
}
.wk-dashboard-container .wk-calculation {
  display: flex;
  gap: 6px;
}
.wk-dashboard-container .wk-order-sale-container {
  background: #ffffff;
  display: grid;
  grid-gap: 2rem;
  padding: 24px;
}
.wk-dashboard-container .wk-order-img {
  border-radius: 8px;
  height: 75px;
  width: 75px;
}
.wk-dashboard-container .wk-category-block,
.wk-dashboard-container .wk-top-product-block {
  align-items: center;
  display: flex;
  gap: 20px;
  padding: 1rem 0;
}
.page-layout-seller-2columns-left.marketplace-account-dashboard .wk-mp-page-main {
  background-color: #ffffff;
  margin-top: 14px;
  padding: unset;
}
.wk-order-date,
.wk-order-address.wk-order-detail,
.wk-category-label,
.wk-comment-label {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 400;
}
.wk-order-items {
  display: grid;
  grid-row-gap: .5rem;
}
.wk-order-items a {
  text-decoration: none;
}
.wk-order-items .wk-order-item {
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 2fr 1fr;
  padding: 1rem 2rem;
}
.wk-order-items .wk-order-item .wk-order-pending {
  background: #f2c94c;
}
.wk-order-items .wk-order-item .wk-order-processing {
  background: #2f80ed;
}
.wk-order-items .wk-order-item .wk-order-complete {
  background: #219653;
}
.wk-order-items .wk-order-item .wk-order-status {
  border-radius: 21px;
  color: #ffffff;
  padding: 2px 11px;
  width: fit-content;
}
.wk-order-items .wk-order-item .wk-order-detail:nth-child(2) {
  width: 90%;
}
.wk-order-items .wk-order-item:last-of-type {
  border-bottom: unset;
}
.wk-order-items .wk-order-item:hover {
  background-color: #f2f3f3;
}
.wk-top-product-container > .wk-top-product-block:last-of-type {
  border-bottom: unset;
}
.wk-category-circle {
  align-items: center;
  border-radius: 39px;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  height: 75px;
  justify-content: center;
  min-width: 75px;
}
.wk-category-container > .wk-category-block:nth-child(3n + 1) > .wk-category-circle {
  background: #d2e7db;
  color: #219653;
}
.wk-category-container > .wk-category-block:nth-child(3n + 2) > .wk-category-circle {
  background: #b9cbe4;
  color: #2f80ed;
}
.wk-category-container > .wk-category-block:nth-child(3n + 3) > .wk-category-circle {
  background: #cfcfe7;
  color: #5d5fef;
}
.wk-category-container > .wk-category-block:last-of-type {
  border-bottom: unset;
}
.wk-order-detail {
  display: grid;
  gap: .5rem;
}
.small-gap {
  gap: .5rem;
}
.disp-grid {
  display: grid;
}
.grid-a-r {
  grid-auto-rows: max-content;
}
.text-upper {
  text-transform: uppercase;
}
.wk-order-image-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.wk-order-image-wrap {
  position: relative;
}
.wk-order-product-count {
  background: #219653;
  border-radius: 100%;
  bottom: 6px;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  left: 1px;
  padding-left: .475rem;
  padding-right: .475rem;
  position: absolute;
}
.wk-tab-content {
  background: #f8f8f8 !important;
  display: grid !important;
  gap: 2rem !important;
  padding: 2rem !important;
}
.wk-tab-content .wk-rating-main-block {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}
.wk-tab-content .wk-rating-main-block .wk-rating-detail-container {
  align-items: center;
  display: grid;
  grid-template-columns: 40px 1fr 50px;
  justify-items: center;
}
.wk-tab-content .wk-rating-icon-small {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.wk-report-filter {
  position: absolute;
  right: 0;
  top: 0;
}
.padding-unset {
  padding: unset !important;
}
.border-unset {
  border: unset !important;
}
.wk-mp-page-header {
  background: #f0f0f0;
}
.marketplace-account-dashboard .page.messages,
.marketplace-account-dashboard div.messages {
  margin-bottom: unset;
}
hr.border-bottom {
  border-top: 1px solid #f0f0f0;
  margin: 1px 0;
}
.page-layout-seller-2columns-left .marketplace-account-dashboard .wk-mp-page-main {
  background-color: #f2f3f3;
  padding: 1rem 0 !important;
}
.wk-mp-page-header {
  display: block !important;
}
.product.data.items .item.title a:after {
  right: 2rem;
}
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.product-location {
  font-size: 11px;
  display: flex;
  flex-direction: column;
  color: #A0A0A0;
  min-height: 22px;
}
.product-location .location-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.product-location .location-zip {
  font-weight: 500;
  color: #575757;
  color: #A0A0A0;
  flex-shrink: 0;
  padding: 2px 0;
}
.product-location .location-city-state {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}
.product-location .location-tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 3px;
  font-weight: 400;
  color: #1979c3;
  color: #A0A0A0;
}
.product-location .location-map-link {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 4px;
  background: #ffffff;
  color: #2f6bff;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #2f6bff;
}
.product-location .location-map-link .fa-map-marker {
  margin-right: 5px;
  color: #2f6bff;
  transition: all 0.2s ease;
}
.product-location .location-map-link:hover {
  background: #2f6bff;
  color: #ffffff;
  text-decoration: none;
}
.product-location .location-map-link:hover .fa-map-marker {
  color: #ffffff;
}
.product-location .location-distance {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #575757;
  margin-left: auto;
  margin-top: 8px;
  white-space: nowrap;
  align-self: flex-end;
}
.product-location .location-distance .distance-approx {
  color: #666;
  font-weight: 400;
}
.product-location .location-distance .distance-approx:before {
  content: '~';
}
.product-location .location-distance .distance-value {
  font-weight: 500;
  color: #575757;
}
.product-location .location-distance .distance-unit {
  color: #575757;
  margin-left: 1px;
}
.product-location .location-distance.distance-0-5 {
  color: #005fbd;
  font-weight: 500;
}
.product-location .location-distance.distance-0-5 .distance-value {
  color: #005fbd;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.3px;
}
.product-location .location-distance.distance-0-5 .distance-approx {
  display: none;
}
.product-location .location-distance.distance-5-15 {
  color: #0070dd;
}
.product-location .location-distance.distance-5-15 .distance-value,
.product-location .location-distance.distance-5-15 .distance-unit {
  color: #0070dd;
}
.product-location .location-distance.distance-15-25 {
  color: #0087f5;
}
.product-location .location-distance.distance-15-25 .distance-value,
.product-location .location-distance.distance-15-25 .distance-unit {
  color: #0087f5;
}
.product-location .location-distance.distance-25-35 {
  color: #1e90ff;
}
.product-location .location-distance.distance-25-35 .distance-value,
.product-location .location-distance.distance-25-35 .distance-unit {
  color: #1e90ff;
}
.product-location .location-distance.distance-35-plus {
  color: #63b3ff;
}
.product-location .location-distance.distance-35-plus .distance-value,
.product-location .location-distance.distance-35-plus .distance-unit {
  color: #63b3ff;
}
/**
 * Product Add Form - Module LESS (Disabled)
 * 
 * All styles consolidated in theme CSS file:
 * app/design/frontend/Sm/autostore/PartSwap_MarketplaceProductUpload/web/css/product-add-form.css
 */
/* No styles here - all moved to theme CSS */
.plans-container {
  max-width: 1200px;
  margin: 0 auto;
}
.current-plan-info {
  margin-bottom: 40px;
  border: 1px solid #E5E7EB;
  padding: 10px;
  border-radius: 8px;
}
.plans-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.standard-plans {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  flex: 0 1 auto;
}
.business-plan-wrapper {
  flex: 0 1 auto;
  width: 100%;
}
.business-plan-header {
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
  background: #f8f8f8;
  border-radius: 8px;
}
.business-plan-header h3 {
  color: #2b2b2b;
  font-size: 24px;
  margin: 0 0 10px;
}
.business-plan-header p {
  color: #666;
  margin: 0;
}
.plan-box {
  width: 100%;
  padding: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  background: #ffffff;
  display: flex;
  flex-flow: column wrap;
}
.plan-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.business-plan {
  border: 2px solid #00796b;
  background: #fff;
  width: 100%;
}
.business-plan:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 121, 107, 0.2);
}
.business-plan .plan-name {
  color: #00796b;
}
.business-plan .plan-price {
  color: #00796b;
}
.business-plan .plan-features li:before {
  color: #00796b;
}
.business-plan .subscribe-button {
  background: #00796b;
  border-color: #00796b;
}
.business-plan .subscribe-button:hover {
  background: #00695c;
  border-color: #00695c;
}
.business-plan.current-plan {
  border: 2px solid #00796b;
  box-shadow: 0 0 15px rgba(0, 121, 107, 0.2);
}
.business-plan .current-plan-label {
  background: #00796b;
}
.current-plan {
  border: 2px solid #1979c3;
  box-shadow: 0 0 15px rgba(25, 121, 195, 0.2);
}
.current-plan-label {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #1979c3;
  color: white;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 0.9em;
}
.plan-name {
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
}
.plan-price {
  font-size: 32px;
  font-weight: bold;
  color: #1979c3;
  margin-bottom: 20px;
}
.plan-details {
  margin: 20px 0;
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.detail-item {
  margin: 10px 0;
}
.detail-label {
  font-weight: 600;
  margin-right: 5px;
}
.plan-features {
  text-align: left;
  margin: 20px 0;
}
.plan-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.plan-features li {
  padding: 5px 0;
  position: relative;
  padding-left: 25px;
}
.plan-features li:before {
  content: "✓";
  color: #1979c3;
  position: absolute;
  left: 0;
}
.plan-action {
  margin-top: auto;
}
.subscribe-button {
  width: 100%;
}
.pending-downgrade-notice {
  margin-bottom: 30px;
  border: 1px solid #f0ad4e;
  border-radius: 8px;
  background: #fef9e7;
  padding: 16px 20px;
}
.pending-downgrade-notice__content {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.pending-downgrade-notice__icon {
  font-size: 24px;
  color: #f0ad4e;
  flex-shrink: 0;
}
.pending-downgrade-notice__text {
  flex: 1;
  min-width: 200px;
}
.pending-downgrade-notice__text strong {
  display: block;
  font-size: 15px;
  color: #333;
  margin-bottom: 4px;
}
.pending-downgrade-notice__text p {
  margin: 0;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}
.cancel-downgrade-button {
  flex-shrink: 0;
  white-space: nowrap;
}
html,
body {
  height: unset !important;
}
.selection-summary {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  width: 100% !important;
}
.product-add-form .product-options-wrapper .field .control {
  width: 100% !important;
}
.fieldset-bundle-options .field.choice {
  display: flex;
  align-items: center;
}
.fieldset-bundle-options .field.choice input {
  margin-top: 0 !important;
}
.fieldset-bundle-options .field.choice .label {
  margin-left: 10px !important;
}
.fieldset-bundle-options img.thumb-bundle {
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
}
.fieldset-bundle-options .view-detail {
  margin: 0 10px;
  position: relative;
  top: -1px;
}
.child-bundle-items.no-quickview .bundle-quickview {
  display: none !important;
}
.child-bundle-items .item {
  display: inline-block;
  vertical-align: top;
  margin: 10px 10px 0 0;
}
.child-bundle-items .item.no-select .bundle-quickview {
  display: none;
}
.child-bundle-items .item a {
  display: block;
}
.child-bundle-items .item .bundle-image {
  border: 1px solid #e5e5e5;
  padding: 1px;
}
.child-bundle-items .item .bundle-image + .quickview-handler {
  margin-top: 5px;
}
.child-bundle-items .item .bundle-image[href]:not([href="javascript:void(0)"]):hover {
  border-color: #666;
}
.child-bundle-items .item a[href="javascript:void(0)"] {
  pointer-events: none;
}
.child-bundle-items .item img {
  vertical-align: top;
}
.child-bundle-items .item .quickview-handler {
  margin: 0;
}
.sm-bundle-modal .modal-inner-wrap {
  max-width: 1024px;
}
.config-bundle-container:after {
  content: "";
  display: block;
  clear: both;
}
.config-bundle-container .bundle-product-info {
  float: left;
  width: 30%;
  text-align: center;
}
.config-bundle-container .bundle-product-config {
  float: right;
  width: calc(70% - 30px);
}
.config-bundle-container .bundle.items {
  display: table;
  width: 100%;
}
.config-bundle-container .bundle.items > li {
  display: table-row;
}
.config-bundle-container .bundle.items > li:nth-child(2n + 1) {
  background-color: #f5f5f5;
}
.config-bundle-container .bundle.items > li > strong,
.config-bundle-container .bundle.items > li > div {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
}
.config-bundle-container .bundle-image {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 1px;
  margin-bottom: 15px;
}
.config-bundle-container .bundle-image img {
  vertical-align: top;
}
.config-bundle-container .price-as-configured .price {
  font-size: 2.4rem;
  font-weight: 700;
}
.config-bundle-container .bundle-top {
  padding-top: 15px;
  margin-bottom: 20px;
}
.config-bundle-container .bundle-top:after {
  content: "";
  display: block;
  clear: both;
}
.config-bundle-container .bundle-top .bundle-name {
  float: left;
}
.config-bundle-container .bundle-top .title {
  margin: 0 0 10px;
}
.config-bundle-container .bundle-top .bundle-button {
  float: right;
}
.config-bundle-container .bundle-top .bundle-addto .action {
  margin-right: 20px;
}
.view-config-bundle .action.primary {
  text-align: center;
}
.config-bundle-container .product-reviews-summary .reviews-actions {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .config-bundle-container .bundle-product-info,
  .config-bundle-container .bundle-product-config {
    width: 100%;
    float: none;
  }
  .config-bundle-container .bundle-top .bundle-name {
    float: none;
    margin-bottom: 20px;
  }
  .config-bundle-container .bundle-top .bundle-button {
    float: none;
  }
}
.quickview-handler {
  background: #1979c3;
  border: 0 none;
  color: #FFFFFF !important;
  display: inline-block;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
  padding: 7px 15px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  margin: 10px 0;
}
.quickview-handler:hover,
.quickview-handler:focus {
  background: none repeat scroll 0 0 #006bb4;
  border: 0 none;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.quickview-handler:focus {
  outline: none outline;
}
.smcqp-actions .smcqp-btn,
.smcqp-actions .smcqp-continue,
.smcqp-modal-popup .modal-inner-wrap {
  border-radius: 8px;
}
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading.smcqp-options,
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading {
  width: 200px;
  height: 100px;
  padding: 0px;
}
.cartquickpro-catalog-product-view:not(.fotorama__fullscreen) {
  height: auto !important;
}
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading .modal-header,
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading .modal-content,
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading .modal-footer {
  padding: 0;
  margin: 0;
}
.smcqp-modal-popup .loading-mask {
  position: absolute;
}
.smcqp-modal-popup .loading-mask {
  position: absolute;
}
.smcqp-modal-popup .loading-mask .loader > img {
  position: absolute;
}
.modal-popup .modal-inner-wrap.smcqp-loading #smcqp-container {
  min-height: 100px;
}
.modal-popup .modal-inner-wrap.smcqp-loading header,
.modal-popup .modal-inner-wrap.smcqp-loading footer {
  display: none;
}
.modal-popup.smcqp-confirm .modal-inner-wrap,
.modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap.report-messages,
.modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap.smcqp-options:not(.smcqp-loading) {
  width: 420px;
}
/* .modal-popup.smcqp-confirm .modal-inner-wrap, */
/* .modal-popup.smcqp-modal-popup .modal-inner-wrap { */
/* left: 50%; */
/* margin: 0 auto; */
/* right: auto; */
/* -webkit-transform: translate(-50%, -200%); */
/* -ms-transform: translate(-50%, -200%); */
/* transform: translate(-50%, -200%); */
/* } */
/* .modal-popup.smcqp-confirm._show .modal-inner-wrap, */
/* .modal-popup.smcqp-modal-popup._show .modal-inner-wrap { */
/* top: 50%; */
/* -webkit-transform: translate(-50%, -50%); */
/* -ms-transform: translate(-50%, -50%); */
/* transform: translate(-50%, -50%); */
/* } */
.modal-slide.smcqp-modal-popup .action-close {
  padding: 10px;
  margin-top: 10px;
}
.modal-slide.smcqp-modal-popup .modal-header {
  border: none;
}
.modal-slide.smcqp-modal-popup .modal-header .action-close span {
  display: none;
}
.smcqp-actions {
  border-top: 2px solid #eee;
  margin-top: 15px;
  padding-top: 15px;
  text-align: center;
}
.smcqp-actions .smcqp-btn,
.smcqp-actions .smcqp-continue {
  background-color: #2f6bff;
}
.smcqp-actions .smcqp-btn,
.smcqp-actions .smcqp-continue {
  color: #fff;
  outline: none;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  margin: 0;
  transition: all 0.2s ease 0s;
}
.smcqp-actions .smcqp-btn:hover,
.smcqp-actions .smcqp-continue:hover {
  background-color: #333 !important;
}
.smcqp-actions .smcqp-continue:after {
  display: none;
}
.smcqp-actions .smcqp-continue.spcqp-count:after {
  display: inline-block;
}
.smcqp-actions .smcqp-continue.spcqp-count:after {
  content: " (" attr(data-count) ")";
}
.smcqp-actions .smcqp-btn {
  display: none;
}
.smcqp-actions .smcqp-btn.smcqp-open {
  display: inline-block;
}
.smcqp-actions .smcqp-btn:not(:last-child) {
  margin-left: 15px;
}
.smcqp-messages {
  margin: 0 0 10px;
  padding: 12px 20px 12px 45px;
  position: relative;
  display: block;
}
.smcqp-messages.msg-success {
  color: #006400;
  background: #e5efe5 none repeat scroll 0 0;
}
.smcqp-messages.msg-error {
  color: #e02b27;
  background: #fae5e5 none repeat scroll 0 0;
}
.smcqp-messages::before {
  display: inline-block;
  font-family: "luma-icons";
  font-size: 24px;
  font-weight: normal;
  left: 0;
  line-height: 24px;
  margin: -12px 0 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 45px;
}
.smcqp-messages.msg-success,
.smcqp-messages.msg-error {
  text-align: center;
  padding: 12px;
}
.smcqp-messages.msg-success:before,
.smcqp-messages.msg-error:before {
  display: none;
}
.cartquickpro-catalog-product-view .page-wrapper,
.cartquickpro-catalog-product-view .columns {
  display: block;
}
.smcqp-modal-popup .modal-inner-wrap {
  max-width: 1024px;
}
.cartquickpro-catalog-product-view .container {
  width: 100%;
  padding: 0;
}
.cartquickpro-catalog-product-view .container .row {
  margin: 0;
}
.cartquickpro-catalog-product-view .container .row .col-lg-9.col-md-9 {
  width: 100%;
}
.smcqp-modal-popup .modal-content {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.list-filter-products .quickview-handler {
  display: none !important;
}
.cartquickpro-catalog-product-view .breadcrumbs {
  display: none !important;
}
.cartquickpro-cart-configure .columns .column.main,
.cartquickpro-wishlist-index-configure .columns .column.main,
.cartquickpro-catalog-product-view .columns .column.main,
.cartquickpro-catalog-product-options .columns .column.main {
  padding-bottom: 0;
}
.cartquickpro-catalog-product-view .product-addto-links .action.towishlist,
.cartquickpro-catalog-product-view .product-addto-links .action.tocompare,
.cartquickpro-cart-configure .product-addto-links .action.tocompare,
.cartquickpro-cart-configure .product-addto-links .action.towishlist,
.cartquickpro-cart-configure .product-addto-links .action.tocompare,
.cartquickpro-wishlist-index-configure .product-addto-links .action.towishlist,
.cartquickpro-wishlist-index-configure .product-addto-links .action.tocompare,
.cartquickpro-catalog-product-options .product-addto-links .action.towishlist,
.cartquickpro-catalog-product-options .product-addto-links .action.tocompare {
  display: inline-block;
}
.smcqp-confirm .modal-footer {
  padding: 30px;
  border-top: 1px solid #e5e5e5;
  text-align: right;
}
.smcqp-confirm .modal-content {
  padding: 30px;
}
.smcqp-modal-popup .report-messages .modal-header {
  padding-bottom: 30px;
}
.smcqp-confirm .modal-header {
  border-bottom: 1px solid #e5e5e5;
}
.smcqp-confirm .modal-footer button,
.smcqp-confirm .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.smcqp-confirm .modal-footer .action-gift {
  background-color: #0083c1;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: normal;
  color: #fff;
}
.smcqp-confirm .modal-footer button:hover,
.smcqp-confirm .modal-footer .cart.table-wrapper .actions-toolbar > .action:hover,
.smcqp-confirm .modal-footer .action-gift:hover {
  background-color: #333;
}
.cartquickpro-catalog-product-options.page-product-downloadable .product-add-form,
.cartquickpro-wishlist-index-configure.page-product-downloadable .product-add-form,
.cartquickpro-catalog-product-view.page-product-downloadable .product-add-form,
.cartquickpro-cart-configure.page-product-downloadable .product-add-form {
  margin-bottom: 0;
}
.modal-popup.modal-slide.smcqp-modal-popup .modal-content {
  padding-bottom: 0;
  -webkit-overflow-scrolling: touch;
}
.modal-popup.modal-slide.smcqp-modal-popup .modal-footer {
  padding: 0;
  border-top: none;
}
.smcqp-modal-popup .modal-footer button,
.smcqp-modal-popup .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.smcqp-modal-popup .modal-footer .action-gift {
  display: none;
}
.smcqp-modal-popup.modal-popup.modal-slide .modal-inner-wrap {
  transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  margin: 5rem auto;
  min-height: auto;
  max-height: 90%;
}
.smcqp-modal-popup.modal-popup.modal-slide._show .modal-inner-wrap {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
.ie10 .modal-popup.modal-slide.smcqp-modal-popup .modal-content .ie11 .modal-popup.modal-slide.smcqp-modal-popup .modal-content {
  min-height: auto;
  max-height: 550px;
}
.minicart-wrapper {
  max-width: 50px;
}
@media all and (max-width: 1280px) {
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap {
    position: fixed;
    height: auto;
  }
}
@media all and (max-width: 1024px) {
  body._has-modal {
    overflow-y: hidden;
    overflow-x: hidden !important;
    position: fixed;
  }
}
@media all and (max-width: 800px) {
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap:not(.smcqp-loading) {
    width: 60%;
  }
  .modal-popup.modal-slide.smcqp-modal-popup.smcqp-confirm .modal-inner-wrap,
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap.report-messages,
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap.smcqp-options:not(.smcqp-loading) {
    width: 420px;
  }
  .modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading.smcqp-options,
  .modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading {
    width: 200px;
    height: 100px;
    padding: 0px;
  }
  .modal-popup.modal-slide.smcqp-modal-popup {
    left: 0;
  }
  .modal-slide.smcqp-modal-popup .action-close {
    margin-top: -2px;
  }
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap.smcqp-options:not(.smcqp-loading) {
    width: 60%;
  }
}
@media all and (max-width: 480px) {
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap:not(.smcqp-loading) {
    width: 90%;
  }
  .modal-popup.smcqp-confirm .modal-inner-wrap,
  .modal-inner-wrap.report-messages,
  .modal-inner-wrap.smcqp-options {
    width: 350px;
  }
  .smcqp-actions .smcqp-btn,
  .smcqp-actions .smcqp-continue {
    padding: 10px 10px;
  }
  .smcqp-actions .smcqp-btn {
    margin-left: 5px;
  }
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap.smcqp-options:not(.smcqp-loading) {
    width: 90%;
  }
}
@media all and (max-width: 360px) {
  .modal-popup.smcqp-confirm .modal-inner-wrap,
  .modal-inner-wrap.report-messages,
  .modal-inner-wrap.smcqp-options {
    width: 300px;
  }
  .smcqp-actions .smcqp-btn.smcqp-open,
  .smcqp-actions .smcqp-continue {
    display: block;
    margin: 0;
  }
  .smcqp-modal-popup.modal-popup.modal-slide .modal-inner-wrap {
    margin: 2rem auto;
  }
  .smcqp-actions .smcqp-continue {
    margin-bottom: 5px;
  }
}
.category-view .category-image {
  display: none;
}
.block-categories {
  clear: both;
}
.block-categories .cat-title .count {
  display: none;
}
.block-categories .cat-wrap {
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.block-categories .cat-wrap .content-box {
  background: none;
  padding: 0;
  margin: 0;
}
.block-categories .cat-wrap .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
.block-categories .cat-wrap .item .image-cat {
  margin-bottom: 10px;
}
.block-categories .cat-wrap .item .image-cat img {
  width: auto;
}
.block-categories .cat-wrap .item .cat-title {
  font-weight: 700;
  margin-bottom: 6px;
}
.block-categories .cat-wrap .item .sub-cats {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-categories .cat-wrap .item .sub-cats li {
  margin: 0 0 5px;
}
.product.media {
  position: relative;
}
.product.media .spritespin-progress {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.product.media .sm-degree-container {
  display: none;
}
.product.media .toggle-degree-view {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 300;
}
.product.media .toggle-degree-view .btn-degree-view {
  position: relative;
}
.product.media .toggle-degree-view .btn-degree-view span {
  display: none;
}
.product.media .sm-degree-content {
  position: relative;
}
.product.media .degree-action-group {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 200;
}
.product.media .btn-degree-action {
  background-image: url("../../frontend/Sm/autostore/en_US/Sm_DegreeView/images/degree-icon.png");
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  opacity: .5;
  z-index: 200;
}
.product.media .btn-degree-action:hover {
  opacity: 1;
}
.product.media .btn-degree-view {
  background-position: 0 0;
}
.product.media .btn-degree-view.active {
  background-position: 0 -50px;
}
.product.media .btn-degree-zoom {
  background-position: 0 -100px;
}
.product.media .btn-degree-full {
  background-position: 0 -150px;
}
.product.media .btn-degree-action span {
  display: none;
}
.degree-active .product.media .gallery-placeholder {
  display: none;
}
.degree-active .product.media .sm-degree-container {
  display: block;
}
@media (max-width: 767px) {
  .product.media .btn-degree-full {
    display: none !important;
  }
}
.deals-countdown {
  margin-bottom: 10px;
}
.deals-countdown .deals-time {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.deals-countdown .deals-time .num-time {
  font-weight: 700;
}
.sm_megamenu_wrapper_horizontal_menu {
  display: block;
  position: relative;
  clear: both;
}
.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu {
  margin: 0;
  padding: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sambar-inner {
  list-style: none;
  width: 100%;
  padding: 0;
}
.sm_megamenu_wrapper_menu_full {
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  z-index: 9999;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu {
  list-style: none;
  width: 940px;
  margin: 0 auto 0 auto;
  height: 43px;
  padding: 0 20px 0 20px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
  display: inline-block;
  position: static;
  padding: 0;
  margin: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > div {
  opacity: 1;
  visibility: visible;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.fullwidth {
  position: static !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover {
  background: transparent;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover a {
  padding: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
  text-decoration: none;
  display: block;
  position: relative;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  position: relative;
  z-index: 11;
}
/*----------------------- Right aligned menu item ---------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
  float: right;
  right: 0;
  margin-right: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover {
  margin-right: 0;
}
/*-----------------------------02 DROP DOWN MENU------------------------------*/
/*-------------------- Left & right aligned common styles ------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0 auto;
  /*top: -9999em;*/
  position: absolute;
  z-index: 99999999;
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
}
/*------------------------------- Drop Downs Sizes --------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 16.1446374257406%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 32.2892748514812%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 48.4339122772218%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 64.5785497029624%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 80.723187128703%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
  top: auto;
  padding: 30px 10px;
  background: #FFFFFF;
}
.sm_megamenu_wrapper_horizontal_menu .sm-megamenu-hover > li:hover .sm-megamenu-child {
  display: block !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right {
  left: auto;
  right: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_align_right {
  left: auto;
  right: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
  right: 18px;
  top: 33px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  float: left;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50.0%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
  padding: 0 15px;
  clear: both;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100%;
  padding: 0;
}
.sm_megamenu_description {
  display: block;
  padding-left: 10px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content ul {
  margin: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content ul li a span {
  padding-left: 13px;
}
.sm_megamenu_align_right {
  text-align: right;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
  display: block;
}
.sm_megamenu_wrapper_horizontal_menu .dropdown-menu {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .dropdown-menu li {
  float: left !important;
  width: 100% !important;
}
.vertical-menu-block .block-title-menu {
  background-color: #ddd;
  padding: 10px 20px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover .sm-megamenu-child {
  opacity: 1;
  visibility: visible;
}
.vertical-menu-content {
  background-color: #fff;
  border: 1px solid #ddd;
  display: none;
  position: absolute;
  top: 100%;
  min-width: 270px;
  z-index: 300;
}
.vertical-menu-block {
  position: relative;
}
.vertical-menu-block:hover .vertical-menu-content {
  display: block;
}
.more-w .more-view {
  padding: 12px 20px;
  display: block;
  cursor: pointer;
}
.sm_megamenu_wrapper_vertical_menu ul.sm_megamenu_menu {
  margin: 0;
  padding: 0;
}
.sm_megamenu_wrapper_vertical_menu ul.sm_megamenu_menu > li {
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li {
  position: static;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_head {
  padding: 12.5px 20px;
  text-decoration: none;
  position: relative;
  display: block;
}
.sm_megamenu_wrapper_vertical_menu .icon_items {
  display: inline-block;
  width: 20px;
  text-align: center;
}
.sm_megamenu_wrapper_vertical_menu .icon_items img {
  vertical-align: middle;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  position: relative;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0 auto;
  top: 0;
  position: absolute;
  background: #fff;
  border: 1px solid #eee;
  padding: 20px 15px 20px;
  z-index: 9999;
  min-height: calc(100% + 1px);
  opacity: 0;
  visibility: hidden;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 168px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 337px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 505px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 673px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 760px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 901px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
  left: 100%;
  top: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open .sm_megamenu_dropdown_fullwidth {
  left: 138px;
  top: -1px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  float: left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50.0%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
  padding: 0 15px;
}
.sm_megamenu_firstcolumn {
  padding: 0 !important;
  margin-bottom: 18px;
}
.sm_megamenu_firstcolumn:last-child {
  margin-bottom: 0;
}
.sm_megamenu_title > a {
  padding: 4px 0;
  display: table;
  font-size: 92.857%;
  color: #666;
}
.sm_megamenu_head_item > .sm_megamenu_title > a {
  font-weight: 600;
  padding-top: 0;
  color: #222;
  font-size: 100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
  width: 125px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
  width: 250px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
  width: 375px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
  width: 500px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
  width: 625px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100%;
  padding: 0;
}
.sm_megamenu_description {
  font-size: 10px;
  display: block;
  padding-left: 10px;
}
.sm_megamenu_align_right {
  text-align: right;
}
@media all and (max-width: 800px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 500px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
    width: 500px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    width: 510px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1460px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 168px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 337px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 505px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 673px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 760px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 900px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 500px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 625px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 730px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 420px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 490px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 550px;
  }
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown {
  padding: 0 10px;
}
.sm_megamenu_wrapper_vertical_menu ul.dropdown-menu {
  padding: 0 10px !important;
}
.sm_megamenu_wrapper_vertical_menu .pull-right {
  float: right;
  display: inline-block;
}
.sm_megamenu_wrapper_vertical_menu .dropdown-menu {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .dropdown-menu li {
  float: left !important;
  width: 96% !important;
}
@media all and (max-width: 767px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu {
    width: 100%;
    display: none;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li {
    width: 100%;
    border-top: 1px solid #fff;
    position: relative;
    overflow: hidden;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_align_right .sm_megamenu_right {
    position: relative;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    position: static;
    float: left;
    height: 0;
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_fullwidth,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
    height: auto;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    width: 98%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_drop,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_actived,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_drop {
    background: none;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_head {
    padding: 4px 10px;
  }
  .sm_megamenu_wrapper_vertical_menu .icon_items {
    display: inline-block;
    height: 29px;
    position: absolute;
    right: 30px !important;
    top: 0 !important;
    z-index: 9;
  }
}
#price-slider {
  background-color: #ddd;
  border-radius: 3px;
  height: 6px;
  margin: 10px 0;
  position: relative;
}
#price-slider .ui-slider-range {
  background-color: #999;
  height: 100%;
  position: absolute;
}
#price-slider .ui-slider-handle {
  background: #fff none repeat scroll 0 0;
  border: 3px solid #222;
  border-radius: 50%;
  cursor: e-resize;
  display: block;
  height: 15px;
  margin-right: inherit;
  padding-left: inherit;
  padding-right: inherit;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 15px;
  z-index: 15;
}
.price-slider-values {
  margin-top: 20px;
  text-align: center;
}
.price-slider-values input[type="text"] {
  border: 1px solid #ddd;
  color: #666;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  width: 70px;
}
.loading-mask-shopby {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loading-mask-shopby .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.sm-sizechart .modal-header {
  border: none;
}
.sm-sizechart .modal-inner-wrap {
  max-width: 800px;
}
.has-sizechart {
  position: relative;
}
.has-sizechart .button-sizechart-container {
  position: absolute;
  top: 0;
  right: 0;
}
.sm-size-chart-icon {
  vertical-align: middle;
  margin: 0 3px;
}
.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;
}
.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: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.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: #8f8f8f;
  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 #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.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,
.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,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.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 .product-item-name + .item-options {
  margin-top: 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;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .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: #8f8f8f;
  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: #8f8f8f;
}
.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: #8f8f8f;
  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: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  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;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.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: #1979c3;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.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 {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.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: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 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: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody 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: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
  white-space: normal;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: 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;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 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%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  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 .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/**
 * 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%;
}
.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 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.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;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.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 {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.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 {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .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;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  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;
}
.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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  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: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.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 #d1d1d1;
  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 #d1d1d1;
}
.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 .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.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 #d1d1d1;
}
.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 #d1d1d1;
}
.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;
}
.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;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.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;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  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;
  box-sizing: border-box;
}
.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-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .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 .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: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 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 {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 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: #7d7d7d;
  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 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.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.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 40px;
}
.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: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.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 #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../../frontend/Sm/autostore/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Sm/autostore/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 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: #ff5501;
  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: -5px;
}
.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: #ff5501;
  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;
  padding: 5px 0;
  vertical-align: middle;
}
.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: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.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-right: 10px;
  padding-top: 6px;
}
.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 {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-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;
}
.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 #d1d1d1;
  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 #d1d1d1;
  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 #d1d1d1;
}
.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-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.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 #d1d1d1;
  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 {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #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 #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Sm/autostore/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #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;
}
.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: #1979c3;
  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: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #1979c3;
  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: #1979c3;
  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: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #1979c3;
  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;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.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 #d1d1d1;
}
.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 #d1d1d1;
}
.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 #d1d1d1;
}
.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 {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
  width: 100%;
  display: block;
}
.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 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
  border-color: #2f6bff;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #2f6bff;
}
.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 {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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 .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 20px;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 10px;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 10px 10px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 25px;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  height: 40px;
  margin: 10px 0;
  padding: 0 20px;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 20px;
  max-width: 610px;
  overflow-y: auto;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 20px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 30px 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #ffffff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #ffffff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  min-height: 40px;
  padding: 2px;
  transition: background-color 0.15s;
  width: 200px;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-apple-pay-button {
  width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #ffffff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #ffffff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eeeeee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eeeeee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #ffffff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #ffffff;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button,
.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,
.action-gift.braintree-googlepay-button.black {
  background-color: #000000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white,
.action-gift.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.short,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.action-gift.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.long,
.action-gift.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo.minicart .braintree-googlepay-button.long,
.googlepay-minicart-logo.cart .braintree-googlepay-button.long {
  width: 100%;
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 10px;
  position: absolute;
  z-index: 10;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 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-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 20px;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  right: 30px;
  top: 10px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 20px 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 0 5px;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #cccccc;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  margin-top: 5px;
  padding-right: 5px;
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  height: 29px;
  width: 234px;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    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 {
    float: none;
    margin-bottom: 25px;
  }
  .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;
  }
  .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;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .wk-card {
    flex-direction: column;
  }
  .wk-card a {
    width: unset;
  }
  body[class*='marketplace-'] .page-main {
    padding-top: 68px;
  }
  .ask-que-to-admin-style {
    margin-bottom: 2rem;
    position: unset;
  }
  .wk-dashboard-container .product.data.items .item.title > .switch {
    padding: 0 2rem 0;
  }
  .wk-dashboard-container .wk-stats {
    grid-template-columns: 1fr;
  }
  .wk-dashboard-container .wk-info-content {
    align-items: center;
    text-align: center;
  }
  .wk-dashboard-container .wk-report-filter {
    background: #f8f8f8;
    padding: 2rem 2rem 0;
    position: unset;
  }
  .wk-dashboard-container .wk-report-filter .ask-que-to-admin-style {
    width: max-content;
  }
  .wk-dashboard-container .wk-report-filter .wk-ask-question {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .wk-dashboard-container .wk-heading {
    font-size: 14px;
  }
  .wk-dashboard-container .wk-total-container {
    align-items: flex-start;
  }
  .wk-dashboard-container .wk-comment-rating {
    justify-items: unset !important;
  }
  .wk-dashboard-container .wk-info-heading {
    font-size: 15px;
  }
  .wk-dashboard-container .wk-order-img {
    height: 55px;
    width: 55px;
  }
  .wk-news-popup-container {
    flex-direction: column;
    height: 80vh;
    overflow-y: auto;
    padding: 30px;
  }
  .wk-order-sale,
  .wk-order-block,
  .wk-customer-block,
  .wk-rating-main-block,
  .wk-comment-n-review-item,
  .wk-order-item {
    grid-template-columns: unset !important;
  }
  .product.data.items {
    position: relative;
  }
  .wk-graph-chart {
    overflow-x: auto;
  }
  .wk-category-block,
  .wk-top-product-block {
    align-items: center;
    flex-direction: column;
  }
  .wk-top-customer,
  .wk-top-product,
  .wk-top-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .wk-block-height > div {
    flex-basis: 50%;
  }
  .wk-comment-n-review-item {
    justify-items: unset;
  }
  .wk-comment-n-review-item span {
    display: none;
  }
  .wk-category-circle {
    font-size: 18px;
    height: 55px;
    min-width: 55px;
  }
  .wk-order-date,
  .wk-order-address.wk-order-detail,
  .wk-category-label,
  .wk-comment-label {
    font-size: 12px;
  }
  .marketplace-account-dashboard.page-layout-seller-2columns-left .product.data.items {
    margin: unset;
  }
  .admin__data-grid-header-row div.admin__data-grid-filters-wrap {
    border: 1px solid #cccccc;
    padding: 15px 15px;
    position: unset;
    top: 41px;
  }
  .admin__data-grid-header-row div.admin__data-grid-filters-wrap .admin__form-field {
    width: 100%;
  }
  .product-location {
    padding: 10px 12px;
  }
  .product-location .location-details {
    gap: 6px;
  }
  .product-location .location-zip {
    font-size: 12px;
  }
  .product-location .location-tag {
    font-size: 11px;
    padding: 2px 8px;
  }
  .product-location .location-distance {
    font-size: 11px;
    margin-top: 6px;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .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[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .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%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -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;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    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: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .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;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .block-collapsible-nav .wk-mp-main {
    top: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 20px;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    height: 45px;
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 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 {
    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%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .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;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 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 .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.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 {
    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;
  }
  .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: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 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-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .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;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm,
.col-sm-auto,
.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,
.col-md,
.col-md-auto,
.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,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(4.25rem);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(1.375rem);
  padding-bottom: calc(1.375rem);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(1.5rem);
  padding-bottom: calc(1.5rem);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(1.25rem);
  padding-bottom: calc(1.25rem);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(3.8125rem);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(4.875rem);
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(4.25rem);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(3.8125rem);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(4.875rem);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(4.25rem);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(4.25rem);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(4.25rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none;
}
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(-0.75rem) calc(-0.75rem) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(-0.75rem) calc(-0.75rem);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(-0.75rem);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(-0.75rem);
  border-top-right-radius: calc(-0.75rem);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(-0.75rem);
  border-bottom-left-radius: calc(-0.75rem);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(99%);
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(96.5%);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc(-1.5rem);
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc(-1.5rem);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc(-1.5rem);
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc(-1.5rem);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(-0.7rem);
  border-top-right-radius: calc(-0.7rem);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/Sm/autostore/en_US/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../frontend/Sm/autostore/en_US/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../frontend/Sm/autostore/en_US/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../frontend/Sm/autostore/en_US/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../frontend/Sm/autostore/en_US/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../frontend/Sm/autostore/en_US/fonts/fontawesome-webfont.svg?v=4.7.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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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;
}
/* Deprecated as of 4.4.0 */
.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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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: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";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  white-space: nowrap;
  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;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../frontend/Sm/autostore/en_US/images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.ul-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
:root,
html {
  color-scheme: light;
}
body {
  overflow-x: hidden;
}
input[type="checkbox"],
input[type="radio"] {
  color-scheme: light;
  accent-color: #2F6BFF;
}
select,
.limiter-options,
.sorter-options {
  min-height: 40px !important;
  line-height: 1.4 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  vertical-align: middle !important;
}
@media (max-width: 767px) {
  select,
  .limiter-options,
  .sorter-options {
    min-height: 44px !important;
    font-size: 16px !important;
    padding: 10px 35px 10px 12px !important;
  }
}
#cookie-status {
  display: none;
}
.block-compare,
.block.block-compare,
.sidebar .block-compare,
.compare.sidebar,
.catalog-compare,
.compare-products-wrapper,
[data-role="compare-products-link"],
.item.link.compare,
.action.compare,
.action.tocompare,
a.action.tocompare,
.product-addto-links .tocompare,
.product-item-actions .tocompare,
.products-grid .tocompare,
.products-list .tocompare,
.compare-link,
.compare-products,
.compare-items,
.compare-clear,
.compare-list {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
}
.fieldset[data-hasrequired]::after {
  display: none !important;
}
.login-container .field-required-info,
.form .field-required-info,
.fieldset > .legend + br + span {
  display: none !important;
}
.text-logo {
  display: none !important;
}
.minicart-wrapper .action.showcart .text {
  margin: unset;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.swatch-option-tooltip {
  display: none !important;
}
.slick-slider {
  direction: ltr;
}
.wishlist-toolbar br {
  display: none;
}
.wishlist-index-index .column:not(.sidebar-additional) form .actions-toolbar {
  margin-bottom: 30px !important;
}
.products-grid.wishlist .product-items .product-item .product-reviews-summary {
  padding-left: 20px;
}
span.featured-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(135deg, #ffb800 0%, #ff9500 100%);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 9;
  box-shadow: 0 2px 8px rgba(255, 149, 0, 0.4);
  border: none;
}
span.shipping-badge-green {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(135deg, #49b56b 0%, #3da05e 100%);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  z-index: 9;
  box-shadow: 0 2px 8px rgba(73, 181, 107, 0.4);
  border: none;
  text-transform: capitalize;
}
span.shipping-badge-blue {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(135deg, #2f6bff 0%, #1b4fd8 100%);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  z-index: 9;
  box-shadow: 0 2px 8px rgba(47, 107, 255, 0.4);
  border: none;
  text-transform: capitalize;
}
span.shipping-badge-gray {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  z-index: 9;
  box-shadow: 0 2px 8px rgba(23, 162, 184, 0.4);
  border: none;
  text-transform: capitalize;
}
.product-item-info {
  position: relative;
}
.product-item-info span.featured-badge + span.shipping-badge-green,
.product-item-info span.featured-badge + span.shipping-badge-blue,
.product-item-info span.featured-badge + span.shipping-badge-gray {
  top: 10px;
}
.products-list .product-item {
  position: relative;
  overflow: visible;
}
.products-list .product-item span.featured-badge {
  top: 12px;
  left: 12px;
}
.products-list .product-item span.shipping-badge-green,
.products-list .product-item span.shipping-badge-blue,
.products-list .product-item span.shipping-badge-gray {
  top: 12px;
  right: 20px;
  position: absolute;
}
.products-list .product-item .product-item-details {
  position: relative;
}
.products-list .product-item .product-item-details .product-item-name {
  padding-right: 150px !important;
  margin-right: 0 !important;
}
.products-list .product-item .product-item-details .product-item-name a {
  display: block !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  max-width: 100% !important;
}
.products.wrapper.products-list .product-item .product-item-details .product-item-name {
  padding-right: 150px !important;
  display: block;
}
.products.wrapper.products-list .product-item .product-item-details .product-item-name a {
  display: block !important;
  word-break: break-word;
}
.product-short-description {
  font-size: 13px;
  line-height: 1.5;
  color: #777;
  margin: 5px 0 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-short-description p {
  margin: 0;
}
.products-grid .product-item .product-short-description,
.product-items .product-item .product-short-description {
  font-size: 12px;
  line-height: 1.4;
  color: #666;
  margin: 4px 0 8px 0;
  -webkit-line-clamp: 2;
  max-height: 34px;
}
.toolbar .pager .limiter strong {
  font-weight: normal;
}
.container {
  width: 94%;
  padding: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_head_item > .sm_megamenu_title > a {
  font-size: 107.69%;
  text-transform: uppercase;
  font-weight: 500;
  display: table;
  padding-bottom: 5px;
}
.search.results dl.block {
  margin-left: -5px;
  margin-right: -5px;
}
.search.results dl.block dt.title {
  margin-left: 5px;
  margin-right: 5px;
}
.search.results dl.block dd.item {
  display: inline-block;
  margin: 0 5px 10px;
}
.minicart-wrapper {
  max-width: unset;
}
.cms-index-index .col1-layout > .container {
  width: 100%;
  max-width: 100%;
}
.page-bottom {
  padding-top: 7px;
}
.row-content .col-sidebar {
  width: 270px;
}
.row-content .col-main {
  width: calc(100% - 300px);
}
.page-layout-2columns-left .row-content .col-sidebar {
  float: left;
}
.page-layout-2columns-left .row-content .col-main {
  float: right;
}
.page-layout-2columns-left .row-content:after {
  content: "";
  display: block;
  clear: both;
}
.page-layout-2columns-right .row-content .col-sidebar {
  float: right;
}
.page-layout-2columns-right .row-content .col-main {
  float: left;
}
.page-layout-2columns-right .row-content:after {
  content: "";
  display: block;
  clear: both;
}
.page-layout-3columns .row-content {
  display: flex;
}
.page-layout-3columns .row-content .col-left {
  float: left;
  order: 1;
}
.page-layout-3columns .row-content .col-right {
  float: right;
  order: 2;
}
.page-layout-3columns .row-content .col-main {
  width: calc(100% - 600px);
  margin: 0 auto;
  order: 2;
}
.page-layout-3columns .row-content:after {
  content: "";
  display: block;
  clear: both;
}
.container-logo {
  padding-top: 30px;
}
.logo-content {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.logo-content .logo {
  display: inline-block;
  vertical-align: top;
}
.logo-content .logo img {
  vertical-align: top;
}
.page-print .logo img {
  width: 350px;
}
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="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #333;
}
.product-megamenu .quickview-handler {
  display: none !important;
}
.modal-dialog {
  margin: 40px auto;
}
.table-comparison .quickview-handler {
  display: none !important;
}
.products.wrapper {
  clear: both;
}
.hidden {
  display: none;
}
.page-main .col-xs-1,
.page-main .col-sm-1,
.page-main .col-md-1,
.page-main .col-lg-1,
.page-main .col-xs-2,
.page-main .col-sm-2,
.page-main .col-md-2,
.page-main .col-lg-2,
.page-main .col-xs-3,
.page-main .col-sm-3,
.page-main .col-md-3,
.page-main .col-lg-3,
.page-main .col-xs-4,
.page-main .col-sm-4,
.page-main .col-md-4,
.page-main .col-lg-4,
.page-main .col-xs-5,
.page-main .col-sm-5,
.page-main .col-md-5,
.page-main .col-lg-5,
.page-main .col-xs-6,
.page-main .col-sm-6,
.page-main .col-md-6,
.page-main .col-lg-6,
.page-main .col-xs-7,
.page-main .col-sm-7,
.page-main .col-md-7,
.page-main .col-lg-7,
.page-main .col-xs-8,
.page-main .col-sm-8,
.page-main .col-md-8,
.page-main .col-lg-8,
.page-main .col-xs-9,
.page-main .col-sm-9,
.page-main .col-md-9,
.page-main .col-lg-9,
.page-main .col-xs-10,
.page-main .col-sm-10,
.page-main .col-md-10,
.page-main .col-lg-10,
.page-main .col-xs-11,
.page-main .col-sm-11,
.page-main .col-md-11,
.page-main .col-lg-11,
.page-main .col-xs-12,
.page-main .col-sm-12,
.page-main .col-md-12,
.page-main .col-lg-12 {
  position: static;
}
tr.row {
  margin-left: 0;
  margin-right: 0;
}
.dropdown-header {
  font-size: inherit;
  color: inherit;
}
.static-image a img:hover,
.brand-slider a img:hover,
.slider-post a img:hover,
.banner-image a img:hover {
  opacity: .8;
}
.header.links .customer-welcome {
  position: relative;
}
.header.links .customer-welcome + .authorization-link {
  display: none;
}
.header.links .customer-welcome .customer-menu {
  z-index: 10009;
  min-width: 165px;
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.header.links .customer-welcome .customer-menu .header.links {
  display: flex;
  flex-flow: column wrap;
}
.header.links .customer-welcome .customer-menu .header.links li {
  margin-bottom: 6px;
  order: 0;
}
.header.links .customer-welcome .customer-menu .header.links li:last-child {
  order: 1;
}
.header.links .customer-welcome .customer-menu .header.links li a {
  display: block;
  border: 1px solid transparent;
  background-color: #f5f5f5;
  padding: 5px 10px;
  color: #282828;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.header.links .customer-welcome .customer-menu .header.links li a:hover {
  background-color: #fff;
}
.header.links .customer-welcome .customer-menu .header.links .authorization-link {
  order: 2;
}
.header.links .customer-welcome:hover .customer-menu {
  display: block;
}
.opc-wrapper .fieldset > .field.required > label::after,
.opc-wrapper .fieldset > .field._required > label::after {
  position: static !important;
  margin: 0 !important;
}
.table-order-items.history {
  table-layout: fixed;
}
.account-nav .item {
  width: 100%;
}
.account-nav .item .delimiter {
  display: none;
}
.account .table-wrapper .action {
  white-space: nowrap;
}
.account .column.main .toolbar {
  text-align: unset;
}
.toolbar-amount {
  display: none;
}
.pager {
  display: block;
  float: none;
}
.pager .pages {
  position: static !important;
  width: auto !important;
}
.pager .limiter {
  float: left !important;
}
.pager li > a,
.pager li > span {
  border: none;
  background: none;
  display: block;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#at-expanded-menu-host .at-expanded-menu-round .at-expanded-menu-button-label {
  display: none !important;
}
#at-expanded-menu-host .at-expanded-menu-ft {
  margin: 0 35px !important;
}
#at-expanded-menu-host .at-expanded-menu-load {
  color: #000 !important;
}
#at-expanded-menu-host .at-expanded-menu-service-list li {
  margin-bottom: 40px !important;
}
#at-expanded-menu-host .at-expanded-menu .at-icon-wrapper,
#at-expanded-menu-host .at-expanded-menu-service-list button {
  width: 84px !important;
  height: 84px !important;
}
#at-expanded-menu-host .at-expanded-menu-close {
  padding: 0 !important;
}
#at-expanded-menu-host .at-expanded-menu-close span {
  color: #000;
}
.comparison.headings.data.table {
  display: none;
}
.switcher-dropdown {
  display: none;
}
.swatch-option.text {
  height: auto;
}
.dropdown.options.switcher-options.active .mage-dropdown-dialog .switcher-dropdown {
  display: block;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  display: none;
}
.modals-overlay {
  z-index: 1000000 !important;
}
.modal-popup {
  z-index: 10000000 !important;
}
.clear-block {
  clear: both !important;
  float: none !important;
}
.page-layout-2columns-left .col-right-main {
  float: right;
}
.page-layout-2columns-left.direction-rtl .col-right-main {
  float: left;
}
address {
  margin-bottom: 0;
}
label,
.label {
  font-weight: 500 !important;
  font-size: 100% !important;
  padding: 0 !important;
  margin: 0;
  text-align: left;
}
.stock.unavailable.btn-action.btn-cart {
  text-transform: uppercase;
}
.direction-rtl label,
.direction-rtl .label {
  text-align: right;
}
.opc-wrapper .fieldset > .field.required > label:after,
.opc-wrapper .fieldset > .field._required > label:after {
  top: 0 !important;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul > li,
ol > li {
  margin-bottom: 0;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
h1 {
  font-size: 2.6666em;
  line-height: 1.25em;
  /*32px, 40px*/
}
h2 {
  font-size: 2em;
  line-height: 1.25em;
  /*24px, 30px*/
}
h3 {
  font-size: 1.6666em;
  line-height: 1.2em;
  /*20px, 24px*/
}
h4 {
  font-size: 1.3333em;
  line-height: 1.25em;
  /*16px, 20px*/
}
h5 {
  font-size: 1.1666em;
  line-height: 1.1428em;
  /*14px, 16px*/
}
h6 {
  font-size: 1em;
  line-height: 1.1666em;
  /*12px, 14px*/
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.cms-page-view .column h1,
.cms-page-view .column h2,
.cms-page-view .column h3,
.cms-page-view .column h4,
.cms-page-view .column h5,
.cms-page-view .column h6,
.cms-page-view .column .h1,
.cms-page-view .column .h2,
.cms-page-view .column .h3,
.cms-page-view .column .h4,
.cms-page-view .column .h5,
.cms-page-view .column .h6 {
  margin-bottom: 15px;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
input[type="date"],
input[type="time"],
.input-text {
  font-family: inherit;
  height: 35px;
  font-size: 100%;
  border: 1px solid #ddd;
  line-height: 1.66;
  background-color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  color: #282828 !important;
  -webkit-text-fill-color: #282828 !important;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="datetime"]::placeholder,
input[type="email"]::placeholder,
input[type="date"]::placeholder,
input[type="time"]::placeholder,
.input-text::placeholder {
  color: #777;
  opacity: 1;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
.input-text:focus {
  color: #282828 !important;
  -webkit-text-fill-color: #282828 !important;
}
input[type="text"]:-webkit-autofill,
input[type="password"]:-webkit-autofill,
input[type="url"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill,
input[type="search"]:-webkit-autofill,
input[type="number"]:-webkit-autofill,
input[type="datetime"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
input[type="date"]:-webkit-autofill,
input[type="time"]:-webkit-autofill,
.input-text:-webkit-autofill {
  -webkit-text-fill-color: #282828 !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
input[type="text"]:-webkit-autofill:focus,
input[type="password"]:-webkit-autofill:focus,
input[type="url"]:-webkit-autofill:focus,
input[type="tel"]:-webkit-autofill:focus,
input[type="search"]:-webkit-autofill:focus,
input[type="number"]:-webkit-autofill:focus,
input[type="datetime"]:-webkit-autofill:focus,
input[type="email"]:-webkit-autofill:focus,
input[type="date"]:-webkit-autofill:focus,
input[type="time"]:-webkit-autofill:focus,
.input-text:-webkit-autofill:focus {
  -webkit-text-fill-color: #282828 !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
textarea {
  border: 1px solid #ddd;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #282828 !important;
  -webkit-text-fill-color: #282828 !important;
}
textarea::placeholder {
  color: #777;
  opacity: 1;
}
textarea:focus {
  color: #282828 !important;
  -webkit-text-fill-color: #282828 !important;
}
.deals-countdown .deals-time {
  padding: 6px 10px;
  border: 2px solid #e5e5e5;
  background-color: #fff;
  float: left;
  margin-right: 12px;
  min-width: 60px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.deals-countdown .deals-time .num-time {
  font-size: 169%;
  color: #282828;
  font-weight: 500;
  line-height: 1.4;
}
.deals-countdown .deals-time .title-time {
  font-size: 92.3%;
  text-transform: uppercase;
  color: #888;
}
.direction-rtl .deals-countdown .deals-time {
  float: right;
  margin-left: 12px;
  margin-right: 0;
}
.loading-content {
  background: url(../../frontend/Sm/autostore/en_US/images/loader-1.gif) no-repeat center center / 30px auto;
  min-height: 100px;
}
.lazyload {
  display: block;
  background: url(../../frontend/Sm/autostore/en_US/images/loader-1.gif) no-repeat center center / 30px auto;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}
.action-skip-wrapper {
  display: none;
}
.cms-index-index .page.messages {
  margin: 0 auto;
}
.page-layout-3columns .toolbar .toolbar-amount {
  display: none;
}
.product-options-wrapper .fieldset .field.downloads {
  width: 100%;
}
.product-options-wrapper .fieldset .field.downloads .field.choice {
  width: 100%;
  padding: 0;
}
.product-options-wrapper .fieldset .field.downloads .field.choice label {
  display: block;
}
#yt-totop {
  position: absolute;
  top: -25px;
  right: 17px;
  background-color: #666666;
  border: 4px solid #ddd;
  color: #dddddd;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  width: 48px;
  height: 48px;
  z-index: 30;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
#yt-totop:hover {
  background-color: #444;
}
#yt-totop:before {
  content: '\f062';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
#yt-totop-fix {
  position: fixed;
  bottom: 50px;
  right: 30px;
  color: #fff;
  display: none;
  line-height: 44px;
  text-align: center;
  width: 40px;
  height: 40px;
  z-index: 60;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#yt-totop-fix:before {
  content: '\f062';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
.direction-rtl #yt-totop {
  left: 17px;
  right: auto;
}
.direction-rtl #yt-totop-fix {
  left: 30px;
  right: auto;
}
.showcart .loading-mask .loader > img {
  width: auto;
}
.gallery-image {
  display: none;
}
.fotorama__caption {
  display: none;
}
#btn-gallery {
  display: block;
  bottom: 10px;
  height: 34px;
  text-align: center;
  line-height: 39px;
  position: absolute;
  right: 10px;
  width: 34px;
  background-color: #8f8f8f;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  z-index: 10005;
}
#btn-gallery:before {
  content: '\f0b2';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button {
  -webkit-border-fit: lines;
}
.menu-ontop {
  position: fixed;
  z-index: 888;
}
.social-detail {
  clear: both;
}
.social-detail .share-title {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: 600;
  font-size: 133.33%;
  color: #000;
}
.social-detail .addthis_sharing_toolbox {
  display: inline-block;
  vertical-align: middle;
}
/* <- Safari & Google Chrome Fix */
button,
.cart-container .action.continue,
a.action.primary,
.modal-footer .action-primary.action-accept {
  outline: none !important;
  border: none !important;
  overflow: visible;
  display: inline-block;
  width: auto;
  margin: 0;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  font-size: 100% !important;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding: 0 20px !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.fotorama__arr--disabled {
  opacity: 0 !important;
}
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--right:after {
  display: none !important;
}
select {
  border: 1px solid #e5e5e5;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding-right: 26px;
  padding-left: 5px;
  background: url(../../frontend/Sm/autostore/en_US/images/bg-selectbox.png) no-repeat right center #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.direction-rtl select {
  background-position: left center;
  padding-left: 26px;
  padding-right: 5px;
}
.page-title {
  margin-bottom: 23px;
}
.category-description {
  margin-bottom: 40px;
}
mark,
.mark {
  background-color: transparent;
}
.empty {
  padding-top: 10px;
}
.pager {
  margin: 0;
}
.account.page-layout-2columns-left .column.main {
  width: 100% !important;
}
.modal-footer {
  border: none;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background: transparent;
}
.slider-product .products-grid {
  margin-left: -10px;
  margin-right: -10px;
}
.slider-product .products-grid .owl-carousel .owl-stage-outer {
  padding-top: 10px;
  padding-bottom: 54px;
}
.slider-product .owl-theme .owl-nav {
  opacity: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.slider-product .owl-theme .owl-nav div {
  background-color: #fff;
  color: #282828;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 44px;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.slider-product .owl-theme .owl-nav div:before {
  font-size: 24px;
  line-height: 44px;
}
.slider-product .owl-theme .owl-nav div:hover {
  color: #fff;
}
.slider-product .owl-theme .owl-nav div.owl-next {
  right: -18px;
}
.slider-product .owl-theme .owl-nav div.owl-prev {
  left: -18px;
}
.slider-product:hover .owl-theme .owl-nav {
  opacity: 1;
}
.table > thead > tr > th {
  text-transform: uppercase;
}
.radio,
.checkbox {
  display: inline;
  position: relative;
  top: 3px;
  margin-top: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.full-wrapper {
  margin-left: -1000px;
  margin-right: -1000px;
  clear: both;
}
.page-header {
  padding-bottom: 0;
  border: none;
}
.modal-header {
  border-bottom: none;
}
.modal-popup .action-close {
  border: none !important;
}
.page-main {
  padding: 30px 0 30px;
  min-height: 500px;
}
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 30px;
}
.cms-index-index .page-main {
  padding: 0;
}
.fieldset > .field:not(.choice) > .label {
  width: auto !important;
  text-align: left !important;
  margin-bottom: 5px;
  display: table;
  float: none !important;
}
.fieldset > .field:not(.choice) > .control {
  float: none !important;
  width: auto !important;
}
.page-main .fieldset > .field.choice:before,
.page-main .fieldset > .field.no-label:before {
  width: auto;
  padding: 0;
}
.page-main .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.page-main .abs-margin-for-forms-desktop,
.page-main .fieldset .legend,
.page-main .column:not(.sidebar-main) form .actions-toolbar,
.page-main .column:not(.sidebar-additional) form .actions-toolbar,
.page-main .login-container .fieldset:after {
  margin-left: 0;
}
.page-main .form.password.reset,
.page-main .form.send.confirmation,
.page-main .form.password.forget,
.page-main .form.create.account {
  width: 100%;
}
/*DROPDOWN MINI CART*/
.block-minicart {
  background: #fff !important;
  padding: 0 15px 0 !important;
  border: none !important;
  width: 100% !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
  border-radius: 3px;
}
.block-minicart .subtitle.empty {
  padding: 40px 0;
}
.block-minicart li {
  border: none !important;
  padding: 10px 0 !important;
}
.block-minicart .product-item-photo {
  border: 1px solid #ddd;
  width: 80px;
}
.block-minicart .product-item-photo img {
  width: 100% !important;
  height: auto !important;
}
.block-minicart #btn-minicart-close {
  display: none !important;
}
.block-minicart .items-total {
  float: none;
  display: none;
}
.block-minicart .header-minicart {
  display: none;
  margin: -16px -15px 0;
  color: #fff;
  padding: 8px 20px;
  font-size: 116.67%;
  text-transform: uppercase;
}
.block-minicart .header-minicart .text-right {
  float: right;
}
.block-minicart .minicart-items-wrapper {
  margin: 0 -15px;
  background-color: #fff;
  padding: 20px 10px 20px 20px;
  border: none;
  height: auto !important;
}
.block-minicart .minicart-items-wrapper .minicart-items {
  height: auto !important;
  max-height: 250px;
  overflow-y: auto;
}
.block-minicart .subtotal {
  margin: 0 -15px;
  background-color: #fff;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-transform: uppercase;
  color: #444;
  text-align: left;
  padding: 13px 20px 10px;
}
.block-minicart .subtotal .label {
  font-weight: 500 !important;
  font-size: 116.67% !important;
  color: #444;
}
.block-minicart .subtotal .price-container {
  float: right;
  margin-top: -4px;
}
.block-minicart .subtotal .price-container .price-wrapper:first-child .price {
  font-size: 133.33%;
  font-weight: 500;
}
.block-minicart .block-content > .actions {
  background-color: #fff;
  margin: 0 -15px;
  text-align: left;
  padding: 15px 20px;
}
.block-minicart .block-content > .actions .secondary {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.block-minicart .block-content > .actions a {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 20px;
  font-size: 100%;
  color: #fff;
  margin-right: 0;
  line-height: 38px;
  font-weight: 500;
  text-transform: uppercase;
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  box-shadow: 0 0 0 !important;
  -moz-box-shadow: 0 0 0 !important;
  -webkit-box-shadow: 0 0 0 !important;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.block-minicart .minicart-widgets {
  margin: 0;
}
.block-minicart .minicart-items .product-item-details {
  padding-left: 95px;
  position: relative;
}
.block-minicart .minicart-items .product-item-details .product-item-name {
  display: block;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.4;
}
.block-minicart .minicart-items .product-item-details .product-item-name a {
  color: #282828;
  text-transform: uppercase;
}
.block-minicart .minicart-items .product-item-details .product-item-pricing {
  position: relative;
}
.block-minicart .minicart-items .product-item-details .item-qty {
  width: 35px;
  height: 30px;
}
.block-minicart .minicart-items .product-item-details .update-cart-item {
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 5px !important;
  font-size: 9px !important;
}
.block-minicart .minicart-items .product-item-details .price-container {
  position: absolute;
  top: 5px;
  right: 0;
}
.block-minicart .minicart-items .product-item-details .price-container .price-excluding-tax {
  font-size: 100%;
}
.block-minicart .minicart-items .product-item-details .price-container .price {
  font-weight: 400;
  font-size: 100%;
  padding-right: 20px;
}
.block-minicart .minicart-items .product-item-details .product-item-pricing .label {
  width: auto;
}
.block-minicart .minicart-items .product-item-details .product.actions .action.delete:after {
  content: '\f057';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 17px;
  position: absolute;
  top: 0;
  left: 71px;
  background: white;
  border-radius: 100%;
}
.block-minicart .minicart-items .product-item-details .product.actions .action.delete:before {
  display: none;
}
.block-minicart .minicart-items .product-item-details .product.actions .action.edit {
  display: none;
}
.minicart-items .product-item {
  box-shadow: none;
}
.direction-rtl .block-minicart .header-minicart .text-right {
  float: left;
}
.direction-rtl .block-minicart .block-content > .actions a {
  margin-left: 10px;
  margin-right: 0;
}
.direction-rtl .block-minicart .product-item-photo {
  float: right !important;
}
.direction-rtl .block-minicart .minicart-items-wrapper {
  padding: 20px 20px 20px 10px;
}
.direction-rtl .block-minicart .minicart-items .product-item-details {
  padding-right: 95px;
  padding-left: 0;
}
.direction-rtl .block-minicart .minicart-items .product-item-details .price-container {
  left: 0;
  right: auto;
}
.direction-rtl .block-minicart .minicart-items .product-item-details .price-container .price {
  padding-left: 20px;
  padding-right: 0;
}
.direction-rtl .block-minicart .minicart-items .product-item-details .product.actions .action.delete:after {
  right: 71px;
  left: auto;
}
.direction-rtl .block-minicart .subtotal {
  text-align: right;
}
.direction-rtl .block-minicart .subtotal .price-container {
  float: left;
}
.direction-rtl .block-minicart .block-content > .actions {
  text-align: right;
}
/*DROPDOWN MEGAMENU*/
.fix-width-60 {
  width: 60% !important;
}
.fix-width-40 {
  width: 40% !important;
}
.product-megamenu {
  padding-left: 15px;
}
.product-megamenu .products-grid .item:last-child .item-inner {
  margin-bottom: 0;
}
.product-megamenu .products-grid .item .item-inner {
  border: none;
}
.product-megamenu .products-grid .item .item-inner .box-info {
  padding: 10px 0 0;
}
.product-megamenu .products-grid .item .item-inner:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.background_moto-parent > div {
  background-image: url("../../frontend/Sm/autostore/en_US/images/bg-megamenu.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.border-right {
  border-right: 1px solid #eee;
}
.margin-bottom {
  margin-bottom: 20px;
}
.remove-padding {
  padding: 0 !important;
}
.sm_megamenu_title .title-cat {
  font-size: 107.69%;
  font-weight: 500;
  color: #282828;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.sm_megamenu_title > a > span {
  display: inline-block;
  padding: 3px 0;
  font-size: 107.69%;
  color: #686868;
}
/*END DROPDOWN MEGAMENU*/
.search-wrapper .control {
  position: relative;
}
.search-wrapper .control .search-autocomplete {
  left: 0;
  top: 100%;
  width: 100% !important;
}
.modal-content {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.authentication-dropdown .action-close {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 20px;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: none;
}
.products.wrapper.products-grid .item {
  float: left;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.hot-label {
  background: #f00;
  padding: 1px 5px !important;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 10px;
  position: relative;
}
.hot-label:before {
  border-bottom: 5px solid transparent;
  border-right: 6px solid #f00;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 0;
}
.direction-rtl .products.wrapper.products-grid .item {
  float: right;
}
.direction-rtl .hot-label {
  float: left;
}
.direction-rtl .hot-label:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  left: auto;
  right: -5px;
}
.direction-rtl .product-reviews-summary .rating-summary {
  text-align: right;
}
.col3-layout .toolbar-top .pages {
  display: none;
}
.col3-layout .toolbar-bottom .limiter,
.col3-layout .toolbar-bottom .toolbar-sorter {
  display: none;
}
.price-box .price {
  font-size: 138%;
  font-weight: 500;
  color: #282828;
}
.price-box .special-price,
.price-box .old-price {
  display: inline-block;
}
.price-box .special-price .price-label,
.price-box .old-price .price-label {
  display: none;
}
.price-box .special-price {
  margin-right: 10px;
}
.price-box .old-price .price {
  font-size: 123% !important;
  font-weight: normal;
  color: #aaa;
  text-decoration: line-through;
}
.price-box .price-from,
.price-box .price-to {
  display: inline-block;
  margin: 0;
}
.direction-rtl .price-box .special-price {
  margin-left: 10px;
  margin-right: 0;
}
div[class^="swatch-opt-"] {
  display: table;
}
.counter:after {
  content: ")";
}
.counter:before {
  content: "(";
}
.product-reviews-summary {
  margin: 0;
  display: inline-table;
}
.product-reviews-summary .rating-summary {
  display: inline-table;
  left: auto;
  padding-right: 10px;
}
.product-reviews-summary .reviews-actions {
  position: relative;
  top: 0;
}
.product-reviews-summary .reviews-actions a {
  display: inline-block;
}
.product-reviews-summary .reviews-actions .view span:last-child:after {
  content: "|";
  margin-left: 10px;
}
.direction-rtl .product-reviews-summary .reviews-actions .view span:last-child:after {
  margin-right: 10px;
  margin-left: 0;
}
.direction-rtl .product-reviews-summary .rating-summary {
  padding-left: 10px;
  padding-right: 0;
}
.info-box-detail .fieldset .control.control-qty-cart {
  width: 70px !important;
  margin-top: 5px;
  float: left !important;
}
.control-qty {
  position: relative;
  margin-left: 5px;
  float: left;
  display: none;
}
.control-qty .quantity-controls {
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url(../../frontend/Sm/autostore/en_US/images/plus-minus.png) no-repeat #444444;
}
.control-qty .quantity-controls.quantity-plus {
  background-position: 2px 2px;
  margin: 3px 0 4px;
}
.control-qty .quantity-controls.quantity-minus {
  background-position: 2px -47px;
}
.direction-rtl .control-qty {
  float: right;
  margin-right: -1px;
  margin-left: 0;
}
.direction-rtl .review-ratings {
  float: right;
}
.direction-rtl .review-ratings ~ .review-content,
.direction-rtl .review-ratings ~ .review-details {
  margin-right: 280px;
  margin-left: 0;
}
.page-wrapper {
  position: relative;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.page-wrapper > .panel.wrapper {
  order: 1;
}
.page-wrapper > #yt-totop-fix {
  order: 2;
}
.page-wrapper > .page-header {
  order: 3;
}
.page-wrapper > .breadcrumbs {
  order: 4;
}
.page-wrapper > #maincontent {
  order: 5;
}
.page-wrapper > .page-footer {
  order: 6;
}
.page-header {
  margin: 0;
}
.page-title {
  font-size: 230.76%;
  color: #282828;
  font-weight: 500;
  position: relative;
}
.rating-summary .rating-result {
  width: 88px;
}
.rating-summary .rating-result:before,
.rating-summary .rating-result > span:before {
  font-size: 23px;
  letter-spacing: -6px;
}
.rating-summary .rating-result > span:before {
  color: #ffc400;
}
.rating-summary .rating-result:before {
  color: #bbb;
}
.toolbar .pager .limiter strong,
.toolbar .pager .limiter select,
.toolbar .pager .limiter span {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.toolbar.review-toolbar {
  border: none;
}
.toolbar.review-toolbar .pager {
  margin: 0;
}
.toolbar.review-toolbar .pager .limiter {
  float: left;
}
legend {
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.review-legend {
  border-bottom: 1px solid #ddd;
}
.review-field-ratings .review-field-rating .label {
  line-height: 33px;
}
.review-field-ratings .review-field-rating .label:after {
  content: ": ";
}
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar {
  margin: 0 !important;
}
.review-title {
  text-transform: uppercase;
}
.review-form {
  max-width: none;
}
.fieldset .review-legend.legend {
  padding-bottom: 10px;
}
.review-add .fieldset > .field:not(.choice) > .label {
  width: 100%;
  float: none;
  text-align: left;
}
.review-add .fieldset > .field:not(.choice) > .control {
  float: none;
  width: 100%;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px !important;
}
.dropdown .mage-dropdown-dialog {
  position: absolute;
  top: 100%;
  left: -1px;
  background-color: #fff;
  border: none;
  padding: 5px 10px;
  z-index: 10009;
  min-width: 165px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.product.options.list dt {
  display: inline;
}
.product.options.list dd {
  display: inline;
  margin-right: 5px;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: -2px !important;
}
.product.data.items > .item.title {
  height: 50px;
  border: 1px solid #e1e1e1;
  margin-right: -1px !important;
  line-height: 50px;
  padding: 0 33px;
  text-transform: uppercase;
}
.product.data.items > .item.title.active a {
  color: #fff !important;
}
.product.data.items > .item.title a {
  background: none !important;
  line-height: 50px !important;
  color: #000 !important;
  font-weight: 600;
}
.product.data.items > .item.content {
  margin-top: 49px !important;
  border: 1px solid #e1e1e1 !important;
  padding: 30px !important;
}
.product.data.items > .item.title > .switch {
  display: block;
  border: none !important;
  margin: 0;
  padding: 0 !important;
}
.wk-supplier-tabs .product.data.items > .item.title.active {
  background-color: #2f6bff;
}
.wk-supplier-tabs .product.data.items > .item.content {
  padding: 10px !important;
}
.breadcrumbs {
  margin-bottom: 0;
  padding-top: 15px;
}
.breadcrumbs .items {
  color: #666;
  font-size: 107.69%;
}
.breadcrumbs .items .item {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .items .item:after {
  display: none !important;
}
.breadcrumbs .items .item:not(:last-child):before {
  float: right;
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 17px;
  margin: 1px 10px 0 12px;
}
.breadcrumbs .items .item a {
  color: #888;
  text-decoration: none !important;
}
.breadcrumbs .items .item a:after {
  display: none;
}
.breadcrumbs .items .item strong {
  color: #282828;
}
/**
 * Filter mobile
 */
.filter-mobile-btn,
.close-filter {
  display: none;
}
.filter-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 990;
  visibility: hidden;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
}
.show-filter-sidebar .filter-overlay {
  visibility: visible;
}
.close-filter {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.close-filter:before {
  content: '\f00d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
.close-filter span {
  display: none;
}
.direction-rtl .breadcrumbs .items .item:not(:last-child):before {
  float: left;
  position: relative;
  top: 3px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional {
  width: 100% !important;
}
.slider-brand .item a img:hover,
.blog-wrapper .blog-image a img:hover,
.banner-megamenu a img:hover,
.image-sidebar a img:hover,
.minicart-items-wrapper .product .product-image-wrapper img:hover {
  opacity: 0.8;
}
.products-grid .item .item-inner .box-image:hover a img {
  opacity: 0.8;
}
.thumb-vertical .fotorama__stage {
  border: none;
}
.thumb-vertical .fotorama__stage .fotorama__stage__shaft {
  border: 1px solid #ddd;
}
.sm-imageslider .owl-controls .owl-nav {
  opacity: 0;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.sm-imageslider .owl-controls .owl-nav div {
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 50%;
  height: 50px;
  opacity: 0.3;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  margin-top: -25px !important;
}
.sm-imageslider .owl-controls .owl-nav div:before {
  font-size: 20px;
  line-height: 48px;
}
.sm-imageslider .owl-controls .owl-nav div.owl-prev {
  left: 0;
}
.sm-imageslider .owl-controls .owl-nav div.owl-next {
  right: 0;
}
.sm-imageslider .owl-controls .owl-nav div:hover {
  opacity: 0.7 !important;
}
.sm-imageslider .owl-controls .owl-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
.sm-imageslider:hover .owl-controls .owl-nav {
  opacity: 1;
}
.sm-imageslider-content .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sm-imageslider-content .owl-animated-in {
  z-index: 0;
}
.sm-imageslider-content .owl-animated-out {
  z-index: 1;
}
.sm-imageslider-content .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.sm-imageslider-inner .owl-height {
  -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;
}
@media all and (max-width: 479px) {
  .sm-imageslider {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sm-imageslider {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*.fotorama__stage__frame .fotorama__img {
        -webkit-transform: inherit !important;
    }

    .fotorama__stage__frame .fotorama__img {
        left: 0 !important;
        top: 0 !important;
    }*/
}
.sidebar .block-content.product-content {
  background-color: #fff;
}
.sidebar .product-item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar .product-item .sm_quickview_handler {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.sidebar .product-item-info .product-list-image {
  float: left;
  width: 90px;
}
.sidebar .product-item-info .product-item-details .price-box .old-price {
  display: none !important;
}
.sidebar .product-item-info .product-reviews-summary .reviews-actions {
  display: none;
}
.direction-rtl .sidebar .product-item-info .product-list-image {
  float: right;
}
.direction-rtl .sidebar .product-item-info .product-item-details {
  margin-right: 100px;
  margin-left: 0;
  direction: rtl;
}
.slider-product-list .product-item {
  padding-bottom: 18px;
}
.slider-product-list .product-item:not(:last-child) {
  margin-bottom: 19px;
  padding-bottom: 19px;
}
.slider-product-list .owl-theme .owl-dots {
  margin: 0 !important;
  border-top: 1px solid #e5e5e5;
  padding-top: 13px;
}
.extend-banner {
  margin-bottom: 40px;
}
.product-extend .title-home-page {
  border: none;
}
.product-extend .title-home-page:before {
  height: 2px;
}
.product-extend .ltabs-wrap .ltabs-tabs-container {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.product-extend .ltabs-wrap .ltabs-tabs-container .ltabs-tabs .ltabs-tab {
  margin-bottom: -1px;
  background-color: #eee;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  cursor: pointer;
  float: left;
  font-size: 108.33%;
  padding: 12px 15px;
  position: relative;
}
.product-extend .ltabs-wrap .ltabs-tabs-container .ltabs-tabs .ltabs-tab:last-child {
  border-right: 1px solid #ddd;
}
.product-extend .ltabs-wrap .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover,
.product-extend .ltabs-wrap .ltabs-tabs-container .ltabs-tabs .ltabs-tab.tab-sel {
  background-color: #fff;
}
.product-extend .loadmoretype .ltabs-wrap .ltabs-tabs-container {
  right: 0;
}
.product-extend .sm-listing-tabs .owl-controls .owl-nav {
  position: absolute;
  top: -63px;
  right: -3px;
}
.product-extend .sm-listing-tabs .owl-controls .owl-nav div {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #666;
  height: 27px;
  width: 20px;
}
.product-extend .sm-listing-tabs .owl-controls .owl-nav div:before {
  line-height: 25px;
}
.product-extend .sm-listing-tabs .owl-controls .owl-nav div:hover {
  color: #fff;
}
/* Map / Satellite control fix */
.gm-style .gm-style-mtc {
  background: #fff !important;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.gm-style .gm-style-mtc button {
  color: #000 !important;
  background: transparent !important;
  font-weight: 500;
}
.gm-style .gm-style-mtc button[aria-pressed="true"] {
  background: #e6e6e6 !important;
  color: #000 !important;
}
.direction-rtl .product-extend .ltabs-wrap .ltabs-tabs-container .ltabs-tabs .ltabs-tab {
  float: right;
  border-right: 1px solid #ddd;
  border-left: none;
}
.direction-rtl .product-extend .ltabs-wrap .ltabs-tabs-container .ltabs-tabs .ltabs-tab:last-child {
  border-left: 1px solid #ddd;
}
.btn-submobile {
  cursor: pointer;
  display: none !important;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  right: 0;
  top: 11px;
  z-index: 100;
}
.btn-submobile:before {
  content: '\f0d7';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.btn-submobile.btnsub-active:before {
  content: '\f0d8';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.direction-rtl .btn-submobile {
  left: 0;
  right: auto;
}
.crosssell-container .products-grid .product-item-info {
  margin-bottom: 30px;
}
.header-container .navigation-mobile .row {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.header-container .navigation-mobile [class^="col-"] {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.header-container .navigation-mobile .sm_megamenu_menu > li {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  display: block !important;
  position: relative;
}
.header-container .navigation-mobile .sm_megamenu_menu > li > a {
  text-transform: uppercase;
  font-weight: 700;
  background: none;
  font-size: 116.67%;
}
.header-container .navigation-mobile .sm_megamenu_menu > li > a .icon_items {
  display: none;
}
.header-container .navigation-mobile .sm_megamenu_menu > li .sm-megamenu-child {
  background: none !important;
  border: none !important;
  padding-top: 10px;
  padding-left: 5px;
  display: none;
}
.header-container .navigation-mobile .sm_megamenu_menu > li .btn-submobile {
  display: block !important;
}
.header-container .navigation-mobile .sm_megamenu_menu [class^="sm_megamenu_col_"] {
  display: block !important;
  width: 100% !important;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 20px;
}
.header-container .navigation-mobile .right-image-menu {
  margin: 0 0 20px;
  float: none;
}
.header-container .navigation-mobile .home-item-parent .mega-home-content ul li a {
  padding: 5px 0 !important;
}
.header-container .navigation-mobile .home-item-parent .mega-home-content .feature-title {
  padding: 5px 0 !important;
  text-transform: unset;
}
.onestepcheckout-index-index label,
.onestepcheckout-index-index .label {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.onestepcheckout-index-index .page-main .shipping-method .shipping-method-delivery .osc-datepicker + .ui-datepicker-trigger {
  padding: 0 !important;
}
.aw-arp-container .slick-prev,
.aw-arp-container .slick-next {
  position: absolute;
  padding: 0 !important;
  width: 20px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .layout-boxed .page-wrapper {
    background-color: #fff;
    margin: 0 auto;
    width: 94%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .layout-boxed .page-wrapper .container {
    width: unset;
  }
  .navbar-active .page-wrapper {
    left: auto !important;
    right: auto !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-layout-3columns .row-content .col-main {
    width: calc(100% - 545px);
  }
  .page-layout-3columns .toolbar .limiter {
    margin: 0 15px 10px;
  }
  .row-content .col-sidebar {
    width: 240px;
  }
  .row-content .col-main {
    width: calc(100% - 270px);
  }
  .container {
    max-width: 970px;
  }
  .layout-boxed .page-wrapper {
    background-color: #fff;
    max-width: 970px;
    margin: 0 auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .navbar-active .page-wrapper {
    left: auto !important;
    right: auto !important;
  }
  .col3-layout .toolbar-top .pages,
  .col3-layout .toolbar-top .toolbar-sorter {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-layout-3columns .row-content {
    display: block;
  }
  .quickview-handler {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .row-content .col-main,
  .row-content .col-sidebar {
    float: none !important;
    width: 100% !important;
    clear: both !important;
  }
  .container {
    max-width: none;
  }
  .col-left-sidebar {
    float: none !important;
    clear: both !important;
  }
  .layout-boxed .page-wrapper {
    background-color: #fff;
    max-width: 750px;
    margin: 0 auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .catalog-product-view .column.main {
    padding-bottom: 30px;
  }
  .page-layout-1column .product-extend .loadmoretype .product-items .product-item {
    width: 33.3333%;
  }
  .page-layout-1column .product-extend .loadmoretype .product-items .product-item:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .page-layout-3columns .row-content {
    display: block;
  }
  .page-wrapper {
    overflow-x: hidden;
  }
  .quickview-handler {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .row-content .col-main,
  .row-content .col-sidebar {
    float: none !important;
    width: 100% !important;
    clear: both !important;
  }
  .container {
    max-width: none;
  }
  .page-layout-2columns-left .col-right-main {
    float: none;
  }
  .catalog-product-view .column.main {
    padding-bottom: 30px;
  }
  .cart.table-wrapper .item .col.item {
    min-height: 90px;
  }
  .full-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 50% !important;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 0 !important;
  }
  .products-grid.wishlist .product-item-photo {
    float: none !important;
    margin-right: 0 !important;
  }
  .breadcrumbs .items .item {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .cartpro-modal .cpmodal-wrapper .content-cpcart {
    max-height: 200px !important;
  }
  .page-layout-1column .product-extend .loadmoretype .product-items .product-item {
    width: 50%;
  }
  .page-layout-1column .product-extend .loadmoretype .product-items .product-item:nth-child(2n+1) {
    clear: both;
  }
  .page-layout-2columns-left .loadmoretype .product-items .product-item,
  .page-layout-2columns-right .loadmoretype .product-items .product-item {
    width: 50% !important;
  }
}
@media (max-width: 640px) {
  .cartpro-modal .cpmodal-wrapper .content-cpcart {
    max-height: 130px !important;
  }
  .breadcrumbs {
    background-size: auto 100%;
  }
}
@media (max-width: 480px) {
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 100%;
  }
  .page-layout-1column .product-extend .loadmoretype .product-items .product-item {
    width: 100%;
    float: none;
  }
  .product-extend .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-current-select {
    display: block;
  }
  .page-layout-2columns-left .loadmoretype .product-items .product-item,
  .page-layout-2columns-right .loadmoretype .product-items .product-item {
    width: 100% !important;
  }
}
a.contact-seller-btn,
.action.contact-seller-btn {
  background: linear-gradient(135deg, #1b2c52 0%, #284178 100%) !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 10px 16px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(27, 44, 82, 0.25) !important;
}
a.contact-seller-btn span,
.action.contact-seller-btn span {
  color: #FFFFFF !important;
}
a.contact-seller-btn:hover,
.action.contact-seller-btn:hover {
  background: linear-gradient(135deg, #213665 0%, #1b2c52 100%) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(27, 44, 82, 0.35) !important;
}
.products-grid .product-item-actions,
.products-list .product-item-actions,
.sm-listing-tabs .product-item-actions,
.filter-products .product-item-actions,
.catalog-category-view .product-item-actions,
.catalogsearch-result-index .product-item-actions {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.products-grid .product-item-actions .actions-primary,
.products-list .product-item-actions .actions-primary,
.sm-listing-tabs .product-item-actions .actions-primary,
.filter-products .product-item-actions .actions-primary,
.catalog-category-view .product-item-actions .actions-primary,
.catalogsearch-result-index .product-item-actions .actions-primary {
  flex: 1 !important;
}
.products-grid .product-item-actions .actions-primary .action.tocart.primary,
.products-list .product-item-actions .actions-primary .action.tocart.primary,
.sm-listing-tabs .product-item-actions .actions-primary .action.tocart.primary,
.filter-products .product-item-actions .actions-primary .action.tocart.primary,
.catalog-category-view .product-item-actions .actions-primary .action.tocart.primary,
.catalogsearch-result-index .product-item-actions .actions-primary .action.tocart.primary,
.products-grid .product-item-actions .actions-primary button.action.tocart,
.products-list .product-item-actions .actions-primary button.action.tocart,
.sm-listing-tabs .product-item-actions .actions-primary button.action.tocart,
.filter-products .product-item-actions .actions-primary button.action.tocart,
.catalog-category-view .product-item-actions .actions-primary button.action.tocart,
.catalogsearch-result-index .product-item-actions .actions-primary button.action.tocart {
  background: linear-gradient(135deg, #2f6bff 0%, #0048fb 100%) !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 10px 16px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: 100% !important;
  box-shadow: 0 2px 8px rgba(47, 107, 255, 0.25) !important;
}
.products-grid .product-item-actions .actions-primary .action.tocart.primary span,
.products-list .product-item-actions .actions-primary .action.tocart.primary span,
.sm-listing-tabs .product-item-actions .actions-primary .action.tocart.primary span,
.filter-products .product-item-actions .actions-primary .action.tocart.primary span,
.catalog-category-view .product-item-actions .actions-primary .action.tocart.primary span,
.catalogsearch-result-index .product-item-actions .actions-primary .action.tocart.primary span,
.products-grid .product-item-actions .actions-primary button.action.tocart span,
.products-list .product-item-actions .actions-primary button.action.tocart span,
.sm-listing-tabs .product-item-actions .actions-primary button.action.tocart span,
.filter-products .product-item-actions .actions-primary button.action.tocart span,
.catalog-category-view .product-item-actions .actions-primary button.action.tocart span,
.catalogsearch-result-index .product-item-actions .actions-primary button.action.tocart span {
  color: #FFFFFF !important;
}
.products-grid .product-item-actions .actions-primary .action.tocart.primary:hover,
.products-list .product-item-actions .actions-primary .action.tocart.primary:hover,
.sm-listing-tabs .product-item-actions .actions-primary .action.tocart.primary:hover,
.filter-products .product-item-actions .actions-primary .action.tocart.primary:hover,
.catalog-category-view .product-item-actions .actions-primary .action.tocart.primary:hover,
.catalogsearch-result-index .product-item-actions .actions-primary .action.tocart.primary:hover,
.products-grid .product-item-actions .actions-primary button.action.tocart:hover,
.products-list .product-item-actions .actions-primary button.action.tocart:hover,
.sm-listing-tabs .product-item-actions .actions-primary button.action.tocart:hover,
.filter-products .product-item-actions .actions-primary button.action.tocart:hover,
.catalog-category-view .product-item-actions .actions-primary button.action.tocart:hover,
.catalogsearch-result-index .product-item-actions .actions-primary button.action.tocart:hover {
  background: linear-gradient(135deg, #497dff 0%, #2f6bff 100%) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(47, 107, 255, 0.35) !important;
}
.products-grid .product-item-actions .actions-primary a.action.contact-seller-btn,
.products-list .product-item-actions .actions-primary a.action.contact-seller-btn,
.sm-listing-tabs .product-item-actions .actions-primary a.action.contact-seller-btn,
.filter-products .product-item-actions .actions-primary a.action.contact-seller-btn,
.catalog-category-view .product-item-actions .actions-primary a.action.contact-seller-btn,
.catalogsearch-result-index .product-item-actions .actions-primary a.action.contact-seller-btn,
.products-grid .product-item-actions .actions-primary a.contact-seller-btn,
.products-list .product-item-actions .actions-primary a.contact-seller-btn,
.sm-listing-tabs .product-item-actions .actions-primary a.contact-seller-btn,
.filter-products .product-item-actions .actions-primary a.contact-seller-btn,
.catalog-category-view .product-item-actions .actions-primary a.contact-seller-btn,
.catalogsearch-result-index .product-item-actions .actions-primary a.contact-seller-btn,
.products-grid .product-item-actions .actions-primary a.tocart[title="Contact Seller"],
.products-list .product-item-actions .actions-primary a.tocart[title="Contact Seller"],
.sm-listing-tabs .product-item-actions .actions-primary a.tocart[title="Contact Seller"],
.filter-products .product-item-actions .actions-primary a.tocart[title="Contact Seller"],
.catalog-category-view .product-item-actions .actions-primary a.tocart[title="Contact Seller"],
.catalogsearch-result-index .product-item-actions .actions-primary a.tocart[title="Contact Seller"],
.products-grid .product-item-actions .actions-primary a.tocart.primary[title="Contact Seller"],
.products-list .product-item-actions .actions-primary a.tocart.primary[title="Contact Seller"],
.sm-listing-tabs .product-item-actions .actions-primary a.tocart.primary[title="Contact Seller"],
.filter-products .product-item-actions .actions-primary a.tocart.primary[title="Contact Seller"],
.catalog-category-view .product-item-actions .actions-primary a.tocart.primary[title="Contact Seller"],
.catalogsearch-result-index .product-item-actions .actions-primary a.tocart.primary[title="Contact Seller"] {
  background: linear-gradient(135deg, #1b2c52 0%, #284178 100%) !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 10px 16px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: 100% !important;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(27, 44, 82, 0.25) !important;
  pointer-events: auto !important;
}
.products-grid .product-item-actions .actions-primary a.action.contact-seller-btn span,
.products-list .product-item-actions .actions-primary a.action.contact-seller-btn span,
.sm-listing-tabs .product-item-actions .actions-primary a.action.contact-seller-btn span,
.filter-products .product-item-actions .actions-primary a.action.contact-seller-btn span,
.catalog-category-view .product-item-actions .actions-primary a.action.contact-seller-btn span,
.catalogsearch-result-index .product-item-actions .actions-primary a.action.contact-seller-btn span,
.products-grid .product-item-actions .actions-primary a.contact-seller-btn span,
.products-list .product-item-actions .actions-primary a.contact-seller-btn span,
.sm-listing-tabs .product-item-actions .actions-primary a.contact-seller-btn span,
.filter-products .product-item-actions .actions-primary a.contact-seller-btn span,
.catalog-category-view .product-item-actions .actions-primary a.contact-seller-btn span,
.catalogsearch-result-index .product-item-actions .actions-primary a.contact-seller-btn span,
.products-grid .product-item-actions .actions-primary a.tocart[title="Contact Seller"] span,
.products-list .product-item-actions .actions-primary a.tocart[title="Contact Seller"] span,
.sm-listing-tabs .product-item-actions .actions-primary a.tocart[title="Contact Seller"] span,
.filter-products .product-item-actions .actions-primary a.tocart[title="Contact Seller"] span,
.catalog-category-view .product-item-actions .actions-primary a.tocart[title="Contact Seller"] span,
.catalogsearch-result-index .product-item-actions .actions-primary a.tocart[title="Contact Seller"] span,
.products-grid .product-item-actions .actions-primary a.tocart.primary[title="Contact Seller"] span,
.products-list .product-item-actions .actions-primary a.tocart.primary[title="Contact Seller"] span,
.sm-listing-tabs .product-item-actions .actions-primary a.tocart.primary[title="Contact Seller"] span,
.filter-products .product-item-actions .actions-primary a.tocart.primary[title="Contact Seller"] span,
.catalog-category-view .product-item-actions .actions-primary a.tocart.primary[title="Contact Seller"] span,
.catalogsearch-result-index .product-item-actions .actions-primary a.tocart.primary[title="Contact Seller"] span {
  color: #FFFFFF !important;
}
.products-grid .product-item-actions .actions-primary a.action.contact-seller-btn:hover,
.products-list .product-item-actions .actions-primary a.action.contact-seller-btn:hover,
.sm-listing-tabs .product-item-actions .actions-primary a.action.contact-seller-btn:hover,
.filter-products .product-item-actions .actions-primary a.action.contact-seller-btn:hover,
.catalog-category-view .product-item-actions .actions-primary a.action.contact-seller-btn:hover,
.catalogsearch-result-index .product-item-actions .actions-primary a.action.contact-seller-btn:hover,
.products-grid .product-item-actions .actions-primary a.contact-seller-btn:hover,
.products-list .product-item-actions .actions-primary a.contact-seller-btn:hover,
.sm-listing-tabs .product-item-actions .actions-primary a.contact-seller-btn:hover,
.filter-products .product-item-actions .actions-primary a.contact-seller-btn:hover,
.catalog-category-view .product-item-actions .actions-primary a.contact-seller-btn:hover,
.catalogsearch-result-index .product-item-actions .actions-primary a.contact-seller-btn:hover,
.products-grid .product-item-actions .actions-primary a.tocart[title="Contact Seller"]:hover,
.products-list .product-item-actions .actions-primary a.tocart[title="Contact Seller"]:hover,
.sm-listing-tabs .product-item-actions .actions-primary a.tocart[title="Contact Seller"]:hover,
.filter-products .product-item-actions .actions-primary a.tocart[title="Contact Seller"]:hover,
.catalog-category-view .product-item-actions .actions-primary a.tocart[title="Contact Seller"]:hover,
.catalogsearch-result-index .product-item-actions .actions-primary a.tocart[title="Contact Seller"]:hover,
.products-grid .product-item-actions .actions-primary a.tocart.primary[title="Contact Seller"]:hover,
.products-list .product-item-actions .actions-primary a.tocart.primary[title="Contact Seller"]:hover,
.sm-listing-tabs .product-item-actions .actions-primary a.tocart.primary[title="Contact Seller"]:hover,
.filter-products .product-item-actions .actions-primary a.tocart.primary[title="Contact Seller"]:hover,
.catalog-category-view .product-item-actions .actions-primary a.tocart.primary[title="Contact Seller"]:hover,
.catalogsearch-result-index .product-item-actions .actions-primary a.tocart.primary[title="Contact Seller"]:hover {
  background: linear-gradient(135deg, #213665 0%, #1b2c52 100%) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(27, 44, 82, 0.35) !important;
}
.products-grid .product-item-actions .actions-secondary .action.towishlist,
.products-list .product-item-actions .actions-secondary .action.towishlist,
.sm-listing-tabs .product-item-actions .actions-secondary .action.towishlist,
.filter-products .product-item-actions .actions-secondary .action.towishlist,
.catalog-category-view .product-item-actions .actions-secondary .action.towishlist,
.catalogsearch-result-index .product-item-actions .actions-secondary .action.towishlist {
  background: #FFFFFF !important;
  border: 1px solid #E5E5E5 !important;
  border-radius: 6px !important;
  padding: 10px !important;
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}
.products-grid .product-item-actions .actions-secondary .action.towishlist::before,
.products-list .product-item-actions .actions-secondary .action.towishlist::before,
.sm-listing-tabs .product-item-actions .actions-secondary .action.towishlist::before,
.filter-products .product-item-actions .actions-secondary .action.towishlist::before,
.catalog-category-view .product-item-actions .actions-secondary .action.towishlist::before,
.catalogsearch-result-index .product-item-actions .actions-secondary .action.towishlist::before {
  font-size: 18px !important;
  color: #777777 !important;
  transition: color 0.3s ease !important;
}
.products-grid .product-item-actions .actions-secondary .action.towishlist span,
.products-list .product-item-actions .actions-secondary .action.towishlist span,
.sm-listing-tabs .product-item-actions .actions-secondary .action.towishlist span,
.filter-products .product-item-actions .actions-secondary .action.towishlist span,
.catalog-category-view .product-item-actions .actions-secondary .action.towishlist span,
.catalogsearch-result-index .product-item-actions .actions-secondary .action.towishlist span {
  display: none !important;
}
.products-grid .product-item-actions .actions-secondary .action.towishlist:hover,
.products-list .product-item-actions .actions-secondary .action.towishlist:hover,
.sm-listing-tabs .product-item-actions .actions-secondary .action.towishlist:hover,
.filter-products .product-item-actions .actions-secondary .action.towishlist:hover,
.catalog-category-view .product-item-actions .actions-secondary .action.towishlist:hover,
.catalogsearch-result-index .product-item-actions .actions-secondary .action.towishlist:hover {
  border-color: #DC2626 !important;
  background: rgba(220, 38, 38, 0.05) !important;
}
.products-grid .product-item-actions .actions-secondary .action.towishlist:hover::before,
.products-list .product-item-actions .actions-secondary .action.towishlist:hover::before,
.sm-listing-tabs .product-item-actions .actions-secondary .action.towishlist:hover::before,
.filter-products .product-item-actions .actions-secondary .action.towishlist:hover::before,
.catalog-category-view .product-item-actions .actions-secondary .action.towishlist:hover::before,
.catalogsearch-result-index .product-item-actions .actions-secondary .action.towishlist:hover::before {
  color: #DC2626 !important;
}
.cms-index-index .filter-products .product-item-actions,
.cms-index-index .sm-listing-tabs .product-item-actions {
  margin-top: 15px !important;
  padding-top: 15px !important;
  border-top: 1px solid #E5E5E5 !important;
}
.cms-index-index .home-page-1 ol[id^="sm_filterproducts_"].products.list.items.product-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
}
.cms-index-index .home-page-1 ol[id^="sm_filterproducts_"].products.list.items.product-items > li.item.product.product-item {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}
.cms-index-index .home-page-1 ol[id^="sm_filterproducts_"].products.list.items.product-items .product-item-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cms-index-index .home-page-1 ol[id^="sm_filterproducts_"].products.list.items.product-items .product-item-image {
  flex: 0 0 auto;
}
.cms-index-index .home-page-1 ol[id^="sm_filterproducts_"].products.list.items.product-items .product.details.product-item-details {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.cms-index-index .home-page-1 ol[id^="sm_filterproducts_"].products.list.items.product-items .product-item-inner {
  margin-top: auto;
}
.cms-index-index .home-page-1 ol[id^="sm_filterproducts_"].products.list.items.product-items .product-item-name {
  margin-bottom: 6px;
}
.cms-index-index .home-page-1 ol[id^="sm_filterproducts_"].products.list.items.product-items .product-item-name a.product-item-link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}
.cms-index-index .home-page-1 ol[id^="sm_filterproducts_"].products.list.items.product-items .product-short-description {
  margin-top: 4px;
  margin-bottom: 10px;
  max-height: 34px;
}
@media (max-width: 1199px) {
  .cms-index-index .home-page-1 ol[id^="sm_filterproducts_"].products.list.items.product-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }
}
@media (max-width: 991px) {
  .cms-index-index .home-page-1 ol[id^="sm_filterproducts_"].products.list.items.product-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}
@media (max-width: 575px) {
  .cms-index-index .home-page-1 ol[id^="sm_filterproducts_"].products.list.items.product-items {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
/**
 * 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;
  direction: ltr;
}
.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 {
  padding: 0 !important;
  border: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Sm/autostore/en_US/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  margin: 5px;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 31px;
  background: #666;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-'] span {
  display: none;
}
.owl-carousel .owl-nav .owl-next:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 17px;
}
.owl-carousel .owl-nav .owl-prev:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 17px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
/*.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}*/
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  outline: none !important;
  display: inline-block;
  zoom: 1;
  width: auto;
  height: auto;
  background-color: transparent !important;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/*! 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: #fff;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 100070;
}
.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-y: auto !important;
  overflow-x: hidden !important;
}
.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/Sm/autostore/en_US/images/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: 100051;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../../frontend/Sm/autostore/en_US/images/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;
}
.direction-rtl .fancybox-close {
  left: -18px;
  right: auto;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../../frontend/Sm/autostore/en_US/images/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: 100050;
  background-color: rgba(0, 0, 0, 0.5);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow-x: hidden;
  overflow-y: auto;
}
/* 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, 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/Sm/autostore/en_US/images/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/Sm/autostore/en_US/images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.login-container .block-customer-login,
.login-container .block-new-customer {
  padding: 30px;
  min-height: 420px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.login-container .block-customer-login .block-title,
.login-container .block-new-customer .block-title {
  font-size: 100%;
  padding: 0;
}
.form-create-account .fieldset .fieldset {
  width: 100%;
}
.account .fieldset {
  display: flex;
  flex-direction: column;
}
.form-create-account .fieldset.additional_info {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  min-height: unset;
}
.field.field-name-middlename {
  float: right;
  width: 47%;
}
.field.field-name-middlename + .field-name-lastname {
  float: none !important;
}
.customer-dob #dob {
  width: 100%;
}
.fieldset .fullname .field .label {
  text-align: unset !important;
  width: 100% !important;
  float: none !important;
}
.fieldset .fullname .field .control {
  width: 100% !important;
  float: none !important;
}
.password-strength-meter {
  background-color: #f1f1f1;
}
.form-create-account .fieldset {
  width: 48.8%;
  min-height: 394px;
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.form-create-account .fieldset .legend {
  border-bottom: 1px solid #e8e8e8;
  font-size: 133.33%;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.form-create-account .fieldset.create.info {
  float: left;
}
.form-create-account .fieldset.create.info .field-name-firstname,
.form-create-account .fieldset.create.info .field-name-lastname {
  width: 47%;
}
.form-create-account .fieldset.create.info .field-name-firstname {
  float: left;
}
.form-create-account .fieldset.create.info .field-name-lastname {
  float: right;
}
.form-create-account .fieldset.create.info .field.choice.newsletter {
  clear: both;
}
.form-create-account .fieldset.create.account {
  float: right;
}
.form-create-account .actions-toolbar {
  clear: both;
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.direction-rtl.account .page-title-wrapper .page-title,
.direction-rtl [class^="sales-guest-"] .page-title-wrapper .page-title,
.direction-rtl .sales-guest-view .page-title-wrapper .page-title {
  margin-left: 25px;
  margin-right: 0;
}
.direction-rtl .form-create-account .fieldset.create.info {
  float: right;
}
.direction-rtl .form-create-account .fieldset.create.account {
  float: left;
}
.cart.table-wrapper .gift-content._active {
  table-layout: auto;
}
.cart-container .paypal-review-discount .block > .title:after {
  right: 0;
  top: -7px;
}
.cart-container .cart.table-wrapper .product-item-photo {
  width: 30%;
}
.cart-container .cart.table-wrapper .product-item-photo .product-image-photo {
  border: 1px solid #e5e5e5;
}
.cart-container .cart.table-wrapper .item .col.item {
  padding-bottom: 10px;
  padding-top: 10px;
}
.cart-container .cart-summary {
  width: 30%;
  background: none;
  border: 1px solid #e5e5e5;
  padding: 25px;
  top: auto !important;
}
.cart-container .cart-summary .summary.title {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.cart-container .cart-summary .block > .title:after {
  right: 0;
  top: -7px;
}
.cart-container .cart-summary .block .title {
  padding: 10px 10px 5px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
}
.cart-container .cart-summary .block .title strong {
  font-weight: 500 !important;
  font-size: 100% !important;
  text-transform: uppercase;
}
.cart-container .cart-summary .block .content {
  padding: 10px 0;
}
.cart-container .cart-summary .block .fieldset {
  margin: 0;
}
.cart-container .cart-summary .coupon .actions-toolbar .primary .apply.primary {
  background-color: #333333;
}
.cart-container .form.form-cart {
  width: 67%;
}
.cart-container .cart.main.actions .action {
  border: none;
  color: #fff;
  font-weight: 500;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  font-family: inherit;
  font-size: 100%;
  margin-bottom: 10px;
  margin-right: 0;
}
.cart-container .cart.main.actions .action span {
  font-size: 100%;
}
.cart-container .cart.main.actions .action:before {
  display: none;
}
.cart-container .cart.main.actions .action.update {
  margin-left: 10px;
}
.cart-container .cart.main.actions .action.continue {
  border-radius: 8px;
}
.cart-container .cart.table-wrapper .product-item-name {
  font-weight: 500;
  text-transform: uppercase;
}
.cart-container .cart.table-wrapper .item .col.item {
  border-top: none;
}
.cart-container .cart.table-wrapper .actions-toolbar {
  text-align: right;
}
.cart-container .cart.table-wrapper .actions-toolbar > .action {
  border-radius: 8px;
}
.cart-container .cart.table-wrapper .actions-toolbar .action-edit,
.cart-container .cart.table-wrapper .actions-toolbar .action-delete {
  background: none;
  font-weight: 500;
  font-size: 100%;
}
.cart-container .cart.table-wrapper .actions-toolbar .action-edit:hover,
.cart-container .cart.table-wrapper .actions-toolbar .action-delete:hover {
  color: #fff;
}
.cart-container .cart.table-wrapper .gift-content {
  clear: both;
}
.cart-container .cart.table-wrapper .gift-content._active {
  display: block;
}
.cart-container mark,
.cart-container .mark {
  background: none;
}
.cart-container .cart-totals {
  border-top: none;
}
.cart-container .checkout-methods-items {
  background: #fafafa;
  margin: 25px -25px -25px;
  padding: 25px;
  border-top: 1px solid #e5e5e5;
}
.cart-container .checkout-methods-items .action.primary.checkout {
  height: 40px;
  padding: 0 20px;
  border: none !important;
  color: #fff;
  letter-spacing: 0;
}
.crosssell-container {
  padding-top: 30px;
}
.cart-container .cart.main.actions .action:hover,
.cart-container .checkout-methods-items .action.primary.checkout:hover {
  background-color: #444 !important;
}
._has-auth-shown .authentication-wrapper {
  z-index: 999999;
}
.custom-slide .modal-inner-wrap {
  background-color: #fff;
}
.cart-container .cart.main.actions .action.clear {
  display: none !important;
}
.direction-rtl table th {
  text-align: right;
}
.direction-rtl .cart.table-wrapper .product-item-photo {
  padding-left: 20px;
  padding-right: 0;
}
.direction-rtl .cart.table-wrapper .col.price,
.direction-rtl .order-items.table-wrapper .col.price,
.direction-rtl .cart.table-wrapper .col.qty,
.direction-rtl .order-items.table-wrapper .col.qty,
.direction-rtl .cart.table-wrapper .col.subtotal,
.direction-rtl .order-items.table-wrapper .col.subtotal,
.direction-rtl .cart.table-wrapper .col.msrp,
.direction-rtl .order-items.table-wrapper .col.msrp {
  text-align: left;
}
.direction-rtl .cart.table-wrapper .item-options dt,
.direction-rtl .block-giftregistry-shared-items .product .item-options dt,
.direction-rtl .multicheckout .item-options dt {
  float: right;
  clear: right;
  margin: 0 0 5px 10px;
}
.direction-rtl .cart.table-wrapper .item-options dd,
.direction-rtl .block-giftregistry-shared-items .product .item-options dd,
.direction-rtl .multicheckout .item-options dd,
.direction-rtl .block-cart-failed .action.continue,
.direction-rtl .cart-container .form-cart .action.continue,
.direction-rtl .cart-container .cart-gift-item .action.continue {
  float: right;
}
.direction-rtl .abs-shopping-cart-items-desktop .actions,
.direction-rtl .block-cart-failed .actions,
.direction-rtl .cart-container .form-cart .actions,
.direction-rtl .cart-container .cart-gift-item .actions {
  text-align: left;
}
.direction-rtl .cart-container .cart.main.actions .action.update {
  margin-right: 10px;
  margin-left: 0;
}
.direction-rtl .cart-container .cart-summary .block > .title:after {
  left: 0;
  right: auto;
}
.direction-rtl .cart-summary .block .item-options {
  margin-right: 0;
}
.direction-rtl .cart-totals .amount,
.direction-rtl .opc-block-summary .table-totals .amount,
.direction-rtl .cart-totals .grand .amount,
.direction-rtl .opc-block-summary .table-totals .grand .amount {
  text-align: left;
}
.direction-rtl .cart.table-wrapper .item-actions .actions-toolbar,
.direction-rtl .cart.table-wrapper .gift-content {
  text-align: right;
}
.direction-rtl .cart.table-wrapper .actions-toolbar > .action,
.direction-rtl .cart.table-wrapper .action-gift {
  margin-left: 10px;
  margin-right: 0;
}
.direction-rtl .cart.table-wrapper .action-gift {
  float: right;
}
.table-wrapper.comparison {
  overflow-x: auto;
  clear: both;
}
.table-comparison th {
  text-transform: uppercase;
}
.table-comparison .products-grid .item {
  float: left;
  min-width: 270px;
}
.table-comparison .products-grid .item .box-image {
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
}
.table-comparison .products-grid .item .box-info .product-item-name {
  font-size: 107.69%;
  text-transform: uppercase;
}
.table-comparison .products-grid .item .box-info .bottom-action {
  padding: 10px 0;
}
.table-comparison .products-grid .item .box-info .bottom-action form {
  display: inline-block;
  vertical-align: top;
}
.table-comparison .products-grid .item .box-info .bottom-action .towishlist {
  display: inline-block;
  vertical-align: top;
  background-color: #282828;
  color: #fff;
  margin-left: 5px;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.table-comparison .products-grid .item .box-info .bottom-action .towishlist:before,
.table-comparison .products-grid .item .box-info .bottom-action .towishlist span {
  display: none;
}
.table-comparison .products-grid .item .box-info .bottom-action .towishlist.towishlist:after {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.direction-rtl .table-comparison .products-grid .item {
  float: right;
}
.wishlist-index-index .products-grid .product-item-actions {
  clear: both;
}
.wishlist-index-index .products-grid .product-item-actions a {
  float: left !important;
  margin-top: 0 !important;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}
.wishlist-index-index .products-grid .product-item-actions .edit {
  background-color: #1979c3;
  color: #fff;
}
.wishlist-index-index .products-grid .product-item-actions .edit:hover {
  background-color: #1567a8;
}
.wishlist-index-index .products-grid .product-item-actions .delete {
  background-color: #f2f2f2;
  color: #777777;
}
.wishlist-index-index .products-grid .product-item-actions .delete:hover {
  background-color: #e74c3c;
  color: #fff;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .product-item-actions {
  margin: 0 0 10px !important;
}
.form-wishlist-items .box-tocart .control {
  margin-bottom: 0;
  margin-right: 5px !important;
}
/* CHECKOUT STYLES DISABLED START

.checkout-agreements-block .action {
    background-color: #444 !important;

    &:hover {
        background-color: #222 !important;
    }
}

.checkout-container {
    .opc-sidebar {
        .modal-header {
            border: none;
            padding: 0;
        }

        .modal-content {
            .opc-block-summary {
                padding: 30px;
                margin: 0 0 30px;
                background-color: @bg-muted;

                > .title {
                    font-size: 166.67%;
                    text-transform: uppercase;
                    font-weight: 600;
                }
            }
        }

    }

    .authentication-wrapper {
        margin-top: 10px;

        button {
            text-transform: uppercase;
            background-color: @color-primary;
            border-radius: 8px;
        }
    }

    .block-customer-login {
        .block-title {
            font-size: 100%;
            margin-bottom: 0;
            position: relative;
            display: inline-block;
            top: -26px;
        }
    }

    .table-checkout-shipping-method thead th {
        display: none !important;
    }

    .opc-wrapper .fieldset > .field.required > label:after {
        top: 0;
        margin-left: 4px;
    }

    .opc-block-shipping-information {
        padding: 0;

        .ship-to,
        .ship-via {
            padding: 30px;
            margin: 0 0 30px;
            background-color: @bg-muted;

            .shipping-information-title {
                font-size: 166.67%;
                text-transform: uppercase;
                font-weight: 600;
            }

            .action-edit {
                padding: 0 !important;
                border: none !important;
            }
        }

    }

    .checkout-payment-method .payment-method-content {
        padding: 0 0 20px;
    }

    .checkout-payment-method .payment-option-title {
        padding-left: 0;
    }

    .checkout-payment-method .payment-option-content {
        padding: 0 0 20px;
    }

    .checkout-payment-method .step-title {
        text-transform: uppercase;
        font-weight: 600;
    }

    .opc-wrapper {
        .shipping-address-item {
            width: 100%;
        }
        .shipping-address-items {
            margin-top: 30px;
        }

        .action-show-popup > span:before {
            content: "";
        }

        .shipping-address-item.selected-item {
            border-color: @color-primary;

            &::after {
                background: @color-primary;
            }
        }
    }

    .opc-progress-bar-item._active {
        &::before {
            background: @color-primary;
        }

        & > span:before {
            background: @color-primary;
        }
    }
}

.direction-rtl {
    .opc-wrapper {
        float: right;
        padding-left: 30px;
        padding-right: 0;
    }

    .opc-sidebar {
        float: left;
    }

    .field-tooltip {
        left: 0;
        right: auto;
    }

    .field .control._with-tooltip input {
        margin-left: 10px;
        margin-right: 0;
    }

    .minicart-items .product > .product-item-photo,
    .minicart-items .product > .product-image-container {
        float: right;
    }

    .minicart-items .product-item-details {
        padding-right: 88px;
        padding-left: 0;
    }

    .opc-block-summary .product-item .product-item-name-block {
        padding-left: 5px;
        padding-right: 0;
        text-align: right;
    }

    .opc-block-shipping-information .shipping-information-title .action-edit {
        left: 0;
        right: auto;
    }

}

CHECKOUT STYLES DISABLED END */
.account-nav .item a {
  display: block;
  width: 100%;
}
.form-wishlist-items .products-grid.wishlist {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.form-wishlist-items .products-grid.wishlist .product-items {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 15px;
  width: 100%;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item {
  float: left;
  width: 32%;
  padding: 15px;
  margin: 0 0 15px;
  background-color: #fff;
  position: relative;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-info {
  width: 100% !important;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-info .product-item-photo {
  border: none;
  border-bottom: 1px solid #e0e0e0;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-inner {
  padding: 0;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-name {
  font-weight: normal;
  text-transform: uppercase;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-name,
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .price-box {
  padding-left: 15px;
  padding-right: 15px;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .price-box .price {
  color: #2f6bff;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 140px;
  margin-bottom: 0;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .field.qty {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 !important;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .field.qty .qty {
  height: 35px;
  margin-top: 0;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .field.qty .label {
  display: none;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .stock {
  font-size: 14px;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .stock.unavailable {
  color: #dc2626;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .stock.available {
  color: #49b56b;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .product-item-actions {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  float: none;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item:hover .product-item-info {
  border-color: #fff;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item:hover .product-item-inner {
  display: block;
}
.google-map {
  line-height: 0;
}
.google-map iframe {
  width: 100%;
}
.google-map #map {
  width: 100%;
  height: 570px;
}
.contact-container {
  padding: 20px 0 50px;
}
.contact-container .contact-description {
  margin-bottom: 30px;
  padding-top: 30px;
}
.contact-container .contact-description h2 {
  font-size: 230%;
  text-transform: uppercase;
  color: #282828;
  font-weight: 500;
  margin-bottom: 20px;
}
.contact-container .contact-description p {
  font-size: 107.69%;
}
.contact-container .fieldset {
  margin: 0 !important;
}
.contact-container .fieldset .field {
  margin-bottom: 50px !important;
}
.contact-container .form-contact .input-text {
  font-size: 123%;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #e9e9f1;
  padding: 0;
  color: #222;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.contact-container .form-contact .input-text::-moz-placeholder {
  color: #222222;
  opacity: 1;
}
.contact-container .form-contact .input-text:-ms-input-placeholder {
  color: #222222;
}
.contact-container .form-contact .input-text::-webkit-input-placeholder {
  color: #222222;
}
.contact-container .form-contact .input-text:focus {
  border-color: #373a48;
}
.contact-container .form-contact #comment {
  height: 38px;
}
.contact-container .form-contact #comment:focus {
  height: 100px;
}
.contact-container .form-contact .actions-toolbar .primary {
  float: none;
  display: block;
}
.contact-container .form-contact .actions-toolbar button {
  width: 100%;
  height: 44px;
  line-height: 44px;
  margin: 0;
  font-size: 107.69% !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.aboutus-page h2 {
  text-align: center;
  font-size: 230%;
  text-transform: uppercase;
  color: #282828;
  font-weight: 500;
  margin-bottom: 20px;
}
.top-image {
  margin-bottom: 40px;
}
.about-description {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 75px;
  border-bottom: 1px solid #e0e0e0;
}
.about-description p {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  font-size: 107.69%;
}
.about-description p:not(:last-child) {
  margin-bottom: 30px;
}
.slider-member {
  margin-bottom: 75px;
  padding-bottom: 65px;
  border-bottom: 1px solid #e0e0e0;
}
.slider-member .owl-theme .owl-nav {
  opacity: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.slider-member .owl-theme .owl-nav div {
  background-color: #fff;
  color: #282828;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 44px;
  position: absolute;
  top: 31%;
  border: 1px solid #e0e0e0;
  z-index: 20;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.slider-member .owl-theme .owl-nav div:before {
  font-size: 24px;
  line-height: unset;
}
.slider-member .owl-theme .owl-nav div.owl-next {
  right: -28px;
}
.slider-member .owl-theme .owl-nav div.owl-prev {
  left: -28px;
}
.slider-member .owl-theme .owl-nav div:hover {
  color: #fff;
}
.slider-member:hover .owl-theme .owl-nav {
  opacity: 1;
}
.slider-member .image-member {
  position: relative;
}
.slider-member .image-member > a:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.slider-member .image-member .member-social {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  text-align: center;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.slider-member .image-member .member-social ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1px;
}
.slider-member .image-member .member-social ul li a {
  background-color: #fff;
  text-align: center;
  line-height: 36px;
  display: block;
  width: 36px;
  height: 36px;
  font-size: 14px;
  color: #888;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.slider-member .image-member .member-social ul li a:hover {
  color: #fff;
}
.slider-member .info-member {
  text-align: center;
  padding-top: 15px;
}
.slider-member .info-member h3 {
  font-size: 138.46%;
  color: #282828;
  font-weight: 500;
  margin-bottom: 4px;
}
.slider-member .info-member p {
  font-size: 107.69%;
}
.slider-member .item:hover .image-member .member-social,
.slider-member .item:hover .image-member a:before {
  opacity: 1;
  visibility: visible;
}
.about-map {
  margin-bottom: 50px;
}
.wrapper_404page {
  background-color: #eeeeee;
  border-radius: 3px;
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
.wrapper_404page .content-404page {
  float: right;
  margin-top: 40px;
  max-width: 500px;
  text-align: center;
}
.wrapper_404page .content-404page .top-text,
.wrapper_404page .content-404page .bottom-text {
  font-size: 133.33%;
}
.wrapper_404page .content-404page .img-404 {
  margin: 30px 0;
}
.wrapper_404page .content-404page .img-404 img {
  max-width: 100%;
  width: auto;
}
.wrapper_404page .content-404page .button-404 {
  padding-top: 40px;
}
.wrapper_404page .img-right-404 {
  margin-top: 60px;
}
.wrapper_404page .content-404page .prev-page-btn {
  background-color: #ea3a3c;
}
.wrapper_404page .content-404page .btn-404 {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin: 0 4px 10px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.wrapper_404page .content-404page .back2home {
  background-color: #3cb7e7;
}
.cms-page-view .column ul li,
.cms-page-view .column p {
  font-size: 16px;
}
.cms-page-view .column ul,
.cms-page-view .column p {
  margin-bottom: 15px;
}
.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 {
  width: auto;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .faq-block .number-faq {
    font-size: 1000%;
    left: -6px;
  }
  .faq-block .list-faqs ul li {
    font-size: 116.67%;
  }
}
@media (min-width: 1200px) {
  .grid-about .grid-items .item-about {
    width: 50%;
  }
  .grid-about .grid-items .item-about:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .faq-block .number-faq {
    font-size: 1307%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-container .form.form-cart {
    width: 100%;
    float: none;
    clear: both;
  }
  .cart-container .cart-summary {
    position: relative;
    top: auto !important;
    width: 100%;
  }
  .grid-about .grid-items .item-about {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .login-container .block-customer-login,
  .login-container .block-new-customer {
    min-height: auto;
  }
  .form-create-account .fieldset {
    width: 100%;
    float: none;
  }
  .cart-container .form.form-cart {
    width: 100%;
    float: none;
    clear: both;
  }
  .cart-container .cart-summary {
    position: relative;
    top: auto !important;
    width: 100%;
  }
  .cart-container .action.continue,
  .cart-container .action.clear,
  .cart-container .action.update {
    width: 100%;
    margin: 0 0 10px !important;
  }
  .cart-container .cart.table-wrapper .item-info {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto 1fr;
  }
  .cart-container .cart.table-wrapper .item .col.item {
    grid-column: 1 / -1;
  }
  .cart-container .cart.table-wrapper .item .col.qty,
  .cart-container .cart.table-wrapper .item .col.price,
  .cart-container .cart.table-wrapper .item .col.subtotal,
  .cart-container .cart.table-wrapper .item .col.msrp {
    width: auto;
    grid-column: span 1;
  }
  .cart-container .cart.table-wrapper .actions-toolbar {
    text-align: left;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  /* RESPONSIVE CHECKOUT STYLES DISABLED
    .opc-estimated-wrapper {
        padding-left: 0;
        padding-right: 0;

        .minicart-wrapper {
            display: none;
        }
    }

    .opc-estimated-wrapper .estimated-block {
        float: none;

        span {
            display: inline-block !important;
            margin-right: 10px !important;
        }
    }

    .checkout-payment-method .payment-method-billing-address .billing-address-details {
        padding: 0 15px !important;
    }

    .checkout-payment-method .billing-address-same-as-shipping-block {
        padding: 0 15px;
    }

    .checkout-payment-method .payment-option {
        margin: 0 !important;
    }

    .checkout-container .checkout-payment-method .payment-option-title {
        padding: 10px 0 !important;
    }

    .payment-method-billing-address {
        > .fieldset {
            padding: 0 15px !important;

            .actions-toolbar {
                padding: 0 !important;
            }
        }
    }

    .opc-wrapper .form-discount,
    .checkout-payment-method .field-select-billing,
    .checkout-payment-method .billing-address-form {
        max-width: 100% !important;
    }

    .payment-method-content .actions-toolbar {
        padding: 0 15px;
    }
    RESPONSIVE CHECKOUT STYLES DISABLED END */
  .grid-about {
    padding: 0;
  }
  .grid-about .grid-items {
    margin: 0;
  }
  .grid-about .grid-items .item-about {
    padding: 0;
  }
  .faq-block .number-faq {
    font-size: 1000%;
    left: -7px;
  }
  .block-collapsible-nav {
    position: relative;
    top: auto;
    left: auto;
  }
  .block-collapsible-nav .title {
    background-color: #f5f5f5;
    padding: 14px 40px 10px 15px;
  }
}
@media (max-width: 480px) {
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 100% !important;
  }
}
.modal-popup._inner-scroll .modal-inner-wrap {
  position: static;
  margin: 40px auto;
}
.pages .pages-items .item.current {
  background: unset;
  background-color: unset;
  border: none;
}
.ps-announcement {
  display: none;
  background: linear-gradient(135deg, #1b2c52 0%, #2f6bff 100%);
  color: #fff;
  position: relative;
  z-index: 1000;
}
.ps-announcement__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 48px 12px 20px;
  position: relative;
}
.ps-announcement__content {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.ps-announcement__content strong {
  white-space: nowrap;
}
.ps-announcement__icon {
  flex-shrink: 0;
  opacity: 0.9;
}
.ps-announcement__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: #1B2C52;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 20px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease, transform 0.15s ease;
  flex-shrink: 0;
}
.ps-announcement__cta:hover {
  background: #e8edf5;
  transform: translateY(-1px);
  text-decoration: none;
  color: #1B2C52;
}
.ps-announcement__close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 4px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s ease;
  line-height: 1;
}
.ps-announcement__close:hover {
  color: #fff;
  background: none;
}
@media (max-width: 768px) {
  .ps-announcement__inner {
    flex-direction: column;
    gap: 10px;
    padding: 36px 16px 14px;
    text-align: center;
  }
  .ps-announcement__content {
    flex-direction: column;
    gap: 4px;
    font-size: 13px;
  }
  .ps-announcement__content strong {
    white-space: normal;
  }
  .ps-announcement__icon {
    display: none;
  }
  .ps-announcement__cta {
    width: 100%;
    justify-content: center;
    padding: 10px 18px;
    font-size: 14px;
  }
  .ps-announcement__close {
    right: 10px;
    top: 12px;
    transform: none;
  }
}
.w-newsletter {
  display: table;
  width: 800px;
  background: url(../../frontend/Sm/autostore/en_US/images/bg-newsletter.jpg) no-repeat bottom right;
}
.w-newsletter .newsletter-info {
  padding: 35px 20px 45px;
  max-width: 450px;
}
.w-newsletter .newsletter-info .newsletter-title {
  text-transform: uppercase;
  color: #222;
  font-size: 246%;
  margin-bottom: 15px;
  font-weight: 700;
}
.w-newsletter .newsletter-info p {
  margin-bottom: 30px;
}
.w-newsletter .newsletter-info .socials-wrap {
  display: table;
  width: 100%;
}
.w-newsletter .newsletter-info .socials-wrap .title-follow {
  display: none;
}
.w-newsletter .newsletter-info .socials-wrap ul li {
  float: left;
  margin-right: 10px;
}
.w-newsletter .newsletter-info .socials-wrap ul li a {
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ebeaea;
  font-size: 16px;
  background-color: #fff;
  color: #222;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.w-newsletter .newsletter-info .socials-wrap ul li a .name-social {
  display: none;
}
.w-newsletter .newsletter-info .socials-wrap ul li a:hover {
  color: #fff;
}
.w-newsletter .newsletter-info .subscribe-bottom {
  padding: 20px 0 25px;
}
.w-newsletter .newsletter-info .subscribe-bottom .checker {
  display: inline-block;
  position: relative;
  top: 0;
}
.w-newsletter .newsletter-info .subscribe-bottom label {
  font-weight: normal !important;
  padding-left: 5px !important;
}
.w-newsletter .newsletter-info .form-newsletter-popup {
  position: relative;
  display: table;
}
.w-newsletter .newsletter-info .form-newsletter-popup .input-box {
  width: 100%;
  display: table-cell;
  vertical-align: top;
  position: relative;
  z-index: 50;
}
.w-newsletter .newsletter-info .form-newsletter-popup .input-box .input-text {
  height: 50px;
  width: 100%;
  padding: 0 10px;
  font-size: 108.33%;
  border: none;
  color: #999;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2) !important;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter {
  display: table-cell;
  vertical-align: top;
}
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 108% !important;
  border: none;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2) !important;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button:hover {
  background-color: #333;
}
.direction-rtl .w-newsletter .newsletter-info .form-newsletter-popup .input-box .input-text {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}
.direction-rtl .w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}
.direction-rtl .w-newsletter .newsletter-info .socials-wrap ul li {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.direction-rtl .w-newsletter .newsletter-info .subscribe-bottom label {
  padding-right: 5px !important;
  padding-left: 0 !important;
}
.direction-rtl .w-newsletter {
  background: url(../../frontend/Sm/autostore/en_US/images/bg-newsletter-rtl.jpg) no-repeat bottom right;
}
/* END RTL */
@media (max-width: 767px) {
  .w-newsletter {
    width: 100%;
    background: none;
  }
  .w-newsletter .newsletter-info {
    padding: 10px;
  }
  .w-newsletter .newsletter-info .form-newsletter-popup .input-box,
  .w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter,
  .w-newsletter .newsletter-info .form-newsletter-popup {
    width: 100%;
    display: block;
  }
  .w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button,
  .w-newsletter .newsletter-info .form-newsletter-popup .input-box .input-text {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }
  .w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button {
    margin-top: 10px;
    width: 100%;
  }
}
.product.data.items.accordion-style .item.title.resp-accordion {
  border: 1px solid #e5e5e5;
  display: block;
  float: none !important;
  width: 100%;
  font-size: 107.69%;
  color: #282828;
  padding: 10px 20px !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  margin: 10px 0 0 !important;
  height: unset !important;
  line-height: unset !important;
  position: relative;
}
.product.data.items.accordion-style .item.title.resp-accordion a {
  height: auto !important;
  padding: 0 !important;
  line-height: unset !important;
  font-weight: 700;
  color: #333 !important;
  font-size: inherit;
}
.product.data.items.accordion-style .item.title.resp-accordion a:before {
  content: '\f067';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  float: right;
  margin-top: 5px;
}
.product.data.items.accordion-style .item.title.resp-accordion .resp-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  text-align: center;
}
.product.data.items.accordion-style .item.title.resp-accordion .resp-arrow:before {
  content: '\f067';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.product.data.items.accordion-style .item.title.resp-accordion.active a:before {
  content: '\f068';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.product.data.items.accordion-style .resp-tab-content {
  float: none !important;
  padding: 20px !important;
  border: none;
  margin: 0 !important;
  border-top: none !important;
}
/* RTL */
.direction-rtl .product.data.items.accordion-style .item.title.resp-accordion a:before {
  float: left;
}
.default-style .resp-accordion {
  display: none;
}
.default-style .resp-tabs-list li {
  font-size: 138.46%;
  font-weight: 500;
  color: #282828;
  float: left;
  margin-right: 40px;
  background-color: transparent;
  padding: 10px 0;
  margin-bottom: -1px;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.default-style .resp-tabs-list li:before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.default-style .resp-tabs-list li a {
  color: inherit;
}
.default-style .resp-tabs-list li.active:before {
  opacity: 1;
  visibility: visible;
}
.default-style .resp-tabs-container {
  clear: both;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}
/* RTL */
.direction-rtl .default-style .resp-tabs-list li {
  float: right;
  margin-left: 40px;
  margin-right: 0;
}
.vertical-style {
  /*-----------Vertical tabs-----------*/
}
.vertical-style .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
.vertical-style .resp-accordion {
  display: none;
}
.vertical-style .active {
  border-bottom: none;
}
.vertical-style .resp-content-active,
.vertical-style .resp-accordion-active {
  display: block;
}
.vertical-style .resp-tab-content {
  border: 1px solid #ddd;
  min-height: 268px;
  padding: 30px;
}
.vertical-style h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
}
.vertical-style ul.resp-tabs-list {
  float: left;
  width: 200px;
}
.vertical-style .resp-tabs-list li {
  display: block;
  border: 1px solid #ddd;
  border-bottom: none;
  font-size: 133.33%;
  color: #444;
  padding: 15px 30px;
  margin: 0 -1px 0 0;
  cursor: pointer;
  float: none;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.vertical-style .resp-tabs-list li a {
  color: inherit;
}
.vertical-style .resp-tabs-list li.active:before {
  content: "";
  display: inline-block;
  width: 4px;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
}
.vertical-style .resp-tabs-list li:last-child {
  border-bottom: 1px solid #ddd;
}
.vertical-style .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  min-height: 250px;
  margin-left: 200px;
  clear: none;
}
/* RTL */
.direction-rtl .vertical-style ul.resp-tabs-list {
  float: right;
}
.direction-rtl .vertical-style ul.resp-tabs-list li {
  border-left: none;
}
.direction-rtl .vertical-style ul.resp-tabs-list li.resp-tab-active:before {
  right: -1px;
  left: auto;
}
.direction-rtl .vertical-style .resp-tabs-container {
  margin-right: 200px;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .vertical-style ul.resp-tabs-list {
    width: 100%;
    margin: 0;
  }
  .vertical-style .resp-tabs-list li {
    margin: 0;
    padding: 10px 20px;
  }
  .vertical-style .resp-tabs-container {
    float: none;
    clear: both;
    margin: 0;
    min-height: auto;
  }
  .vertical-style .resp-tabs-container .resp-tab-content {
    padding: 20px;
  }
  .default-style .resp-tabs-list li {
    float: none;
    width: 100%;
  }
}
.fotorama .fotorama__stage {
  overflow: hidden !important;
}
.fotorama .fotorama__nav--thumbs {
  overflow: hidden !important;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  display: none !important;
  opacity: 0 !important;
}
.review-items .rating-summary .rating-result {
  margin-top: -3px;
}
.fancybox-lock .menu-ver-content {
  z-index: 9990 !important;
}
.product-info-main .swatch-opt {
  margin: 0 0 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-product-downloadable .product-options-wrapper,
.page-product-downloadable .product-options-bottom {
  float: none !important;
  width: 100% !important;
  display: table;
}
.page-product-downloadable .product-info-main .product-options-bottom .price-box {
  display: none;
}
.gallery-placeholder {
  position: relative;
}
.magnifier-preview {
  left: 100% !important;
  right: auto !important;
  top: 0 !important;
  z-index: 100;
}
.product.attribute.overview {
  margin-bottom: 25px;
}
.product.attribute.overview .value {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.product.attribute.overview .value ul,
.product.attribute.overview .value ol {
  margin: 15px 0;
  padding-left: 30px;
  list-style-position: outside;
}
.product.attribute.overview .value ul li,
.product.attribute.overview .value ol li {
  margin-bottom: 8px;
  line-height: 1.6;
  color: #282828;
}
.product.attribute.overview .value ul {
  list-style-type: disc;
}
.product.attribute.overview .value ul ul {
  list-style-type: circle;
  margin-top: 5px;
  margin-bottom: 5px;
}
.product.attribute.overview .value ul ul ul {
  list-style-type: square;
}
.product.attribute.overview .value ol {
  list-style-type: decimal;
}
.product.attribute.overview .value ol ol {
  list-style-type: lower-alpha;
  margin-top: 5px;
  margin-bottom: 5px;
}
.product.attribute.overview .value ol ol ol {
  list-style-type: lower-roman;
}
.product.attribute.overview .value ul,
.product.attribute.overview .value ol {
  white-space: normal;
}
.page-product-downloadable .field.choice .label span {
  float: left;
}
.page-product-downloadable .field.choice .label .sample.link {
  float: right;
}
.bundle-summary {
  clear: both;
}
.bundle-options-wrapper p.required {
  display: none;
}
.page-product-bundle .fieldset-bundle-options {
  margin: 0 !important;
}
.page-product-bundle .fieldset-bundle-options .field {
  float: none !important;
  width: 100% !important;
}
.page-product-bundle .fieldset-bundle-options .field .field {
  padding: 0 !important;
}
.page-product-bundle .field.option .control .qty {
  width: 35px;
}
.page-product-bundle .block-bundle-summary .bundle-summary,
.page-product-bundle .block-bundle-summary .product-image-container,
.page-product-bundle .block-bundle-summary .title {
  display: none;
}
.page-product-bundle .product-info-main .bundle-actions,
.page-product-bundle .product-info-main .product-social-links,
.page-product-bundle .product-info-main .action.customization,
.page-product-bundle .product-info-main #customizeTitle {
  display: none;
}
.page-product-bundle .product-add-form {
  display: block !important;
}
.page-product-bundle .product-add-form .bundle-info .control.control-qty-cart {
  float: left !important;
  margin-top: 5px;
}
.page-product-bundle .product-details .price-box.price-configured_price {
  display: block;
}
.bundle-options-wrapper {
  clear: both;
}
.image-box-detail .product.media {
  overflow: visible;
}
.review-toolbar .limiter {
  display: none;
}
.additional-attributes {
  width: auto;
}
.additional-attributes tr th {
  padding: 8px !important;
  display: block !important;
  font-weight: bold !important;
}
.review-form .action.submit.primary {
  background-color: #333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active,
.review-form .action.submit.primary:hover {
  background-color: #000;
}
.review-control-vote input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.fotorama__stage,
.fotorama__nav {
  overflow: visible;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  width: 27px !important;
  height: 50px !important;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ddd;
  position: absolute;
  top: 50% !important;
  margin-top: -25px;
  background-color: #fff;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr {
  display: none;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right:hover:before,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left:hover:before {
  color: #fff;
}
.fotorama__dot {
  border: 1px solid #ddd !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}
body .fotorama--fullscreen {
  z-index: 999999 !important;
}
.fotorama__thumb__arr {
  transition: none !important;
  -webkit-transition: none !important;
}
.fotorama__thumb-border {
  background: none;
}
/* border removed – styled in _product-page-consolidated.less */
.fotorama__wrap--slide .fotorama__stage__frame {
  border: none;
}
.fotorama__thumb {
  border: 1px solid #ddd;
  background: none;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 10px !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 10px !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  text-align: center;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right:before {
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  text-align: center;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left:before {
  content: '\f106';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.image-box-detail {
  position: static;
}
.magnifier-preview {
  border: 1px solid #ddd;
}
.box-tocart.update .field.qty .control {
  width: 70px;
  margin-top: 5px;
}
.product-add-form .box-tocart {
  margin-bottom: 10px;
}
.fieldset.review-fieldset {
  margin-bottom: 0;
}
.detail-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.detail-title h3 {
  font-size: 107.69%;
  font-weight: normal;
}
.detail-title h2 {
  font-size: 276.92%;
  font-weight: 700;
  display: inline-block;
  position: relative;
  color: #282828;
}
.detail-title h2:before,
.detail-title h2:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.detail-title h2:before {
  left: -16px;
}
.detail-title h2:after {
  right: -16px;
}
.related-upsell-wrapper {
  margin-bottom: 25px;
}
.product-options-wrapper .fieldset {
  margin-left: -15px;
  margin-right: -15px;
}
.product-options-wrapper .fieldset .field {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.product-options-wrapper .fieldset .field .label {
  font-weight: normal !important;
  color: #333;
}
.product-options-wrapper .fieldset .field select {
  color: #666;
}
.product.info.detailed {
  clear: both;
}
.product.attribute.overview {
  padding-top: 0;
  clear: both;
}
/* NOTE: float-based .media / .product-info-main layout REMOVED.
   The product page now uses flexbox – see _product-page-consolidated.less */
.media {
  display: block;
  overflow: visible;
  /* float/width/padding removed – controlled by consolidated LESS */
}
.product-info-main {
  position: relative;
  z-index: 99;
  /* float/width/padding removed – controlled by consolidated LESS */
}
.product-info-main .page-title-wrapper.product .page-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 169.23%;
  color: #282828;
  margin-bottom: 5px;
}
.product-info-main .product-reviews-summary {
  margin: 10px 0;
  display: table;
}
.product-info-main .price-box {
  margin-bottom: 10px;
  display: inline-block;
  color: #2F6BFF;
}
.product-info-main .price-box .price {
  font-size: 184.61%;
}
.product-info-main .swatch-opt .swatch-attribute-options {
  padding: 0 5px;
  margin-bottom: 20px;
}
.product-info-main .swatch-opt .swatch-attribute-label {
  font-size: 107.69%;
  color: #282828;
  font-weight: normal;
}
.product-info-main .swatch-opt .swatch-option {
  display: inline-block;
  float: left;
  outline: none !important;
  margin: 0 17px 0 0;
  border: none !important;
  width: 26px;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  min-width: 26px;
  position: relative;
  overflow: visible;
  color: #666;
  font-weight: normal;
}
.product-info-main .swatch-opt .swatch-option.text {
  width: auto;
  background: none;
  color: #282828;
  text-transform: uppercase;
}
.product-info-main .swatch-opt .swatch-option:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.product-info-main .product-info-stock-sku {
  margin-top: 10px;
}
.product-info-main .product-info-stock-sku .stock {
  float: right;
}
.product-info-main .product-info-stock-sku .available span {
  color: #00bf67;
}
.product-info-main .product-info-stock-sku .available span:before {
  content: '\f046';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.product-info-main .product-info-stock-sku .view-count {
  color: #777;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
}
.product-info-main .product-info-stock-sku .view-count:before {
  display: inline-block;
  content: "|";
  margin: 0 6px 0 0;
  color: #ccc;
}
.product-info-main .product-info-stock-sku .view-count .view-count-icon {
  flex-shrink: 0;
  opacity: 0.65;
}
.product-info-main .product-info-stock-sku .view-count .view-count-number {
  font-weight: 600;
  color: #444;
}
.product-info-main .product-info-stock-sku .view-count .view-count-label {
  color: #999;
}
.product-info-main .product-info-stock-sku .sku {
  display: inline-block;
}
.product-info-main .product-info-stock-sku .sku .type,
.product-info-main .product-info-stock-sku .sku .value {
  display: inline-block;
  font-weight: normal;
  color: #999;
}
.product-info-main .product-info-stock-sku .sku .type:after {
  content: ":";
}
.product-info-main .product-options-bottom {
  float: left;
  clear: both;
}
.product-info-main .product-info-custom-container {
  display: flex;
}
.product-info-main .product-options-bottom,
.product-info-main .product-add-form {
  padding: 0;
}
.product-info-main .product-options-bottom .box-tocart .fieldset,
.product-info-main .product-add-form .box-tocart .fieldset {
  display: flex;
  margin-right: 5px;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .qty,
.product-info-main .product-add-form .box-tocart .fieldset .qty {
  margin: 0 !important;
  width: auto;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .qty .label,
.product-info-main .product-add-form .box-tocart .fieldset .qty .label {
  line-height: 40px;
  padding: 0 8px 0 0 !important;
  float: none !important;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  font-size: 107.69% !important;
  color: #282828;
  font-weight: normal !important;
  display: none;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .qty .control,
.product-info-main .product-add-form .box-tocart .fieldset .qty .control {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  float: none !important;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .qty .control #qty,
.product-info-main .product-add-form .box-tocart .fieldset .qty .control #qty {
  width: 80px;
  height: 44spx;
  text-align: center;
  margin-right: 0;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .actions,
.product-info-main .product-add-form .box-tocart .fieldset .actions {
  width: 100%;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .actions button,
.product-info-main .product-add-form .box-tocart .fieldset .actions button {
  width: 100%;
  color: #fff !important;
  line-height: 44px;
  font-weight: normal;
  height: 44px;
  font-size: 107.69% !important;
  padding: 0 30px !important;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #2f6bff;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .actions button::before,
.product-info-main .product-add-form .box-tocart .fieldset .actions button::before {
  content: '\f07a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 19px;
  margin-right: 10px;
}
.product-info-main .product-options-bottom .box-tocart .fieldset .actions button:hover,
.product-info-main .product-add-form .box-tocart .fieldset .actions button:hover {
  background-color: #282828 !important;
}
.product-info-main .product-addto-links .action,
.product-info-main .product-social-links .action {
  display: block !important;
  line-height: 44px;
  text-align: center;
  color: #fff !important;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 8px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.product-info-main .product-addto-links .action:last-child,
.product-info-main .product-social-links .action:last-child {
  margin-right: 0;
}
.product-info-main .product-addto-links .action.mailto.friend,
.product-info-main .product-social-links .action.mailto.friend {
  display: none !important;
}
.product-info-main .product-addto-links .action span,
.product-info-main .product-social-links .action span {
  display: none;
}
.product-info-main .product-addto-links .action.tocompare:before,
.product-info-main .product-social-links .action.tocompare:before {
  color: #1B2C52;
  content: '\f021';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}
.product-info-main .product-addto-links .action.towishlist:before,
.product-info-main .product-social-links .action.towishlist:before {
  color: #1B2C52;
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.product-info-main .product-addto-links .action.towishlist:hover:before,
.product-info-main .product-social-links .action.towishlist:hover:before {
  color: #fff !important;
}
.product-info-main .product-addto-links .action span,
.product-info-main .product-social-links .action span {
  display: none;
}
.product-info-main .product-addto-links .action.mailto.friend,
.product-info-main .product-social-links .action.mailto.friend {
  margin: 0;
}
.product-info-main .product-addto-links .action.mailto.friend:before,
.product-info-main .product-social-links .action.mailto.friend:before {
  line-height: 34px;
}
.product-info-main .seller-info {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 15px;
}
.product-info-main .seller-info [data-role="title"] {
  cursor: pointer;
  position: relative;
  color: #1B2C52;
}
.product-info-main .seller-info [data-role="title"]::after {
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 5px;
  border: 1px solid #1B2C52;
  border-right: transparent;
  border-bottom: transparent;
  transform: translateY(-50%) rotate(-135deg);
  transition: transform 0.3s ease;
}
.product-info-main .seller-info [data-role="title"] > * {
  font-size: 13px;
}
.product-info-main .seller-info [data-role="content"] {
  margin-top: 20px;
}
.product-info-main .seller-info.active [data-role="title"]:after {
  transform: translateY(-50%) rotate(45deg);
}
.product-info-main .seller-contact {
  margin-bottom: 15px;
}
.product-info-main .seller-contact span {
  font-weight: 500;
}
.product-info-main .wk-fulfilment {
  color: #49B56B;
  margin-bottom: 20px;
}
.product-info-main .wk-seller-block .wk-seller-card-row:first-child {
  margin-bottom: 15px;
  text-transform: capitalize;
}
.product-info-main .wk-seller-block .wk-seller-card-row button {
  background-color: transparent;
  color: #686868 !important;
  margin: 0;
  height: auto;
  text-transform: none;
  line-height: 1;
}
#addthis_wrap {
  clear: both;
  padding-top: 25px;
}
.product.data.items {
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.product.attribute.description {
  font-size: 107.69%;
}
.detail-bottom-wrapper {
  padding-top: 40px;
  margin-bottom: 30px;
  clear: both;
}
.detail-bottom-wrapper .product.data.items {
  border: 1px solid #e1e1e1;
}
.detail-bottom-wrapper .product.data.items > .item.title {
  margin-left: -1px !important;
  margin-right: 0 !important;
  border-top: none !important;
}
.detail-bottom-wrapper .product.data.items > .item.title .counter:before {
  content: "(";
}
.detail-bottom-wrapper .product.data.items > .item.title .counter:after {
  content: ")";
}
.detail-bottom-wrapper .product.data.items .data.item.content {
  border: none !important;
  margin-top: 50px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-info-main .product-options-bottom .box-tocart .fieldset .qty .control #qty,
  .product-info-main .product-add-form .box-tocart .fieldset .qty .control #qty {
    width: 40px;
  }
  .product-info-main .product-options-bottom .box-tocart .fieldset .qty .control,
  .product-info-main .product-add-form .box-tocart .fieldset .qty .control {
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-info-main .product-options-bottom .box-tocart .fieldset .qty .control #qty,
  .product-info-main .product-add-form .box-tocart .fieldset .qty .control #qty {
    width: 40px;
  }
  .product-info-main .product-options-bottom .box-tocart .fieldset .qty .control,
  .product-info-main .product-add-form .box-tocart .fieldset .qty .control {
    padding-right: 10px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 10px;
    clear: both;
  }
}
@media (max-width: 767px) {
  /* layout stacking handled in _product-page-consolidated.less */
  .additional-attributes tr th {
    display: none !important;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 10px;
    clear: both;
  }
}
@media (max-width: 480px) {
  .detail-title h2 {
    font-size: 170%;
  }
  .product-info-main .product-addto-links {
    clear: both;
  }
  .sidebar-image {
    display: table;
  }
  .product-info-main .product-info-stock-sku .view-count:before {
    margin: 0 10px;
  }
}
@media (min-width: 640px) {
  .review-ratings {
    margin-right: 30px;
  }
}
.home-page-1 .ps-btn-primary {
  color: white;
}
.home-page-1 .ps-btn-primary:hover {
  color: white;
}
/**
 * Marketplace Product Edit Form UI/UX Improvements
 * Only styling changes - no logic modifications
 * Covers: Add Product, Edit Product, Create Product, Create Attribute
 */
#edit-product .wk-mp-design,
#form-customer-product-new .wk-mp-design,
#form-customer-attr-new .wk-mp-design {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
#edit-product .wk-mp-page-title,
#form-customer-product-new .wk-mp-page-title,
#form-customer-attr-new .wk-mp-page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #E5E5E5;
  flex-wrap: wrap;
  gap: 15px;
}
#edit-product .wk-mp-page-title > span,
#form-customer-product-new .wk-mp-page-title > span,
#form-customer-attr-new .wk-mp-page-title > span {
  font-size: 24px;
  font-weight: 700;
  color: #282828;
  flex: 1;
  min-width: 200px;
}
#edit-product .wk-mp-page-title .wk-mp-btn,
#form-customer-product-new .wk-mp-page-title .wk-mp-btn,
#form-customer-attr-new .wk-mp-page-title .wk-mp-btn {
  background: #2f6bff;
  color: #fff;
  border: 1px solid #2f6bff;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 120px;
}
#edit-product .wk-mp-page-title .wk-mp-btn:hover,
#form-customer-product-new .wk-mp-page-title .wk-mp-btn:hover,
#form-customer-attr-new .wk-mp-page-title .wk-mp-btn:hover {
  background: #0048fb;
  border-color: #0048fb;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(47, 107, 255, 0.2);
}
#edit-product .wk-mp-page-title .wk-mp-btn:active,
#form-customer-product-new .wk-mp-page-title .wk-mp-btn:active,
#form-customer-attr-new .wk-mp-page-title .wk-mp-btn:active {
  transform: translateY(0);
}
#edit-product .wk-mp-page-title .wk-mp-btn span,
#form-customer-product-new .wk-mp-page-title .wk-mp-btn span,
#form-customer-attr-new .wk-mp-page-title .wk-mp-btn span {
  color: #fff;
}
#edit-product .wk-mp-fieldset,
#form-customer-product-new .wk-mp-fieldset,
#form-customer-attr-new .wk-mp-fieldset {
  margin-bottom: 30px;
}
#edit-product .wk-mp-fieldset > .legend,
#form-customer-product-new .wk-mp-fieldset > .legend,
#form-customer-attr-new .wk-mp-fieldset > .legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #282828;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E5E5;
}
#edit-product .wk-mp-fieldset > .legend span,
#form-customer-product-new .wk-mp-fieldset > .legend span,
#form-customer-attr-new .wk-mp-fieldset > .legend span {
  flex: 1;
}
#edit-product .wk-mp-fieldset > .legend .wk-mp-btn,
#form-customer-product-new .wk-mp-fieldset > .legend .wk-mp-btn,
#form-customer-attr-new .wk-mp-fieldset > .legend .wk-mp-btn {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 8px;
}
#edit-product .wk-mp-fieldset > .legend .wk-mp-btn.wk-cnfig-back,
#form-customer-product-new .wk-mp-fieldset > .legend .wk-mp-btn.wk-cnfig-back,
#form-customer-attr-new .wk-mp-fieldset > .legend .wk-mp-btn.wk-cnfig-back {
  background: #FAFAFA;
  color: #282828;
  border: 1px solid #DDDDDD;
}
#edit-product .wk-mp-fieldset > .legend .wk-mp-btn.wk-cnfig-back:hover,
#form-customer-product-new .wk-mp-fieldset > .legend .wk-mp-btn.wk-cnfig-back:hover,
#form-customer-attr-new .wk-mp-fieldset > .legend .wk-mp-btn.wk-cnfig-back:hover {
  background: #F0F0F0;
  border-color: #2f6bff;
  color: #2f6bff;
}
#edit-product .wk-mp-fieldset .fieldset,
#form-customer-product-new .wk-mp-fieldset .fieldset,
#form-customer-attr-new .wk-mp-fieldset .fieldset {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 25px;
  background: #FAFAFA;
}
#edit-product .wk-mp-fieldset .fieldset .legend,
#form-customer-product-new .wk-mp-fieldset .fieldset .legend,
#form-customer-attr-new .wk-mp-fieldset .fieldset .legend {
  font-size: 18px;
  font-weight: 600;
  color: #282828;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
}
#edit-product .field,
#form-customer-product-new .field,
#form-customer-attr-new .field {
  margin-bottom: 20px;
}
#edit-product .field .label,
#form-customer-product-new .field .label,
#form-customer-attr-new .field .label {
  display: block;
  font-weight: 600;
  color: #282828;
  margin-bottom: 8px;
  font-size: 14px;
}
#edit-product .field .label::after,
#form-customer-product-new .field .label::after,
#form-customer-attr-new .field .label::after {
  content: '';
}
#edit-product .field .label.required::after,
#form-customer-product-new .field .label.required::after,
#form-customer-attr-new .field .label.required::after {
  content: ' *';
  color: #DC2626;
  font-weight: 700;
}
#edit-product .field .control input[type="text"],
#form-customer-product-new .field .control input[type="text"],
#form-customer-attr-new .field .control input[type="text"],
#edit-product .field .control input[type="number"],
#form-customer-product-new .field .control input[type="number"],
#form-customer-attr-new .field .control input[type="number"],
#edit-product .field .control input[type="email"],
#form-customer-product-new .field .control input[type="email"],
#form-customer-attr-new .field .control input[type="email"],
#edit-product .field .control input[type="url"],
#form-customer-product-new .field .control input[type="url"],
#form-customer-attr-new .field .control input[type="url"],
#edit-product .field .control input[type="password"],
#form-customer-product-new .field .control input[type="password"],
#form-customer-attr-new .field .control input[type="password"],
#edit-product .field .control input[type="tel"],
#form-customer-product-new .field .control input[type="tel"],
#form-customer-attr-new .field .control input[type="tel"],
#edit-product .field .control input[type="search"],
#form-customer-product-new .field .control input[type="search"],
#form-customer-attr-new .field .control input[type="search"],
#edit-product .field .control textarea,
#form-customer-product-new .field .control textarea,
#form-customer-attr-new .field .control textarea,
#edit-product .field .control select,
#form-customer-product-new .field .control select,
#form-customer-attr-new .field .control select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  font-size: 14px;
  color: #282828 !important;
  -webkit-text-fill-color: #282828 !important;
  background: #fff;
  transition: all 0.3s ease;
}
#edit-product .field .control input[type="text"]::placeholder,
#form-customer-product-new .field .control input[type="text"]::placeholder,
#form-customer-attr-new .field .control input[type="text"]::placeholder,
#edit-product .field .control input[type="number"]::placeholder,
#form-customer-product-new .field .control input[type="number"]::placeholder,
#form-customer-attr-new .field .control input[type="number"]::placeholder,
#edit-product .field .control input[type="email"]::placeholder,
#form-customer-product-new .field .control input[type="email"]::placeholder,
#form-customer-attr-new .field .control input[type="email"]::placeholder,
#edit-product .field .control input[type="url"]::placeholder,
#form-customer-product-new .field .control input[type="url"]::placeholder,
#form-customer-attr-new .field .control input[type="url"]::placeholder,
#edit-product .field .control input[type="password"]::placeholder,
#form-customer-product-new .field .control input[type="password"]::placeholder,
#form-customer-attr-new .field .control input[type="password"]::placeholder,
#edit-product .field .control input[type="tel"]::placeholder,
#form-customer-product-new .field .control input[type="tel"]::placeholder,
#form-customer-attr-new .field .control input[type="tel"]::placeholder,
#edit-product .field .control input[type="search"]::placeholder,
#form-customer-product-new .field .control input[type="search"]::placeholder,
#form-customer-attr-new .field .control input[type="search"]::placeholder,
#edit-product .field .control textarea::placeholder,
#form-customer-product-new .field .control textarea::placeholder,
#form-customer-attr-new .field .control textarea::placeholder,
#edit-product .field .control select::placeholder,
#form-customer-product-new .field .control select::placeholder,
#form-customer-attr-new .field .control select::placeholder {
  color: #777777;
  opacity: 1;
}
#edit-product .field .control input[type="text"]:focus,
#form-customer-product-new .field .control input[type="text"]:focus,
#form-customer-attr-new .field .control input[type="text"]:focus,
#edit-product .field .control input[type="number"]:focus,
#form-customer-product-new .field .control input[type="number"]:focus,
#form-customer-attr-new .field .control input[type="number"]:focus,
#edit-product .field .control input[type="email"]:focus,
#form-customer-product-new .field .control input[type="email"]:focus,
#form-customer-attr-new .field .control input[type="email"]:focus,
#edit-product .field .control input[type="url"]:focus,
#form-customer-product-new .field .control input[type="url"]:focus,
#form-customer-attr-new .field .control input[type="url"]:focus,
#edit-product .field .control input[type="password"]:focus,
#form-customer-product-new .field .control input[type="password"]:focus,
#form-customer-attr-new .field .control input[type="password"]:focus,
#edit-product .field .control input[type="tel"]:focus,
#form-customer-product-new .field .control input[type="tel"]:focus,
#form-customer-attr-new .field .control input[type="tel"]:focus,
#edit-product .field .control input[type="search"]:focus,
#form-customer-product-new .field .control input[type="search"]:focus,
#form-customer-attr-new .field .control input[type="search"]:focus,
#edit-product .field .control textarea:focus,
#form-customer-product-new .field .control textarea:focus,
#form-customer-attr-new .field .control textarea:focus,
#edit-product .field .control select:focus,
#form-customer-product-new .field .control select:focus,
#form-customer-attr-new .field .control select:focus {
  outline: none;
  border-color: #2f6bff;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.1);
  color: #282828 !important;
  -webkit-text-fill-color: #282828 !important;
}
#edit-product .field .control input[type="text"]:disabled,
#form-customer-product-new .field .control input[type="text"]:disabled,
#form-customer-attr-new .field .control input[type="text"]:disabled,
#edit-product .field .control input[type="number"]:disabled,
#form-customer-product-new .field .control input[type="number"]:disabled,
#form-customer-attr-new .field .control input[type="number"]:disabled,
#edit-product .field .control input[type="email"]:disabled,
#form-customer-product-new .field .control input[type="email"]:disabled,
#form-customer-attr-new .field .control input[type="email"]:disabled,
#edit-product .field .control input[type="url"]:disabled,
#form-customer-product-new .field .control input[type="url"]:disabled,
#form-customer-attr-new .field .control input[type="url"]:disabled,
#edit-product .field .control input[type="password"]:disabled,
#form-customer-product-new .field .control input[type="password"]:disabled,
#form-customer-attr-new .field .control input[type="password"]:disabled,
#edit-product .field .control input[type="tel"]:disabled,
#form-customer-product-new .field .control input[type="tel"]:disabled,
#form-customer-attr-new .field .control input[type="tel"]:disabled,
#edit-product .field .control input[type="search"]:disabled,
#form-customer-product-new .field .control input[type="search"]:disabled,
#form-customer-attr-new .field .control input[type="search"]:disabled,
#edit-product .field .control textarea:disabled,
#form-customer-product-new .field .control textarea:disabled,
#form-customer-attr-new .field .control textarea:disabled,
#edit-product .field .control select:disabled,
#form-customer-product-new .field .control select:disabled,
#form-customer-attr-new .field .control select:disabled {
  background: #F5F5F5;
  cursor: not-allowed;
  opacity: 0.6;
  color: #282828 !important;
  -webkit-text-fill-color: #282828 !important;
}
#edit-product .field .control input[type="text"]:-webkit-autofill,
#form-customer-product-new .field .control input[type="text"]:-webkit-autofill,
#form-customer-attr-new .field .control input[type="text"]:-webkit-autofill,
#edit-product .field .control input[type="number"]:-webkit-autofill,
#form-customer-product-new .field .control input[type="number"]:-webkit-autofill,
#form-customer-attr-new .field .control input[type="number"]:-webkit-autofill,
#edit-product .field .control input[type="email"]:-webkit-autofill,
#form-customer-product-new .field .control input[type="email"]:-webkit-autofill,
#form-customer-attr-new .field .control input[type="email"]:-webkit-autofill,
#edit-product .field .control input[type="url"]:-webkit-autofill,
#form-customer-product-new .field .control input[type="url"]:-webkit-autofill,
#form-customer-attr-new .field .control input[type="url"]:-webkit-autofill,
#edit-product .field .control input[type="password"]:-webkit-autofill,
#form-customer-product-new .field .control input[type="password"]:-webkit-autofill,
#form-customer-attr-new .field .control input[type="password"]:-webkit-autofill,
#edit-product .field .control input[type="tel"]:-webkit-autofill,
#form-customer-product-new .field .control input[type="tel"]:-webkit-autofill,
#form-customer-attr-new .field .control input[type="tel"]:-webkit-autofill,
#edit-product .field .control input[type="search"]:-webkit-autofill,
#form-customer-product-new .field .control input[type="search"]:-webkit-autofill,
#form-customer-attr-new .field .control input[type="search"]:-webkit-autofill,
#edit-product .field .control textarea:-webkit-autofill,
#form-customer-product-new .field .control textarea:-webkit-autofill,
#form-customer-attr-new .field .control textarea:-webkit-autofill,
#edit-product .field .control select:-webkit-autofill,
#form-customer-product-new .field .control select:-webkit-autofill,
#form-customer-attr-new .field .control select:-webkit-autofill {
  -webkit-text-fill-color: #282828 !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
#edit-product .field .control input[type="text"]:-webkit-autofill:focus,
#form-customer-product-new .field .control input[type="text"]:-webkit-autofill:focus,
#form-customer-attr-new .field .control input[type="text"]:-webkit-autofill:focus,
#edit-product .field .control input[type="number"]:-webkit-autofill:focus,
#form-customer-product-new .field .control input[type="number"]:-webkit-autofill:focus,
#form-customer-attr-new .field .control input[type="number"]:-webkit-autofill:focus,
#edit-product .field .control input[type="email"]:-webkit-autofill:focus,
#form-customer-product-new .field .control input[type="email"]:-webkit-autofill:focus,
#form-customer-attr-new .field .control input[type="email"]:-webkit-autofill:focus,
#edit-product .field .control input[type="url"]:-webkit-autofill:focus,
#form-customer-product-new .field .control input[type="url"]:-webkit-autofill:focus,
#form-customer-attr-new .field .control input[type="url"]:-webkit-autofill:focus,
#edit-product .field .control input[type="password"]:-webkit-autofill:focus,
#form-customer-product-new .field .control input[type="password"]:-webkit-autofill:focus,
#form-customer-attr-new .field .control input[type="password"]:-webkit-autofill:focus,
#edit-product .field .control input[type="tel"]:-webkit-autofill:focus,
#form-customer-product-new .field .control input[type="tel"]:-webkit-autofill:focus,
#form-customer-attr-new .field .control input[type="tel"]:-webkit-autofill:focus,
#edit-product .field .control input[type="search"]:-webkit-autofill:focus,
#form-customer-product-new .field .control input[type="search"]:-webkit-autofill:focus,
#form-customer-attr-new .field .control input[type="search"]:-webkit-autofill:focus,
#edit-product .field .control textarea:-webkit-autofill:focus,
#form-customer-product-new .field .control textarea:-webkit-autofill:focus,
#form-customer-attr-new .field .control textarea:-webkit-autofill:focus,
#edit-product .field .control select:-webkit-autofill:focus,
#form-customer-product-new .field .control select:-webkit-autofill:focus,
#form-customer-attr-new .field .control select:-webkit-autofill:focus {
  -webkit-text-fill-color: #282828 !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
#edit-product .field .control textarea,
#form-customer-product-new .field .control textarea,
#form-customer-attr-new .field .control textarea {
  min-height: 120px;
  resize: vertical;
  font-family: inherit;
}
#edit-product .field .control select,
#form-customer-product-new .field .control select,
#form-customer-attr-new .field .control select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 35px;
  appearance: none;
}
#edit-product .field .questimg,
#form-customer-product-new .field .questimg,
#form-customer-attr-new .field .questimg {
  margin-left: 8px;
  vertical-align: middle;
  cursor: help;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
#edit-product .field .questimg:hover,
#form-customer-product-new .field .questimg:hover,
#form-customer-attr-new .field .questimg:hover {
  opacity: 1;
}
#edit-product .wk-field.wk-category,
#form-customer-product-new .wk-field.wk-category,
#form-customer-attr-new .wk-field.wk-category {
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  padding: 15px;
  background: #fff;
}
#edit-product .wk-field.wk-category #wk-category-label,
#form-customer-product-new .wk-field.wk-category #wk-category-label,
#form-customer-attr-new .wk-field.wk-category #wk-category-label {
  font-weight: 600;
  color: #282828;
  margin-bottom: 10px;
  display: block;
}
#edit-product .image .image-placeholder,
#form-customer-product-new .image .image-placeholder,
#form-customer-attr-new .image .image-placeholder {
  border: 2px dashed #DDDDDD;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  background: #FAFAFA;
  transition: all 0.3s ease;
}
#edit-product .image .image-placeholder:hover,
#form-customer-product-new .image .image-placeholder:hover,
#form-customer-attr-new .image .image-placeholder:hover {
  border-color: #2f6bff;
  background: rgba(47, 107, 255, 0.05);
}
#edit-product .data.item.title a,
#form-customer-product-new .data.item.title a,
#form-customer-attr-new .data.item.title a {
  padding: 12px 20px;
  color: #282828;
  font-weight: 600;
  border-radius: 6px 6px 0 0;
  transition: all 0.3s ease;
}
#edit-product .data.item.title a:hover,
#form-customer-product-new .data.item.title a:hover,
#form-customer-attr-new .data.item.title a:hover {
  color: #2f6bff;
  background: rgba(47, 107, 255, 0.05);
}
#edit-product .data.item.title a.active,
#form-customer-product-new .data.item.title a.active,
#form-customer-attr-new .data.item.title a.active {
  color: #2f6bff;
  background: #fff;
  border-bottom: 2px solid #2f6bff;
}
#edit-product .button.primary,
#form-customer-product-new .button.primary,
#form-customer-attr-new .button.primary,
#edit-product .button.action-primary,
#form-customer-product-new .button.action-primary,
#form-customer-attr-new .button.action-primary {
  background: #2f6bff;
  color: #fff;
  border: 1px solid #2f6bff;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}
#edit-product .button.primary:hover,
#form-customer-product-new .button.primary:hover,
#form-customer-attr-new .button.primary:hover,
#edit-product .button.action-primary:hover,
#form-customer-product-new .button.action-primary:hover,
#form-customer-attr-new .button.action-primary:hover {
  background: #0048fb;
  border-color: #0048fb;
}
#edit-product .button.secondary,
#form-customer-product-new .button.secondary,
#form-customer-attr-new .button.secondary {
  background: #fff;
  color: #282828;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}
#edit-product .button.secondary:hover,
#form-customer-product-new .button.secondary:hover,
#form-customer-attr-new .button.secondary:hover {
  background: #FAFAFA;
  border-color: #2f6bff;
  color: #2f6bff;
}
#edit-product .message,
#form-customer-product-new .message,
#form-customer-attr-new .message {
  padding: 15px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}
#edit-product .message.success,
#form-customer-product-new .message.success,
#form-customer-attr-new .message.success {
  background: rgba(73, 181, 107, 0.1);
  border-left: 4px solid #49b56b;
  color: #3a9156;
}
#edit-product .message.error,
#form-customer-product-new .message.error,
#form-customer-attr-new .message.error {
  background: rgba(220, 38, 38, 0.1);
  border-left: 4px solid #DC2626;
  color: #b21d1d;
}
#edit-product .message.warning,
#form-customer-product-new .message.warning,
#form-customer-attr-new .message.warning {
  background: rgba(234, 179, 8, 0.1);
  border-left: 4px solid #EAB308;
  color: #876805;
}
#edit-product .mage-error,
#form-customer-product-new .mage-error,
#form-customer-attr-new .mage-error {
  color: #DC2626;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}
#edit-product .field._error input,
#form-customer-product-new .field._error input,
#form-customer-attr-new .field._error input,
#edit-product .field._error textarea,
#form-customer-product-new .field._error textarea,
#form-customer-attr-new .field._error textarea,
#edit-product .field._error select,
#form-customer-product-new .field._error select,
#form-customer-attr-new .field._error select {
  border-color: #DC2626;
}
#edit-product .field._error input:focus,
#form-customer-product-new .field._error input:focus,
#form-customer-attr-new .field._error input:focus,
#edit-product .field._error textarea:focus,
#form-customer-product-new .field._error textarea:focus,
#form-customer-attr-new .field._error textarea:focus,
#edit-product .field._error select:focus,
#form-customer-product-new .field._error select:focus,
#form-customer-attr-new .field._error select:focus {
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}
@media (max-width: 767px) {
  #edit-product .wk-mp-design,
  #form-customer-product-new .wk-mp-design,
  #form-customer-attr-new .wk-mp-design {
    padding: 15px;
  }
  #edit-product .wk-mp-page-title,
  #form-customer-product-new .wk-mp-page-title,
  #form-customer-attr-new .wk-mp-page-title {
    flex-direction: column;
    align-items: stretch;
  }
  #edit-product .wk-mp-page-title > span,
  #form-customer-product-new .wk-mp-page-title > span,
  #form-customer-attr-new .wk-mp-page-title > span {
    margin-bottom: 15px;
  }
  #edit-product .wk-mp-page-title .wk-mp-btn,
  #form-customer-product-new .wk-mp-page-title .wk-mp-btn,
  #form-customer-attr-new .wk-mp-page-title .wk-mp-btn {
    width: 100%;
  }
  #edit-product .wk-mp-fieldset .fieldset,
  #form-customer-product-new .wk-mp-fieldset .fieldset,
  #form-customer-attr-new .wk-mp-fieldset .fieldset {
    padding: 15px;
  }
  #edit-product .field .control input[type="text"],
  #form-customer-product-new .field .control input[type="text"],
  #form-customer-attr-new .field .control input[type="text"],
  #edit-product .field .control input[type="number"],
  #form-customer-product-new .field .control input[type="number"],
  #form-customer-attr-new .field .control input[type="number"],
  #edit-product .field .control input[type="email"],
  #form-customer-product-new .field .control input[type="email"],
  #form-customer-attr-new .field .control input[type="email"],
  #edit-product .field .control input[type="url"],
  #form-customer-product-new .field .control input[type="url"],
  #form-customer-attr-new .field .control input[type="url"],
  #edit-product .field .control input[type="password"],
  #form-customer-product-new .field .control input[type="password"],
  #form-customer-attr-new .field .control input[type="password"],
  #edit-product .field .control input[type="tel"],
  #form-customer-product-new .field .control input[type="tel"],
  #form-customer-attr-new .field .control input[type="tel"],
  #edit-product .field .control input[type="search"],
  #form-customer-product-new .field .control input[type="search"],
  #form-customer-attr-new .field .control input[type="search"],
  #edit-product .field .control textarea,
  #form-customer-product-new .field .control textarea,
  #form-customer-attr-new .field .control textarea,
  #edit-product .field .control select,
  #form-customer-product-new .field .control select,
  #form-customer-attr-new .field .control select {
    font-size: 16px;
    color: #282828 !important;
    -webkit-text-fill-color: #282828 !important;
  }
  #edit-product .field .control input[type="text"]::placeholder,
  #form-customer-product-new .field .control input[type="text"]::placeholder,
  #form-customer-attr-new .field .control input[type="text"]::placeholder,
  #edit-product .field .control input[type="number"]::placeholder,
  #form-customer-product-new .field .control input[type="number"]::placeholder,
  #form-customer-attr-new .field .control input[type="number"]::placeholder,
  #edit-product .field .control input[type="email"]::placeholder,
  #form-customer-product-new .field .control input[type="email"]::placeholder,
  #form-customer-attr-new .field .control input[type="email"]::placeholder,
  #edit-product .field .control input[type="url"]::placeholder,
  #form-customer-product-new .field .control input[type="url"]::placeholder,
  #form-customer-attr-new .field .control input[type="url"]::placeholder,
  #edit-product .field .control input[type="password"]::placeholder,
  #form-customer-product-new .field .control input[type="password"]::placeholder,
  #form-customer-attr-new .field .control input[type="password"]::placeholder,
  #edit-product .field .control input[type="tel"]::placeholder,
  #form-customer-product-new .field .control input[type="tel"]::placeholder,
  #form-customer-attr-new .field .control input[type="tel"]::placeholder,
  #edit-product .field .control input[type="search"]::placeholder,
  #form-customer-product-new .field .control input[type="search"]::placeholder,
  #form-customer-attr-new .field .control input[type="search"]::placeholder,
  #edit-product .field .control textarea::placeholder,
  #form-customer-product-new .field .control textarea::placeholder,
  #form-customer-attr-new .field .control textarea::placeholder,
  #edit-product .field .control select::placeholder,
  #form-customer-product-new .field .control select::placeholder,
  #form-customer-attr-new .field .control select::placeholder {
    color: #777777;
    opacity: 1;
  }
  #edit-product .field .control input[type="text"]:-webkit-autofill,
  #form-customer-product-new .field .control input[type="text"]:-webkit-autofill,
  #form-customer-attr-new .field .control input[type="text"]:-webkit-autofill,
  #edit-product .field .control input[type="number"]:-webkit-autofill,
  #form-customer-product-new .field .control input[type="number"]:-webkit-autofill,
  #form-customer-attr-new .field .control input[type="number"]:-webkit-autofill,
  #edit-product .field .control input[type="email"]:-webkit-autofill,
  #form-customer-product-new .field .control input[type="email"]:-webkit-autofill,
  #form-customer-attr-new .field .control input[type="email"]:-webkit-autofill,
  #edit-product .field .control input[type="url"]:-webkit-autofill,
  #form-customer-product-new .field .control input[type="url"]:-webkit-autofill,
  #form-customer-attr-new .field .control input[type="url"]:-webkit-autofill,
  #edit-product .field .control input[type="password"]:-webkit-autofill,
  #form-customer-product-new .field .control input[type="password"]:-webkit-autofill,
  #form-customer-attr-new .field .control input[type="password"]:-webkit-autofill,
  #edit-product .field .control input[type="tel"]:-webkit-autofill,
  #form-customer-product-new .field .control input[type="tel"]:-webkit-autofill,
  #form-customer-attr-new .field .control input[type="tel"]:-webkit-autofill,
  #edit-product .field .control input[type="search"]:-webkit-autofill,
  #form-customer-product-new .field .control input[type="search"]:-webkit-autofill,
  #form-customer-attr-new .field .control input[type="search"]:-webkit-autofill,
  #edit-product .field .control textarea:-webkit-autofill,
  #form-customer-product-new .field .control textarea:-webkit-autofill,
  #form-customer-attr-new .field .control textarea:-webkit-autofill,
  #edit-product .field .control select:-webkit-autofill,
  #form-customer-product-new .field .control select:-webkit-autofill,
  #form-customer-attr-new .field .control select:-webkit-autofill {
    -webkit-text-fill-color: #282828 !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  }
  #edit-product .field .control input[type="text"]:-webkit-autofill:focus,
  #form-customer-product-new .field .control input[type="text"]:-webkit-autofill:focus,
  #form-customer-attr-new .field .control input[type="text"]:-webkit-autofill:focus,
  #edit-product .field .control input[type="number"]:-webkit-autofill:focus,
  #form-customer-product-new .field .control input[type="number"]:-webkit-autofill:focus,
  #form-customer-attr-new .field .control input[type="number"]:-webkit-autofill:focus,
  #edit-product .field .control input[type="email"]:-webkit-autofill:focus,
  #form-customer-product-new .field .control input[type="email"]:-webkit-autofill:focus,
  #form-customer-attr-new .field .control input[type="email"]:-webkit-autofill:focus,
  #edit-product .field .control input[type="url"]:-webkit-autofill:focus,
  #form-customer-product-new .field .control input[type="url"]:-webkit-autofill:focus,
  #form-customer-attr-new .field .control input[type="url"]:-webkit-autofill:focus,
  #edit-product .field .control input[type="password"]:-webkit-autofill:focus,
  #form-customer-product-new .field .control input[type="password"]:-webkit-autofill:focus,
  #form-customer-attr-new .field .control input[type="password"]:-webkit-autofill:focus,
  #edit-product .field .control input[type="tel"]:-webkit-autofill:focus,
  #form-customer-product-new .field .control input[type="tel"]:-webkit-autofill:focus,
  #form-customer-attr-new .field .control input[type="tel"]:-webkit-autofill:focus,
  #edit-product .field .control input[type="search"]:-webkit-autofill:focus,
  #form-customer-product-new .field .control input[type="search"]:-webkit-autofill:focus,
  #form-customer-attr-new .field .control input[type="search"]:-webkit-autofill:focus,
  #edit-product .field .control textarea:-webkit-autofill:focus,
  #form-customer-product-new .field .control textarea:-webkit-autofill:focus,
  #form-customer-attr-new .field .control textarea:-webkit-autofill:focus,
  #edit-product .field .control select:-webkit-autofill:focus,
  #form-customer-product-new .field .control select:-webkit-autofill:focus,
  #form-customer-attr-new .field .control select:-webkit-autofill:focus {
    -webkit-text-fill-color: #282828 !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  }
}
.wk-vehicle-compatibility-section {
  margin: 25px 0;
  padding: 20px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
}
.wk-vehicle-compatibility-section .wk-section-title {
  font-size: 16px;
  font-weight: 700;
  color: #282828;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E2E8F0;
}
.wk-vehicle-compatibility-section .wk-radio-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 20px;
  font-size: 14px;
  cursor: pointer;
  color: #282828;
}
.wk-vehicle-compatibility-section .wk-radio-label input[type="radio"] {
  margin: 0;
  cursor: pointer;
}
.wk-vehicle-compatibility-section #vehicle-fields-wrapper {
  margin-top: 15px;
  transition: opacity 0.3s ease;
}
.wk-vehicle-compatibility-section #vehicle-fields-wrapper.hidden {
  display: none;
}
.wk-vehicle-compatibility-section #vehicle-fields-wrapper .field {
  margin-bottom: 15px;
}
.wk-vehicle-compatibility-section #vehicle-fields-wrapper select[multiple] {
  min-height: 100px;
  padding: 4px;
}
.wk-vehicle-compatibility-section .wk-loading-msg {
  font-size: 12px;
  color: #777777;
  padding: 4px 0;
  font-style: italic;
}
.wk-vehicle-compatibility-section .wk-loading-msg.hidden {
  display: none;
}
.wk-mp-loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}
.wk-mp-loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #2f6bff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.wk-category-dropdowns .wk-category-select-wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.wk-category-dropdowns .wk-category-select-wrapper .field {
  flex: 1;
  min-width: 200px;
  margin-bottom: 0;
}
.wk-category-dropdowns .wk-category-select-wrapper .field .label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 13px;
  color: #333;
}
.wk-category-dropdowns .wk-category-select-wrapper .field select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  background: #fff;
  color: #333;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
}
.wk-category-dropdowns .wk-category-select-wrapper .field select:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(47, 107, 255, 0.15);
}
/**
 * All Products & Search Results Page UI/UX Improvements
 * Only styling changes - no logic modifications
 */
body.category-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items,
body.categorypath-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
}
body.category-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items > li.item.product.product-item,
body.categorypath-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items > li.item.product.product-item {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}
body.category-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items .product-item-info,
body.categorypath-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items .product-item-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body.category-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items .product-item-image,
body.categorypath-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items .product-item-image {
  flex: 0 0 auto;
}
body.category-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items .product.details.product-item-details,
body.categorypath-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items .product.details.product-item-details {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
body.category-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items .product-item-inner,
body.categorypath-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items .product-item-inner {
  margin-top: auto;
}
body.category-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items .product-item-name a.product-item-link,
body.categorypath-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items .product-item-name a.product-item-link {
  display: block !important;
  -webkit-line-clamp: unset !important;
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;
  word-break: break-word !important;
}
body.category-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items .product-item-description,
body.categorypath-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items .product-item-description {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.5 !important;
  max-height: 4.5em !important;
  margin: 8px 0 10px 0 !important;
}
body.category-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items .product-item-description p,
body.categorypath-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items .product-item-description p {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.catalogsearch-result-index .products.wrapper.grid.products-grid ol.products.list.items.product-items {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
}
body.catalogsearch-result-index .products.wrapper.grid.products-grid ol.products.list.items.product-items > li.item.product.product-item {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}
body.catalogsearch-result-index .products.wrapper.grid.products-grid ol.products.list.items.product-items .product-item-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body.catalogsearch-result-index .products.wrapper.grid.products-grid ol.products.list.items.product-items .product-item-image {
  flex: 0 0 auto;
}
body.catalogsearch-result-index .products.wrapper.grid.products-grid ol.products.list.items.product-items .product.details.product-item-details {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
body.catalogsearch-result-index .products.wrapper.grid.products-grid ol.products.list.items.product-items .product-item-inner {
  margin-top: auto;
}
body.catalogsearch-result-index .products.wrapper.grid.products-grid ol.products.list.items.product-items .product-item-name a.product-item-link {
  display: block !important;
  -webkit-line-clamp: unset !important;
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;
  word-break: break-word !important;
}
body.catalogsearch-result-index .products.wrapper.grid.products-grid ol.products.list.items.product-items .product-item-description {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.5 !important;
  max-height: 4.5em !important;
  margin: 8px 0 10px 0 !important;
}
body.catalogsearch-result-index .products.wrapper.grid.products-grid ol.products.list.items.product-items .product-item-description p {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 1199px) {
  body.category-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items,
  body.categorypath-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items,
  body.catalogsearch-result-index .products.wrapper.grid.products-grid ol.products.list.items.product-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }
}
@media (max-width: 991px) {
  body.category-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items,
  body.categorypath-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items,
  body.catalogsearch-result-index .products.wrapper.grid.products-grid ol.products.list.items.product-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}
@media (max-width: 575px) {
  body.category-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items,
  body.categorypath-allproducts .products.wrapper.grid.products-grid ol.products.list.items.product-items,
  body.catalogsearch-result-index .products.wrapper.grid.products-grid ol.products.list.items.product-items {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.toolbar select,
.toolbar .sorter-options,
.toolbar .limiter-options {
  color: #282828 !important;
  -webkit-text-fill-color: #282828 !important;
}
.products.wrapper.grid.products-grid .product-item-details .product-item-description {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-size: 13px !important;
  color: #666 !important;
  line-height: 1.5 !important;
  max-height: 4.5em !important;
  margin: 8px 0 10px 0 !important;
}
.products.wrapper.grid.products-grid .product-item-details .product-item-description p {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}
.products.wrapper.grid.products-grid .product-item-name a.product-item-link {
  display: block !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;
  word-wrap: break-word !important;
}
.products.wrapper .product-item-details .view-count {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #777;
  margin: 4px 0 6px;
}
.products.wrapper .product-item-details .view-count .view-count-icon {
  flex-shrink: 0;
  opacity: 0.6;
}
.products.wrapper .product-item-details .view-count .view-count-number {
  font-weight: 600;
  color: #555;
}
.products.wrapper .product-item-details .view-count .view-count-label {
  color: #999;
}
.products.wrapper.grid.products-grid .product-location {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: hidden !important;
  overflow: hidden !important;
}
.products.wrapper.grid.products-grid .products.list.items {
  display: flex !important;
  flex-wrap: wrap !important;
}
.products.wrapper.grid.products-grid .products.list.items > .product-item {
  display: flex !important;
  flex-direction: column !important;
}
.products.wrapper.grid.products-grid .products.list.items > .product-item .product-item-info {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
.products.wrapper.grid.products-grid .products.list.items > .product-item .product-item-info .product-item-details {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}
.products.wrapper.grid.products-grid .products.list.items > .product-item .product-item-info .product-item-details .price-box {
  margin-top: auto !important;
  padding-top: 10px !important;
}
.products.wrapper.grid.products-grid .products.list.items > .product-item .product-item-info .product-item-details .product-item-inner {
  margin-top: auto !important;
}
.products.wrapper.grid.products-grid .product-item-actions,
.products.wrapper.grid.products-grid .product-item-inner {
  margin-top: auto !important;
}
.products.wrapper.grid.products-grid .product-item-info {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  justify-content: center !important;
  align-items: center !important;
}
.products.wrapper.grid.products-grid .product-item-details {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}
.sidebar .block.filter {
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}
.sidebar .block.filter .block-title {
  background: #2F6BFF;
  color: #fff;
  padding: 15px 20px;
  margin: 0;
  border-radius: 0;
}
.sidebar .block.filter .block-title strong {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.sidebar .block.filter .block-content {
  padding: 20px;
}
.sidebar .block.filter .block-content .filter-options .filter-options-item {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0;
}
.sidebar .block.filter .block-content .filter-options .filter-options-item:last-child {
  border-bottom: none;
}
.sidebar .block.filter .block-content .filter-options .filter-options-title {
  font-size: 14px;
  font-weight: 600;
  color: #282828;
  padding: 12px 0;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  margin-bottom: 0;
  border-bottom: none;
  user-select: none;
}
.sidebar .block.filter .block-content .filter-options .filter-options-title::after {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #777;
  transition: transform 0.2s ease;
}
.sidebar .block.filter .block-content .filter-options .filter-options-item.active .filter-options-title::after {
  transform: translateY(-50%) rotate(180deg);
}
.sidebar .block.filter .block-content .filter-options .filter-options-content {
  padding-bottom: 12px;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items li {
  margin-bottom: 8px;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items li a {
  color: #282828;
  font-size: 14px;
  padding: 5px 0;
  display: block;
  transition: color 0.3s ease;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items li a:hover {
  color: #2F6BFF;
  text-decoration: none;
}
.sidebar .block.filter .block-content .filter-options .filter-options-content .items li .count {
  color: #777;
  font-size: 12px;
  margin-left: 5px;
}
.sidebar .block.filter .block-content .filter-current {
  background: #FAFAFA;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.sidebar .block.filter .block-content .filter-current .filter-label {
  font-weight: 600;
  color: #282828;
  margin-bottom: 10px;
  display: block;
}
.sidebar .block.filter .block-content .filter-current .items li {
  margin-bottom: 8px;
}
.sidebar .block.filter .block-content .filter-current .items li .filter-label {
  font-weight: normal;
  margin-bottom: 0;
}
.sidebar .block.filter .block-content .filter-current .items li .action.remove {
  color: #DC2626;
  font-size: 14px;
  margin-left: 8px;
  transition: color 0.3s ease;
}
.sidebar .block.filter .block-content .filter-current .items li .action.remove:hover {
  color: #b21d1d;
}
.pages {
  margin-top: 30px;
  text-align: center;
}
.pages .items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.pages .items .item a,
.pages .items .item strong {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  color: #282828;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}
.pages .items .item a {
  background: #fff;
}
.pages .items .item a:hover {
  background: #2F6BFF;
  border-color: #2F6BFF;
  color: #fff;
}
.pages .items .item strong {
  background: #2F6BFF;
  border-color: #2F6BFF;
  color: #fff;
}
.pages .items .item.pages-item-next a,
.pages .items .item.pages-item-previous a {
  font-weight: 600;
}
.page-title-wrapper {
  margin-bottom: 25px;
}
.page-title-wrapper .page-title {
  font-size: 28px;
  font-weight: 700;
  color: #282828;
  margin-bottom: 0;
}
.products.wrapper.list.products-list .product-items {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}
.products.wrapper.list.products-list .product-item {
  display: flex !important;
  flex-direction: row !important;
  border: 1px solid #E5E5E5 !important;
  border-radius: 10px !important;
  background: #fff !important;
  overflow: hidden !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}
.products.wrapper.list.products-list .product-item:hover {
  border-color: #2F6BFF !important;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.12) !important;
}
.products.wrapper.list.products-list .product-item-info {
  display: flex !important;
  flex-direction: row !important;
  width: 100% !important;
}
.products.wrapper.list.products-list .product-item-image,
.products.wrapper.list.products-list .product-item .product-item-image {
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
  height: 180px !important;
  min-height: 180px !important;
  flex-shrink: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  background: #f8f9fa !important;
}
.products.wrapper.list.products-list .product-item-image a,
.products.wrapper.list.products-list .product-item .product-item-image a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.products.wrapper.list.products-list .product-item-image .product-image-container,
.products.wrapper.list.products-list .product-item .product-item-image .product-image-container,
.products.wrapper.list.products-list .product-item-image span[class*="product-image-container"],
.products.wrapper.list.products-list .product-item .product-item-image span[class*="product-image-container"] {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.products.wrapper.list.products-list .product-item-image .product-image-wrapper,
.products.wrapper.list.products-list .product-item .product-item-image .product-image-wrapper {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  padding-bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.products.wrapper.list.products-list .product-item-image .product-image-photo,
.products.wrapper.list.products-list .product-item .product-item-image .product-image-photo {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
.products.wrapper.list.products-list .product-item-image .product-label,
.products.wrapper.list.products-list .product-item .product-item-image .product-label,
.products.wrapper.list.products-list .product-item-image .product-shipping-badge,
.products.wrapper.list.products-list .product-item .product-item-image .product-shipping-badge {
  position: absolute !important;
  top: 10px !important;
  z-index: 2 !important;
}
.products.wrapper.list.products-list .product-item-image .product-label,
.products.wrapper.list.products-list .product-item .product-item-image .product-label {
  left: 10px !important;
}
.products.wrapper.list.products-list .product-item-image .product-shipping-badge,
.products.wrapper.list.products-list .product-item .product-item-image .product-shipping-badge {
  right: 10px !important;
}
.products.wrapper.list.products-list .product-item-details,
.products.wrapper.list.products-list .product-item .product-item-details {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 20px !important;
  min-width: 0 !important;
  gap: 8px !important;
}
.products.wrapper.list.products-list .product-item-name {
  margin: 0 !important;
}
.products.wrapper.list.products-list .product-item-name a {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1f2937 !important;
  text-decoration: none !important;
  display: block !important;
  line-height: 1.4 !important;
}
.products.wrapper.list.products-list .product-item-name a:hover {
  color: #2F6BFF !important;
}
.products.wrapper.list.products-list .product-item-description {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-size: 13px !important;
  color: #6b7280 !important;
  line-height: 1.5 !important;
  max-height: 3em !important;
  margin: 0 !important;
}
.products.wrapper.list.products-list .product-item-description p {
  display: inline !important;
  margin: 0 !important;
}
.products.wrapper.list.products-list .product-item-inner .product-item-description,
.products.wrapper.list.products-list .product.description.product-item-description {
  display: none !important;
}
.products.wrapper.list.products-list .quickview-handler,
.products.wrapper.list.products-list .sm_quickview_handler,
.products.wrapper.list.products-list .action.quickview-handler,
.products.wrapper.list.products-list a.action.quickview-handler,
.products.wrapper.list.products-list a.sm_quickview_handler,
.products.wrapper.list.products-list .product-item-image .quickview-handler,
.products.wrapper.list.products-list .product-item-image .sm_quickview_handler,
.products.wrapper.list.products-list .product-item-image a[class*="quickview"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
}
.products.wrapper.list.products-list .price-box {
  margin: 4px 0 !important;
}
.products.wrapper.list.products-list .price-box .price {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #2F6BFF !important;
}
.products.wrapper.list.products-list .price-box .price-label {
  display: none !important;
}
.products.wrapper.list.products-list .stock {
  font-size: 12px !important;
  font-weight: 500 !important;
}
.products.wrapper.list.products-list .stock.available {
  color: #22c55e !important;
}
.products.wrapper.list.products-list .product-item-inner {
  margin-top: auto !important;
  padding-top: 12px !important;
  width: fit-content !important;
}
.products.wrapper.list.products-list .product-item-actions {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  flex-wrap: nowrap !important;
  width: fit-content !important;
}
.products.wrapper.list.products-list .actions-primary {
  flex: 0 0 auto !important;
}
.products.wrapper.list.products-list .actions-primary .action.tocart,
.products.wrapper.list.products-list .actions-primary .action.primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 80px !important;
  padding: 10px 12px !important;
  background: #2F6BFF !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
}
.products.wrapper.list.products-list .actions-primary .action.tocart:hover,
.products.wrapper.list.products-list .actions-primary .action.primary:hover {
  background: #1a5ae8 !important;
}
.products.wrapper.list.products-list .actions-primary .action.tocart span,
.products.wrapper.list.products-list .actions-primary .action.primary span {
  color: #fff !important;
}
.products.wrapper.list.products-list .actions-secondary {
  flex: 0 0 auto !important;
  margin: 0 !important;
}
.products.wrapper.list.products-list .actions-secondary .action.towishlist {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  background: #fff !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}
.products.wrapper.list.products-list .actions-secondary .action.towishlist:hover {
  border-color: #2F6BFF !important;
  color: #2F6BFF !important;
}
.products.wrapper.list.products-list .actions-secondary .action.towishlist span {
  display: none !important;
}
.products.wrapper.list.products-list .product-location {
  display: none !important;
}
@media (max-width: 767px) {
  .products.wrapper.list.products-list .product-item {
    flex-direction: column !important;
  }
  .products.wrapper.list.products-list .product-item-info {
    flex-direction: column !important;
  }
  .products.wrapper.list.products-list .product-item-image,
  .products.wrapper.list.products-list .product-item .product-item-image {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 200px !important;
  }
  .products.wrapper.list.products-list .product-item-details {
    padding: 16px !important;
  }
  .products.wrapper.list.products-list .actions-primary .action.tocart {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  body.category-allproducts .products-grid .product-item,
  body.categorypath-allproducts .products-grid .product-item,
  body.catalogsearch-result-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .toolbar.toolbar-products {
    display: block !important;
    padding: 15px !important;
    overflow: visible !important;
  }
  .toolbar.toolbar-products > .modes {
    display: none !important;
  }
  .toolbar.toolbar-products > .filter-mobile-btn,
  .toolbar.toolbar-products > .toolbar-amount {
    display: inline-block !important;
    float: none !important;
    vertical-align: middle;
    margin: 0 8px 10px 0 !important;
  }
  .toolbar.toolbar-products .filter-mobile-btn #btn-filter {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #2F6BFF !important;
    border-radius: 6px !important;
    color: #fff !important;
    line-height: 38px !important;
  }
  .toolbar.toolbar-products .toolbar-amount {
    font-size: 13px;
    color: #666;
    line-height: 38px;
  }
  .toolbar.toolbar-products .toolbar-sorter {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    gap: 8px;
  }
  .toolbar.toolbar-products .toolbar-sorter label.sorter-label {
    display: inline-block !important;
    position: static !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px;
    font-weight: 600 !important;
    color: #282828;
    flex-shrink: 0;
    line-height: 44px;
  }
  .toolbar.toolbar-products .toolbar-sorter .sorter-options {
    flex: 1 !important;
    min-width: 0 !important;
    height: 44px !important;
    padding: 0 12px !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 8px !important;
    background: #fff !important;
    font-size: 14px !important;
    color: #282828 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
  }
  .toolbar.toolbar-products .toolbar-sorter .sorter-action {
    width: 44px !important;
    height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 8px !important;
    background: #fff !important;
    flex-shrink: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .toolbar.toolbar-products .limiter {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 8px;
  }
  .toolbar.toolbar-products .limiter .limiter-label {
    font-size: 13px;
    font-weight: 600;
    color: #282828;
    flex-shrink: 0;
    line-height: 44px;
  }
  .toolbar.toolbar-products .limiter .limiter-options {
    width: 80px !important;
    height: 44px !important;
    padding: 0 12px !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 8px !important;
    background: #fff !important;
    font-size: 14px !important;
    color: #282828 !important;
    flex-shrink: 0 !important;
  }
  .toolbar.toolbar-products .limiter .limiter-text {
    font-size: 13px;
    color: #666;
    flex-shrink: 0;
  }
  .toolbar.toolbar-products .pages {
    display: none !important;
  }
  .products.wrapper ~ .toolbar.toolbar-products .pages {
    display: flex !important;
    float: none !important;
    margin: 0 !important;
    width: 100%;
    justify-content: center;
  }
  .products.wrapper ~ .toolbar.toolbar-products .toolbar-sorter,
  .products.wrapper ~ .toolbar.toolbar-products .limiter,
  .products.wrapper ~ .toolbar.toolbar-products .modes,
  .products.wrapper ~ .toolbar.toolbar-products .toolbar-amount {
    display: none !important;
  }
  .sidebar .block.filter {
    margin-bottom: 15px;
  }
  .block.filter {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .block.filter .block-content {
    overflow: visible !important;
    max-height: none !important;
  }
  .block.filter .filter-options {
    overflow: visible !important;
    max-height: none !important;
  }
  .pages .items {
    gap: 3px;
  }
  .pages .items .item a,
  .pages .items .item strong {
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .products.wrapper.list.products-list .product-item .product-item-details {
    padding: 15px;
  }
  .products.wrapper.list.products-list .product-item-inner .product-item-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .products.wrapper.list.products-list .product-item-inner .actions-primary .tocart {
    width: 100%;
  }
  .products.wrapper.list.products-list .product-item-inner .actions-secondary {
    margin-top: 10px !important;
  }
  .products.wrapper.list.products-list .product-item-inner .actions-secondary .action.towishlist {
    width: 100%;
  }
}
/* PRODUCT PAGE - Single consolidated file for all product page styles */
/**
 * Product Page – Consolidated Styling  (refactored 2026-02-07)
 * =============================================================
 *
 * Single source of truth for every product-detail-page style.
 *
 * Sections:
 *   1. Variables
 *   2. Page layout (2-col flex → stacked on ≤768 px)
 *   3. Product info card (right column)
 *   4. Image gallery – inline (Fotorama)
 *   5. Image gallery – fullscreen
 *   6. Seller info card
 *   7. Add-to-cart row
 *   8. Description section (full-width)
 *   9. Featured products section (slider)
 *  10. Contact seller modal
 *  11. Related / upsell
 *  12. Responsive – tablet (≤991 px)
 *  13. Responsive – mobile  (≤767 px)
 *  14. Responsive – small   (≤480 px)
 *  15. Print
 */
/* ================================================================
   1. VARIABLES
   ================================================================ */
/* ================================================================
   2. PAGE LAYOUT
   ================================================================ */
.catalog-product-view {
  /* --- main column: flex row that wraps --- */
  /* left column – gallery */
  /* right column – info */
  /* full-width rows that sit below the 2-col area */
}
.catalog-product-view .column.main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.catalog-product-view .product.media {
  flex: 1 1 55%;
  max-width: 55%;
  min-width: 0;
  /* allow shrinking below content width */
  float: none;
  margin: 0;
  order: 1;
  box-sizing: border-box;
}
.catalog-product-view .product-info-main {
  flex: 1 1 42%;
  max-width: 42%;
  min-width: 0;
  float: none;
  margin: 0;
  order: 2;
  box-sizing: border-box;
  overflow: visible;
}
.catalog-product-view .full-width-section,
.catalog-product-view .product-description-section,
.catalog-product-view .product-seller-info-wrapper,
.catalog-product-view .featured-products-section,
.catalog-product-view .featured-product-section,
.catalog-product-view .block.block-product,
.catalog-product-view .product.info.detailed,
.catalog-product-view .product.attribute.overview {
  flex: 0 0 100%;
  max-width: 100%;
  order: 10;
  width: 100%;
  margin: 20px 0;
}
/* ================================================================
   3. PRODUCT INFO CARD (right column)
   ================================================================ */
.catalog-product-view .product-info-main {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  /* hide standalone wishlist row – we embed the button next to ATC */
  /* overview (short description) is moved to full-width section; hide if it leaks here */
  /* ---- title ---- */
  /* ---- stock / sku ---- */
  /* ---- price ---- */
  /* ---- fulfilment badge ---- */
  /* ---- description inside info card ---- */
  /* ---- form containers ---- */
}
.catalog-product-view .product-info-main > * {
  max-width: 100%;
}
.catalog-product-view .product-info-main > .product-social-links,
.catalog-product-view .product-info-main .product-info-custom-container .product-social-links {
  display: none;
}
.catalog-product-view .product-info-main > .product.attribute.overview {
  display: none;
}
.catalog-product-view .product-info-main .page-title-wrapper.product {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .page-title-wrapper.product .page-title {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  text-transform: none;
  line-height: 1.3;
  margin: 0;
  letter-spacing: -.01em;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock {
  order: 1;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.available span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(73, 181, 107, 0.1);
  color: #49b56b;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 13px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.available span::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 11px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.unavailable span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(220, 38, 38, 0.1);
  color: #dc2626;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 13px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.unavailable span::before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 11px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .sku {
  order: 2;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #f8f9fa;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 13px;
  color: #777777;
}
.catalog-product-view .product-info-main .product-info-stock-sku .sku .type {
  margin-right: 4px;
  font-weight: 500;
}
.catalog-product-view .product-info-main .product-info-stock-sku .view-count {
  order: 3;
  color: #777777;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
}
.catalog-product-view .product-info-main .product-info-price {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .price-box {
  margin: 0;
}
.catalog-product-view .product-info-main .price-box .price {
  font-size: 36px;
  font-weight: 700;
  color: #2f6bff;
  letter-spacing: -.02em;
}
.catalog-product-view .product-info-main .price-box .old-price {
  margin-right: 12px;
}
.catalog-product-view .product-info-main .price-box .old-price .price {
  font-size: 20px;
  color: #777777;
  text-decoration: line-through;
}
.catalog-product-view .product-info-main .price-box .special-price .price {
  color: #dc2626;
}
.catalog-product-view .product-info-main .wk-fulfilment {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(73, 181, 107, 0.1);
  color: #49b56b;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .wk-fulfilment::before {
  content: "\f00c";
  font-family: FontAwesome;
}
.catalog-product-view .product-info-main .product.attribute {
  margin: 20px 0;
}
.catalog-product-view .product-info-main .product.attribute.description,
.catalog-product-view .product-info-main .product.attribute.overview {
  background: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px;
}
.catalog-product-view .product-info-main .product.attribute.description .type,
.catalog-product-view .product-info-main .product.attribute.overview .type {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 12px;
  display: block;
}
.catalog-product-view .product-info-main .product.attribute.description .value,
.catalog-product-view .product-info-main .product.attribute.overview .value {
  font-size: 15px;
  line-height: 1.8;
  color: #333333;
}
.catalog-product-view .product-info-main .product.attribute.description .value p,
.catalog-product-view .product-info-main .product.attribute.overview .value p {
  margin-bottom: 12px;
}
.catalog-product-view .product-info-main .product.attribute.description .value p:last-child,
.catalog-product-view .product-info-main .product.attribute.overview .value p:last-child {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product.attribute.description .value strong,
.catalog-product-view .product-info-main .product.attribute.overview .value strong,
.catalog-product-view .product-info-main .product.attribute.description .value b,
.catalog-product-view .product-info-main .product.attribute.overview .value b {
  font-weight: 700;
}
.catalog-product-view .product-info-main .product.attribute.description .value h2,
.catalog-product-view .product-info-main .product.attribute.overview .value h2,
.catalog-product-view .product-info-main .product.attribute.description .value h3,
.catalog-product-view .product-info-main .product.attribute.overview .value h3,
.catalog-product-view .product-info-main .product.attribute.description .value h4,
.catalog-product-view .product-info-main .product.attribute.overview .value h4 {
  margin: 20px 0 12px;
  font-weight: 700;
  color: #333333;
}
.catalog-product-view .product-info-main .product.attribute.description .value h2:first-child,
.catalog-product-view .product-info-main .product.attribute.overview .value h2:first-child,
.catalog-product-view .product-info-main .product.attribute.description .value h3:first-child,
.catalog-product-view .product-info-main .product.attribute.overview .value h3:first-child,
.catalog-product-view .product-info-main .product.attribute.description .value h4:first-child,
.catalog-product-view .product-info-main .product.attribute.overview .value h4:first-child {
  margin-top: 0;
}
.catalog-product-view .product-info-main .product.attribute.description .value h2,
.catalog-product-view .product-info-main .product.attribute.overview .value h2 {
  font-size: 20px;
}
.catalog-product-view .product-info-main .product.attribute.description .value h3,
.catalog-product-view .product-info-main .product.attribute.overview .value h3 {
  font-size: 18px;
}
.catalog-product-view .product-info-main .product.attribute.description .value h4,
.catalog-product-view .product-info-main .product.attribute.overview .value h4 {
  font-size: 16px;
}
.catalog-product-view .product-info-main .product.attribute.description .value ul,
.catalog-product-view .product-info-main .product.attribute.overview .value ul,
.catalog-product-view .product-info-main .product.attribute.description .value ol,
.catalog-product-view .product-info-main .product.attribute.overview .value ol {
  margin: 12px 0;
  padding-left: 30px;
}
.catalog-product-view .product-info-main .product.attribute.description .value ul li,
.catalog-product-view .product-info-main .product.attribute.overview .value ul li,
.catalog-product-view .product-info-main .product.attribute.description .value ol li,
.catalog-product-view .product-info-main .product.attribute.overview .value ol li {
  margin-bottom: 8px;
  line-height: 1.7;
}
.catalog-product-view .product-info-main .product.attribute.description .value hr,
.catalog-product-view .product-info-main .product.attribute.overview .value hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 20px 0;
}
.catalog-product-view .product-info-main .product-options-bottom,
.catalog-product-view .product-info-main .product-add-form,
.catalog-product-view .product-info-main .product-info-custom-container {
  background: transparent;
  box-shadow: none;
  border: none;
}
/* ================================================================
   4. IMAGE GALLERY – INLINE (Fotorama inside .product.media)
   ================================================================ */
.catalog-product-view .product.media {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  overflow: visible;
  /* allow arrows to paint outside */
  position: relative;
  /* placeholder: block layout before fotorama loads, flex centering for the static image */
  /* main stage */
  /* force image visible in inline gallery – overrides any display:none */
  /* hide magnifier */
  /* ── arrows ── */
  /* ── thumbnails ── */
}
.catalog-product-view .product.media .gallery-placeholder {
  min-height: 300px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  overflow: visible;
  /* don't clip arrows */
  /* centre the static placeholder image before JS loads */
  /* hide placeholder once fotorama has initialised */
}
.catalog-product-view .product.media .gallery-placeholder__image {
  display: block;
  max-width: 100%;
  max-height: 400px;
  width: auto;
  height: auto;
  margin: 0 auto;
  /* centre horizontally via margin */
  object-fit: contain;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama ~ .gallery-placeholder__image,
.catalog-product-view .product.media .gallery-placeholder:not(._block-content-loading) > .gallery-placeholder__image {
  display: none !important;
}
.catalog-product-view .product.media .fotorama {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.catalog-product-view .product.media .fotorama__wrap {
  position: relative !important;
  overflow: visible !important;
}
.catalog-product-view .product.media .fotorama__stage {
  position: relative !important;
  min-height: 300px !important;
  max-height: 450px !important;
  border-radius: 6px;
  overflow: hidden !important;
  background: #ffffff;
  border: none !important;
}
.catalog-product-view .product.media .fotorama__stage__shaft {
  overflow: hidden !important;
}
.catalog-product-view .product.media .fotorama__stage__frame {
  border: none !important;
  background: #ffffff !important;
}
.catalog-product-view .product.media .fotorama__stage__frame .fotorama__img {
  max-height: 430px !important;
  object-fit: contain !important;
  display: block !important;
  opacity: 1 !important;
}
.catalog-product-view .product.media .magnify-lens {
  display: none !important;
}
.catalog-product-view .product.media .fotorama__arr {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 40px !important;
  height: 40px !important;
  margin-top: 0 !important;
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  transition: all .25s ease !important;
  opacity: 1 !important;
  visibility: visible !important;
  cursor: pointer !important;
  z-index: 10 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-image: none !important;
}
.catalog-product-view .product.media .fotorama__arr:hover {
  background: #2f6bff !important;
  border-color: #2f6bff !important;
  box-shadow: 0 4px 12px rgba(47, 107, 255, 0.25) !important;
}
.catalog-product-view .product.media .fotorama__arr:hover .fotorama__arr__arr {
  border-color: #ffffff !important;
}
.catalog-product-view .product.media .fotorama__arr .fotorama__arr__arr {
  width: 10px !important;
  height: 10px !important;
  border: solid #333333 !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block !important;
  padding: 0 !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin: 0 !important;
  background: none !important;
  background-image: none !important;
  transform: none !important;
}
.catalog-product-view .product.media .fotorama__arr--prev {
  left: 12px !important;
  right: auto !important;
}
.catalog-product-view .product.media .fotorama__arr--prev .fotorama__arr__arr {
  transform: rotate(135deg) !important;
  margin-left: 3px !important;
}
.catalog-product-view .product.media .fotorama__arr--next {
  right: 12px !important;
  left: auto !important;
}
.catalog-product-view .product.media .fotorama__arr--next .fotorama__arr__arr {
  transform: rotate(-45deg) !important;
  margin-right: 3px !important;
}
.catalog-product-view .product.media .fotorama__nav-wrap {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid #e5e5e5;
  overflow: visible !important;
}
.catalog-product-view .product.media .fotorama__nav--thumbs {
  height: auto !important;
  min-height: 80px !important;
  text-align: center;
  overflow: visible !important;
}
.catalog-product-view .product.media .fotorama__nav--thumbs .fotorama__nav__shaft {
  text-align: center;
}
.catalog-product-view .product.media .fotorama__nav--thumbs .fotorama__nav__frame {
  padding: 4px !important;
  margin: 0 4px !important;
}
.catalog-product-view .product.media .fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active .fotorama__thumb {
  border-color: #2f6bff !important;
}
.catalog-product-view .product.media .fotorama__thumb {
  border: 2px solid #e5e5e5 !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  transition: border-color 0.2s ease !important;
  background: #ffffff !important;
}
.catalog-product-view .product.media .fotorama__thumb .fotorama__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.catalog-product-view .product.media .fotorama__thumb:hover {
  border-color: #2f6bff !important;
}
.catalog-product-view .product.media .fotorama__thumb-border {
  display: none !important;
}
.catalog-product-view .product.media .fotorama__video-play {
  display: none;
}
/* ================================================================
   5. IMAGE GALLERY – FULLSCREEN
   ================================================================
   Fotorama moves the element to <body> when going fullscreen,
   so these rules MUST live at root scope (not nested under
   .catalog-product-view).

   ROOT CAUSE OF "image jumps then centres" + "image disappears
   on close":
     • Fotorama recalculates stage dimensions on enter/exit.
     • Our old CSS forced fixed heights that conflicted with
       Fotorama's inline styles, causing a layout shift.
     • On exit, Fotorama re-reads its cached inline dimensions,
       but our old `opacity:0` placeholder rule kicked in and
       hid the image because the gallery-placeholder class was
       re-applied.

   FIX: We no longer use opacity:0 on the placeholder. All
   fullscreen sizing is percentage/viewport-based so there is
   nothing to "snap" to. And we explicitly restore display/opacity
   for all img variants on both enter AND exit.
   ================================================================ */
/* Shared button mixin for fullscreen controls */
.fotorama--fullscreen {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  background: #0F172A !important;
  overflow: visible !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  /* layout */
  /* KEY FIX: override Fotorama + gallery.css image positioning.
       gallery.css hides .fotorama__img (display:none) in fullscreen
       and shows .fotorama__img--full with abs positioning.
       We force BOTH to display:block and center via abs + inset-0 + margin:auto.

       IMPORTANT: width/height/top/left/right must NOT use !important
       because magnify.js sets those inline for zoom & pan. */
  /* when full-res has loaded, fade out the preview copy */
  /* ── hide inline fullscreen button when in fullscreen ── */
  /* ── arrows ── */
  /* ── close (X) ── */
  /* ── zoom in/out ── */
  /* ── thumbnails ── */
}
.fotorama--fullscreen .fotorama__wrap {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  max-width: 100% !important;
  overflow: visible !important;
}
.fotorama--fullscreen .fotorama__stage {
  flex: 1 !important;
  min-height: 0 !important;
  max-height: none !important;
  height: calc(100vh - 120px) !important;
  background: transparent !important;
  overflow: hidden !important;
  border: none !important;
  border-radius: 0 !important;
}
.fotorama--fullscreen .fotorama__stage__shaft {
  overflow: hidden !important;
}
.fotorama--fullscreen .fotorama__stage__frame {
  border: none !important;
  background: transparent !important;
  opacity: 1 !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  display: block !important;
  /* Center image via absolute + inset:0 + margin:auto */
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  /* Size constraints */
  max-height: calc(100vh - 160px) !important;
  max-width: 90vw !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  opacity: 1 !important;
  border: none !important;
  /* Zoom is applied via JS transform: scale() */
  transform-origin: center center !important;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img:not(.fotorama__img--full) {
  opacity: 0 !important;
}
.fotorama--fullscreen .ps-fullscreen-btn {
  display: none !important;
}
.fotorama--fullscreen .fotorama__arr {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 50px !important;
  height: 50px !important;
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: background 0.2s, border-color 0.2s, transform 0.2s !important;
  background-image: none !important;
  background-position: unset !important;
  z-index: 10 !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.fotorama--fullscreen .fotorama__arr:hover {
  background: rgba(255, 255, 255, 0.85) !important;
  border-color: rgba(255, 255, 255, 0.85) !important;
  box-shadow: none !important;
  transform: translateY(-50%) scale(1.06) !important;
}
.fotorama--fullscreen .fotorama__arr:hover .fotorama__arr__arr {
  border-color: #1F2937 !important;
}
.fotorama--fullscreen .fotorama__arr .fotorama__arr__arr {
  width: 12px !important;
  height: 12px !important;
  border: solid #fff !important;
  border-width: 0 2.5px 2.5px 0 !important;
  display: inline-block !important;
  padding: 0 !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin: 0 !important;
  background: none !important;
  background-image: none !important;
  transform: none !important;
}
.fotorama--fullscreen .fotorama__arr--prev {
  left: 20px !important;
  right: auto !important;
}
.fotorama--fullscreen .fotorama__arr--prev .fotorama__arr__arr {
  transform: rotate(135deg) !important;
  margin-left: 3px !important;
}
.fotorama--fullscreen .fotorama__arr--next {
  right: 20px !important;
  left: auto !important;
}
.fotorama--fullscreen .fotorama__arr--next .fotorama__arr__arr {
  transform: rotate(-45deg) !important;
  margin-right: 3px !important;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  left: auto !important;
  bottom: auto !important;
  width: 40px !important;
  height: 40px !important;
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: background 0.2s, border-color 0.2s !important;
  background-image: none !important;
  background-position: unset !important;
  z-index: 1001 !important;
  display: block !important;
  opacity: 1 !important;
  overflow: visible !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
}
.fotorama--fullscreen .fotorama__fullscreen-icon::before,
.fotorama--fullscreen .fotorama__fullscreen-icon::after {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 16px !important;
  height: 2px !important;
  background: #fff !important;
  border-radius: 2px !important;
}
.fotorama--fullscreen .fotorama__fullscreen-icon::before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
.fotorama--fullscreen .fotorama__fullscreen-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}
.fotorama--fullscreen .fotorama__fullscreen-icon:hover {
  background: rgba(255, 255, 255, 0.85) !important;
  border-color: rgba(255, 255, 255, 0.85) !important;
  box-shadow: none !important;
}
.fotorama--fullscreen .fotorama__fullscreen-icon:hover::before,
.fotorama--fullscreen .fotorama__fullscreen-icon:hover::after {
  background: #1F2937 !important;
}
.fotorama--fullscreen .fotorama__zoom-in,
.fotorama--fullscreen .fotorama__zoom-out {
  position: absolute !important;
  left: 16px !important;
  width: 38px !important;
  height: 38px !important;
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: background 0.2s, border-color 0.2s !important;
  background-image: none !important;
  background-position: unset !important;
  z-index: 20 !important;
  display: block !important;
  overflow: visible !important;
}
.fotorama--fullscreen .fotorama__zoom-in::before,
.fotorama--fullscreen .fotorama__zoom-out::before,
.fotorama--fullscreen .fotorama__zoom-in::after,
.fotorama--fullscreen .fotorama__zoom-out::after {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  background: #fff !important;
  border-radius: 2px !important;
}
.fotorama--fullscreen .fotorama__zoom-in::before,
.fotorama--fullscreen .fotorama__zoom-out::before {
  width: 14px !important;
  height: 2px !important;
  transform: translate(-50%, -50%) !important;
}
.fotorama--fullscreen .fotorama__zoom-in:hover,
.fotorama--fullscreen .fotorama__zoom-out:hover {
  background: rgba(255, 255, 255, 0.85) !important;
  border-color: rgba(255, 255, 255, 0.85) !important;
  box-shadow: none !important;
}
.fotorama--fullscreen .fotorama__zoom-in:hover::before,
.fotorama--fullscreen .fotorama__zoom-out:hover::before,
.fotorama--fullscreen .fotorama__zoom-in:hover::after,
.fotorama--fullscreen .fotorama__zoom-out:hover::after {
  background: #1F2937 !important;
}
.fotorama--fullscreen .fotorama__zoom-in {
  top: 16px !important;
}
.fotorama--fullscreen .fotorama__zoom-in::after {
  width: 2px !important;
  height: 14px !important;
  transform: translate(-50%, -50%) !important;
}
.fotorama--fullscreen .fotorama__zoom-out {
  top: 62px !important;
}
.fotorama--fullscreen .fotorama__zoom-out::after {
  display: none !important;
}
.fotorama--fullscreen .fotorama__zoom-in--disabled,
.fotorama--fullscreen .fotorama__zoom-out--disabled {
  opacity: .3 !important;
  pointer-events: none !important;
}
.fotorama--fullscreen .fotorama__nav-wrap {
  background: rgba(0, 0, 0, 0.55) !important;
  padding: 10px 16px !important;
  margin-top: auto !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  overflow: visible !important;
}
.fotorama--fullscreen .fotorama__nav--thumbs {
  min-height: 68px !important;
  overflow: visible !important;
}
.fotorama--fullscreen .fotorama__thumb {
  border: 2px solid transparent !important;
  border-radius: 6px !important;
  opacity: .55 !important;
  transition: all .2s ease !important;
}
.fotorama--fullscreen .fotorama__thumb:hover {
  opacity: 1 !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.fotorama--fullscreen .fotorama__active .fotorama__thumb {
  opacity: 1 !important;
  border-color: #fff !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25) !important;
}
.fotorama--fullscreen .fotorama__thumb-border {
  display: none !important;
}
/* Force-show controls in every toggle-arrows / no-controls state */
.fotorama--fullscreen .fotorama__wrap .fotorama__arr,
.fotorama--fullscreen .fotorama__wrap .fotorama__fullscreen-icon {
  opacity: 1 !important;
}
.fotorama--fullscreen .fotorama__wrap .fotorama__fullscreen-icon {
  transform: translate3d(0, 0, 0) !important;
}
.fotorama--fullscreen .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama--fullscreen .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 1 !important;
}
.fotorama--fullscreen .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon,
.fotorama--fullscreen .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
  display: block !important;
}
.fotorama--fullscreen .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev,
.fotorama--fullscreen .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus),
.fotorama--fullscreen .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next,
.fotorama--fullscreen .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  opacity: 1 !important;
  transform: translateY(-50%) !important;
  display: flex !important;
}
/* KEY FIX: when EXITING fullscreen Fotorama restores the inline
   gallery. Make absolutely sure images remain visible.
   gallery.css line 913 sets .fotorama__img { display: none } inside
   fullscreen – we override with higher specificity everywhere. */
.fotorama__stage__frame .fotorama__img {
  display: block !important;
  opacity: 1 !important;
}
.catalog-product-view .product.media .fotorama__stage__frame .fotorama__img {
  display: block !important;
  opacity: 1 !important;
}
/* Magnifier – disabled globally */
.magnify-lens,
.magnifier-preview,
[data-gallery-role="magnifier-zoom"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
/* ================================================================
   6. SELLER INFO CARD
   ================================================================ */
.product-seller-info-wrapper {
  margin: 20px 0;
  clear: both;
}
.wk-seller-block {
  display: block !important;
  width: 100%;
}
.wk-seller-block.no-display {
  display: block !important;
}
#mp-wk-block {
  display: block !important;
}
.wk-seller-card-container {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px;
  transition: box-shadow 0.3s ease;
}
.wk-seller-card-container:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.wk-seller-card-container.wk-card-type1 .wk-seller-card-row {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.wk-seller-card-container.wk-card-type1 .wk-seller-card-row:last-child {
  margin-bottom: 0;
}
.wk-seller-card-container.wk-card-type1 .wk-block-font-bold-up {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.wk-seller-card-container.wk-card-type1 .wk-block-title-css a {
  font-size: 16px;
  font-weight: 700;
  color: #2f6bff;
  text-decoration: none;
}
.wk-seller-card-container.wk-card-type1 .wk-block-title-css a:hover {
  text-decoration: underline;
}
.wk-seller-card-container.wk-card-type1 .wk-seller-rating-block {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.wk-seller-card-container.wk-card-type1 .wk-seller-rating-number {
  display: inline-flex;
  align-items: center;
  background: #49b56b;
  color: #ffffff;
  font-weight: 700;
  padding: 6px 12px 6px 28px;
  border-radius: 20px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.wk-seller-card-container.wk-card-type1 .wk-seller-rating-number::before {
  content: "\f005";
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
  font-size: 11px;
}
.wk-seller-card-container.wk-card-type1 .wk-seller-rating-number::after {
  content: "\f0d7";
  font-family: FontAwesome;
  margin-left: 6px;
  font-size: 10px;
}
.wk-seller-card-container.wk-card-type1 .wk-seller-rating-summery {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  min-width: 260px;
  margin-top: 8px;
  display: none;
}
.wk-seller-card-container.wk-card-type1 .wk-seller-rating-summery .wk-seller-feedback-title {
  font-size: 12px;
  color: #777777;
  margin-bottom: 8px;
}
.wk-seller-card-container.wk-card-type1 .wk-seller-rating-summery .mpfeedback .price,
.wk-seller-card-container.wk-card-type1 .wk-seller-rating-summery .mpfeedback .value,
.wk-seller-card-container.wk-card-type1 .wk-seller-rating-summery .mpfeedback .quality {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 13px;
}
.wk-seller-card-container.wk-card-type1 .wk-seller-rating-summery .mpfeedback .price .wk-ordertitle-label,
.wk-seller-card-container.wk-card-type1 .wk-seller-rating-summery .mpfeedback .value .wk-ordertitle-label,
.wk-seller-card-container.wk-card-type1 .wk-seller-rating-summery .mpfeedback .quality .wk-ordertitle-label {
  min-width: 50px;
  font-weight: 500;
}
.wk-seller-card-container.wk-card-type1 .wk-seller-rating-summery .mpfeedback .price .ratingslider-box,
.wk-seller-card-container.wk-card-type1 .wk-seller-rating-summery .mpfeedback .value .ratingslider-box,
.wk-seller-card-container.wk-card-type1 .wk-seller-rating-summery .mpfeedback .quality .ratingslider-box {
  flex: 1;
  height: 8px;
  background: #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
}
.wk-seller-card-container.wk-card-type1 .wk-seller-rating-summery .mpfeedback .price .ratingslider-box .rating,
.wk-seller-card-container.wk-card-type1 .wk-seller-rating-summery .mpfeedback .value .ratingslider-box .rating,
.wk-seller-card-container.wk-card-type1 .wk-seller-rating-summery .mpfeedback .quality .ratingslider-box .rating {
  height: 100%;
  background: #49b56b;
  border-radius: 4px;
}
.wk-seller-card-container.wk-card-type1 .wk-seller-rating-block:hover .wk-seller-rating-summery {
  display: block;
}
.wk-seller-card-container.wk-card-type1 .wk-seller-location-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}
.wk-seller-card-container.wk-card-type1 .wk-seller-location-link::before {
  content: "\f041";
  font-family: FontAwesome;
  color: #dc2626;
  font-size: 16px;
}
.wk-seller-card-container.wk-card-type1 .wk-seller-location-link:hover {
  color: #2f6bff;
}
.wk-seller-card-container.wk-card-type1 .wk-seller-product-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #777777;
  font-size: 14px;
  text-decoration: none;
}
.wk-seller-card-container.wk-card-type1 .wk-seller-product-count::before {
  content: "\f1b2";
  font-family: FontAwesome;
  color: #2f6bff;
}
.wk-seller-card-container.wk-card-type1 .wk-seller-product-count:hover {
  color: #2f6bff;
}
.wk-seller-card-container.wk-card-type1 .wk-ask-question-link button,
.wk-seller-card-container.wk-card-type1 .wk-ask-question-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #2f6bff;
  border: 2px solid #2f6bff;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease;
  text-decoration: none;
}
.wk-seller-card-container.wk-card-type1 .wk-ask-question-link button::before,
.wk-seller-card-container.wk-card-type1 .wk-ask-question-link a::before {
  content: "\f0e0";
  font-family: FontAwesome;
}
.wk-seller-card-container.wk-card-type1 .wk-ask-question-link button:hover,
.wk-seller-card-container.wk-card-type1 .wk-ask-question-link a:hover {
  background: #2f6bff;
  color: #ffffff;
}
.wk-seller-card-container.wk-card-type1 .wk-report-flag-link button,
.wk-seller-card-container.wk-card-type1 .wk-report-flag-link a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: #777777;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 13px;
  cursor: pointer;
  transition: all .3s ease;
  text-decoration: none;
}
.wk-seller-card-container.wk-card-type1 .wk-report-flag-link button::before,
.wk-seller-card-container.wk-card-type1 .wk-report-flag-link a::before {
  content: "\f024";
  font-family: FontAwesome;
}
.wk-seller-card-container.wk-card-type1 .wk-report-flag-link button:hover,
.wk-seller-card-container.wk-card-type1 .wk-report-flag-link a:hover {
  border-color: #dc2626;
  color: #dc2626;
}
/* google map inside seller info */
.wk-seller-block .wk-mp-google-map,
.wk-seller-block iframe[src*="google.com/maps"] {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 200px;
}
/* seller quick links (inside product info card) */
.catalog-product-view .product-info-main .seller-quick-links {
  margin: 20px 0;
  padding: 20px;
  background: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.catalog-product-view .product-info-main .seller-quick-links .seller-quick-links-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 0;
}
.catalog-product-view .product-info-main .seller-quick-links .seller-quick-links-row:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  margin-bottom: 8px;
}
.catalog-product-view .product-info-main .seller-quick-links .seller-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #2f6bff;
  flex-shrink: 0;
}
.catalog-product-view .product-info-main .seller-quick-links .seller-icon svg {
  width: 16px;
  height: 16px;
}
.catalog-product-view .product-info-main .seller-quick-links .seller-label {
  font-size: 13px;
  color: #777777;
  font-weight: 500;
}
.catalog-product-view .product-info-main .seller-quick-links .seller-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  color: #2f6bff;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease;
}
.catalog-product-view .product-info-main .seller-quick-links .seller-link:hover {
  color: #1b2c52;
  text-decoration: underline;
}
.catalog-product-view .product-info-main .seller-quick-links .contact-seller-trigger {
  cursor: pointer;
}
.catalog-product-view .product-info-main .seller-quick-links .contact-seller-trigger:hover {
  color: #1b2c52;
}
.catalog-product-view .product-info-main .seller-quick-links .seller-rating-row .seller-rating-value {
  font-size: 14px;
  color: #333333;
}
.catalog-product-view .product-info-main .seller-quick-links .seller-rating-row .seller-rating-value strong {
  color: #FFB800;
  font-weight: 700;
  font-size: 15px;
}
.catalog-product-view .product-info-main .seller-quick-links .seller-rating-row .seller-rating-value .rating-count {
  font-size: 12px;
  color: #777777;
  margin-left: 4px;
}
/* ================================================================
   7. ADD-TO-CART ROW
   ================================================================ */
.catalog-product-view .product-info-main {
  /* standalone addto links (fallback) */
}
.catalog-product-view .product-info-main .box-tocart {
  margin: 12px 0;
  padding: 12px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.catalog-product-view .product-info-main .box-tocart .fieldset {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.catalog-product-view .product-info-main .box-tocart .field.qty {
  flex: 0 0 auto;
  margin: 0;
}
.catalog-product-view .product-info-main .box-tocart .field.qty label {
  display: none;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .control {
  padding: 0;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .control-qty-cart {
  display: flex;
  align-items: center;
}
.catalog-product-view .product-info-main .box-tocart .field.qty input#qty {
  height: 48px;
  width: 70px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #e5e5e5;
  transition: border-color 0.3s ease;
  -moz-appearance: textfield;
}
.catalog-product-view .product-info-main .box-tocart .field.qty input#qty:focus {
  border-color: #2f6bff;
  outline: none;
}
.catalog-product-view .product-info-main .box-tocart .field.qty input#qty::-webkit-outer-spin-button,
.catalog-product-view .product-info-main .box-tocart .field.qty input#qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.catalog-product-view .product-info-main .box-tocart .actions {
  flex: 1;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.catalog-product-view .product-info-main .box-tocart .actions button.tocart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1;
  max-width: 220px;
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1b2c52 0%, #2f6bff 100%);
  border: none;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  transition: all .3s ease;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.3);
}
.catalog-product-view .product-info-main .box-tocart .actions button.tocart::before {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 16px;
  margin-right: 8px;
}
.catalog-product-view .product-info-main .box-tocart .actions button.tocart:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.4);
}
.catalog-product-view .product-info-main .box-tocart .actions .action-wishlist-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
  background: #ffffff;
  transition: all .3s ease;
  cursor: pointer;
  text-decoration: none;
}
.catalog-product-view .product-info-main .box-tocart .actions .action-wishlist-btn i {
  font-size: 18px;
  color: #777777;
  transition: color .3s ease;
}
.catalog-product-view .product-info-main .box-tocart .actions .action-wishlist-btn::before {
  display: none;
}
.catalog-product-view .product-info-main .box-tocart .actions .action-wishlist-btn:hover {
  background: #dc2626;
  border-color: #dc2626;
}
.catalog-product-view .product-info-main .box-tocart .actions .action-wishlist-btn:hover i {
  color: #ffffff;
}
.catalog-product-view .product-info-main .product-addto-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
}
.catalog-product-view .product-info-main .product-addto-links .action {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}
.catalog-product-view .product-info-main .product-addto-links .action span {
  display: none;
}
.catalog-product-view .product-info-main .product-addto-links .action.towishlist::before {
  content: "\f004";
  font-family: FontAwesome;
  font-size: 18px;
  color: #777777;
  display: block;
  line-height: 1;
}
.catalog-product-view .product-info-main .product-addto-links .action.towishlist:hover {
  background: #dc2626;
  border-color: #dc2626;
}
.catalog-product-view .product-info-main .product-addto-links .action.towishlist:hover::before {
  color: #ffffff;
}
.catalog-product-view .product-info-main .product-addto-links .action.tocompare::before {
  content: "\f021";
  font-family: FontAwesome;
  font-size: 18px;
  color: #777777;
  display: block;
  line-height: 1;
}
.catalog-product-view .product-info-main .product-addto-links .action.tocompare:hover {
  background: #2f6bff;
  border-color: #2f6bff;
}
.catalog-product-view .product-info-main .product-addto-links .action.tocompare:hover::before {
  color: #ffffff;
}
/* ================================================================
   8. DESCRIPTION SECTION (full-width below 2-col)
   ================================================================ */
.catalog-product-view .product-description-section .product.attribute.overview,
.catalog-product-view .product-description-section .product.attribute.description {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.catalog-product-view .product-description-section .product.attribute.overview .type,
.catalog-product-view .product-description-section .product.attribute.description .type {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid #2f6bff;
  display: inline-block;
}
.catalog-product-view .product-description-section .product.attribute.overview .value,
.catalog-product-view .product-description-section .product.attribute.description .value {
  font-size: 15px;
  line-height: 1.8;
  color: #333333;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.catalog-product-view .product-description-section .product.attribute.overview .value p,
.catalog-product-view .product-description-section .product.attribute.description .value p {
  margin-bottom: 12px;
}
.catalog-product-view .product-description-section .product.attribute.overview .value p:last-child,
.catalog-product-view .product-description-section .product.attribute.description .value p:last-child {
  margin-bottom: 0;
}
.catalog-product-view .product-description-section .product.attribute.overview .value strong,
.catalog-product-view .product-description-section .product.attribute.description .value strong,
.catalog-product-view .product-description-section .product.attribute.overview .value b,
.catalog-product-view .product-description-section .product.attribute.description .value b {
  font-weight: 700;
  color: #333333;
}
.catalog-product-view .product-description-section .product.attribute.overview .value h2,
.catalog-product-view .product-description-section .product.attribute.description .value h2,
.catalog-product-view .product-description-section .product.attribute.overview .value h3,
.catalog-product-view .product-description-section .product.attribute.description .value h3,
.catalog-product-view .product-description-section .product.attribute.overview .value h4,
.catalog-product-view .product-description-section .product.attribute.description .value h4 {
  margin: 20px 0 12px;
  font-weight: 700;
  color: #1b2c52;
}
.catalog-product-view .product-description-section .product.attribute.overview .value h2:first-child,
.catalog-product-view .product-description-section .product.attribute.description .value h2:first-child,
.catalog-product-view .product-description-section .product.attribute.overview .value h3:first-child,
.catalog-product-view .product-description-section .product.attribute.description .value h3:first-child,
.catalog-product-view .product-description-section .product.attribute.overview .value h4:first-child,
.catalog-product-view .product-description-section .product.attribute.description .value h4:first-child {
  margin-top: 0;
}
.catalog-product-view .product-description-section .product.attribute.overview .value h2,
.catalog-product-view .product-description-section .product.attribute.description .value h2 {
  font-size: 18px;
}
.catalog-product-view .product-description-section .product.attribute.overview .value h3,
.catalog-product-view .product-description-section .product.attribute.description .value h3 {
  font-size: 16px;
}
.catalog-product-view .product-description-section .product.attribute.overview .value h4,
.catalog-product-view .product-description-section .product.attribute.description .value h4 {
  font-size: 15px;
}
.catalog-product-view .product-description-section .product.attribute.overview .value ul,
.catalog-product-view .product-description-section .product.attribute.description .value ul,
.catalog-product-view .product-description-section .product.attribute.overview .value ol,
.catalog-product-view .product-description-section .product.attribute.description .value ol {
  margin: 12px 0;
  padding-left: 30px;
  white-space: normal;
}
.catalog-product-view .product-description-section .product.attribute.overview .value ul li,
.catalog-product-view .product-description-section .product.attribute.description .value ul li,
.catalog-product-view .product-description-section .product.attribute.overview .value ol li,
.catalog-product-view .product-description-section .product.attribute.description .value ol li {
  margin-bottom: 8px;
  line-height: 1.7;
}
.catalog-product-view .product-description-section .product.attribute.overview .value hr,
.catalog-product-view .product-description-section .product.attribute.description .value hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 20px 0;
}
.catalog-product-view .product-seller-info-wrapper {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 30px;
}
.catalog-product-view .product-seller-info-wrapper::before {
  display: none;
}
.catalog-product-view .product-seller-info-wrapper .wk-seller-block {
  display: block;
  margin-bottom: 20px;
}
.catalog-product-view .product-seller-info-wrapper .wk-mp-google-map,
.catalog-product-view .product-seller-info-wrapper iframe[src*="google.com/maps"],
.catalog-product-view .product-seller-info-wrapper #map {
  width: 100%;
  min-height: 300px;
  height: 300px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
/* ================================================================
   9. FEATURED PRODUCTS SECTION (slider)
   ================================================================ */
.catalog-product-view .block.block-product,
.featured-products-section,
.featured-product-section {
  margin: 30px 0;
  clear: both;
  background: #f8f9fa;
  padding: 30px;
  border-radius: 12px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  /* hide style tags Magento outputs as text */
  /* title */
}
.catalog-product-view .block.block-product > style,
.featured-products-section > style,
.featured-product-section > style {
  display: none;
}
.catalog-product-view .block.block-product .block-title,
.featured-products-section .block-title,
.featured-product-section .block-title,
.catalog-product-view .block.block-product .section-title,
.featured-products-section .section-title,
.featured-product-section .section-title {
  margin-bottom: 30px;
  text-align: center;
}
.catalog-product-view .block.block-product .block-title strong,
.featured-products-section .block-title strong,
.featured-product-section .block-title strong,
.catalog-product-view .block.block-product .section-title strong,
.featured-products-section .section-title strong,
.featured-product-section .section-title strong,
.catalog-product-view .block.block-product .block-title h2,
.featured-products-section .block-title h2,
.featured-product-section .block-title h2,
.catalog-product-view .block.block-product .section-title h2,
.featured-products-section .section-title h2,
.featured-product-section .section-title h2 {
  background: transparent;
  color: #333333;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -.02em;
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
  margin: 0;
}
.catalog-product-view .block.block-product .block-title strong::after,
.featured-products-section .block-title strong::after,
.featured-product-section .block-title strong::after,
.catalog-product-view .block.block-product .section-title strong::after,
.featured-products-section .section-title strong::after,
.featured-product-section .section-title strong::after,
.catalog-product-view .block.block-product .block-title h2::after,
.featured-products-section .block-title h2::after,
.featured-product-section .block-title h2::after,
.catalog-product-view .block.block-product .section-title h2::after,
.featured-products-section .section-title h2::after,
.featured-product-section .section-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #2f6bff;
  border-radius: 2px;
}
.catalog-product-view .block.block-product .block-content,
.featured-products-section .block-content,
.featured-product-section .block-content,
.catalog-product-view .block.block-product .product-content,
.featured-products-section .product-content,
.featured-product-section .product-content {
  background: transparent;
  padding: 0;
  border: none;
  overflow: hidden;
}
/* nested block inside wrapper */
.featured-products-section .block.block-product,
.featured-product-section .block.block-product {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
/* owl carousel nav arrows */
.catalog-product-view .block.block-product,
.featured-products-section,
.featured-product-section {
  position: relative;
  /* product item list */
}
.catalog-product-view .block.block-product .owl-nav,
.featured-products-section .owl-nav,
.featured-product-section .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 5px;
  z-index: 10;
  box-sizing: border-box;
}
.catalog-product-view .block.block-product .owl-nav .owl-prev,
.featured-products-section .owl-nav .owl-prev,
.featured-product-section .owl-nav .owl-prev,
.catalog-product-view .block.block-product .owl-nav .owl-next,
.featured-products-section .owl-nav .owl-next,
.featured-product-section .owl-nav .owl-next {
  pointer-events: auto;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 18px;
  transition: all .3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.catalog-product-view .block.block-product .owl-nav .owl-prev:hover,
.featured-products-section .owl-nav .owl-prev:hover,
.featured-product-section .owl-nav .owl-prev:hover,
.catalog-product-view .block.block-product .owl-nav .owl-next:hover,
.featured-products-section .owl-nav .owl-next:hover,
.featured-product-section .owl-nav .owl-next:hover {
  background: #2f6bff;
  border-color: #2f6bff;
  color: #ffffff;
}
.catalog-product-view .block.block-product .owl-nav .owl-prev i,
.featured-products-section .owl-nav .owl-prev i,
.featured-product-section .owl-nav .owl-prev i,
.catalog-product-view .block.block-product .owl-nav .owl-next i,
.featured-products-section .owl-nav .owl-next i,
.featured-product-section .owl-nav .owl-next i {
  line-height: 1;
}
.catalog-product-view .block.block-product .owl-nav .owl-prev.disabled,
.featured-products-section .owl-nav .owl-prev.disabled,
.featured-product-section .owl-nav .owl-prev.disabled,
.catalog-product-view .block.block-product .owl-nav .owl-next.disabled,
.featured-products-section .owl-nav .owl-next.disabled,
.featured-product-section .owl-nav .owl-next.disabled {
  opacity: .3;
  cursor: not-allowed;
}
.catalog-product-view .block.block-product .owl-carousel,
.featured-products-section .owl-carousel,
.featured-product-section .owl-carousel {
  overflow: hidden;
  padding: 10px 5px;
  margin: 0 -5px;
}
.catalog-product-view .block.block-product .owl-carousel .owl-stage-outer,
.featured-products-section .owl-carousel .owl-stage-outer,
.featured-product-section .owl-carousel .owl-stage-outer {
  overflow: hidden;
  padding: 5px 0;
}
.catalog-product-view .block.block-product .owl-carousel .owl-stage,
.featured-products-section .owl-carousel .owl-stage,
.featured-product-section .owl-carousel .owl-stage {
  padding: 5px 0;
}
.catalog-product-view .block.block-product .products.list.items.product-items,
.featured-products-section .products.list.items.product-items,
.featured-product-section .products.list.items.product-items,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"],
.featured-products-section ol[id^="sm_filterproducts_"],
.featured-product-section ol[id^="sm_filterproducts_"] {
  position: relative;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.catalog-product-view .block.block-product .products.list.items.product-items.owl-carousel,
.featured-products-section .products.list.items.product-items.owl-carousel,
.featured-product-section .products.list.items.product-items.owl-carousel,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"].owl-carousel,
.featured-products-section ol[id^="sm_filterproducts_"].owl-carousel,
.featured-product-section ol[id^="sm_filterproducts_"].owl-carousel {
  display: block;
  overflow: hidden;
}
.catalog-product-view .block.block-product .products.list.items.product-items.owl-carousel .owl-stage,
.featured-products-section .products.list.items.product-items.owl-carousel .owl-stage,
.featured-product-section .products.list.items.product-items.owl-carousel .owl-stage,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"].owl-carousel .owl-stage,
.featured-products-section ol[id^="sm_filterproducts_"].owl-carousel .owl-stage,
.featured-product-section ol[id^="sm_filterproducts_"].owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
  padding: 5px 0;
}
.catalog-product-view .block.block-product .products.list.items.product-items.owl-carousel .owl-item,
.featured-products-section .products.list.items.product-items.owl-carousel .owl-item,
.featured-product-section .products.list.items.product-items.owl-carousel .owl-item,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"].owl-carousel .owl-item,
.featured-products-section ol[id^="sm_filterproducts_"].owl-carousel .owl-item,
.featured-product-section ol[id^="sm_filterproducts_"].owl-carousel .owl-item {
  display: flex;
  padding: 8px;
  box-sizing: border-box;
}
.catalog-product-view .block.block-product .products.list.items.product-items .product-item,
.featured-products-section .products.list.items.product-items .product-item,
.featured-product-section .products.list.items.product-items .product-item,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item,
.featured-products-section .products.list.items.product-items .item.product.product-item,
.featured-product-section .products.list.items.product-items .item.product.product-item,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item,
.featured-products-section .products.list.items.product-items li.item.product.product-item,
.featured-product-section .products.list.items.product-items li.item.product.product-item,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  /* image */
  /* details */
}
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-info,
.featured-products-section .products.list.items.product-items .product-item .product-item-info,
.featured-product-section .products.list.items.product-items .product-item .product-item-info,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-info,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-info,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-info,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-info,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-info,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-info,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-info,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-info,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-info,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-info,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-info,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-info,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-info,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-info,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-info {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  height: 100%;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-info:hover,
.featured-products-section .products.list.items.product-items .product-item .product-item-info:hover,
.featured-product-section .products.list.items.product-items .product-item .product-item-info:hover,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-info:hover,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-info:hover,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-info:hover,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-info:hover,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-info:hover,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-info:hover,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-info:hover,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-info:hover,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-info:hover,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-info:hover,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-info:hover,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-info:hover,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-info:hover,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-info:hover,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-info:hover {
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.12);
}
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-list-image,
.featured-products-section .products.list.items.product-items .product-item .product-list-image,
.featured-product-section .products.list.items.product-items .product-item .product-list-image,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-list-image,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-list-image,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-list-image,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-list-image,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-list-image,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-list-image,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-list-image,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-list-image,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-list-image,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-image,
.featured-products-section .products.list.items.product-items .product-item .product-item-image,
.featured-product-section .products.list.items.product-items .product-item .product-item-image,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-image,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-image,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-image,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-image,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-image,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-image,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-image,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-image,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-image,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-photo,
.featured-products-section .products.list.items.product-items .product-item .product-item-photo,
.featured-product-section .products.list.items.product-items .product-item .product-item-photo,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-photo,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-photo,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-photo,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-photo,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-photo,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-photo,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-photo,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f8f9fa;
}
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-list-image style,
.featured-products-section .products.list.items.product-items .product-item .product-list-image style,
.featured-product-section .products.list.items.product-items .product-item .product-list-image style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-list-image style,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-list-image style,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-list-image style,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-list-image style,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-list-image style,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-list-image style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image style,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image style,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image style,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-list-image style,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-list-image style,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-list-image style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image style,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image style,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image style,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-image style,
.featured-products-section .products.list.items.product-items .product-item .product-item-image style,
.featured-product-section .products.list.items.product-items .product-item .product-item-image style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-image style,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-image style,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-image style,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-image style,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-image style,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-image style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image style,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image style,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image style,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-image style,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-image style,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-image style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image style,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image style,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image style,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-photo style,
.featured-products-section .products.list.items.product-items .product-item .product-item-photo style,
.featured-product-section .products.list.items.product-items .product-item .product-item-photo style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-photo style,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo style,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo style,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-photo style,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-photo style,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-photo style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo style,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo style,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo style,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-photo style,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-photo style,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-photo style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo style,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo style,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo style {
  display: none;
}
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-list-image > a:first-child,
.featured-products-section .products.list.items.product-items .product-item .product-list-image > a:first-child,
.featured-product-section .products.list.items.product-items .product-item .product-list-image > a:first-child,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-list-image > a:first-child,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-list-image > a:first-child,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-list-image > a:first-child,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-list-image > a:first-child,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-list-image > a:first-child,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-list-image > a:first-child,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image > a:first-child,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image > a:first-child,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image > a:first-child,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-list-image > a:first-child,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-list-image > a:first-child,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-list-image > a:first-child,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image > a:first-child,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image > a:first-child,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image > a:first-child,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-image > a:first-child,
.featured-products-section .products.list.items.product-items .product-item .product-item-image > a:first-child,
.featured-product-section .products.list.items.product-items .product-item .product-item-image > a:first-child,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-image > a:first-child,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-image > a:first-child,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-image > a:first-child,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-image > a:first-child,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-image > a:first-child,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-image > a:first-child,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image > a:first-child,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image > a:first-child,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image > a:first-child,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-image > a:first-child,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-image > a:first-child,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-image > a:first-child,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image > a:first-child,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image > a:first-child,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image > a:first-child,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-photo > a:first-child,
.featured-products-section .products.list.items.product-items .product-item .product-item-photo > a:first-child,
.featured-product-section .products.list.items.product-items .product-item .product-item-photo > a:first-child,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-photo > a:first-child,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo > a:first-child,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo > a:first-child,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-photo > a:first-child,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-photo > a:first-child,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-photo > a:first-child,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo > a:first-child,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo > a:first-child,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo > a:first-child,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-photo > a:first-child,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-photo > a:first-child,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-photo > a:first-child,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo > a:first-child,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo > a:first-child,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo > a:first-child,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-list-image .product.photo,
.featured-products-section .products.list.items.product-items .product-item .product-list-image .product.photo,
.featured-product-section .products.list.items.product-items .product-item .product-list-image .product.photo,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-list-image .product.photo,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-list-image .product.photo,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-list-image .product.photo,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-list-image .product.photo,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-list-image .product.photo,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-list-image .product.photo,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image .product.photo,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image .product.photo,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image .product.photo,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-list-image .product.photo,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-list-image .product.photo,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-list-image .product.photo,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image .product.photo,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image .product.photo,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image .product.photo,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-image .product.photo,
.featured-products-section .products.list.items.product-items .product-item .product-item-image .product.photo,
.featured-product-section .products.list.items.product-items .product-item .product-item-image .product.photo,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-image .product.photo,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-image .product.photo,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-image .product.photo,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-image .product.photo,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-image .product.photo,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-image .product.photo,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image .product.photo,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image .product.photo,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image .product.photo,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-image .product.photo,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-image .product.photo,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-image .product.photo,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image .product.photo,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image .product.photo,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image .product.photo,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-photo .product.photo,
.featured-products-section .products.list.items.product-items .product-item .product-item-photo .product.photo,
.featured-product-section .products.list.items.product-items .product-item .product-item-photo .product.photo,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-photo .product.photo,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo .product.photo,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo .product.photo,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-photo .product.photo,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-photo .product.photo,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-photo .product.photo,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo .product.photo,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo .product.photo,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo .product.photo,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-photo .product.photo,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-photo .product.photo,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-photo .product.photo,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo .product.photo,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo .product.photo,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo .product.photo,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-list-image .product-image-container,
.featured-products-section .products.list.items.product-items .product-item .product-list-image .product-image-container,
.featured-product-section .products.list.items.product-items .product-item .product-list-image .product-image-container,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-list-image .product-image-container,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-list-image .product-image-container,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-list-image .product-image-container,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-list-image .product-image-container,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-list-image .product-image-container,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-list-image .product-image-container,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image .product-image-container,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image .product-image-container,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image .product-image-container,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-list-image .product-image-container,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-list-image .product-image-container,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-list-image .product-image-container,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image .product-image-container,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image .product-image-container,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image .product-image-container,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-image .product-image-container,
.featured-products-section .products.list.items.product-items .product-item .product-item-image .product-image-container,
.featured-product-section .products.list.items.product-items .product-item .product-item-image .product-image-container,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-image .product-image-container,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-image .product-image-container,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-image .product-image-container,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-image .product-image-container,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-image .product-image-container,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-image .product-image-container,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image .product-image-container,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image .product-image-container,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image .product-image-container,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-image .product-image-container,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-image .product-image-container,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-image .product-image-container,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image .product-image-container,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image .product-image-container,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image .product-image-container,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-photo .product-image-container,
.featured-products-section .products.list.items.product-items .product-item .product-item-photo .product-image-container,
.featured-product-section .products.list.items.product-items .product-item .product-item-photo .product-image-container,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-photo .product-image-container,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo .product-image-container,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo .product-image-container,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-photo .product-image-container,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-photo .product-image-container,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-photo .product-image-container,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo .product-image-container,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo .product-image-container,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo .product-image-container,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-photo .product-image-container,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-photo .product-image-container,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-photo .product-image-container,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo .product-image-container,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo .product-image-container,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo .product-image-container {
  display: block;
  width: 100%;
  height: 180px;
  background: #f8f9fa;
  overflow: hidden;
  position: relative;
}
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-list-image > a:first-child style,
.featured-products-section .products.list.items.product-items .product-item .product-list-image > a:first-child style,
.featured-product-section .products.list.items.product-items .product-item .product-list-image > a:first-child style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-list-image > a:first-child style,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-list-image > a:first-child style,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-list-image > a:first-child style,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-list-image > a:first-child style,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-list-image > a:first-child style,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-list-image > a:first-child style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image > a:first-child style,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image > a:first-child style,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image > a:first-child style,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-list-image > a:first-child style,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-list-image > a:first-child style,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-list-image > a:first-child style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image > a:first-child style,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image > a:first-child style,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image > a:first-child style,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-image > a:first-child style,
.featured-products-section .products.list.items.product-items .product-item .product-item-image > a:first-child style,
.featured-product-section .products.list.items.product-items .product-item .product-item-image > a:first-child style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-image > a:first-child style,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-image > a:first-child style,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-image > a:first-child style,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-image > a:first-child style,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-image > a:first-child style,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-image > a:first-child style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image > a:first-child style,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image > a:first-child style,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image > a:first-child style,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-image > a:first-child style,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-image > a:first-child style,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-image > a:first-child style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image > a:first-child style,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image > a:first-child style,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image > a:first-child style,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-photo > a:first-child style,
.featured-products-section .products.list.items.product-items .product-item .product-item-photo > a:first-child style,
.featured-product-section .products.list.items.product-items .product-item .product-item-photo > a:first-child style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-photo > a:first-child style,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo > a:first-child style,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo > a:first-child style,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-photo > a:first-child style,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-photo > a:first-child style,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-photo > a:first-child style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo > a:first-child style,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo > a:first-child style,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo > a:first-child style,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-photo > a:first-child style,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-photo > a:first-child style,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-photo > a:first-child style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo > a:first-child style,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo > a:first-child style,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo > a:first-child style,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-list-image .product.photo style,
.featured-products-section .products.list.items.product-items .product-item .product-list-image .product.photo style,
.featured-product-section .products.list.items.product-items .product-item .product-list-image .product.photo style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-list-image .product.photo style,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-list-image .product.photo style,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-list-image .product.photo style,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-list-image .product.photo style,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-list-image .product.photo style,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-list-image .product.photo style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image .product.photo style,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image .product.photo style,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image .product.photo style,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-list-image .product.photo style,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-list-image .product.photo style,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-list-image .product.photo style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image .product.photo style,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image .product.photo style,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image .product.photo style,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-image .product.photo style,
.featured-products-section .products.list.items.product-items .product-item .product-item-image .product.photo style,
.featured-product-section .products.list.items.product-items .product-item .product-item-image .product.photo style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-image .product.photo style,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-image .product.photo style,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-image .product.photo style,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-image .product.photo style,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-image .product.photo style,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-image .product.photo style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image .product.photo style,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image .product.photo style,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image .product.photo style,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-image .product.photo style,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-image .product.photo style,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-image .product.photo style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image .product.photo style,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image .product.photo style,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image .product.photo style,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-photo .product.photo style,
.featured-products-section .products.list.items.product-items .product-item .product-item-photo .product.photo style,
.featured-product-section .products.list.items.product-items .product-item .product-item-photo .product.photo style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-photo .product.photo style,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo .product.photo style,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo .product.photo style,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-photo .product.photo style,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-photo .product.photo style,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-photo .product.photo style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo .product.photo style,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo .product.photo style,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo .product.photo style,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-photo .product.photo style,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-photo .product.photo style,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-photo .product.photo style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo .product.photo style,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo .product.photo style,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo .product.photo style,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-list-image .product-image-container style,
.featured-products-section .products.list.items.product-items .product-item .product-list-image .product-image-container style,
.featured-product-section .products.list.items.product-items .product-item .product-list-image .product-image-container style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-list-image .product-image-container style,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-list-image .product-image-container style,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-list-image .product-image-container style,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-list-image .product-image-container style,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-list-image .product-image-container style,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-list-image .product-image-container style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image .product-image-container style,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image .product-image-container style,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image .product-image-container style,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-list-image .product-image-container style,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-list-image .product-image-container style,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-list-image .product-image-container style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image .product-image-container style,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image .product-image-container style,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image .product-image-container style,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-image .product-image-container style,
.featured-products-section .products.list.items.product-items .product-item .product-item-image .product-image-container style,
.featured-product-section .products.list.items.product-items .product-item .product-item-image .product-image-container style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-image .product-image-container style,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-image .product-image-container style,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-image .product-image-container style,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-image .product-image-container style,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-image .product-image-container style,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-image .product-image-container style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image .product-image-container style,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image .product-image-container style,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image .product-image-container style,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-image .product-image-container style,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-image .product-image-container style,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-image .product-image-container style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image .product-image-container style,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image .product-image-container style,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image .product-image-container style,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-photo .product-image-container style,
.featured-products-section .products.list.items.product-items .product-item .product-item-photo .product-image-container style,
.featured-product-section .products.list.items.product-items .product-item .product-item-photo .product-image-container style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-photo .product-image-container style,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo .product-image-container style,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo .product-image-container style,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-photo .product-image-container style,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-photo .product-image-container style,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-photo .product-image-container style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo .product-image-container style,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo .product-image-container style,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo .product-image-container style,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-photo .product-image-container style,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-photo .product-image-container style,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-photo .product-image-container style,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo .product-image-container style,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo .product-image-container style,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo .product-image-container style {
  display: none;
}
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-list-image > a:first-child .product-image-wrapper,
.featured-products-section .products.list.items.product-items .product-item .product-list-image > a:first-child .product-image-wrapper,
.featured-product-section .products.list.items.product-items .product-item .product-list-image > a:first-child .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-list-image > a:first-child .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-list-image > a:first-child .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-list-image > a:first-child .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-list-image > a:first-child .product-image-wrapper,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-list-image > a:first-child .product-image-wrapper,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-list-image > a:first-child .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image > a:first-child .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image > a:first-child .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image > a:first-child .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-list-image > a:first-child .product-image-wrapper,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-list-image > a:first-child .product-image-wrapper,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-list-image > a:first-child .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image > a:first-child .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image > a:first-child .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image > a:first-child .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-image > a:first-child .product-image-wrapper,
.featured-products-section .products.list.items.product-items .product-item .product-item-image > a:first-child .product-image-wrapper,
.featured-product-section .products.list.items.product-items .product-item .product-item-image > a:first-child .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-image > a:first-child .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-image > a:first-child .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-image > a:first-child .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-image > a:first-child .product-image-wrapper,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-image > a:first-child .product-image-wrapper,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-image > a:first-child .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image > a:first-child .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image > a:first-child .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image > a:first-child .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-image > a:first-child .product-image-wrapper,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-image > a:first-child .product-image-wrapper,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-image > a:first-child .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image > a:first-child .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image > a:first-child .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image > a:first-child .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-photo > a:first-child .product-image-wrapper,
.featured-products-section .products.list.items.product-items .product-item .product-item-photo > a:first-child .product-image-wrapper,
.featured-product-section .products.list.items.product-items .product-item .product-item-photo > a:first-child .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-photo > a:first-child .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo > a:first-child .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo > a:first-child .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-photo > a:first-child .product-image-wrapper,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-photo > a:first-child .product-image-wrapper,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-photo > a:first-child .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo > a:first-child .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo > a:first-child .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo > a:first-child .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-photo > a:first-child .product-image-wrapper,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-photo > a:first-child .product-image-wrapper,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-photo > a:first-child .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo > a:first-child .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo > a:first-child .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo > a:first-child .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-list-image .product.photo .product-image-wrapper,
.featured-products-section .products.list.items.product-items .product-item .product-list-image .product.photo .product-image-wrapper,
.featured-product-section .products.list.items.product-items .product-item .product-list-image .product.photo .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-list-image .product.photo .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-list-image .product.photo .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-list-image .product.photo .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-list-image .product.photo .product-image-wrapper,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-list-image .product.photo .product-image-wrapper,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-list-image .product.photo .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image .product.photo .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image .product.photo .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image .product.photo .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-list-image .product.photo .product-image-wrapper,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-list-image .product.photo .product-image-wrapper,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-list-image .product.photo .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image .product.photo .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image .product.photo .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image .product.photo .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-image .product.photo .product-image-wrapper,
.featured-products-section .products.list.items.product-items .product-item .product-item-image .product.photo .product-image-wrapper,
.featured-product-section .products.list.items.product-items .product-item .product-item-image .product.photo .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-image .product.photo .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-image .product.photo .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-image .product.photo .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-image .product.photo .product-image-wrapper,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-image .product.photo .product-image-wrapper,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-image .product.photo .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image .product.photo .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image .product.photo .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image .product.photo .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-image .product.photo .product-image-wrapper,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-image .product.photo .product-image-wrapper,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-image .product.photo .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image .product.photo .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image .product.photo .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image .product.photo .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-photo .product.photo .product-image-wrapper,
.featured-products-section .products.list.items.product-items .product-item .product-item-photo .product.photo .product-image-wrapper,
.featured-product-section .products.list.items.product-items .product-item .product-item-photo .product.photo .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-photo .product.photo .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo .product.photo .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo .product.photo .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-photo .product.photo .product-image-wrapper,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-photo .product.photo .product-image-wrapper,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-photo .product.photo .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo .product.photo .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo .product.photo .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo .product.photo .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-photo .product.photo .product-image-wrapper,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-photo .product.photo .product-image-wrapper,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-photo .product.photo .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo .product.photo .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo .product.photo .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo .product.photo .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-list-image .product-image-container .product-image-wrapper,
.featured-products-section .products.list.items.product-items .product-item .product-list-image .product-image-container .product-image-wrapper,
.featured-product-section .products.list.items.product-items .product-item .product-list-image .product-image-container .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-list-image .product-image-container .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-list-image .product-image-container .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-list-image .product-image-container .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-list-image .product-image-container .product-image-wrapper,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-list-image .product-image-container .product-image-wrapper,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-list-image .product-image-container .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image .product-image-container .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image .product-image-container .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image .product-image-container .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-list-image .product-image-container .product-image-wrapper,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-list-image .product-image-container .product-image-wrapper,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-list-image .product-image-container .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image .product-image-container .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image .product-image-container .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image .product-image-container .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-image .product-image-container .product-image-wrapper,
.featured-products-section .products.list.items.product-items .product-item .product-item-image .product-image-container .product-image-wrapper,
.featured-product-section .products.list.items.product-items .product-item .product-item-image .product-image-container .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-image .product-image-container .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-image .product-image-container .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-image .product-image-container .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-image .product-image-container .product-image-wrapper,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-image .product-image-container .product-image-wrapper,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-image .product-image-container .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image .product-image-container .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image .product-image-container .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image .product-image-container .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-image .product-image-container .product-image-wrapper,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-image .product-image-container .product-image-wrapper,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-image .product-image-container .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image .product-image-container .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image .product-image-container .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image .product-image-container .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-photo .product-image-container .product-image-wrapper,
.featured-products-section .products.list.items.product-items .product-item .product-item-photo .product-image-container .product-image-wrapper,
.featured-product-section .products.list.items.product-items .product-item .product-item-photo .product-image-container .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-photo .product-image-container .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo .product-image-container .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo .product-image-container .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-photo .product-image-container .product-image-wrapper,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-photo .product-image-container .product-image-wrapper,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-photo .product-image-container .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo .product-image-container .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo .product-image-container .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo .product-image-container .product-image-wrapper,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-photo .product-image-container .product-image-wrapper,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-photo .product-image-container .product-image-wrapper,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-photo .product-image-container .product-image-wrapper,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo .product-image-container .product-image-wrapper,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo .product-image-container .product-image-wrapper,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo .product-image-container .product-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  position: relative;
}
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-list-image img,
.featured-products-section .products.list.items.product-items .product-item .product-list-image img,
.featured-product-section .products.list.items.product-items .product-item .product-list-image img,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-list-image img,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-list-image img,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-list-image img,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-list-image img,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-list-image img,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-list-image img,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image img,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image img,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-list-image img,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-list-image img,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-list-image img,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-list-image img,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image img,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image img,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-list-image img,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-image img,
.featured-products-section .products.list.items.product-items .product-item .product-item-image img,
.featured-product-section .products.list.items.product-items .product-item .product-item-image img,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-image img,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-image img,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-image img,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-image img,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-image img,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-image img,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image img,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image img,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-image img,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-image img,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-image img,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-image img,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image img,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image img,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-image img,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-photo img,
.featured-products-section .products.list.items.product-items .product-item .product-item-photo img,
.featured-product-section .products.list.items.product-items .product-item .product-item-photo img,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-photo img,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo img,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-photo img,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-photo img,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-photo img,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-photo img,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo img,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo img,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-photo img,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-photo img,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-photo img,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-photo img,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo img,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo img,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-photo img {
  max-width: 90%;
  max-height: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform .3s ease;
  position: relative;
  top: auto;
  left: auto;
  margin: auto;
}
.catalog-product-view .block.block-product .products.list.items.product-items .product-item:hover .product-list-image img,
.featured-products-section .products.list.items.product-items .product-item:hover .product-list-image img,
.featured-product-section .products.list.items.product-items .product-item:hover .product-list-image img,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item:hover .product-list-image img,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item:hover .product-list-image img,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item:hover .product-list-image img,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item:hover .product-list-image img,
.featured-products-section .products.list.items.product-items .item.product.product-item:hover .product-list-image img,
.featured-product-section .products.list.items.product-items .item.product.product-item:hover .product-list-image img,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item:hover .product-list-image img,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item:hover .product-list-image img,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item:hover .product-list-image img,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item:hover .product-list-image img,
.featured-products-section .products.list.items.product-items li.item.product.product-item:hover .product-list-image img,
.featured-product-section .products.list.items.product-items li.item.product.product-item:hover .product-list-image img,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item:hover .product-list-image img,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item:hover .product-list-image img,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item:hover .product-list-image img,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item:hover .product-item-image img,
.featured-products-section .products.list.items.product-items .product-item:hover .product-item-image img,
.featured-product-section .products.list.items.product-items .product-item:hover .product-item-image img,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item:hover .product-item-image img,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item:hover .product-item-image img,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item:hover .product-item-image img,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item:hover .product-item-image img,
.featured-products-section .products.list.items.product-items .item.product.product-item:hover .product-item-image img,
.featured-product-section .products.list.items.product-items .item.product.product-item:hover .product-item-image img,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item:hover .product-item-image img,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item:hover .product-item-image img,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item:hover .product-item-image img,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item:hover .product-item-image img,
.featured-products-section .products.list.items.product-items li.item.product.product-item:hover .product-item-image img,
.featured-product-section .products.list.items.product-items li.item.product.product-item:hover .product-item-image img,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item:hover .product-item-image img,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item:hover .product-item-image img,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item:hover .product-item-image img,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item:hover .product-item-photo img,
.featured-products-section .products.list.items.product-items .product-item:hover .product-item-photo img,
.featured-product-section .products.list.items.product-items .product-item:hover .product-item-photo img,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item:hover .product-item-photo img,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item:hover .product-item-photo img,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item:hover .product-item-photo img,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item:hover .product-item-photo img,
.featured-products-section .products.list.items.product-items .item.product.product-item:hover .product-item-photo img,
.featured-product-section .products.list.items.product-items .item.product.product-item:hover .product-item-photo img,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item:hover .product-item-photo img,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item:hover .product-item-photo img,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item:hover .product-item-photo img,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item:hover .product-item-photo img,
.featured-products-section .products.list.items.product-items li.item.product.product-item:hover .product-item-photo img,
.featured-product-section .products.list.items.product-items li.item.product.product-item:hover .product-item-photo img,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item:hover .product-item-photo img,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item:hover .product-item-photo img,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item:hover .product-item-photo img {
  transform: scale(1.03);
}
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-details,
.featured-products-section .products.list.items.product-items .product-item .product-item-details,
.featured-product-section .products.list.items.product-items .product-item .product-item-details,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-details,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-details,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-details,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-details,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-details,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-details,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-details,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-details,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-details,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product.details,
.featured-products-section .products.list.items.product-items .product-item .product.details,
.featured-product-section .products.list.items.product-items .product-item .product.details,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product.details,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product.details,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product.details,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product.details,
.featured-products-section .products.list.items.product-items .item.product.product-item .product.details,
.featured-product-section .products.list.items.product-items .item.product.product-item .product.details,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product.details,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product.details,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product.details,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product.details,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details {
  padding: 12px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
}
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-details .product-item-name,
.featured-products-section .products.list.items.product-items .product-item .product-item-details .product-item-name,
.featured-product-section .products.list.items.product-items .product-item .product-item-details .product-item-name,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-details .product-item-name,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-details .product-item-name,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-details .product-item-name,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-details .product-item-name,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-details .product-item-name,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-details .product-item-name,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product-item-name,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product-item-name,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product-item-name,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-details .product-item-name,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-details .product-item-name,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-details .product-item-name,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product-item-name,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product-item-name,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product-item-name,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product.details .product-item-name,
.featured-products-section .products.list.items.product-items .product-item .product.details .product-item-name,
.featured-product-section .products.list.items.product-items .product-item .product.details .product-item-name,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product.details .product-item-name,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product.details .product-item-name,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product.details .product-item-name,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product.details .product-item-name,
.featured-products-section .products.list.items.product-items .item.product.product-item .product.details .product-item-name,
.featured-product-section .products.list.items.product-items .item.product.product-item .product.details .product-item-name,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product-item-name,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product-item-name,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product-item-name,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product.details .product-item-name,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product.details .product-item-name,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product.details .product-item-name,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product-item-name,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product-item-name,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product-item-name,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-details .product.name,
.featured-products-section .products.list.items.product-items .product-item .product-item-details .product.name,
.featured-product-section .products.list.items.product-items .product-item .product-item-details .product.name,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-details .product.name,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-details .product.name,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-details .product.name,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-details .product.name,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-details .product.name,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-details .product.name,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product.name,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product.name,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product.name,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-details .product.name,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-details .product.name,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-details .product.name,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product.name,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product.name,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product.name,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product.details .product.name,
.featured-products-section .products.list.items.product-items .product-item .product.details .product.name,
.featured-product-section .products.list.items.product-items .product-item .product.details .product.name,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product.details .product.name,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product.details .product.name,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product.details .product.name,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product.details .product.name,
.featured-products-section .products.list.items.product-items .item.product.product-item .product.details .product.name,
.featured-product-section .products.list.items.product-items .item.product.product-item .product.details .product.name,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product.name,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product.name,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product.name,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product.details .product.name,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product.details .product.name,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product.details .product.name,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product.name,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product.name,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product.name {
  margin-bottom: 6px;
}
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-details .product-item-name a,
.featured-products-section .products.list.items.product-items .product-item .product-item-details .product-item-name a,
.featured-product-section .products.list.items.product-items .product-item .product-item-details .product-item-name a,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-details .product-item-name a,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-details .product-item-name a,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-details .product-item-name a,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-details .product-item-name a,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-details .product-item-name a,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-details .product-item-name a,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product-item-name a,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product-item-name a,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product-item-name a,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-details .product-item-name a,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-details .product-item-name a,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-details .product-item-name a,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product-item-name a,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product-item-name a,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product-item-name a,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product.details .product-item-name a,
.featured-products-section .products.list.items.product-items .product-item .product.details .product-item-name a,
.featured-product-section .products.list.items.product-items .product-item .product.details .product-item-name a,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product.details .product-item-name a,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product.details .product-item-name a,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product.details .product-item-name a,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product.details .product-item-name a,
.featured-products-section .products.list.items.product-items .item.product.product-item .product.details .product-item-name a,
.featured-product-section .products.list.items.product-items .item.product.product-item .product.details .product-item-name a,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product-item-name a,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product-item-name a,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product-item-name a,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product.details .product-item-name a,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product.details .product-item-name a,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product.details .product-item-name a,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product-item-name a,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product-item-name a,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product-item-name a,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-details .product.name a,
.featured-products-section .products.list.items.product-items .product-item .product-item-details .product.name a,
.featured-product-section .products.list.items.product-items .product-item .product-item-details .product.name a,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-details .product.name a,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-details .product.name a,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-details .product.name a,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-details .product.name a,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-details .product.name a,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-details .product.name a,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product.name a,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product.name a,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product.name a,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-details .product.name a,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-details .product.name a,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-details .product.name a,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product.name a,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product.name a,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product.name a,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product.details .product.name a,
.featured-products-section .products.list.items.product-items .product-item .product.details .product.name a,
.featured-product-section .products.list.items.product-items .product-item .product.details .product.name a,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product.details .product.name a,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product.details .product.name a,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product.details .product.name a,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product.details .product.name a,
.featured-products-section .products.list.items.product-items .item.product.product-item .product.details .product.name a,
.featured-product-section .products.list.items.product-items .item.product.product-item .product.details .product.name a,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product.name a,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product.name a,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product.name a,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product.details .product.name a,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product.details .product.name a,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product.details .product.name a,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product.name a,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product.name a,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product.name a {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-details .product-item-name a:hover,
.featured-products-section .products.list.items.product-items .product-item .product-item-details .product-item-name a:hover,
.featured-product-section .products.list.items.product-items .product-item .product-item-details .product-item-name a:hover,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-details .product-item-name a:hover,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-details .product-item-name a:hover,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-details .product-item-name a:hover,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-details .product-item-name a:hover,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-details .product-item-name a:hover,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-details .product-item-name a:hover,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product-item-name a:hover,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product-item-name a:hover,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product-item-name a:hover,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-details .product-item-name a:hover,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-details .product-item-name a:hover,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-details .product-item-name a:hover,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product-item-name a:hover,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product-item-name a:hover,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product-item-name a:hover,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product.details .product-item-name a:hover,
.featured-products-section .products.list.items.product-items .product-item .product.details .product-item-name a:hover,
.featured-product-section .products.list.items.product-items .product-item .product.details .product-item-name a:hover,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product.details .product-item-name a:hover,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product.details .product-item-name a:hover,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product.details .product-item-name a:hover,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product.details .product-item-name a:hover,
.featured-products-section .products.list.items.product-items .item.product.product-item .product.details .product-item-name a:hover,
.featured-product-section .products.list.items.product-items .item.product.product-item .product.details .product-item-name a:hover,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product-item-name a:hover,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product-item-name a:hover,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product-item-name a:hover,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product.details .product-item-name a:hover,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product.details .product-item-name a:hover,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product.details .product-item-name a:hover,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product-item-name a:hover,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product-item-name a:hover,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product-item-name a:hover,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-details .product.name a:hover,
.featured-products-section .products.list.items.product-items .product-item .product-item-details .product.name a:hover,
.featured-product-section .products.list.items.product-items .product-item .product-item-details .product.name a:hover,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-details .product.name a:hover,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-details .product.name a:hover,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-details .product.name a:hover,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-details .product.name a:hover,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-details .product.name a:hover,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-details .product.name a:hover,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product.name a:hover,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product.name a:hover,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product.name a:hover,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-details .product.name a:hover,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-details .product.name a:hover,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-details .product.name a:hover,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product.name a:hover,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product.name a:hover,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product.name a:hover,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product.details .product.name a:hover,
.featured-products-section .products.list.items.product-items .product-item .product.details .product.name a:hover,
.featured-product-section .products.list.items.product-items .product-item .product.details .product.name a:hover,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product.details .product.name a:hover,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product.details .product.name a:hover,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product.details .product.name a:hover,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product.details .product.name a:hover,
.featured-products-section .products.list.items.product-items .item.product.product-item .product.details .product.name a:hover,
.featured-product-section .products.list.items.product-items .item.product.product-item .product.details .product.name a:hover,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product.name a:hover,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product.name a:hover,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product.name a:hover,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product.details .product.name a:hover,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product.details .product.name a:hover,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product.details .product.name a:hover,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product.name a:hover,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product.name a:hover,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product.name a:hover {
  color: #2f6bff;
}
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-details .product-short-description,
.featured-products-section .products.list.items.product-items .product-item .product-item-details .product-short-description,
.featured-product-section .products.list.items.product-items .product-item .product-item-details .product-short-description,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-details .product-short-description,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-details .product-short-description,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-details .product-short-description,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-details .product-short-description,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-details .product-short-description,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-details .product-short-description,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product-short-description,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product-short-description,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product-short-description,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-details .product-short-description,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-details .product-short-description,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-details .product-short-description,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product-short-description,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product-short-description,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product-short-description,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product.details .product-short-description,
.featured-products-section .products.list.items.product-items .product-item .product.details .product-short-description,
.featured-product-section .products.list.items.product-items .product-item .product.details .product-short-description,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product.details .product-short-description,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product.details .product-short-description,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product.details .product-short-description,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product.details .product-short-description,
.featured-products-section .products.list.items.product-items .item.product.product-item .product.details .product-short-description,
.featured-product-section .products.list.items.product-items .item.product.product-item .product.details .product-short-description,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product-short-description,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product-short-description,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product-short-description,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product.details .product-short-description,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product.details .product-short-description,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product.details .product-short-description,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product-short-description,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product-short-description,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product-short-description {
  font-size: 12px;
  color: #777777;
  line-height: 1.5;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-details .product-short-description p,
.featured-products-section .products.list.items.product-items .product-item .product-item-details .product-short-description p,
.featured-product-section .products.list.items.product-items .product-item .product-item-details .product-short-description p,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-details .product-short-description p,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-details .product-short-description p,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-details .product-short-description p,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-details .product-short-description p,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-details .product-short-description p,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-details .product-short-description p,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product-short-description p,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product-short-description p,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .product-short-description p,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-details .product-short-description p,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-details .product-short-description p,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-details .product-short-description p,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product-short-description p,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product-short-description p,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .product-short-description p,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product.details .product-short-description p,
.featured-products-section .products.list.items.product-items .product-item .product.details .product-short-description p,
.featured-product-section .products.list.items.product-items .product-item .product.details .product-short-description p,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product.details .product-short-description p,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product.details .product-short-description p,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product.details .product-short-description p,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product.details .product-short-description p,
.featured-products-section .products.list.items.product-items .item.product.product-item .product.details .product-short-description p,
.featured-product-section .products.list.items.product-items .item.product.product-item .product.details .product-short-description p,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product-short-description p,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product-short-description p,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .product-short-description p,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product.details .product-short-description p,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product.details .product-short-description p,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product.details .product-short-description p,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product-short-description p,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product-short-description p,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .product-short-description p {
  margin: 0;
}
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-details .price-box,
.featured-products-section .products.list.items.product-items .product-item .product-item-details .price-box,
.featured-product-section .products.list.items.product-items .product-item .product-item-details .price-box,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-details .price-box,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-details .price-box,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-details .price-box,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-details .price-box,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-details .price-box,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-details .price-box,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .price-box,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .price-box,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .price-box,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-details .price-box,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-details .price-box,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-details .price-box,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .price-box,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .price-box,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .price-box,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product.details .price-box,
.featured-products-section .products.list.items.product-items .product-item .product.details .price-box,
.featured-product-section .products.list.items.product-items .product-item .product.details .price-box,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product.details .price-box,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product.details .price-box,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product.details .price-box,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product.details .price-box,
.featured-products-section .products.list.items.product-items .item.product.product-item .product.details .price-box,
.featured-product-section .products.list.items.product-items .item.product.product-item .product.details .price-box,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .price-box,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .price-box,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .price-box,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product.details .price-box,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product.details .price-box,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product.details .price-box,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .price-box,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .price-box,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .price-box {
  margin-top: auto;
  padding-top: 8px;
}
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-details .price-box .price,
.featured-products-section .products.list.items.product-items .product-item .product-item-details .price-box .price,
.featured-product-section .products.list.items.product-items .product-item .product-item-details .price-box .price,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-details .price-box .price,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-details .price-box .price,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-details .price-box .price,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-details .price-box .price,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-details .price-box .price,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-details .price-box .price,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .price-box .price,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .price-box .price,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-details .price-box .price,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-details .price-box .price,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-details .price-box .price,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-details .price-box .price,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .price-box .price,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .price-box .price,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-details .price-box .price,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product.details .price-box .price,
.featured-products-section .products.list.items.product-items .product-item .product.details .price-box .price,
.featured-product-section .products.list.items.product-items .product-item .product.details .price-box .price,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product.details .price-box .price,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product.details .price-box .price,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product.details .price-box .price,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product.details .price-box .price,
.featured-products-section .products.list.items.product-items .item.product.product-item .product.details .price-box .price,
.featured-product-section .products.list.items.product-items .item.product.product-item .product.details .price-box .price,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .price-box .price,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .price-box .price,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product.details .price-box .price,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product.details .price-box .price,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product.details .price-box .price,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product.details .price-box .price,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .price-box .price,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .price-box .price,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product.details .price-box .price {
  font-size: 18px;
  font-weight: 700;
  color: #2f6bff;
}
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-actions,
.featured-products-section .products.list.items.product-items .product-item .product-item-actions,
.featured-product-section .products.list.items.product-items .product-item .product-item-actions,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-actions,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-actions,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-actions,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-actions,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-actions,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-actions,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-actions,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-actions,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-actions,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-actions,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-actions,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-actions,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-actions,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-actions,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-actions,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-reviews-summary,
.featured-products-section .products.list.items.product-items .product-item .product-reviews-summary,
.featured-product-section .products.list.items.product-items .product-item .product-reviews-summary,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-reviews-summary,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-reviews-summary,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-reviews-summary,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-reviews-summary,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-reviews-summary,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-reviews-summary,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-reviews-summary,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-reviews-summary,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-reviews-summary,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-reviews-summary,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-reviews-summary,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-reviews-summary,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-reviews-summary,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-reviews-summary,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-reviews-summary,
.catalog-product-view .block.block-product .products.list.items.product-items .product-item .product-item-inner,
.featured-products-section .products.list.items.product-items .product-item .product-item-inner,
.featured-product-section .products.list.items.product-items .product-item .product-item-inner,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .product-item .product-item-inner,
.featured-products-section ol[id^="sm_filterproducts_"] .product-item .product-item-inner,
.featured-product-section ol[id^="sm_filterproducts_"] .product-item .product-item-inner,
.catalog-product-view .block.block-product .products.list.items.product-items .item.product.product-item .product-item-inner,
.featured-products-section .products.list.items.product-items .item.product.product-item .product-item-inner,
.featured-product-section .products.list.items.product-items .item.product.product-item .product-item-inner,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-inner,
.featured-products-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-inner,
.featured-product-section ol[id^="sm_filterproducts_"] .item.product.product-item .product-item-inner,
.catalog-product-view .block.block-product .products.list.items.product-items li.item.product.product-item .product-item-inner,
.featured-products-section .products.list.items.product-items li.item.product.product-item .product-item-inner,
.featured-product-section .products.list.items.product-items li.item.product.product-item .product-item-inner,
.catalog-product-view .block.block-product ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-inner,
.featured-products-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-inner,
.featured-product-section ol[id^="sm_filterproducts_"] li.item.product.product-item .product-item-inner {
  display: none;
}
/* hide quickview buttons in featured section */
.featured-products-section .quickview-handler,
.featured-products-section .sm_quickview_handler,
.featured-products-section a.sm_quickview_handler,
.featured-products-section a.quickview-handler,
.featured-products-section .action.quickview-handler,
.featured-products-section a[class*="quickview"],
.featured-products-section .product-item-image .quickview-handler,
.featured-products-section .product-item-image .sm_quickview_handler {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.featured-products-section .quickview-handler::before,
.featured-products-section .sm_quickview_handler::before,
.featured-products-section a.sm_quickview_handler::before,
.featured-products-section a.quickview-handler::before,
.featured-products-section .action.quickview-handler::before,
.featured-products-section a[class*="quickview"]::before,
.featured-products-section .product-item-image .quickview-handler::before,
.featured-products-section .product-item-image .sm_quickview_handler::before,
.featured-products-section .quickview-handler::after,
.featured-products-section .sm_quickview_handler::after,
.featured-products-section a.sm_quickview_handler::after,
.featured-products-section a.quickview-handler::after,
.featured-products-section .action.quickview-handler::after,
.featured-products-section a[class*="quickview"]::after,
.featured-products-section .product-item-image .quickview-handler::after,
.featured-products-section .product-item-image .sm_quickview_handler::after {
  display: none !important;
}
/* ================================================================
   10. CONTACT SELLER MODAL
   ================================================================ */
.wk-mp-model-popup .modal-inner-wrap,
.wk-mp-model-flag-popup .modal-inner-wrap {
  max-width: 500px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}
.wk-mp-model-popup .modal-header,
.wk-mp-model-flag-popup .modal-header {
  background: #2f6bff;
  color: #ffffff;
  padding: 20px;
}
.wk-mp-model-popup .modal-header .modal-title,
.wk-mp-model-flag-popup .modal-header .modal-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.wk-mp-model-popup .modal-header .action-close,
.wk-mp-model-flag-popup .modal-header .action-close {
  color: #ffffff;
  opacity: .8;
}
.wk-mp-model-popup .modal-header .action-close:hover,
.wk-mp-model-flag-popup .modal-header .action-close:hover {
  opacity: 1;
}
.wk-mp-model-popup .modal-body,
.wk-mp-model-flag-popup .modal-body {
  padding: 20px;
}
.wk-mp-model-popup .modal-body .label,
.wk-mp-model-flag-popup .modal-body .label {
  font-weight: 600;
  color: #333333;
  margin-bottom: 8px;
  display: block;
}
.wk-mp-model-popup .modal-body input,
.wk-mp-model-flag-popup .modal-body input,
.wk-mp-model-popup .modal-body textarea,
.wk-mp-model-flag-popup .modal-body textarea {
  width: 100%;
  border: 2px solid #e5e5e5;
  border-radius: 6px;
  padding: 12px;
  font-size: 14px;
  margin-bottom: 12px;
  transition: border-color 0.3s ease;
}
.wk-mp-model-popup .modal-body input:focus,
.wk-mp-model-flag-popup .modal-body input:focus,
.wk-mp-model-popup .modal-body textarea:focus,
.wk-mp-model-flag-popup .modal-body textarea:focus {
  border-color: #2f6bff;
  outline: none;
}
.wk-mp-model-popup .modal-body textarea,
.wk-mp-model-flag-popup .modal-body textarea {
  min-height: 100px;
  resize: vertical;
}
.wk-mp-model-popup .modal-footer,
.wk-mp-model-flag-popup .modal-footer {
  padding: 20px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
/* ================================================================
   11. RELATED / UPSELL PRODUCTS
   ================================================================ */
.catalog-product-view .block.related,
.catalog-product-view .block.upsell {
  margin: 40px 0;
  clear: both;
}
.catalog-product-view .block.related .block-title,
.catalog-product-view .block.upsell .block-title {
  margin-bottom: 20px;
}
.catalog-product-view .block.related .block-title strong,
.catalog-product-view .block.upsell .block-title strong {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
}
/* ================================================================
   12. RESPONSIVE – TABLET (≤ 991 px)
   ================================================================ */
@media (max-width: 991px) {
  .catalog-product-view {
    /* tighten full-width sections */
  }
  .catalog-product-view .column.main {
    flex-direction: column;
    gap: 12px;
  }
  .catalog-product-view .product.media,
  .catalog-product-view .product-info-main {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
  .catalog-product-view .product.media {
    order: 1;
  }
  .catalog-product-view .product-info-main {
    order: 2;
    margin-top: 0;
  }
  .catalog-product-view .full-width-section,
  .catalog-product-view .product-description-section,
  .catalog-product-view .product-seller-info-wrapper,
  .catalog-product-view .featured-products-section {
    margin: 12px 0;
  }
  .wk-seller-card-container.wk-card-type1 .wk-seller-card-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog-product-view .product-seller-info-wrapper {
    padding: 12px;
  }
}
/* ================================================================
   13. RESPONSIVE – MOBILE (≤ 767 px)
   ================================================================ */
@media (max-width: 767px) {
  .catalog-product-view .column.main {
    gap: 8px;
    padding: 0;
  }
  .catalog-product-view .product-info-main {
    padding: 12px;
    border-radius: 10px;
    /* seller quick-links box */
    /* ATC section – qty inline with button on mobile */
    /* description */
  }
  .catalog-product-view .product-info-main .page-title-wrapper.product .page-title {
    font-size: 20px;
  }
  .catalog-product-view .product-info-main .product-info-stock-sku {
    flex-direction: column;
    align-items: flex-start;
    margin: 12px 0;
    padding-bottom: 8px;
    gap: 8px;
  }
  .catalog-product-view .product-info-main .price-box .price {
    font-size: 28px;
  }
  .catalog-product-view .product-info-main .seller-quick-links {
    padding: 12px;
    margin: 12px 0;
  }
  .catalog-product-view .product-info-main .box-tocart {
    margin: 12px 0;
    padding: 12px 0;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .catalog-product-view .product-info-main .box-tocart .field.qty {
    flex: 0 0 auto;
  }
  .catalog-product-view .product-info-main .box-tocart .field.qty input#qty {
    width: 56px !important;
    height: 44px !important;
  }
  .catalog-product-view .product-info-main .box-tocart .actions {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .catalog-product-view .product-info-main .box-tocart .actions button.tocart {
    flex: 1;
    max-width: none;
    height: 44px !important;
    line-height: 44px !important;
    font-size: 14px !important;
    padding: 0 16px !important;
  }
  .catalog-product-view .product-info-main .box-tocart .actions .action-wishlist-btn {
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
  }
  .catalog-product-view .product-info-main .product.attribute {
    margin: 12px 0;
  }
  .catalog-product-view .product-info-main .product.attribute.description,
  .catalog-product-view .product-info-main .product.attribute.overview {
    padding: 12px;
  }
  .catalog-product-view .product.media {
    padding: 8px;
    border-radius: 10px;
    /* smaller arrows on mobile */
  }
  .catalog-product-view .product.media .gallery-placeholder {
    min-height: 220px;
  }
  .catalog-product-view .product.media .fotorama__stage {
    min-height: 220px !important;
    max-height: 320px !important;
  }
  .catalog-product-view .product.media .fotorama__nav-wrap {
    margin-top: 8px;
    padding-top: 8px;
  }
  .catalog-product-view .product.media .fotorama__nav--thumbs {
    min-height: 50px !important;
  }
  .catalog-product-view .product.media .fotorama__arr {
    width: 32px !important;
    height: 32px !important;
  }
  .catalog-product-view .product.media .fotorama__arr .fotorama__arr__arr {
    width: 8px !important;
    height: 8px !important;
  }
  .wk-seller-card-container {
    padding: 12px;
  }
  .wk-seller-card-container .wk-ask-question-link button,
  .wk-seller-card-container .wk-ask-question-link a {
    width: 100%;
    justify-content: center;
  }
  .featured-products-section,
  .catalog-product-view .block.block-product {
    padding: 12px;
    margin: 12px 0;
    border-radius: 10px;
  }
  .featured-products-section .block-title strong,
  .catalog-product-view .block.block-product .block-title strong,
  .featured-products-section .section-title h2,
  .catalog-product-view .block.block-product .section-title h2 {
    font-size: 18px;
  }
  .featured-products-section .owl-nav .owl-prev,
  .catalog-product-view .block.block-product .owl-nav .owl-prev,
  .featured-products-section .owl-nav .owl-next,
  .catalog-product-view .block.block-product .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  /* featured product cards – compact on mobile */
  .catalog-product-view .block.block-product .product-list-image > a:first-child,
  .featured-products-section .product-list-image > a:first-child,
  .catalog-product-view .block.block-product .product-item-image > a:first-child,
  .featured-products-section .product-item-image > a:first-child,
  .catalog-product-view .block.block-product .product-item-photo > a:first-child,
  .featured-products-section .product-item-photo > a:first-child,
  .catalog-product-view .block.block-product .product-list-image .product.photo,
  .featured-products-section .product-list-image .product.photo,
  .catalog-product-view .block.block-product .product-item-image .product.photo,
  .featured-products-section .product-item-image .product.photo,
  .catalog-product-view .block.block-product .product-item-photo .product.photo,
  .featured-products-section .product-item-photo .product.photo,
  .catalog-product-view .block.block-product .product-list-image .product-image-container,
  .featured-products-section .product-list-image .product-image-container,
  .catalog-product-view .block.block-product .product-item-image .product-image-container,
  .featured-products-section .product-item-image .product-image-container,
  .catalog-product-view .block.block-product .product-item-photo .product-image-container,
  .featured-products-section .product-item-photo .product-image-container {
    height: 130px;
  }
  .catalog-product-view .block.block-product .product-list-image img,
  .featured-products-section .product-list-image img,
  .catalog-product-view .block.block-product .product-item-image img,
  .featured-products-section .product-item-image img,
  .catalog-product-view .block.block-product .product-item-photo img,
  .featured-products-section .product-item-photo img {
    max-height: 110px;
  }
  .catalog-product-view .block.block-product .product-item-details,
  .featured-products-section .product-item-details,
  .catalog-product-view .block.block-product .product.details,
  .featured-products-section .product.details {
    padding: 8px;
  }
  .catalog-product-view .block.block-product .product-item-details .product-item-name a,
  .featured-products-section .product-item-details .product-item-name a,
  .catalog-product-view .block.block-product .product.details .product-item-name a,
  .featured-products-section .product.details .product-item-name a {
    font-size: 13px;
  }
  .catalog-product-view .block.block-product .product-item-details .price-box .price,
  .featured-products-section .product-item-details .price-box .price,
  .catalog-product-view .block.block-product .product.details .price-box .price,
  .featured-products-section .product.details .price-box .price {
    font-size: 16px;
  }
  /* description section full-width */
  .catalog-product-view .product-description-section .product.attribute.overview {
    padding: 12px;
  }
  .catalog-product-view .product-description-section .product.attribute.overview .type {
    font-size: 18px;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }
  .catalog-product-view .product-description-section .product.attribute.overview .value {
    font-size: 14px;
    line-height: 1.6;
  }
}
/* ================================================================
   14. RESPONSIVE – SMALL (≤ 480 px)
   ================================================================ */
@media (max-width: 480px) {
  .catalog-product-view .product-info-main {
    padding: 8px 12px;
  }
  .catalog-product-view .product-info-main .page-title-wrapper.product .page-title {
    font-size: 18px;
  }
  .catalog-product-view .product-info-main .price-box .price {
    font-size: 24px;
  }
  .catalog-product-view .product-info-main .seller-quick-links {
    padding: 8px;
  }
  .catalog-product-view .product-info-main .box-tocart .field.qty input#qty {
    width: 48px !important;
    height: 40px !important;
  }
  .catalog-product-view .product-info-main .box-tocart .actions button.tocart {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 13px !important;
    padding: 0 12px !important;
  }
  .catalog-product-view .product-info-main .box-tocart .actions .action-wishlist-btn {
    flex: 0 0 40px !important;
    width: 40px !important;
    height: 40px !important;
  }
}
/* ================================================================
   15. PRODUCT SPECIFICATIONS SECTION
   ================================================================ */
.product-specifications-section {
  margin-top: 0;
}
.product-specifications {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}
.product-specifications .specs-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #282828;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #E5E5E5;
}
.product-specifications .specs-title svg {
  flex-shrink: 0;
  color: #2F6BFF;
}
.product-specifications .specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.product-specifications .spec-group {
  background: #FAFAFA;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}
.product-specifications .spec-group-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #F3F4F6;
  border-bottom: 1px solid #E5E5E5;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.product-specifications .spec-group-header svg {
  flex-shrink: 0;
  color: #2F6BFF;
}
.product-specifications .spec-row {
  display: flex;
  align-items: flex-start;
  padding: 10px 16px;
  border-bottom: 1px solid #EEEEEE;
}
.product-specifications .spec-row:last-child {
  border-bottom: none;
}
.product-specifications .spec-label {
  flex: 0 0 100px;
  font-size: 12px;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding-top: 2px;
}
.product-specifications .spec-value {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #282828;
}
.product-specifications .spec-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.product-specifications .spec-tag {
  display: inline-block;
  padding: 3px 10px;
  background: #EFF6FF;
  color: #2F6BFF;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}
/* Universal Fit Badge */
.product-specifications .universal-fit-badge {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.product-specifications .universal-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  background: #ECFDF5;
  color: #059669;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}
.product-specifications .universal-badge svg {
  color: #059669;
}
.product-specifications .spec-note {
  font-size: 12px;
  color: #777;
  font-weight: 400;
}
/* Condition Badges */
.product-specifications .condition-badge {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.product-specifications .condition-new {
  background: #ECFDF5;
  color: #059669;
}
.product-specifications .condition-used {
  background: #FFF7ED;
  color: #D97706;
}
/* Location */
.product-specifications .location-value {
  color: #2F6BFF;
}
/* Full-width for location group when it's the only one in a row */
.product-specifications .spec-group.location-info {
  grid-column: -1;
}
/* Responsive */
@media (max-width: 767px) {
  .product-specifications .specs-grid {
    grid-template-columns: 1fr;
  }
  .product-specifications .spec-row {
    flex-direction: column;
    gap: 4px;
  }
  .product-specifications .spec-label {
    flex: none;
  }
}
/* ================================================================
   16. PRINT
   ================================================================ */
@media print {
  .wk-ask-question-link,
  .wk-report-flag-link,
  .product-social-links,
  .sm-quickview-btn {
    display: none !important;
  }
}
/**
 * My Orders Page UI/UX Improvements
 * Only styling changes - no logic modifications
 */
.marketplace-order-history .page-title-wrapper {
  display: none !important;
}
.sales-history-page .sales-history-header {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.sales-history-page .sales-history-header .header-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.sales-history-page .sales-history-header .header-left {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.sales-history-page .sales-history-header .page-title {
  font-size: 26px;
  font-weight: 700;
  color: #282828;
  margin: 0;
  line-height: 1.3;
}
.sales-history-page .sales-history-header .order-count {
  font-size: 13px;
  color: #777777;
  background: #f8f9fa;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  white-space: nowrap;
  font-weight: 500;
}
.sales-history-page .sales-history-header .header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sales-history-page .action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  white-space: nowrap;
  line-height: 1.4;
}
.sales-history-page .action-btn svg {
  flex-shrink: 0;
}
.sales-history-page .action-btn.primary {
  background: #2f6bff;
  color: #ffffff;
  border-color: #2f6bff;
}
.sales-history-page .action-btn.primary:hover {
  background: #064eff;
  border-color: #064eff;
  color: #ffffff;
}
.sales-history-page .action-btn.secondary {
  background: #ffffff !important;
  color: #2f6bff !important;
  border: 2px solid #2f6bff !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sales-history-page .action-btn.secondary svg {
  stroke: #2f6bff !important;
}
.sales-history-page .action-btn.secondary:hover {
  background: #2f6bff !important;
  color: #ffffff !important;
  border-color: #2f6bff !important;
}
.sales-history-page .action-btn.secondary:hover svg {
  stroke: #ffffff !important;
}
.sales-history-page .action-btn.reset {
  background: #ffffff;
  color: #777777;
  border-color: #e0e0e0;
}
.sales-history-page .action-btn.reset:hover {
  background: #f8f9fa;
  color: #282828;
}
.sales-history-page .status-cards-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
}
.sales-history-page .status-cards-grid .status-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 16px;
  min-width: 85px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  text-decoration: none !important;
  transition: all 0.2s ease;
  flex: 1 0 0;
}
.sales-history-page .status-cards-grid .status-card:hover {
  border-color: #2f6bff;
  background: rgba(47, 107, 255, 0.03);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(47, 107, 255, 0.1);
}
.sales-history-page .status-cards-grid .status-card.active {
  border-color: #2f6bff;
  background: rgba(47, 107, 255, 0.06);
  box-shadow: 0 0 0 1px #2f6bff;
}
.sales-history-page .status-cards-grid .status-card.active .status-card-count {
  color: #2f6bff;
}
.sales-history-page .status-cards-grid .status-card.active .status-card-label {
  color: #2f6bff;
  font-weight: 600;
}
.sales-history-page .status-cards-grid .status-card .status-card-count {
  font-size: 22px;
  font-weight: 700;
  color: #282828;
  line-height: 1.2;
}
.sales-history-page .status-cards-grid .status-card .status-card-label {
  font-size: 11px;
  font-weight: 500;
  color: #777777;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-top: 4px;
  text-align: center;
}
.sales-history-page .search-filter-section {
  margin-bottom: 24px;
  padding: 20px 24px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
}
.sales-history-page .filter-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr auto;
  gap: 14px;
  align-items: end;
}
.sales-history-page .filter-group.filter-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 1px;
}
.sales-history-page .filter-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #777777;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.sales-history-page .filter-input,
.sales-history-page .filter-select {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  background: #ffffff;
  color: #282828;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.sales-history-page .filter-input:focus,
.sales-history-page .filter-select:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.1);
}
.sales-history-page .filter-input::placeholder,
.sales-history-page .filter-select::placeholder {
  color: #bbb;
}
.sales-history-page .filter-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Cpolyline points='6,9 12,15 18,9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
.sales-history-page .orders-list-header {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1fr 1fr 1fr 90px;
  gap: 16px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #1b2c52 0%, #2f6bff 100%);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 12px 12px 0 0;
}
.sales-history-page .orders-list {
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  background: #ffffff;
}
.sales-history-page .order-list-item {
  display: grid !important;
  grid-template-columns: 2fr 1.5fr 1fr 1fr 1fr 90px;
  gap: 16px;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #e0e0e0;
  transition: background 0.15s ease;
  cursor: pointer;
}
.sales-history-page .order-list-item:last-child {
  border-bottom: none;
}
.sales-history-page .order-list-item:hover {
  background: rgba(47, 107, 255, 0.03);
}
.sales-history-page .order-list-item:hover .view-btn {
  background: #2f6bff;
  color: #ffffff;
  border-color: #2f6bff;
}
.sales-history-page .order-list-item:hover .order-number {
  text-decoration: underline;
}
.sales-history-page .order-list-item:focus-visible {
  outline: 2px solid #2f6bff;
  outline-offset: -2px;
}
.sales-history-page .order-number {
  font-weight: 700;
  font-size: 15px;
  color: #2f6bff;
}
.sales-history-page .order-products {
  font-size: 12px;
  color: #777777;
  margin-top: 4px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sales-history-page .order-products a {
  color: #777777;
  text-decoration: none;
}
.sales-history-page .customer-name {
  font-weight: 500;
  color: #282828;
  font-size: 14px;
}
.sales-history-page .customer-email {
  font-size: 12px;
  color: #777777;
  margin-top: 2px;
}
.sales-history-page .date-value {
  font-size: 14px;
  color: #282828;
}
.sales-history-page .order-status-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  background: #F3F4F6;
  color: #6B7280;
}
.sales-history-page .order-status-badge.status-pending {
  background: #FEF3C7;
  color: #92400E;
}
.sales-history-page .order-status-badge.status-processing,
.sales-history-page .order-status-badge.status-payment_review {
  background: #DBEAFE;
  color: #1D4ED8;
}
.sales-history-page .order-status-badge.status-complete {
  background: #D1FAE5;
  color: #065F46;
}
.sales-history-page .order-status-badge.status-closed {
  background: #E5E7EB;
  color: #374151;
}
.sales-history-page .order-status-badge.status-canceled,
.sales-history-page .order-status-badge.status-cancelled {
  background: #FEE2E2;
  color: #991B1B;
}
.sales-history-page .order-status-badge.status-holded {
  background: #FFF7ED;
  color: #9A3412;
}
.sales-history-page .total-purchased {
  font-weight: 600;
  font-size: 15px;
  color: #282828;
}
.sales-history-page .total-base {
  font-size: 11px;
  color: #777777;
  margin-top: 2px;
}
.sales-history-page .view-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 7px 14px;
  background: #f8f9fa;
  color: #2f6bff;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease;
  text-decoration: none !important;
}
.sales-history-page .view-btn svg {
  flex-shrink: 0;
}
.sales-history-page .empty-state {
  text-align: center;
  padding: 64px 32px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px dashed #d3d3d3;
}
.sales-history-page .empty-state .empty-state-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  color: #bbb;
}
.sales-history-page .empty-state h3 {
  font-size: 20px;
  font-weight: 700;
  color: #282828;
  margin: 0 0 8px 0;
}
.sales-history-page .empty-state p {
  font-size: 14px;
  color: #777777;
  margin: 0;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.sales-history-page .pagination-section {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}
.wk-slip-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  padding: 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.wk-slip-modal[style*="display: none"],
.wk-slip-modal[style*="display:none"] {
  display: none !important;
}
.wk-slip-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
}
.wk-slip-modal__dialog {
  position: relative;
  background: #ffffff;
  border-radius: 14px;
  max-width: 420px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.wk-slip-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #e0e0e0;
}
.wk-slip-modal__header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #282828;
}
.wk-slip-modal__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: #777777;
  border-radius: 6px;
  transition: all 0.15s ease;
}
.wk-slip-modal__close:hover {
  color: #282828;
  background: #f8f9fa;
}
.wk-slip-modal__body {
  padding: 24px;
}
.wk-slip-modal__field {
  margin-bottom: 16px;
}
.wk-slip-modal__field:last-child {
  margin-bottom: 0;
}
.wk-slip-modal__field label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 13px;
  color: #777777;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.wk-slip-modal__input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}
.wk-slip-modal__input:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.1);
}
.wk-slip-modal__footer {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 16px 24px;
  border-top: 1px solid #e0e0e0;
  background: #f8f9fa;
  border-radius: 0 0 14px 14px;
}
.wk-slip-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
.wk-slip-modal__btn--primary {
  background: #2f6bff;
  color: #ffffff;
  border-color: #2f6bff;
}
.wk-slip-modal__btn--primary:hover {
  background: #064eff;
}
.wk-slip-modal__btn--reset {
  background: #ffffff;
  color: #777777;
  border-color: #e0e0e0;
}
.wk-slip-modal__btn--reset:hover {
  background: #f8f9fa;
  color: #282828;
}
@media (max-width: 767px) {
  .wk-slip-modal__input {
    font-size: 16px;
  }
}
.account .page-title-wrapper {
  margin-bottom: 30px;
  text-align: left;
  position: relative;
  padding-bottom: 15px;
}
.account .page-title-wrapper .page-title {
  font-size: 32px;
  font-weight: 700;
  color: #282828;
  line-height: 1.2;
  margin: 0;
  display: inline-block;
  position: relative;
}
.account .page-title-wrapper .page-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #2f6bff, #4caf50);
  border-radius: 2px;
}
@media (max-width: 767px) {
  .account .page-title-wrapper .page-title {
    font-size: 26px;
  }
}
.account .column.main {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .account .column.main {
    padding: 20px 15px;
  }
}
.account .back-section {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}
.account .back-section .back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2f6bff;
  font-weight: 500;
}
.account .back-section .back-link:hover {
  text-decoration: underline;
  color: #064eff;
}
.account .table-wrapper {
  overflow-x: auto;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
.account table,
.account .data.table,
.account table.data {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  margin: 0;
}
.account table thead,
.account .data.table thead,
.account table.data thead {
  background: linear-gradient(135deg, #1b2c52 0%, #2f6bff 100%) !important;
}
.account table thead tr th,
.account .data.table thead tr th,
.account table.data thead tr th {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px 20px !important;
  border: none !important;
  text-align: left;
  letter-spacing: 0.5px;
  background: transparent !important;
}
@media (max-width: 767px) {
  .account table thead tr th,
  .account .data.table thead tr th,
  .account table.data thead tr th {
    padding: 12px 15px !important;
    font-size: 12px;
  }
}
.account table tbody tr,
.account .data.table tbody tr,
.account table.data tbody tr {
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
}
.account table tbody tr:last-child,
.account .data.table tbody tr:last-child,
.account table.data tbody tr:last-child {
  border-bottom: none;
}
.account table tbody tr:hover,
.account .data.table tbody tr:hover,
.account table.data tbody tr:hover {
  background-color: rgba(47, 107, 255, 0.04) !important;
}
.account table tbody tr:nth-child(even),
.account .data.table tbody tr:nth-child(even),
.account table.data tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}
.account table tbody tr:nth-child(even):hover,
.account .data.table tbody tr:nth-child(even):hover,
.account table.data tbody tr:nth-child(even):hover {
  background-color: rgba(47, 107, 255, 0.06) !important;
}
.account table tbody tr td,
.account .data.table tbody tr td,
.account table.data tbody tr td {
  padding: 18px 20px !important;
  font-size: 15px;
  color: #282828;
  vertical-align: middle;
  border: none !important;
  border-top: none !important;
}
@media (max-width: 767px) {
  .account table tbody tr td,
  .account .data.table tbody tr td,
  .account table.data tbody tr td {
    padding: 14px 15px !important;
    font-size: 14px;
  }
}
.account table tbody tr td:first-child,
.account .data.table tbody tr td:first-child,
.account table.data tbody tr td:first-child {
  font-weight: 600;
  color: #2f6bff;
}
.account table tbody tr td:last-child a,
.account .data.table tbody tr td:last-child a,
.account table.data tbody tr td:last-child a {
  display: inline-block;
  padding: 8px 16px;
  margin-right: 8px;
  margin-bottom: 5px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none !important;
  transition: all 0.3s ease;
  white-space: nowrap;
  background: linear-gradient(135deg, #2f6bff 0%, #0048fb 100%);
  color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(47, 107, 255, 0.3);
}
.account table tbody tr td:last-child a:hover,
.account .data.table tbody tr td:last-child a:hover,
.account table.data tbody tr td:last-child a:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(47, 107, 255, 0.4);
}
.account table tbody tr td:last-child a:last-child,
.account .data.table tbody tr td:last-child a:last-child,
.account table.data tbody tr td:last-child a:last-child {
  background: #f8f9fa;
  color: #282828 !important;
  border: 1px solid #e0e0e0;
  box-shadow: none;
}
.account table tbody tr td:last-child a:last-child:hover,
.account .data.table tbody tr td:last-child a:last-child:hover,
.account table.data tbody tr td:last-child a:last-child:hover {
  background: #e0e0e0;
  transform: none;
}
.account table tbody tr td:last-child a:only-child,
.account .data.table tbody tr td:last-child a:only-child,
.account table.data tbody tr td:last-child a:only-child {
  background: linear-gradient(135deg, #2f6bff 0%, #0048fb 100%);
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .account table tbody tr td:last-child a,
  .account .data.table tbody tr td:last-child a,
  .account table.data tbody tr td:last-child a {
    padding: 6px 12px;
    font-size: 12px;
    margin-right: 5px;
  }
}
.account td:nth-child(4) {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 0.5px;
}
.account .ma-order-history .ma-order-id-link {
  color: #2f6bff;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}
.account .ma-order-history .ma-order-id-link:hover {
  color: #0048fb;
  text-decoration: underline;
}
.account .ma-order-history .ma-status-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  background: #F3F4F6;
  color: #4B5563;
}
.account .ma-order-history .ma-status-badge.ma-status-pending {
  background: #FEF3C7;
  color: #92400E;
}
.account .ma-order-history .ma-status-badge.ma-status-processing {
  background: #DBEAFE;
  color: #1D4ED8;
}
.account .ma-order-history .ma-status-badge.ma-status-complete {
  background: #D1FAE5;
  color: #065F46;
}
.account .ma-order-history .ma-status-badge.ma-status-closed {
  background: #E5E7EB;
  color: #374151;
}
.account .ma-order-history .ma-status-badge.ma-status-canceled,
.account .ma-order-history .ma-status-badge.ma-status-cancelled {
  background: #FEE2E2;
  color: #991B1B;
}
.account .ma-order-history .ma-btn-view {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  margin-right: 8px;
  margin-bottom: 4px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  background: linear-gradient(135deg, #2f6bff 0%, #0048fb 100%);
  color: #ffffff !important;
  box-shadow: 0 2px 6px rgba(47, 107, 255, 0.25);
  transition: all 0.3s ease;
}
.account .ma-order-history .ma-btn-view:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(47, 107, 255, 0.35);
  color: #ffffff !important;
}
.account .ma-order-history .ma-btn-reorder {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 4px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  background: #f8f9fa;
  color: #282828 !important;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}
.account .ma-order-history .ma-btn-reorder:hover {
  background: #eff1f4;
  border-color: #d3d3d3;
  color: #282828 !important;
}
.account .ma-order-history .ma-orders-toolbar {
  margin-top: 20px;
}
.account .ma-order-history .ma-orders-toolbar.toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border-top: none;
  margin-top: 0;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
.account .ma-order-history .ma-orders-toolbar .limiter {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.account .ma-order-history .ma-orders-toolbar .limiter .limiter-label,
.account .ma-order-history .ma-orders-toolbar .limiter .limiter-text {
  font-size: 14px;
  color: #777777;
  white-space: nowrap;
  line-height: 1;
}
.account .ma-order-history .ma-orders-toolbar .limiter select,
.account .ma-order-history .ma-orders-toolbar .limiter .limiter-options {
  padding: 6px 30px 6px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  min-width: 60px;
  background: #ffffff;
}
.account .ma-order-history .ma-orders-toolbar .toolbar-amount {
  font-size: 14px;
  color: #777777;
  line-height: 1;
}
.account .ma-order-history .ma-orders-toolbar .toolbar-amount strong {
  color: #282828;
  font-weight: 600;
}
.account .ma-order-history-empty .message.info.empty {
  padding: 48px 24px;
  border-radius: 8px;
  background: #f8f9fa;
  border: 1px dashed #e0e0e0;
}
.account .ma-order-history-empty .message.info.empty span {
  font-size: 16px;
  color: #777777;
  line-height: 1.5;
}
.account .toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .account .toolbar {
    flex-direction: column;
    gap: 15px;
  }
}
.account .toolbar .toolbar-amount {
  font-size: 14px;
  color: #777777;
  order: 1;
}
.account .toolbar .toolbar-amount strong {
  color: #282828;
  font-weight: 600;
}
.account .toolbar .limiter {
  display: flex;
  align-items: center;
  gap: 10px;
  order: 2;
}
.account .toolbar .limiter .limiter-label {
  font-size: 14px;
  color: #777777;
}
.account .toolbar .limiter select,
.account .toolbar .limiter .limiter-options {
  padding: 8px 35px 8px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  color: #282828 !important;
  -webkit-text-fill-color: #282828 !important;
  background-color: #ffffff;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.account .toolbar .limiter select:focus,
.account .toolbar .limiter .limiter-options:focus {
  border-color: #2f6bff;
  outline: none;
}
.account .toolbar .limiter .limiter-text {
  font-size: 14px;
  color: #777777;
}
.account .toolbar .pages {
  order: 3;
}
.account .toolbar .pages .pages-items {
  display: flex;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.account .toolbar .pages .pages-items .item a,
.account .toolbar .pages .pages-items .item strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #282828;
  text-decoration: none;
  transition: all 0.3s ease;
}
.account .toolbar .pages .pages-items .item a:hover {
  border-color: #2f6bff;
  color: #2f6bff;
  background: rgba(47, 107, 255, 0.05);
}
.account .toolbar .pages .pages-items .item.current strong {
  background: linear-gradient(135deg, #2f6bff 0%, #0048fb 100%);
  color: #ffffff;
  border-color: #2f6bff;
}
.account .message.info.empty {
  text-align: center;
  padding: 60px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  margin: 20px 0;
}
.account .message.info.empty span {
  font-size: 18px;
  color: #777777;
}
@media (max-width: 991px) {
  .account .column.main {
    padding: 25px 20px;
  }
  .account .page-title-wrapper .page-title {
    font-size: 28px;
  }
  .sales-history-page .status-cards-grid {
    gap: 8px;
  }
  .sales-history-page .status-cards-grid .status-card {
    min-width: 80px;
    padding: 12px 14px;
  }
  .sales-history-page .filter-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px;
  }
  .sales-history-page .filter-group.filter-actions {
    grid-column: -1 !important;
    justify-content: flex-start;
  }
  .sales-history-page .orders-list-header,
  .sales-history-page .order-list-item {
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 80px !important;
    gap: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .sales-history-page .order-number {
    font-size: 14px;
  }
  .sales-history-page .order-products {
    font-size: 11px;
  }
  .sales-history-page .view-btn {
    padding: 6px 10px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .account .column.main {
    padding: 20px 16px;
    border-radius: 8px;
  }
  .account .page-title-wrapper {
    margin-bottom: 20px;
  }
  .account .page-title-wrapper .page-title {
    font-size: 24px;
  }
  .account .page-title-wrapper .page-title:after {
    width: 60px;
  }
  .account .table-wrapper:not(.orders-history) {
    margin: 0 -16px;
    padding: 0 16px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .account table:not(#my-orders-table),
  .account .data.table:not(#my-orders-table) {
    min-width: 500px;
  }
  .account .ma-order-history .table-wrapper.orders-history {
    margin: 0;
    border: none;
    overflow: visible;
  }
  .account .ma-order-history #my-orders-table {
    min-width: 0;
  }
  .account .ma-order-history #my-orders-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .account .ma-order-history #my-orders-table tbody tr.ma-order-row {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 16px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }
  .account .ma-order-history #my-orders-table tbody tr.ma-order-row:nth-child(even) {
    background: #ffffff;
  }
  .account .ma-order-history #my-orders-table tbody tr.ma-order-row:hover {
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .account .ma-order-history #my-orders-table tbody td {
    display: block;
    padding: 8px 0 !important;
    border: none !important;
    font-size: 14px !important;
  }
  .account .ma-order-history #my-orders-table tbody td::before {
    content: attr(data-th);
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #777777;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
  }
  .account .ma-order-history #my-orders-table tbody td.col.id {
    padding-top: 0 !important;
    font-size: 16px !important;
  }
  .account .ma-order-history #my-orders-table tbody td.col.id::before {
    display: none;
  }
  .account .ma-order-history #my-orders-table tbody td.col.id .ma-order-id-link {
    font-size: 16px;
  }
  .account .ma-order-history #my-orders-table tbody td.col.actions {
    padding-top: 14px !important;
    margin-top: 8px;
    border-top: 1px dashed #e0e0e0 !important;
  }
  .account .ma-order-history #my-orders-table tbody td.col.actions::before {
    display: none;
  }
  .account .ma-order-history #my-orders-table tbody td.col.actions .ma-btn-view,
  .account .ma-order-history #my-orders-table tbody td.col.actions .ma-btn-reorder {
    width: 100%;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .account .ma-order-history #my-orders-table tbody td.col.actions .ma-btn-view:last-child,
  .account .ma-order-history #my-orders-table tbody td.col.actions .ma-btn-reorder:last-child {
    margin-bottom: 0;
  }
  .sales-history-page .sales-history-header {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
  .sales-history-page .sales-history-header .header-content {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .sales-history-page .sales-history-header .header-left {
    flex-direction: column;
    gap: 6px;
  }
  .sales-history-page .sales-history-header .page-title {
    font-size: 22px;
  }
  .sales-history-page .sales-history-header .order-count {
    align-self: flex-start;
  }
  .sales-history-page .sales-history-header .header-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .sales-history-page .sales-history-header .action-btn.secondary {
    font-size: 12px;
    padding: 12px 10px;
    justify-content: center;
    background: #ffffff !important;
    color: #2f6bff !important;
    border: 2px solid #2f6bff !important;
    font-weight: 700 !important;
  }
  .sales-history-page .status-cards-grid {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    margin-bottom: 20px;
  }
  .sales-history-page .status-cards-grid .status-card {
    min-width: 90px;
    flex: 0 0 auto;
    padding: 12px 16px;
  }
  .sales-history-page .search-filter-section {
    padding: 16px;
  }
  .sales-history-page .filter-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .sales-history-page .filter-group {
    min-width: 0 !important;
  }
  .sales-history-page .filter-group.filter-actions {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-column: auto !important;
    gap: 8px;
  }
  .sales-history-page .filter-group.filter-actions .action-btn.primary {
    width: 100%;
  }
  .sales-history-page .filter-input,
  .sales-history-page .filter-select {
    font-size: 16px !important;
    padding: 11px 12px;
    width: 100%;
    box-sizing: border-box;
  }
  .sales-history-page .filter-select {
    padding-right: 36px;
  }
  .sales-history-page .orders-list-header {
    display: none;
  }
  .sales-history-page .orders-list {
    border: none;
    border-radius: 0;
    background: transparent;
  }
  .sales-history-page .order-list-item {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-areas: "order order" "customer date" "status total" "actions actions" !important;
    gap: 12px !important;
    padding: 16px !important;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  }
  .sales-history-page .order-list-item:last-child {
    margin-bottom: 0;
  }
  .sales-history-page .order-list-item:hover,
  .sales-history-page .order-list-item:active {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .sales-history-page .order-list-item .col-order {
    grid-area: order;
  }
  .sales-history-page .order-list-item .col-customer {
    grid-area: customer;
  }
  .sales-history-page .order-list-item .col-date {
    grid-area: date;
  }
  .sales-history-page .order-list-item .col-status {
    grid-area: status;
  }
  .sales-history-page .order-list-item .col-total {
    grid-area: total;
  }
  .sales-history-page .order-list-item .col-actions {
    grid-area: actions;
  }
  .sales-history-page .order-list-item [data-label]::before {
    content: attr(data-label);
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #777777;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
  }
  .sales-history-page .order-list-item .col-order::before {
    display: none;
  }
  .sales-history-page .order-list-item .col-actions {
    padding-top: 12px;
    border-top: 1px dashed #e0e0e0;
  }
  .sales-history-page .order-list-item .col-actions::before {
    display: none !important;
  }
  .sales-history-page .order-list-item .view-btn {
    width: 100%;
    justify-content: center;
    padding: 10px 14px;
    background: #2f6bff;
    color: #ffffff;
    border-color: #2f6bff;
  }
  .sales-history-page .empty-state {
    padding: 48px 20px;
  }
  .sales-history-page .empty-state .empty-state-icon {
    width: 64px;
    height: 64px;
  }
  .sales-history-page .empty-state .empty-state-icon svg {
    width: 32px;
    height: 32px;
  }
  .sales-history-page .empty-state h3 {
    font-size: 18px;
  }
  .sales-history-page .empty-state p {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .sales-history-page .sales-history-header .header-actions {
    grid-template-columns: 1fr;
  }
  .sales-history-page .order-list-item {
    grid-template-columns: 1fr !important;
    grid-template-areas: "order" "customer" "date" "status" "total" "actions" !important;
  }
}
.account-nav .nav.items .nav.item,
.block-collapsible-nav .nav.items .nav.item,
.account-nav .items .nav.item,
.block-collapsible-nav .items .nav.item,
.account-nav .nav.items .item,
.block-collapsible-nav .nav.items .item,
.account-nav .items .item,
.block-collapsible-nav .items .item {
  border-bottom: 1px solid #e0e0e0;
}
.account-nav .nav.items .nav.item:last-child,
.block-collapsible-nav .nav.items .nav.item:last-child,
.account-nav .items .nav.item:last-child,
.block-collapsible-nav .items .nav.item:last-child,
.account-nav .nav.items .item:last-child,
.block-collapsible-nav .nav.items .item:last-child,
.account-nav .items .item:last-child,
.block-collapsible-nav .items .item:last-child {
  border-bottom: none;
}
.account-nav .nav.items .nav.item.current strong,
.block-collapsible-nav .nav.items .nav.item.current strong,
.account-nav .items .nav.item.current strong,
.block-collapsible-nav .items .nav.item.current strong,
.account-nav .nav.items .item.current strong,
.block-collapsible-nav .nav.items .item.current strong,
.account-nav .items .item.current strong,
.block-collapsible-nav .items .item.current strong,
.account-nav .nav.items .nav.item.current a,
.block-collapsible-nav .nav.items .nav.item.current a,
.account-nav .items .nav.item.current a,
.block-collapsible-nav .items .nav.item.current a,
.account-nav .nav.items .item.current a,
.block-collapsible-nav .nav.items .item.current a,
.account-nav .items .item.current a,
.block-collapsible-nav .items .item.current a {
  color: #2f6bff !important;
  font-weight: 600;
  border-left: 3px solid #2f6bff;
  padding-left: 12px;
  background: rgba(47, 107, 255, 0.05);
}
.account-nav .nav.items .nav.item a,
.block-collapsible-nav .nav.items .nav.item a,
.account-nav .items .nav.item a,
.block-collapsible-nav .items .nav.item a,
.account-nav .nav.items .item a,
.block-collapsible-nav .nav.items .item a,
.account-nav .items .item a,
.block-collapsible-nav .items .item a {
  display: block;
  padding: 12px 15px;
  color: #282828;
  text-decoration: none;
  transition: all 0.3s ease;
}
.account-nav .nav.items .nav.item a:hover,
.block-collapsible-nav .nav.items .nav.item a:hover,
.account-nav .items .nav.item a:hover,
.block-collapsible-nav .items .nav.item a:hover,
.account-nav .nav.items .item a:hover,
.block-collapsible-nav .nav.items .item a:hover,
.account-nav .items .item a:hover,
.block-collapsible-nav .items .item a:hover {
  color: #2f6bff;
  background: rgba(47, 107, 255, 0.03);
}
.sales-order-view .page-title-wrapper {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.sales-order-view .page-title-wrapper .page-title {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #282828;
  margin: 0 0 10px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .sales-order-view .page-title-wrapper .page-title {
    font-size: 22px;
  }
}
.sales-order-view .page-title-wrapper .page-title:after {
  display: none;
}
.sales-order-view .page-title-wrapper .order-status {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  vertical-align: middle;
  background: #F3F4F6;
  color: #4B5563;
}
.sales-order-view .page-title-wrapper .order-status.ma-badge-pending {
  background: #FEF3C7;
  color: #92400E;
}
.sales-order-view .page-title-wrapper .order-status.ma-badge-processing {
  background: #DBEAFE;
  color: #1D4ED8;
}
.sales-order-view .page-title-wrapper .order-status.ma-badge-complete {
  background: #D1FAE5;
  color: #065F46;
}
.sales-order-view .page-title-wrapper .order-status.ma-badge-closed {
  background: #E5E7EB;
  color: #374151;
}
.sales-order-view .page-title-wrapper .order-status.ma-badge-canceled,
.sales-order-view .page-title-wrapper .order-status.ma-badge-cancelled {
  background: #FEE2E2;
  color: #991B1B;
}
.sales-order-view .page-title-wrapper .order-date {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  color: #777777;
}
.sales-order-view .page-title-wrapper .order-date .label {
  display: inline;
  font-weight: 600;
  color: #282828;
  position: static;
  float: none;
  margin: 0;
  padding: 0;
  background: none;
  width: auto;
  height: auto;
  clip: auto;
  overflow: visible;
}
.sales-order-view .actions-toolbar.order-actions-toolbar {
  margin: 0 0 28px;
  padding: 0;
  border: none;
}
.sales-order-view .actions-toolbar.order-actions-toolbar .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sales-order-view .actions-toolbar.order-actions-toolbar .actions .action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.sales-order-view .actions-toolbar.order-actions-toolbar .actions .action.order {
  background: linear-gradient(135deg, #2f6bff 0%, #0048fb 100%);
  color: #ffffff !important;
  box-shadow: 0 2px 6px rgba(47, 107, 255, 0.25);
}
.sales-order-view .actions-toolbar.order-actions-toolbar .actions .action.order:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(47, 107, 255, 0.35);
}
.sales-order-view .actions-toolbar.order-actions-toolbar .actions .action.print {
  background: #ffffff;
  color: #282828 !important;
  border: 1px solid #e0e0e0;
}
.sales-order-view .actions-toolbar.order-actions-toolbar .actions .action.print:hover {
  background: #f8f9fa;
  border-color: #d3d3d3;
}
@media (max-width: 479px) {
  .sales-order-view .actions-toolbar.order-actions-toolbar .actions .action {
    flex: 1;
  }
}
.sales-order-view .items.order-links {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  border-bottom: 2px solid #e0e0e0;
}
.sales-order-view .items.order-links li {
  margin: 0 !important;
}
.sales-order-view .items.order-links li a,
.sales-order-view .items.order-links li strong {
  display: inline-block;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #777777;
  text-decoration: none !important;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all 0.3s ease;
}
.sales-order-view .items.order-links li a:hover {
  color: #2f6bff;
}
.sales-order-view .items.order-links li.current a,
.sales-order-view .items.order-links li.current strong {
  color: #2f6bff;
  border-bottom-color: #2f6bff;
}
@media (max-width: 479px) {
  .sales-order-view .items.order-links li a,
  .sales-order-view .items.order-links li strong {
    padding: 8px 12px;
    font-size: 13px;
  }
}
.sales-order-view .order-details-items .order-title {
  display: none;
}
.sales-order-view .table-wrapper.order-items {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0;
}
.sales-order-view .table-wrapper.order-items .table-caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sales-order-view .table-wrapper.order-items table.table-order-items {
  margin: 0;
}
.sales-order-view .table-wrapper.order-items table.table-order-items thead tr th {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff !important;
  padding: 14px 20px !important;
  background: transparent !important;
  border: none !important;
}
.sales-order-view .table-wrapper.order-items table.table-order-items thead {
  background: linear-gradient(135deg, #1b2c52 0%, #2f6bff 100%) !important;
}
.sales-order-view .table-wrapper.order-items table.table-order-items tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
.sales-order-view .table-wrapper.order-items table.table-order-items tbody tr:last-child {
  border-bottom: none;
}
.sales-order-view .table-wrapper.order-items table.table-order-items tbody tr td {
  padding: 16px 20px !important;
  font-size: 14px;
  color: #282828;
  border: none !important;
  vertical-align: middle;
}
.sales-order-view .table-wrapper.order-items table.table-order-items tbody tr td.col.name .product-item-name {
  font-weight: 600;
  color: #282828;
  font-size: 15px;
}
.sales-order-view .table-wrapper.order-items table.table-order-items tbody tr td.col.sku {
  font-size: 13px;
  color: #777777;
  font-family: monospace, sans-serif;
}
.sales-order-view .table-wrapper.order-items table.table-order-items tbody tr td .items-qty {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sales-order-view .table-wrapper.order-items table.table-order-items tbody tr td .items-qty .item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.sales-order-view .table-wrapper.order-items table.table-order-items tbody tr td .items-qty .item .title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #777777;
}
.sales-order-view .table-wrapper.order-items table.table-order-items tbody tr td .items-qty .item .content {
  font-weight: 600;
  color: #282828;
}
.sales-order-view .table-wrapper.order-items table.table-order-items tfoot tr {
  border-top: 1px solid #e0e0e0;
}
.sales-order-view .table-wrapper.order-items table.table-order-items tfoot tr th.mark,
.sales-order-view .table-wrapper.order-items table.table-order-items tfoot tr td.mark {
  padding: 10px 20px !important;
  font-size: 14px;
  color: #777777;
  border: none !important;
  text-align: left;
  font-weight: 500;
}
.sales-order-view .table-wrapper.order-items table.table-order-items tfoot tr th.mark strong,
.sales-order-view .table-wrapper.order-items table.table-order-items tfoot tr td.mark strong {
  color: #282828;
  font-weight: 700;
}
.sales-order-view .table-wrapper.order-items table.table-order-items tfoot tr td.amount {
  padding: 10px 20px !important;
  font-size: 14px;
  color: #282828;
  border: none !important;
  text-align: right;
  font-weight: 500;
}
.sales-order-view .table-wrapper.order-items table.table-order-items tfoot tr td.amount strong {
  font-weight: 700;
  font-size: 16px;
  color: #282828;
}
.sales-order-view .table-wrapper.order-items table.table-order-items tfoot tr td.amount .price {
  font-weight: inherit;
}
.sales-order-view .table-wrapper.order-items table.table-order-items tfoot tr.grand_total {
  border-top: 2px solid #282828;
  background: #f8f9fa;
}
.sales-order-view .table-wrapper.order-items table.table-order-items tfoot tr.grand_total th.mark,
.sales-order-view .table-wrapper.order-items table.table-order-items tfoot tr.grand_total td.mark {
  font-weight: 700;
  color: #282828;
}
@media (max-width: 767px) {
  .sales-order-view .table-wrapper.order-items table.table-order-items thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .sales-order-view .table-wrapper.order-items table.table-order-items tbody {
    display: block;
  }
  .sales-order-view .table-wrapper.order-items table.table-order-items tbody tr {
    display: block;
    padding: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .sales-order-view .table-wrapper.order-items table.table-order-items tbody tr td {
    display: block;
    padding: 6px 0 !important;
    text-align: left !important;
  }
  .sales-order-view .table-wrapper.order-items table.table-order-items tbody tr td::before {
    content: attr(data-th) ": ";
    font-size: 12px;
    font-weight: 600;
    color: #777777;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  .sales-order-view .table-wrapper.order-items table.table-order-items tbody tr td.col.name {
    padding-top: 0 !important;
  }
  .sales-order-view .table-wrapper.order-items table.table-order-items tbody tr td.col.name::before {
    display: block;
    margin-bottom: 4px;
  }
  .sales-order-view .table-wrapper.order-items table.table-order-items tbody tr td.col.sku::before {
    display: inline;
  }
  .sales-order-view .table-wrapper.order-items table.table-order-items tbody tr td.col.price,
  .sales-order-view .table-wrapper.order-items table.table-order-items tbody tr td.col.subtotal {
    display: inline-block;
    width: auto;
    margin-right: 16px;
  }
  .sales-order-view .table-wrapper.order-items table.table-order-items tfoot {
    display: block;
    border-top: 1px solid #e0e0e0;
  }
  .sales-order-view .table-wrapper.order-items table.table-order-items tfoot tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
  }
  .sales-order-view .table-wrapper.order-items table.table-order-items tfoot tr th.mark,
  .sales-order-view .table-wrapper.order-items table.table-order-items tfoot tr td.mark {
    padding: 0 !important;
    text-align: left;
  }
  .sales-order-view .table-wrapper.order-items table.table-order-items tfoot tr td.amount {
    padding: 0 !important;
    text-align: right;
  }
}
.sales-order-view .block-order-details-view {
  margin-top: 32px;
}
.sales-order-view .block-order-details-view > .block-title {
  font-size: 20px;
  font-weight: 700;
  color: #282828;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid #2f6bff;
  display: inline-block;
}
.sales-order-view .block-order-details-view > .block-title strong {
  font-weight: inherit;
}
.sales-order-view .block-order-details-view > .block-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .sales-order-view .block-order-details-view > .block-content {
    grid-template-columns: 1fr 1fr;
  }
}
.sales-order-view .block-order-details-view > .block-content .box {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin: 0 !important;
  width: auto !important;
  float: none !important;
}
.sales-order-view .block-order-details-view > .block-content .box .box-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #282828;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.sales-order-view .block-order-details-view > .block-content .box .box-title span {
  font-weight: inherit;
}
.sales-order-view .block-order-details-view > .block-content .box .box-content {
  font-size: 14px;
  line-height: 1.7;
  color: #777777;
}
.sales-order-view .block-order-details-view > .block-content .box .box-content address {
  font-style: normal;
}
.sales-order-view .block-order-details-comments {
  margin-top: 24px;
}
.sales-order-view .block-order-details-comments .block-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.sales-order-view .wk-mp-seller-info {
  margin-top: 6px;
  font-size: 13px;
}
.sales-order-view .wk-mp-seller-info a {
  color: #2f6bff;
  font-weight: 500;
}
.page-print.sales-order-print .header-container,
.page-print.sales-order-print .header-style-1,
.page-print.sales-order-print .ps-topbar,
.page-print.sales-order-print .ps-header-main,
.page-print.sales-order-print .ps-search-overlay,
.page-print.sales-order-print .ps-mobile-menu,
.page-print.sales-order-print .ps-overlay,
.page-print.sales-order-print .page-header,
.page-print.sales-order-print .header.content,
.page-print.sales-order-print .panel.wrapper,
.page-print.sales-order-print .navigation,
.page-print.sales-order-print .nav-sections,
.page-print.sales-order-print .nav-toggle,
.page-print.sales-order-print .block-search,
.page-print.sales-order-print .minicart-wrapper,
.page-print.sales-order-print .page-footer,
.page-print.sales-order-print .footer,
.page-print.sales-order-print .footer-wrapper,
.page-print.sales-order-print .footer-container,
.page-print.sales-order-print .back-to-top,
.page-print.sales-order-print #yt-totop-fix,
.page-print.sales-order-print #smcqp-container,
.page-print.sales-order-print .loading-mask-shopby,
.page-print.sales-order-print #authenticationPopup,
.page-print.sales-order-print .sidebar-main,
.page-print.sales-order-print .sidebar-additional,
.page-print.sales-order-print .block-collapsible-nav,
.page-print.sales-order-print .__marker,
.page-print.sales-order-print [class*="marker-"],
.page-print.sales-order-print .cookie-status-message {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
.page-print.sales-order-print .column.main {
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.page-print.sales-order-print .container-logo {
  text-align: center;
  padding: 24px 0;
  margin-bottom: 16px;
  border-bottom: 2px solid #1B2C52;
}
.page-print.sales-order-print .container-logo img {
  max-height: 50px;
  width: auto;
}
.page-print.sales-order-print .page-title-wrapper {
  margin-bottom: 20px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid #e0e0e0 !important;
}
.page-print.sales-order-print .page-title-wrapper .page-title {
  font-size: 26px !important;
  font-weight: 700 !important;
  display: inline !important;
}
.page-print.sales-order-print .page-title-wrapper .page-title:after {
  display: none !important;
}
.page-print.sales-order-print .page-title-wrapper .order-status {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
  margin-left: 8px;
  background: #f5f5f5;
}
.page-print.sales-order-print .page-title-wrapper .order-date {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  color: #555;
}
.page-print.sales-order-print .page-title-wrapper .order-date .label {
  font-weight: 600;
  color: #333;
  position: static !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  clip: auto !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.page-print.sales-order-print .order-details-items .order-title {
  display: none;
}
.page-print.sales-order-print .table-wrapper.order-items {
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  overflow: hidden;
  margin-bottom: 24px;
}
.page-print.sales-order-print .table-wrapper.order-items table thead {
  background: #f5f5f5 !important;
}
.page-print.sales-order-print .table-wrapper.order-items table thead th {
  color: #333 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 10px 16px !important;
  border-bottom: 1px solid #ddd !important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.page-print.sales-order-print .table-wrapper.order-items table tbody td {
  padding: 12px 16px !important;
  font-size: 13px !important;
  color: #333 !important;
  border-bottom: 1px solid #eee !important;
}
.page-print.sales-order-print .table-wrapper.order-items table tfoot tr th.mark,
.page-print.sales-order-print .table-wrapper.order-items table tfoot tr td.mark {
  padding: 8px 16px !important;
  font-size: 13px !important;
  text-align: left;
}
.page-print.sales-order-print .table-wrapper.order-items table tfoot tr td.amount {
  padding: 8px 16px !important;
  font-size: 13px !important;
  text-align: right;
}
.page-print.sales-order-print .table-wrapper.order-items table tfoot tr.grand_total {
  border-top: 2px solid #333;
  background: #f9f9f9;
}
.page-print.sales-order-print .actions-toolbar,
.page-print.sales-order-print .order-actions-toolbar,
.page-print.sales-order-print .order-details-items > .actions-toolbar {
  display: none !important;
}
.page-print.sales-order-print .block-order-details-view {
  margin-top: 24px;
}
.page-print.sales-order-print .block-order-details-view > .block-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #333;
  display: inline-block;
}
.page-print.sales-order-print .block-order-details-view > .block-title strong {
  font-weight: inherit;
}
.page-print.sales-order-print .block-order-details-view > .block-content {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px;
}
.page-print.sales-order-print .block-order-details-view > .block-content .box {
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  page-break-inside: avoid;
  margin: 0 !important;
  width: auto !important;
  float: none !important;
}
.page-print.sales-order-print .block-order-details-view > .block-content .box .box-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
}
.page-print.sales-order-print .block-order-details-view > .block-content .box .box-content {
  font-size: 12px;
  line-height: 1.7;
  color: #444;
}
.page-print.sales-order-print .block-order-details-view > .block-content .box .box-content address {
  font-style: normal;
}
.page-print.sales-order-print .message.global.noscript {
  display: none !important;
}
@media print {
  .page-print.sales-order-print .header-container,
  .page-print.sales-order-print .ps-topbar,
  .page-print.sales-order-print .ps-header-main,
  .page-print.sales-order-print .ps-search-overlay,
  .page-print.sales-order-print .ps-mobile-menu,
  .page-print.sales-order-print .ps-overlay,
  .page-print.sales-order-print #yt-totop-fix,
  .page-print.sales-order-print #smcqp-container,
  .page-print.sales-order-print .loading-mask-shopby,
  .page-print.sales-order-print #authenticationPopup,
  .page-print.sales-order-print .cookie-status-message,
  .page-print.sales-order-print .actions-toolbar {
    display: none !important;
  }
  .page-print.sales-order-print .container-logo img {
    max-height: 40px;
  }
  .page-print.sales-order-print .block-order-details-view {
    page-break-before: auto;
  }
}
.sales-guest-view .page-title-wrapper .order-date {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #777777;
}
.sales-guest-view .page-title-wrapper .order-date .label {
  display: inline;
  font-weight: 600;
  color: #282828;
  position: static;
}
/**
 * Customer History Page Styles
 * Matches the Sales History design language
 */
.customer-history-page .customer-history-header {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e0e0e0;
}
.customer-history-page .customer-history-header .header-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.customer-history-page .customer-history-header .header-left {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.customer-history-page .customer-history-header .page-title {
  font-size: 26px;
  font-weight: 700;
  color: #282828;
  margin: 0;
  line-height: 1.3;
}
.customer-history-page .customer-history-header .customer-count {
  font-size: 14px;
  color: #757575;
  background: #f8f9fa;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  white-space: nowrap;
}
.customer-history-page .search-filter-section {
  margin-bottom: 28px;
  padding: 20px 24px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
}
.customer-history-page .filter-grid {
  display: flex;
  gap: 14px;
  align-items: end;
}
.customer-history-page .filter-group.search-group {
  flex: 1;
}
.customer-history-page .filter-group.filter-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 1px;
}
.customer-history-page .filter-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #757575;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.customer-history-page .search-input-wrapper {
  position: relative;
}
.customer-history-page .search-input-wrapper .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #bbb;
  pointer-events: none;
}
.customer-history-page .search-input-wrapper .search-input {
  padding-left: 38px !important;
}
.customer-history-page .filter-input {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  background: #ffffff;
  color: #282828;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.customer-history-page .filter-input:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.1);
}
.customer-history-page .filter-input::placeholder {
  color: #bbb;
}
.customer-history-page .action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  white-space: nowrap;
  line-height: 1.4;
}
.customer-history-page .action-btn svg {
  flex-shrink: 0;
}
.customer-history-page .action-btn.primary {
  background: #2f6bff;
  color: #ffffff;
  border-color: #2f6bff;
}
.customer-history-page .action-btn.primary:hover {
  background: #064eff;
  border-color: #064eff;
  color: #ffffff;
}
.customer-history-page .action-btn.reset {
  background: #ffffff;
  color: #757575;
  border-color: #e0e0e0;
}
.customer-history-page .action-btn.reset:hover {
  background: #f8f9fa;
  color: #282828;
}
.customer-history-page .customers-list-header {
  display: grid;
  grid-template-columns: 2fr 2fr 1.2fr 0.8fr 1.2fr;
  gap: 16px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #1b2c52 0%, #2f6bff 100%);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 12px 12px 0 0;
}
.customer-history-page .customers-list-header .sort-link {
  color: #ffffff;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: opacity 0.15s ease;
}
.customer-history-page .customers-list-header .sort-link:hover {
  opacity: 0.85;
  color: #ffffff;
}
.customer-history-page .customers-list-header .sort-link.active {
  opacity: 1;
}
.customer-history-page .customers-list-header .sort-link svg {
  flex-shrink: 0;
}
.customer-history-page .customers-list {
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  background: #ffffff;
}
.customer-history-page .customer-list-item {
  display: grid;
  grid-template-columns: 2fr 2fr 1.2fr 0.8fr 1.2fr;
  gap: 16px;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid #e0e0e0;
  transition: background 0.15s ease;
}
.customer-history-page .customer-list-item:last-child {
  border-bottom: none;
}
.customer-history-page .customer-list-item:hover {
  background: rgba(47, 107, 255, 0.03);
}
.customer-history-page .col-name {
  display: flex;
  align-items: center;
  gap: 12px;
}
.customer-history-page .customer-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f6bff 0%, #0045f1 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.customer-history-page .customer-info {
  overflow: hidden;
}
.customer-history-page .customer-name {
  font-weight: 600;
  color: #282828;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.customer-history-page .customer-gender {
  font-size: 12px;
  color: #757575;
  margin-top: 2px;
}
.customer-history-page .email-link {
  color: #2f6bff;
  text-decoration: none !important;
  font-size: 14px;
  word-break: break-all;
}
.customer-history-page .email-link:hover {
  text-decoration: underline !important;
  color: #064eff;
}
.customer-history-page .phone-link {
  color: #282828;
  text-decoration: none !important;
  font-size: 14px;
}
.customer-history-page .phone-link:hover {
  color: #2f6bff;
}
.customer-history-page .na {
  color: #757575;
}
.customer-history-page .order-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 28px;
  padding: 0 10px;
  background: rgba(47, 107, 255, 0.08);
  color: #2f6bff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
}
.customer-history-page .total-amount {
  font-weight: 700;
  font-size: 15px;
  color: #49b56b;
}
.customer-history-page .empty-state {
  text-align: center;
  padding: 64px 32px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px dashed #d3d3d3;
}
.customer-history-page .empty-state .empty-state-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  color: #bbb;
}
.customer-history-page .empty-state h3 {
  font-size: 20px;
  font-weight: 700;
  color: #282828;
  margin: 0 0 8px 0;
}
.customer-history-page .empty-state p {
  font-size: 14px;
  color: #757575;
  margin: 0;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .customer-history-page .customers-list-header,
  .customer-history-page .customer-list-item {
    grid-template-columns: 1.8fr 1.8fr 1fr 0.6fr 1fr;
    gap: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .customer-history-page .customer-avatar {
    width: 34px;
    height: 34px;
    min-width: 34px;
    font-size: 14px;
  }
  .customer-history-page .customer-name {
    font-size: 13px;
  }
  .customer-history-page .email-link {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .customer-history-page .customer-history-header {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
  .customer-history-page .customer-history-header .header-left {
    flex-direction: column;
    gap: 6px;
  }
  .customer-history-page .customer-history-header .page-title {
    font-size: 22px;
  }
  .customer-history-page .customer-history-header .customer-count {
    align-self: flex-start;
  }
  .customer-history-page .search-filter-section {
    padding: 16px;
  }
  .customer-history-page .filter-grid {
    flex-direction: column;
    gap: 12px;
  }
  .customer-history-page .filter-group.search-group {
    width: 100%;
  }
  .customer-history-page .filter-group.filter-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
  }
  .customer-history-page .filter-group.filter-actions .action-btn.primary {
    width: 100%;
  }
  .customer-history-page .filter-input {
    font-size: 16px !important;
    padding: 11px 12px;
  }
  .customer-history-page .search-input-wrapper .search-input {
    padding-left: 38px !important;
  }
  .customer-history-page .customers-list-header {
    display: none;
  }
  .customer-history-page .customers-list {
    border: none;
    border-radius: 0;
    background: transparent;
  }
  .customer-history-page .customer-list-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "name name" "email email" "phone orders" "total total";
    gap: 12px;
    padding: 16px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  }
  .customer-history-page .customer-list-item:last-child {
    margin-bottom: 0;
  }
  .customer-history-page .customer-list-item:hover,
  .customer-history-page .customer-list-item:active {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .customer-history-page .customer-list-item .col-name {
    grid-area: name;
  }
  .customer-history-page .customer-list-item .col-email {
    grid-area: email;
  }
  .customer-history-page .customer-list-item .col-phone {
    grid-area: phone;
  }
  .customer-history-page .customer-list-item .col-orders {
    grid-area: orders;
    text-align: right;
  }
  .customer-history-page .customer-list-item .col-total {
    grid-area: total;
    padding-top: 12px;
    border-top: 1px dashed #e0e0e0;
  }
  .customer-history-page .customer-list-item [data-label]::before {
    content: attr(data-label);
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #757575;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
  }
  .customer-history-page .customer-list-item .col-name::before {
    display: none;
  }
  .customer-history-page .customer-list-item .col-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .customer-history-page .customer-list-item .col-total::before {
    margin-bottom: 0;
    font-size: 12px;
  }
  .customer-history-page .total-amount {
    font-size: 18px !important;
  }
  .customer-history-page .empty-state {
    padding: 48px 20px;
  }
  .customer-history-page .empty-state .empty-state-icon {
    width: 64px;
    height: 64px;
  }
  .customer-history-page .empty-state .empty-state-icon svg {
    width: 32px;
    height: 32px;
  }
  .customer-history-page .empty-state h3 {
    font-size: 18px;
  }
  .customer-history-page .empty-state p {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .customer-history-page .customer-list-item {
    grid-template-columns: 1fr;
    grid-template-areas: "name" "email" "phone" "orders" "total";
  }
  .customer-history-page .customer-list-item .col-orders {
    text-align: left;
  }
}
/**
 * Review History Page Styles
 * Matches the design language used across seller account pages
 */
.review-history-page .review-history-header {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e0e0e0;
}
.review-history-page .review-history-header .header-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.review-history-page .review-history-header .header-left {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.review-history-page .review-history-header .page-title {
  font-size: 26px;
  font-weight: 700;
  color: #282828;
  margin: 0;
  line-height: 1.3;
}
.review-history-page .review-history-header .review-count {
  font-size: 14px;
  color: #757575;
  background: #f8f9fa;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  white-space: nowrap;
}
.review-history-page .header-stats .overall-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8f9fa;
  padding: 10px 18px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}
.review-history-page .header-stats .rating-number {
  font-size: 24px;
  font-weight: 800;
  color: #282828;
  line-height: 1;
}
.review-history-page .header-stats .rating-label {
  font-size: 12px;
  color: #757575;
  font-weight: 500;
}
.review-history-page .stars-display {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.review-history-page .stars-display .star.filled {
  color: #f59e0b;
}
.review-history-page .stars-display .star.empty {
  color: #d1d5db;
}
.review-history-page .reviews-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.review-history-page .review-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
  transition: box-shadow 0.2s ease;
}
.review-history-page .review-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.review-history-page .review-card.pending {
  border-left: 3px solid #d97706;
}
.review-history-page .review-card.approved {
  border-left: 3px solid #059669;
}
.review-history-page .review-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.review-history-page .reviewer-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-history-page .reviewer-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f6bff 0%, #0045f1 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.review-history-page .reviewer-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.review-history-page .reviewer-name {
  font-weight: 600;
  font-size: 15px;
  color: #282828;
}
.review-history-page .review-date {
  font-size: 13px;
  color: #757575;
}
.review-history-page .review-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.review-history-page .review-avg-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.review-history-page .review-avg-rating .avg-number {
  font-size: 14px;
  font-weight: 700;
  color: #282828;
}
.review-history-page .review-status-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.review-history-page .review-status-badge.status-approved {
  background: #D1FAE5;
  color: #065F46;
}
.review-history-page .review-status-badge.status-pending {
  background: #FEF3C7;
  color: #92400E;
}
.review-history-page .review-summary {
  font-size: 16px;
  font-weight: 600;
  color: #282828;
  margin-bottom: 8px;
  line-height: 1.4;
}
.review-history-page .review-body {
  font-size: 14px;
  color: #757575;
  line-height: 1.7;
  margin-bottom: 16px;
}
.review-history-page .review-ratings-breakdown {
  display: flex;
  gap: 24px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}
.review-history-page .rating-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-history-page .rating-item .rating-label {
  font-size: 12px;
  font-weight: 600;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  min-width: 50px;
}
.review-history-page .rating-item .stars-display .star {
  width: 14px;
  height: 14px;
}
.review-history-page .empty-state {
  text-align: center;
  padding: 64px 32px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px dashed #d3d3d3;
}
.review-history-page .empty-state .empty-state-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  color: #f59e0b;
}
.review-history-page .empty-state h3 {
  font-size: 20px;
  font-weight: 700;
  color: #282828;
  margin: 0 0 8px 0;
}
.review-history-page .empty-state p {
  font-size: 14px;
  color: #757575;
  margin: 0;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .review-history-page .review-history-header {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
  .review-history-page .review-history-header .header-content {
    flex-direction: column;
    align-items: stretch;
  }
  .review-history-page .review-history-header .header-left {
    flex-direction: column;
    gap: 6px;
  }
  .review-history-page .review-history-header .page-title {
    font-size: 22px;
  }
  .review-history-page .review-history-header .review-count {
    align-self: flex-start;
  }
  .review-history-page .header-stats .overall-rating {
    justify-content: center;
  }
  .review-history-page .review-card {
    padding: 18px;
  }
  .review-history-page .review-card-header {
    flex-direction: column;
    gap: 12px;
  }
  .review-history-page .review-meta {
    flex-wrap: wrap;
  }
  .review-history-page .review-ratings-breakdown {
    flex-direction: column;
    gap: 10px;
  }
  .review-history-page .rating-item .rating-label {
    min-width: 55px;
  }
  .review-history-page .empty-state {
    padding: 48px 20px;
  }
  .review-history-page .empty-state .empty-state-icon {
    width: 64px;
    height: 64px;
  }
  .review-history-page .empty-state .empty-state-icon svg {
    width: 32px;
    height: 32px;
  }
  .review-history-page .empty-state h3 {
    font-size: 18px;
  }
  .review-history-page .empty-state p {
    font-size: 13px;
  }
}
/**
 * PartSwap - Wishlist Page Refactored Styles
 * Modern horizontal card layout with clean UX
 */
.wishlist-index-index .page-title-wrapper {
  margin-bottom: 24px;
}
.wishlist-index-index .page-title-wrapper .page-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a2e;
  letter-spacing: -0.02em;
  position: relative;
  display: inline-block;
  margin: 0;
}
.wishlist-index-index .page-title-wrapper .page-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 48px;
  height: 3px;
  background: #2f6bff;
  border-radius: 2px;
}
.wishlist-index-index .column.main {
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin-bottom: 30px;
}
.wishlist-index-index .toolbar.wishlist-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 20px;
}
.wishlist-index-index .toolbar.wishlist-toolbar.wishlist-toolbar-bottom {
  margin-top: 20px;
  margin-bottom: 0;
}
.wishlist-index-index .toolbar.wishlist-toolbar .toolbar-amount {
  font-size: 13px;
  color: #6b7280;
  margin-right: auto;
}
.wishlist-index-index .toolbar.wishlist-toolbar .toolbar-amount strong {
  color: #1a1a2e;
  font-weight: 600;
}
.wishlist-index-index .toolbar.wishlist-toolbar .limiter {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wishlist-index-index .toolbar.wishlist-toolbar .limiter .limiter-label,
.wishlist-index-index .toolbar.wishlist-toolbar .limiter .limiter-text {
  font-size: 13px;
  color: #6b7280;
}
.wishlist-index-index .toolbar.wishlist-toolbar .limiter select {
  padding: 6px 28px 6px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 13px;
  color: #1a1a2e;
  -webkit-text-fill-color: #1a1a2e;
  background-color: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s ease;
  min-height: 36px;
}
.wishlist-index-index .toolbar.wishlist-toolbar .limiter select:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.1);
}
@media (max-width: 640px) {
  .wishlist-index-index .toolbar.wishlist-toolbar .toolbar-amount {
    display: none;
  }
}
.wishlist-index-index .wishlist-items-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wishlist-index-index .wishlist-card {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.wishlist-index-index .wishlist-card:hover {
  border-color: #2f6bff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.wishlist-index-index .wishlist-card-left {
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
  background: #f9fafb;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.wishlist-index-index .wishlist-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.wishlist-index-index .wishlist-card-image .product-item-photo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wishlist-index-index .wishlist-card-image .product-image-container,
.wishlist-index-index .wishlist-card-image span.product-image-container {
  width: 180px !important;
  height: 180px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.wishlist-index-index .wishlist-card-image .product-image-wrapper {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wishlist-index-index .wishlist-card-image .product-image-photo {
  width: 180px !important;
  height: 180px !important;
  max-width: 180px !important;
  max-height: 180px !important;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.wishlist-index-index .wishlist-card:hover .product-image-photo {
  transform: scale(1.04);
}
.wishlist-index-index .wishlist-card-right {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center;
  padding: 16px 20px;
  min-width: 0 !important;
  width: auto !important;
}
.wishlist-index-index .wishlist-card-name {
  margin-bottom: 4px;
}
.wishlist-index-index .wishlist-card-name .product-item-link {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a2e;
  text-decoration: none;
  line-height: 1.4;
  display: block;
  transition: color 0.2s ease;
}
.wishlist-index-index .wishlist-card-name .product-item-link:hover {
  color: #2f6bff;
}
.wishlist-index-index .wishlist-card-price {
  margin-bottom: 12px;
}
.wishlist-index-index .wishlist-card-price .price-box {
  margin: 0;
}
.wishlist-index-index .wishlist-card-price .price-box p.price-as-configured {
  width: 100%;
}
.wishlist-index-index .wishlist-card-price .price-box .price {
  font-size: 22px;
  font-weight: 700;
  color: #2f6bff;
}
.wishlist-index-index .wishlist-card-price .price-box .old-price .price {
  font-size: 14px;
  color: #6b7280;
  text-decoration: line-through;
  font-weight: 400;
}
.wishlist-index-index .wishlist-card-price .price-box .special-price .price {
  color: #dc2626;
}
.wishlist-index-index .wishlist-card-actions-area {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wishlist-index-index .wishlist-card-cart {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.wishlist-index-index .wishlist-card-cart .wishlist-qty-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.wishlist-index-index .wishlist-card-cart .wishlist-qty-wrap .wishlist-qty-label {
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
}
.wishlist-index-index .wishlist-card-cart .wishlist-qty-wrap .wishlist-qty-input {
  width: 56px;
  height: 38px;
  border: 1.5px solid #e5e7eb;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a2e;
  transition: border-color 0.2s ease;
  margin: 0 !important;
  padding: 0;
}
.wishlist-index-index .wishlist-card-cart .wishlist-qty-wrap .wishlist-qty-input:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.1);
}
.wishlist-index-index .wishlist-card-cart .wishlist-btn-cart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 20px;
  background: #2f6bff;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  line-height: 1.4;
}
.wishlist-index-index .wishlist-card-cart .wishlist-btn-cart svg {
  flex-shrink: 0;
}
.wishlist-index-index .wishlist-card-cart .wishlist-btn-cart:hover {
  background: #1b4fdb;
  box-shadow: 0 2px 8px rgba(47, 107, 255, 0.3);
}
.wishlist-index-index .wishlist-card-cart .wishlist-btn-cart.disabled {
  background: #f3f4f6;
  color: #6b7280 !important;
  cursor: not-allowed;
  box-shadow: none;
}
.wishlist-index-index .wishlist-card-cart .wishlist-stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.wishlist-index-index .wishlist-card-cart .wishlist-stock.in-stock {
  background: rgba(73, 181, 107, 0.1);
  color: #49b56b;
}
.wishlist-index-index .wishlist-card-cart .wishlist-stock.out-of-stock {
  background: #fef2f2;
  color: #dc2626;
}
.wishlist-index-index .product-item-inner {
  padding: 0 !important;
  margin: 0 !important;
}
.wishlist-index-index .product-item-actions {
  display: none !important;
}
.wishlist-index-index .wishlist-btn-remove-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #6b7280 !important;
  text-decoration: none !important;
  transition: all 0.2s ease;
  cursor: pointer;
  margin-left: auto;
}
.wishlist-index-index .wishlist-btn-remove-inline svg {
  flex-shrink: 0;
  opacity: 0.55;
  transition: opacity 0.2s ease;
}
.wishlist-index-index .wishlist-btn-remove-inline:hover {
  border-color: #dc2626;
  background: #fef2f2;
}
.wishlist-index-index .wishlist-btn-remove-inline:hover svg {
  opacity: 1;
  stroke: #dc2626;
}
.wishlist-index-index .wishlist-actions-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}
.wishlist-index-index .wishlist-actions-bar .wishlist-actions-primary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wishlist-index-index .wishlist-action-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  text-decoration: none !important;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.wishlist-index-index .wishlist-action-btn svg {
  flex-shrink: 0;
}
.wishlist-index-index .wishlist-action-btn.wishlist-action-update {
  background: #ffffff;
  color: #1a1a2e !important;
  border: 1.5px solid #e5e7eb;
}
.wishlist-index-index .wishlist-action-btn.wishlist-action-update:hover {
  border-color: #2f6bff;
  color: #2f6bff !important;
  background: rgba(47, 107, 255, 0.04);
}
.wishlist-index-index .wishlist-action-btn.wishlist-action-tocart {
  background: #2f6bff;
  color: #fff !important;
  box-shadow: 0 2px 6px rgba(47, 107, 255, 0.25);
}
.wishlist-index-index .wishlist-action-btn.wishlist-action-tocart:hover {
  background: #1b4fdb;
  box-shadow: 0 4px 12px rgba(47, 107, 255, 0.35);
}
.wishlist-index-index form.form-wishlist-items > .actions-toolbar {
  display: none !important;
}
.wishlist-index-index .wishlist-empty-state {
  text-align: center;
  padding: 80px 20px;
  background: #f9fafb;
  border: 1px dashed #e5e7eb;
  border-radius: 12px;
}
.wishlist-index-index .wishlist-empty-state .wishlist-empty-icon {
  margin-bottom: 24px;
}
.wishlist-index-index .wishlist-empty-state .wishlist-empty-icon svg {
  opacity: 0.35;
}
.wishlist-index-index .wishlist-empty-state .wishlist-empty-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 8px;
}
.wishlist-index-index .wishlist-empty-state .wishlist-empty-text {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 24px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.wishlist-index-index .wishlist-empty-state .wishlist-empty-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #2f6bff;
  color: #fff !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}
.wishlist-index-index .wishlist-empty-state .wishlist-empty-action:hover {
  background: #1b4fdb;
}
.wishlist-index-index .message.info.empty {
  text-align: center;
  padding: 80px 20px;
  background: #f9fafb;
  border: 1px dashed #e5e7eb;
  border-radius: 12px;
  margin: 20px 0;
}
.wishlist-index-index .message.info.empty:before {
  display: none;
}
.wishlist-index-index .message.info.empty span {
  font-size: 16px;
  color: #6b7280;
}
.form-wishlist-items .products-grid.wishlist .product-item .fieldset {
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .wishlist-index-index .wishlist-card-left {
    width: 160px !important;
    min-width: 160px !important;
    max-width: 160px !important;
  }
  .wishlist-index-index .wishlist-card-image {
    padding: 12px;
  }
  .wishlist-index-index .wishlist-card-image .product-image-container,
  .wishlist-index-index .wishlist-card-image span.product-image-container,
  .wishlist-index-index .wishlist-card-image .product-image-wrapper,
  .wishlist-index-index .wishlist-card-image .product-image-photo {
    width: 136px !important;
    height: 136px !important;
    max-width: 136px !important;
    max-height: 136px !important;
  }
  .wishlist-index-index .wishlist-card-right {
    padding: 14px 16px;
  }
}
@media (max-width: 767px) {
  .wishlist-index-index .page-title-wrapper {
    margin-bottom: 16px;
  }
  .wishlist-index-index .page-title-wrapper .page-title {
    font-size: 22px;
  }
  .wishlist-index-index .page-title-wrapper .page-title:after {
    width: 36px;
    bottom: -6px;
    height: 2.5px;
  }
  .wishlist-index-index .toolbar.wishlist-toolbar {
    padding: 6px 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    background: transparent;
    border: none;
    justify-content: flex-start;
  }
  .wishlist-index-index .toolbar.wishlist-toolbar.wishlist-toolbar-bottom {
    margin-top: 8px;
    display: none;
  }
  .wishlist-index-index .toolbar.wishlist-toolbar .toolbar-amount {
    font-size: 12px;
    display: inline;
    margin-right: auto;
  }
  .wishlist-index-index .toolbar.wishlist-toolbar .toolbar-amount strong {
    font-weight: 600;
  }
  .wishlist-index-index .toolbar.wishlist-toolbar .limiter {
    gap: 5px;
  }
  .wishlist-index-index .toolbar.wishlist-toolbar .limiter .limiter-label,
  .wishlist-index-index .toolbar.wishlist-toolbar .limiter .limiter-text {
    font-size: 12px;
  }
  .wishlist-index-index .toolbar.wishlist-toolbar .limiter select {
    min-height: 30px;
    font-size: 12px;
    padding: 4px 22px 4px 8px;
    border-radius: 5px;
  }
  .wishlist-index-index .wishlist-items-grid {
    gap: 10px;
  }
  .wishlist-index-index .wishlist-card {
    flex-direction: row !important;
    border-radius: 10px;
  }
  .wishlist-index-index .wishlist-card-left {
    width: 110px !important;
    min-width: 110px !important;
    max-width: 110px !important;
    padding: 0;
  }
  .wishlist-index-index .wishlist-card-image {
    padding: 10px;
  }
  .wishlist-index-index .wishlist-card-image .product-item-photo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wishlist-index-index .wishlist-card-image .product-image-container,
  .wishlist-index-index .wishlist-card-image span.product-image-container {
    width: 90px !important;
    height: 90px !important;
  }
  .wishlist-index-index .wishlist-card-image .product-image-wrapper {
    padding: 0 !important;
  }
  .wishlist-index-index .wishlist-card-image .product-image-photo {
    width: 90px !important;
    height: 90px !important;
    max-width: 90px !important;
    max-height: 90px !important;
    object-fit: contain;
  }
  .wishlist-index-index .wishlist-card-right {
    padding: 12px 12px 12px 0;
    justify-content: center;
  }
  .wishlist-index-index .wishlist-card-name {
    text-align: left;
    margin-bottom: 2px;
  }
  .wishlist-index-index .wishlist-card-name .product-item-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .wishlist-index-index .wishlist-card-price {
    text-align: left;
    margin-bottom: 8px;
  }
  .wishlist-index-index .wishlist-card-price .price-box .price {
    font-size: 17px;
  }
  .wishlist-index-index .wishlist-card-cart {
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: nowrap;
  }
  .wishlist-index-index .wishlist-card-cart .wishlist-qty-wrap {
    gap: 5px;
  }
  .wishlist-index-index .wishlist-card-cart .wishlist-qty-wrap .wishlist-qty-label {
    font-size: 12px;
  }
  .wishlist-index-index .wishlist-card-cart .wishlist-qty-wrap .wishlist-qty-input {
    width: 44px;
    height: 32px;
    font-size: 13px;
    border-radius: 5px;
  }
  .wishlist-index-index .wishlist-card-cart .wishlist-btn-cart {
    flex: 1;
    justify-content: center;
    min-width: 0;
    padding: 7px 12px;
    font-size: 12px;
    border-radius: 6px;
    gap: 5px;
  }
  .wishlist-index-index .wishlist-card-cart .wishlist-btn-cart svg {
    width: 14px;
    height: 14px;
  }
  .wishlist-index-index .wishlist-btn-remove-inline {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    margin-left: 0;
    flex-shrink: 0;
  }
  .wishlist-index-index .wishlist-btn-remove-inline svg {
    width: 14px;
    height: 14px;
  }
  .wishlist-index-index .wishlist-actions-bar {
    margin-top: 16px;
    padding-top: 16px;
    gap: 0;
  }
  .wishlist-index-index .wishlist-actions-bar .wishlist-actions-primary {
    width: 100%;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px;
  }
  .wishlist-index-index .wishlist-actions-bar .wishlist-actions-primary > button,
  .wishlist-index-index .wishlist-actions-bar .wishlist-actions-primary > .wishlist-action-btn,
  .wishlist-index-index .wishlist-actions-bar .wishlist-actions-primary > .action {
    display: inline-flex !important;
    width: auto !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    justify-content: center;
    padding: 10px 12px;
    font-size: 12px;
    gap: 5px;
    border-radius: 6px;
    white-space: nowrap;
    box-sizing: border-box;
  }
  .wishlist-index-index .wishlist-actions-bar .wishlist-actions-primary > button svg,
  .wishlist-index-index .wishlist-actions-bar .wishlist-actions-primary > .wishlist-action-btn svg,
  .wishlist-index-index .wishlist-actions-bar .wishlist-actions-primary > .action svg {
    width: 14px;
    height: 14px;
  }
  .wishlist-index-index .wishlist-empty-state {
    padding: 50px 16px;
  }
  .wishlist-index-index .wishlist-empty-state .wishlist-empty-icon svg {
    width: 56px;
    height: 56px;
  }
  .wishlist-index-index .wishlist-empty-state .wishlist-empty-title {
    font-size: 17px;
  }
  .wishlist-index-index .wishlist-empty-state .wishlist-empty-text {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .wishlist-index-index .wishlist-card-left {
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
  }
  .wishlist-index-index .wishlist-card-image {
    padding: 8px;
  }
  .wishlist-index-index .wishlist-card-image .product-image-container,
  .wishlist-index-index .wishlist-card-image span.product-image-container,
  .wishlist-index-index .wishlist-card-image .product-image-photo {
    width: 74px !important;
    height: 74px !important;
    max-width: 74px !important;
    max-height: 74px !important;
  }
  .wishlist-index-index .wishlist-card-right {
    padding: 10px 10px 10px 0;
  }
  .wishlist-index-index .wishlist-card-name .product-item-link {
    font-size: 13px;
  }
  .wishlist-index-index .wishlist-card-price .price-box .price {
    font-size: 15px;
  }
  .wishlist-index-index .wishlist-card-cart {
    gap: 6px;
    flex-wrap: wrap;
  }
  .wishlist-index-index .wishlist-card-cart .wishlist-qty-wrap .wishlist-qty-input {
    width: 40px;
    height: 30px;
    font-size: 12px;
  }
  .wishlist-index-index .wishlist-card-cart .wishlist-qty-wrap .wishlist-qty-label {
    font-size: 11px;
  }
  .wishlist-index-index .wishlist-card-cart .wishlist-btn-cart {
    padding: 6px 10px;
    font-size: 11px;
  }
  .wishlist-index-index .wishlist-card-cart .wishlist-btn-cart span {
    display: none;
  }
  .wishlist-index-index .wishlist-card-cart .wishlist-btn-cart svg {
    margin: 0;
  }
  .wishlist-index-index .wishlist-btn-remove-inline {
    width: 30px;
    height: 30px;
  }
  .wishlist-index-index .wishlist-btn-remove-inline svg {
    width: 13px;
    height: 13px;
  }
  .wishlist-index-index .wishlist-actions-bar .wishlist-actions-primary {
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }
  .wishlist-index-index .wishlist-actions-bar .wishlist-actions-primary > button,
  .wishlist-index-index .wishlist-actions-bar .wishlist-actions-primary > .wishlist-action-btn,
  .wishlist-index-index .wishlist-actions-bar .wishlist-actions-primary > .action {
    width: 100% !important;
    flex: none !important;
  }
}
.block.block-wishlist .block-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a2e;
  padding-bottom: 12px;
  border-bottom: 2px solid #2f6bff;
  margin-bottom: 12px;
}
.block.block-wishlist .product-items .product-item {
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
}
.block.block-wishlist .product-items .product-item:last-child {
  border-bottom: none;
}
.block.block-wishlist .product-items .product-item .product-item-name a {
  font-size: 13px;
  color: #1a1a2e;
}
.block.block-wishlist .product-items .product-item .product-item-name a:hover {
  color: #2f6bff;
}
.block.block-wishlist .product-items .product-item .price-box .price {
  font-size: 15px;
  color: #2f6bff;
  font-weight: 600;
}
.marketplace-seller-profile .product.data.items,
.wk-supplier-tabs .product.data.items {
  width: 100%;
}
.marketplace-seller-profile .product.data.items > .item.title,
.wk-supplier-tabs .product.data.items > .item.title {
  margin: 0 5px 0 0;
}
.marketplace-seller-profile .product.data.items > .item.title > .switch,
.wk-supplier-tabs .product.data.items > .item.title > .switch {
  padding: 12px 25px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background: #fafafa;
  color: #333333;
  transition: all 0.3s ease;
}
.marketplace-seller-profile .product.data.items > .item.title > .switch:hover,
.wk-supplier-tabs .product.data.items > .item.title > .switch:hover {
  background: #ffffff;
  color: #2f6bff;
}
.marketplace-seller-profile .product.data.items > .item.title.active > .switch,
.wk-supplier-tabs .product.data.items > .item.title.active > .switch {
  background: #2f6bff;
  color: #ffffff;
  border-color: #2f6bff;
}
.marketplace-seller-profile .product.data.items > .item.content,
.wk-supplier-tabs .product.data.items > .item.content {
  padding: 25px !important;
  border: 1px solid #e5e5e5;
  border-radius: 0 0 8px 8px;
  background: #ffffff;
}
.marketplace-seller-profile #supplier_review_info .wk-rating-left-block,
.wk-supplier-tabs #supplier_review_info .wk-rating-left-block {
  background: #fafafa !important;
  padding: 30px !important;
  border-radius: 8px !important;
  margin-bottom: 20px !important;
}
.marketplace-seller-profile #supplier_review_info .rating-section,
.wk-supplier-tabs #supplier_review_info .rating-section {
  display: inline-flex !important;
  align-items: center !important;
  background: #49b56b !important;
  color: #ffffff !important;
  padding: 15px 25px !important;
  border-radius: 8px !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
}
.marketplace-seller-profile #supplier_review_info .rating-section::before,
.wk-supplier-tabs #supplier_review_info .rating-section::before {
  content: "\f005" !important;
  font-family: 'FontAwesome' !important;
  margin-right: 10px !important;
  font-size: 24px !important;
}
.marketplace-seller-profile #supplier_review_info .wk-mp-rating-individual,
.wk-supplier-tabs #supplier_review_info .wk-mp-rating-individual {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  margin: 10px 0 !important;
  padding: 10px 15px !important;
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
}
.marketplace-seller-profile #supplier_review_info .wk-mp-rating-individual-txt,
.wk-supplier-tabs #supplier_review_info .wk-mp-rating-individual-txt {
  min-width: 60px !important;
  font-weight: 600 !important;
  color: #333333 !important;
  text-align: right !important;
}
.marketplace-seller-profile #supplier_review_info .wk-mp-rating-individual-progress-bar,
.wk-supplier-tabs #supplier_review_info .wk-mp-rating-individual-progress-bar {
  flex: 1 !important;
  height: 10px !important;
  background: #e5e5e5 !important;
  border-radius: 5px !important;
  overflow: hidden !important;
}
.marketplace-seller-profile #supplier_review_info .wk-mp-rating-individual-progress-bar .wk-progress-bar,
.wk-supplier-tabs #supplier_review_info .wk-mp-rating-individual-progress-bar .wk-progress-bar {
  height: 100% !important;
  background: linear-gradient(90deg, #49b56b, #6dc488) !important;
  border-radius: 5px !important;
}
.marketplace-seller-profile #supplier_review_info .wk-mp-rating-individual-right-txt,
.wk-supplier-tabs #supplier_review_info .wk-mp-rating-individual-right-txt {
  min-width: 40px !important;
  text-align: center !important;
  font-weight: 600 !important;
  color: #777777 !important;
}
.marketplace-seller-profile #supplier_review_info .wk-rating-blocks,
.wk-supplier-tabs #supplier_review_info .wk-rating-blocks {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
  margin: 20px 0 !important;
}
.marketplace-seller-profile #supplier_review_info .rating-star,
.wk-supplier-tabs #supplier_review_info .rating-star {
  display: inline-flex !important;
  align-items: center !important;
  padding: 8px 15px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
}
.marketplace-seller-profile #supplier_review_info .rating-star::before,
.wk-supplier-tabs #supplier_review_info .rating-star::before {
  content: "\f005" !important;
  font-family: 'FontAwesome' !important;
  margin-right: 8px !important;
}
.marketplace-seller-profile #supplier_review_info .rating-star.quantity,
.wk-supplier-tabs #supplier_review_info .rating-star.quantity {
  background: #49b56b !important;
}
.marketplace-seller-profile #supplier_review_info .rating-star.price,
.wk-supplier-tabs #supplier_review_info .rating-star.price {
  background: #E8AE44 !important;
}
.marketplace-seller-profile #supplier_review_info .rating-star.value,
.wk-supplier-tabs #supplier_review_info .rating-star.value {
  background: #ABCA51 !important;
}
.marketplace-seller-profile #supplier_review_info .wk-mp-rating-summary-container,
.wk-supplier-tabs #supplier_review_info .wk-mp-rating-summary-container {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
  padding: 20px !important;
  margin-bottom: 15px !important;
}
.marketplace-seller-profile #supplier_review_info .wk-mp-rating-customer-name,
.wk-supplier-tabs #supplier_review_info .wk-mp-rating-customer-name {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #333333 !important;
  display: block !important;
  margin-bottom: 5px !important;
}
.marketplace-seller-profile #supplier_review_info .wk-mp-rating-date,
.wk-supplier-tabs #supplier_review_info .wk-mp-rating-date {
  font-size: 13px !important;
  color: #777777 !important;
}
.marketplace-seller-profile #supplier_review_info .wk-mp-rating-val-stars,
.wk-supplier-tabs #supplier_review_info .wk-mp-rating-val-stars {
  display: flex !important;
  gap: 3px !important;
  margin: 10px 0 !important;
}
.marketplace-seller-profile #supplier_review_info .wk-mp-rating-val-stars .fa-star,
.wk-supplier-tabs #supplier_review_info .wk-mp-rating-val-stars .fa-star,
.marketplace-seller-profile #supplier_review_info .wk-mp-rating-val-stars .fa-star-o,
.wk-supplier-tabs #supplier_review_info .wk-mp-rating-val-stars .fa-star-o {
  color: #FFB800 !important;
  font-size: 16px !important;
}
.marketplace-seller-profile #marketplace_sellerprofile_tab .description-tab-content,
.wk-supplier-tabs #marketplace_sellerprofile_tab .description-tab-content {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 30px !important;
}
.marketplace-seller-profile #marketplace_sellerprofile_tab .description-left-container,
.wk-supplier-tabs #marketplace_sellerprofile_tab .description-left-container {
  flex: 0 0 250px !important;
  text-align: center !important;
  padding-right: 30px !important;
  border-right: 1px solid #e5e5e5 !important;
}
.marketplace-seller-profile #marketplace_sellerprofile_tab .description-right-container,
.wk-supplier-tabs #marketplace_sellerprofile_tab .description-right-container {
  flex: 1 !important;
  min-width: 300px !important;
}
.marketplace-seller-profile #marketplace_sellerprofile_tab .descrition-heading,
.wk-supplier-tabs #marketplace_sellerprofile_tab .descrition-heading {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #1b2c52 !important;
  margin-bottom: 15px !important;
}
.marketplace-seller-profile #marketplace_sellerprofile_tab .wk-seller-stats-card,
.wk-supplier-tabs #marketplace_sellerprofile_tab .wk-seller-stats-card {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
  padding: 20px !important;
  margin-bottom: 15px !important;
  text-align: center !important;
}
.marketplace-seller-profile #marketplace_sellerprofile_tab .wk-seller-stats-card .stat-icon,
.wk-supplier-tabs #marketplace_sellerprofile_tab .wk-seller-stats-card .stat-icon {
  font-size: 24px !important;
  color: #2f6bff !important;
  margin-bottom: 10px !important;
}
.marketplace-seller-profile #marketplace_sellerprofile_tab .wk-seller-stats-card .stat-value,
.wk-supplier-tabs #marketplace_sellerprofile_tab .wk-seller-stats-card .stat-value {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #333333 !important;
}
.marketplace-seller-profile #marketplace_sellerprofile_tab .wk-seller-stats-card .stat-label,
.wk-supplier-tabs #marketplace_sellerprofile_tab .wk-seller-stats-card .stat-label {
  font-size: 12px !important;
  color: #777777 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}
.marketplace-seller-profile #marketplace_sellerprofile_tab .wk-seller-info-section,
.wk-supplier-tabs #marketplace_sellerprofile_tab .wk-seller-info-section {
  margin-bottom: 25px !important;
}
.marketplace-seller-profile #marketplace_sellerprofile_tab .wk-seller-info-section h3,
.wk-supplier-tabs #marketplace_sellerprofile_tab .wk-seller-info-section h3,
.marketplace-seller-profile #marketplace_sellerprofile_tab .wk-seller-info-section h4,
.wk-supplier-tabs #marketplace_sellerprofile_tab .wk-seller-info-section h4 {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #1b2c52 !important;
  margin-bottom: 15px !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #e5e5e5 !important;
}
.marketplace-seller-profile #marketplace_sellerprofile_tab .wk-mp-profile-icon,
.wk-supplier-tabs #marketplace_sellerprofile_tab .wk-mp-profile-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: #fafafa !important;
  color: #777777 !important;
  margin-right: 10px !important;
  transition: all 0.3s ease !important;
}
.marketplace-seller-profile #marketplace_sellerprofile_tab .wk-mp-profile-icon:hover,
.wk-supplier-tabs #marketplace_sellerprofile_tab .wk-mp-profile-icon:hover {
  background: #2f6bff !important;
  color: #ffffff !important;
}
.marketplace-seller-profile #wk-policy-tab .policy-content,
.wk-supplier-tabs #wk-policy-tab .policy-content {
  background: #ffffff !important;
  padding: 20px !important;
  border-radius: 8px !important;
  border: 1px solid #e5e5e5 !important;
}
.marketplace-seller-profile #wk-policy-tab .policy-content h3,
.wk-supplier-tabs #wk-policy-tab .policy-content h3,
.marketplace-seller-profile #wk-policy-tab .policy-content h4,
.wk-supplier-tabs #wk-policy-tab .policy-content h4 {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #1b2c52 !important;
  margin-bottom: 15px !important;
}
.marketplace-seller-profile #wk-policy-tab .policy-content p,
.wk-supplier-tabs #wk-policy-tab .policy-content p {
  color: #333333 !important;
  line-height: 1.7 !important;
}
.marketplace-seller-profile #wk-contact-tab .wk-seller-contact-contaainer,
.wk-supplier-tabs #wk-contact-tab .wk-seller-contact-contaainer {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 30px !important;
}
.marketplace-seller-profile #wk-contact-tab .wk-seller-contact-left-container,
.wk-supplier-tabs #wk-contact-tab .wk-seller-contact-left-container,
.marketplace-seller-profile #wk-contact-tab .wk-seller-contact-right-container,
.wk-supplier-tabs #wk-contact-tab .wk-seller-contact-right-container {
  flex: 1 !important;
  min-width: 280px !important;
}
.marketplace-seller-profile #wk-contact-tab .wk-seller-contact-left-container,
.wk-supplier-tabs #wk-contact-tab .wk-seller-contact-left-container {
  padding-right: 30px !important;
  border-right: 1px solid #e5e5e5 !important;
}
.marketplace-seller-profile #wk-contact-tab .form-class-container label,
.wk-supplier-tabs #wk-contact-tab .form-class-container label {
  font-weight: 600 !important;
  color: #333333 !important;
  margin-bottom: 8px !important;
  display: block !important;
}
.marketplace-seller-profile #wk-contact-tab .form-class-container input[type="text"],
.wk-supplier-tabs #wk-contact-tab .form-class-container input[type="text"],
.marketplace-seller-profile #wk-contact-tab .form-class-container input[type="email"],
.wk-supplier-tabs #wk-contact-tab .form-class-container input[type="email"],
.marketplace-seller-profile #wk-contact-tab .form-class-container textarea,
.wk-supplier-tabs #wk-contact-tab .form-class-container textarea {
  width: 100% !important;
  padding: 12px 15px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  transition: border-color 0.3s ease !important;
}
.marketplace-seller-profile #wk-contact-tab .form-class-container input[type="text"]:focus,
.wk-supplier-tabs #wk-contact-tab .form-class-container input[type="text"]:focus,
.marketplace-seller-profile #wk-contact-tab .form-class-container input[type="email"]:focus,
.wk-supplier-tabs #wk-contact-tab .form-class-container input[type="email"]:focus,
.marketplace-seller-profile #wk-contact-tab .form-class-container textarea:focus,
.wk-supplier-tabs #wk-contact-tab .form-class-container textarea:focus {
  border-color: #2f6bff !important;
  outline: none !important;
}
.marketplace-seller-profile #wk-contact-tab .form-class-container #askbtn,
.wk-supplier-tabs #wk-contact-tab .form-class-container #askbtn {
  background: #2f6bff !important;
  color: #ffffff !important;
  border: none !important;
  padding: 12px 30px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}
.marketplace-seller-profile #wk-contact-tab .form-class-container #askbtn:hover,
.wk-supplier-tabs #wk-contact-tab .form-class-container #askbtn:hover {
  background: #0048fb !important;
}
.marketplace-account-editprofile .page-title-wrapper {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e5e5e5;
}
.marketplace-account-editprofile .page-title-wrapper .page-title {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #1b2c52 !important;
  margin: 0 !important;
  position: relative;
  display: inline-block;
}
.marketplace-account-editprofile .page-title-wrapper .page-title::after {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #2f6bff 0%, #49b56b 100%);
  border-radius: 2px;
}
.marketplace-account-editprofile .column.main {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  padding: 30px !important;
}
.marketplace-account-editprofile .wk-mp-page-title,
.marketplace-account-editprofile .profile-header,
.marketplace-account-editprofile div:has( > span:contains("Edit Profile Information")),
.marketplace-account-editprofile div:has(> .wk-mp-btn) {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
  background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%) !important;
  padding: 20px 25px !important;
  border-radius: 8px !important;
  margin-bottom: 30px !important;
  border: 1px solid #e5e5e5 !important;
}
.marketplace-account-editprofile .wk-mp-page-title span,
.marketplace-account-editprofile .profile-header span,
.marketplace-account-editprofile div:has( > span:contains("Edit Profile Information")) span,
.marketplace-account-editprofile div:has(> .wk-mp-btn) span,
.marketplace-account-editprofile .wk-mp-page-title .section-title,
.marketplace-account-editprofile .profile-header .section-title,
.marketplace-account-editprofile div:has( > span:contains("Edit Profile Information")) .section-title,
.marketplace-account-editprofile div:has(> .wk-mp-btn) .section-title,
.marketplace-account-editprofile .wk-mp-page-title h2,
.marketplace-account-editprofile .profile-header h2,
.marketplace-account-editprofile div:has( > span:contains("Edit Profile Information")) h2,
.marketplace-account-editprofile div:has(> .wk-mp-btn) h2 {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #1b2c52 !important;
  margin: 0 !important;
}
.marketplace-account-editprofile .wk-mp-page-title .wk-mp-btn,
.marketplace-account-editprofile .profile-header .wk-mp-btn,
.marketplace-account-editprofile div:has( > span:contains("Edit Profile Information")) .wk-mp-btn,
.marketplace-account-editprofile div:has(> .wk-mp-btn) .wk-mp-btn,
.marketplace-account-editprofile .wk-mp-page-title button[type="submit"],
.marketplace-account-editprofile .profile-header button[type="submit"],
.marketplace-account-editprofile div:has( > span:contains("Edit Profile Information")) button[type="submit"],
.marketplace-account-editprofile div:has(> .wk-mp-btn) button[type="submit"],
.marketplace-account-editprofile .wk-mp-page-title .action.primary,
.marketplace-account-editprofile .profile-header .action.primary,
.marketplace-account-editprofile div:has( > span:contains("Edit Profile Information")) .action.primary,
.marketplace-account-editprofile div:has(> .wk-mp-btn) .action.primary {
  background: linear-gradient(135deg, #49b56b 0%, #3a9156 100%) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 12px 28px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(73, 181, 107, 0.3) !important;
}
.marketplace-account-editprofile .wk-mp-page-title .wk-mp-btn:hover,
.marketplace-account-editprofile .profile-header .wk-mp-btn:hover,
.marketplace-account-editprofile div:has( > span:contains("Edit Profile Information")) .wk-mp-btn:hover,
.marketplace-account-editprofile div:has(> .wk-mp-btn) .wk-mp-btn:hover,
.marketplace-account-editprofile .wk-mp-page-title button[type="submit"]:hover,
.marketplace-account-editprofile .profile-header button[type="submit"]:hover,
.marketplace-account-editprofile div:has( > span:contains("Edit Profile Information")) button[type="submit"]:hover,
.marketplace-account-editprofile div:has(> .wk-mp-btn) button[type="submit"]:hover,
.marketplace-account-editprofile .wk-mp-page-title .action.primary:hover,
.marketplace-account-editprofile .profile-header .action.primary:hover,
.marketplace-account-editprofile div:has( > span:contains("Edit Profile Information")) .action.primary:hover,
.marketplace-account-editprofile div:has(> .wk-mp-btn) .action.primary:hover {
  background: linear-gradient(135deg, #5bbd7a 0%, #49b56b 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(73, 181, 107, 0.4) !important;
}
.wk-mp-body .fieldset,
.wk-mp-body .wk-mp-fieldset {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 25px !important;
  margin-bottom: 25px !important;
}
.wk-mp-body .fieldset .legend,
.wk-mp-body .wk-mp-fieldset .legend,
.wk-mp-body .fieldset .wk-legend,
.wk-mp-body .wk-mp-fieldset .wk-legend {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #1b2c52 !important;
  padding: 0 15px !important;
  margin-bottom: 20px !important;
  background: #ffffff;
}
.wk-mp-body .field,
.wk-mp-body .wk-mp-field {
  margin-bottom: 20px !important;
}
.wk-mp-body .field .label,
.wk-mp-body .wk-mp-field .label,
.wk-mp-body .field > label,
.wk-mp-body .wk-mp-field > label {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #333333 !important;
  margin-bottom: 8px !important;
  display: block !important;
}
.wk-mp-body .field .label span,
.wk-mp-body .wk-mp-field .label span,
.wk-mp-body .field > label span,
.wk-mp-body .wk-mp-field > label span {
  color: #333333 !important;
}
.wk-mp-body .field .label::after,
.wk-mp-body .wk-mp-field .label::after,
.wk-mp-body .field > label::after,
.wk-mp-body .wk-mp-field > label::after {
  color: #dc2626 !important;
}
.wk-mp-body .field .control input[type="text"],
.wk-mp-body .wk-mp-field .control input[type="text"],
.wk-mp-body .field .control input[type="email"],
.wk-mp-body .wk-mp-field .control input[type="email"],
.wk-mp-body .field .control input[type="tel"],
.wk-mp-body .wk-mp-field .control input[type="tel"],
.wk-mp-body .field .control input[type="number"],
.wk-mp-body .wk-mp-field .control input[type="number"],
.wk-mp-body .field .control input[type="url"],
.wk-mp-body .wk-mp-field .control input[type="url"],
.wk-mp-body .field .control input[type="password"],
.wk-mp-body .wk-mp-field .control input[type="password"],
.wk-mp-body .field .control textarea,
.wk-mp-body .wk-mp-field .control textarea,
.wk-mp-body .field .control select,
.wk-mp-body .wk-mp-field .control select {
  width: 100% !important;
  padding: 12px 15px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  color: #333333 !important;
  background: #ffffff !important;
  transition: all 0.3s ease !important;
}
.wk-mp-body .field .control input[type="text"]:focus,
.wk-mp-body .wk-mp-field .control input[type="text"]:focus,
.wk-mp-body .field .control input[type="email"]:focus,
.wk-mp-body .wk-mp-field .control input[type="email"]:focus,
.wk-mp-body .field .control input[type="tel"]:focus,
.wk-mp-body .wk-mp-field .control input[type="tel"]:focus,
.wk-mp-body .field .control input[type="number"]:focus,
.wk-mp-body .wk-mp-field .control input[type="number"]:focus,
.wk-mp-body .field .control input[type="url"]:focus,
.wk-mp-body .wk-mp-field .control input[type="url"]:focus,
.wk-mp-body .field .control input[type="password"]:focus,
.wk-mp-body .wk-mp-field .control input[type="password"]:focus,
.wk-mp-body .field .control textarea:focus,
.wk-mp-body .wk-mp-field .control textarea:focus,
.wk-mp-body .field .control select:focus,
.wk-mp-body .wk-mp-field .control select:focus {
  border-color: #2f6bff !important;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.1) !important;
  outline: none !important;
}
.wk-mp-body .field .control input[type="text"]::placeholder,
.wk-mp-body .wk-mp-field .control input[type="text"]::placeholder,
.wk-mp-body .field .control input[type="email"]::placeholder,
.wk-mp-body .wk-mp-field .control input[type="email"]::placeholder,
.wk-mp-body .field .control input[type="tel"]::placeholder,
.wk-mp-body .wk-mp-field .control input[type="tel"]::placeholder,
.wk-mp-body .field .control input[type="number"]::placeholder,
.wk-mp-body .wk-mp-field .control input[type="number"]::placeholder,
.wk-mp-body .field .control input[type="url"]::placeholder,
.wk-mp-body .wk-mp-field .control input[type="url"]::placeholder,
.wk-mp-body .field .control input[type="password"]::placeholder,
.wk-mp-body .wk-mp-field .control input[type="password"]::placeholder,
.wk-mp-body .field .control textarea::placeholder,
.wk-mp-body .wk-mp-field .control textarea::placeholder,
.wk-mp-body .field .control select::placeholder,
.wk-mp-body .wk-mp-field .control select::placeholder {
  color: #777777 !important;
}
.wk-mp-body .field .control textarea,
.wk-mp-body .wk-mp-field .control textarea {
  min-height: 120px !important;
  resize: vertical !important;
}
#form-editprofile-validate .wk-mp-banner,
.wk-mp-design .wk-mp-banner,
#form-editprofile-validate .banner-container,
.wk-mp-design .banner-container,
#form-editprofile-validate img[id*="banner"],
.wk-mp-design img[id*="banner"],
#form-editprofile-validate img[class*="banner"],
.wk-mp-design img[class*="banner"] {
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 20px !important;
}
#form-editprofile-validate .wk-mp-logo,
.wk-mp-design .wk-mp-logo,
#form-editprofile-validate .logo-container,
.wk-mp-design .logo-container {
  display: inline-block;
  padding: 15px;
  background: #fafafa;
  border-radius: 8px;
  border: 2px dashed #e5e5e5;
}
#form-editprofile-validate .wk-mp-logo img,
.wk-mp-design .wk-mp-logo img,
#form-editprofile-validate .logo-container img,
.wk-mp-design .logo-container img {
  max-width: 150px !important;
  height: auto !important;
}
#form-editprofile-validate input[type="file"],
.wk-mp-design input[type="file"] {
  display: none !important;
}
#form-editprofile-validate .wk-mp-btn-choosefile,
.wk-mp-design .wk-mp-btn-choosefile,
#form-editprofile-validate input[type="file"] + label,
.wk-mp-design input[type="file"] + label,
#form-editprofile-validate button[class*="choose"],
.wk-mp-design button[class*="choose"],
#form-editprofile-validate .action.choose,
.wk-mp-design .action.choose,
#form-editprofile-validate input[type="button"][value="Choose File"],
.wk-mp-design input[type="button"][value="Choose File"] {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 20px !important;
  background: #2f6bff !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}
#form-editprofile-validate .wk-mp-btn-choosefile:hover,
.wk-mp-design .wk-mp-btn-choosefile:hover,
#form-editprofile-validate input[type="file"] + label:hover,
.wk-mp-design input[type="file"] + label:hover,
#form-editprofile-validate button[class*="choose"]:hover,
.wk-mp-design button[class*="choose"]:hover,
#form-editprofile-validate .action.choose:hover,
.wk-mp-design .action.choose:hover,
#form-editprofile-validate input[type="button"][value="Choose File"]:hover,
.wk-mp-design input[type="button"][value="Choose File"]:hover {
  background: #0048fb !important;
  transform: translateY(-1px) !important;
}
#form-editprofile-validate .wk-mp-btn-choosefile::before,
.wk-mp-design .wk-mp-btn-choosefile::before,
#form-editprofile-validate input[type="file"] + label::before,
.wk-mp-design input[type="file"] + label::before,
#form-editprofile-validate button[class*="choose"]::before,
.wk-mp-design button[class*="choose"]::before,
#form-editprofile-validate .action.choose::before,
.wk-mp-design .action.choose::before,
#form-editprofile-validate input[type="button"][value="Choose File"]::before,
.wk-mp-design input[type="button"][value="Choose File"]::before {
  content: '\f093';
  font-family: 'FontAwesome';
}
#form-editprofile-validate .wk-delete-image,
.wk-mp-design .wk-delete-image,
#form-editprofile-validate .delete-image,
.wk-mp-design .delete-image,
#form-editprofile-validate [class*="delete-image"],
.wk-mp-design [class*="delete-image"],
#form-editprofile-validate a[title*="Delete"],
.wk-mp-design a[title*="Delete"],
#form-editprofile-validate a[title*="Remove"],
.wk-mp-design a[title*="Remove"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  background: #dc2626 !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  font-size: 14px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
}
#form-editprofile-validate .wk-delete-image:hover,
.wk-mp-design .wk-delete-image:hover,
#form-editprofile-validate .delete-image:hover,
.wk-mp-design .delete-image:hover,
#form-editprofile-validate [class*="delete-image"]:hover,
.wk-mp-design [class*="delete-image"]:hover,
#form-editprofile-validate a[title*="Delete"]:hover,
.wk-mp-design a[title*="Delete"]:hover,
#form-editprofile-validate a[title*="Remove"]:hover,
.wk-mp-design a[title*="Remove"]:hover {
  background: #b21d1d !important;
  transform: scale(1.1) !important;
}
#form-editprofile-validate .wk-mp-social .field,
.wk-mp-design .wk-mp-social .field,
#form-editprofile-validate [class*="social"] .field,
.wk-mp-design [class*="social"] .field {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  gap: 15px !important;
  padding: 15px !important;
  background: #fafafa !important;
  border-radius: 8px !important;
  margin-bottom: 15px !important;
}
#form-editprofile-validate .wk-mp-social .field .label,
.wk-mp-design .wk-mp-social .field .label,
#form-editprofile-validate [class*="social"] .field .label,
.wk-mp-design [class*="social"] .field .label {
  flex: 0 0 100% !important;
}
#form-editprofile-validate .wk-mp-social .field .control,
.wk-mp-design .wk-mp-social .field .control,
#form-editprofile-validate [class*="social"] .field .control,
.wk-mp-design [class*="social"] .field .control {
  flex: 1 !important;
  min-width: 250px !important;
}
#form-editprofile-validate input[type="checkbox"],
.wk-mp-design input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #e5e5e5 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  cursor: pointer !important;
  position: relative !important;
  transition: all 0.3s ease !important;
}
#form-editprofile-validate input[type="checkbox"]:checked,
.wk-mp-design input[type="checkbox"]:checked {
  background: #2f6bff !important;
  border-color: #2f6bff !important;
}
#form-editprofile-validate input[type="checkbox"]:checked::after,
.wk-mp-design input[type="checkbox"]:checked::after {
  content: '\2713';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
#form-editprofile-validate input[type="checkbox"]:hover,
.wk-mp-design input[type="checkbox"]:hover {
  border-color: #2f6bff !important;
}
#form-editprofile-validate .checkbox-label,
.wk-mp-design .checkbox-label,
#form-editprofile-validate label[for*="allow"],
.wk-mp-design label[for*="allow"],
#form-editprofile-validate input[type="checkbox"] + label,
.wk-mp-design input[type="checkbox"] + label,
#form-editprofile-validate input[type="checkbox"] ~ label,
.wk-mp-design input[type="checkbox"] ~ label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 13px !important;
  color: #777777 !important;
  cursor: pointer !important;
}
.mce-tinymce,
.tox-tinymce {
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}
.mce-tinymce .mce-toolbar,
.tox-tinymce .mce-toolbar,
.mce-tinymce .tox-toolbar,
.tox-tinymce .tox-toolbar,
.mce-tinymce .tox-toolbar__primary,
.tox-tinymce .tox-toolbar__primary,
.mce-tinymce .tox-toolbar__overflow,
.tox-tinymce .tox-toolbar__overflow {
  background: #fafafa !important;
  border-bottom: 1px solid #e5e5e5 !important;
}
.mce-tinymce .tox-tbtn,
.tox-tinymce .tox-tbtn {
  border-radius: 4px !important;
}
.mce-tinymce .tox-tbtn:hover,
.tox-tinymce .tox-tbtn:hover {
  background: rgba(47, 107, 255, 0.1) !important;
}
.mce-tinymce .tox-tbtn--enabled,
.tox-tinymce .tox-tbtn--enabled,
.mce-tinymce .tox-tbtn--bespoke,
.tox-tinymce .tox-tbtn--bespoke {
  background: #ffffff !important;
}
.mce-tinymce .tox-tbtn__select-label,
.tox-tinymce .tox-tbtn__select-label {
  color: #333333 !important;
  font-weight: 500 !important;
}
.mce-tinymce .tox-tbtn--bespoke,
.tox-tinymce .tox-tbtn--bespoke {
  background: #ffffff !important;
}
.mce-tinymce .tox-tbtn--bespoke .tox-tbtn__select-label,
.tox-tinymce .tox-tbtn--bespoke .tox-tbtn__select-label {
  color: #333333 !important;
}
.mce-tinymce .mce-edit-area,
.tox-tinymce .mce-edit-area,
.mce-tinymce .tox-edit-area,
.tox-tinymce .tox-edit-area {
  background: #ffffff !important;
}
.mce-tinymce .mce-edit-area iframe,
.tox-tinymce .mce-edit-area iframe,
.mce-tinymce .tox-edit-area iframe,
.tox-tinymce .tox-edit-area iframe {
  background: #ffffff !important;
}
.mce-tinymce .tox-statusbar,
.tox-tinymce .tox-statusbar {
  background: #fafafa !important;
  border-top: 1px solid #e5e5e5 !important;
}
.tox-menu,
.tox-collection,
.tox-dialog {
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #e5e5e5 !important;
}
.tox-menu .tox-collection__item,
.tox-collection .tox-collection__item,
.tox-dialog .tox-collection__item {
  border-radius: 4px !important;
}
.tox-menu .tox-collection__item:hover,
.tox-collection .tox-collection__item:hover,
.tox-dialog .tox-collection__item:hover {
  background: rgba(47, 107, 255, 0.1) !important;
}
.tox-menu .tox-collection__item-label,
.tox-collection .tox-collection__item-label,
.tox-dialog .tox-collection__item-label {
  color: #333333 !important;
}
.tox .tox-tbtn--bespoke,
.tox-tinymce .tox-tbtn--bespoke {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 4px !important;
}
.tox .tox-tbtn--bespoke .tox-tbtn__select-label,
.tox-tinymce .tox-tbtn--bespoke .tox-tbtn__select-label {
  color: #333333 !important;
  font-weight: 500 !important;
}
.tox .tox-tbtn--bespoke:hover,
.tox-tinymce .tox-tbtn--bespoke:hover {
  background: #fafafa !important;
}
.tox .tox-tbtn,
.tox-tinymce .tox-tbtn {
  color: #333333 !important;
}
.tox .tox-tbtn svg,
.tox-tinymce .tox-tbtn svg {
  fill: #333333 !important;
}
.tox .tox-split-button .tox-tbtn,
.tox-tinymce .tox-split-button .tox-tbtn {
  background: #ffffff !important;
}
.wk-fulfillment-badge,
[class*="fulfillment"] img,
img[src*="fulfillment"] {
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}
.btn-fulfillment,
a[class*="fulfillment"],
button[class*="fulfillment"] {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 16px !important;
  background: #49b56b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}
.btn-fulfillment::before,
a[class*="fulfillment"]::before,
button[class*="fulfillment"]::before {
  content: '\f058';
  font-family: 'FontAwesome';
}
.wk-mp-body .actions-toolbar,
.wk-mp-body .form-actions,
.wk-mp-body .wk-mp-actions {
  margin-top: 30px !important;
  padding-top: 25px !important;
  border-top: 1px solid #e5e5e5 !important;
  display: flex !important;
  gap: 15px !important;
  flex-wrap: wrap !important;
}
.wk-mp-body .actions-toolbar .action.primary,
.wk-mp-body .form-actions .action.primary,
.wk-mp-body .wk-mp-actions .action.primary,
.wk-mp-body .actions-toolbar .action.submit,
.wk-mp-body .form-actions .action.submit,
.wk-mp-body .wk-mp-actions .action.submit,
.wk-mp-body .actions-toolbar button[type="submit"],
.wk-mp-body .form-actions button[type="submit"],
.wk-mp-body .wk-mp-actions button[type="submit"],
.wk-mp-body .actions-toolbar input[type="submit"],
.wk-mp-body .form-actions input[type="submit"],
.wk-mp-body .wk-mp-actions input[type="submit"],
.wk-mp-body .actions-toolbar .wk-btn-primary,
.wk-mp-body .form-actions .wk-btn-primary,
.wk-mp-body .wk-mp-actions .wk-btn-primary {
  padding: 14px 35px !important;
  background: linear-gradient(135deg, #2f6bff 0%, #0048fb 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.3) !important;
}
.wk-mp-body .actions-toolbar .action.primary:hover,
.wk-mp-body .form-actions .action.primary:hover,
.wk-mp-body .wk-mp-actions .action.primary:hover,
.wk-mp-body .actions-toolbar .action.submit:hover,
.wk-mp-body .form-actions .action.submit:hover,
.wk-mp-body .wk-mp-actions .action.submit:hover,
.wk-mp-body .actions-toolbar button[type="submit"]:hover,
.wk-mp-body .form-actions button[type="submit"]:hover,
.wk-mp-body .wk-mp-actions button[type="submit"]:hover,
.wk-mp-body .actions-toolbar input[type="submit"]:hover,
.wk-mp-body .form-actions input[type="submit"]:hover,
.wk-mp-body .wk-mp-actions input[type="submit"]:hover,
.wk-mp-body .actions-toolbar .wk-btn-primary:hover,
.wk-mp-body .form-actions .wk-btn-primary:hover,
.wk-mp-body .wk-mp-actions .wk-btn-primary:hover {
  background: linear-gradient(135deg, #1659ff 0%, #0041e2 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.4) !important;
}
.wk-mp-body .actions-toolbar .action.primary:active,
.wk-mp-body .form-actions .action.primary:active,
.wk-mp-body .wk-mp-actions .action.primary:active,
.wk-mp-body .actions-toolbar .action.submit:active,
.wk-mp-body .form-actions .action.submit:active,
.wk-mp-body .wk-mp-actions .action.submit:active,
.wk-mp-body .actions-toolbar button[type="submit"]:active,
.wk-mp-body .form-actions button[type="submit"]:active,
.wk-mp-body .wk-mp-actions button[type="submit"]:active,
.wk-mp-body .actions-toolbar input[type="submit"]:active,
.wk-mp-body .form-actions input[type="submit"]:active,
.wk-mp-body .wk-mp-actions input[type="submit"]:active,
.wk-mp-body .actions-toolbar .wk-btn-primary:active,
.wk-mp-body .form-actions .wk-btn-primary:active,
.wk-mp-body .wk-mp-actions .wk-btn-primary:active {
  transform: translateY(0) !important;
}
.wk-mp-body .actions-toolbar .action.secondary,
.wk-mp-body .form-actions .action.secondary,
.wk-mp-body .wk-mp-actions .action.secondary,
.wk-mp-body .actions-toolbar .action.cancel,
.wk-mp-body .form-actions .action.cancel,
.wk-mp-body .wk-mp-actions .action.cancel,
.wk-mp-body .actions-toolbar .wk-btn-secondary,
.wk-mp-body .form-actions .wk-btn-secondary,
.wk-mp-body .wk-mp-actions .wk-btn-secondary {
  padding: 14px 35px !important;
  background: #ffffff !important;
  color: #333333 !important;
  border: 2px solid #e5e5e5 !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}
.wk-mp-body .actions-toolbar .action.secondary:hover,
.wk-mp-body .form-actions .action.secondary:hover,
.wk-mp-body .wk-mp-actions .action.secondary:hover,
.wk-mp-body .actions-toolbar .action.cancel:hover,
.wk-mp-body .form-actions .action.cancel:hover,
.wk-mp-body .wk-mp-actions .action.cancel:hover,
.wk-mp-body .actions-toolbar .wk-btn-secondary:hover,
.wk-mp-body .form-actions .wk-btn-secondary:hover,
.wk-mp-body .wk-mp-actions .wk-btn-secondary:hover {
  border-color: #2f6bff !important;
  color: #2f6bff !important;
}
.wk-mp-section,
.profile-section {
  background: #fafafa;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
}
.wk-mp-section .section-title,
.profile-section .section-title {
  font-size: 16px;
  font-weight: 600;
  color: #1b2c52;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.marketplace-account-editprofile .field:has(input[name*="twitter"]),
.marketplace-account-editprofile .field:has(input[name*="facebook"]),
.marketplace-account-editprofile .field:has(input[name*="instagram"]),
.marketplace-account-editprofile .field:has(input[name*="youtube"]),
.marketplace-account-editprofile .field:has(input[name*="vimeo"]),
.marketplace-account-editprofile .field:has(input[name*="pinterest"]),
.marketplace-account-editprofile .field:has(input[name*="google"]) {
  background: #fafafa !important;
  padding: 20px !important;
  border-radius: 8px !important;
  margin-bottom: 20px !important;
  border-left: 4px solid #2f6bff !important;
  transition: all 0.3s ease !important;
}
.marketplace-account-editprofile .field:has(input[name*="twitter"]):hover,
.marketplace-account-editprofile .field:has(input[name*="facebook"]):hover,
.marketplace-account-editprofile .field:has(input[name*="instagram"]):hover,
.marketplace-account-editprofile .field:has(input[name*="youtube"]):hover,
.marketplace-account-editprofile .field:has(input[name*="vimeo"]):hover,
.marketplace-account-editprofile .field:has(input[name*="pinterest"]):hover,
.marketplace-account-editprofile .field:has(input[name*="google"]):hover {
  background: #ffffff !important;
  border-left-color: #49b56b !important;
}
.marketplace-account-editprofile .field:has(input[name*="company"]),
.marketplace-account-editprofile .field:has(input[name*="locality"]),
.marketplace-account-editprofile .field:has(textarea[name*="description"]),
.marketplace-account-editprofile .field:has(textarea[name*="policy"]) {
  background: #ffffff !important;
  padding: 20px !important;
  border-radius: 8px !important;
  margin-bottom: 20px !important;
  border: 1px solid #e5e5e5 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
}
.marketplace-account-editprofile .field:has(input[type="file"]),
.marketplace-account-editprofile .field:has([class*="upload"]),
.marketplace-account-editprofile .field:has([class*="banner"]),
.marketplace-account-editprofile .field:has([class*="logo"]) {
  background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%) !important;
  padding: 25px !important;
  border-radius: 8px !important;
  border: 2px dashed #e5e5e5 !important;
  margin-bottom: 25px !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
}
.marketplace-account-editprofile .field:has(input[type="file"]):hover,
.marketplace-account-editprofile .field:has([class*="upload"]):hover,
.marketplace-account-editprofile .field:has([class*="banner"]):hover,
.marketplace-account-editprofile .field:has([class*="logo"]):hover {
  border-color: #2f6bff !important;
  background: linear-gradient(135deg, rgba(47, 107, 255, 0.05) 0%, #ffffff 100%) !important;
}
.marketplace-account-editprofile .wk-legend:not(.page-title),
.marketplace-account-editprofile .legend:not(.page-title),
.marketplace-account-editprofile h3:not(.page-title),
.marketplace-account-editprofile h4:not(.page-title) {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1b2c52 !important;
  margin-bottom: 20px !important;
  padding-bottom: 12px !important;
  border-bottom: 2px solid #e5e5e5 !important;
}
.marketplace-account-editprofile .wk-legend:not(.page-title)::before,
.marketplace-account-editprofile .legend:not(.page-title)::before,
.marketplace-account-editprofile h3:not(.page-title)::before,
.marketplace-account-editprofile h4:not(.page-title)::before {
  content: '';
  width: 4px;
  height: 20px;
  background: linear-gradient(180deg, #2f6bff 0%, #49b56b 100%);
  border-radius: 2px;
}
.wk-image-preview,
.image-preview,
[class*="preview"] img {
  max-width: 100% !important;
  border-radius: 8px !important;
  border: 1px solid #e5e5e5 !important;
  padding: 5px !important;
  background: #ffffff !important;
}
.wk-mp-banner-preview,
[id*="banner_image"] {
  width: 100% !important;
  max-height: 250px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}
.upload-card .banner-preview {
  width: auto !important;
  max-height: none !important;
}
.wk-mp-logo-preview,
[id*="logo"],
[class*="logo-preview"] {
  max-width: 180px !important;
  max-height: 180px !important;
  object-fit: contain !important;
}
@media (max-width: 991px) {
  .marketplace-account-editprofile .column.main {
    padding: 20px !important;
  }
  .marketplace-account-editprofile .page-title-wrapper .page-title {
    font-size: 24px !important;
  }
  .wk-mp-body .fieldset,
  .wk-mp-body .wk-mp-fieldset {
    padding: 20px !important;
  }
  .wk-mp-body .actions-toolbar {
    flex-direction: column !important;
  }
  .wk-mp-body .actions-toolbar .action.primary,
  .wk-mp-body .actions-toolbar .action.secondary {
    width: 100% !important;
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .marketplace-account-editprofile .column.main {
    padding: 15px !important;
  }
  .marketplace-account-editprofile .page-title-wrapper .page-title {
    font-size: 20px !important;
  }
  .wk-mp-body .fieldset,
  .wk-mp-body .wk-mp-fieldset {
    padding: 15px !important;
  }
  .wk-mp-body .field .control input,
  .wk-mp-body .field .control textarea,
  .wk-mp-body .field .control select {
    padding: 10px 12px !important;
  }
}
.marketplace-seller-profile .wk-mp-collection-right .toolbar.toolbar-products,
.marketplace-seller-collection .wk-mp-collection-right .toolbar.toolbar-products,
.marketplace-seller-profile .wk_mp_design .toolbar.toolbar-products,
.marketplace-seller-collection .wk_mp_design .toolbar.toolbar-products {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  padding: 12px 15px !important;
  gap: 15px;
  min-height: auto !important;
}
.marketplace-seller-profile .wk-mp-collection-right .toolbar.toolbar-products .modes,
.marketplace-seller-collection .wk-mp-collection-right .toolbar.toolbar-products .modes,
.marketplace-seller-profile .wk_mp_design .toolbar.toolbar-products .modes,
.marketplace-seller-collection .wk_mp_design .toolbar.toolbar-products .modes {
  float: none !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px;
}
.marketplace-seller-profile .wk-mp-collection-right .toolbar.toolbar-products .toolbar-amount,
.marketplace-seller-collection .wk-mp-collection-right .toolbar.toolbar-products .toolbar-amount,
.marketplace-seller-profile .wk_mp_design .toolbar.toolbar-products .toolbar-amount,
.marketplace-seller-collection .wk_mp_design .toolbar.toolbar-products .toolbar-amount {
  float: none !important;
  margin: 0 !important;
  line-height: 33px !important;
  font-size: 14px;
  color: #666;
}
.marketplace-seller-profile .wk-mp-collection-right .toolbar.toolbar-products .toolbar-sorter,
.marketplace-seller-collection .wk-mp-collection-right .toolbar.toolbar-products .toolbar-sorter,
.marketplace-seller-profile .wk_mp_design .toolbar.toolbar-products .toolbar-sorter,
.marketplace-seller-collection .wk_mp_design .toolbar.toolbar-products .toolbar-sorter {
  float: none !important;
  margin: 0 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px;
}
.marketplace-seller-profile .wk-mp-collection-right .toolbar.toolbar-products .toolbar-sorter label,
.marketplace-seller-collection .wk-mp-collection-right .toolbar.toolbar-products .toolbar-sorter label,
.marketplace-seller-profile .wk_mp_design .toolbar.toolbar-products .toolbar-sorter label,
.marketplace-seller-collection .wk_mp_design .toolbar.toolbar-products .toolbar-sorter label {
  margin: 0 !important;
  font-weight: 600;
  color: #282828;
  white-space: nowrap;
}
.marketplace-seller-profile .wk-mp-collection-right .toolbar.toolbar-products .toolbar-sorter .sorter-options,
.marketplace-seller-collection .wk-mp-collection-right .toolbar.toolbar-products .toolbar-sorter .sorter-options,
.marketplace-seller-profile .wk_mp_design .toolbar.toolbar-products .toolbar-sorter .sorter-options,
.marketplace-seller-collection .wk_mp_design .toolbar.toolbar-products .toolbar-sorter .sorter-options {
  height: 33px !important;
  padding: 0 10px !important;
  border: 1px solid #E5E5E5 !important;
  border-radius: 4px !important;
  background: #fff !important;
  min-width: 140px;
}
.marketplace-seller-profile .wk-mp-collection-right .toolbar.toolbar-products .toolbar-sorter .sorter-action,
.marketplace-seller-collection .wk-mp-collection-right .toolbar.toolbar-products .toolbar-sorter .sorter-action,
.marketplace-seller-profile .wk_mp_design .toolbar.toolbar-products .toolbar-sorter .sorter-action,
.marketplace-seller-collection .wk_mp_design .toolbar.toolbar-products .toolbar-sorter .sorter-action {
  width: 33px !important;
  height: 33px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.marketplace-seller-profile .wk-mp-collection-right .toolbar.toolbar-products .limiter,
.marketplace-seller-collection .wk-mp-collection-right .toolbar.toolbar-products .limiter,
.marketplace-seller-profile .wk_mp_design .toolbar.toolbar-products .limiter,
.marketplace-seller-collection .wk_mp_design .toolbar.toolbar-products .limiter {
  float: none !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px;
}
.marketplace-seller-profile .wk-mp-collection-right .toolbar.toolbar-products .limiter label,
.marketplace-seller-collection .wk-mp-collection-right .toolbar.toolbar-products .limiter label,
.marketplace-seller-profile .wk_mp_design .toolbar.toolbar-products .limiter label,
.marketplace-seller-collection .wk_mp_design .toolbar.toolbar-products .limiter label {
  margin: 0 !important;
  font-weight: 600;
  color: #282828;
  white-space: nowrap;
}
.marketplace-seller-profile .wk-mp-collection-right .toolbar.toolbar-products .limiter .limiter-options,
.marketplace-seller-collection .wk-mp-collection-right .toolbar.toolbar-products .limiter .limiter-options,
.marketplace-seller-profile .wk_mp_design .toolbar.toolbar-products .limiter .limiter-options,
.marketplace-seller-collection .wk_mp_design .toolbar.toolbar-products .limiter .limiter-options {
  height: 33px !important;
  padding: 0 10px !important;
  border: 1px solid #E5E5E5 !important;
  border-radius: 4px !important;
  background: #fff !important;
  width: 70px !important;
}
.marketplace-seller-profile .wk-mp-collection-right .toolbar.toolbar-products .limiter .limiter-text,
.marketplace-seller-collection .wk-mp-collection-right .toolbar.toolbar-products .limiter .limiter-text,
.marketplace-seller-profile .wk_mp_design .toolbar.toolbar-products .limiter .limiter-text,
.marketplace-seller-collection .wk_mp_design .toolbar.toolbar-products .limiter .limiter-text {
  white-space: nowrap;
  color: #666;
}
.marketplace-seller-profile .wk-mp-collection-right .toolbar.toolbar-products .pages,
.marketplace-seller-collection .wk-mp-collection-right .toolbar.toolbar-products .pages,
.marketplace-seller-profile .wk_mp_design .toolbar.toolbar-products .pages,
.marketplace-seller-collection .wk_mp_design .toolbar.toolbar-products .pages {
  display: none !important;
}
.marketplace-seller-profile .wk-mp-collection-right .products.wrapper ~ .toolbar.toolbar-products,
.marketplace-seller-collection .wk-mp-collection-right .products.wrapper ~ .toolbar.toolbar-products,
.marketplace-seller-profile .wk_mp_design .products.wrapper ~ .toolbar.toolbar-products,
.marketplace-seller-collection .wk_mp_design .products.wrapper ~ .toolbar.toolbar-products {
  justify-content: center !important;
}
.marketplace-seller-profile .wk-mp-collection-right .products.wrapper ~ .toolbar.toolbar-products .pages,
.marketplace-seller-collection .wk-mp-collection-right .products.wrapper ~ .toolbar.toolbar-products .pages,
.marketplace-seller-profile .wk_mp_design .products.wrapper ~ .toolbar.toolbar-products .pages,
.marketplace-seller-collection .wk_mp_design .products.wrapper ~ .toolbar.toolbar-products .pages {
  display: block !important;
}
.marketplace-seller-profile .wk-mp-collection-right .products.wrapper ~ .toolbar.toolbar-products .modes,
.marketplace-seller-collection .wk-mp-collection-right .products.wrapper ~ .toolbar.toolbar-products .modes,
.marketplace-seller-profile .wk_mp_design .products.wrapper ~ .toolbar.toolbar-products .modes,
.marketplace-seller-collection .wk_mp_design .products.wrapper ~ .toolbar.toolbar-products .modes,
.marketplace-seller-profile .wk-mp-collection-right .products.wrapper ~ .toolbar.toolbar-products .toolbar-amount,
.marketplace-seller-collection .wk-mp-collection-right .products.wrapper ~ .toolbar.toolbar-products .toolbar-amount,
.marketplace-seller-profile .wk_mp_design .products.wrapper ~ .toolbar.toolbar-products .toolbar-amount,
.marketplace-seller-collection .wk_mp_design .products.wrapper ~ .toolbar.toolbar-products .toolbar-amount,
.marketplace-seller-profile .wk-mp-collection-right .products.wrapper ~ .toolbar.toolbar-products .toolbar-sorter,
.marketplace-seller-collection .wk-mp-collection-right .products.wrapper ~ .toolbar.toolbar-products .toolbar-sorter,
.marketplace-seller-profile .wk_mp_design .products.wrapper ~ .toolbar.toolbar-products .toolbar-sorter,
.marketplace-seller-collection .wk_mp_design .products.wrapper ~ .toolbar.toolbar-products .toolbar-sorter,
.marketplace-seller-profile .wk-mp-collection-right .products.wrapper ~ .toolbar.toolbar-products .limiter,
.marketplace-seller-collection .wk-mp-collection-right .products.wrapper ~ .toolbar.toolbar-products .limiter,
.marketplace-seller-profile .wk_mp_design .products.wrapper ~ .toolbar.toolbar-products .limiter,
.marketplace-seller-collection .wk_mp_design .products.wrapper ~ .toolbar.toolbar-products .limiter {
  display: none !important;
}
#marketplace_sellercollection .toolbar.toolbar-products {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  padding: 15px 20px !important;
  gap: 15px !important;
  min-height: auto !important;
  background-color: #f8f8f8 !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 4px !important;
  margin-bottom: 20px !important;
}
#marketplace_sellercollection .toolbar.toolbar-products .modes {
  float: none !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
}
#marketplace_sellercollection .toolbar.toolbar-products .toolbar-amount {
  float: none !important;
  margin: 0 !important;
  line-height: 33px !important;
  font-size: 14px !important;
  color: #666 !important;
}
#marketplace_sellercollection .toolbar.toolbar-products .toolbar-sorter {
  float: none !important;
  margin: 0 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}
#marketplace_sellercollection .toolbar.toolbar-products .toolbar-sorter label {
  margin: 0 !important;
  font-weight: 600 !important;
  color: #282828 !important;
  white-space: nowrap !important;
}
#marketplace_sellercollection .toolbar.toolbar-products .toolbar-sorter .sorter-options {
  height: 36px !important;
  padding: 0 12px !important;
  border: 1px solid #E5E5E5 !important;
  border-radius: 4px !important;
  background: #fff !important;
  min-width: 150px !important;
}
#marketplace_sellercollection .toolbar.toolbar-products .toolbar-sorter .sorter-action {
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#marketplace_sellercollection .toolbar.toolbar-products .limiter {
  float: none !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}
#marketplace_sellercollection .toolbar.toolbar-products .limiter label {
  margin: 0 !important;
  font-weight: 600 !important;
  color: #282828 !important;
  white-space: nowrap !important;
}
#marketplace_sellercollection .toolbar.toolbar-products .limiter .limiter-options {
  height: 36px !important;
  padding: 0 12px !important;
  border: 1px solid #E5E5E5 !important;
  border-radius: 4px !important;
  background: #fff !important;
  width: 70px !important;
}
#marketplace_sellercollection .toolbar.toolbar-products .limiter .limiter-text {
  white-space: nowrap !important;
  color: #666 !important;
}
#marketplace_sellercollection .toolbar.toolbar-products .pages {
  display: none !important;
}
#marketplace_sellercollection .products.wrapper ~ .toolbar.toolbar-products {
  justify-content: center !important;
}
#marketplace_sellercollection .products.wrapper ~ .toolbar.toolbar-products .pages {
  display: block !important;
}
#marketplace_sellercollection .products.wrapper ~ .toolbar.toolbar-products .modes,
#marketplace_sellercollection .products.wrapper ~ .toolbar.toolbar-products .toolbar-amount,
#marketplace_sellercollection .products.wrapper ~ .toolbar.toolbar-products .toolbar-sorter,
#marketplace_sellercollection .products.wrapper ~ .toolbar.toolbar-products .limiter {
  display: none !important;
}
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions,
#marketplace_sellercollection .product-item .product-item-inner .product-item-actions,
#marketplace_sellercollection .product-item-actions {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 8px !important;
}
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
#marketplace_sellercollection .product-item .product-item-inner .actions-primary,
#marketplace_sellercollection .actions-primary {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  width: auto !important;
  margin-right: 0 !important;
}
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary form,
#marketplace_sellercollection .product-item .product-item-inner .actions-primary form,
#marketplace_sellercollection .actions-primary form {
  width: 100%;
}
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button.action.tocart.primary,
#marketplace_sellercollection .product-item .actions-primary button.action.tocart,
#marketplace_sellercollection button.action.tocart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  height: 44px !important;
  padding: 0 20px !important;
  background: #2F6BFF !important;
  color: #fff !important;
  border-radius: 8px !important;
  border: none !important;
  line-height: 44px !important;
}
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button.action.tocart.primary::before,
#marketplace_sellercollection .product-item .actions-primary button.action.tocart::before,
#marketplace_sellercollection button.action.tocart::before {
  content: "\f07a" !important;
  font-family: 'FontAwesome' !important;
  font-size: 18px !important;
  display: inline-block !important;
  margin-right: 8px !important;
}
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button.action.tocart.primary:hover,
#marketplace_sellercollection .product-item .actions-primary button.action.tocart:hover,
#marketplace_sellercollection button.action.tocart:hover {
  background: #1a5ae8 !important;
}
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .actions-primary a.tocart,
#marketplace_sellercollection .actions-primary a.tocart {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  height: 44px !important;
  padding: 0 16px !important;
  background: linear-gradient(135deg, #1b2c52 0%, #2a4178 100%) !important;
  color: #fff !important;
  border-radius: 8px !important;
  border: none !important;
  line-height: 44px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .actions-primary a.tocart::before,
#marketplace_sellercollection .actions-primary a.tocart::before,
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .actions-primary a.tocart:before,
#marketplace_sellercollection .actions-primary a.tocart:before {
  content: none !important;
  display: none !important;
}
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .actions-primary a.tocart span,
#marketplace_sellercollection .actions-primary a.tocart span {
  color: #fff !important;
}
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .actions-primary a.tocart:hover,
#marketplace_sellercollection .actions-primary a.tocart:hover {
  background: linear-gradient(135deg, #2a4178 0%, #1b2c52 100%) !important;
}
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary {
  flex: 0 0 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.towishlist,
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary a.action.towishlist {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border: 1px solid #E5E5E5 !important;
  border-radius: 8px !important;
  background: #fff !important;
  transition: all 0.2s ease !important;
}
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.towishlist::before,
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary a.action.towishlist::before,
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.towishlist:before,
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary a.action.towishlist:before {
  content: "\f004" !important;
  font-family: 'FontAwesome' !important;
  font-size: 20px !important;
  color: #1B2C52 !important;
  display: block !important;
  line-height: 44px !important;
}
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.towishlist span,
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary a.action.towishlist span {
  display: none !important;
}
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.towishlist:hover,
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary a.action.towishlist:hover {
  border-color: #DC2626 !important;
  background: #FEF2F2 !important;
}
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.towishlist:hover::before,
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary a.action.towishlist:hover::before,
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.towishlist:hover:before,
#marketplace_sellercollection .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary a.action.towishlist:hover:before {
  color: #DC2626 !important;
}
#marketplace_sellercollection .actions-secondary {
  flex: 0 0 44px !important;
}
#marketplace_sellercollection a.action.towishlist {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
}
#marketplace_sellercollection a.action.towishlist::before,
#marketplace_sellercollection a.action.towishlist:before {
  content: "\f004" !important;
  font-family: 'FontAwesome' !important;
  font-size: 20px !important;
  color: #1B2C52 !important;
  display: block !important;
  line-height: 44px !important;
}
@media (max-width: 767px) {
  .marketplace-seller-profile .wk-mp-collection-right .toolbar.toolbar-products,
  .marketplace-seller-collection .wk-mp-collection-right .toolbar.toolbar-products,
  .marketplace-seller-profile .wk_mp_design .toolbar.toolbar-products,
  .marketplace-seller-collection .wk_mp_design .toolbar.toolbar-products {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px;
    padding: 15px !important;
  }
  .marketplace-seller-profile .wk-mp-collection-right .toolbar.toolbar-products .modes,
  .marketplace-seller-collection .wk-mp-collection-right .toolbar.toolbar-products .modes,
  .marketplace-seller-profile .wk_mp_design .toolbar.toolbar-products .modes,
  .marketplace-seller-collection .wk_mp_design .toolbar.toolbar-products .modes,
  .marketplace-seller-profile .wk-mp-collection-right .toolbar.toolbar-products .toolbar-amount,
  .marketplace-seller-collection .wk-mp-collection-right .toolbar.toolbar-products .toolbar-amount,
  .marketplace-seller-profile .wk_mp_design .toolbar.toolbar-products .toolbar-amount,
  .marketplace-seller-collection .wk_mp_design .toolbar.toolbar-products .toolbar-amount {
    display: inline-flex !important;
  }
  .marketplace-seller-profile .wk-mp-collection-right .toolbar.toolbar-products .toolbar-sorter,
  .marketplace-seller-collection .wk-mp-collection-right .toolbar.toolbar-products .toolbar-sorter,
  .marketplace-seller-profile .wk_mp_design .toolbar.toolbar-products .toolbar-sorter,
  .marketplace-seller-collection .wk_mp_design .toolbar.toolbar-products .toolbar-sorter {
    width: 100% !important;
    margin: 0 !important;
  }
  .marketplace-seller-profile .wk-mp-collection-right .toolbar.toolbar-products .toolbar-sorter .sorter-options,
  .marketplace-seller-collection .wk-mp-collection-right .toolbar.toolbar-products .toolbar-sorter .sorter-options,
  .marketplace-seller-profile .wk_mp_design .toolbar.toolbar-products .toolbar-sorter .sorter-options,
  .marketplace-seller-collection .wk_mp_design .toolbar.toolbar-products .toolbar-sorter .sorter-options {
    flex: 1;
    min-width: 0;
  }
  .marketplace-seller-profile .wk-mp-collection-right .toolbar.toolbar-products .limiter,
  .marketplace-seller-collection .wk-mp-collection-right .toolbar.toolbar-products .limiter,
  .marketplace-seller-profile .wk_mp_design .toolbar.toolbar-products .limiter,
  .marketplace-seller-collection .wk_mp_design .toolbar.toolbar-products .limiter {
    width: 100% !important;
  }
}
.wk-mp-landingpage .wk-mp-banner-container,
.wk-mp-design.wk-mp-landingpage .wk-mp-banner-container {
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
}
.wk-mp-landingpage .wk-mp-banner-container .wk-mp-banner,
.wk-mp-design.wk-mp-landingpage .wk-mp-banner-container .wk-mp-banner {
  padding: 40px 24px;
  background-size: cover;
  background-position: center;
}
.wk-mp-landingpage .wk-mp-banner-container .wk-mp-banner .wk-mp-header h1,
.wk-mp-design.wk-mp-landingpage .wk-mp-banner-container .wk-mp-banner .wk-mp-header h1 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.wk-mp-landingpage .wk-mp-banner-container .wk-mp-banner .wk-mp-header h2,
.wk-mp-design.wk-mp-landingpage .wk-mp-banner-container .wk-mp-banner .wk-mp-header h2 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 20px 0;
}
.wk-mp-landingpage .wk-mp-banner-container .wk-mp-banner .wk-mp-header .wk-mp-landing-button,
.wk-mp-design.wk-mp-landingpage .wk-mp-banner-container .wk-mp-banner .wk-mp-header .wk-mp-landing-button {
  padding: 12px 28px;
  background: #2f6bff;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
}
.wk-mp-landingpage .wk-mp-banner-container .wk-mp-banner .wk-mp-header .wk-mp-landing-button:hover,
.wk-mp-design.wk-mp-landingpage .wk-mp-banner-container .wk-mp-banner .wk-mp-header .wk-mp-landing-button:hover {
  background: #064eff;
}
.wk-mp-landingpage .wk-marketplace-label,
.wk-mp-design.wk-mp-landingpage .wk-marketplace-label {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin: 20px 0 16px 0;
}
.wk-mp-landingpage .wk-search,
.wk-mp-design.wk-mp-landingpage .wk-search,
.wk-mp-landingpage .wk-srach-wrapper form,
.wk-mp-design.wk-mp-landingpage .wk-srach-wrapper form {
  margin-bottom: 24px;
  padding: 0;
}
.wk-mp-landingpage .wk-search .control,
.wk-mp-design.wk-mp-landingpage .wk-search .control,
.wk-mp-landingpage .wk-srach-wrapper form .control,
.wk-mp-design.wk-mp-landingpage .wk-srach-wrapper form .control {
  display: flex;
  gap: 10px;
  max-width: 500px;
}
.wk-mp-landingpage .wk-search .control .input-text,
.wk-mp-design.wk-mp-landingpage .wk-search .control .input-text,
.wk-mp-landingpage .wk-srach-wrapper form .control .input-text,
.wk-mp-design.wk-mp-landingpage .wk-srach-wrapper form .control .input-text {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
}
.wk-mp-landingpage .wk-search .control .button,
.wk-mp-design.wk-mp-landingpage .wk-search .control .button,
.wk-mp-landingpage .wk-srach-wrapper form .control .button,
.wk-mp-design.wk-mp-landingpage .wk-srach-wrapper form .control .button {
  padding: 12px 24px;
  background: #2f6bff;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
}
.wk-mp-landingpage .wk-search .control .button:hover,
.wk-mp-design.wk-mp-landingpage .wk-search .control .button:hover,
.wk-mp-landingpage .wk-srach-wrapper form .control .button:hover,
.wk-mp-design.wk-mp-landingpage .wk-srach-wrapper form .control .button:hover {
  background: #064eff;
}
.wk-mp-landingpage .wk-mp-sellerlist-container ul,
.wk-mp-design.wk-mp-landingpage .wk-mp-sellerlist-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.wk-mp-landingpage .wk-mp-sellerlist-container li,
.wk-mp-design.wk-mp-landingpage .wk-mp-sellerlist-container li {
  margin: 0;
}
.wk-mp-landingpage .wk-mp-sellerlist-container .wk-mp-sellerlist-wrap,
.wk-mp-design.wk-mp-landingpage .wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  transition: box-shadow 0.2s ease;
}
.wk-mp-landingpage .wk-mp-sellerlist-container .wk-mp-sellerlist-wrap:hover,
.wk-mp-design.wk-mp-landingpage .wk-mp-sellerlist-container .wk-mp-sellerlist-wrap:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.wk-mp-landingpage .wk-mp-sellerlist-container .wk-sellerlist-divide1,
.wk-mp-design.wk-mp-landingpage .wk-mp-sellerlist-container .wk-sellerlist-divide1 {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
.wk-mp-landingpage .wk-mp-sellerlist-container .wk-sellerlist-divide1 img,
.wk-mp-design.wk-mp-landingpage .wk-mp-sellerlist-container .wk-sellerlist-divide1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.wk-mp-landingpage .wk-mp-sellerlist-container .wk-sellerlist-divide2,
.wk-mp-design.wk-mp-landingpage .wk-mp-sellerlist-container .wk-sellerlist-divide2 {
  flex: 1;
  min-width: 0;
}
.wk-mp-landingpage .wk-mp-sellerlist-container .wk-sellerlist-divide2 strong,
.wk-mp-design.wk-mp-landingpage .wk-mp-sellerlist-container .wk-sellerlist-divide2 strong {
  display: block;
  font-size: 16px;
  color: #333333;
  margin-bottom: 4px;
}
.wk-mp-landingpage .wk-mp-sellerlist-container .wk-sellerlist-divide2 strong a,
.wk-mp-design.wk-mp-landingpage .wk-mp-sellerlist-container .wk-sellerlist-divide2 strong a {
  color: #2f6bff;
}
.wk-mp-landingpage .wk-mp-sellerlist-container .wk-sellerlist-divide2 strong a:hover,
.wk-mp-design.wk-mp-landingpage .wk-mp-sellerlist-container .wk-sellerlist-divide2 strong a:hover {
  text-decoration: underline;
}
.wk-mp-landingpage .wk-mp-sellerlist-container .wk-sellerlist-divide2 > div:not(:first-child),
.wk-mp-design.wk-mp-landingpage .wk-mp-sellerlist-container .wk-sellerlist-divide2 > div:not(:first-child) {
  font-size: 13px;
  color: #777777;
  margin-bottom: 12px;
}
.wk-mp-landingpage .wk-mp-sellerlist-container .wk-sellerlist-divide2 .button,
.wk-mp-design.wk-mp-landingpage .wk-mp-sellerlist-container .wk-sellerlist-divide2 .button {
  padding: 8px 16px;
  background: #2f6bff;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
}
.wk-mp-landingpage .wk-mp-sellerlist-container .wk-sellerlist-divide2 .button:hover,
.wk-mp-design.wk-mp-landingpage .wk-mp-sellerlist-container .wk-sellerlist-divide2 .button:hover {
  background: #064eff;
}
.wk-mp-landingpage .wk-emptymsg,
.wk-mp-design.wk-mp-landingpage .wk-emptymsg {
  padding: 40px 20px;
  text-align: center;
  background: #fafafa;
  border-radius: 8px;
  color: #777777;
}
.wk-mp-landingpage .order-products-toolbar,
.wk-mp-design.wk-mp-landingpage .order-products-toolbar {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .wk-mp-landingpage .wk-mp-sellerlist-container ul,
  .wk-mp-design.wk-mp-landingpage .wk-mp-sellerlist-container ul {
    grid-template-columns: 1fr;
  }
  .wk-mp-landingpage .wk-mp-sellerlist-wrap,
  .wk-mp-design.wk-mp-landingpage .wk-mp-sellerlist-wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .wk-mp-landingpage .wk-sellerlist-divide1,
  .wk-mp-design.wk-mp-landingpage .wk-sellerlist-divide1 {
    width: 100px;
    height: 100px;
  }
  .wk-mp-landingpage .wk-search .control,
  .wk-mp-design.wk-mp-landingpage .wk-search .control,
  .wk-mp-landingpage .wk-srach-wrapper form .control,
  .wk-mp-design.wk-mp-landingpage .wk-srach-wrapper form .control {
    flex-direction: column;
  }
}
.wk_mp_design .wk-mp-collection-container {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
  padding-left: 8px;
  padding-right: 8px;
}
.wk_mp_design .wk-mp-collection-container iframe {
  display: block;
  min-height: 400px;
}
@media (max-width: 767px) {
  .wk_mp_design .wk-mp-collection-container iframe {
    min-height: 300px;
  }
}
.wk_mp_design .wk-mp-collection-container .wk_loc_inf {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 0;
  color: #2f6bff;
  font-size: 14px;
}
.wk_mp_design .wk-mp-collection-container .wk_loc_inf:hover {
  text-decoration: underline;
}
.wk_mp_design .wk-mp-collection-container .wk-mp-rating-block {
  padding: 24px;
}
.wk_mp_design .wk-mp-collection-container .wk-mp-rating-left {
  margin-bottom: 24px;
}
.wk_mp_design .wk-mp-collection-container .wk-mp-rating-avg {
  text-align: center;
  padding: 20px;
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 20px;
}
.wk_mp_design .wk-mp-collection-container .wk-mp-rating-avg-count {
  font-size: 32px;
  font-weight: 700;
  color: #2f6bff;
  margin-bottom: 8px;
}
.wk_mp_design .wk-mp-collection-container .wk-mp-collection-view-btn a {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 20px;
  background: #2f6bff;
  color: #ffffff;
  border-radius: 8px;
  font-weight: 500;
}
.wk_mp_design .wk-mp-collection-container .wk-mp-collection-view-btn a:hover {
  background: #064eff;
}
.marketplace-seller-policy .column.main .block,
body[class*="marketplace-seller-policy"] .column.main .block {
  padding: 24px 0;
}
.marketplace-seller-policy .column.main .block h1,
body[class*="marketplace-seller-policy"] .column.main .block h1,
.marketplace-seller-policy .column.main .block h2,
body[class*="marketplace-seller-policy"] .column.main .block h2,
.marketplace-seller-policy .column.main .block h3,
body[class*="marketplace-seller-policy"] .column.main .block h3 {
  font-weight: 600;
  color: #333333;
  margin-bottom: 12px;
}
.marketplace-seller-policy .column.main .block p,
body[class*="marketplace-seller-policy"] .column.main .block p {
  line-height: 1.6;
  margin-bottom: 16px;
  color: #333333;
}
.marketplace-seller-policy .column.main .block ul,
body[class*="marketplace-seller-policy"] .column.main .block ul,
.marketplace-seller-policy .column.main .block ol,
body[class*="marketplace-seller-policy"] .column.main .block ol {
  margin-bottom: 16px;
  padding-left: 24px;
}
.wk-mp-message-seller-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 24px !important;
  background: #2f6bff !important;
  color: #fff !important;
  border: 2px solid #2f6bff !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  margin-top: 12px !important;
  letter-spacing: 0.2px !important;
  box-shadow: 0 2px 8px rgba(47, 107, 255, 0.25) !important;
}
.wk-mp-message-seller-btn svg {
  flex-shrink: 0 !important;
  width: 18px !important;
  height: 18px !important;
  stroke: #fff !important;
}
.wk-mp-message-seller-btn:hover,
.wk-mp-message-seller-btn:focus {
  background: #064eff !important;
  border-color: #064eff !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(47, 107, 255, 0.35) !important;
  transform: translateY(-1px) !important;
}
.wk-mp-message-seller-btn:active {
  transform: translateY(0) !important;
  box-shadow: 0 2px 6px rgba(47, 107, 255, 0.2) !important;
}
/**
 * Marketplace Dashboard - Mobile Styles
 * All styles consolidated into _vendor-dashboard.less
 * This file intentionally left empty to avoid conflicts.
 */
/**
 * Vendor Dashboard - Complete Responsive UI/UX
 * Mobile-first design system for all marketplace dashboard pages
 * Breakpoints: 480px (small mobile), 768px (tablet), 1024px (desktop), 1280px (wide)
 */
.account.page-layout-2columns-left .page-main {
  padding-top: 16px;
  padding-bottom: 24px;
}
.account.page-layout-2columns-left .columns {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.account.page-layout-2columns-left .sidebar-main {
  width: 100% !important;
  float: none !important;
  order: -1;
}
.account.page-layout-2columns-left .column.main {
  width: 100% !important;
  float: none !important;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.account.page-layout-2columns-left .page-title-wrapper {
  padding: 0 0 16px;
}
.account.page-layout-2columns-left .page-title-wrapper .page-title {
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
  line-height: 1.3;
}
.account .block-collapsible-nav,
.account .block.account-nav-block {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.account .block-collapsible-nav .title,
.account .block.account-nav-block .title,
.account .block-collapsible-nav .block-collapsible-nav-title,
.account .block.account-nav-block .block-collapsible-nav-title {
  padding: 14px 16px;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #1f2937;
  border-bottom: 1px solid #e5e7eb;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account .block-collapsible-nav .title:after,
.account .block.account-nav-block .title:after,
.account .block-collapsible-nav .block-collapsible-nav-title:after,
.account .block.account-nav-block .block-collapsible-nav-title:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #6b7280;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.account .block-collapsible-nav .title.active:after,
.account .block.account-nav-block .title.active:after,
.account .block-collapsible-nav .block-collapsible-nav-title.active:after,
.account .block.account-nav-block .block-collapsible-nav-title.active:after {
  transform: rotate(180deg);
}
.account .block-collapsible-nav .content,
.account .block.account-nav-block .content,
.account .block-collapsible-nav .block-collapsible-nav-content,
.account .block.account-nav-block .block-collapsible-nav-content {
  display: none;
  padding: 0;
}
.account .block-collapsible-nav .title.active + .content,
.account .block.account-nav-block .title.active + .content,
.account .block-collapsible-nav .block-collapsible-nav-title.active + .block-collapsible-nav-content,
.account .block.account-nav-block .block-collapsible-nav-title.active + .block-collapsible-nav-content {
  display: block;
}
.account .block-collapsible-nav .nav.items,
.account .block.account-nav-block .nav.items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account .block-collapsible-nav .nav.items .nav.item,
.account .block.account-nav-block .nav.items .nav.item,
.account .block-collapsible-nav .nav.items .item,
.account .block.account-nav-block .nav.items .item {
  margin: 0;
  border-bottom: 1px solid #f3f4f6;
}
.account .block-collapsible-nav .nav.items .nav.item:last-child,
.account .block.account-nav-block .nav.items .nav.item:last-child,
.account .block-collapsible-nav .nav.items .item:last-child,
.account .block.account-nav-block .nav.items .item:last-child {
  border-bottom: none;
}
.account .block-collapsible-nav .nav.items .nav.item a,
.account .block.account-nav-block .nav.items .nav.item a,
.account .block-collapsible-nav .nav.items .item a,
.account .block.account-nav-block .nav.items .item a,
.account .block-collapsible-nav .nav.items .nav.item strong,
.account .block.account-nav-block .nav.items .nav.item strong,
.account .block-collapsible-nav .nav.items .item strong,
.account .block.account-nav-block .nav.items .item strong {
  display: block;
  padding: 12px 16px;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.2s ease;
}
.account .block-collapsible-nav .nav.items .nav.item a:hover,
.account .block.account-nav-block .nav.items .nav.item a:hover,
.account .block-collapsible-nav .nav.items .item a:hover,
.account .block.account-nav-block .nav.items .item a:hover {
  color: #2f6bff;
  background: rgba(47, 107, 255, 0.04);
}
.account .block-collapsible-nav .nav.items .nav.item.current strong,
.account .block.account-nav-block .nav.items .nav.item.current strong,
.account .block-collapsible-nav .nav.items .item.current strong,
.account .block.account-nav-block .nav.items .item.current strong,
.account .block-collapsible-nav .nav.items .nav.item.current a,
.account .block.account-nav-block .nav.items .nav.item.current a,
.account .block-collapsible-nav .nav.items .item.current a,
.account .block.account-nav-block .nav.items .item.current a {
  color: #2f6bff;
  font-weight: 600;
  background: rgba(47, 107, 255, 0.08);
  border-left: 3px solid #2f6bff;
  padding-left: 13px;
}
.wk-dashboard-container,
.modern-dashboard {
  max-width: 100%;
  overflow: hidden;
}
.wk-dashboard-container .product.data.items,
.modern-dashboard .product.data.items {
  display: flex !important;
  flex-direction: column !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  position: static !important;
  z-index: auto !important;
}
.wk-dashboard-container .product.data.items:before,
.modern-dashboard .product.data.items:before,
.wk-dashboard-container .product.data.items:after,
.modern-dashboard .product.data.items:after {
  display: none !important;
  content: none !important;
}
.wk-dashboard-container .product.data.items > .item.title,
.modern-dashboard .product.data.items > .item.title {
  order: -1;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  float: none !important;
  width: 100% !important;
  display: block !important;
  height: auto !important;
}
.wk-dashboard-container .product.data.items > .item.title > a.switch,
.modern-dashboard .product.data.items > .item.title > a.switch {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px !important;
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  background: #f3f4f6 !important;
  border-radius: 10px;
  margin-bottom: 8px;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border: none !important;
  height: auto !important;
  line-height: 1.4 !important;
  position: static !important;
  z-index: auto !important;
}
.wk-dashboard-container .product.data.items > .item.title > a.switch .tab-icon,
.modern-dashboard .product.data.items > .item.title > a.switch .tab-icon {
  flex-shrink: 0;
}
.wk-dashboard-container .product.data.items > .item.title > a.switch:hover,
.modern-dashboard .product.data.items > .item.title > a.switch:hover {
  background: #e7e9ed !important;
  color: #2f6bff;
}
.wk-dashboard-container .product.data.items > .item.title.active > a.switch,
.modern-dashboard .product.data.items > .item.title.active > a.switch {
  background: #2f6bff !important;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(47, 107, 255, 0.3);
}
.wk-dashboard-container .product.data.items > .item.title.active > a.switch svg,
.modern-dashboard .product.data.items > .item.title.active > a.switch svg,
.wk-dashboard-container .product.data.items > .item.title.active > a.switch .tab-icon,
.modern-dashboard .product.data.items > .item.title.active > a.switch .tab-icon {
  color: #fff;
}
.wk-dashboard-container .product.data.items > .item.content,
.modern-dashboard .product.data.items > .item.content {
  order: 1;
  margin-top: 0 !important;
  margin-left: 0 !important;
  padding: 16px 0 0 !important;
  border-top: none !important;
  border: none !important;
  float: none !important;
  width: 100% !important;
  background: transparent !important;
}
.wk-dashboard-container .product.data.items > .item.content[aria-hidden="true"],
.modern-dashboard .product.data.items > .item.content[aria-hidden="true"] {
  display: none !important;
}
.modern-dashboard .wk-report-filter,
.wk-dashboard-container .wk-report-filter {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}
.modern-dashboard .wk-ask-question,
.wk-dashboard-container .wk-ask-question {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modern-dashboard .ask-que-to-admin,
.wk-dashboard-container .ask-que-to-admin {
  width: 100%;
  padding: 12px 20px;
  background: #2f6bff;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  order: 2;
}
.modern-dashboard .ask-que-to-admin:hover,
.wk-dashboard-container .ask-que-to-admin:hover {
  background: #064eff;
  box-shadow: 0 2px 8px rgba(47, 107, 255, 0.3);
}
.modern-dashboard .wk-sales-filter,
.wk-dashboard-container .wk-sales-filter {
  width: 100%;
  padding: 12px 36px 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 16px;
  color: #1f2937;
  background: #ffffff;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  order: 1;
}
.modern-dashboard .wk-sales-filter:focus,
.wk-dashboard-container .wk-sales-filter:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.1);
}
.modern-dashboard .wk-daterange-container,
.wk-dashboard-container .wk-daterange-container {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.modern-dashboard .wk-daterange-container.dispnone,
.wk-dashboard-container .wk-daterange-container.dispnone {
  display: none;
}
.modern-dashboard .wk-daterange-container .input-text,
.wk-dashboard-container .wk-daterange-container .input-text {
  flex: 1;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 16px;
}
.modern-dashboard .wk-tab-content,
.wk-dashboard-container .wk-tab-content {
  padding: 0;
}
.modern-dashboard .wk-stats,
.wk-dashboard-container .wk-stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.modern-dashboard .wk-dashboard-block,
.wk-dashboard-container .wk-dashboard-block {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}
.modern-dashboard .wk-dashboard-block.wk-border,
.wk-dashboard-container .wk-dashboard-block.wk-border {
  border: 1px solid #e5e7eb;
}
.modern-dashboard .wk-dashboard-block.grid-a-r,
.wk-dashboard-container .wk-dashboard-block.grid-a-r {
  display: flex;
  flex-direction: column;
}
.modern-dashboard .wk-total-container,
.wk-dashboard-container .wk-total-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modern-dashboard .wk-total-container > a,
.wk-dashboard-container .wk-total-container > a,
.modern-dashboard .wk-total-container .wk-action-link,
.wk-dashboard-container .wk-total-container .wk-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  background: rgba(47, 107, 255, 0.08);
  border-radius: 6px;
  color: #2f6bff;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.modern-dashboard .wk-total-container > a svg,
.wk-dashboard-container .wk-total-container > a svg,
.modern-dashboard .wk-total-container .wk-action-link svg,
.wk-dashboard-container .wk-total-container .wk-action-link svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.modern-dashboard .wk-total-container > a:hover,
.wk-dashboard-container .wk-total-container > a:hover,
.modern-dashboard .wk-total-container .wk-action-link:hover,
.wk-dashboard-container .wk-total-container .wk-action-link:hover {
  background: rgba(47, 107, 255, 0.14);
}
.modern-dashboard .wk-total-container > a:hover svg,
.wk-dashboard-container .wk-total-container > a:hover svg,
.modern-dashboard .wk-total-container .wk-action-link:hover svg,
.wk-dashboard-container .wk-total-container .wk-action-link:hover svg {
  transform: translateX(2px);
}
.modern-dashboard .wk-calculation,
.wk-dashboard-container .wk-calculation {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.modern-dashboard .wk-grand-sale,
.wk-dashboard-container .wk-grand-sale {
  font-size: 32px;
  font-weight: 800;
  color: #1f2937;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.modern-dashboard .wk-total-sale,
.wk-dashboard-container .wk-total-sale {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b7280;
}
.modern-dashboard .wk-arrow-up,
.wk-dashboard-container .wk-arrow-up {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #059669;
  background: #d1fae5;
}
.modern-dashboard .wk-arrow-up::before,
.wk-dashboard-container .wk-arrow-up::before {
  content: '↑';
  font-size: 13px;
  line-height: 1;
}
.modern-dashboard .wk-arrow-down,
.wk-dashboard-container .wk-arrow-down {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #dc2626;
  background: #fee2e2;
}
.modern-dashboard .wk-arrow-down::before,
.wk-dashboard-container .wk-arrow-down::before {
  content: '↓';
  font-size: 13px;
  line-height: 1;
}
.modern-dashboard .wk-info-heading,
.wk-dashboard-container .wk-info-heading {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
}
.modern-dashboard .wk-info-label,
.wk-dashboard-container .wk-info-label,
.modern-dashboard .wk-graph-heading,
.wk-dashboard-container .wk-graph-heading {
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.modern-dashboard .wk-graph-heading,
.wk-dashboard-container .wk-graph-heading {
  font-size: 12px;
  margin-bottom: 8px;
}
.modern-dashboard .wk-earning,
.wk-dashboard-container .wk-earning {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  background: #f3f4f6;
  border-radius: 6px;
  overflow: hidden;
  border: none;
}
.modern-dashboard .wk-earning > div,
.wk-dashboard-container .wk-earning > div {
  text-align: center;
  padding: 14px 12px;
  border-bottom: 1px solid #e5e7eb;
}
.modern-dashboard .wk-earning > div:last-child,
.wk-dashboard-container .wk-earning > div:last-child {
  border-bottom: none;
}
.modern-dashboard .wk-earning > div .wk-info-heading,
.wk-dashboard-container .wk-earning > div .wk-info-heading {
  font-size: 18px;
  margin-bottom: 2px;
}
.modern-dashboard .wk-graph-chart,
.wk-dashboard-container .wk-graph-chart {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.modern-dashboard .wk-graph-chart canvas,
.wk-dashboard-container .wk-graph-chart canvas {
  width: 100% !important;
  height: 100% !important;
}
.modern-dashboard canvas#saleGraph,
.wk-dashboard-container canvas#saleGraph,
.modern-dashboard canvas#orderCountGraph,
.wk-dashboard-container canvas#orderCountGraph,
.modern-dashboard canvas#myChart,
.wk-dashboard-container canvas#myChart {
  width: 100% !important;
  height: 100% !important;
}
.modern-dashboard .wk-top-product-container .product-list,
.wk-dashboard-container .wk-top-product-container .product-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.modern-dashboard .wk-top-product-container .product-item,
.wk-dashboard-container .wk-top-product-container .product-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
  height: auto;
  width: 100%;
  margin: 0;
}
.modern-dashboard .wk-top-product-container .product-item:last-child,
.wk-dashboard-container .wk-top-product-container .product-item:last-child {
  border-bottom: none;
}
.modern-dashboard .wk-top-product-container img.product-image,
.wk-dashboard-container .wk-top-product-container img.product-image {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  padding: 0;
}
.modern-dashboard .wk-top-product-container .product-name,
.wk-dashboard-container .wk-top-product-container .product-name {
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
  padding: 0;
  line-height: 1.3;
}
.modern-dashboard .wk-top-product-container .product-sales,
.wk-dashboard-container .wk-top-product-container .product-sales {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #6b7280;
  padding: 0;
  margin-top: 2px;
}
.modern-dashboard .wk-top-product-container .sales-count,
.wk-dashboard-container .wk-top-product-container .sales-count {
  font-weight: 700;
  color: #2f6bff;
}
.modern-dashboard .customer-item,
.wk-dashboard-container .customer-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f3f4f6;
}
.modern-dashboard .customer-item:last-child,
.wk-dashboard-container .customer-item:last-child {
  border-bottom: none;
}
.modern-dashboard .customer-avatar,
.wk-dashboard-container .customer-avatar,
.modern-dashboard .category-icon,
.wk-dashboard-container .category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #2f6bff;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}
.modern-dashboard .customer-info,
.wk-dashboard-container .customer-info,
.modern-dashboard .category-info,
.wk-dashboard-container .category-info {
  flex: 1;
  min-width: 0;
}
.modern-dashboard .customer-name,
.wk-dashboard-container .customer-name,
.modern-dashboard .category-name,
.wk-dashboard-container .category-name {
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modern-dashboard .customer-contact,
.wk-dashboard-container .customer-contact {
  font-size: 12px;
  color: #9ca3af;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modern-dashboard .stat-badge,
.wk-dashboard-container .stat-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  background: #f3f4f6;
  color: #6b7280;
}
.modern-dashboard .stat-badge.primary,
.wk-dashboard-container .stat-badge.primary {
  background: rgba(47, 107, 255, 0.08);
  color: #2f6bff;
}
.modern-dashboard .category-item,
.wk-dashboard-container .category-item {
  padding: 10px 0;
  border-bottom: 1px solid #f3f4f6;
}
.modern-dashboard .category-item:last-child,
.wk-dashboard-container .category-item:last-child {
  border-bottom: none;
}
.modern-dashboard .category-bar,
.wk-dashboard-container .category-bar {
  height: 6px;
  background: #f3f4f6;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 8px;
}
.modern-dashboard .category-bar-fill,
.wk-dashboard-container .category-bar-fill {
  height: 100%;
  background: #2f6bff;
  border-radius: 3px;
  transition: width 0.4s ease;
}
.modern-dashboard .percentage-value,
.wk-dashboard-container .percentage-value {
  font-weight: 700;
  color: #2f6bff;
  font-size: 13px;
}
.modern-dashboard .percentage-label,
.wk-dashboard-container .percentage-label {
  font-size: 12px;
  color: #9ca3af;
}
.modern-dashboard .wk-block-height,
.wk-dashboard-container .wk-block-height {
  max-height: none;
  overflow: visible;
}
.modern-dashboard .empty-state,
.wk-dashboard-container .empty-state {
  text-align: center;
  padding: 32px 16px;
  color: #9ca3af;
}
.modern-dashboard .empty-state svg,
.wk-dashboard-container .empty-state svg {
  margin-bottom: 12px;
  opacity: 0.4;
}
.modern-dashboard .empty-state p,
.wk-dashboard-container .empty-state p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}
.modern-dashboard .activities-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modern-dashboard .activity-section {
  width: 100%;
}
.modern-dashboard .dashboard-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.modern-dashboard .dashboard-card .card-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f3f4f6;
}
.modern-dashboard .dashboard-card .card-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
.modern-dashboard .dashboard-card .card-title svg {
  color: #2f6bff;
  flex-shrink: 0;
}
.modern-dashboard .dashboard-card .count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: #2f6bff;
  border-radius: 11px;
}
.modern-dashboard .dashboard-card .view-all-link {
  color: #2f6bff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.modern-dashboard .dashboard-card .view-all-link:hover {
  text-decoration: underline;
}
.modern-dashboard .dashboard-card .card-body {
  padding: 0;
}
.modern-dashboard .order-item-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.modern-dashboard .order-item-link:hover .order-item {
  background: rgba(47, 107, 255, 0.04);
}
.modern-dashboard .order-item {
  padding: 12px;
  border-radius: 6px;
  transition: background 0.15s ease;
  border-bottom: 1px solid #f3f4f6;
}
.modern-dashboard .order-item:last-child {
  border-bottom: none;
}
.modern-dashboard .order-id-status {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.modern-dashboard .order-id {
  font-weight: 700;
  color: #2f6bff;
  font-size: 13px;
}
.modern-dashboard .order-status {
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.modern-dashboard .order-status.status-pending {
  background: #fef3c7;
  color: #92400E;
}
.modern-dashboard .order-status.status-processing {
  background: #DBEAFE;
  color: #1D4ED8;
}
.modern-dashboard .order-status.status-complete {
  background: #d1fae5;
  color: #065F46;
}
.modern-dashboard .order-status.status-canceled,
.modern-dashboard .order-status.status-cancelled {
  background: #fee2e2;
  color: #991B1B;
}
.modern-dashboard .order-date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 8px;
}
.modern-dashboard .order-date svg {
  flex-shrink: 0;
  color: #9ca3af;
}
.modern-dashboard .order-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.modern-dashboard .order-amount {
  font-weight: 700;
  font-size: 15px;
  color: #1f2937;
}
.modern-dashboard .order-customer {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #6b7280;
}
.modern-dashboard .order-customer svg {
  flex-shrink: 0;
}
.modern-dashboard .order-products {
  display: flex;
  gap: 4px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.modern-dashboard .product-thumb {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.modern-dashboard .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modern-dashboard .product-qty {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 9px;
  padding: 1px 3px;
  border-radius: 2px 0 0 0;
}
.modern-dashboard .scrollable-content {
  max-height: none;
  overflow: visible;
}
.modern-dashboard .activities-list {
  display: flex;
  flex-direction: column;
}
.modern-dashboard .activity-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
}
.modern-dashboard .activity-item:last-child {
  border-bottom: none;
}
.modern-dashboard .activity-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(47, 107, 255, 0.08);
  color: #2f6bff;
  flex-shrink: 0;
}
.modern-dashboard .activity-icon svg {
  width: 16px;
  height: 16px;
}
.modern-dashboard .activity-type-order .activity-icon {
  background: rgba(59, 130, 246, 0.1);
  color: #3B82F6;
}
.modern-dashboard .activity-type-product .activity-icon {
  background: rgba(139, 92, 246, 0.1);
  color: #8B5CF6;
}
.modern-dashboard .activity-type-transaction .activity-icon {
  background: rgba(16, 185, 129, 0.1);
  color: #10B981;
}
.modern-dashboard .activity-content {
  flex: 1;
  min-width: 0;
}
.modern-dashboard .activity-message {
  font-size: 13px;
  color: #1f2937;
  line-height: 1.5;
  margin-bottom: 4px;
}
.modern-dashboard .activity-date {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #9ca3af;
}
.modern-dashboard .activity-date svg {
  flex-shrink: 0;
  color: #9ca3af;
}
.modern-dashboard .ratings-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modern-dashboard .rating-category {
  padding-bottom: 16px;
  border-bottom: 1px solid #f3f4f6;
}
.modern-dashboard .rating-category:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.modern-dashboard .rating-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.modern-dashboard .rating-label {
  font-size: 13px;
  font-weight: 700;
  color: #1f2937;
}
.modern-dashboard .rating-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
}
.modern-dashboard .rating-icon.price-icon {
  background: rgba(16, 185, 129, 0.1);
  color: #10B981;
}
.modern-dashboard .rating-icon.value-icon {
  background: rgba(59, 130, 246, 0.1);
  color: #3B82F6;
}
.modern-dashboard .rating-icon.quality-icon {
  background: rgba(245, 158, 11, 0.1);
  color: #F59E0B;
}
.modern-dashboard .rating-bars {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.modern-dashboard .rating-bar-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.modern-dashboard .rating-star {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  min-width: 30px;
}
.modern-dashboard .rating-star svg {
  color: #F59E0B;
}
.modern-dashboard .rating-bar-container {
  flex: 1;
  height: 7px;
  background: #f3f4f6;
  border-radius: 4px;
  overflow: hidden;
}
.modern-dashboard .rating-bar-fill {
  height: 100%;
  background: #2f6bff;
  border-radius: 4px;
  transition: width 0.4s ease;
  min-width: 0;
}
.modern-dashboard .rating-percentage {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  min-width: 36px;
  text-align: right;
}
.modern-dashboard .reviews-list {
  display: flex;
  flex-direction: column;
}
.modern-dashboard .review-item {
  padding: 14px 0;
  border-bottom: 1px solid #f3f4f6;
}
.modern-dashboard .review-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.modern-dashboard .review-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.modern-dashboard .reviewer-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.modern-dashboard .reviewer-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #2f6bff;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}
.modern-dashboard .reviewer-details {
  flex: 1;
  min-width: 0;
}
.modern-dashboard .reviewer-name {
  font-size: 13px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.3;
}
.modern-dashboard .review-date {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #9ca3af;
  margin-top: 2px;
}
.modern-dashboard .review-date svg {
  flex-shrink: 0;
  color: #9ca3af;
}
.modern-dashboard .review-ratings {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.modern-dashboard .mini-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background: #f3f4f6;
  border-radius: 4px;
  font-size: 12px;
}
.modern-dashboard .mini-rating .rating-value {
  font-weight: 700;
  color: #2f6bff;
}
.modern-dashboard .mini-rating .rating-type {
  color: #9ca3af;
  font-weight: 500;
}
.modern-dashboard .review-content p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}
.ask-que-admin-content .ask-admin-form .form-fields,
.modern-modal-content .ask-admin-form .form-fields {
  margin-bottom: 20px;
}
.ask-que-admin-content .form-field,
.modern-modal-content .form-field {
  margin-bottom: 16px;
}
.ask-que-admin-content .form-field .field-label,
.modern-modal-content .form-field .field-label {
  display: block;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 6px;
  font-size: 14px;
}
.ask-que-admin-content .form-field .modern-input,
.modern-modal-content .form-field .modern-input,
.ask-que-admin-content .form-field .modern-textarea,
.modern-modal-content .form-field .modern-textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 16px;
}
.ask-que-admin-content .form-field .modern-input:focus,
.modern-modal-content .form-field .modern-input:focus,
.ask-que-admin-content .form-field .modern-textarea:focus,
.modern-modal-content .form-field .modern-textarea:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.1);
}
.ask-que-admin-content .form-field .modern-textarea,
.modern-modal-content .form-field .modern-textarea {
  min-height: 100px;
  resize: vertical;
}
.ask-que-admin-content .form-actions,
.modern-modal-content .form-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ask-que-admin-content .btn-primary,
.modern-modal-content .btn-primary {
  padding: 12px 24px;
  background: #2f6bff;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ask-que-admin-content .btn-primary:hover,
.modern-modal-content .btn-primary:hover {
  background: #064eff;
}
.ask-que-admin-content .btn-secondary,
.modern-modal-content .btn-secondary {
  padding: 12px 24px;
  background: #ffffff;
  color: #1f2937;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ask-que-admin-content .btn-secondary:hover,
.modern-modal-content .btn-secondary:hover {
  background: #f3f4f6;
}
.account #form-become-seller .wk-mp-design,
.account [data-role="form-become-seller"] .wk-mp-design {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.account #form-become-seller .fieldset.wk-mp-fieldset,
.account [data-role="form-become-seller"] .fieldset.wk-mp-fieldset {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}
.account #form-become-seller .fieldset.wk-mp-fieldset .legend,
.account [data-role="form-become-seller"] .fieldset.wk-mp-fieldset .legend {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}
.account #form-become-seller .fieldset.wk-mp-fieldset .legend .wk-mp-btn,
.account [data-role="form-become-seller"] .fieldset.wk-mp-fieldset .legend .wk-mp-btn {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}
.account #form-become-seller .fieldset.wk-mp-fieldset .legend .wk-mp-btn.pay,
.account [data-role="form-become-seller"] .fieldset.wk-mp-fieldset .legend .wk-mp-btn.pay {
  background: #2f6bff;
  color: #fff;
}
.account #form-become-seller .fieldset.wk-mp-fieldset .legend .wk-mp-btn.pay:hover,
.account [data-role="form-become-seller"] .fieldset.wk-mp-fieldset .legend .wk-mp-btn.pay:hover {
  background: #064eff;
}
.account #form-become-seller .fieldset.wk-mp-fieldset .legend .wk-mp-btn:not(.pay),
.account [data-role="form-become-seller"] .fieldset.wk-mp-fieldset .legend .wk-mp-btn:not(.pay) {
  background: #f3f4f6;
  color: #1f2937;
}
.account #form-become-seller .fieldset.wk-mp-fieldset .legend .wk-mp-btn:not(.pay):hover,
.account [data-role="form-become-seller"] .fieldset.wk-mp-fieldset .legend .wk-mp-btn:not(.pay):hover {
  background: #e4e7eb;
}
.account #form-become-seller .field .label,
.account [data-role="form-become-seller"] .field .label {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 8px;
  font-size: 14px;
}
.account #form-become-seller .control input,
.account [data-role="form-become-seller"] .control input,
.account #form-become-seller input.wk_input_width,
.account [data-role="form-become-seller"] input.wk_input_width {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.2s ease;
}
.account #form-become-seller .control input:focus,
.account [data-role="form-become-seller"] .control input:focus,
.account #form-become-seller input.wk_input_width:focus,
.account [data-role="form-become-seller"] input.wk_input_width:focus {
  border-color: #2f6bff;
  outline: none;
}
.account #form-become-seller .wk_emptymsg,
.account [data-role="form-become-seller"] .wk_emptymsg {
  padding: 16px;
  background: #f3f4f6;
  border-radius: 6px;
  color: #6b7280;
  font-size: 14px;
}
.page-layout-seller-login .page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page-layout-seller-login .wk-mp-login-header {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
}
.page-layout-seller-login .wk-mp-login-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}
.page-layout-seller-login .wk-mp-login-container {
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 28px;
  border: 1px solid #e5e7eb;
}
.page-layout-seller-login .form-login .fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.page-layout-seller-login .form-login .field.note {
  margin-bottom: 20px;
  color: #6b7280;
  font-size: 14px;
}
.page-layout-seller-login .form-login .field .label {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 6px;
  font-size: 14px;
}
.page-layout-seller-login .form-login .control .input-text {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 16px;
}
.page-layout-seller-login .form-login .control .input-text:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.1);
}
.page-layout-seller-login .form-login .form-actions {
  margin-top: 24px;
}
.page-layout-seller-login .form-login .action-primary,
.page-layout-seller-login .form-login .action-login {
  width: 100%;
  padding: 14px 20px;
  background: #2f6bff;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.page-layout-seller-login .form-login .action-primary:hover,
.page-layout-seller-login .form-login .action-login:hover {
  background: #064eff;
  box-shadow: 0 2px 8px rgba(47, 107, 255, 0.3);
}
.page-layout-seller-login .form-login .secondary {
  margin-top: 14px;
  text-align: center;
}
.page-layout-seller-login .form-login .secondary a {
  color: #2f6bff;
  font-size: 13px;
}
.page-layout-seller-login .form-login .secondary a:hover {
  text-decoration: underline;
}
.page-layout-seller-login .wk-mp-login-footer {
  padding: 20px;
  text-align: center;
  border-top: 1px solid #e5e7eb;
  font-size: 12px;
  color: #9ca3af;
}
.account .column.main .fieldset {
  margin-bottom: 24px;
}
.account .column.main .fieldset .legend {
  font-size: 17px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e7eb;
}
.account .column.main .wk_emptymsg,
.account .column.main .message.info {
  padding: 16px;
  background: #f3f4f6;
  border-radius: 6px;
  color: #1f2937;
  font-size: 14px;
  margin-bottom: 16px;
}
.account .column.main .wk-mp-design {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.account .column.main .wk-mp-btn,
.account .column.main .button.wk-mp-btn {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  background: #2f6bff;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.account .column.main .wk-mp-btn:hover,
.account .column.main .button.wk-mp-btn:hover {
  background: #064eff;
  box-shadow: 0 2px 8px rgba(47, 107, 255, 0.3);
}
.account .column.main .wk-profile-alert {
  padding: 14px 16px;
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid #f59e0b;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #1f2937;
}
.account .column.main .wk-profile-alert a {
  color: #2f6bff;
  font-weight: 600;
}
.account .column.main .wk-profile-alert a:hover {
  text-decoration: underline;
}
.account .column.main .wk-card {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.account .column.main .wk-card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  text-decoration: none;
  color: #1f2937;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.account .column.main .wk-card a:hover {
  border-color: #2f6bff;
  color: #2f6bff;
  background: rgba(47, 107, 255, 0.04);
}
.account .column.main .wk-card a.active {
  background: #2f6bff;
  color: #fff;
  border-color: #2f6bff;
}
.account .column.main .wk-card .wk-product-count {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}
.account .fieldset .wk_emptymsg {
  padding: 16px;
  background: #f3f4f6;
  border-radius: 6px;
  color: #1f2937;
  font-size: 14px;
}
.account .toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
  flex-direction: column;
  align-items: stretch;
}
.account .limiter,
.account .pager {
  justify-content: center;
}
.dashboard-mobile-message {
  display: none !important;
}
.dashboard-tabs-wrapper {
  display: block !important;
}
@media (max-width: 480px) {
  .account.page-layout-2columns-left .page-main {
    padding-left: 12px;
    padding-right: 12px;
  }
  .wk-grand-sale {
    font-size: 26px !important;
  }
  .modern-dashboard .dashboard-card,
  .wk-dashboard-block {
    padding: 14px;
  }
  .customer-avatar,
  .category-icon {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .account.page-layout-2columns-left .page-main {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .account.page-layout-2columns-left .page-title-wrapper .page-title {
    font-size: 26px;
  }
  .account .block-collapsible-nav .content,
  .account .block-collapsible-nav .block-collapsible-nav-content {
    display: block !important;
  }
  .account .block-collapsible-nav .title:after,
  .account .block-collapsible-nav .block-collapsible-nav-title:after {
    display: none;
  }
  .wk-dashboard-container .product.data.items,
  .modern-dashboard .product.data.items {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 8px;
  }
  .wk-dashboard-container .product.data.items > .item.title,
  .modern-dashboard .product.data.items > .item.title {
    width: auto !important;
    display: inline-block !important;
    float: none !important;
  }
  .wk-dashboard-container .product.data.items > .item.title > a.switch,
  .modern-dashboard .product.data.items > .item.title > a.switch {
    margin-bottom: 0;
    width: auto;
    text-transform: none;
  }
  .wk-dashboard-container .product.data.items > .item.content,
  .modern-dashboard .product.data.items > .item.content {
    width: 100% !important;
    flex-basis: 100% !important;
    padding-top: 20px !important;
    border-top: 1px solid #f3f4f6 !important;
    float: none !important;
    margin-left: 0 !important;
  }
  .modern-dashboard .wk-report-filter,
  .wk-dashboard-container .wk-report-filter {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  .modern-dashboard .wk-report-filter .wk-ask-question,
  .wk-dashboard-container .wk-report-filter .wk-ask-question {
    flex-direction: row;
    flex: 1;
    align-items: center;
  }
  .modern-dashboard .wk-report-filter .ask-que-to-admin,
  .wk-dashboard-container .wk-report-filter .ask-que-to-admin {
    width: auto;
    order: 0;
  }
  .modern-dashboard .wk-report-filter .wk-sales-filter,
  .wk-dashboard-container .wk-report-filter .wk-sales-filter {
    width: auto;
    min-width: 180px;
    font-size: 14px;
    order: 0;
  }
  .modern-dashboard .wk-stats,
  .wk-dashboard-container .wk-stats {
    flex-direction: column;
    gap: 20px;
  }
  .modern-dashboard .wk-earning,
  .wk-dashboard-container .wk-earning {
    flex-direction: row;
  }
  .modern-dashboard .wk-earning > div,
  .wk-dashboard-container .wk-earning > div {
    flex: 1;
    border-bottom: none;
    border-right: 1px solid #e5e7eb;
    padding: 16px;
  }
  .modern-dashboard .wk-earning > div:last-child,
  .wk-dashboard-container .wk-earning > div:last-child {
    border-right: none;
  }
  .modern-dashboard .wk-total-container,
  .wk-dashboard-container .wk-total-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .modern-dashboard .wk-total-container > a,
  .wk-dashboard-container .wk-total-container > a {
    width: auto;
    padding: 8px 16px;
  }
  .modern-dashboard .activities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .modern-dashboard .dashboard-card .card-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .modern-dashboard .ratings-grid {
    flex-direction: row;
    gap: 24px;
  }
  .modern-dashboard .ratings-grid .rating-category {
    flex: 1;
    border-bottom: none;
    padding-bottom: 0;
    border-right: 1px solid #f3f4f6;
    padding-right: 20px;
  }
  .modern-dashboard .ratings-grid .rating-category:last-child {
    border-right: none;
    padding-right: 0;
  }
  .modern-dashboard .review-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .ask-que-admin-content .form-actions,
  .modern-modal-content .form-actions {
    flex-direction: row;
    justify-content: flex-end;
  }
  .account #form-become-seller .fieldset.wk-mp-fieldset .legend,
  .account [data-role="form-become-seller"] .fieldset.wk-mp-fieldset .legend {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .account #form-become-seller .fieldset.wk-mp-fieldset .legend .wk-mp-btn,
  .account [data-role="form-become-seller"] .fieldset.wk-mp-fieldset .legend .wk-mp-btn {
    width: auto;
  }
  .account .toolbar {
    flex-direction: row;
    align-items: center;
  }
  .account .column.main .wk-card a {
    min-width: 120px;
    padding: 14px 18px;
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .account.page-layout-2columns-left .columns {
    flex-direction: row;
    gap: 24px;
  }
  .account.page-layout-2columns-left .sidebar-main {
    width: 240px !important;
    min-width: 240px;
    flex-shrink: 0;
  }
  .account.page-layout-2columns-left .column.main {
    flex: 1;
    min-width: 0;
  }
  .modern-dashboard .wk-stats,
  .wk-dashboard-container .wk-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .account.page-layout-2columns-left .page-title-wrapper .page-title {
    font-size: 28px;
  }
  .modern-dashboard .wk-dashboard-block,
  .wk-dashboard-container .wk-dashboard-block {
    padding: 24px;
  }
  .modern-dashboard .dashboard-card {
    padding: 24px;
  }
}
@media (min-width: 1280px) {
  .account.page-layout-2columns-left .sidebar-main {
    width: 260px !important;
    min-width: 260px;
  }
  .modern-dashboard .wk-grand-sale,
  .wk-dashboard-container .wk-grand-sale {
    font-size: 36px;
  }
}
/**
 * Vendor Order Pages - Order View, Invoice, Shipment, Credit Memo
 * Theme: Sm/autostore – Primary #2F6BFF
 * Active template: Webkul_MpStripe::order/manageorder.phtml (theme override)
 */
.account.marketplace-order-view .column.main > .page-title-wrapper {
  display: none !important;
}
.account.marketplace-order_invoice-create .page-title-wrapper,
.account.marketplace-order-shipment .page-title-wrapper,
.account.marketplace-order_shipment-create .page-title-wrapper,
.account.marketplace-order_creditmemo-create .page-title-wrapper {
  display: none !important;
}
.print-order-body .page-header,
.print-order-body .header.content,
.print-order-body .nav-sections,
.print-order-body .breadcrumbs,
.print-order-body .sidebar,
.print-order-body .sidebar-main,
.print-order-body .sidebar-additional,
.print-order-body .page-footer,
.print-order-body .footer,
.print-order-body .footer-container,
.print-order-body .copyright,
.print-order-body .sm-megamenu-wrapper,
.print-order-body .page-title-wrapper,
.print-order-body #launcher,
.print-order-body .report-issue-btn,
.print-order-body .block-collapsible-nav {
  display: none !important;
}
.print-order-body .page-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.print-order-body .columns {
  display: block !important;
}
.print-order-body .column.main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  padding: 0 !important;
}
.wk-mp-design .order-actions-toolbar a[href*="printorder"] button span span,
.wk-mp-design .order-actions-toolbar a[href*="printorder"] .button span span {
  color: #333333 !important;
}
.wk-mp-design .order-actions-toolbar a[href*="cancel"] button span span,
.wk-mp-design .order-actions-toolbar a[href*="cancel"] .button span span {
  color: #dc2626 !important;
}
.wk-mp-design .order-actions-toolbar a[href*="email"] button span span,
.wk-mp-design .order-actions-toolbar a[href*="email"] .button span span {
  color: #2f6bff !important;
}
.wk-mp-design .order-actions-toolbar a[href*="invoice"] button span span,
.wk-mp-design .order-actions-toolbar a[href*="invoice"] .button span span,
.wk-mp-design .order-actions-toolbar a[href*="capture"] button span span,
.wk-mp-design .order-actions-toolbar a[href*="capture"] .button span span,
.wk-mp-design .order-actions-toolbar a[href*="shipment"] button span span,
.wk-mp-design .order-actions-toolbar a[href*="shipment"] .button span span,
.wk-mp-design .order-actions-toolbar a[href*="creditmemo"] button span span,
.wk-mp-design .order-actions-toolbar a[href*="creditmemo"] .button span span {
  color: #ffffff !important;
}
@media (min-width: 768px) {
  .account.marketplace-order-view .column.main .block.block-order-details-view .block-content .box-content .box {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }
  .account.marketplace-order-view .column.main .block.block-order-details-view .block-content .box-content {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }
}
.account .column.main .wk-mp-design {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 24px;
}
.account .column.main .wk-mp-design .fieldset.wk-mp-fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.account .column.main .wk-mp-design .fieldset.wk-mp-fieldset legend {
  display: none;
}
.account .column.main .wk-mp-design .page-title-wrapper {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.account .column.main .wk-mp-design .page-title-wrapper .page-title {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 10px;
  line-height: 1.3;
}
.account .column.main .wk-mp-design .page-title-wrapper .page-title:after {
  display: none;
}
.account .column.main .wk-mp-design .page-title-wrapper .order-status {
  display: inline-block !important;
  padding: 5px 14px !important;
  border-radius: 20px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  line-height: 1.4 !important;
  margin-bottom: 12px;
  background: #FEF3C7 !important;
  color: #92400E !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .order-date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #777777;
  margin-top: 0;
  margin-bottom: 16px;
}
.account .column.main .wk-mp-design .page-title-wrapper .order-date .label {
  font-weight: 600;
  color: #333333;
  position: static !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  clip: auto !important;
  overflow: visible !important;
  background: none !important;
  display: inline !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action {
  text-decoration: none !important;
  display: inline-flex;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action .button.wk-mp-btn,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action button.wk-mp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.2s ease;
  white-space: nowrap;
  line-height: 1.4;
  border: 2px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  background: #2f6bff;
  color: #ffffff !important;
  border-color: #2f6bff;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action .button.wk-mp-btn:hover,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action button.wk-mp-btn:hover {
  background: #064eff;
  border-color: #064eff;
  box-shadow: 0 2px 8px rgba(47, 107, 255, 0.3);
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="printorder"] .button,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="printorder"] button {
  background: #ffffff !important;
  color: #333333 !important;
  border: 2px solid #e5e5e5 !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="printorder"] .button span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="printorder"] button span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="printorder"] .button span span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="printorder"] button span span {
  color: #333333 !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="printorder"] .button:hover,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="printorder"] button:hover {
  background: #f8f9fa !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="cancel"] .button,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="cancel"] button {
  background: #ffffff !important;
  color: #dc2626 !important;
  border: 2px solid #dc2626 !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="cancel"] .button span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="cancel"] button span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="cancel"] .button span span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="cancel"] button span span {
  color: #dc2626 !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="cancel"] .button:hover,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="cancel"] button:hover {
  background: #dc2626 !important;
  color: #ffffff !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="cancel"] .button:hover span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="cancel"] button:hover span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="cancel"] .button:hover span span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="cancel"] button:hover span span {
  color: #ffffff !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="email"] .button,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="email"] button {
  background: #ffffff !important;
  color: #2f6bff !important;
  border: 2px solid #2f6bff !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="email"] .button span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="email"] button span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="email"] .button span span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="email"] button span span {
  color: #2f6bff !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="email"] .button:hover,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="email"] button:hover {
  background: #2f6bff !important;
  color: #ffffff !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="email"] .button:hover span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="email"] button:hover span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="email"] .button:hover span span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="email"] button:hover span span {
  color: #ffffff !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="invoice"] .button,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="invoice"] button,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="capture"] .button,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="capture"] button {
  background: #2f6bff !important;
  color: #ffffff !important;
  border: 2px solid #2f6bff !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="invoice"] .button span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="invoice"] button span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="capture"] .button span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="capture"] button span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="invoice"] .button span span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="invoice"] button span span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="capture"] .button span span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="capture"] button span span {
  color: #ffffff !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="invoice"] .button:hover,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="invoice"] button:hover,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="capture"] .button:hover,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="capture"] button:hover {
  background: #064eff !important;
  border-color: #064eff !important;
  box-shadow: 0 2px 8px rgba(47, 107, 255, 0.3) !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="shipment"] .button,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="shipment"] button {
  background: #49b56b !important;
  color: #ffffff !important;
  border: 2px solid #49b56b !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="shipment"] .button span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="shipment"] button span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="shipment"] .button span span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="shipment"] button span span {
  color: #ffffff !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="shipment"] .button:hover,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="shipment"] button:hover {
  background: #3d985a !important;
  border-color: #3d985a !important;
  box-shadow: 0 2px 8px rgba(73, 181, 107, 0.3) !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="creditmemo"] .button,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="creditmemo"] button {
  background: #ffffff !important;
  color: #333333 !important;
  border: 2px solid #e5e5e5 !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="creditmemo"] .button span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="creditmemo"] button span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="creditmemo"] .button span span,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="creditmemo"] button span span {
  color: #333333 !important;
}
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="creditmemo"] .button:hover,
.account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions a[href*="creditmemo"] button:hover {
  background: #f8f9fa !important;
  border-color: #cccccc !important;
}
.account .column.main .wk-mp-design ul.items.order-links {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.account .column.main .wk-mp-design ul.items.order-links li.nav.item {
  margin: 0 !important;
  flex: 1;
}
.account .column.main .wk-mp-design ul.items.order-links li.nav.item a,
.account .column.main .wk-mp-design ul.items.order-links li.nav.item strong {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #777777;
  text-decoration: none !important;
  transition: all 0.2s ease;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.account .column.main .wk-mp-design ul.items.order-links li.nav.item a:hover {
  color: #2f6bff;
  background: rgba(47, 107, 255, 0.04);
}
.account .column.main .wk-mp-design ul.items.order-links li.nav.item.current a,
.account .column.main .wk-mp-design ul.items.order-links li.nav.item.current strong {
  color: #2f6bff;
  border-bottom-color: #2f6bff;
  background: rgba(47, 107, 255, 0.06);
}
.account .column.main .wk-mp-design .order-details-items.ordered {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.account .column.main .wk-mp-design .order-details-items.ordered > .order-title {
  display: none;
}
.account .column.main .wk-mp-design .order-details-items.ordered .print-items-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0;
}
.account .column.main .wk-mp-design .order-details-items.ordered .print-items-table-wrap .print-items-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 700px;
}
.account .column.main .wk-mp-design .order-details-items.ordered .print-items-table-wrap .print-items-table thead tr {
  background: #1b2c52;
}
.account .column.main .wk-mp-design .order-details-items.ordered .print-items-table-wrap .print-items-table thead th {
  padding: 12px 14px;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  white-space: nowrap;
}
.account .column.main .wk-mp-design .order-details-items.ordered .print-items-table-wrap .print-items-table tbody .item-row {
  border-bottom: 1px solid #e5e5e5;
}
.account .column.main .wk-mp-design .order-details-items.ordered .print-items-table-wrap .print-items-table tbody .item-row td {
  padding: 14px;
  vertical-align: middle;
  font-size: 14px;
  color: #333333;
}
.account .column.main .wk-mp-design .order-details-items.ordered .print-items-table-wrap .print-items-table tbody .item-row .col-name .product-name {
  font-weight: 600;
  color: #2f6bff;
}
.account .column.main .wk-mp-design .order-details-items.ordered .print-items-table-wrap .print-items-table tbody .item-row .col-qty .qty-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.account .column.main .wk-mp-design .order-details-items.ordered .print-items-table-wrap .print-items-table tbody .item-row .col-qty .qty-list li {
  display: inline-flex;
  gap: 4px;
  font-size: 13px;
}
.account .column.main .wk-mp-design .order-details-items.ordered .print-items-table-wrap .print-items-table tbody .item-row .col-qty .qty-list li .qty-label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
.account .column.main .wk-mp-design .order-items-container .order-items-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px;
  transition: box-shadow 0.2s ease;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-main-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-main-info .item-details {
  flex: 1;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-main-info .item-details .item-name {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 6px;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-main-info .item-details .item-sku {
  font-size: 13px;
  color: #777777;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-main-info .item-details .item-sku .sku-label {
  font-weight: 600;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-main-info .item-details .item-sku .sku-value {
  font-family: 'SF Mono', 'Monaco', 'Menlo', monospace;
  font-size: 12px;
  background: #f8f9fa;
  padding: 2px 6px;
  border-radius: 4px;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-main-info .item-details .item-options {
  margin-top: 8px;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-main-info .item-details .item-options .option-item {
  display: block;
  font-size: 13px;
  color: #777777;
  margin-bottom: 2px;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-main-info .item-price-info {
  text-align: right;
  min-width: 80px;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-main-info .item-price-info .price-label {
  font-size: 11px;
  text-transform: uppercase;
  color: #777777;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-bottom: 2px;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-main-info .item-price-info .price-value {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-details-grid .detail-box {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-details-grid .detail-box .detail-header {
  font-size: 11px;
  text-transform: uppercase;
  color: #777777;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-details-grid .detail-box .detail-value {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-details-grid .detail-box .detail-value.price {
  color: #333333;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-details-grid .detail-box .detail-value.commission {
  color: #dc2626;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-details-grid .detail-box .detail-value.vendor-total {
  color: #49b56b;
  font-weight: 700;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-details-grid .detail-box.qty-box .qty-breakdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-details-grid .detail-box.qty-box .qty-breakdown .qty-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-details-grid .detail-box.qty-box .qty-breakdown .qty-item .qty-label {
  color: #777777;
  font-weight: 500;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-details-grid .detail-box.qty-box .qty-breakdown .qty-item .qty-value {
  color: #333333;
  font-weight: 700;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid #e5e5e5;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-subtotal .subtotal-label {
  font-size: 13px;
  font-weight: 600;
  color: #777777;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card .item-subtotal .subtotal-value {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card.bundle-card .bundle-header {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card.bundle-card .bundle-option-label {
  font-size: 13px;
  font-weight: 700;
  color: #333333;
  margin: 12px 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card.bundle-card .bundle-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(229, 229, 229, 0.6);
}
.account .column.main .wk-mp-design .order-items-container .order-item-card.bundle-card .bundle-item-row:last-child {
  border-bottom: none;
}
.account .column.main .wk-mp-design .order-items-container .order-item-card.bundle-card .bundle-item-row .bundle-item-details {
  display: flex;
  gap: 12px;
  font-weight: 500;
}
.account .column.main .wk-mp-design .order-totals-section {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 2px solid #e5e5e5;
}
.account .column.main .wk-mp-design .order-totals-section .totals-card {
  max-width: 400px;
  margin-left: auto;
}
.account .column.main .wk-mp-design .order-totals-section .totals-card .order-totals-list .total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(229, 229, 229, 0.5);
  font-size: 14px;
}
.account .column.main .wk-mp-design .order-totals-section .totals-card .order-totals-list .total-row:last-child {
  border-bottom: none;
}
.account .column.main .wk-mp-design .order-totals-section .totals-card .order-totals-list .total-row .total-label {
  color: #777777;
  font-weight: 500;
}
.account .column.main .wk-mp-design .order-totals-section .totals-card .order-totals-list .total-row .total-value {
  color: #333333;
  font-weight: 600;
  text-align: right;
}
.account .column.main .wk-mp-design .order-totals-section .totals-card .order-totals-list .total-row.total-row-strong,
.account .column.main .wk-mp-design .order-totals-section .totals-card .order-totals-list .total-row.grand_total {
  border-top: 2px solid #333333;
  border-bottom: none;
  padding-top: 12px;
  margin-top: 4px;
}
.account .column.main .wk-mp-design .order-totals-section .totals-card .order-totals-list .total-row.total-row-strong .total-label,
.account .column.main .wk-mp-design .order-totals-section .totals-card .order-totals-list .total-row.grand_total .total-label {
  font-weight: 700;
  color: #333333;
  font-size: 16px;
}
.account .column.main .wk-mp-design .order-totals-section .totals-card .order-totals-list .total-row.total-row-strong .total-value,
.account .column.main .wk-mp-design .order-totals-section .totals-card .order-totals-list .total-row.grand_total .total-value {
  font-weight: 700;
  font-size: 18px;
  color: #333333;
}
.account .column.main .wk-mp-design .block.block-order-details-view {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  margin-top: 0;
}
.account .column.main .wk-mp-design .block.block-order-details-view .block-title {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  padding-bottom: 12px;
  border-bottom: 2px solid #2f6bff;
  display: inline-block;
  margin-bottom: 16px;
}
.account .column.main .wk-mp-design .block.block-order-details-view .block-title strong {
  font-weight: inherit;
}
.account .column.main .wk-mp-design .block.block-order-details-view .block-content .box-content .box .wk-row,
.account .column.main .wk-mp-design .block.block-order-details-view .block-content .box-content .box .wk_row {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.account .column.main .wk-mp-design .block.block-order-details-view .block-content .box-content .box .wk-row:last-child,
.account .column.main .wk-mp-design .block.block-order-details-view .block-content .box-content .box .wk_row:last-child {
  margin-bottom: 0;
}
.account .column.main .wk-mp-design .block.block-order-details-view .block-content .box-content .box .wk-row .label,
.account .column.main .wk-mp-design .block.block-order-details-view .block-content .box-content .box .wk_row .label {
  font-weight: 600;
  color: #333333;
  min-width: 120px;
  position: static !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  clip: auto !important;
  overflow: visible !important;
  background: none !important;
  display: inline !important;
}
.account .column.main .wk-mp-design .block.block-order-details-view .block-content .box-content .box .wk-row .value,
.account .column.main .wk-mp-design .block.block-order-details-view .block-content .box-content .box .wk_row .value {
  color: #777777;
  word-break: break-word;
  flex: 1;
  min-width: 0;
}
.account .column.main .wk-mp-design .block.block-order-details-view .block-content .box {
  background: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.account .column.main .wk-mp-design .block.block-order-details-view .block-content .box:last-child {
  margin-bottom: 0;
}
.account .column.main .wk-mp-design .block.block-order-details-view .block-content .box .box-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
}
.account .column.main .wk-mp-design .block.block-order-details-view .block-content .box .box-title span {
  font-weight: inherit;
}
.account .column.main .wk-mp-design .block.block-order-details-view .block-content .box .box-content {
  font-size: 14px;
  color: #777777;
  line-height: 1.6;
}
.account .column.main .wk-mp-design .block.block-order-details-view .block-content .box .box-content address {
  font-style: normal;
}
@media (min-width: 768px) {
  .account .column.main .wk-mp-design .block.block-order-details-view .block-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .account .column.main .wk-mp-design .block.block-order-details-view .block-content .box {
    margin-bottom: 0;
  }
}
.account .column.main .wk-mp-design .block.block-order-details-view .block-content:after {
  content: '';
  display: table;
  clear: both;
}
.account .column.main .wk-mp-design .block.block-order-details-view .block-content .box-content {
  display: block !important;
  float: none !important;
  width: 100% !important;
  clear: both !important;
}
.account .column.main .wk-mp-design .block.block-order-details-view .block-content .box-content .box {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  clear: both !important;
}
.account .column.main .wk-mp-design .block.block-order-details-view:first-of-type .block-content {
  display: block !important;
}
@media (min-width: 768px) {
  .account .column.main .wk-mp-design .block.block-order-details-view:first-of-type .block-content {
    display: block !important;
  }
}
.account .column.main .wk-mp-design .order-info-section-modern {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.account .column.main .wk-mp-design .order-info-section-modern .section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #2f6bff;
}
.account .column.main .wk-mp-design .order-info-section-modern .section-header svg {
  color: #2f6bff;
  flex-shrink: 0;
}
.account .column.main .wk-mp-design .order-info-section-modern .section-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.account .column.main .wk-mp-design .order-info-section-modern .order-info-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 767px) {
  .account .column.main .wk-mp-design .order-info-section-modern .order-info-cards-grid {
    grid-template-columns: 1fr;
  }
}
.account .column.main .wk-mp-design .order-info-section-modern .modern-info-card {
  background: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}
.account .column.main .wk-mp-design .order-info-section-modern .modern-info-card .card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.account .column.main .wk-mp-design .order-info-section-modern .modern-info-card .card-header svg {
  color: #2f6bff;
  flex-shrink: 0;
}
.account .column.main .wk-mp-design .order-info-section-modern .modern-info-card .card-header h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}
.account .column.main .wk-mp-design .order-info-section-modern .modern-info-card .card-body {
  padding: 16px;
  font-size: 14px;
  color: #777777;
  line-height: 1.6;
}
.account .column.main .wk-mp-design .order-info-section-modern .modern-info-card .card-body address {
  font-style: normal;
}
.account .column.main .wk-mp-design .order-info-section-modern .modern-info-card .card-body .shipping-method-name,
.account .column.main .wk-mp-design .order-info-section-modern .modern-info-card .card-body .payment-method-name {
  font-weight: 600;
  color: #333333;
  margin: 0 0 8px;
}
.account .column.main .wk-mp-design .order-info-section-modern .modern-info-card.shipping-method-card {
  grid-column: -1;
}
.account .column.main .wk-mp-design .order-info-section-modern .shipping-tracking-section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}
.account .column.main .wk-mp-design .order-info-section-modern .shipping-tracking-section .shipping-label-options {
  margin-bottom: 12px;
}
.account .column.main .wk-mp-design .order-info-section-modern .shipping-tracking-section .shipping-label-options .field.choice {
  display: flex;
  align-items: center;
  gap: 8px;
}
.account .column.main .wk-mp-design .order-info-section-modern .shipping-tracking-section .shipping-label-options .field.choice input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #2f6bff;
}
.account .column.main .wk-mp-design .order-info-section-modern .shipping-tracking-section .tracking-inputs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 479px) {
  .account .column.main .wk-mp-design .order-info-section-modern .shipping-tracking-section .tracking-inputs-grid {
    grid-template-columns: 1fr;
  }
}
.account .column.main .wk-mp-design .order-info-section-modern .shipping-tracking-section .tracking-input-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 4px;
}
.account .column.main .wk-mp-design .order-info-section-modern .shipping-tracking-section .tracking-input-field input.modern-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}
.account .column.main .wk-mp-design .order-info-section-modern .shipping-tracking-section .tracking-input-field input.modern-input:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.15);
}
.account .column.main .wk-mp-design .order-info-section-modern .shipping-tracking-section .tracking-input-field input.modern-input[readonly] {
  background: #f8f9fa;
  color: #777777;
}
.account .column.main .wk-mp-design .box-order-shipping-method .box-content .field.choice {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.account .column.main .wk-mp-design .box-order-shipping-method .box-content .field.choice input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #2f6bff;
}
.account .column.main .wk-mp-design .box-order-shipping-method .box-content .field {
  margin-top: 10px;
}
.account .column.main .wk-mp-design .box-order-shipping-method .box-content .field .label,
.account .column.main .wk-mp-design .box-order-shipping-method .box-content .field label {
  display: block !important;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 4px;
  position: static !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  clip: auto !important;
  overflow: visible !important;
  background: none !important;
  padding: 0 !important;
}
.account .column.main .wk-mp-design .box-order-shipping-method .box-content .field .control input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s ease;
}
.account .column.main .wk-mp-design .box-order-shipping-method .box-content .field .control input:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.15);
}
.account .column.main .wk-mp-design + .buttons-set {
  margin-top: 24px;
}
.account .column.main .wk-mp-design + .buttons-set .back-link a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2f6bff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 20px;
  border: 2px solid #2f6bff;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.account .column.main .wk-mp-design + .buttons-set .back-link a:hover {
  background: #2f6bff;
  color: #ffffff;
  text-decoration: none;
}
.account .column.main .buttons-set .back-link a {
  color: #2f6bff;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
}
.account .column.main .buttons-set .back-link a:hover {
  text-decoration: underline;
}
.invoice-view-page .invoice-view-header {
  margin-bottom: 24px;
}
.invoice-view-page .invoice-view-header .header-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.invoice-view-page .invoice-view-header .page-title {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 8px 0;
}
.invoice-view-page .invoice-view-header .invoice-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.invoice-view-page .invoice-view-header .invoice-status {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.invoice-view-page .invoice-view-header .invoice-status.pending {
  background: #f59e0b;
  color: #fff;
}
.invoice-view-page .invoice-view-header .invoice-status.paid {
  background: #49b56b;
  color: #fff;
}
.invoice-view-page .invoice-view-header .invoice-status.canceled {
  background: #dc2626;
  color: #fff;
}
.invoice-view-page .invoice-view-header .header-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.invoice-view-page .invoice-view-header .action-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
.invoice-view-page .invoice-view-header .action-btn.action-primary,
.invoice-view-page .invoice-view-header .action-btn.action-outline {
  background: #2f6bff;
  color: #ffffff;
  border: none;
}
.invoice-view-page .invoice-view-header .action-btn.action-primary:hover,
.invoice-view-page .invoice-view-header .action-btn.action-outline:hover {
  background: #064eff;
  box-shadow: 0 2px 8px rgba(47, 107, 255, 0.3);
}
.invoice-view-page .invoice-view-header .action-btn.action-secondary {
  background: #f8f9fa;
  color: #333333;
  border: 1px solid #e5e5e5;
}
.invoice-view-page .invoice-view-header .action-btn.action-secondary:hover {
  background: #eff1f4;
}
.invoice-view-page .invoice-summary-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.invoice-view-page .summary-card {
  background: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.invoice-view-page .summary-card .card-icon {
  flex-shrink: 0;
  color: #2f6bff;
}
.invoice-view-page .summary-card .card-content {
  flex: 1;
  min-width: 0;
}
.invoice-view-page .summary-card .card-label {
  display: block;
  font-size: 12px;
  color: #777777;
  margin-bottom: 4px;
}
.invoice-view-page .summary-card .card-value,
.invoice-view-page .summary-card .card-value-small {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.invoice-view-page .summary-card .card-value-link {
  color: #2f6bff;
  font-weight: 600;
}
.invoice-view-page .summary-card .card-value-link:hover {
  text-decoration: underline;
}
.invoice-view-page .summary-card .card-sublabel {
  display: block;
  font-size: 12px;
  color: #777777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.invoice-view-page .invoice-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}
.invoice-view-page .info-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}
.invoice-view-page .info-card .info-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e5e5;
}
.invoice-view-page .info-card .info-card-header h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.invoice-view-page .info-card .info-card-header svg {
  color: #2f6bff;
}
.invoice-view-page .info-card .info-card-body {
  padding: 16px;
  font-size: 14px;
  color: #777777;
  line-height: 1.5;
}
.invoice-view-page .invoice-items-section {
  margin-bottom: 24px;
}
.invoice-view-page .invoice-items-section .section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}
.invoice-view-page .invoice-items-section .section-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.invoice-view-page .invoice-items-section .section-header svg {
  color: #2f6bff;
}
.invoice-view-page .invoice-items-section .items-wrapper {
  overflow-x: auto;
}
.invoice-view-page .back-section .back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2f6bff;
  font-weight: 500;
}
.invoice-view-page .back-section .back-link:hover {
  text-decoration: underline;
}
.shipment-view-page .shipment-page-header {
  margin-bottom: 24px;
}
.shipment-view-page .shipment-page-header .header-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.shipment-view-page .shipment-page-header .shipment-title {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.shipment-view-page .shipment-page-header .shipment-title svg {
  color: #2f6bff;
}
.shipment-view-page .shipment-page-header .header-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.shipment-view-page .shipment-page-header .action-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
.shipment-view-page .shipment-page-header .action-btn.btn-primary {
  background: #2f6bff;
  color: #ffffff;
  border: none;
}
.shipment-view-page .shipment-page-header .action-btn.btn-primary:hover {
  background: #064eff;
}
.shipment-view-page .shipment-page-header .action-btn.btn-secondary {
  background: #f8f9fa;
  color: #333333;
  border: 1px solid #e5e5e5;
}
.shipment-view-page .shipment-page-header .action-btn.btn-secondary:hover {
  background: #eff1f4;
}
.shipment-view-page .shipment-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}
.shipment-view-page .info-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.shipment-view-page .info-card .card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid #e5e5e5;
}
.shipment-view-page .info-card .card-header h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.shipment-view-page .info-card .card-header svg {
  color: #2f6bff;
}
.shipment-view-page .info-card .card-body {
  padding: 16px;
  font-size: 14px;
  color: #777777;
}
.shipment-view-page .info-card .info-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.shipment-view-page .info-card .info-row:last-child {
  margin-bottom: 0;
}
.shipment-view-page .info-card .info-row .label {
  color: #777777;
}
.shipment-view-page .info-card .info-row .value {
  color: #333333;
  font-weight: 500;
}
.shipment-view-page .address-section .address-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.shipment-view-page .tracking-section,
.shipment-view-page .shipment-items-section {
  margin-top: 24px;
}
.shipment-view-page .tracking-section .section-header,
.shipment-view-page .shipment-items-section .section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}
.shipment-view-page .tracking-section .section-header h2,
.shipment-view-page .shipment-items-section .section-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.shipment-view-page .tracking-section .section-header svg,
.shipment-view-page .shipment-items-section .section-header svg {
  color: #2f6bff;
}
.account.marketplace-order-view .column.main .wk-mp-design:not(.shipment-view-page) {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.account:not(.marketplace-order-view) .column.main .wk-mp-design:not(.shipment-view-page) {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.account:not(.marketplace-order-view) .column.main .wk-mp-design:not(.shipment-view-page) .page-title-wrapper .page-title {
  font-size: 24px;
  font-weight: 700;
}
.account:not(.marketplace-order-view) .column.main .wk-mp-design:not(.shipment-view-page) .page-title-wrapper .actions-toolbar .wk-mp-btn {
  padding: 10px 20px;
  background: #2f6bff;
  color: #ffffff;
  border: none;
  border-radius: 8px;
}
.account:not(.marketplace-order-view) .column.main .wk-mp-design:not(.shipment-view-page) .block.block-order-details-view {
  margin-top: 20px;
}
.account:not(.marketplace-order-view) .column.main .wk-mp-design:not(.shipment-view-page) .block.block-order-details-view .block-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.account .column.main .wk-mp-design .wk-mp-list-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.account .column.main .wk-mp-design .wk-mp-list-table thead tr th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
}
.account .column.main .wk-mp-design .wk-mp-list-table tbody.wk-mp-body td {
  padding: 12px 16px;
  vertical-align: middle;
}
.account .column.main .wk-mp-design .wk-mp-list-table tbody.wk-mp-body td .input-text {
  width: 100%;
  max-width: 200px;
  padding: 10px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
}
.account .column.main .wk-mp-design .wk-mp-list-table tbody.wk-mp-body td.wk-mp-td-last .button {
  padding: 10px 18px;
  margin-right: 8px;
  background: #2f6bff;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
}
.account .column.main .wk-mp-design .wk-mp-list-table tbody.wk-mp-body td.wk-mp-td-last .button:hover {
  background: #064eff;
}
.account .column.main .wk-mp-design .wk-mp-list-table tbody.wk-mp-body td.wk-mp-td-last a .button {
  background: #f8f9fa;
  color: #333333;
  border: 1px solid #e5e5e5;
}
.account .column.main .wk-mp-design .wk-mp-list-table tbody.wk-mp-body td.wk-mp-td-last a .button:hover {
  background: #e9ecef;
}
.account .column.main .wk-mp-design .wk-mp-list-table .wk-mp-td-span {
  display: inline-block;
  margin-right: 8px;
}
.account .column.main .wk-mp-design .wk-mp-order-info-box {
  margin-bottom: 24px;
}
.account .column.main .wk-mp-design .wk-mp-order-info-box .box {
  background: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px;
}
.account .column.main .wk-mp-design .wk-mp-order-info-box .box-title h2 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 16px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}
.account .column.main .wk-mp-design .wk-mp-order-info-box .wk_row {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 14px;
}
.account .column.main .wk-mp-design .wk-mp-order-info-box .wk_row .label {
  font-weight: 600;
  color: #777777;
  min-width: 140px;
}
.account .column.main .wk-mp-design .wk-mp-order-info-box .wk_row .value {
  color: #333333;
}
.account .column.main .wk-mp-design .wk-mp-tr-amount-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}
.account .column.main .wk-mp-design .wk-mp-tr-amount-total,
.account .column.main .wk-mp-design .wk-mp-tr-payout-total,
.account .column.main .wk-mp-design .wk-mp-tr-remain-total {
  background: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px;
}
.account .column.main .wk-mp-design .wk-mp-tr-amount-total-title .wk-mp-tr-txt-style,
.account .column.main .wk-mp-design .wk-mp-tr-remain-title .wk-mp-tr-txt-style {
  font-size: 14px;
  font-weight: 600;
  color: #777777;
  margin-bottom: 4px;
}
.account .column.main .wk-mp-design .wk-mp-tr-amount-total-title .wk-mp-tr-amount-style,
.account .column.main .wk-mp-design .wk-mp-tr-remain-title .wk-mp-tr-amount-style {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
}
.account .column.main .wk-mp-design .wk-mp-tr-amount-total-title .wk-mp-tr-last-style,
.account .column.main .wk-mp-design .wk-mp-tr-remain-title .wk-mp-tr-last-style {
  font-size: 12px;
  color: #777777;
}
.account .column.main .wk-mp-design .wk-mp-tr-amount-total-desc {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
  font-size: 13px;
}
.account .column.main .wk-mp-design .wk-mp-tr-amount-total-desc > div .wk-mp-tr-amount-style {
  font-size: 16px;
  font-weight: 600;
}
.account .column.main .wk-mp-design .wk-mp-tr-payout-total {
  text-align: center;
}
.account .column.main .wk-mp-design .wk-mp-tr-payout-total .wk-mp-tr-payout-style {
  font-size: 24px;
  font-weight: 700;
  color: #2f6bff;
}
.account .column.main .wk-mp-design .wk-mp-tr-remain-btn .action-primary {
  margin-top: 16px;
  padding: 12px 24px;
  background: #2f6bff;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}
.account .column.main .wk-mp-design .wk-mp-tr-remain-btn .action-primary:hover {
  background: #064eff;
}
.account .column.main .wk-mp-design .table-caption {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
.account .column.main .wk-mp-design .fieldset.info.wk-mp-fieldset {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 20px;
  background: #ffffff;
}
.account .column.main .wk-mp-design .fieldset.info.wk-mp-fieldset .legend {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}
.account .column.main .wk-mp-design .fieldset.info.wk-mp-fieldset .table-wrapper.order-items {
  overflow-x: auto;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}
.account .column.main .wk-mp-design .fieldset.info.wk-mp-fieldset .table-order-items thead tr th {
  background: linear-gradient(135deg, #1b2c52 0%, #2f6bff 100%);
  color: #ffffff;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.account .column.main .wk-mp-design .fieldset.info.wk-mp-fieldset .table-order-items tbody tr td {
  padding: 12px 16px;
  vertical-align: middle;
}
.account .column.main .wk-mp-design .fieldset.info.wk-mp-fieldset .table-order-items tbody tr td a[href*="view"] {
  color: #2f6bff;
  font-weight: 500;
}
.account .column.main .wk-mp-design .fieldset.info.wk-mp-fieldset .table-order-items tbody tr td a[href*="view"]:hover {
  text-decoration: underline;
}
.account .column.main .wk-mp-design .fieldset.info.wk-mp-fieldset .order-products-toolbar.toolbar {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}
.account .column.main .wk-mp-design + .buttons-set .back-link a {
  color: #2f6bff;
  font-weight: 500;
}
.account .column.main .wk-mp-design + .buttons-set .back-link a:hover {
  text-decoration: underline;
}
.new-invoice-page .invoice-header,
.new-shipment-page .invoice-header,
.new-invoice-page .shipment-header,
.new-shipment-page .shipment-header {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.new-invoice-page .invoice-header .header-content,
.new-shipment-page .invoice-header .header-content,
.new-invoice-page .shipment-header .header-content,
.new-shipment-page .shipment-header .header-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.new-invoice-page .invoice-header .header-left .order-info,
.new-shipment-page .invoice-header .header-left .order-info,
.new-invoice-page .shipment-header .header-left .order-info,
.new-shipment-page .shipment-header .header-left .order-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.new-invoice-page .invoice-header .header-left .order-info .order-number,
.new-shipment-page .invoice-header .header-left .order-info .order-number,
.new-invoice-page .shipment-header .header-left .order-info .order-number,
.new-shipment-page .shipment-header .header-left .order-info .order-number {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}
.new-invoice-page .invoice-header .header-left .order-info .status-badge,
.new-shipment-page .invoice-header .header-left .order-info .status-badge,
.new-invoice-page .shipment-header .header-left .order-info .status-badge,
.new-shipment-page .shipment-header .header-left .order-info .status-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  background: rgba(47, 107, 255, 0.1);
  color: #2f6bff;
}
.new-invoice-page .invoice-header .header-left .order-info .status-badge.status-pending,
.new-shipment-page .invoice-header .header-left .order-info .status-badge.status-pending,
.new-invoice-page .shipment-header .header-left .order-info .status-badge.status-pending,
.new-shipment-page .shipment-header .header-left .order-info .status-badge.status-pending {
  background: #FFF3CD;
  color: #856404;
}
.new-invoice-page .invoice-header .header-left .order-info .status-badge.status-processing,
.new-shipment-page .invoice-header .header-left .order-info .status-badge.status-processing,
.new-invoice-page .shipment-header .header-left .order-info .status-badge.status-processing,
.new-shipment-page .shipment-header .header-left .order-info .status-badge.status-processing {
  background: #D1ECF1;
  color: #0C5460;
}
.new-invoice-page .invoice-header .header-left .order-info .status-badge.status-complete,
.new-shipment-page .invoice-header .header-left .order-info .status-badge.status-complete,
.new-invoice-page .shipment-header .header-left .order-info .status-badge.status-complete,
.new-shipment-page .shipment-header .header-left .order-info .status-badge.status-complete {
  background: rgba(73, 181, 107, 0.12);
  color: #49b56b;
}
.new-invoice-page .invoice-header .header-left .order-info .status-badge.status-canceled,
.new-shipment-page .invoice-header .header-left .order-info .status-badge.status-canceled,
.new-invoice-page .shipment-header .header-left .order-info .status-badge.status-canceled,
.new-shipment-page .shipment-header .header-left .order-info .status-badge.status-canceled {
  background: rgba(220, 38, 38, 0.1);
  color: #dc2626;
}
.new-invoice-page .invoice-header .header-left .order-date,
.new-shipment-page .invoice-header .header-left .order-date,
.new-invoice-page .shipment-header .header-left .order-date,
.new-shipment-page .shipment-header .header-left .order-date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #777777;
}
.new-invoice-page .invoice-header .header-left .order-date svg,
.new-shipment-page .invoice-header .header-left .order-date svg,
.new-invoice-page .shipment-header .header-left .order-date svg,
.new-shipment-page .shipment-header .header-left .order-date svg {
  color: #777777;
}
.new-invoice-page .invoice-header .header-right .page-title,
.new-shipment-page .invoice-header .header-right .page-title,
.new-invoice-page .shipment-header .header-right .page-title,
.new-shipment-page .shipment-header .header-right .page-title {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.new-invoice-page .invoice-header .header-right .page-title svg,
.new-shipment-page .invoice-header .header-right .page-title svg,
.new-invoice-page .shipment-header .header-right .page-title svg,
.new-shipment-page .shipment-header .header-right .page-title svg {
  color: #2f6bff;
}
.new-invoice-page .invoice-summary-cards,
.new-shipment-page .invoice-summary-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
.new-invoice-page .summary-card,
.new-shipment-page .summary-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: border-color 0.2s ease;
}
.new-invoice-page .summary-card:hover,
.new-shipment-page .summary-card:hover {
  border-color: #d1d1d1;
}
.new-invoice-page .summary-card .card-icon,
.new-shipment-page .summary-card .card-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(47, 107, 255, 0.08);
  border-radius: 8px;
  color: #2f6bff;
}
.new-invoice-page .summary-card .card-icon svg,
.new-shipment-page .summary-card .card-icon svg {
  color: #2f6bff;
}
.new-invoice-page .summary-card .card-content,
.new-shipment-page .summary-card .card-content {
  flex: 1;
  min-width: 0;
}
.new-invoice-page .summary-card .card-content .card-label,
.new-shipment-page .summary-card .card-content .card-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #777777;
  margin-bottom: 4px;
}
.new-invoice-page .summary-card .card-content .card-value,
.new-shipment-page .summary-card .card-content .card-value {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 2px;
}
.new-invoice-page .summary-card .card-content .card-subvalue,
.new-shipment-page .summary-card .card-content .card-subvalue {
  display: block;
  font-size: 12px;
  color: #777777;
}
.new-invoice-page .summary-card .card-content .card-sublabel,
.new-shipment-page .summary-card .card-content .card-sublabel {
  display: block;
  font-size: 12px;
  color: #777777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.new-invoice-page .invoice-info-grid,
.new-shipment-page .invoice-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
.new-invoice-page .info-card,
.new-shipment-page .info-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}
.new-invoice-page .info-card .info-card-header,
.new-shipment-page .info-card .info-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e5e5;
}
.new-invoice-page .info-card .info-card-header h3,
.new-shipment-page .info-card .info-card-header h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.new-invoice-page .info-card .info-card-header svg,
.new-shipment-page .info-card .info-card-header svg {
  color: #2f6bff;
  flex-shrink: 0;
}
.new-invoice-page .info-card .info-card-content,
.new-shipment-page .info-card .info-card-content {
  padding: 16px;
  font-size: 13px;
  color: #333333;
  line-height: 1.6;
}
.new-invoice-page .info-card .info-card-content address,
.new-shipment-page .info-card .info-card-content address {
  font-style: normal;
}
.new-invoice-page .info-card .info-card-content a,
.new-shipment-page .info-card .info-card-content a {
  color: #2f6bff;
}
.new-invoice-page .info-card .info-card-content a:hover,
.new-shipment-page .info-card .info-card-content a:hover {
  text-decoration: underline;
}
.new-invoice-page .shipment-option-card,
.new-shipment-page .shipment-option-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}
.new-invoice-page .shipment-option-card .shipment-checkbox-wrapper,
.new-shipment-page .shipment-option-card .shipment-checkbox-wrapper {
  display: flex;
  align-items: center;
}
.new-invoice-page .shipment-option-card .shipment-checkbox-wrapper .shipment-checkbox,
.new-shipment-page .shipment-option-card .shipment-checkbox-wrapper .shipment-checkbox {
  width: 20px;
  height: 20px;
  accent-color: #2f6bff;
  margin-right: 10px;
  cursor: pointer;
}
.new-invoice-page .shipment-option-card .shipment-checkbox-wrapper .shipment-label,
.new-shipment-page .shipment-option-card .shipment-checkbox-wrapper .shipment-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
}
.new-invoice-page .shipment-option-card .shipment-checkbox-wrapper .shipment-label svg,
.new-shipment-page .shipment-option-card .shipment-checkbox-wrapper .shipment-label svg {
  color: #2f6bff;
}
.new-invoice-page .shipment-option-card .tracking-fields,
.new-shipment-page .shipment-option-card .tracking-fields {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}
.new-invoice-page .shipment-option-card .tracking-fields .tracking-field label,
.new-shipment-page .shipment-option-card .tracking-fields .tracking-field label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #777777;
  margin-bottom: 6px;
}
.new-invoice-page .shipment-option-card .tracking-fields .tracking-field .tracking-input,
.new-shipment-page .shipment-option-card .tracking-fields .tracking-field .tracking-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
.new-invoice-page .shipment-option-card .tracking-fields .tracking-field .tracking-input:focus,
.new-shipment-page .shipment-option-card .tracking-fields .tracking-field .tracking-input:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.15);
}
.new-invoice-page .invoice-items-section,
.new-shipment-page .invoice-items-section {
  margin-bottom: 24px;
}
.new-invoice-page .invoice-items-section .section-header,
.new-shipment-page .invoice-items-section .section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e5e5e5;
}
.new-invoice-page .invoice-items-section .section-header h2,
.new-shipment-page .invoice-items-section .section-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 10px;
}
.new-invoice-page .invoice-items-section .section-header svg,
.new-shipment-page .invoice-items-section .section-header svg {
  color: #2f6bff;
}
.new-invoice-page .invoice-items-container .invoice-item-card,
.new-shipment-page .invoice-items-container .invoice-item-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-main,
.new-shipment-page .invoice-items-container .invoice-item-card .item-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  gap: 16px;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-main .item-info,
.new-shipment-page .invoice-items-container .invoice-item-card .item-main .item-info {
  flex: 1;
  min-width: 0;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-main .item-info .item-name,
.new-shipment-page .invoice-items-container .invoice-item-card .item-main .item-info .item-name {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 4px 0;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-main .item-info .item-sku,
.new-shipment-page .invoice-items-container .invoice-item-card .item-main .item-info .item-sku {
  font-size: 12px;
  color: #777777;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-main .item-info .item-options,
.new-shipment-page .invoice-items-container .invoice-item-card .item-main .item-info .item-options {
  margin-top: 8px;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-main .item-info .item-options .option-row,
.new-shipment-page .invoice-items-container .invoice-item-card .item-main .item-info .item-options .option-row {
  font-size: 12px;
  margin-bottom: 2px;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-main .item-info .item-options .option-row .option-label,
.new-shipment-page .invoice-items-container .invoice-item-card .item-main .item-info .item-options .option-row .option-label {
  font-weight: 600;
  color: #777777;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-main .item-info .item-options .option-row .option-value,
.new-shipment-page .invoice-items-container .invoice-item-card .item-main .item-info .item-options .option-row .option-value {
  color: #333333;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-main .item-price,
.new-shipment-page .invoice-items-container .invoice-item-card .item-main .item-price {
  text-align: right;
  flex-shrink: 0;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-main .item-price .price-label,
.new-shipment-page .invoice-items-container .invoice-item-card .item-main .item-price .price-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #777777;
  margin-bottom: 2px;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-main .item-price .price-value,
.new-shipment-page .invoice-items-container .invoice-item-card .item-main .item-price .price-value {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-quantities,
.new-shipment-page .invoice-items-container .invoice-item-card .item-quantities {
  padding: 14px 16px;
  background: #f8f9fa;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-quantities .qty-status-grid,
.new-shipment-page .invoice-items-container .invoice-item-card .item-quantities .qty-status-grid {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-quantities .qty-status-grid .qty-badge,
.new-shipment-page .invoice-items-container .invoice-item-card .item-quantities .qty-status-grid .qty-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-quantities .qty-status-grid .qty-badge.ordered,
.new-shipment-page .invoice-items-container .invoice-item-card .item-quantities .qty-status-grid .qty-badge.ordered {
  background: rgba(47, 107, 255, 0.1);
  color: #2f6bff;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-quantities .qty-status-grid .qty-badge.invoiced,
.new-shipment-page .invoice-items-container .invoice-item-card .item-quantities .qty-status-grid .qty-badge.invoiced {
  background: rgba(73, 181, 107, 0.1);
  color: #49b56b;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-quantities .qty-status-grid .qty-badge.shipped,
.new-shipment-page .invoice-items-container .invoice-item-card .item-quantities .qty-status-grid .qty-badge.shipped {
  background: rgba(23, 162, 184, 0.1);
  color: #17A2B8;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-quantities .qty-status-grid .qty-badge.canceled,
.new-shipment-page .invoice-items-container .invoice-item-card .item-quantities .qty-status-grid .qty-badge.canceled {
  background: rgba(220, 38, 38, 0.1);
  color: #dc2626;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-quantities .qty-status-grid .qty-badge.refunded,
.new-shipment-page .invoice-items-container .invoice-item-card .item-quantities .qty-status-grid .qty-badge.refunded {
  background: rgba(111, 66, 193, 0.1);
  color: #6F42C1;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-quantities .qty-status-grid .qty-badge .qty-label,
.new-shipment-page .invoice-items-container .invoice-item-card .item-quantities .qty-status-grid .qty-badge .qty-label {
  font-weight: 500;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-quantities .qty-status-grid .qty-badge .qty-value,
.new-shipment-page .invoice-items-container .invoice-item-card .item-quantities .qty-status-grid .qty-badge .qty-value {
  font-weight: 700;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-quantities .qty-to-invoice,
.new-shipment-page .invoice-items-container .invoice-item-card .item-quantities .qty-to-invoice {
  display: flex;
  align-items: center;
  gap: 8px;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-quantities .qty-to-invoice label,
.new-shipment-page .invoice-items-container .invoice-item-card .item-quantities .qty-to-invoice label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #777777;
  white-space: nowrap;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-quantities .qty-to-invoice .qty-input,
.new-shipment-page .invoice-items-container .invoice-item-card .item-quantities .qty-to-invoice .qty-input {
  width: 70px;
  padding: 8px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-quantities .qty-to-invoice .qty-input:focus,
.new-shipment-page .invoice-items-container .invoice-item-card .item-quantities .qty-to-invoice .qty-input:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.15);
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-totals,
.new-shipment-page .invoice-items-container .invoice-item-card .item-totals {
  padding: 14px 16px;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-totals .total-row,
.new-shipment-page .invoice-items-container .invoice-item-card .item-totals .total-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 13px;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-totals .total-row .total-label,
.new-shipment-page .invoice-items-container .invoice-item-card .item-totals .total-row .total-label {
  color: #777777;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-totals .total-row .total-value,
.new-shipment-page .invoice-items-container .invoice-item-card .item-totals .total-row .total-value {
  font-weight: 600;
  color: #333333;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-totals .total-row.discount .total-value,
.new-shipment-page .invoice-items-container .invoice-item-card .item-totals .total-row.discount .total-value {
  color: #49b56b;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-totals .total-row.row-total,
.new-shipment-page .invoice-items-container .invoice-item-card .item-totals .total-row.row-total {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
  font-size: 15px;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-totals .total-row.row-total .total-label,
.new-shipment-page .invoice-items-container .invoice-item-card .item-totals .total-row.row-total .total-label {
  font-weight: 600;
  color: #333333;
}
.new-invoice-page .invoice-items-container .invoice-item-card .item-totals .total-row.row-total .total-value,
.new-shipment-page .invoice-items-container .invoice-item-card .item-totals .total-row.row-total .total-value {
  font-weight: 700;
  color: #2f6bff;
}
.new-invoice-page .update-qty-section,
.new-shipment-page .update-qty-section {
  margin-bottom: 24px;
}
.new-invoice-page .update-qty-section .update-qty-btn,
.new-shipment-page .update-qty-section .update-qty-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #49b56b;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.new-invoice-page .update-qty-section .update-qty-btn svg,
.new-shipment-page .update-qty-section .update-qty-btn svg {
  stroke: #ffffff;
}
.new-invoice-page .update-qty-section .update-qty-btn:hover:not(.disabled),
.new-shipment-page .update-qty-section .update-qty-btn:hover:not(.disabled) {
  background: #3d985a;
  box-shadow: 0 2px 8px rgba(73, 181, 107, 0.3);
}
.new-invoice-page .update-qty-section .update-qty-btn.disabled,
.new-shipment-page .update-qty-section .update-qty-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.new-invoice-page .invoice-comments-section,
.new-shipment-page .invoice-comments-section {
  margin-bottom: 24px;
}
.new-invoice-page .invoice-comments-section .section-card,
.new-shipment-page .invoice-comments-section .section-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}
.new-invoice-page .invoice-comments-section .section-card .section-header,
.new-shipment-page .invoice-comments-section .section-card .section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e5e5;
}
.new-invoice-page .invoice-comments-section .section-card .section-header h3,
.new-shipment-page .invoice-comments-section .section-card .section-header h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.new-invoice-page .invoice-comments-section .section-card .section-header svg,
.new-shipment-page .invoice-comments-section .section-card .section-header svg {
  color: #2f6bff;
}
.new-invoice-page .invoice-comments-section .section-card .section-content,
.new-shipment-page .invoice-comments-section .section-card .section-content {
  padding: 16px;
}
.new-invoice-page .invoice-comments-section .section-card .section-content textarea,
.new-shipment-page .invoice-comments-section .section-card .section-content textarea {
  width: 100%;
  min-height: 100px;
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  resize: vertical;
  box-sizing: border-box;
}
.new-invoice-page .invoice-comments-section .section-card .section-content textarea:focus,
.new-shipment-page .invoice-comments-section .section-card .section-content textarea:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.15);
}
.new-invoice-page .invoice-totals-section,
.new-shipment-page .invoice-totals-section {
  margin-bottom: 24px;
}
.new-invoice-page .invoice-totals-section .totals-card,
.new-shipment-page .invoice-totals-section .totals-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  max-width: 400px;
  margin-left: auto;
}
.new-invoice-page .invoice-totals-section .totals-card .totals-header,
.new-shipment-page .invoice-totals-section .totals-card .totals-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e5e5;
}
.new-invoice-page .invoice-totals-section .totals-card .totals-header h3,
.new-shipment-page .invoice-totals-section .totals-card .totals-header h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.new-invoice-page .invoice-totals-section .totals-card .totals-header svg,
.new-shipment-page .invoice-totals-section .totals-card .totals-header svg {
  color: #2f6bff;
}
.new-invoice-page .invoice-totals-section .totals-card .totals-content,
.new-shipment-page .invoice-totals-section .totals-card .totals-content {
  padding: 16px;
}
.new-invoice-page .invoice-totals-section .totals-card .totals-content .totals-row,
.new-shipment-page .invoice-totals-section .totals-card .totals-content .totals-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 14px;
}
.new-invoice-page .invoice-totals-section .totals-card .totals-content .totals-row .totals-label,
.new-shipment-page .invoice-totals-section .totals-card .totals-content .totals-row .totals-label {
  color: #777777;
}
.new-invoice-page .invoice-totals-section .totals-card .totals-content .totals-row .totals-value,
.new-shipment-page .invoice-totals-section .totals-card .totals-content .totals-row .totals-value {
  font-weight: 600;
  color: #333333;
}
.new-invoice-page .invoice-totals-section .totals-card .totals-content .totals-row.discount .totals-value,
.new-shipment-page .invoice-totals-section .totals-card .totals-content .totals-row.discount .totals-value {
  color: #49b56b;
}
.new-invoice-page .invoice-totals-section .totals-card .totals-content .totals-row.grand-total,
.new-shipment-page .invoice-totals-section .totals-card .totals-content .totals-row.grand-total {
  margin-top: 10px;
  padding-top: 12px;
  border-top: 2px solid #e5e5e5;
  font-size: 16px;
}
.new-invoice-page .invoice-totals-section .totals-card .totals-content .totals-row.grand-total .totals-label,
.new-shipment-page .invoice-totals-section .totals-card .totals-content .totals-row.grand-total .totals-label {
  font-weight: 700;
  color: #333333;
}
.new-invoice-page .invoice-totals-section .totals-card .totals-content .totals-row.grand-total .totals-value,
.new-shipment-page .invoice-totals-section .totals-card .totals-content .totals-row.grand-total .totals-value {
  font-weight: 700;
  color: #2f6bff;
  font-size: 18px;
}
.new-invoice-page .invoice-submit-section,
.new-shipment-page .invoice-submit-section {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 24px;
}
.new-invoice-page .invoice-submit-section .submit-options,
.new-shipment-page .invoice-submit-section .submit-options {
  margin-bottom: 20px;
}
.new-invoice-page .invoice-submit-section .submit-options .option-group,
.new-shipment-page .invoice-submit-section .submit-options .option-group {
  margin-bottom: 10px;
}
.new-invoice-page .invoice-submit-section .submit-options .option-group .checkbox-option,
.new-shipment-page .invoice-submit-section .submit-options .option-group .checkbox-option {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
}
.new-invoice-page .invoice-submit-section .submit-options .option-group .checkbox-option input[type="checkbox"],
.new-shipment-page .invoice-submit-section .submit-options .option-group .checkbox-option input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #2f6bff;
  cursor: pointer;
}
.new-invoice-page .invoice-submit-section .submit-options .option-group .checkbox-option input[type="checkbox"]:disabled,
.new-shipment-page .invoice-submit-section .submit-options .option-group .checkbox-option input[type="checkbox"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.new-invoice-page .invoice-submit-section .submit-options .option-group .checkbox-option .checkbox-label,
.new-shipment-page .invoice-submit-section .submit-options .option-group .checkbox-option .checkbox-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
.new-invoice-page .invoice-submit-section .submit-options .option-group .checkbox-option .checkbox-label svg,
.new-shipment-page .invoice-submit-section .submit-options .option-group .checkbox-option .checkbox-label svg {
  color: #777777;
}
.new-invoice-page .invoice-submit-section .submit-actions .submit-invoice-btn,
.new-shipment-page .invoice-submit-section .submit-actions .submit-invoice-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: #2f6bff;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.new-invoice-page .invoice-submit-section .submit-actions .submit-invoice-btn svg,
.new-shipment-page .invoice-submit-section .submit-actions .submit-invoice-btn svg {
  stroke: #ffffff;
}
.new-invoice-page .invoice-submit-section .submit-actions .submit-invoice-btn:hover:not(.disabled),
.new-shipment-page .invoice-submit-section .submit-actions .submit-invoice-btn:hover:not(.disabled) {
  background: #064eff;
  box-shadow: 0 2px 12px rgba(47, 107, 255, 0.3);
}
.new-invoice-page .invoice-submit-section .submit-actions .submit-invoice-btn.disabled,
.new-shipment-page .invoice-submit-section .submit-actions .submit-invoice-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.new-invoice-page .back-section,
.new-shipment-page .back-section {
  margin-top: 16px;
  margin-bottom: 24px;
}
.new-invoice-page .back-section .back-link,
.new-shipment-page .back-section .back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2f6bff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.new-invoice-page .back-section .back-link svg,
.new-shipment-page .back-section .back-link svg {
  stroke: #2f6bff;
}
.new-invoice-page .back-section .back-link:hover,
.new-shipment-page .back-section .back-link:hover {
  color: #0048fb;
  text-decoration: underline;
}
.creditmemo-page .creditmemo-header {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
}
.creditmemo-page .creditmemo-header .header-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.creditmemo-page .creditmemo-header .header-left .page-title {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 10px 0;
}
.creditmemo-page .creditmemo-header .header-left .order-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.creditmemo-page .creditmemo-header .header-left .order-info .order-number {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}
.creditmemo-page .creditmemo-header .header-left .order-info .order-status {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  background: rgba(47, 107, 255, 0.1);
  color: #2f6bff;
}
.creditmemo-page .creditmemo-header .header-left .order-info .order-status.status-pending {
  background: #FFF3CD;
  color: #856404;
}
.creditmemo-page .creditmemo-header .header-left .order-info .order-status.status-processing {
  background: #D1ECF1;
  color: #0C5460;
}
.creditmemo-page .creditmemo-header .header-left .order-info .order-status.status-complete {
  background: rgba(73, 181, 107, 0.12);
  color: #49b56b;
}
.creditmemo-page .creditmemo-header .header-left .order-info .order-status.status-canceled {
  background: rgba(220, 38, 38, 0.1);
  color: #dc2626;
}
.creditmemo-page .creditmemo-header .header-left .order-date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #777777;
}
.creditmemo-page .creditmemo-header .header-left .order-date svg {
  color: #777777;
}
.creditmemo-page .creditmemo-header .header-left .order-date .date-value {
  font-weight: 500;
}
.creditmemo-page .creditmemo-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.creditmemo-page .info-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}
.creditmemo-page .info-card .card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e5e5;
}
.creditmemo-page .info-card .card-header h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}
.creditmemo-page .info-card .card-header svg {
  color: #2f6bff;
  flex-shrink: 0;
}
.creditmemo-page .info-card .card-body {
  padding: 20px;
}
.creditmemo-page .info-card .info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.creditmemo-page .info-card .info-grid.single-column {
  grid-template-columns: 1fr;
}
.creditmemo-page .info-card .info-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 6px 0;
}
.creditmemo-page .info-card .info-row .info-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #777777;
  min-width: 120px;
  flex-shrink: 0;
}
.creditmemo-page .info-card .info-row .info-value {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  word-break: break-all;
}
.creditmemo-page .info-card .info-box {
  background: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 16px;
}
.creditmemo-page .info-card .info-box .box-title {
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.creditmemo-page .info-card .info-box .box-title svg {
  color: #2f6bff;
  flex-shrink: 0;
}
.creditmemo-page .info-card .info-box .box-content {
  font-size: 13px;
  color: #777777;
  line-height: 1.7;
}
.creditmemo-page .info-card .info-box .box-content address {
  font-style: normal;
}
.creditmemo-page .info-card .info-box .box-content a {
  color: #2f6bff;
}
.creditmemo-page .info-card .info-box .box-content a:hover {
  text-decoration: underline;
}
.creditmemo-page .items-section .section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e5e5e5;
}
.creditmemo-page .items-section .section-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.creditmemo-page .items-section .section-header svg {
  color: #2f6bff;
}
.creditmemo-page .creditmemo-items-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
.creditmemo-page .creditmemo-items-card .items-card-header {
  padding: 14px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e5e5;
}
.creditmemo-page .creditmemo-items-card .items-card-header h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}
.creditmemo-page .creditmemo-items-card .items-list {
  padding: 0;
}
.creditmemo-page .creditmemo-items-card .item-card {
  border-bottom: 1px solid #e5e5e5;
}
.creditmemo-page .creditmemo-items-card .item-card:last-child {
  border-bottom: none;
}
.creditmemo-page .creditmemo-items-card .item-card .item-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 20px;
  gap: 16px;
}
.creditmemo-page .creditmemo-items-card .item-card .item-main .item-info {
  flex: 1;
  min-width: 0;
}
.creditmemo-page .creditmemo-items-card .item-card .item-main .item-info .item-name {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 4px 0;
}
.creditmemo-page .creditmemo-items-card .item-card .item-main .item-info .item-options {
  margin-top: 6px;
}
.creditmemo-page .creditmemo-items-card .item-card .item-main .item-info .item-options .option {
  display: block;
  font-size: 12px;
  color: #777777;
  margin-bottom: 2px;
}
.creditmemo-page .creditmemo-items-card .item-card .item-main .item-info .item-options .option strong {
  color: #333333;
}
.creditmemo-page .creditmemo-items-card .item-card .item-main .item-info .item-price-mobile {
  display: none;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #2f6bff;
}
.creditmemo-page .creditmemo-items-card .item-card .item-main .item-price {
  text-align: right;
  flex-shrink: 0;
}
.creditmemo-page .creditmemo-items-card .item-card .item-main .item-price .price-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #777777;
  margin-bottom: 2px;
}
.creditmemo-page .creditmemo-items-card .item-card .item-main .item-price .price-value {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.creditmemo-page .creditmemo-items-card .item-card .item-details {
  padding: 14px 20px;
  background: #f8f9fa;
  border-top: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.creditmemo-page .creditmemo-items-card .item-card .item-details .detail-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.creditmemo-page .creditmemo-items-card .item-card .item-details .detail-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #777777;
}
.creditmemo-page .creditmemo-items-card .item-card .item-details .qty-breakdown {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.creditmemo-page .creditmemo-items-card .item-card .item-details .qty-breakdown .qty-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(47, 107, 255, 0.1);
  color: #2f6bff;
}
.creditmemo-page .creditmemo-items-card .item-card .item-details .qty-breakdown .qty-item.refunded {
  background: rgba(111, 66, 193, 0.1);
  color: #6F42C1;
}
.creditmemo-page .creditmemo-items-card .item-card .item-details .qty-breakdown .qty-item .qty-type {
  font-weight: 500;
}
.creditmemo-page .creditmemo-items-card .item-card .item-details .qty-breakdown .qty-item .qty-num {
  font-weight: 700;
}
.creditmemo-page .creditmemo-items-card .item-card .item-details .refund-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.creditmemo-page .creditmemo-items-card .item-card .item-details .refund-controls .control-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.creditmemo-page .creditmemo-items-card .item-card .item-details .refund-controls .control-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
}
.creditmemo-page .creditmemo-items-card .item-card .item-details .refund-controls .control-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #2f6bff;
  cursor: pointer;
}
.creditmemo-page .creditmemo-items-card .item-card .item-details .refund-controls .qty-to-refund {
  display: flex;
  align-items: center;
  gap: 8px;
}
.creditmemo-page .creditmemo-items-card .item-card .item-details .refund-controls .qty-to-refund .control-label-text {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #777777;
  white-space: nowrap;
}
.creditmemo-page .creditmemo-items-card .item-card .item-details .refund-controls .qty-to-refund .qty-input-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}
.creditmemo-page .creditmemo-items-card .item-card .item-details .refund-controls .qty-to-refund .qty-input {
  width: 70px;
  padding: 8px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
.creditmemo-page .creditmemo-items-card .item-card .item-details .refund-controls .qty-to-refund .qty-input:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.15);
}
.creditmemo-page .creditmemo-items-card .item-card .item-details .refund-controls .qty-to-refund .update-btn {
  padding: 8px 14px;
  background: #49b56b;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.creditmemo-page .creditmemo-items-card .item-card .item-details .refund-controls .qty-to-refund .update-btn:hover:not(:disabled) {
  background: #3d985a;
  box-shadow: 0 2px 8px rgba(73, 181, 107, 0.3);
}
.creditmemo-page .creditmemo-items-card .item-card .item-details .refund-controls .qty-to-refund .update-btn:disabled,
.creditmemo-page .creditmemo-items-card .item-card .item-details .refund-controls .qty-to-refund .update-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.creditmemo-page .creditmemo-items-card .item-card .item-totals {
  padding: 14px 20px;
  border-top: 1px solid #e5e5e5;
}
.creditmemo-page .creditmemo-items-card .item-card .item-totals .total-item {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 13px;
}
.creditmemo-page .creditmemo-items-card .item-card .item-totals .total-item .total-label {
  color: #777777;
}
.creditmemo-page .creditmemo-items-card .item-card .item-totals .total-item .total-value {
  font-weight: 600;
  color: #333333;
}
.creditmemo-page .creditmemo-items-card .item-card .item-totals .total-item.discount .total-value {
  color: #49b56b;
}
.creditmemo-page .creditmemo-items-card .item-card .item-totals .total-item.row-total {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
  font-size: 15px;
}
.creditmemo-page .creditmemo-items-card .item-card .item-totals .total-item.row-total .total-label {
  font-weight: 600;
  color: #333333;
}
.creditmemo-page .creditmemo-items-card .item-card .item-totals .total-item.row-total .total-value {
  font-weight: 700;
  color: #2f6bff;
}
.creditmemo-page .creditmemo-items-card .bundle-option-header {
  padding: 10px 20px;
  background: rgba(47, 107, 255, 0.05);
  font-size: 13px;
  font-weight: 600;
  color: #2f6bff;
  border-bottom: 1px solid #e5e5e5;
}
.creditmemo-page .refund-summary-section {
  margin-bottom: 24px;
}
.creditmemo-page .refund-summary-section .summary-title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 14px 0;
}
.creditmemo-page .refund-summary-section .summary-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
}
.creditmemo-page .refund-summary-section .summary-cards .summary-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 14px 16px;
  transition: border-color 0.2s ease;
}
.creditmemo-page .refund-summary-section .summary-cards .summary-card:hover {
  border-color: #d1d1d1;
}
.creditmemo-page .refund-summary-section .summary-cards .summary-card .summary-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #777777;
  margin-bottom: 6px;
}
.creditmemo-page .refund-summary-section .summary-cards .summary-card .summary-value {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.creditmemo-page .refund-summary-section .summary-cards .summary-card.paid .summary-value {
  color: #49b56b;
}
.creditmemo-page .refund-summary-section .summary-cards .summary-card.refunded .summary-value {
  color: #f59e0b;
}
.creditmemo-page .creditmemo-section {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
.creditmemo-page .creditmemo-section .section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e5e5;
}
.creditmemo-page .creditmemo-section .section-header h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}
.creditmemo-page .creditmemo-section .section-header svg {
  color: #2f6bff;
  flex-shrink: 0;
}
.creditmemo-page .creditmemo-section .section-body {
  padding: 20px;
}
.creditmemo-page .comments-section .comment-textarea {
  width: 100%;
  min-height: 100px;
  padding: 12px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  resize: vertical;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
.creditmemo-page .comments-section .comment-textarea:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.15);
}
.creditmemo-page .comments-section .comment-textarea::placeholder {
  color: #bbb;
}
.creditmemo-page .totals-section .totals-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
.creditmemo-page .totals-section .totals-breakdown .breakdown-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 14px;
}
.creditmemo-page .totals-section .totals-breakdown .breakdown-row .breakdown-label {
  color: #777777;
}
.creditmemo-page .totals-section .totals-breakdown .breakdown-row .breakdown-value {
  font-weight: 600;
  color: #333333;
}
.creditmemo-page .totals-section .totals-breakdown .breakdown-row .breakdown-value.discount {
  color: #49b56b;
}
.creditmemo-page .totals-section .totals-adjustments .adjustments-title {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 12px 0;
}
.creditmemo-page .totals-section .totals-adjustments .adjustment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.creditmemo-page .totals-section .totals-adjustments .adjustment-row .adjustment-label {
  font-size: 13px;
  color: #777777;
  white-space: nowrap;
  min-width: 130px;
}
.creditmemo-page .totals-section .totals-adjustments .adjustment-row .adjustment-input {
  width: 120px;
  padding: 8px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
.creditmemo-page .totals-section .totals-adjustments .adjustment-row .adjustment-input:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.15);
}
.creditmemo-page .totals-section .totals-adjustments .adjustment-row .adjustment-value {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.creditmemo-page .totals-section .grand-total-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  margin: 0 -20px -20px;
  background: #f8f9fa;
  border-top: 2px solid #e5e5e5;
}
.creditmemo-page .totals-section .grand-total-box .grand-total-label {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.creditmemo-page .totals-section .grand-total-box .grand-total-value {
  font-size: 22px;
  font-weight: 700;
  color: #2f6bff;
}
.creditmemo-page .totals-section .totals-options {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.creditmemo-page .totals-section .totals-options .option-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
}
.creditmemo-page .totals-section .totals-options .option-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #2f6bff;
  cursor: pointer;
}
.creditmemo-page .totals-section .totals-options .option-checkbox input[type="checkbox"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.creditmemo-page .totals-section .action-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.creditmemo-page .totals-section .action-buttons .action-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.creditmemo-page .totals-section .action-buttons .action-btn svg {
  stroke: currentColor;
}
.creditmemo-page .totals-section .action-buttons .action-btn.refund-offline {
  background: #f8f9fa;
  color: #333333;
  border: 2px solid #e5e5e5;
}
.creditmemo-page .totals-section .action-buttons .action-btn.refund-offline:hover:not(.disabled) {
  background: #eceff1;
  border-color: #cccccc;
}
.creditmemo-page .totals-section .action-buttons .action-btn.refund-online {
  background: #2f6bff;
  color: #ffffff;
}
.creditmemo-page .totals-section .action-buttons .action-btn.refund-online:hover:not(.disabled) {
  background: #064eff;
  box-shadow: 0 2px 12px rgba(47, 107, 255, 0.3);
}
.creditmemo-page .totals-section .action-buttons .action-btn.disabled,
.creditmemo-page .totals-section .action-buttons .action-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.creditmemo-page .totals-section .not-allowed-notice,
.creditmemo-page .totals-section .not-allowed-message {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: rgba(220, 38, 38, 0.06);
  border: 1px solid rgba(220, 38, 38, 0.15);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #dc2626;
  margin-top: 16px;
}
.creditmemo-page .totals-section .not-allowed-notice svg,
.creditmemo-page .totals-section .not-allowed-message svg {
  flex-shrink: 0;
  color: #dc2626;
  stroke: #dc2626;
}
.creditmemo-page .back-section {
  margin-top: 8px;
  margin-bottom: 24px;
}
.creditmemo-page .back-section .back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2f6bff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.creditmemo-page .back-section .back-link svg {
  stroke: #2f6bff;
}
.creditmemo-page .back-section .back-link:hover {
  color: #0048fb;
  text-decoration: underline;
}
.creditmemo-page .error-message {
  text-align: center;
  padding: 40px;
  color: #dc2626;
}
@media (max-width: 768px) {
  .creditmemo-page .creditmemo-header .header-content {
    flex-direction: column;
  }
  .creditmemo-page .info-card .info-grid {
    grid-template-columns: 1fr;
  }
  .creditmemo-page .info-card .info-row {
    flex-direction: column;
    gap: 4px;
  }
  .creditmemo-page .info-card .info-row .info-label {
    min-width: auto;
  }
  .creditmemo-page .creditmemo-items-card .item-card .item-main {
    flex-direction: column;
    gap: 8px;
  }
  .creditmemo-page .creditmemo-items-card .item-card .item-main .item-price {
    text-align: left;
    display: none;
  }
  .creditmemo-page .creditmemo-items-card .item-card .item-main .item-info .item-price-mobile {
    display: block;
  }
  .creditmemo-page .creditmemo-items-card .item-card .item-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .creditmemo-page .creditmemo-items-card .item-card .item-details .refund-controls {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .creditmemo-page .refund-summary-section .summary-cards {
    grid-template-columns: 1fr 1fr;
  }
  .creditmemo-page .totals-section .totals-layout {
    grid-template-columns: 1fr;
  }
  .creditmemo-page .totals-section .action-buttons {
    flex-direction: column;
  }
  .creditmemo-page .totals-section .action-buttons .action-btn {
    justify-content: center;
    width: 100%;
  }
}
.new-shipment-page .shipment-summary-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
.new-shipment-page .shipment-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
.new-shipment-page .tracking-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
.new-shipment-page .tracking-card .info-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e5e5;
}
.new-shipment-page .tracking-card .info-card-header h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.new-shipment-page .tracking-card .info-card-header svg {
  color: #2f6bff;
  flex-shrink: 0;
}
.new-shipment-page .tracking-card .tracking-card-body {
  padding: 16px;
}
.new-shipment-page .tracking-card .tracking-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.new-shipment-page .tracking-card .tracking-field label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #777777;
  margin-bottom: 6px;
}
.new-shipment-page .tracking-card .tracking-field label .required {
  color: #dc2626;
}
.new-shipment-page .tracking-card .tracking-field .tracking-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
.new-shipment-page .tracking-card .tracking-field .tracking-input:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.15);
}
.new-shipment-page .shipment-items-section {
  margin-bottom: 24px;
}
.new-shipment-page .shipment-items-section .section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e5e5e5;
}
.new-shipment-page .shipment-items-section .section-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.new-shipment-page .shipment-items-section .section-header svg {
  color: #2f6bff;
}
.new-shipment-page .shipment-items-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}
.new-shipment-page .shipment-items-card .items-card-header {
  padding: 12px 16px;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e5e5;
}
.new-shipment-page .shipment-items-card .items-card-header h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.new-shipment-page .shipment-items-card .items-list {
  padding: 0;
}
.new-shipment-page .shipment-item-card {
  padding: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.new-shipment-page .shipment-item-card:last-child {
  border-bottom: none;
}
.new-shipment-page .shipment-item-card .item-main {
  margin-bottom: 12px;
}
.new-shipment-page .shipment-item-card .item-main .item-info .item-name {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 4px 0;
}
.new-shipment-page .shipment-item-card .item-main .item-info .item-sku {
  font-size: 12px;
  color: #777777;
}
.new-shipment-page .shipment-item-card .item-main .item-info .item-sku .sku-label {
  font-weight: 600;
}
.new-shipment-page .shipment-item-card .item-main .item-info .item-options {
  margin-top: 6px;
}
.new-shipment-page .shipment-item-card .item-main .item-info .item-options .option {
  display: block;
  font-size: 12px;
  color: #777777;
  margin-bottom: 2px;
}
.new-shipment-page .shipment-item-card .item-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 12px;
  border-top: 1px solid #e5e5e5;
}
.new-shipment-page .shipment-item-card .item-details .detail-group .detail-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #777777;
  margin-bottom: 6px;
}
.new-shipment-page .shipment-item-card .item-details .qty-group .qty-breakdown {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.new-shipment-page .shipment-item-card .item-details .qty-group .qty-breakdown .qty-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.new-shipment-page .shipment-item-card .item-details .qty-group .qty-breakdown .qty-item .qty-type {
  font-weight: 500;
}
.new-shipment-page .shipment-item-card .item-details .qty-group .qty-breakdown .qty-item .qty-num {
  font-weight: 700;
}
.new-shipment-page .shipment-item-card .item-details .qty-group .qty-breakdown .qty-item.ordered {
  background: rgba(47, 107, 255, 0.1);
  color: #2f6bff;
}
.new-shipment-page .shipment-item-card .item-details .qty-group .qty-breakdown .qty-item.invoiced {
  background: rgba(73, 181, 107, 0.1);
  color: #49b56b;
}
.new-shipment-page .shipment-item-card .item-details .qty-group .qty-breakdown .qty-item.shipped {
  background: rgba(23, 162, 184, 0.1);
  color: #17A2B8;
}
.new-shipment-page .shipment-item-card .item-details .qty-group .qty-breakdown .qty-item.canceled {
  background: rgba(220, 38, 38, 0.1);
  color: #dc2626;
}
.new-shipment-page .shipment-item-card .item-details .qty-group .qty-breakdown .qty-item.refunded {
  background: rgba(111, 66, 193, 0.1);
  color: #6F42C1;
}
.new-shipment-page .shipment-item-card .item-details .ship-qty-group .qty-input-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.new-shipment-page .shipment-item-card .item-details .ship-qty-group .qty-input-wrapper .qty-input {
  width: 70px;
  padding: 8px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
.new-shipment-page .shipment-item-card .item-details .ship-qty-group .qty-input-wrapper .qty-input:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.15);
}
.new-shipment-page .shipment-item-card .item-details .ship-qty-group .qty-input-wrapper .qty-max-hint {
  font-size: 11px;
  color: #777777;
  white-space: nowrap;
}
.new-shipment-page .bundle-option-header {
  padding: 10px 16px;
  background: rgba(47, 107, 255, 0.05);
  font-size: 13px;
  font-weight: 600;
  color: #2f6bff;
  border-bottom: 1px solid #e5e5e5;
}
.new-shipment-page .bundle-item {
  padding-left: 32px;
}
.new-shipment-page .shipment-section.comments-section {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
.new-shipment-page .shipment-section.comments-section .section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e5e5;
}
.new-shipment-page .shipment-section.comments-section .section-header h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.new-shipment-page .shipment-section.comments-section .section-header svg {
  color: #2f6bff;
}
.new-shipment-page .shipment-section.comments-section .section-body {
  padding: 16px;
}
.new-shipment-page .shipment-section.comments-section .section-body .comment-textarea {
  width: 100%;
  min-height: 100px;
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  resize: vertical;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
.new-shipment-page .shipment-section.comments-section .section-body .comment-textarea:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.15);
}
.new-shipment-page .shipment-section.comments-section .section-body .comment-textarea::placeholder {
  color: #aaa;
}
.new-shipment-page .shipment-section.submit-section {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
.new-shipment-page .shipment-section.submit-section .section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e5e5;
}
.new-shipment-page .shipment-section.submit-section .section-header h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.new-shipment-page .shipment-section.submit-section .section-header svg {
  color: #2f6bff;
}
.new-shipment-page .shipment-section.submit-section .section-body {
  padding: 20px;
}
.new-shipment-page .shipment-section.submit-section .shipment-options {
  margin-bottom: 20px;
}
.new-shipment-page .shipment-section.submit-section .shipment-options .option-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
}
.new-shipment-page .shipment-section.submit-section .shipment-options .option-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #2f6bff;
  cursor: pointer;
}
.new-shipment-page .shipment-section.submit-section .shipment-options .option-checkbox span {
  font-weight: 500;
}
.new-shipment-page .shipment-section.submit-section .action-buttons .submit-shipment {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: #2f6bff;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.new-shipment-page .shipment-section.submit-section .action-buttons .submit-shipment svg {
  stroke: #ffffff;
}
.new-shipment-page .shipment-section.submit-section .action-buttons .submit-shipment:hover {
  background: #064eff;
  box-shadow: 0 2px 12px rgba(47, 107, 255, 0.3);
}
.print-order-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 16px;
  font-family: 'Open Sans', sans-serif;
}
.print-order-page .print-header {
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
}
.print-order-page .print-header .print-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.print-order-page .print-header .print-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.print-order-page .print-header .print-logo .brand-name {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  letter-spacing: -0.5px;
}
.print-order-page .print-header .print-actions {
  display: flex;
  gap: 10px;
}
.print-order-page .print-header .print-actions .print-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  background: #2f6bff;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.print-order-page .print-header .print-actions .print-btn:hover {
  background: #064eff;
  box-shadow: 0 2px 8px rgba(47, 107, 255, 0.3);
}
.print-order-page .print-header .print-actions .back-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  background: #ffffff;
  color: #333333;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.print-order-page .print-header .print-actions .back-btn:hover {
  border-color: #2f6bff;
  color: #2f6bff;
}
.print-order-page .print-header .print-header-info .print-title {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 8px 0;
}
.print-order-page .print-header .print-header-info .print-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.print-order-page .print-header .print-header-info .status-badge {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  background: rgba(47, 107, 255, 0.1);
  color: #2f6bff;
}
.print-order-page .print-header .print-header-info .status-badge.status-pending {
  background: #FFF3CD;
  color: #856404;
}
.print-order-page .print-header .print-header-info .status-badge.status-processing {
  background: #D1ECF1;
  color: #0C5460;
}
.print-order-page .print-header .print-header-info .status-badge.status-complete {
  background: rgba(73, 181, 107, 0.12);
  color: #49b56b;
}
.print-order-page .print-header .print-header-info .status-badge.status-canceled {
  background: rgba(220, 38, 38, 0.1);
  color: #dc2626;
}
.print-order-page .print-header .print-header-info .order-date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #777777;
}
.print-order-page .print-header .print-header-info .order-date svg {
  flex-shrink: 0;
}
.print-order-page .print-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}
.print-order-page .print-info-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}
.print-order-page .print-info-card .print-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e5e5;
}
.print-order-page .print-info-card .print-card-header h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #333333;
}
.print-order-page .print-info-card .print-card-header svg {
  color: #2f6bff;
  flex-shrink: 0;
}
.print-order-page .print-info-card .print-card-body {
  padding: 14px;
  font-size: 13px;
  line-height: 1.6;
  color: #333333;
}
.print-order-page .print-info-card .print-card-body address {
  font-style: normal;
}
.print-order-page .print-info-card .print-card-body a {
  color: #2f6bff;
}
.print-order-page .print-info-card .print-card-body .info-row {
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
}
.print-order-page .print-info-card .print-card-body .info-row:last-child {
  margin-bottom: 0;
}
.print-order-page .print-info-card .print-card-body .info-row .info-label {
  font-weight: 600;
  color: #777777;
  min-width: 50px;
}
.print-order-page .print-info-card .print-card-body .info-row .info-label::after {
  content: ':';
}
.print-order-page .print-info-card .print-card-body .info-row .info-value {
  color: #333333;
}
.print-order-page .print-info-card .print-card-body .method-name {
  display: block;
  font-weight: 600;
  color: #333333;
}
.print-order-page .print-info-card .print-card-body .method-charge {
  display: block;
  font-size: 12px;
  color: #777777;
  margin-top: 4px;
}
.print-order-page .print-items-section {
  margin-bottom: 32px;
}
.print-order-page .print-items-section .print-section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e5e5e5;
}
.print-order-page .print-items-section .print-section-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.print-order-page .print-items-section .print-section-header svg {
  color: #2f6bff;
}
.print-order-page .print-items-table-wrap {
  overflow-x: auto;
  margin-bottom: 0;
}
.print-order-page .print-items-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.print-order-page .print-items-table thead tr {
  background: #f8f9fa;
}
.print-order-page .print-items-table thead th {
  padding: 10px 12px;
  text-align: left;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #777777;
  border-bottom: 2px solid #e5e5e5;
  white-space: nowrap;
}
.print-order-page .print-items-table tbody .item-row {
  border-bottom: 1px solid #e5e5e5;
}
.print-order-page .print-items-table tbody .item-row td {
  padding: 12px;
  vertical-align: top;
  color: #333333;
}
.print-order-page .print-items-table tbody .bundle-option-row .bundle-option-label {
  padding: 8px 12px;
  background: rgba(47, 107, 255, 0.05);
  font-weight: 600;
  color: #2f6bff;
  font-size: 12px;
}
.print-order-page .print-items-table tbody .product-name {
  font-weight: 600;
  color: #333333;
  font-size: 14px;
}
.print-order-page .print-items-table tbody .item-options {
  margin-top: 6px;
  font-size: 12px;
}
.print-order-page .print-items-table tbody .item-options dt {
  font-weight: 600;
  color: #777777;
  display: inline;
}
.print-order-page .print-items-table tbody .item-options dd {
  display: inline;
  margin-left: 4px;
  color: #333333;
}
.print-order-page .print-items-table tbody .item-options dd::after {
  content: '';
  display: block;
}
.print-order-page .print-items-table tbody .qty-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.print-order-page .print-items-table tbody .qty-list li {
  display: flex;
  gap: 4px;
  margin-bottom: 2px;
  font-size: 12px;
}
.print-order-page .print-items-table tbody .qty-list li .qty-label {
  color: #777777;
}
.print-order-page .print-items-table tbody .qty-list li .qty-value {
  font-weight: 700;
  color: #333333;
}
.print-order-page .print-items-table tbody .col-price,
.print-order-page .print-items-table tbody .col-total,
.print-order-page .print-items-table tbody .col-commission,
.print-order-page .print-items-table tbody .col-vendor,
.print-order-page .print-items-table tbody .col-subtotal,
.print-order-page .print-items-table tbody .col-cod {
  white-space: nowrap;
  font-weight: 600;
}
.print-order-page .print-items-table tbody .col-subtotal {
  font-weight: 700;
  color: #2f6bff;
}
.print-order-page .print-items-table tfoot td {
  padding: 8px 12px;
  font-size: 13px;
}
.print-order-page .print-items-table tfoot tr:last-child td {
  font-weight: 700;
  font-size: 15px;
  border-top: 2px solid #e5e5e5;
  padding-top: 12px;
}
.print-order-page .print-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
.print-order-page .print-footer p {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 6px 0;
}
.print-order-page .print-footer .print-footer-note {
  font-size: 12px;
  color: #777777;
  font-weight: 400;
}
@media print {
  .page-header,
  .nav-sections,
  .breadcrumbs,
  .sidebar,
  .footer,
  .page-footer,
  .copyright,
  .no-print,
  .report-issue-btn,
  #launcher,
  .sm-megamenu-wrapper {
    display: none !important;
  }
  .page-wrapper {
    margin: 0 !important;
    padding: 0 !important;
  }
  .column.main {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
  .print-order-page {
    max-width: 100%;
    padding: 0;
  }
  .print-order-page .print-header {
    border-bottom-color: #000;
  }
  .print-order-page .print-info-card {
    border-color: #ccc;
    break-inside: avoid;
  }
  .print-order-page .print-items-table thead th {
    border-bottom-color: #000;
  }
  .print-order-page .print-items-table tbody .item-row {
    border-bottom-color: #ccc;
  }
  .print-order-page .status-badge {
    border: 1px solid currentColor;
  }
}
@media (max-width: 767px) {
  .account.marketplace-order-view .page-main {
    padding-left: 0;
    padding-right: 0;
  }
  .account.marketplace-order-view .page-main > .container,
  .account.marketplace-order-view .page-main > .page-main-content,
  .account.marketplace-order-view .page-main .columns {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }
  .account.marketplace-order-view .page-main .column.main {
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    box-sizing: border-box;
  }
  .account .column.main .wk-mp-design {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .account .column.main .wk-mp-design .fieldset.wk-mp-fieldset {
    width: 100%;
    box-sizing: border-box;
  }
  .account .column.main .wk-mp-design .page-title-wrapper {
    padding: 16px;
  }
  .account .column.main .wk-mp-design .page-title-wrapper .page-title {
    font-size: 18px;
  }
  .account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action .button.wk_mp_btn,
  .account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action .button.wk-mp-btn,
  .account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action button.wk_mp_btn,
  .account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions .action button.wk-mp-btn {
    width: 100%;
    justify-content: center;
    font-size: 12px;
    padding: 10px 8px;
  }
  .account .column.main .wk-mp-design ul.items.order-links li.nav.item a,
  .account .column.main .wk-mp-design ul.items.order-links li.nav.item strong {
    padding: 10px 12px;
    font-size: 11px;
  }
  .account .column.main .wk-mp-design .order-details-items.ordered {
    padding: 14px;
  }
  .account .column.main .wk-mp-design .order-items-container .order-item-card {
    padding: 14px;
  }
  .account .column.main .wk-mp-design .order-items-container .order-item-card .item-main-info {
    flex-direction: column;
    gap: 10px;
  }
  .account .column.main .wk-mp-design .order-items-container .order-item-card .item-main-info .item-price-info {
    text-align: left;
    display: flex;
    gap: 8px;
    align-items: baseline;
  }
  .account .column.main .wk-mp-design .order-items-container .order-item-card .item-main-info .item-price-info .price-label {
    margin-bottom: 0;
  }
  .account .column.main .wk-mp-design .order-items-container .order-item-card .item-details-grid {
    grid-template-columns: 1fr 1fr;
  }
  .account .column.main .wk-mp-design .order-totals-section .totals-card {
    max-width: 100%;
    margin-left: 0;
  }
  .account .column.main .wk-mp-design .block.block-order-details-view {
    padding: 14px;
  }
  .account .column.main .wk-mp-design .block.block-order-details-view .block-content {
    display: block !important;
  }
  .account .column.main .wk-mp-design .block.block-order-details-view .block-content .box {
    margin-bottom: 12px;
    padding: 12px;
  }
  .account .column.main .wk-mp-design .block.block-order-details-view .block-title {
    font-size: 15px;
  }
  .account .column.main .wk-mp-design .order-info-section-modern {
    padding: 14px;
  }
  .account .column.main .wk-mp-design .order-info-section-modern .section-header {
    margin-bottom: 14px;
    padding-bottom: 10px;
  }
  .account .column.main .wk-mp-design .order-info-section-modern .section-header h2 {
    font-size: 16px;
  }
  .account .column.main .wk-mp-design .order-info-section-modern .order-info-cards-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }
  .account .column.main .wk-mp-design .order-info-section-modern .modern-info-card {
    width: 100%;
    box-sizing: border-box;
  }
  .account .column.main .wk-mp-design .order-info-section-modern .modern-info-card .card-header {
    padding: 10px 12px;
  }
  .account .column.main .wk-mp-design .order-info-section-modern .modern-info-card .card-body {
    padding: 12px;
  }
  .account .column.main .wk-mp-design .order-info-section-modern .modern-info-card.shipping-method-card {
    grid-column: auto;
  }
  .account .column.main .wk-mp-design .order-info-section-modern .shipping-tracking-section .tracking-inputs-grid {
    grid-template-columns: 1fr;
  }
  .new-invoice-page .invoice-header .header-content,
  .new-shipment-page .invoice-header .header-content,
  .new-invoice-page .shipment-header .header-content,
  .new-shipment-page .shipment-header .header-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .new-invoice-page .invoice-info-grid,
  .new-shipment-page .invoice-info-grid,
  .new-invoice-page .shipment-info-grid,
  .new-shipment-page .shipment-info-grid {
    grid-template-columns: 1fr;
  }
  .new-invoice-page .shipment-option-card .tracking-fields,
  .new-shipment-page .shipment-option-card .tracking-fields {
    grid-template-columns: 1fr;
  }
  .new-invoice-page .tracking-card .tracking-inputs,
  .new-shipment-page .tracking-card .tracking-inputs {
    grid-template-columns: 1fr;
  }
  .new-invoice-page .invoice-item-card .item-main,
  .new-shipment-page .invoice-item-card .item-main {
    flex-direction: column;
  }
  .new-invoice-page .invoice-item-card .item-quantities,
  .new-shipment-page .invoice-item-card .item-quantities {
    flex-direction: column;
    align-items: flex-start;
  }
  .new-invoice-page .invoice-totals-section .totals-card,
  .new-shipment-page .invoice-totals-section .totals-card {
    max-width: 100%;
  }
  .new-invoice-page .shipment-item-card .item-details,
  .new-shipment-page .shipment-item-card .item-details {
    flex-direction: column;
    align-items: flex-start;
  }
  .new-invoice-page .submit-shipment,
  .new-shipment-page .submit-shipment {
    width: 100%;
    justify-content: center;
  }
  .print-order-page .print-header .print-header-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .print-order-page .print-header .print-actions {
    width: 100%;
  }
  .print-order-page .print-header .print-actions .print-btn,
  .print-order-page .print-header .print-actions .back-btn {
    flex: 1;
    justify-content: center;
  }
  .print-order-page .print-info-grid {
    grid-template-columns: 1fr;
  }
  .print-order-page .print-items-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .invoice-view-page,
  .shipment-view-page {
    padding: 16px !important;
  }
  .invoice-view-page .invoice-info-grid,
  .invoice-view-page .invoice-summary-cards,
  .shipment-view-page .shipment-info-grid {
    grid-template-columns: 1fr;
  }
  .invoice-view-page .invoice-view-header .header-content,
  .shipment-view-page .shipment-page-header .header-content {
    flex-direction: column;
  }
  .invoice-view-page .invoice-view-header .header-actions,
  .shipment-view-page .shipment-page-header .header-actions {
    width: 100%;
  }
  .invoice-view-page .invoice-view-header .header-actions .action-btn,
  .shipment-view-page .shipment-page-header .header-actions .action-btn {
    flex: 1;
    justify-content: center;
  }
  .account .column.main .wk-mp-design .wk-mp-tr-amount-wrapper {
    grid-template-columns: 1fr;
  }
  .account .column.main .wk-mp-design .fieldset.info.wk-mp-fieldset {
    padding: 16px;
  }
}
@media (max-width: 479px) {
  .account.marketplace-order-view .page-main > .container,
  .account.marketplace-order-view .page-main > .page-main-content,
  .account.marketplace-order-view .page-main .columns {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .account .column.main .wk-mp-design .page-title-wrapper {
    padding: 12px;
    border-radius: 8px;
  }
  .account .column.main .wk-mp-design .page-title-wrapper .page-title {
    font-size: 16px;
  }
  .account .column.main .wk-mp-design .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions {
    grid-template-columns: 1fr;
  }
  .account .column.main .wk-mp-design ul.items.order-links {
    flex-direction: column;
    border-radius: 8px;
  }
  .account .column.main .wk-mp-design ul.items.order-links li.nav.item a,
  .account .column.main .wk-mp-design ul.items.order-links li.nav.item strong {
    justify-content: flex-start;
  }
  .account .column.main .wk-mp-design .order-details-items.ordered {
    padding: 10px;
    border-radius: 8px;
  }
  .account .column.main .wk-mp-design .order-items-container .order-item-card {
    padding: 10px;
    border-radius: 6px;
  }
  .account .column.main .wk-mp-design .order-items-container .order-item-card .item-details-grid {
    grid-template-columns: 1fr;
  }
  .account .column.main .wk-mp-design .block.block-order-details-view {
    padding: 10px;
    border-radius: 8px;
  }
  .account .column.main .wk-mp-design .block.block-order-details-view .block-content .box {
    padding: 10px;
    border-radius: 6px;
  }
  .account .column.main .wk-mp-design .order-info-section-modern {
    padding: 10px;
    border-radius: 8px;
  }
  .account .column.main .wk-mp-design .order-info-section-modern .modern-info-card {
    border-radius: 6px;
  }
  .account .column.main .wk-mp-design .order-info-section-modern .modern-info-card .card-header {
    padding: 8px 10px;
  }
  .account .column.main .wk-mp-design .order-info-section-modern .modern-info-card .card-body {
    padding: 10px;
  }
}
.modals-overlay {
  background: rgba(0, 0, 0, 0.45) !important;
  z-index: 899 !important;
}
.modern-packaging-popup.modal-slide {
  left: 0;
  right: 0;
  z-index: 910 !important;
}
.modern-packaging-popup.modal-slide .modal-inner-wrap {
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  max-width: 580px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.modern-packaging-popup .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
  flex-shrink: 0;
  min-height: auto;
  position: relative;
}
.modern-packaging-popup .modal-header .modal-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #333333 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}
.modern-packaging-popup .modal-header .action-close {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #f8f9fa;
  cursor: pointer;
  padding: 0;
  margin: 0;
  transition: all 0.2s ease;
}
.modern-packaging-popup .modal-header .action-close:hover {
  background: #e9ecef;
  border-color: #cccccc;
}
.modern-packaging-popup .modal-header .action-close:before {
  font-size: 18px;
  line-height: 36px;
  color: #777777;
}
.modern-packaging-popup .modal-header .action-close span {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
}
.modern-packaging-popup .modal-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  -webkit-overflow-scrolling: touch;
}
.modern-packaging-popup .modal-header .page-main-actions {
  width: 100%;
  order: 3;
  margin: 0;
  padding: 10px 0 0;
  border-top: 1px solid #e5e5e5;
  float: none;
}
.modern-packaging-popup .modal-header .page-actions {
  float: none;
  margin: 0;
  padding: 0;
}
.modern-packaging-popup .modal-header .page-actions-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.modern-packaging-popup .modal-header .page-actions-buttons button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  line-height: 1.4;
  border: 2px solid transparent;
  flex: 0 0 auto;
  float: none;
  margin: 0;
}
.modern-packaging-popup .modal-header .page-actions-buttons button span {
  color: inherit;
}
.modern-packaging-popup .modal-header .page-actions-buttons .btn-cancel {
  background: #ffffff !important;
  color: #333333 !important;
  border: 2px solid #e5e5e5 !important;
}
.modern-packaging-popup .modal-header .page-actions-buttons .btn-cancel:hover {
  background: #f8f9fa !important;
  border-color: #cccccc !important;
}
.modern-packaging-popup .modal-header .page-actions-buttons .btn-save {
  background: #2f6bff !important;
  color: #ffffff !important;
  border: 2px solid #2f6bff !important;
}
.modern-packaging-popup .modal-header .page-actions-buttons .btn-save span {
  color: #ffffff !important;
}
.modern-packaging-popup .modal-header .page-actions-buttons .btn-save._disabled,
.modern-packaging-popup .modal-header .page-actions-buttons .btn-save:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.modern-packaging-popup .modal-header .page-actions-buttons .btn-save:not(:disabled):not(._disabled):hover {
  background: #064eff !important;
  border-color: #064eff !important;
  box-shadow: 0 2px 8px rgba(47, 107, 255, 0.3);
}
.modern-packaging-popup .modal-header .page-actions-buttons .btn-add-package {
  background: #ffffff !important;
  color: #2f6bff !important;
  border: 2px solid #2f6bff !important;
}
.modern-packaging-popup .modal-header .page-actions-buttons .btn-add-package span {
  color: #2f6bff !important;
}
.modern-packaging-popup .modal-header .page-actions-buttons .btn-add-package:hover {
  background: rgba(47, 107, 255, 0.08) !important;
}
.modern-packaging-modal .packaging-warning {
  background: #FEF3C7;
  color: #92400E;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 16px;
  border: 1px solid #FDE68A;
}
.modern-packaging-modal .package-section {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
}
.modern-packaging-modal .package-section .package-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 14px 16px;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e5e5;
}
.modern-packaging-modal .package-section .package-header .package-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #333333;
}
.modern-packaging-modal .package-section .package-header .package-title svg {
  color: #2f6bff;
}
.modern-packaging-modal .package-section .package-header .package-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.modern-packaging-modal .package-section .package-header .package-actions .package-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-sizing: border-box;
  white-space: nowrap;
}
.modern-packaging-modal .package-section .package-header .package-actions .package-btn svg {
  flex-shrink: 0;
}
.modern-packaging-modal .package-section .package-header .package-actions .package-btn.btn-add-products {
  background: #2f6bff;
  color: #ffffff;
  border: none;
}
.modern-packaging-modal .package-section .package-header .package-actions .package-btn.btn-add-products svg {
  color: #ffffff;
  stroke: #ffffff;
}
.modern-packaging-modal .package-section .package-header .package-actions .package-btn.btn-add-products:hover {
  background: #064eff;
}
.modern-packaging-modal .package-section .package-header .package-actions .package-btn.btn-save-items {
  background: #49b56b;
  color: #ffffff;
  border: none;
}
.modern-packaging-modal .package-section .package-header .package-actions .package-btn.btn-save-items svg {
  color: #ffffff;
  stroke: #ffffff;
}
.modern-packaging-modal .package-section .package-header .package-actions .package-btn.btn-save-items:hover {
  background: #3d985a;
}
.modern-packaging-modal .package-section .package-content {
  padding: 16px;
}
.modern-packaging-modal .package-dimensions-card .dimensions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.modern-packaging-modal .package-dimensions-card .dimension-field.field-type,
.modern-packaging-modal .package-dimensions-card .dimension-field.field-weight,
.modern-packaging-modal .package-dimensions-card .dimension-field.field-signature {
  grid-column: -1;
}
.modern-packaging-modal .package-dimensions-card .dimension-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 4px;
}
.modern-packaging-modal .package-dimensions-card .dimension-field label .required {
  color: #dc2626;
}
.modern-packaging-modal .package-dimensions-card .dimension-field .modern-input,
.modern-packaging-modal .package-dimensions-card .dimension-field .modern-select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  background: #ffffff;
  color: #333333;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.modern-packaging-modal .package-dimensions-card .dimension-field .modern-input:focus,
.modern-packaging-modal .package-dimensions-card .dimension-field .modern-select:focus {
  border-color: #2f6bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.15);
}
.modern-packaging-modal .package-dimensions-card .dimension-field .modern-input.disabled,
.modern-packaging-modal .package-dimensions-card .dimension-field .modern-select.disabled,
.modern-packaging-modal .package-dimensions-card .dimension-field .modern-input:disabled,
.modern-packaging-modal .package-dimensions-card .dimension-field .modern-select:disabled {
  background: #f8f9fa;
  color: #777777;
  cursor: not-allowed;
}
.modern-packaging-modal .package-dimensions-card .dimension-field .modern-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23777' stroke-width='2'%3E%3Cpolyline points='6,9 12,15 18,9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
.modern-packaging-modal .package-dimensions-card .dimension-field .input-with-unit {
  display: flex;
  align-items: stretch;
  height: 42px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}
.modern-packaging-modal .package-dimensions-card .dimension-field .input-with-unit .modern-input {
  flex: 1;
  min-width: 0;
  border: none;
  border-radius: 0;
  height: 100%;
  padding: 0 12px;
  background: transparent;
  box-sizing: border-box;
}
.modern-packaging-modal .package-dimensions-card .dimension-field .input-with-unit .modern-input:focus {
  outline: none;
  box-shadow: none;
}
.modern-packaging-modal .package-dimensions-card .dimension-field .input-with-unit:focus-within {
  border-color: #2f6bff;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.15);
}
.modern-packaging-modal .package-dimensions-card .dimension-field .input-with-unit .unit-select,
.modern-packaging-modal .package-dimensions-card .dimension-field .input-with-unit .unit-label {
  border: none;
  border-left: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 600;
  color: #777777;
  background: #f8f9fa;
  white-space: nowrap;
  flex-shrink: 0;
  height: 100%;
  box-sizing: border-box;
  line-height: 42px;
}
.modern-packaging-modal .package-dimensions-card .package-delete-section {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #e5e5e5;
}
.modern-packaging-modal .package-dimensions-card .package-delete-section .btn-delete-package {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: rgba(220, 38, 38, 0.08);
  color: #dc2626;
  border: 1px solid #dc2626;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.modern-packaging-modal .package-dimensions-card .package-delete-section .btn-delete-package svg {
  color: #dc2626;
}
.modern-packaging-modal .package-dimensions-card .package-delete-section .btn-delete-package:hover {
  background: #dc2626;
  color: #ffffff;
}
.modern-packaging-modal .package-dimensions-card .package-delete-section .btn-delete-package:hover svg {
  color: #ffffff;
}
.modern-packaging-modal .package-contents-card {
  margin-top: 16px;
  padding: 16px;
  background: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.modern-packaging-modal .package-contents-card .contents-title {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 12px;
}
.modern-packaging-modal .package-contents-card .contents-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.modern-packaging-modal .package-contents-card .content-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 4px;
}
.modern-packaging-modal .package-contents-card .content-field .modern-input,
.modern-packaging-modal .package-contents-card .content-field .modern-select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
}
.modern-packaging-modal .package-contents-card .content-field .modern-input.disabled,
.modern-packaging-modal .package-contents-card .content-field .modern-select.disabled,
.modern-packaging-modal .package-contents-card .content-field .modern-input:disabled,
.modern-packaging-modal .package-contents-card .content-field .modern-select:disabled {
  background: #f8f9fa;
  color: #777777;
}
.modern-packaging-modal .package-items-section {
  margin-top: 16px;
}
.modern-packaging-modal .package-items-section .grid_prepare {
  overflow-x: auto;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.modern-packaging-modal .package-items-section .grid_prepare table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.modern-packaging-modal .package-items-section .grid_prepare table thead {
  background: linear-gradient(135deg, #1b2c52, #2f6bff);
}
.modern-packaging-modal .package-items-section .grid_prepare table thead th {
  color: #ffffff;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 10px 12px;
  text-align: left;
  white-space: nowrap;
}
.modern-packaging-modal .package-items-section .grid_prepare table tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
}
.modern-packaging-modal .package-items-section .grid_prepare table tbody td input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #2f6bff;
}
.modern-packaging-modal .package-items-section .grid_prepare table tbody tr:last-child td {
  border-bottom: none;
}
.modern-packaging-modal .package-items-section .grid_prepare table tbody tr:hover td {
  background: #f8f9fa;
}
.modern-packaging-modal .add-selected-section {
  margin-top: 12px;
}
.modern-packaging-modal .add-selected-section .btn-add-selected {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #49b56b;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.modern-packaging-modal .add-selected-section .btn-add-selected svg {
  color: #ffffff;
}
.modern-packaging-modal .add-selected-section .btn-add-selected:hover {
  background: #3d985a;
}
@media (max-width: 767px) {
  .modern-packaging-popup.modal-slide .modal-inner-wrap {
    width: 100vw !important;
    max-width: 100vw !important;
  }
  .modern-packaging-popup .modal-header {
    padding: 12px 14px;
  }
  .modern-packaging-popup .modal-header .modal-title {
    font-size: 18px !important;
  }
  .modern-packaging-popup .modal-content {
    padding: 14px;
  }
  .modern-packaging-popup .modal-footer {
    padding: 12px 14px;
    gap: 6px;
  }
  .modern-packaging-popup .modal-footer button {
    font-size: 12px;
    padding: 8px 14px;
    flex: 1;
    min-width: 0;
  }
  .modern-packaging-modal .package-section .package-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .modern-packaging-modal .package-section .package-header .package-actions {
    width: 100%;
  }
  .modern-packaging-modal .package-section .package-header .package-actions .package-btn {
    flex: 1;
    justify-content: center;
    font-size: 10px;
  }
  .modern-packaging-modal .package-section .package-content {
    padding: 12px;
  }
  .modern-packaging-modal .package-dimensions-card .dimensions-grid {
    grid-template-columns: 1fr;
  }
  .modern-packaging-modal .package-contents-card .contents-grid {
    grid-template-columns: 1fr;
  }
}
.modern-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  border: none;
}
.modern-btn svg {
  flex-shrink: 0;
}
.modern-btn.btn-create-label {
  background: #2f6bff;
  color: #ffffff;
  margin-top: 12px;
}
.modern-btn.btn-create-label:hover {
  background: #064eff;
  box-shadow: 0 2px 8px rgba(47, 107, 255, 0.3);
}
.modern-btn.btn-download-label {
  background: #49b56b;
  color: #ffffff;
  margin-top: 12px;
}
.modern-btn.btn-download-label:hover {
  background: #3d985a;
}
.edit-profile-page {
  max-width: 900px;
  margin: 0 auto;
}
.profile-page-header {
  margin-bottom: 28px;
}
.profile-page-header .header-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.profile-page-header .header-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-page-header .header-title svg {
  color: #2f6bff;
  flex-shrink: 0;
}
.profile-page-header .header-title h1 {
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
  line-height: 1.3;
}
.profile-page-header .header-subtitle {
  font-size: 14px;
  color: #9ca3af;
  margin: 0;
  padding-left: 38px;
}
.profile-section {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  overflow: hidden;
}
.section-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 20px;
  background: #f9fafb;
  border-bottom: 1px solid #f3f4f6;
}
.section-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(47, 107, 255, 0.08);
  flex-shrink: 0;
}
.section-icon svg {
  color: #2f6bff;
}
.section-title-wrap {
  flex: 1;
  min-width: 0;
}
.section-title-wrap h2 {
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 2px;
  line-height: 1.35;
}
.section-title-wrap p {
  font-size: 13px;
  color: #9ca3af;
  margin: 0;
  line-height: 1.4;
}
.section-content {
  padding: 20px;
}
.social-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.social-card {
  display: flex;
  gap: 14px;
  padding: 14px;
  background: #f9fafb;
  border: 1px solid #f3f4f6;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.social-card:hover {
  border-color: #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  flex-shrink: 0;
  color: #ffffff;
}
.social-icon.twitter {
  background: #1da1f2;
}
.social-icon.facebook {
  background: #1877f2;
}
.social-icon.instagram {
  background: #e4405f;
}
.social-icon.instagram svg {
  stroke: #fff;
}
.social-icon.youtube {
  background: #ff0000;
}
.social-icon.tiktok {
  background: #010101;
}
.social-icon.pinterest {
  background: #bd081c;
}
.social-content {
  flex: 1;
  min-width: 0;
}
.social-content > label:first-child {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 6px;
}
.toggle-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-top: 8px;
  user-select: none;
}
.toggle-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch {
  position: relative;
  width: 36px;
  height: 20px;
  background: #D1D5DB;
  border-radius: 10px;
  transition: background 0.25s ease;
  flex-shrink: 0;
}
.toggle-switch::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: transform 0.25s ease;
}
.toggle-label input:checked ~ .toggle-switch {
  background: #2f6bff;
}
.toggle-label input:checked ~ .toggle-switch::after {
  transform: translateX(16px);
}
.toggle-text {
  font-size: 12px;
  color: #9ca3af;
  font-weight: 500;
}
.form-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-field {
  display: flex;
  flex-direction: column;
}
.form-field > label {
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 6px;
}
.form-field .field-hint {
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 4px;
}
.modern-input,
.modern-select,
.modern-textarea {
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  color: #1f2937;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  transition: all 0.2s ease;
  font-family: inherit;
  line-height: 1.5;
  box-sizing: border-box;
}
.modern-input::placeholder,
.modern-select::placeholder,
.modern-textarea::placeholder {
  color: #9ca3af;
}
.modern-input:focus,
.modern-select:focus,
.modern-textarea:focus {
  outline: none;
  border-color: #2f6bff;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.1);
}
.modern-textarea {
  resize: vertical;
  min-height: 80px;
}
.modern-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239CA3AF' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}
.country-select-wrap {
  position: relative;
}
.country-select-wrap .country_img_prev {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.country-select-wrap select {
  padding-right: 70px;
}
.branding-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.upload-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 16px;
  background: #f9fafb;
  border: 2px dashed #e5e7eb;
  border-radius: 10px;
  transition: all 0.2s ease;
  overflow: hidden;
  min-width: 0;
}
.upload-card:hover {
  border-color: #2f6bff;
  background: rgba(47, 107, 255, 0.03);
}
.upload-preview {
  position: relative;
  width: 88px !important;
  max-width: 88px !important;
  height: 88px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 2px solid #f3f4f6 !important;
  flex-shrink: 0 !important;
  margin-bottom: 14px !important;
}
.upload-preview img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  padding: 0 !important;
  border: none !important;
}
.upload-preview .delete-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dc2626;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.upload-preview .delete-btn svg {
  width: 11px;
  height: 11px;
}
.upload-preview .delete-btn:hover {
  background: #b21d1d;
  transform: scale(1.1);
}
.banner-card .upload-preview,
.banner-card .banner-preview {
  width: 100% !important;
  max-width: 200px !important;
  height: 64px !important;
  max-height: 64px !important;
  border-radius: 10px !important;
  flex-shrink: 0 !important;
}
.banner-card .upload-preview img,
.banner-card .banner-preview img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}
.upload-info {
  flex: 1;
  min-width: 0;
  text-align: center;
}
.upload-info h4 {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #1f2937 !important;
  margin: 0 0 4px !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  display: block !important;
}
.upload-info h4::before {
  display: none !important;
  content: none !important;
}
.upload-info p {
  font-size: 12px;
  color: #9ca3af;
  margin: 0 0 10px;
}
.upload-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  background: #ffffff;
  color: #2f6bff;
  border: 1.5px solid #2f6bff;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.upload-btn svg {
  flex-shrink: 0;
  stroke: #2f6bff;
}
.upload-btn input[type="file"] {
  display: none;
}
.upload-btn:hover {
  background: #2f6bff;
  color: #ffffff;
}
.upload-btn:hover svg {
  stroke: #ffffff;
}
.upload-filename {
  font-size: 12px;
  color: #49b56b;
  font-weight: 600;
  margin: 0 0 8px;
  word-break: break-all;
}
.upload-filename::before {
  content: '\2713 ';
}
.upload-hint {
  font-size: 12px;
  color: #9ca3af;
  margin: 0 0 10px;
}
.policies-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.policy-item .policy-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 8px;
}
.submit-section {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #f3f4f6;
}
.save-profile-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  background: #2f6bff;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(47, 107, 255, 0.25);
}
.save-profile-btn svg {
  flex-shrink: 0;
}
.save-profile-btn:hover {
  background: #064eff;
  box-shadow: 0 4px 12px rgba(47, 107, 255, 0.35);
  transform: translateY(-1px);
}
.save-profile-btn:active {
  transform: translateY(0);
}
.profile-links-section {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.profile-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  background: #ffffff;
  color: #2f6bff;
  border: 1px solid #2f6bff;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.profile-link-btn svg {
  flex-shrink: 0;
}
.profile-link-btn:hover {
  background: #2f6bff;
  color: #ffffff;
}
.profile-link-btn.secondary {
  border-color: #e5e7eb;
  color: #4b5563;
}
.profile-link-btn.secondary:hover {
  border-color: #2f6bff;
  color: #2f6bff;
  background: rgba(47, 107, 255, 0.08);
}
.back-section {
  margin-top: 12px;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #9ca3af;
  text-decoration: none;
  transition: all 0.2s ease;
}
.back-link svg {
  flex-shrink: 0;
}
.back-link:hover {
  color: #2f6bff;
}
.edit-profile-page .empty-state {
  text-align: center;
  padding: 30px 20px;
  color: #9ca3af;
}
.edit-profile-page .empty-state svg {
  margin-bottom: 8px;
}
.edit-profile-page .empty-state p {
  margin: 0;
  font-size: 13px;
}
.edit-profile-page .mce-tinymce,
.edit-profile-page .tox-tinymce {
  border: 1px solid #e5e7eb !important;
  border-radius: 6px !important;
}
@media (min-width: 768px) {
  .profile-page-header .header-title h1 {
    font-size: 26px;
  }
  .social-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .edit-profile-page .form-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }
  .edit-profile-page .form-field.full-width {
    grid-column: -1 !important;
  }
  .branding-grid {
    grid-template-columns: 1fr 1fr;
  }
  .section-content {
    padding: 24px;
  }
  .section-header {
    padding: 20px 24px;
  }
}
@media (min-width: 1024px) {
  .social-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 479px) {
  .profile-page-header {
    margin-bottom: 20px;
  }
  .profile-page-header .header-title h1 {
    font-size: 18px;
  }
  .profile-page-header .header-subtitle {
    padding-left: 0;
  }
  .section-header {
    padding: 14px 16px;
  }
  .section-content {
    padding: 16px;
  }
  .section-icon {
    width: 32px;
    height: 32px;
  }
  .section-icon svg {
    width: 16px;
    height: 16px;
  }
  .social-card {
    flex-direction: column;
    gap: 10px;
  }
  .branding-grid {
    grid-template-columns: 1fr;
  }
  .banner-card .upload-preview,
  .banner-card .banner-preview {
    max-width: 160px !important;
    height: 56px !important;
    max-height: 56px !important;
  }
  .profile-links-section {
    flex-direction: column;
  }
  .profile-links-section .profile-link-btn {
    justify-content: center;
    width: 100%;
  }
  .save-profile-btn {
    width: 100%;
    justify-content: center;
  }
}
.marketplace-account-editprofile .page-title-wrapper {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e5e7eb;
}
.marketplace-account-editprofile .page-title-wrapper .page-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #1f2937 !important;
  margin: 0 !important;
  position: relative;
}
.marketplace-account-editprofile .page-title-wrapper .page-title::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #2f6bff;
  border-radius: 2px;
}
.marketplace-account-editprofile .edit-profile-page .section-title-wrap h2 {
  display: block !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  margin-bottom: 2px !important;
  font-size: 16px !important;
}
.marketplace-account-editprofile .edit-profile-page .section-title-wrap h2::before {
  display: none !important;
  content: none !important;
}
.marketplace-account-editprofile .edit-profile-page .upload-info h4 {
  display: block !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.marketplace-account-editprofile .edit-profile-page .upload-info h4::before {
  display: none !important;
  content: none !important;
}
.marketplace-account-editprofile .edit-profile-page.edit-profile-page .profile-section {
  background: #ffffff !important;
  padding: 0 !important;
}
.marketplace-account-editprofile .edit-profile-page .section-content .form-field {
  width: 100%;
}
.marketplace-account-editprofile .edit-profile-page .section-content .form-field .modern-input,
.marketplace-account-editprofile .edit-profile-page .section-content .form-field .modern-select,
.marketplace-account-editprofile .edit-profile-page .section-content .form-field .modern-textarea {
  width: 100% !important;
  box-sizing: border-box !important;
}
.column.main .marketplace-account-editprofile .edit-profile-page {
  padding: 0;
}
.marketplace-account-editprofile .profile-section {
  background: #ffffff !important;
  padding: 0 !important;
  border-radius: 10px !important;
}
.customer-account-index .page-title-wrapper {
  display: none !important;
}
.customer-account-index .column.main .block {
  margin-bottom: 0 !important;
  border: none !important;
}
.customer-account-index .column.main .block-title {
  display: none !important;
}
.customer-account-index .column.main .block-content {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.customer-account-index .column.main .box-information,
.customer-account-index .column.main .box-newsletter,
.customer-account-index .column.main .box-billing-address,
.customer-account-index .column.main .box-shipping-address {
  width: auto !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.customer-account-index .column.main .block-dashboard-info {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.customer-account-index .column.main .block-dashboard-addresses {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.ma-dashboard-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ma-welcome-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background: linear-gradient(135deg, #1b2c52 0%, #2f6bff 100%);
  border-radius: 12px;
  color: #ffffff;
  flex-wrap: wrap;
}
.ma-welcome-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.ma-avatar-initials {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1;
}
.ma-welcome-info {
  flex: 1;
  min-width: 0;
}
.ma-welcome-name {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 2px;
  color: #ffffff;
  line-height: 1.3;
}
.ma-welcome-email {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  line-height: 1.4;
}
.ma-welcome-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.ma-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.4;
}
.ma-btn svg {
  flex-shrink: 0;
}
.ma-btn-outline {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.ma-btn-outline:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  text-decoration: none;
}
.ma-btn-ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid transparent;
}
.ma-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-decoration: none;
}
.ma-section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 14px;
}
.ma-section-title svg {
  color: #2f6bff;
  flex-shrink: 0;
}
.ma-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  flex-wrap: wrap;
  gap: 8px;
}
.ma-section-header .ma-section-title {
  margin-bottom: 0;
}
.ma-actions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.ma-action-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: center;
}
.ma-action-card:hover {
  border-color: #2f6bff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  text-decoration: none;
}
.ma-action-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ma-action-icon.ma-icon-orders {
  background: rgba(47, 107, 255, 0.1);
  color: #2f6bff;
}
.ma-action-icon.ma-icon-wishlist {
  background: rgba(220, 38, 38, 0.08);
  color: #dc2626;
}
.ma-action-icon.ma-icon-address {
  background: rgba(73, 181, 107, 0.1);
  color: #49b56b;
}
.ma-action-icon.ma-icon-seller {
  background: rgba(139, 92, 246, 0.1);
  color: #8B5CF6;
}
.ma-action-label {
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.3;
}
.ma-info-cards-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ma-info-card,
.customer-account-index .ma-info-card {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  transition: all 0.2s ease;
}
.ma-info-card:hover,
.customer-account-index .ma-info-card:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.ma-card-header {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 16px 20px !important;
  background: #f9fafb !important;
  border-bottom: 1px solid #f3f4f6 !important;
}
.ma-card-header h3 {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #1f2937 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}
.ma-card-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(47, 107, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #2f6bff;
}
.ma-card-body {
  padding: 16px 20px;
}
.ma-card-footer {
  padding: 12px 20px;
  border-top: 1px solid #f3f4f6;
  background: #f9fafb;
}
.ma-info-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 8px 0;
}
.ma-info-row + .ma-info-row {
  border-top: 1px solid #f3f4f6;
}
.ma-info-label {
  font-size: 12px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ma-info-value {
  font-size: 14px;
  color: #1f2937;
  font-weight: 500;
  text-align: right;
}
.ma-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}
.ma-status svg {
  flex-shrink: 0;
}
.ma-status-active {
  background: rgba(73, 181, 107, 0.1);
  color: #49b56b;
}
.ma-status-inactive {
  background: rgba(156, 163, 175, 0.12);
  color: #9ca3af;
}
.ma-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #2f6bff;
  text-decoration: none;
  transition: all 0.2s ease;
}
.ma-link svg {
  flex-shrink: 0;
}
.ma-link:hover {
  color: #1d5ae5;
  text-decoration: none;
}
.ma-addresses-section {
  margin-top: 4px;
}
.ma-addresses-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.ma-address-card {
  padding: 16px 20px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.2s ease;
}
.ma-address-card:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.ma-address-type {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ma-address-type svg {
  color: #2f6bff;
}
.ma-address-content {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
}
.ma-address-content address {
  font-style: normal;
}
.ma-no-data {
  font-size: 13px;
  color: #9ca3af;
  font-style: italic;
  margin: 0;
}
.ma-address-empty {
  border-style: dashed;
  background: #f9fafb;
}
@media (max-width: 1023px) {
  .account .sidebar-main,
  .account .col-sidebar {
    display: none !important;
  }
}
.account .sidebar-main .block-collapsible-nav .content {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  padding: 8px 0;
}
.account .sidebar-main .block-collapsible-nav .item a,
.account .sidebar-main .block-collapsible-nav .item strong {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  color: #4b5563;
  text-decoration: none;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
  font-weight: 500;
}
.account .sidebar-main .block-collapsible-nav .item a:hover {
  color: #2f6bff;
  background: rgba(47, 107, 255, 0.08);
}
.account .sidebar-main .block-collapsible-nav .item.current a,
.account .sidebar-main .block-collapsible-nav .item.current strong {
  color: #2f6bff;
  font-weight: 700;
  border-left-color: #2f6bff;
  background: rgba(47, 107, 255, 0.08);
}
.account .sidebar-main .block-collapsible-nav .delimiter {
  margin: 6px 16px;
  border-top: 1px solid #f3f4f6;
}
.account .sidebar-main .block-collapsible-nav .nav-group-header {
  list-style: none;
  padding: 14px 20px 6px;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 6px;
}
.account .sidebar-main .block-collapsible-nav .nav-group-header:not(:first-child) {
  margin-top: 4px;
  border-top: 1px solid #f3f4f6;
  padding-top: 14px;
}
.account .sidebar-main .block-collapsible-nav .nav-group-header span {
  color: #9ca3af;
}
@media (min-width: 768px) {
  .ma-actions-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .ma-addresses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ma-dashboard-grid {
    gap: 24px;
  }
  .ma-welcome-card {
    flex-wrap: nowrap;
  }
  .ma-welcome-avatar {
    width: 64px;
    height: 64px;
  }
  .ma-avatar-initials {
    font-size: 22px;
  }
  .ma-welcome-name {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .ma-info-cards-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
  }
}
@media (max-width: 479px) {
  .ma-welcome-card {
    padding: 18px;
    flex-direction: column;
    text-align: center;
  }
  .ma-welcome-actions {
    justify-content: center;
    width: 100%;
  }
  .ma-btn {
    flex: 1;
    justify-content: center;
  }
  .ma-actions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .ma-action-card {
    padding: 14px 8px;
  }
  .ma-action-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .ma-info-row {
    flex-direction: column;
    gap: 2px;
  }
  .ma-info-value {
    text-align: left;
  }
}
.sc-container {
  max-width: 640px;
  margin: 0;
}
.sc-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
}
.sc-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.sc-card--success,
.sc-card--warning,
.sc-card--info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 32px;
  gap: 16px;
}
.sc-card__icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sc-card__icon--success {
  background: rgba(73, 181, 107, 0.1);
  color: #49b56b;
}
.sc-card__icon--warning {
  background: rgba(245, 158, 11, 0.08);
  color: #f59e0b;
}
.sc-card__icon--info {
  background: rgba(99, 102, 241, 0.08);
  color: #6366f1;
}
.sc-card__content {
  max-width: 420px;
}
.sc-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 8px;
  line-height: 1.3;
}
.sc-card__desc {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}
.sc-card__actions {
  margin-top: 8px;
}
.sc-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
}
.sc-status-badge svg {
  flex-shrink: 0;
}
.sc-status-badge--active {
  background: rgba(73, 181, 107, 0.1);
  color: #49b56b;
}
.sc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  line-height: 1.4;
  white-space: nowrap;
}
.sc-btn svg {
  flex-shrink: 0;
}
.sc-btn--primary {
  background: #2f6bff;
  color: #ffffff !important;
}
.sc-btn--primary:hover {
  background: #1d5ae5;
  box-shadow: 0 4px 12px rgba(47, 107, 255, 0.3);
  transform: translateY(-1px);
  text-decoration: none;
}
.sc-btn--warning {
  background: #f59e0b;
  color: #ffffff !important;
}
.sc-btn--warning:hover {
  background: #cf8508;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
  transform: translateY(-1px);
  text-decoration: none;
}
.sc-btn--stripe {
  background: #635bff;
  color: #ffffff !important;
}
.sc-btn--stripe:hover {
  background: #3c32ff;
  box-shadow: 0 4px 12px rgba(99, 91, 255, 0.3);
  transform: translateY(-1px);
}
.sc-card--connect {
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.sc-connect-header {
  background: linear-gradient(135deg, #f8f7ff 0%, #eeedf7 100%);
  padding: 32px 32px 28px;
  text-align: center;
  border-bottom: 1px solid #f3f4f6;
}
.sc-stripe-logo {
  margin-bottom: 16px;
}
.sc-stripe-logo svg {
  display: inline-block;
}
.sc-connect-title {
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 8px;
  line-height: 1.3;
}
.sc-connect-subtitle {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.sc-features {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-bottom: 1px solid #f3f4f6;
}
.sc-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
}
.sc-feature + .sc-feature {
  border-top: 1px solid #f3f4f6;
}
.sc-feature__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(99, 91, 255, 0.08);
  color: #635bff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sc-feature__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sc-feature__text strong {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.4;
}
.sc-feature__text span {
  font-size: 13px;
  color: #9ca3af;
  line-height: 1.4;
}
.sc-form {
  padding: 0;
}
.sc-form-fields {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid #f3f4f6;
}
.sc-field-error {
  color: #dc2626;
  font-size: 13px;
  font-weight: 500;
}
.sc-field-error:empty {
  display: none;
}
.sc-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sc-field__label {
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.4;
}
.sc-required {
  color: #dc2626;
  margin-left: 2px;
}
.sc-field__input,
.sc-field__select {
  display: block;
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  color: #1f2937;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: all 0.2s ease;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.sc-field__input:focus,
.sc-field__select:focus {
  outline: none;
  border-color: #635bff;
  box-shadow: 0 0 0 3px rgba(99, 91, 255, 0.12);
}
.sc-field__input[readonly],
.sc-field__select[readonly] {
  background: #f9fafb;
  color: #4b5563;
  cursor: not-allowed;
}
.sc-field__select {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}
.sc-consent {
  font-size: 12px;
  color: #9ca3af;
  line-height: 1.6;
  padding: 12px 16px;
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #f3f4f6;
}
.sc-consent a {
  color: #635bff;
  font-weight: 500;
  text-decoration: none;
}
.sc-consent a:hover {
  text-decoration: underline;
}
.sc-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 20px;
  margin: 24px 32px;
  background: rgba(99, 102, 241, 0.08);
  border: 1px solid rgba(99, 102, 241, 0.15);
  border-radius: 8px;
  font-size: 13px;
  color: #6366f1;
  line-height: 1.5;
}
.sc-notice svg {
  flex-shrink: 0;
  margin-top: 1px;
}
.sc-connect-action {
  padding: 24px 32px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.sc-stripe-btn {
  max-width: 220px;
  height: auto;
  border-radius: 8px;
  transition: all 0.2s ease;
  display: block;
}
.sc-stripe-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(99, 91, 255, 0.25);
}
.sc-connect-hint {
  font-size: 12px;
  color: #9ca3af;
  margin: 0;
  line-height: 1.4;
}
.mpstripe-seller-connect .page-title-wrapper {
  display: none !important;
}
.mpstripe-seller-connect .column.main .fieldset {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
}
.mpstripe-seller-connect .column.main .legend {
  display: none;
}
@media (max-width: 767px) {
  .sc-container {
    max-width: 100%;
  }
  .sc-card--success,
  .sc-card--warning,
  .sc-card--info {
    padding: 28px 20px;
  }
  .sc-card__icon {
    width: 60px;
    height: 60px;
  }
  .sc-card__title {
    font-size: 18px;
  }
  .sc-connect-header {
    padding: 24px 20px 20px;
  }
  .sc-connect-title {
    font-size: 20px;
  }
  .sc-features {
    padding: 16px 20px;
  }
  .sc-form-fields {
    padding: 20px;
  }
  .sc-connect-action {
    padding: 20px;
  }
  .sc-notice {
    margin: 16px 20px;
  }
}
@media (max-width: 479px) {
  .sc-card--success,
  .sc-card--warning,
  .sc-card--info {
    padding: 24px 16px;
  }
  .sc-card__icon {
    width: 52px;
    height: 52px;
  }
  .sc-card__icon svg {
    width: 26px;
    height: 26px;
  }
  .sc-feature {
    gap: 10px;
  }
  .sc-feature__icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }
  .sc-btn {
    padding: 10px 18px;
    font-size: 13px;
    width: 100%;
    justify-content: center;
  }
}
.mpstripe-cards-index .wk-mp-design {
  display: none !important;
}
.ps-saved-cards {
  max-width: 600px;
  margin: 0;
  padding: 0;
}
.ps-saved-cards__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
.ps-saved-cards__card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #ffffff;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.ps-saved-cards__card:hover {
  border-color: #2f6bff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.ps-saved-cards__card:has(.ps-saved-cards__checkbox:checked) {
  border-color: #2f6bff;
  background: rgba(47, 107, 255, 0.08);
}
.ps-saved-cards__card-select {
  flex-shrink: 0;
  position: relative;
  width: 22px;
  height: 22px;
  margin-top: 6px;
}
.ps-saved-cards__checkbox {
  position: absolute;
  opacity: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 2;
  margin: 0 !important;
}
.ps-saved-cards__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #e5e7eb;
  border-radius: 6px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: transparent;
}
.ps-saved-cards__checkmark svg {
  width: 14px;
  height: 14px;
}
.ps-saved-cards__checkbox:checked ~ .ps-saved-cards__checkmark {
  background: #2f6bff;
  border-color: #2f6bff;
  color: #fff;
}
.ps-saved-cards__checkbox:focus ~ .ps-saved-cards__checkmark {
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.08);
}
.ps-saved-cards__card-body {
  flex: 1;
  min-width: 0;
}
.ps-saved-cards__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.ps-saved-cards__card-bottom {
  display: flex;
  align-items: center;
}
.ps-saved-cards__brand {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
  background: #1f2937;
}
.ps-saved-cards__brand.ps-card-icon--visa {
  background: #1a1f71;
}
.ps-saved-cards__brand.ps-card-icon--mastercard {
  background: #eb001b;
}
.ps-saved-cards__brand.ps-card-icon--amex {
  background: #006fcf;
}
.ps-saved-cards__brand.ps-card-icon--discover {
  background: #ff6600;
}
.ps-saved-cards__number {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  letter-spacing: 1px;
  font-family: 'SF Mono', 'Menlo', 'Consolas', monospace;
}
.ps-saved-cards__dots {
  color: #9ca3af;
  font-size: 12px;
  letter-spacing: 2px;
}
.ps-saved-cards__last4 {
  color: #1f2937;
}
.ps-saved-cards__expiry {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ps-saved-cards__expiry-label {
  font-size: 12px;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.ps-saved-cards__expiry-value {
  font-size: 13px;
  font-weight: 600;
  color: #4b5563;
  font-family: 'SF Mono', 'Menlo', 'Consolas', monospace;
}
.ps-saved-cards__actions {
  margin-bottom: 24px;
}
.ps-saved-cards__delete-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1.5px solid #dc2626;
  border-radius: 8px;
  background: #ffffff;
  color: #dc2626;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ps-saved-cards__delete-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.ps-saved-cards__delete-btn:hover {
  background: #dc2626;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.ps-saved-cards__delete-btn:active {
  transform: scale(0.97);
}
.ps-saved-cards__empty {
  text-align: center;
  padding: 48px 20px;
  background: #f9fafb;
  border: 1.5px dashed #e5e7eb;
  border-radius: 12px;
}
.ps-saved-cards__empty-icon {
  color: #9ca3af;
  margin-bottom: 16px;
}
.ps-saved-cards__empty-icon svg {
  width: 48px;
  height: 48px;
}
.ps-saved-cards__empty-text {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 6px;
}
.ps-saved-cards__empty-hint {
  font-size: 13px;
  color: #9ca3af;
  margin: 0;
}
.ps-saved-cards__back {
  padding-top: 16px;
  border-top: 1px solid #f3f4f6;
}
.ps-saved-cards__back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #2f6bff;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
.ps-saved-cards__back-link svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.ps-saved-cards__back-link:hover {
  color: #1d5ae5;
}
.ps-saved-cards__back-link:hover svg {
  transform: translateX(-3px);
}
@media (max-width: 480px) {
  .ps-saved-cards__card {
    padding: 14px;
    gap: 12px;
  }
  .ps-saved-cards__number {
    font-size: 15px;
  }
  .ps-saved-cards__card-top {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.earnings-page {
  max-width: 100%;
}
.earnings-header {
  margin-bottom: 24px;
}
.earnings-header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.earnings-header .page-title {
  font-size: 24px;
  font-weight: 700;
  color: #282828;
  margin: 0;
  letter-spacing: -0.3px;
}
.earnings-filter-section {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 24px;
}
.earnings-filter-section .filter-grid {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}
.earnings-filter-section .filter-group {
  flex: 1;
  min-width: 150px;
}
.earnings-filter-section .filter-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.earnings-filter-section .filter-select,
.earnings-filter-section .filter-input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.earnings-filter-section .filter-select:focus,
.earnings-filter-section .filter-input:focus {
  outline: none;
  border-color: #2F6BFF;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.1);
}
.earnings-filter-section .filter-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23777' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
.earnings-filter-section .filter-actions {
  flex: 0 0 auto;
  min-width: auto;
}
.earnings-filter-section .action-btn.primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 24px;
  background: #2F6BFF;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
  white-space: nowrap;
}
.earnings-filter-section .action-btn.primary:hover {
  background: #1a56e6;
  transform: translateY(-1px);
}
.earnings-filter-section .action-btn.primary:active {
  transform: translateY(0);
}
.earnings-filter-section .action-btn.primary svg {
  flex-shrink: 0;
}
.earnings-chart-section {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}
.earnings-chart-section .chart-header {
  padding: 20px 24px;
  border-bottom: 1px solid #f0f0f0;
}
.earnings-chart-section .chart-title {
  font-size: 16px;
  font-weight: 600;
  color: #282828;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.earnings-chart-section .chart-title svg {
  color: #2F6BFF;
}
.earnings-chart-section .chart-container {
  padding: 24px;
  position: relative;
  min-height: 300px;
}
.earnings-chart-section .chart-container canvas {
  width: 100% !important;
  max-height: 400px;
}
.back-section {
  margin-top: 16px;
  margin-bottom: 32px;
}
.back-section .back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #2F6BFF;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.back-section .back-link:hover {
  color: #1a56e6;
  text-decoration: none;
}
.back-section .back-link svg {
  transition: transform 0.2s ease;
}
.back-section .back-link:hover svg {
  transform: translateX(-3px);
}
@media (max-width: 768px) {
  .earnings-filter-section {
    padding: 16px;
  }
  .earnings-filter-section .filter-grid {
    flex-direction: column;
    gap: 12px;
  }
  .earnings-filter-section .filter-group {
    min-width: 100%;
  }
  .earnings-filter-section .filter-actions {
    min-width: 100%;
  }
  .earnings-filter-section .action-btn.primary {
    width: 100%;
    justify-content: center;
  }
  .earnings-chart-section .chart-container {
    padding: 16px;
    min-height: 200px;
  }
  .earnings-header .page-title {
    font-size: 20px;
  }
}
.transactions-header {
  margin-bottom: 24px;
}
.transactions-header .page-title {
  font-size: 24px;
  font-weight: 700;
  color: #282828;
  margin: 0;
  letter-spacing: -0.3px;
}
.transaction-summary {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
.transaction-summary .summary-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  transition: box-shadow 0.2s ease;
}
.transaction-summary .summary-card:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.transaction-summary .summary-card .card-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.transaction-summary .summary-card .card-content {
  display: flex;
  flex-direction: column;
}
.transaction-summary .summary-card .card-label {
  font-size: 12px;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.transaction-summary .summary-card .card-amount {
  font-size: 24px;
  font-weight: 700;
  color: #282828;
  line-height: 1.2;
  margin-bottom: 4px;
}
.transaction-summary .summary-card .card-amount.accent {
  color: #2F6BFF;
}
.transaction-summary .summary-card .card-sublabel {
  font-size: 12px;
  color: #999;
  display: flex;
  width: fit-content;
}
.transaction-summary .statement-card .card-icon {
  background: rgba(47, 107, 255, 0.1);
  color: #2F6BFF;
}
.transaction-summary .statement-card .card-breakdown {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}
.transaction-summary .statement-card .card-breakdown .breakdown-item {
  display: flex;
  flex-direction: column;
}
.transaction-summary .statement-card .card-breakdown .breakdown-value {
  font-size: 14px;
  font-weight: 600;
  color: #282828;
}
.transaction-summary .statement-card .card-breakdown .breakdown-label {
  font-size: 11px;
  color: #999;
  margin-top: 2px;
}
.transaction-summary .statement-card .card-breakdown .positive .breakdown-value {
  color: #49B56B;
}
.transaction-summary .statement-card .card-breakdown .negative .breakdown-value {
  color: #DC2626;
}
.transaction-summary .payout-card .card-icon {
  background: rgba(73, 181, 107, 0.1);
  color: #49B56B;
}
.transaction-summary .remaining-card .card-icon {
  background: rgba(245, 158, 11, 0.1);
  color: #F59E0B;
}
.transaction-summary .remaining-card .stripe-dashboard-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  padding: 8px 16px;
  background: #635BFF;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
.transaction-summary .remaining-card .stripe-dashboard-btn svg {
  flex-shrink: 0;
}
.transaction-summary .remaining-card .stripe-dashboard-btn:hover {
  background: #4b45c6;
  color: #fff;
  text-decoration: none;
}
.transaction-filter-section {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 24px;
}
.transaction-filter-section .filter-grid {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}
.transaction-filter-section .filter-group {
  flex: 1;
  min-width: 150px;
}
.transaction-filter-section .filter-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.transaction-filter-section .filter-input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.transaction-filter-section .filter-input:focus {
  outline: none;
  border-color: #2F6BFF;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.1);
}
.transaction-filter-section .filter-actions {
  flex: 0 0 auto;
  min-width: auto;
  display: flex;
  gap: 8px;
}
.transaction-filter-section .action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 42px;
  padding: 0 20px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  text-decoration: none;
}
.transaction-filter-section .action-btn.primary {
  background: #2F6BFF;
  color: #fff;
}
.transaction-filter-section .action-btn.primary:hover {
  background: #1a56e6;
  text-decoration: none;
  color: #fff;
}
.transaction-filter-section .action-btn.secondary {
  background: #f5f5f5;
  color: #555;
  border: 1px solid #ddd;
}
.transaction-filter-section .action-btn.secondary:hover {
  background: #eee;
  text-decoration: none;
  color: #333;
}
.transaction-filter-section .action-btn svg {
  flex-shrink: 0;
}
.transaction-list-section {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
}
.transaction-empty-state {
  padding: 60px 24px;
  text-align: center;
}
.transaction-empty-state .empty-icon {
  margin-bottom: 16px;
}
.transaction-empty-state .empty-title {
  font-size: 18px;
  font-weight: 600;
  color: #282828;
  margin: 0 0 8px;
}
.transaction-empty-state .empty-description {
  font-size: 14px;
  color: #777;
  margin: 0;
  max-width: 400px;
  margin: 0 auto;
}
.transaction-table-wrapper {
  overflow-x: auto;
}
.transaction-table {
  width: 100%;
  border-collapse: collapse;
}
.transaction-table thead th {
  padding: 14px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  background: #fafafa;
}
.transaction-table thead th.text-right {
  text-align: right;
}
.transaction-table thead th.text-center {
  text-align: center;
}
.transaction-table tbody tr {
  transition: background-color 0.15s ease;
}
.transaction-table tbody tr:hover {
  background: #f8faff;
}
.transaction-table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #f0f0f0;
}
.transaction-table tbody td {
  padding: 14px 16px;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}
.transaction-table tbody td.text-right {
  text-align: right;
}
.transaction-table tbody td.text-center {
  text-align: center;
}
.transaction-table .transaction-date {
  color: #555;
  font-size: 13px;
}
.transaction-table .transaction-id {
  font-family: 'Courier New', monospace;
  font-size: 13px;
  color: #2F6BFF;
  font-weight: 500;
}
.transaction-table .transaction-message {
  color: #555;
  font-size: 13px;
}
.transaction-table .transaction-amount {
  font-weight: 700;
  color: #282828;
  font-size: 14px;
}
.transaction-table .view-link {
  color: #2F6BFF;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}
.transaction-table .view-link:hover {
  text-decoration: underline;
}
.transaction-cards-mobile {
  display: none;
}
.transaction-pager {
  padding: 16px 24px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 992px) {
  .transaction-summary {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .transactions-header .page-title {
    font-size: 20px;
  }
  .transaction-filter-section {
    padding: 16px;
  }
  .transaction-filter-section .filter-grid {
    flex-direction: column;
    gap: 12px;
  }
  .transaction-filter-section .filter-group {
    min-width: 100%;
  }
  .transaction-filter-section .filter-actions {
    min-width: 100%;
    flex-direction: column;
  }
  .transaction-filter-section .filter-actions .action-btn {
    width: 100%;
    justify-content: center;
  }
  .transaction-summary .summary-card {
    padding: 16px;
  }
  .transaction-summary .statement-card .card-breakdown {
    flex-direction: column;
    gap: 8px;
  }
  .transaction-summary .statement-card .card-breakdown .breakdown-item {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .transaction-table-wrapper {
    display: none;
  }
  .transaction-cards-mobile {
    display: block;
  }
  .transaction-cards-mobile .transaction-card {
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
  }
  .transaction-cards-mobile .transaction-card:last-child {
    border-bottom: none;
  }
  .transaction-cards-mobile .transaction-card .card-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
  }
  .transaction-cards-mobile .transaction-card .card-row .card-label {
    font-size: 12px;
    color: #777;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  .transaction-cards-mobile .transaction-card .card-row .card-value {
    font-size: 14px;
    color: #333;
    text-align: right;
  }
  .transaction-cards-mobile .transaction-card .card-row .card-value.transaction-id {
    font-family: 'Courier New', monospace;
    color: #2F6BFF;
    font-size: 12px;
  }
  .transaction-cards-mobile .transaction-card .card-row .card-value.transaction-amount {
    font-weight: 700;
  }
  .transaction-cards-mobile .transaction-card .card-actions {
    padding-top: 12px;
    margin-top: 8px;
    border-top: 1px solid #f5f5f5;
  }
  .transaction-cards-mobile .transaction-card .card-actions .view-link {
    color: #2F6BFF;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
  }
  .transaction-cards-mobile .transaction-card .card-actions .view-link:hover {
    text-decoration: underline;
  }
}
/* EXTENSION */
.sm_megamenu_wrapper_horizontal_menu {
  display: block;
  position: relative;
  clear: both;
}
.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu {
  margin: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sambar-inner {
  list-style: none;
  width: 100%;
  padding: 0;
}
.sm_megamenu_wrapper_menu_full {
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  z-index: 9999;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu {
  list-style: none;
  width: 940px;
  margin: 0 auto 0 auto;
  height: 43px;
  padding: 0 20px 0 20px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
  float: left;
  position: static;
  padding: 0;
  border: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.fullwidth {
  position: static !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover a {
  padding: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
  text-decoration: none;
  display: block;
  position: relative;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  position: relative;
  z-index: 11;
}
/*----------------------- Right aligned menu item ---------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
  float: right;
  right: 0;
  margin-right: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover {
  margin-right: 0;
}
/*-----------------------------02 DROP DOWN MENU------------------------------*/
/*-------------------- Left & right aligned common styles ------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0 auto;
  top: -9999em;
  position: absolute;
  z-index: 99999999;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
/*------------------------------- Drop Downs Sizes --------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 16.1446374257406%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 32.2892748514812%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 48.4339122772218%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 64.5785497029624%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 80.723187128703%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 100%;
  left: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 100%;
}
/*---------------------------------- Showing Drop Down on Mouse Hover - Left aligned -----------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
  top: auto;
  padding: 30px 10px;
  background: #fff;
}
.sm_megamenu_wrapper_horizontal_menu .sm-megamenu-hover > li:hover .sm-megamenu-child {
  display: block !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
  left: 21px;
  top: 33px;
  display: block;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
  left: 50%;
  margin-left: -470px;
  top: 32px;
  display: block;
}
/*----------------------------------- Showing Drop Down on Mouse Hover - Right aligned --------------------------------- */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right {
  left: auto;
  right: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_align_right {
  left: auto;
  right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
  right: 18px;
  top: 33px;
}
/*-------------------------------------- Columns Sizes ---------------------------------------- */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  float: left;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50.0%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
  padding: 0 15px;
  clear: both;
}
/* Use the .sm_megamenu_firstcolumn class for the items that stick to the left edge of the dropdown */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100%;
  padding: 0;
}
.sm_megamenu_description {
  display: block;
  padding-left: 10px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content ul {
  margin: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content ul li a span {
  padding-left: 13px;
}
.sm_megamenu_align_right {
  text-align: right;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
  display: block;
}
.sm_megamenu_wrapper_horizontal_menu .pull-right {
  float: right;
  display: inline-block;
}
.sm_megamenu_wrapper_horizontal_menu .dropdown-menu {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .dropdown-menu li {
  float: left !important;
  width: 100% !important;
}
.class-5-columns-parent .sm_megamenu_col_1 {
  width: 20% !important;
}
.fix-width > .sm-megamenu-child {
  left: auto !important;
  right: 0 !important;
}
.banner-megamenu {
  padding-top: 20px;
}
.slider-product-content {
  width: 45% !important;
}
.slider-product-content .slider-megamenu {
  padding-left: 15px;
}
.class-men-parent > .sm-megamenu-child {
  width: 780px !important;
}
@media all and (max-width: 767px) {
  .sm_megamenu_wrapper_horizontal_menu .sambar-inner {
    box-shadow: none;
    list-style: none outside none;
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
  }
  .sambar .sambar-inner .btn-sambar {
    display: block;
    clear: both;
    margin: 7px;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right .sm_megamenu_right {
    position: relative;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div > div {
    box-shadow: none;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    position: static;
    float: left;
    height: 0;
    width: 100%;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_fullwidth,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_fullwidth {
    height: auto;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    width: 98%;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
    padding: 4px 10px;
  }
  .sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu {
    width: 100% !important;
  }
  .sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu li {
    width: 100%;
  }
  .sm_megamenu_wrapper_horizontal_menu .icon_items {
    display: inline-block;
    height: 29px;
    position: absolute;
    right: 30px !important;
    top: 0 !important;
    z-index: 9;
  }
}
.sm_megamenu_wrapper_vertical_menu .sm-megamenu-hover > li:hover .sm-megamenu-child {
  display: block !important;
}
.sm_megamenu_wrapper_vertical_menu {
  margin: 0;
  display: block;
  position: relative;
}
.sm_megamenu_wrapper_vertical_menu .block-title {
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 20px;
  color: #282828;
  font-size: 107.69%;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}
.sm_megamenu_wrapper_vertical_menu .block-title:after {
  float: right;
  content: '\f0c9';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 17px;
}
.sm_megamenu_wrapper_vertical_menu .sambar-inner {
  background-color: #fff;
  border-top: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.sm_megamenu_wrapper_vertical_menu .more-w .more-view {
  display: block;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  font-size: 107.69%;
  cursor: pointer;
  margin-top: -1px;
  color: #484848;
}
.sm_megamenu_wrapper_vertical_menu .more-w .more-view:before {
  margin-right: 5px;
  content: '\f196';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.sm_megamenu_wrapper_vertical_menu .more-w .more-view.open:before {
  content: '\f147';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.sm_megamenu_wrapper_vertical_menu:hover .sambar-inner {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.direction-rtl .sm_megamenu_wrapper_vertical_menu .more-w .more-view::before {
  margin-left: 3px;
  margin-right: 0;
}
.direction-rtl .sm_megamenu_wrapper_vertical_menu .block-title:after {
  float: left;
}
.sm_megamenu_wrapper_vertical_menu ul.sm_megamenu_menu {
  margin: 0;
  padding: 1px 1px 0;
}
.sm_megamenu_wrapper_vertical_menu:hover .block-title {
  color: #fff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li {
  position: static;
  border: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover:before {
  content: "";
  display: block;
  width: 5px;
  position: absolute;
  top: 0;
  right: -3px;
  bottom: 0;
  z-index: 40;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-item > a:after {
  float: right;
  margin-top: 5px;
  content: '\f0da';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.direction-rtl .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-item > a:after {
  float: left;
  content: '\f0d9';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover {
  background: #3A5163;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover a {
  padding: 0;
  border: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li {
  padding: 0 15px;
  background-color: transparent;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li a.sm_megamenu_head {
  padding: 11px 0;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 107.69%;
  color: #484848;
  border-bottom: 1px solid #e5e5e5;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.sm_megamenu_actived > a,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a {
  color: #fff;
  border-color: transparent;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li .product-item-name {
  font-weight: normal;
  font-size: 107.69%;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.sm_megamenu_wrapper_vertical_menu .icon_items {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  text-align: center;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  position: relative;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0;
  top: -9999em;
  position: absolute;
  background-color: #fff;
  padding: 30px 15px 30px;
  z-index: 99999999;
  min-height: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.remove-min-height-parent > div {
  min-height: auto !important;
}
/* Drop Downs Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 168px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 337px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 505px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 673px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 842px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 1010px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 100%;
}
/* Showing Drop Down on Mouse Hover - Left aligned */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
  left: 100%;
  top: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open .sm_megamenu_dropdown_fullwidth {
  left: 138px;
  top: -1px;
}
/* Columns Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  float: left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50.0%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
  width: 125px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
  width: 250px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
  width: 375px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
  width: 500px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
  width: 625px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100%;
  padding: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_icon {
  padding-left: 5px;
}
.sm_megamenu_description {
  font-size: 10px;
  display: block;
  padding-left: 10px;
}
.sm_megamenu_title span {
  display: inline-block;
}
.sm_megamenu_align_right {
  text-align: right;
}
@media all and (max-width: 800px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 500px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
    width: 500px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    width: 510px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1460px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 168px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 337px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 505px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 673px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 842px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 1010px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 500px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 625px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 730px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 420px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 490px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 550px;
  }
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown {
  padding: 0 10px;
}
.sm_megamenu_wrapper_vertical_menu ul.dropdown-menu {
  padding: 0 10px !important;
}
.sm_megamenu_wrapper_vertical_menu .dropdown-menu {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .dropdown-menu li {
  float: left !important;
  width: 96% !important;
}
@media all and (max-width: 767px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu {
    width: 100%;
    display: none;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
    box-shadow: none;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li {
    width: 100%;
    border-top: 1px solid #fff;
    position: relative;
    overflow: hidden;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_align_right .sm_megamenu_right {
    position: relative;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div > div {
    box-shadow: none;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    position: static;
    float: left;
    height: 0;
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_fullwidth,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
    height: auto;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    width: 98%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_drop,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_actived,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_drop {
    background: none;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_head {
    padding: 4px 10px;
  }
  .sm_megamenu_wrapper_vertical_menu .megamenu-dropdown .item-home-megamenu {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .megamenu-dropdown .item-home-megamenu li {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .icon_items {
    display: inline-block;
    height: 29px;
    position: absolute;
    right: 30px !important;
    top: 0 !important;
    z-index: 9;
  }
}
.sm-categories {
  margin: 20px 0;
  overflow: hidden;
}
.sm-categories .cat-wrap .content-box {
  overflow: hidden;
  line-height: 20px;
  padding-bottom: 15px;
}
.sm-categories .cat-wrap .content-box .cat-title a {
  font-weight: bold;
}
.sm-categories .cat-wrap .content-box .child-cat .child-cat-title {
  float: left;
  padding-right: 5px;
}
.sm-categories .cat-wrap .image-cat {
  overflow: hidden;
  position: relative;
}
.sm-categories .cat-wrap .image-cat .lazyload {
  min-height: 110px;
}
.sm-categories .cat-wrap .image-cat .btn-categories {
  font-size: 83.33%;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 1px 10px;
  position: absolute;
  left: 20px;
  bottom: 36px;
}
.sm-categories .cat-wrap .image-cat .btn-categories:after {
  content: '\f0da';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-left: 3px;
}
.sm-categories .cat-wrap .image-cat .btn-categories:hover {
  background-color: #444 !important;
}
.cat-wrap .content-box .cat-title {
  padding: 10px 10px 0;
  text-transform: uppercase;
}
.cat-wrap .content-box .cat-title a {
  font-size: 116.67%;
  display: inline-block;
  margin-bottom: 3px;
}
.cat-wrap .content-box .child-cat {
  padding: 0 10px 10px;
}
.cat-wrap .content-box .child-cat .sub-cats li a {
  font-size: 108.33%;
  display: inline-block;
  padding: 2px 0;
}
.cat-wrap .content-box .child-cat .sub-cats li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background-color: #999999;
  margin-right: 3px;
}
.direction-rtl .cat-wrap .content-box .child-cat .sub-cats li a:before {
  margin-left: 3px;
  margin-right: 0;
}
.direction-rtl .sm-categories .cat-wrap .image-cat .btn-categories {
  right: 20px;
  left: auto;
}
.direction-rtl .sm-categories .cat-wrap .image-cat .btn-categories:after {
  margin-right: 3px;
  margin-left: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
/* ---------------------------------------------
   GLOBAL SHARED RULES
--------------------------------------------- */
.cartquickpro-catalog-product-view .row-content .col-main,
.cartquickpro-catalog-product-options .row-content .col-main,
.cartquickpro-catalog-product-view .page-wrapper .product-info-main,
.cartquickpro-catalog-product-options .page-wrapper .product-info-main,
.cartquickpro-catalog-product-view .product-info-main,
.cartquickpro-catalog-product-options .product-info-main {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cartquickpro-catalog-product-view .page-main,
.cartquickpro-catalog-product-options .page-main {
  padding: 0;
}
.cartquickpro-catalog-product-view .left-detail,
.cartquickpro-catalog-product-options .left-detail,
.cartquickpro-catalog-product-view .services-detail,
.cartquickpro-catalog-product-options .services-detail,
.cartquickpro-catalog-product-view .detail-bottom-wrapper,
.cartquickpro-catalog-product-options .detail-bottom-wrapper,
.cartquickpro-catalog-product-view .image-box-detail,
.cartquickpro-catalog-product-options .image-box-detail,
.cartquickpro-catalog-product-view .breadcrumbs,
.cartquickpro-catalog-product-options .breadcrumbs,
.cartquickpro-catalog-product-view .reviews-actions,
.cartquickpro-catalog-product-options .reviews-actions {
  display: none !important;
}
.cartquickpro-catalog-product-view .media,
.cartquickpro-catalog-product-options .media,
.cartquickpro-catalog-product-view .product-info-main,
.cartquickpro-catalog-product-options .product-info-main {
  margin-bottom: 0 !important;
}
.cartquickpro-catalog-product-view .container,
.cartquickpro-catalog-product-options .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
/* ---------------------------------------------
   QUICKVIEW - GENERAL VIEW
--------------------------------------------- */
.cartquickpro-catalog_product-view .page-main {
  padding: 0;
  min-height: 100px;
}
.cartquickpro-catalog_product-view .column.main {
  padding: 0;
}
.cartquickpro-catalog_product-view .media {
  margin: 0 0 15px;
}
.cartquickpro-catalog-product-view .page-wrapper,
.cartquickpro-catalog-product-view .columns {
  display: block;
}
.cartquickpro-catalog-product-view .row-content .col-main {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cartquickpro-catalog-product-view .image-box-detail,
.cartquickpro-catalog-product-view .info-box-detail {
  float: left;
  width: 50%;
}
.cartquickpro-catalog-product-view .product-info-main {
  padding-top: 0 !important;
}
.cartquickpro-catalog-product-view .page-wrapper {
  min-height: 100px;
}
.cartquickpro-catalog-product-view:not(.fotorama__fullscreen) {
  height: auto !important;
}
.cartquickpro-catalog-product-view:not(.fotorama__fullscreen) .fotorama__stage__shaft {
  border: none !important;
}
/* ---------------------------------------------
   PRODUCT OPTIONS VIEW
--------------------------------------------- */
.cartquickpro-catalog-product-options .page-main {
  min-height: auto;
  padding: 30px 0 0;
}
.cartquickpro-catalog-product-options.catalog-product-view .column.main {
  padding: 0;
}
.cartquickpro-catalog-product-options .product-social-links {
  width: auto;
  float: left;
  display: inline-block;
}
.cartquickpro-catalog-product-options .info-box-detail {
  display: inline-block;
  width: 100% !important;
  padding: 0 !important;
}
.cartquickpro-catalog-product-options .info-box-detail .product-addto-links {
  clear: none !important;
  padding: 0 !important;
}
.cartquickpro-catalog-product-options #addthis_wrap {
  display: none !important;
}
/* ---------------------------------------------
   MODAL POPUP
--------------------------------------------- */
.smcqp-modal-popup .modal-inner-wrap {
  max-width: 1024px;
  background: #fff !important;
  margin: 2.5rem auto;
}
.smcqp-modal-popup .loading-mask,
.smcqp-modal-popup .loading-mask .loader > img {
  position: absolute;
}
.smcqp-modal-popup.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
  min-height: inherit;
}
.smcqp-modal-popup.modal-popup.modal-slide .modal-inner-wrap {
  transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
}
.smcqp-modal-popup.modal-popup.modal-slide .modal-inner-wrap._show {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.smcqp-modal-popup .modal-footer {
  padding: 10px 0;
  border: none !important;
}
.smcqp-modal-popup .modal-footer button {
  display: none;
}
.modal-slide.smcqp-modal-popup .action-close {
  padding: 5px !important;
  margin: 0;
  background: none !important;
  color: #666 !important;
}
.modal-slide.smcqp-modal-popup .action-close span {
  display: none;
}
.modal-slide.smcqp-modal-popup .modal-header {
  border: none;
}
/* ---------------------------------------------
   LOADING POPUP
--------------------------------------------- */
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading {
  width: 200px;
  height: 100px;
  padding: 0;
}
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading .modal-header,
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading .modal-content,
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading .modal-footer {
  padding: 0;
  margin: 0;
}
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading #smcqp-container {
  min-height: 100px;
}
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading header,
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading footer {
  display: none;
}
/* ---------------------------------------------
   CONFIRM & OTHER FIXED WIDTH POPUPS
--------------------------------------------- */
.modal-popup.smcqp-confirm .modal-inner-wrap,
.modal-inner-wrap.report-messages,
.modal-inner-wrap.smcqp-options {
  width: 420px;
}
/* ---------------------------------------------
   MESSAGES
--------------------------------------------- */
.smcqp-messages {
  margin: 0 0 10px;
  padding: 12px 20px 12px 45px;
  display: block;
  position: relative;
  border-radius: 8px;
}
.smcqp-messages.msg-success {
  color: #006400;
  background: #e5efe5;
}
.smcqp-messages.msg-error {
  color: #e02b27;
  background: #fae5e5;
}
.smcqp-messages::before {
  display: inline-block;
  font-family: "luma-icons";
  font-size: 24px;
  width: 45px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  text-align: center;
}
.smcqp-messages.msg-success,
.smcqp-messages.msg-error {
  text-align: center;
  padding: 12px;
}
.smcqp-messages.msg-success:before,
.smcqp-messages.msg-error:before {
  display: none;
}
/* ---------------------------------------------
   ACTION BUTTONS
--------------------------------------------- */
.smcqp-actions {
  border-top: 2px solid #eee;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}
.smcqp-actions .smcqp-btn,
.smcqp-actions .smcqp-continue {
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
}
.smcqp-actions .smcqp-btn:hover,
.smcqp-actions .smcqp-continue:hover {
  background-color: #333 !important;
}
.smcqp-actions .smcqp-btn:not(:last-child) {
  margin-left: 15px;
}
.smcqp-actions .smcqp-continue.spcqp-count:after {
  content: " (" attr(data-count) ")";
  display: inline-block;
}
.smcqp-actions .smcqp-btn {
  display: none;
}
.smcqp-actions .smcqp-btn.smcqp-open {
  display: inline-block;
}
/* ---------------------------------------------
   WISHLIST
--------------------------------------------- */
.wishlist-index-index .products-grid .product-item .quickview-handler,
.list-filter-products .quickview-handler {
  display: none !important;
}
/* ---------------------------------------------
   MEDIA QUERIES
--------------------------------------------- */
@media (max-width: 1280px) {
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap {
    position: fixed;
    height: auto;
  }
}
@media (max-width: 1024px) {
  body._has-modal {
    overflow-y: hidden;
    overflow-x: hidden !important;
    position: fixed;
  }
}
@media (max-width: 800px) {
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap:not(.smcqp-loading) {
    width: 80%;
  }
  .modal-slide.smcqp-modal-popup .action-close {
    margin-top: -2px;
  }
}
@media (max-width: 480px) {
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap:not(.smcqp-loading) {
    width: 95%;
  }
  .modal-popup.smcqp-confirm .modal-inner-wrap,
  .modal-inner-wrap.report-messages,
  .modal-inner-wrap.smcqp-options {
    width: 350px;
  }
  .smcqp-actions .smcqp-btn,
  .smcqp-actions .smcqp-continue {
    padding: 10px 10px;
  }
  .smcqp-actions .smcqp-btn {
    margin-left: 5px;
  }
}
@media (max-width: 360px) {
  .smcqp-actions .smcqp-btn.smcqp-open,
  .smcqp-actions .smcqp-continue {
    display: block;
    margin: 0;
  }
  .smcqp-actions .smcqp-continue {
    margin-bottom: 5px;
  }
}
.sm-searchbox-popular {
  padding: 10px 0;
  display: table;
  width: 100%;
}
.sm-searchbox-popular .sm-searchbox-popular-title {
  white-space: nowrap;
  vertical-align: top;
  color: #444;
  font-size: 108.33%;
  padding-right: 5px;
}
.sm-searchbox-popular .sm-searchbox-keyword ul li {
  float: left;
  margin-right: 5px;
  font-size: 108.33%;
}
.sm-searchbox-popular .sm-searchbox-keyword ul li:after {
  content: ",";
}
.sm-searchbox-popular .sm-searchbox-keyword ul li:last-child:after {
  display: none;
}
.search-autocomplete {
  z-index: 99 !important;
  margin-top: auto;
}
.sm-searchbox-advanced {
  clear: both;
}
.direction-rtl .sm-searchbox-popular .sm-searchbox-keyword ul li {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.sm-listing-tabs {
  margin: 0;
  padding: 0;
}
.ltabs-loading-css {
  display: none;
}
.sm-listing-tabs.ltabs-loading-first {
  /* background: transparent url("../../frontend/Sm/autostore/en_US/images/477.gif") no-repeat scroll center center;*/
  display: block;
  max-width: 100%;
  min-height: 300px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}
.sm-listing-tabs.ltabs-loading-first .ltabs-loading-css {
  display: block !important;
  opacity: 1 !important;
}
.sm-listing-tabs.ltabs-loading-first .ltabs-loading-css * {
  display: block !important;
  opacity: 1 !important;
}
.sm-listing-tabs.ltabs-loading-first * {
  display: none;
  opacity: 0;
}
.acd-btn-add {
  float: left;
}
.sm-listing-tabs .tab-listing-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 10px;
}
.sm-listing-tabs .tab-all .ltabs-tab-img {
  height: 30px;
}
.sm-listing-tabs .ltabs-wrap {
  margin: 0;
  position: relative;
  padding: 0;
}
.sm-listing-tabs .item-price {
  padding-right: 5px;
}
.sm-listing-tabs .ltabs-tabs-container ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs {
  display: block;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  cursor: pointer;
  float: left;
}
.sm-listing-tabs .ltabs-tab-img {
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.sm-listing-tabs .item-prices {
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  color: #909090;
  float: left;
  padding: 2% 0;
  width: 40%;
}
.sm-listing-tabs .other-infor {
  margin-top: 15px;
}
.sm-listing-tabs .hits {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  color: #909090;
  float: left;
  overflow: hidden;
  padding: 2% 0 2% 3%;
  width: 53%;
}
.sm-listing-tabs .hits-text {
  color: #0088cc;
}
.sm-listing-tabs .item-title {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.sm-listing-tabs .item-review .ratings .rating-box .rating {
  width: 100% !important;
}
.sm-listing-tabs .item-review .ratings .rating-box {
  margin-right: 5px;
}
.sm-listing-tabs .created-date {
  color: #909090;
  margin-bottom: 10px;
}
.sm-listing-tabs .item-addcart {
  margin-bottom: 5px;
}
.sm-listing-tabs .add-to-links {
  list-style: outside none none;
  margin: 0 0 5px;
}
.sm-listing-tabs .add-to-links li:first-child {
  margin-bottom: 5px;
}
.sm-listing-tabs ul.add-to-links li {
  font-style: normal;
  margin: 0;
}
.sm-listing-tabs .item-desc {
  margin-bottom: 5px;
}
.sm-listing-tabs .add-loadmore {
  float: right;
  margin-left: 10px;
  margin-top: 2px;
}
.sm-listing-tabs .loaded .add-loadmore {
  display: none;
}
.sm-listing-tabs .ltabs-wrap .ltabs-items-container {
  margin: 0;
  padding: 0;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items-inner {
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items-selected {
  display: block;
}
.sm-listing-tabs .ltabs-items-container .ltabs-item-wrap {
  box-shadow: 0 0 0 #000;
  margin: 0;
  opacity: 0;
  padding: 0;
}
.sm-listing-tabs .ltabs-items-container .ltabs-item-wrap img {
  box-shadow: 0 0 0 #000;
  max-width: 99.9%;
  width: 99.9%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
  box-shadow: 0 0 0 #000;
  float: left;
  margin-bottom: 20px;
  opacity: 0;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
  margin: 0 10px;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image {
  border: 1px solid #e9e9e9;
  margin-bottom: 10px;
  overflow: hidden;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image img {
  width: 100%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image img:hover {
  opacity: 0.7;
  transform: scale(1.1, 1.1);
}
.sm-listing-tabs .ltabs-items .ltabs-loading {
  /*background: transparent url("../../frontend/Sm/autostore/en_US/images/477.gif") no-repeat scroll center center;*/
  display: block;
  max-width: 100%;
  min-height: 300px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}
.sm-listing-tabs .ltabs-items-container .ltabs-loadmore {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
}
/* .sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn.ltabs-btn-hide{ */
/* display:none; */
/* } */
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
  background: transparent url("../../frontend/Sm/autostore/en_US/images/301.gif") no-repeat scroll center center;
  display: none;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
  width: 22px;
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn::after {
  content: attr(data-label);
}
.sm-listing-tabs .ltabs-items.ltabs-process .ltabs-loadmore {
  display: none;
}
.sm-listing-tabs .ltabs-items-container.show-slider .new-box {
  top: 1px;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item {
  box-shadow: none;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-item .item-inner .item-image {
  box-sizing: border-box;
}
.sm-listing-tabs .ltabs-item {
  width: 100%;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item {
  opacity: 1;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item .item-inner {
  margin: 0;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item .item-inner .ltabs-detail {
  padding-top: 10px;
}
.sm-listing-tabs .ltabs-items-container.show-slider {
  margin: 0 10px;
}
.sm-listing-tabs .ltabs-items-container.show-slider .owl-theme .owl-controls {
  position: static;
}
.cf::before,
.cf::after {
  content: " ";
  display: table;
}
.cf::after {
  clear: both;
}
.sm-listing-tabs .owl-dots {
  counter-reset: dots;
}
.sm-listing-tabs .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-current-select {
  display: none;
}
/* fadeIn */
.sm-listing-tabs div[data-liffect="fadeIn"].play .product-item {
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-layout-2columns-left .ltabs-loadmore,
.page-layout-2columns-right .ltabs-loadmore {
  clear: both;
  text-transform: uppercase;
}
.page-layout-2columns-left .loadmoretype .product-items,
.page-layout-2columns-right .loadmoretype .product-items {
  margin-left: -15px;
  margin-right: -15px;
}
.page-layout-2columns-left .loadmoretype .product-items .product-item,
.page-layout-2columns-right .loadmoretype .product-items .product-item {
  width: 33.33%;
  float: left;
  padding: 0 15px;
}
.ltabs-loadmore {
  clear: both;
  text-transform: uppercase;
}
.product-extend {
  padding-bottom: 50px;
}
.product-extend .title-home-page {
  font-size: 166.6%;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}
.product-extend .products.wrapper.products-grid {
  margin-bottom: 0;
}
.product-extend .deals-countdown {
  text-align: center;
  font-size: 80%;
  padding-top: 13px;
}
.product-extend .deals-countdown .deals-time {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin: 0 2px;
  min-width: auto;
}
.slidertype .products.wrapper {
  margin: 0 -10px;
}
.slidertype .products.wrapper.products-grid .item {
  width: 100% !important;
  padding: 0 !important;
  margin: 0;
}
@media (max-width: 767px) {
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap {
    position: relative;
    padding: 0 23px 0 10px;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    outline: none;
    height: 27px;
    line-height: 27px;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-current-select {
    display: inline;
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
    font-weight: normal;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #666 transparent;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs {
    /* Size & position */
    opacity: 0;
    position: absolute;
    top: 140%;
    right: 0;
    /* Styles */
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-weight: normal;
    list-style: none;
    /* Hiding */
    pointer-events: none;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li {
    float: none !important;
    display: block !important;
    height: auto !important;
    padding: 1px 10px !important;
    border: none !important;
    white-space: nowrap;
    margin: 0 0 1px !important;
    font-size: 100% !important;
    line-height: unset !important;
    font-weight: normal !important;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:before {
    display: none !important;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li span {
    font-weight: normal !important;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:last-child {
    margin: 0 !important;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover span {
    color: #333 !important;
  }
  /* Hover state */
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover {
    background: #f5f5f5 !important;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.active::after {
    display: none;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li span {
    display: block;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li i {
    float: right;
    color: inherit;
    line-height: 19px;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:last-of-type span {
    border: none;
  }
  /* Active state */
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.active .ltabs-tabs {
    opacity: 1;
    pointer-events: auto;
    z-index: 5;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
    background-color: #f5f5f5 !important;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel span {
    color: #333 !important;
  }
  .direction-rtl .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap {
    padding: 0 10px 0 23px;
  }
  .direction-rtl .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap:after {
    left: 10px;
    right: auto;
  }
  .direction-rtl .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs {
    left: 0;
    right: auto;
  }
  .direction-rtl .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs:after {
    left: 15px;
    right: auto;
  }
  .direction-rtl .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs:before {
    left: 13px;
    right: auto;
  }
}
@media (max-width: 479px) {
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap {
    padding: 0 18px 0 10px;
  }
  .direction-rtl .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap {
    padding: 0 10px 0 18px;
  }
}
#price-slider {
  background-color: #ddd;
  border-radius: 3px;
  height: 6px;
  margin: 20px 8px 0 4px;
  position: relative;
}
#price-slider .ui-slider-handle {
  border-color: #484848;
}
#price-slider .ui-slider-range {
  height: 100%;
  position: absolute;
}
#price-slider .ui-slider-handle {
  background: #fff none repeat scroll 0 0;
  border: 3px solid;
  border-radius: 50%;
  cursor: e-resize;
  display: block;
  height: 16px;
  margin-right: inherit;
  padding-left: inherit;
  padding-right: inherit;
  position: absolute;
  text-align: center;
  top: -6px;
  width: 16px;
  z-index: 15;
}
.price-slider-values {
  text-align: center;
  margin-top: 20px;
}
.price-slider-values input[type="text"] {
  border: 1px solid #d8d8d8;
  color: #211e1f;
  padding-left: 2px;
  padding-right: 2px;
  width: 50px;
  text-align: center;
}
.loading-mask-shopby {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loading-mask-shopby .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
@media all and (max-width: 360px) {
  .toolbar-sorter.sorter .sorter-label {
    display: none;
  }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

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

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}
.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), to(#f4f4f4));
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../frontend/Sm/autostore/en_US/images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../frontend/Sm/autostore/en_US/images/chosen-sprite.png) no-repeat 0 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(../../frontend/Sm/autostore/en_US/images/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../frontend/Sm/autostore/en_US/images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #ffffff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}
.chosen-disabled {
  opacity: .5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(../../frontend/Sm/autostore/en_US/images/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span,
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-rtl .chosen-search input[type=text] {
    background-image: url(../../frontend/Sm/autostore/en_US/css/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.smas-wrap {
  margin: 0;
  padding: 0;
}
.smas-container {
  display: block;
  position: relative;
  padding: 78px 100px;
}
.smas-loading {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}
.smas-loading .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.smas-caption {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 57px;
}
.smas-caption h2 {
  font-size: 48px;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 10px;
}
.smas-caption p {
  color: #cccccc;
}
.smas-caption p span {
  color: #fff;
}
.smas-form {
  position: relative;
}
.smas-group-right {
  position: absolute;
  top: 0;
  right: 0;
}
.smas-group-left {
  margin-right: 148px;
}
.smas-attr {
  float: left;
  width: 50%;
}
.smas-attr-inner {
  margin: 0 3px;
  position: relative;
}
.smas-attr .smas-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.chosen-container .chosen-drop {
  border: none !important;
}
.chosen-container .chosen-results {
  margin: 0;
  padding: 10px;
  max-height: 235px;
}
.chosen-container .chosen-results li {
  padding: 10px;
  background: transparent;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.chosen-container .chosen-results li:not(:last-child) {
  margin-bottom: 1px;
}
.chosen-container .chosen-results li.result-selected,
.chosen-container .chosen-results li.highlighted {
  background: #ddd !important;
  color: inherit !important;
}
.chosen-container-single.chosen-disabled {
  opacity: 1 !important;
}
.chosen-container-single.chosen-disabled .chosen-single div b {
  background: none !important;
}
.chosen-container-single.chosen-disabled .chosen-single div b:after {
  border-color: #bbb transparent transparent transparent;
}
.chosen-container-single .chosen-search {
  padding-left: 10px;
  padding-right: 10px;
}
.chosen-container-single .chosen-single {
  height: 49px;
  line-height: 49px;
  background: none;
  background-color: #fff;
  padding-left: 30px;
  font-size: 107.69%;
  color: #484848;
  border: none !important;
}
.chosen-container-single .chosen-single div {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chosen-container-single .chosen-single div b {
  background: none !important;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #666 transparent transparent transparent;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.chosen-container-single .chosen-single span {
  margin-right: 40px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
  background-color: #fff;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background: none !important;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #2F6BFF transparent;
}
.smas-btn .btn.btn-search {
  width: 100%;
  background: linear-gradient(135deg, #2f6bff 0%, #1d4ed8 100%);
  height: 52px;
  border: none;
  color: #fff;
  box-shadow: 0 4px 14px rgba(47, 107, 255, 0.35);
  vertical-align: middle;
  line-height: 52px;
  text-transform: uppercase;
  display: block;
  opacity: 1;
  font-size: 107.69% !important;
  font-weight: 600;
  border-radius: 10px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.smas-btn .btn.btn-search:hover {
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.5);
  transform: translateY(-1px);
}
.smas-btn .btn.btn-search:before {
  margin: 0 5px;
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  position: relative;
  top: -1px;
}
.smas-btn .btn.btn-reset {
  text-transform: uppercase;
  float: right;
  margin-top: 5px;
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
@media (max-width: 767px) {
  .smas-container {
    padding: 30px;
  }
  .smas-group-left {
    margin: 0;
  }
  .smas-group-right {
    position: static;
    margin-top: 20px;
  }
  .smas-attr {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
  .smas-btn .btn.btn-search {
    display: inline-block;
  }
  .smas-btn .btn.btn-reset {
    float: none;
    margin: 0;
  }
}
/* RECAPTCHA v3 badge */
/* MY LISTINGS PAGE - Load last to ensure proper cascade */
body.seller-listings-page,
body:has(.seller-products-listing) {
  background: #f8fafc;
}
body.seller-listings-page .column.main,
body:has(.seller-products-listing) .column.main,
body.seller-listings-page .columns .column.main,
body:has(.seller-products-listing) .columns .column.main {
  padding: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
body.seller-listings-page .page-title-wrapper,
body:has(.seller-products-listing) .page-title-wrapper {
  display: none !important;
}
body.seller-listings-page .seller-products-listing,
body:has(.seller-products-listing) .seller-products-listing {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body.seller-listings-page .block.block-seller-products,
body:has(.seller-products-listing) .block.block-seller-products {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body.seller-listings-page .block-content,
body:has(.seller-products-listing) .block-content,
body.seller-listings-page .products-management-grid,
body:has(.seller-products-listing) .products-management-grid,
body.seller-listings-page .products.wrapper,
body:has(.seller-products-listing) .products.wrapper {
  width: 100%;
}
.listings-page-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
}
.listings-header-info {
  display: flex;
  align-items: center;
  gap: 14px;
}
.listings-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(47, 107, 255, 0.08);
  color: #2f6bff;
  flex-shrink: 0;
}
.listings-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #111827 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  letter-spacing: -0.02em;
}
.listings-title::before,
.listings-title::after {
  display: none !important;
}
.listings-count {
  font-size: 13px;
  font-weight: 500;
  color: #9ca3af;
  display: block;
  margin-top: 2px;
}
.listings-add-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #2f6bff;
  color: #ffffff !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(47, 107, 255, 0.25);
  white-space: nowrap;
  align-self: flex-start;
}
.listings-add-btn svg {
  flex-shrink: 0;
}
.listings-add-btn:hover {
  background: #1a5ae8;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(47, 107, 255, 0.35);
  transform: translateY(-1px);
  text-decoration: none !important;
}
body.seller-listings-page .block.filter-enabled,
body:has(.seller-products-listing) .block.filter-enabled {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  overflow: hidden;
}
body.seller-listings-page .block.filter-enabled .block-title,
body:has(.seller-products-listing) .block.filter-enabled .block-title {
  margin: 0;
  padding: 12px 16px;
  background: #1b2c52;
  color: #fff;
}
body.seller-listings-page .block.filter-enabled .block-title strong,
body:has(.seller-products-listing) .block.filter-enabled .block-title strong {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
body.seller-listings-page .block.filter-enabled .block-content,
body:has(.seller-products-listing) .block.filter-enabled .block-content {
  padding: 12px 16px;
}
body.seller-listings-page .block.filter-enabled .field.choice,
body:has(.seller-products-listing) .block.filter-enabled .field.choice {
  margin: 0 0 8px 0;
}
body.seller-listings-page .block.filter-enabled .field.choice:last-child,
body:has(.seller-products-listing) .block.filter-enabled .field.choice:last-child {
  margin-bottom: 0;
}
body.seller-listings-page .block.filter-enabled .field.choice label,
body:has(.seller-products-listing) .block.filter-enabled .field.choice label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #111827;
  cursor: pointer;
  padding: 6px 0;
  transition: color 0.15s ease;
}
body.seller-listings-page .block.filter-enabled .field.choice label:hover,
body:has(.seller-products-listing) .block.filter-enabled .field.choice label:hover {
  color: #2f6bff;
}
body.seller-listings-page .block.filter-enabled .field.choice input[type="checkbox"],
body:has(.seller-products-listing) .block.filter-enabled .field.choice input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #2f6bff;
  cursor: pointer;
}
body.seller-listings-page .toolbar,
body:has(.seller-products-listing) .toolbar {
  background: #ffffff;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 20px;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
body.seller-listings-page .toolbar.toolbar-bottom,
body:has(.seller-products-listing) .toolbar.toolbar-bottom {
  margin-top: 20px;
  margin-bottom: 0;
}
body.seller-listings-page .toolbar .toolbar-amount,
body:has(.seller-products-listing) .toolbar .toolbar-amount {
  display: none;
}
body.seller-listings-page .pager,
body:has(.seller-products-listing) .pager {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}
body.seller-listings-page .pages .items,
body:has(.seller-products-listing) .pages .items {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
body.seller-listings-page .pages .item a,
body:has(.seller-products-listing) .pages .item a,
body.seller-listings-page .pages .item strong,
body:has(.seller-products-listing) .pages .item strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
body.seller-listings-page .pages .item a,
body:has(.seller-products-listing) .pages .item a {
  color: #4b5563;
  border: 1px solid #e5e7eb;
  background: #ffffff;
}
body.seller-listings-page .pages .item a:hover,
body:has(.seller-products-listing) .pages .item a:hover {
  color: #2f6bff;
  border-color: #2f6bff;
  background: rgba(47, 107, 255, 0.08);
}
body.seller-listings-page .pages .item.current strong,
body:has(.seller-products-listing) .pages .item.current strong {
  color: #ffffff;
  background: #2f6bff;
  border: 1px solid #2f6bff;
}
body.seller-listings-page .limiter,
body:has(.seller-products-listing) .limiter {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}
body.seller-listings-page .limiter .limiter-label,
body:has(.seller-products-listing) .limiter .limiter-label,
body.seller-listings-page .limiter .limiter-text,
body:has(.seller-products-listing) .limiter .limiter-text {
  font-size: 13px;
  color: #9ca3af;
  font-weight: 500;
}
body.seller-listings-page .limiter .limiter-options,
body:has(.seller-products-listing) .limiter .limiter-options,
body.seller-listings-page .limiter #limiter,
body:has(.seller-products-listing) .limiter #limiter {
  padding: 6px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  background: #ffffff;
  color: #111827;
  cursor: pointer;
  min-width: 56px;
  transition: border-color 0.15s ease;
}
body.seller-listings-page .limiter .limiter-options:focus,
body:has(.seller-products-listing) .limiter .limiter-options:focus,
body.seller-listings-page .limiter #limiter:focus,
body:has(.seller-products-listing) .limiter #limiter:focus {
  outline: none;
  border-color: #2f6bff;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.08);
}
body.seller-listings-page .toolbar-sorter,
body:has(.seller-products-listing) .toolbar-sorter,
body.seller-listings-page .modes,
body:has(.seller-products-listing) .modes {
  display: none;
}
body.seller-listings-page ol.products.list.items.product-items.management-items,
body:has(.seller-products-listing) ol.products.list.items.product-items.management-items,
body.seller-listings-page .products.list.items,
body:has(.seller-products-listing) .products.list.items {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
body.seller-listings-page li.item.product.product-item,
body:has(.seller-products-listing) li.item.product.product-item,
body.seller-listings-page .products.list.items > li,
body:has(.seller-products-listing) .products.list.items > li {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  transition: box-shadow 0.25s ease, border-color 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
}
body.seller-listings-page li.item.product.product-item:hover,
body:has(.seller-products-listing) li.item.product.product-item:hover,
body.seller-listings-page .products.list.items > li:hover,
body:has(.seller-products-listing) .products.list.items > li:hover {
  border-color: rgba(47, 107, 255, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
body.seller-listings-page li.item.product.product-item.product-disabled,
body:has(.seller-products-listing) li.item.product.product-item.product-disabled,
body.seller-listings-page .products.list.items > li.product-disabled,
body:has(.seller-products-listing) .products.list.items > li.product-disabled {
  opacity: 0.7;
}
body.seller-listings-page li.item.product.product-item.product-disabled .product-item-image,
body:has(.seller-products-listing) li.item.product.product-item.product-disabled .product-item-image,
body.seller-listings-page .products.list.items > li.product-disabled .product-item-image,
body:has(.seller-products-listing) .products.list.items > li.product-disabled .product-item-image {
  filter: grayscale(0.3);
}
body.seller-listings-page .product-item-info,
body:has(.seller-products-listing) .product-item-info {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
  min-height: 0;
  gap: 0;
}
body.seller-listings-page .product-item-image,
body:has(.seller-products-listing) .product-item-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1.33333333;
  min-height: 160px;
  flex-shrink: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #f1f5f9 0%, #e2e8f0 100%);
}
body.seller-listings-page .product-image-container,
body:has(.seller-products-listing) .product-image-container,
body.seller-listings-page div.product-image-container,
body:has(.seller-products-listing) div.product-image-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
body.seller-listings-page a.product-item-photo,
body:has(.seller-products-listing) a.product-item-photo {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
body.seller-listings-page span.product-image-container,
body:has(.seller-products-listing) span.product-image-container,
body.seller-listings-page span[class*="product-image-container-"],
body:has(.seller-products-listing) span[class*="product-image-container-"] {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  padding: 0 !important;
}
body.seller-listings-page span.product-image-wrapper,
body:has(.seller-products-listing) span.product-image-wrapper {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  display: block !important;
}
body.seller-listings-page img.product-image-photo,
body:has(.seller-products-listing) img.product-image-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform 0.4s ease;
}
body.seller-listings-page li.item.product:hover img.product-image-photo,
body:has(.seller-products-listing) li.item.product:hover img.product-image-photo {
  transform: scale(1.05);
}
.no-image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #9ca3af;
  pointer-events: none;
}
.no-image-placeholder svg {
  opacity: 0.4;
}
.no-image-placeholder span {
  font-size: 12px;
  font-weight: 500;
}
body.seller-listings-page .status-label,
body:has(.seller-products-listing) .status-label {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 4px 10px !important;
  border-radius: 6px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  z-index: 2 !important;
  backdrop-filter: blur(8px) !important;
}
body.seller-listings-page .status-label .status-dot,
body:has(.seller-products-listing) .status-label .status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}
body.seller-listings-page .status-label.status-enabled,
body:has(.seller-products-listing) .status-label.status-enabled {
  background: rgba(16, 185, 129, 0.9) !important;
  color: #fff !important;
}
body.seller-listings-page .status-label.status-enabled .status-dot,
body:has(.seller-products-listing) .status-label.status-enabled .status-dot {
  background: #fff;
}
body.seller-listings-page .status-label.status-disabled,
body:has(.seller-products-listing) .status-label.status-disabled {
  background: rgba(107, 114, 128, 0.9) !important;
  color: #fff !important;
}
body.seller-listings-page .status-label.status-disabled .status-dot,
body:has(.seller-products-listing) .status-label.status-disabled .status-dot {
  background: rgba(255, 255, 255, 0.6);
}
body.seller-listings-page .product-item-details,
body:has(.seller-products-listing) .product-item-details {
  flex: 0 0 auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #ffffff;
  box-sizing: border-box;
  min-width: 0;
}
body.seller-listings-page .product-item-name,
body:has(.seller-products-listing) .product-item-name {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #111827 !important;
}
body.seller-listings-page a.product-item-link,
body:has(.seller-products-listing) a.product-item-link {
  color: inherit !important;
  text-decoration: none !important;
  transition: color 0.15s ease;
}
body.seller-listings-page a.product-item-link:hover,
body:has(.seller-products-listing) a.product-item-link:hover {
  color: #2f6bff !important;
}
.product-price-row {
  margin: 2px 0;
}
body.seller-listings-page .price-box .price,
body:has(.seller-products-listing) .price-box .price,
body.seller-listings-page span.price,
body:has(.seller-products-listing) span.price {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #2f6bff !important;
  letter-spacing: -0.02em;
}
body.seller-listings-page .price-label,
body:has(.seller-products-listing) .price-label {
  display: none;
}
body.seller-listings-page .product-meta,
body:has(.seller-products-listing) .product-meta {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #9ca3af;
}
body.seller-listings-page .product-meta svg,
body:has(.seller-products-listing) .product-meta svg {
  flex-shrink: 0;
  color: #9ca3af;
}
body.seller-listings-page .product-item-actions,
body:has(.seller-products-listing) .product-item-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 16px;
  margin: 0;
  border-top: 1px solid #f3f4f6;
  background: #f9fafb;
}
.toggles-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
body.seller-listings-page .status-toggle-container,
body:has(.seller-products-listing) .status-toggle-container {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}
body.seller-listings-page .toggle-label,
body:has(.seller-products-listing) .toggle-label {
  font-size: 12px;
  font-weight: 600;
  color: #4b5563;
  white-space: nowrap;
}
body.seller-listings-page .switch,
body:has(.seller-products-listing) .switch,
body.seller-listings-page label.switch,
body:has(.seller-products-listing) label.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  flex-shrink: 0;
}
body.seller-listings-page .switch input,
body:has(.seller-products-listing) .switch input,
body.seller-listings-page label.switch input,
body:has(.seller-products-listing) label.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
body.seller-listings-page .switch .slider,
body:has(.seller-products-listing) .switch .slider,
body.seller-listings-page label.switch .slider,
body:has(.seller-products-listing) label.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D1D5DB;
  transition: 0.2s;
  border-radius: 20px;
}
body.seller-listings-page .switch .slider:before,
body:has(.seller-products-listing) .switch .slider:before,
body.seller-listings-page label.switch .slider:before,
body:has(.seller-products-listing) label.switch .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  transition: 0.2s;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
body.seller-listings-page .switch input:checked + .slider,
body:has(.seller-products-listing) .switch input:checked + .slider,
body.seller-listings-page label.switch input:checked + .slider,
body:has(.seller-products-listing) label.switch input:checked + .slider {
  background: #2f6bff;
}
body.seller-listings-page .switch input:checked + .slider:before,
body:has(.seller-products-listing) .switch input:checked + .slider:before,
body.seller-listings-page label.switch input:checked + .slider:before,
body:has(.seller-products-listing) label.switch input:checked + .slider:before {
  transform: translateX(16px);
}
body.seller-listings-page .management-buttons,
body:has(.seller-products-listing) .management-buttons {
  display: flex;
  gap: 8px;
}
body.seller-listings-page .management-buttons .action,
body:has(.seller-products-listing) .management-buttons .action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
  flex: 1;
}
body.seller-listings-page .management-buttons .action svg,
body:has(.seller-products-listing) .management-buttons .action svg {
  flex-shrink: 0;
}
body.seller-listings-page .management-buttons .action.edit,
body:has(.seller-products-listing) .management-buttons .action.edit {
  background: #2f6bff;
  color: #fff !important;
  border: none;
  box-shadow: 0 1px 4px rgba(47, 107, 255, 0.25);
}
body.seller-listings-page .management-buttons .action.edit:hover,
body:has(.seller-products-listing) .management-buttons .action.edit:hover {
  background: #1a5ae8;
  box-shadow: 0 3px 8px rgba(47, 107, 255, 0.3);
  transform: translateY(-1px);
}
body.seller-listings-page .management-buttons .action.delete,
body:has(.seller-products-listing) .management-buttons .action.delete {
  background: #ffffff;
  color: #4b5563 !important;
  border: 1px solid #e5e7eb;
}
body.seller-listings-page .management-buttons .action.delete:hover,
body:has(.seller-products-listing) .management-buttons .action.delete:hover {
  color: #ef4444 !important;
  border-color: #ef4444;
  background: rgba(239, 68, 68, 0.06);
}
.empty-state {
  background: #ffffff;
  border: 2px dashed #e5e7eb;
  border-radius: 12px;
  padding: 48px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.empty-state-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(47, 107, 255, 0.08);
  color: #2f6bff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.empty-state h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}
.empty-state p {
  font-size: 14px;
  color: #9ca3af;
  margin: 0;
  max-width: 360px;
}
.empty-state-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #2f6bff;
  color: #fff !important;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.2s ease;
  margin-top: 8px;
  box-shadow: 0 2px 8px rgba(47, 107, 255, 0.3);
}
.empty-state-btn:hover {
  background: #1a5ae8;
  box-shadow: 0 4px 12px rgba(47, 107, 255, 0.4);
  transform: translateY(-1px);
}
body.seller-listings-page .loading-mask,
body:has(.seller-products-listing) .loading-mask,
body.seller-listings-page .loader,
body:has(.seller-products-listing) .loader {
  display: none !important;
}
@media (min-width: 768px) {
  .listings-page-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  body.seller-listings-page ol.products.list.items.product-items.management-items,
  body:has(.seller-products-listing) ol.products.list.items.product-items.management-items,
  body.seller-listings-page .products.list.items,
  body:has(.seller-products-listing) .products.list.items {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 1200px) {
  body.seller-listings-page ol.products.list.items.product-items.management-items,
  body:has(.seller-products-listing) ol.products.list.items.product-items.management-items,
  body.seller-listings-page .products.list.items,
  body:has(.seller-products-listing) .products.list.items {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .listings-page-header {
    gap: 12px;
  }
  .listings-add-btn {
    width: 100%;
    justify-content: center;
  }
  body.seller-listings-page .product-item-image,
  body:has(.seller-products-listing) .product-item-image {
    min-height: 180px;
  }
  body.seller-listings-page .product-item-details,
  body:has(.seller-products-listing) .product-item-details {
    padding: 12px;
  }
  body.seller-listings-page .product-item-actions,
  body:has(.seller-products-listing) .product-item-actions {
    padding: 12px;
  }
  .toggles-row {
    width: 100%;
    justify-content: space-between;
  }
  body.seller-listings-page .management-buttons,
  body:has(.seller-products-listing) .management-buttons {
    width: 100%;
  }
  body.seller-listings-page .management-buttons .action,
  body:has(.seller-products-listing) .management-buttons .action {
    flex: 1;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .listings-header-icon {
    width: 36px;
    height: 36px;
  }
  .listings-header-icon svg {
    width: 18px;
    height: 18px;
  }
  .listings-title {
    font-size: 18px !important;
  }
  body.seller-listings-page .product-item-image,
  body:has(.seller-products-listing) .product-item-image {
    min-height: 150px;
    aspect-ratio: 1.6;
  }
}
select::-ms-expand {
  display: none;
}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

/**
 * FIX: Removed border:500px solid transparent which caused #fileUploader
 * to extend far beyond the image upload area, intercepting clicks across
 * the entire page (Save button, form fields, etc.).
 * Now properly contained within its parent element.
 */
.image.image-placeholder #fileUploader{
    cursor:pointer;
    position:relative;
    width:100%;
    height:auto;
    z-index:3
}
.partswap-zip-search-filter {
    padding: 20px;
    background: #f9f9f9;
    border: none;
    border-radius: 4px;
    margin-bottom: 20px;
}

.partswap-zip-search-filter .field {
    margin-bottom: 15px;
}

.partswap-zip-search-filter .field:last-child {
    margin-bottom: 0;
}

.partswap-zip-search-filter .label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.partswap-zip-search-filter .control {
    position: relative;
}

.partswap-zip-search-filter input[type="text"],
.partswap-zip-search-filter select {
    width: 100%;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #ffffff;
}

.partswap-zip-search-filter select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI3Ij48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMCAwbDYgNiA2LTZ6Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
}

.partswap-zip-search-filter .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.partswap-zip-search-filter .action.primary {
    color: #ffffff;
    padding: 7px 15px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
}

.partswap-zip-search-filter .action.primary:hover {
    background: #166daf;
    border-color: #166daf;
}

.partswap-zip-search-filter .action.reset {
    color: #666666;
    text-decoration: underline;
    cursor: pointer;
    background: none;
    border: none;
    padding: 7px 15px;
}

.partswap-zip-search-filter .action.reset:hover {
    color: #333333;
    text-decoration: none;
}

/* Error state styles */
.partswap-zip-search-filter .field.error input,
.partswap-zip-search-filter .field.error select {
    border-color: #ed8380;
}


/* Responsive styles */
@media only screen and (max-width: 767px) {
    .partswap-zip-search-filter {
        padding: 15px;
    }

    .partswap-zip-search-filter .actions {
        flex-direction: column;
        gap: 10px;
    }

    .partswap-zip-search-filter .action.primary {
        width: 100%;
    }
}
form.minisearch.loading .control input[type="text"] {
    box-shadow: none;
    -webkit-animation-name: search-loading; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-name: search-loading;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

/* Standard syntax */
@keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

.smsearch-autocomplete {
    right: 0px;
    width: 100%;
    position: absolute;
    z-index: 9999999;
    min-width:450px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border: 1px solid #c2c2c2;
    top:100%;
}

.smsearch-autocomplete .suggest,
.smsearch-autocomplete .product {
    margin: 0;
}

.smsearch-autocomplete.active,
.smsearch-autocomplete .suggest.active,
.smsearch-autocomplete .product.active {
    display: block;
}

.smsearch-autocomplete .suggest {
    color: #3C3C3C;
}

.smsearch-autocomplete .title {
    padding: 10px 20px;
    margin-bottom: 5px;
    color: #fff;
    background: #4a5678;
    text-transform: uppercase;
    font-size: 14px;
}

.smsearch-autocomplete .title .see-all {
    display: inline-block;
    float: right;
    color: #909090;
    cursor: pointer;
}

.smsearch-autocomplete .no-result {
    padding: 10px;
    background: #f0f0f0;
    color: #575757;
    text-align: center;
}

.smsearch-autocomplete ul {
    padding: 0 20px;
    margin-bottom: 0;
    list-style-type: none;
}

.smsearch-autocomplete ul li {
    color: #000;
    cursor: unset;
    padding: 0;
}

.smsearch-autocomplete .suggest ul li {
    color: #3C3C3C;
}

.smsearch-autocomplete .product h3 {
    font-size: 13px;
    padding: 0 20px;
    margin: 10px 0 5px 0;
}
.smsearch-autocomplete .product ul li {
    border-bottom: 1px solid #eee;
	display:flex;
    padding: 10px 0;
    margin: 0;
}
.smsearch-autocomplete .product ul li .product-info{
    padding-left:15px;
}
.smsearch-autocomplete .product ul li:last-child {
    border-bottom: none;
}

.smsearch-autocomplete ul li:hover,
.smsearch-autocomplete ul li.selected {
    background-color: #fff;
}

.smsearch-autocomplete ul li:after {
    clear: both;
    content: '';
    display: block;
}

.smsearch-autocomplete ul li.action {
    padding: 0;
}

.smsearch-autocomplete ul li.action .action.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 400;
    height: 30px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 40px;
}

.smsearch-autocomplete ul li.action .action.close:before {
    color: #8f8f8f;
    content: '\e616';
    display: inline-block;
    font-family: 'luma-icons';
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.smsearch-autocomplete ul li.gray-row {
    text-align: center;
}

.smsearch-autocomplete ul li.gray-row,
.smsearch-autocomplete ul li.gray-row:hover,
.smsearch-autocomplete ul li.gray-row.selected {
    background-color: #e8e8e8;
}

.smsearch-autocomplete ul li.gray-row a {
    color: #7B7B7B;
    text-decoration: blink;
}

.smsearch-autocomplete ul li a {
    cursor: pointer;
}

.smsearch-autocomplete ul li .qs-option-image {
    float: left;
    max-width: 82px;
    width: 25%;
}

.smsearch-autocomplete ul li .qs-option-info {
    color: #000;
    display: inline-block;
    float: left;
    padding-left: 5%;
    text-align: left;
    width: 70%;
    margin-bottom: 10px;
}

.smsearch-autocomplete ul li .qs-option-info.noimage {
    padding-left: 0;
    width: 100%;
}
.smsearch-autocomplete ul li:last-child .qs-option-info {
    margin-bottom: 0;
}

.smsearch-autocomplete ul li .qs-option-info .qs-option-title {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.smsearch-autocomplete ul li .qs-option-info .qs-option-reviews {
    display: inline-block;
    text-transform: lowercase;
    width: 100%;
}

.smsearch-autocomplete ul li .qs-option-info .qs-option-reviews .product-reviews-summary {
    margin-bottom: 4px;
}

.smsearch-autocomplete ul li .qs-option-info .qs-option-reviews .reviews-actions {
    font-size: 12px;
}

.smsearch-autocomplete ul li .qs-option-info .qs-option-sku {
    display: block;
    width: 100%;
    color: #004875;
    font-size: 12px;
}

.smsearch-autocomplete ul li .qs-option-info .qs-option-shortdescription,
.smsearch-autocomplete ul li .qs-option-info .qs-option-description {
    color: #3C3C3C;
    font-size: 13px;
}


.smsearch-autocomplete ul li .qs-option-info .qs-option-price {
    display: inline-block;
    font-weight: bold;
    margin-top: 15px;
}

.smsearch-autocomplete ul li .qs-option-info .qs-option-addtocart {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .smsearch-autocomplete {
        border-top: 0;
        left: 15px;
        margin-top: 0;
        right: 15px;
        width: auto;
        min-width: inherit !important;
    }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -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;
}

/* 
 *  Core Owl Carousel CSS File
 */
.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;
}

.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.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 {
    /*display: none;*/
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    /*display: block;*/
    /*width: 100%;*/
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    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 - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    /*transform-style: preserve-3d;*/
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../frontend/Sm/autostore/en_US/Sm_ListingTabs/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: 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;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.sm-listing-tabs {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.sm-listing-tabs.ltabs-loading-first{
	background: transparent url("../../frontend/Sm/autostore/en_US/Sm_ListingTabs/images/477.gif") no-repeat scroll center center;
    display: block;
    max-width: 100%;
    min-height: 300px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
}

.sm-listing-tabs.ltabs-loading-first * {
	display:none;
	opacity:0;
}

.acd-btn-add {
    float: left;
}
.sm-listing-tabs .tab-listing-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 10px;
}
.sm-listing-tabs .tab-all .ltabs-tab-img {
    height: 30px;
}
.sm-listing-tabs .ltabs-wrap {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    margin: 15px 10px;
    padding: 0;
}
.sm-listing-tabs .item-price {
    padding-right: 5px;
}
.sm-listing-tabs .ltabs-tabs-container ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs {
    display: block;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    border: 1px solid #e9e9e9;
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin: 0 10px 10px 0;
    padding: 8px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all:hover .cat-all {
    margin-top: -48px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover {
    background-color: #0088cc;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover span {
    color: #fff;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all .cat-all {
    margin-top: 0;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-sel .cat-all {
    margin-top: -48px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
    background-color: #0088cc;
}
.sm-listing-tabs .ltabs-tab-img {
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.sm-listing-tabs .item-prices {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    color: #909090;
    float: left;
    padding: 2% 0;
    width: 40%;
}
.sm-listing-tabs .other-infor {
    margin-top: 15px;
}
.sm-listing-tabs .hits {
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    color: #909090;
    float: left;
    overflow: hidden;
    padding: 2% 0 2% 3%;
    width: 53%;
}
.sm-listing-tabs .hits-text {
    color: #0088cc;
}
.sm-listing-tabs .item-title {
    margin-bottom: 5px;
    text-transform: uppercase;
}
.sm-listing-tabs .item-review .ratings .rating-box .rating {
    width: 100% !important;
}
.sm-listing-tabs .item-review .ratings .rating-box {
    margin-right: 5px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab > span {
    color: #666666;
    cursor: pointer;
    font-size: 12px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px 0 5px;
    text-transform: uppercase;
    vertical-align: middle;
}
.sm-listing-tabs .created-date {
    color: #909090;
    margin-bottom: 10px;
}
.sm-listing-tabs .item-addcart {
    margin-bottom: 5px;
}
.sm-listing-tabs .add-to-links {
    list-style: outside none none;
    margin: 0 0 5px;
}
.sm-listing-tabs .add-to-links li:first-child {
    margin-bottom: 5px;
}
.sm-listing-tabs ul.add-to-links li {
    font-style: normal;
    margin: 0;
}
.sm-listing-tabs .item-desc {
    margin-bottom: 5px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel > span {
    color: #fff;
}

.sm-listing-tabs .add-loadmore {
    float: right;
    margin-left: 10px;
    margin-top: 2px;
}
.sm-listing-tabs .loaded .add-loadmore {
    display: none;
}

.sm-listing-tabs .ltabs-wrap .ltabs-items-container {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items {
    display: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items-inner {
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items-selected {
    display: block;
}
.sm-listing-tabs .ltabs-items-container .ltabs-item-wrap {
    box-shadow: 0 0 0 #000;
    margin: 0;
    opacity: 0;
    padding: 0;
}
.sm-listing-tabs .ltabs-items-container .ltabs-item-wrap img {
    box-shadow: 0 0 0 #000;
    max-width: 99.9%;
    width: 99.9%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
    box-shadow: 0 0 0 #000;
    float: left;
    margin-bottom: 20px;
    opacity: 0;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
    margin: 0 10px;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image {
    border: 1px solid #e9e9e9;
    margin-bottom: 10px;
    overflow: hidden;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image img {
    width: 100%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image img:hover {
    opacity: 0.7;
    transform: scale(1.1, 1.1);
}
.sm-listing-tabs .ltabs-items .ltabs-loading {
    background: transparent url("../../frontend/Sm/autostore/en_US/Sm_ListingTabs/images/477.gif") no-repeat scroll center center;
    display: block;
    max-width: 100%;
    min-height: 300px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
}
.sm-listing-tabs .ltabs-items-container .ltabs-loadmore {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
    background-color: #0088cc;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
}

/* .sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn.ltabs-btn-hide{ */
	/* display:none; */
/* } */

.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
    background: transparent url("../../frontend/Sm/autostore/en_US/Sm_ListingTabs/images/301.gif") no-repeat scroll center center;
    display: none;
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
    width: 22px;
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn::after {
    content: attr(data-label);
}
.sm-listing-tabs .ltabs-items.ltabs-process .ltabs-loadmore {
    display: none;
}
.sm-listing-tabs .ltabs-items-container.show-slider .new-box {
    top: 1px;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item {
    box-shadow: none;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-item .item-inner .item-image {
    box-sizing: border-box;
}
.sm-listing-tabs  .ltabs-item {
    width: 100%;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item {
    opacity: 1;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item .item-inner {
    margin: 0;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item .item-inner  .ltabs-detail{
    padding-top: 10px;
}
.sm-listing-tabs .ltabs-items-container.show-slider {
    margin: 0 10px;
}
.sm-listing-tabs .ltabs-items-container.show-slider .owl-theme .owl-controls {
    position: static;
}

.cf::before, .cf::after {
    content: " ";
    display: table;
}
.cf::after {
    clear: both;
}

.deals-countdown .deals-time
{
	display:inline-block;
	width: 25%;
	text-align: center;
}

.deals-countdown .num-time
{
	font-weight: bolder;
	font-size: 20px;
}

 .deals-countdown .title-time
{
	font-weight: normal;
	color: #cccccc;
}

.sm-listing-tabs  .owl-dots {
    counter-reset: dots;
}
.sm-listing-tabs  .owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}

.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-current-select{
	display:none;
}

.sm-listing-tabs  .product-item {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sm-listing-tabs .product-item .product-item-info {
    width: auto !important;
}


.sm-listing-tabs ol[data-liffect] li{
    opacity: 0;
    position: relative;
    animation-duration: .3s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

/* fadeIn */
.sm-listing-tabs ol[data-liffect="fadeIn"].play  li {
   animation-name: fadeIn;
}


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 767px) {
	.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap {
		/* Size and position */
		position: relative;
		margin: 0 15px;
		padding: 10px;

		/* Styles */
		background: #fff;
		border: 1px solid rgba(0,0,0,0.15);
		box-shadow: 0 1px 1px rgba(50,50,50,0.1);
		cursor: pointer;
		outline: none;

		/* Font settings */
		font-weight: bold;
		color: #8AA8BD;
	}
	
	.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-current-select{
		display:inline;
		text-transform:uppercase;
		font-size:12px;
		color:#333;
		font-weight:normal;
	}
	
	.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap:after {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -3px;
		border-width: 6px 6px 0 6px;
		border-style: solid;
		border-color: #64cefd transparent;
	}
	
	.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap  .ltabs-tabs {
	  /* Size & position */
		opacity: 0;
		position: absolute;
		top: 140%;
		left: 0;
		right: 0;

		/* Styles */
		background: white;
		border: 1px solid rgba(0,0,0,0.17);
		box-shadow: 0 0 5px rgba(0,0,0,0.1);
		font-weight: normal;
		list-style: none;
		/* Hiding */
		pointer-events: none;
	}

	.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap  .ltabs-tabs:after {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		bottom: 100%;
		right: 15px;
		border-width: 0 6px 6px 6px;
		border-style: solid;
		border-color: #fff transparent;    
	}

	.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap  .ltabs-tabs:before {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		bottom: 100%;
		right: 13px;
		border-width: 0 8px 8px 8px;
		border-style: solid;
		border-color: rgba(0,0,0,0.1) transparent;    
	}
	
	.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap  .ltabs-tabs li.active,
	.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap  .ltabs-tabs li {
		float:none;
		display:block;
		padding:0;
		border-right:none;
		color:#333;
		background:transparent;
		font-size:12px;
	}
	
	/* Hover state */
	.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap  .ltabs-tabs li:hover  {
		background:#64cefd none repeat scroll 0 0;
			color:#fff;
	}

	.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap  .ltabs-tabs li.active::after{
		display:none;
	}
	
	.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap  .ltabs-tabs li span {
		display: block;
		padding: 10px;
		text-decoration: none;
		border-bottom: 1px solid #e6e8ea;
		box-shadow: inset 0 1px 0 rgba(255,255,255,1);
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap  .ltabs-tabs li i {
		float: right;
		color: inherit;
		line-height:19px;
	}

	.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap  .ltabs-tabs li:last-of-type span {
		border: none;
	}
	/* Active state */

	.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.active  .ltabs-tabs {
		opacity: 1;
		pointer-events: auto;
		z-index:5;
	}
	
	.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel > span{
		color:#1979c3
	}

}
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-page-list .post-holder {border-bottom: 1px solid #eee}

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 20px 0;}
.post-holder .post-header .post-info .item {display: inline-block}
.post-holder .post-header .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-header .post-info .label {font-weight: 700;}
.post-holder .post-header .post-info .value {font-style: italic;}
.post-holder .post-header .post-info .item::after {display: inline-block; content: ' | ';color:#b9b9b9}
.post-holder .post-header .post-info .item:last-child::after{display: none}

.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {padding-top:10px; float:right;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: outside;}

.post-content .post-description .mfblog-contents li {display: list-item;}
.post-content .post-description .mfblog-contents li li {margin-left: 15px;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 10px 0;}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

.post-content .post-description .mfblog-contents-toc {list-style: decimal;}
.post-content .post-description .mfblog-contents-toc li {margin-bottom: 1rem;}
.post-content .post-description .mfblog-contents-toc li > ol {margin-top: 1rem;}
.post-content .post-description .mfblog-contents-toc li:before {content: none;}
.post-content .post-description .mfblog-contents-toc li a {display: inline;}


/* Post Title */
.post-list .post-header .post-title-holder {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.post-list .post-header .post-title {margin: 0;padding: 10px 0;}
.post-list .post-header .post-title a {text-decoration: none;font-size: 22px;font-weight: 400;}
.post-list .post-holder .post-header .addthis_toolbox a {margin-bottom: 0;}

.post-list .hidden {display:none;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

/* Post Gallery */
.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}

/* Widget Gallery */
.widget.block-categories ul {padding: 0;margin: 0;list-style: none;}
.widget.block-categories ul li {padding: 5px 0 5px 9px;margin: 0;}
.widget.block-categories ul li a {font-weight: 600;}
.widget.block-categories ul ul {margin: 0;}

/* Widget RSS */
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

/* Widget Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;right: 10px;top: 0;bottom: 0;z-index: 1;height: 100%;margin: 0;padding: 0;display: inline-block;background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;text-decoration: none;text-shadow: none;font-weight: 400;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Sm/autostore/en_US/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;background-size: 35px;opacity: 0.5;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}

/* Widget Tag Claud */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

/* Widget Archive */
.widget.block-archive .item {margin: 5px 0;}
.widget.block-archive .item {display: inline-block}
.widget.block-archive .item:after {content: "\\"; display:inline-block;padding-left: 5px}

/* Widget Recent */
.blog-widget-recent .post-list {padding: 0;margin: 0;}
.blog-widget-recent .post-holder {width: 31.2%;float: left;margin: 1%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {clear: both;}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}
@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-tag-view .tag-content {padding-left: 0}

/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */

/* Fix Related Products */
.blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
}
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    }
    .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}

/* Icons */
.mf-blog-icon {width: 15px;height: 15px;display: inline-block;position: relative;top: 2px;background-size: cover;}
.mf-blog-icon.mfbi-calendar {background-image: url('../../frontend/Sm/autostore/en_US/Magefan_Blog/images/calendar-icon.svg')}
.mf-blog-icon.mfbi-folder {background-image: url('../../frontend/Sm/autostore/en_US/Magefan_Blog/images/folder-icon.svg')}
.mf-blog-icon.mfbi-comments {background-image: url('../../frontend/Sm/autostore/en_US/Magefan_Blog/images/comments-icon.svg')}
.mf-blog-icon.mfbi-tags {background-image: url('../../frontend/Sm/autostore/en_US/Magefan_Blog/images/tags-icon.svg')}
.mf-blog-icon.mfbi-user {background-image: url('../../frontend/Sm/autostore/en_US/Magefan_Blog/images/user-icon.svg')}
.mf-blog-icon.mfbi-views {background-image: url('../../frontend/Sm/autostore/en_US/Magefan_Blog/images/views-icon.svg')}
/* END Fix Related Products */
/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

.fav-color-green {color: #28a745;}
.fav-color-yellow {color: #ffc107;}
.fav-color-blue {color: #4db2ec;}
.fav-color-black {color: #222222;}
.fav-color-gray {color: #6c757d;}
.fav-color-red {color: #dc3545;}


/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;border-radius: 0;}



/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/*.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}*/
/*.post-list .post-view:before {display: inline-block;content: "\f06e";width: 10px;height: 10px;text-align: center;margin-right: 3px;*/
/*    font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}*/
/* Read More */
/*  .post-list .post-read-more {display: none;}  */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff;/*background: #222222;*/text-decoration: none;}
/*@media (max-width: 1200px) {
    .blog-index-index .post-list /*.post-read-more *//* {display: none;}
}
*/
@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-list.modern .post-description {display: none;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .addthis_inline_share_toolbox {text-align: center;}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Sm/autostore/en_US/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */
.post-content.post-custom {
    padding: 20px;
    border: 1px solid #ddd;
}

.post-list-wrapper .post-list {
    padding: 0;
}

.post-content .post-description .post-ftimg-hld img {
    width: auto;
}

.post-holder {
    background: none;
    padding: 0;
    margin-bottom: 40px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.post-content.post-custom .post-description .post-ftimg-hld {
    width: 270px;
    margin: 0;
    float: left;
}

.post-content.post-custom .post-description .post-info-blog {
    margin-left: 300px;
}

.post-content.post-custom .post-description .post-title-holder {
    display: table;
    width: 100%;
}

.post-content.post-custom .post-description .post-title {
    margin: 0 0 15px;
    padding: 0;
    font-size: 100%;
}

.post-content.post-custom .post-description .post-title a {
    font-size: 114.285%;
    font-weight: 600;
    color: #222;
}

.post-list .post-holder .post-header .addthis_toolbox {
    padding-top: 2px;
}

.post-content.post-custom .post-description .post-info-blog .dash {
    display: none;
}

.post-content.post-custom .post-description .post-info-blog .post-categories {
    display: none;
}

.post-content.post-custom .post-description .post-info-blog .post-text-hld {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.post-content.post-custom .post-description .post-info-blog .post-read-more {
    display: table;
    float: none;
    padding: 9px 30px;
    color: #222;
    background-color: #f5f5f5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.post-holder .post-header .post-info .item {
    margin-right: 5px;
}

.post-holder .post-header .post-info .label {
    font-weight: 400;
}

.widget.block.blog-search .block-content {
    background: #f7f7f7;
    border: 1px solid #ddd !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.widget.block.block-rss .block-title {
    background: none;
    padding: 0;
}

.widget.block.block-rss .block-title strong {
    text-transform: none;
}

.widget.blog-search .action.search {
    top: 0;
    padding: 0 !important;
    width: 35px;
    right: 0;
}

.widget.block-rss .rss-icon {
    padding-right: 7px;
    margin-top: 2px;
}

.sidebar .widget.blog-search {
    float: none;
}

.widget.block-recent-posts .block-content .item {
    padding: 5px 0;
}

.widget.block-list-posts .block-content .item .post-image {
    background: none;
    border: none;
    padding: 0;
}

.widget.block-list-posts .post-item-date {
    font-size: 90%;
}

.post-holder {
    border: none;
}

.post-content .post-description .post-ftimg-hld img {
    margin: 0 15px 10px 0;
    float: left;
}

.c-replyform {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.c-replyform.no-active textarea {
    height: 70px !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.c-replyform textarea {
    height: 100px !important;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.c-replyform button {
    padding: 6px 20px !important;
    margin-top: 0 !important;
}

.rtl-layout .post-list .post-header .post-title {
    float: right;
}

.rtl-layout .post-list .post-holder .post-header .addthis_toolbox {
    float: left;
}

@media (min-width: 768px) {
    .rtl-layout .post-content .post-description .post-ftimg-hld {
        float: right;
    }

    .rtl-layout .post-content.post-custom .post-description .post-info-blog {
        margin-right: 300px;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .post-content.post-custom .post-description .post-ftimg-hld {
        width: 100%;
        float: none;
    }

    .post-content.post-custom .post-description .post-info-blog {
        margin-left: 0;
        margin-right: 0;
        float: none;
        padding-top: 15px;
    }

    .post-content .post-description .post-ftimg-hld img {
        width: 100%;
        float: none;
        margin: 0 0 10px 0;
    }
}