.aireset-sc-markup *::-webkit-scrollbar {
    width: 8px;
}

.aireset-sc-markup *::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f0f0f0;
}

.aireset-sc-markup *::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: #d1d1d1
}
.aireset-sc-markup-notices,
.aireset-sc-markup {
    position: relative;
    z-index: 9999999999 ;
}

.aireset-sc-container,
.aireset-sc-slider,
.aireset-sc-drawer {
    position: fixed;
    background-color: #fff;
    z-index: 9999999999 ;
    display: flex;
    flex-direction: column;
    width: 95%;
    transition: 0.5s ease-out;
}

.aireset-sc-markup.aireset-sc-cart-active .aireset-sc-drawer-modal {
    display: block;
}

.aireset-sc-markup.aireset-sc-drawer-active .aireset-sc-drawer {
    visibility: visible;
}

.aireset-sc-markup.aireset-sc-drawer-active .aireset-sc-basket {
    display: none!important;
}

.aireset-sc-modal * {
    box-sizing: border-box;
}

.aireset-sc-markup a {
    text-decoration: none;
}

.aireset-sc-opac {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    z-index: 999996;
    opacity: 0;
    height: 0;
    width: 100%;
    transition: height 0s 0.4s, opacity 0.4s 0s;
}

.aireset-sc-markup.aireset-sc-cart-active .aireset-sc-opac {
    opacity: 0.8;
    height: 100%;
    transition: height 0s 0s, opacity 0.4s;
}

.aireset-sc-body {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.aireset-sc-loading .aireset-sc-loader {
    display: block;
}

span.aireset-sc-loader {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    background-color: #eee;
    opacity: 0.7;
    z-index: 10;
}

body.aireset-sc-cart-lock, html.aireset-sc-cart-lock {
    overflow: hidden!important;
}

.aireset-sc-basket {
    margin: 10px;
    z-index: 9999997;
    cursor: pointer;
    position: fixed;
    transition: 0.5s ease-out;
    align-items: center;
    justify-content: center;
}

.aireset-sc-basket[style*='block'] {
    display: flex!important;
}

.aireset-sc-items-count {
    border-radius: 50%;
    position: absolute;
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
}

.aireset-sc-fly-animating {
    opacity: 1;
    position: absolute!important;
    height: 150px;
    width: 150px;
    z-index: 100;
}

.aireset-sc-sc-bkcont {
    position: relative;
}

.aireset-sc-sc-cont .aireset-sc-cart-trigger {
    display: flex;
    position: relative;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.aireset-sc-sc-count, .aireset-sch-items-count, .aireset-sch-save-count {
    border-radius: 50%;
    height: 18px;
    line-height: 18px;
    width: 18px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    right: -7px;
    position: absolute;
    top: -4px;
}

.aireset-sc-sc-cont .aireset-sc-cart-trigger > * {
    margin-right: 3px;
}

/* Notices */
.aireset-sc-notice-container {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    margin: -1px -1px 0 -1px;
}

ul.aireset-sc-notices {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.aireset-sc-notice-success {
    background-color: #DFF0D8;
    color: #3C763D;
}

.aireset-sc-notice-error {
    color: #a94442;
    background-color: #f2dede;
}

ul.aireset-sc-notices li {
    padding: 15px 20px;
    list-style-type: none;
}

ul.aireset-sc-notices li span {
    margin-right: 6px;
}

span.aireset-sc-undo-item {
    float: right;
    text-decoration: underline;
    cursor: pointer;
}

.aireset-sc-notices a.button.wc-forward {
    display: none;
}

/* Basket */
.aireset-scb-icon {
    font-size: 37px;
}

.aireset-scb-count {
    position: absolute;
    z-index: 1;
    background-color: transparent;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    left: 0;
    right: 0;
}

/* Header */
.aireset-sc-header, .aireset-sc-drawer-header, .aireset-sc-sl-heading {
    padding: 15px;
    color: #000;
}

.aireset-scdh-close {
    position: absolute;
    cursor: pointer;
    right: 15px;
}


.aireset-sch-top {
    align-items: center;
}

.aireset-sch-top .aireset-sch-basket {
    display: table;
    position: relative;
}

.aireset-sch-top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
}

.aireset-sc-sb-bar {
    height: 8px;
    width: 90%;
    background-color: #eeee;
    border-radius: 7px;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
}

.aireset-sc-sb-bar > span {
    display: block;
    z-index: 1;
    height: inherit;
}

.aireset-sc-ship-bar-cont {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

/****** BODY ***********/
/*** Product ***/
.aireset-sc-product {
    display: flex;
    border-bottom: 1px solid #eee;
    position: relative;
}

.aireset-sc-img-col {
    align-self: center;
    z-index: 1;
    position: relative;
}

.aireset-sc-sum-col {
    flex-grow: 1;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}

.aireset-sc-img-col img {
    width: 100%;
    height: auto;
}

.aireset-sc-sm-left {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-width: 0;
    row-gap: 4px;
}

.aireset-sc-sm-right {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px;
}

span.aireset-sc-smr-del+.aireset-sc-smr-ptotal {
    margin-top: auto;
}

span.aireset-sc-pname, span.aireset-sc-pname a {
    font-weight: 600;
}




span.aireset-sc-savl-del {
    cursor: pointer;
    margin-top: 5px;
    padding-left: 10px;
}

.aireset-sc-savl-wide .aireset-sc-savl-rc-top {
    display: flex;
    justify-content: space-between;
}

.aireset-sc-savl-atc {
    cursor: pointer;
}

.aireset-sc-savl-atc span{
    margin-right: 5px;
}


.aireset-sc-sm-info {
    display: flex;
    min-width: 0px;
    gap: 10px;
}

.aireset-sc-sm-left > *:not(:last-child) {
}

.aireset-sc-sm-sales {
    text-transform: uppercase;
    border: 1px solid #333;
    padding: 2px 10px;
    display: block;
    margin-bottom: 5px;
    border-radius: 10px;
    font-size: 10px;
}

/* Qty Box */
.aireset-sc-qty-box {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90px;
    width: 100%;
    flex-direction: row;
}

input[type="number"].aireset-sc-qty {
    font-size: 14px;
    flex-grow: 1;
    padding: 6px;
    text-align: center;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    width: 0;
    z-index: 1;
    margin-bottom: 0!important;
}

.aireset-sc-qtb-square input[type="number"].aireset-sc-qty {
    border-top-width: 0;
    border-bottom-width: 0;
}

span.aireset-sc-chng {
    min-width: 18px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    user-select: none;
}

.aireset-sc-markup dl.variation {
    flex-wrap: wrap;
}

.aireset-sc-qtb-circle .aireset-sc-chng {
    border-radius: 50%;
    height: 70%;
    align-self: center;
}

.aireset-sc-qtb-circle input[type="number"].aireset-sc-qty {
    margin: 0 5px;
}

input.aireset-sc-qty::-webkit-outer-spin-button, input.aireset-sc-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.aireset-sc-qty[type=number] {
    -moz-appearance: textfield;
}

/* Variation */
.aireset-sc-markup dl.variation dd, .aireset-sc-markup dl.variation dt {
    margin: 0 4px 0 0;
    display: inline-block;
    float: left;
    font-style: italic;
}

.aireset-sc-markup dl.variation dt {
    clear: left;
}

.aireset-sc-markup dl.variation, .aireset-sc-markup dl.variation p {
    margin: 0;
    font-size: 13px;
}

/** Slider **/
.aireset-sc-sl-content {
    display: flex;
    overflow: auto;
    flex-direction: column;
    flex-grow: 1;
}

.aireset-sc-sl-content[style*='block'] {
    display: flex !important;
}


.aireset-sc-sl-heading, .aireset-sc-drawer-header{
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aireset-sc-slc-active.aireset-sc-sl-content {
    display: block;
}

.aireset-sc-sl-body {
    padding: 10px 20px;
    flex-grow: 1;
    overflow: auto;
}

span.aireset-sc-slider-close {
    position: absolute;
    cursor: pointer;
    left: 16px;
}

/** SLider Shipping */
.aireset-sc-shipping-panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.aireset-sc-shipping-calculator-wrap {
    order: -1;
}

.aireset-sc-slider .woocommerce-shipping-calculator {
    padding: 0;
    margin: 0;
}

.aireset-sc-slider section.shipping-calculator-form {
    display: block!important;
    margin: 0;
    padding: 18px;
    border: 1px solid #ece7f3;
    border-radius: 14px;
    background: #faf8fc;
}

.aireset-sc-slider section.shipping-calculator-form > p {
    margin: 0 0 18px 0;
    padding: 0;
}

.aireset-sc-slider section.shipping-calculator-form > p:last-child {
    margin-bottom: 0;
}

.aireset-sc-slider section.shipping-calculator-form input,
.aireset-sc-slider section.shipping-calculator-form select {
    width: 100%;
    min-height: 46px;
    border-radius: 10px;
    border: 1px solid #d8d2e3;
    background: #fff;
}

.aireset-sc-slider button[name="calc_shipping"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin: 8px 0 0;
}

.aireset-sc-shipping-methods-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.aireset-sc-shipping-methods-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #6f6780;
}

ul.aireset-sc-shipping-methods {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

input.aireset-sc-shipping-method {
    margin: 2px 0 0;
    flex-shrink: 0;
}

ul.aireset-sc-shipping-methods li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ece7f3;
    border-radius: 14px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.aireset-sc-shipping-method-label {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    line-height: 1.45;
}

.aireset-sc-shipping-method-label-static {
    cursor: default;
}

.aireset-sc-shipping-method-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.aireset-sc-shipping-method-copy > span,
.aireset-sc-shipping-method-copy > small,
.aireset-sc-shipping-method-copy .amount,
.aireset-sc-shipping-method-copy .woocommerce-Price-amount {
    display: inline-block;
}

.aireset-sc-shipping-method-copy small {
    display: block;
    margin: 0;
    color: #6f6780;
    font-size: 13px;
    line-height: 1.45;
}

.aireset-sc-shipping-method-copy img {
    vertical-align: middle;
}

ul.aireset-sc-shipping-methods li:has(input:checked) {
    border-color: #7b3ff2;
    box-shadow: 0 0 0 3px rgba(123, 63, 242, 0.10);
    background: #fcfaff;
}

.aireset-sc-shipping-destination span:nth-child(1) {
    color: #777;
    font-weight: 600;
    margin-right: 8px;
    font-size: 15px;
}

.aireset-sc-shipping-destination {
    display: block;
    margin: 0;
    padding: 14px 16px;
    border-radius: 14px;
    background: #f5f2fa;
    font-size: 16px;
    line-height: 1.55;
}

.aireset-sc-shipping-destination span:nth-child(2) {
    color: #2e2a35;
}

.select2-dropdown {
    z-index: 999999;
}

.aireset-sc-slider a.shipping-calculator-button {
    display: none;
}

.woocommerce-checkout .aireset-sc-sl-content.aireset-sc-sl-shipping, .woocommerce-checkout .aireset-sc-ft-amt-label .aireset-sc-toggle-slider span {
    display: none!important;
}

.woocommerce-checkout .aireset-sc-ft-amt {
    pointer-events: none;
}

/** SLIDER Coupon **/
.aireset-sc-coupon-row > span {
    display: block;
    margin-bottom: 9px;
}

span.aireset-sc-cr-code {
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid;
    padding: 1px 20px;
}

.aireset-sc-coupon-row {
    padding: 0 15px 30px;
    border-bottom: 1px dashed #afafaf;
    margin-bottom: 30px;
}

span.aireset-sc-cr-off {
    color: #4CAF50;
    font-weight: 600;
    margin-bottom: 0;
}

form.aireset-sc-sl-apply-coupon {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: stretch;
    margin: 20px 0;
    flex-wrap: wrap;
}

.aireset-sc-sl-applied > div {
    display: flex;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

span.aireset-sc-remove-coupon {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 10px;
    margin-left: 2px;
}

.aireset-sc-sl-applied {
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 20px;
}

.aireset-sc-sl-applied > div .aireset-sc-slc-saved {
    color: #4CAF50;
    font-weight: 600;
}

span.aireset-sc-slc-remove {
    font-weight: 600;
}

span.aireset-sc-clist-label {
    text-transform: uppercase;
    color: #777;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    padding: 0 20px;
    display: inline-block;
    margin: 20px 0;
    text-align: center;
}

.aireset-sc-clist-section {
    border: 1px solid #eee;
    margin-bottom: 35px;
    font-size: 13px;
    padding: 0 25px;
}

.aireset-sc-coupon-row:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.aireset-sc-coupon-row > span:last-child {
    margin-bottom: 0;
}

span.aireset-sc-slc-remove .aireset-sc-remove-coupon {
    display: block;
    text-align: right;
}

/* Coupon in main */
.aireset-sc-ft-extras form.aireset-sc-sl-apply-coupon {
    margin: 5px 0;
}

.aireset-sc-ft-extras .aireset-sc-slc-remove {
    display: flex;
    align-items: center;
}


.aireset-sc-ft-extras .aireset-sc-slc-saved {
    display: none;
}

.aireset-sc-ft-extras .aireset-sc-sl-applied {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 4px;
    margin-bottom: 0;
}

.aireset-sc-ft-extras {
    margin-bottom: 5px;
}

/** Footer */
.aireset-sc-ftx-row {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}

span.aireset-sc-ftx-icon {
    font-size: 17px;
}

.aireset-sc-ftx-coups > div {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.aireset-sc-ftx-coups {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.aireset-sc-remove-coupon {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
}

.aireset-sc-remove-coupon span {
    color: red;
    margin-left: 2px;
}

.aireset-sc-ft-buttons-cont {
    display: grid;
    text-align: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

a.aireset-sc-ft-btn, .aireset-sc-markup .aireset-sc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

a.aireset-sc-ft-btn, a.aireset-sc-ft-btn:hover, .aireset-sc-markup .aireset-sc-btn, .aireset-sc-markup .aireset-sc-btn:hover {
    text-decoration: none;
    cursor: pointer;
}

.aireset-sc-ft-buttons-cont a.aireset-sc-ft-btn:only-child {
    grid-column: 1/-1;
}

/** FOOTER Totals **/
.aireset-sc-ft-totals {
    width: 100%;
    margin-bottom: 10px;
}

.aireset-sc-ft-amt {
    padding: 3px;
    display: flex;
    justify-content: space-between;
}

.aireset-sc-ft-amt-value .aireset-sc-toggle-slider {
    cursor: pointer;
}

span.aireset-sc-ft-amt-label {
    font-weight: 600;
}

.aireset-sc-toggle-slider {
    cursor: pointer;
}

.aireset-sc-ft-amt-shipping .aireset-sc-ft-amt-label .aireset-sc-toggle-slider span {
    margin-left: 5px;
}

.aireset-sc-ft-amt-label {
    flex-grow: 1;
    padding-right: 10px;
}

.aireset-sc-ft-amt-value {
    text-align: right;
}

.aireset-sc-ft-amt.aireset-sc-less, .aireset-sc-psavings, .aireset-sc-psavings * {
    color: #4CAF50;
}

.aireset-sc-ft-amt-total {
    border-top: 1px dashed #9E9E9E;
    margin-top: 5px;
    padding-top: 5px;
}

/** SUGGESTED PRODUCTS **/
span.aireset-sc-sp-heading {
    text-align: center;
    display: block;
    font-weight: 600;
}

.aireset-sc-sp-product {
    padding: 0 15px;
}

.aireset-sc-sp-container {
    padding: 10px 0;
}

.aireset-sc-sp-left-col img, .aireset-sc-sp-left-col, .aireset-sc-savl-left-col img, .aireset-sc-savl-left-col {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.aireset-sc-sp-wide .aireset-sc-sp-product, .aireset-sc-sp-narrow .aireset-sc-sp-product, .aireset-sc-savl-wide .aireset-sc-savl-product {
    display: flex;
    align-items: center;
    align-self: stretch;
}

.aireset-sc-sp-right-col, .aireset-sc-savl-right-col {
    padding-left: 20px;
    position: relative;
    max-width: 100%;
}

.aireset-sc-sp-wide .aireset-sc-sp-right-col, .aireset-sc-sp-narrow .aireset-sc-sp-right-col, .aireset-sc-savl-right-col {
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    display: flex;
}

.aireset-sc-savl-column .aireset-sc-savl-rc-bottom, .aireset-sc-sp-column .aireset-sc-sp-rc-bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
}


.aireset-sc-sp-column .aireset-sc-sp-right-col, .aireset-sc-savl-column .aireset-sc-savl-right-col {
    padding: 0!important;
    text-align: center;
}

.aireset-sc-sp-column .aireset-sc-sp-rc-top > *, .aireset-sc-sp-column .aireset-sc-sp-rc-bottom > *, .aireset-sc-savl-column .aireset-sc-savl-rc-top > *, .aireset-sc-savl-column .aireset-sc-savl-rc-bottom > * {
    padding-bottom: 3px;
}

.aireset-sc-sp-column .aireset-sc-sp-left-col img, .aireset-sc-savl-column .aireset-sc-savl-left-col img  {
    display: table;
    margin: 0 auto 3px;
}

.aireset-sc-sp-column {
    display: flex;
    flex-direction: column;
}


.aireset-sc-sl-savelater .aireset-sc-sl-body{
    padding: 0;
}


.aireset-sc-sp-right-col > span {
    display: block;
}

span.aireset-sc-sp-atc a.button {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
}

span.aireset-sc-sp-atc a.button span {
    margin-right: 5px;
}


.aireset-sc-sp-wide .aireset-sc-sp-rc-bottom, .aireset-sc-savl-wide .aireset-sc-savl-rc-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.aireset-sc-sp-container .lSAction > .lSPrev {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAM1BMVEUAAABJSUlHSUpISEpJSUlHSUlISkpISUpVVVVHSUtISUpNTU1ISEpAQEBISUpISUoAAACGBFcMAAAAD3RSTlMAada+O4/Q9AmWvQp1BOZE54V/AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAAN1wAADdcBQiibeAAAAAd0SU1FB+IBGgYdGpMfZ7YAAABGSURBVDjL7ZM5DgAgDMPKfZP//5YZCRqJmay21C4WOc1Y50VZABAJR8o6RyG8ts/feCd8TJ1zgZ7gT37j1biHw9Pj8W75L4moC2sfME5lAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE4LTAxLTI2VDA2OjI5OjI2KzAxOjAwDqAYQAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOC0wMS0yNlQwNjoyOToyNiswMTowMH/9oPwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC');
    background-position: center center;
    left: 0;
}

.aireset-sc-sp-container .lSAction > .lSNext {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAM1BMVEUAAABJSUlISEpHSUpJSUlISkpHSUlVVVVISUpHSUtNTU1ISUpISEpISUpAQEBISUoAAAA9X69aAAAAD3RSTlMAO77WadCPCfSWCr115gRcw0SSAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAAN1wAADdcBQiibeAAAAAd0SU1FB+IBGgYdLrKrkwMAAABFSURBVDjLY2CAAEYmZhYGfICVn5+fDY88Owc/ARWc/ARUcHGPqqCRCh5CKnj5yFZAyApCjhyVJxCJhDIO4axHKPPizv4Ax6ILg5ZnQaoAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTgtMDEtMjZUMDY6Mjk6NDYrMDE6MDDIzxHHAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE4LTAxLTI2VDA2OjI5OjQ2KzAxOjAwuZKpewAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=');
    background-position: center center;
    right: 0;
}

.aireset-sc-sp-container .lSAction > a {
    background-size: 50%;
    background-repeat: no-repeat;
    max-width: 22px;
}

.aireset-sc-sp-narrow .aireset-sc-sp-rc-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-grow: 1;
}

.aireset-sc-sp-container ul.lSPager.lSpg {
    display: none;
}

.aireset-sc-sp-wide .aireset-sc-sp-right-col > *, .aireset-sc-savl-wide .aireset-sc-savl-right-col > * {
    padding-bottom: 6px;
}

span.aireset-sc-savl-empty, .aireset-sc-savl-login {
    padding: 20px;
    display: block;
    text-align: center;
    font-size: 120%;
    opacity: 0.7;
}

.aireset-sc-savl-login * {
    text-decoration: underline;
}

.aireset-sc-savl-column .aireset-sc-savl-del-cont {
    position: absolute;
    right: 10px;
    top: 4px;
    z-index: 1;
}

.aireset-sc-markup .aireset-sc-savl-column dl.variation {
    display: flex;
    justify-content: center;
}


.aireset-sc-savl-rc-top, .aireset-sc-savl-rc-bottom{
    width: 100%;
}
.aireset-sc-savl-column .aireset-sc-savl-right-col {
    position: unset;
    align-items: center;
}

.aireset-sc-savl-column .aireset-sc-savl-product {
    position: relative;
}

.aireset-sc-payment-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aireset-sc-payment-btns p {
    padding: 0!important;
    margin: 0!important;
    display: block;
}

.aireset-sc-payment-btns > * {
    flex-grow: 1;
    margin-top: 8px!important;
}

.aireset-sc-payment-btns .widget_shopping_cart {
    margin: 0;
    padding: 0;
}

/* Bundled product */
.aireset-sc-product.aireset-sc-is-parent {
    border-bottom: 0;
    padding-bottom: 0;
}

.aireset-sc-product.aireset-sc-is-child img {
    max-width: 50px;
    margin-left: auto;
    float: right;
}

.aireset-sc-product.aireset-sc-is-child {
    padding-top: 5px;
}

.aireset-sc-empty-cart {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aireset-sc-empty-cart > * {
    margin-bottom: 20px;
}

span.aireset-sc-ecl {
    font-size: 13px;
    cursor: pointer;
    display: table;
    margin-bottom: 5px;
    margin-left: auto;
}

.aireset-sc-payment-btns p.wc-apa-button-separator {
    display: none!important;
}

.aireset-sc-payment-btns {
    display: flex;
    flex-wrap: wrap;
}

.aireset-sc-payment-btns > * {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 100px;
    min-width: 50%;
    padding-right: 5px;
}

.aireset-sc-payment-btns div#pay_with_amazon_cart {
    height: 59px!important;
}

.aireset-sc-payment-btns .woocommerce-mini-cart__buttons.buttons {
    max-height: 40px;
    overflow: hidden;
}

.aireset-sc-payment-btns p#ppc-button-minicart {
    min-width: 150px;
}

span.aireset-sc-footer-txt {
    margin: 0px auto 10px;
    display: block;
    font-size: 90%;
}

span.aireset-sc-del-txt {
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.aireset-sc-pattern-row span.aireset-sc-del-txt{
    margin-top: 5px;
}

.aireset-sc-img-col .aireset-sc-del-cont {
    text-align: center;
    display: block;
    margin-top: 5px;
}

.aireset-sc-smr-del{
    cursor: pointer;
}

span.aireset-sc-smr-ptotal {
    margin-top: auto;
}

.aireset-sc-sm-right * + .aireset-sc-smr-ptotal {
    margin-top: unset;
}

/* Pattern Card */
.aireset-sc-pattern-card {
    margin: 10px 20px;
    padding: 0;
}

.aireset-sc-pattern-card .aireset-sc-product {
    flex-direction: column;
    position: relative;
    border-bottom: 0;
    padding: 0;
    height: 100%;
    margin: 0;
}

.aireset-sc-card-actionbar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    margin-top: 0;
    font-size: 95%;
    border-radius: 2px;
    display: flex;
}

.aireset-sc-card-actionbar .aireset-sc-tooltip {
    margin-top: 5px;
}


.aireset-sc-card-actionbar > *{
    padding: 5px 5px;
    display: flex;
}

.aireset-sc-pattern-card .variation {
    justify-content: center;
}


.aireset-sc-loader-icon {
    display: none;
}

.aireset-sc-loading .aireset-sc-loader-icon {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 47%;
    left: 49%;
    z-index: 11;
    font-size: 24px;
    animation: aireset-sc-spin 2s linear infinite;
    display: block;
}

@keyframes aireset-sc-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.aireset-sc-sm-back, .aireset-sc-sm-front {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.aireset-sc-sm-back > *, .aireset-sc-sm-front > * {
    max-width: 100%;
    word-break: break-all;
}


.aireset-sc-sp-column .aireset-sc-sp-right-col, .aireset-sc-savl-column .aireset-sc-savl-right-col {
    display: flex;
    flex-direction: column;
    word-break: break-word;
}

.aireset-sc-sp-column .aireset-sc-sp-right-col > * {
    max-width: 100%;
    word-break: break-word;
}

span.aireset-sc-savl-title {
    word-break: break-all;
}


.aireset-sc-sm-back-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
}

.aireset-sc-pattern-card .aireset-sc-img-col.aireset-sc-caniming {
    z-index: 10;
}

.aireset-sc-sm-front {
    z-index: 1;
    height: 100%;
}

.aireset-sc-sm-front:has(.aireset-sc-sm-emp+*) {
    padding: 5px 10px;
}

.aireset-sc-card-cont {
    position: relative;
}

.aireset-sc-sm-back {
    padding: 10px;
    min-height: 100%;
}

a.aireset-sc-smr-link i {
    margin-right: 3px;
}

a.aireset-sc-smr-link {
    opacity: 0.7;
    font-size: 14px;
}

.aireset-sc-sm-front:has(.aireset-sc-sm-emp+*) .aireset-sc-sm-emp {
    display: none;
}

.aireset-sc-qty-price {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.aireset-sc-pattern-card .aireset-sc-qty-price {
    justify-content: center;
}

.aireset-sc-qty-price:has(.aireset-sc-card-ptotal) {
    justify-content: space-between;
}


.aireset-sc-pattern-card .aireset-sc-img-col {
    align-self: center;
    z-index: 2;
    position: relative;
}
.aireset-sc-pattern-card .aireset-sc-img-col img{
    display: table;
    margin: 0 auto;
}

.aireset-sc-sm-back > *, .aireset-sc-sm-front > * {
    margin: 2px 0;
}

.aireset-sc-sm-back > :first-child, .aireset-sc-sm-front > :last-child {
    margin-top: 0;
}

.aireset-sc-sm-back > :last-child, .aireset-sc-sm-front > :last-child {
    margin-bottom: 0;
}

.aireset-sc-qty-box-cont {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0!important;
}

.aireset-sc-qty-box-cont > * {
    margin: 5px 3px 0;
}

.aireset-sc-pattern-card span.aireset-sc-gift-ban {
    z-index: 4;
    left: -3px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 70%;
    right: -3px;
    border-radius: 2px;
    padding: 2px 10px;
    position: absolute;
    top: 0;
}

input[name="aireset-sc-slcf-input"] {
    flex-grow: 1;
    text-align: center;
}

/* Drawer */
.aireset-sc-drawer {
    z-index: 999998;
    visibility: hidden;
}

.aireset-sc-drawer-modal {
    display: none;
}

.aireset-sc-dr-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}


.aireset-sc-drawer span.aireset-sc-sp-heading {
    display: none;
}

ul.aireset-sc-sp-slider {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.aireset-sc-drawer .aireset-sc-sp-container {
    margin: 0;
}

.aireset-sc-dr-body {
    flex-grow: 1;
    overflow: auto;
}



.aireset-sc-drawer .aireset-sc-sp-container {
    padding: 0;
}

.aireset-sc-footer .aireset-sc-sp-container {
    margin-top: 10px;
}

.aireset-sc-body .aireset-sc-ft-totals {
    width: auto;
}

a.aireset-sc-ft-btn-checkout .amount {
    font-style: italic;
}

a.aireset-sc-ft-btn-checkout .amount:before {
    content: "-";
    margin: 0 8px;
    font-weight: bold;
}

span.aireset-sc-dtg-icon {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    background-color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s;
    display: none;
}

.aireset-sc-markup.aireset-sc-cart-active .aireset-sc-dtg-icon {
    display: flex;
}

.aireset-sc-markup.aireset-sc-drawer-active .aireset-sc-modal .aireset-sc-dtg-icon, .aireset-sc-disabled.aireset-sc-dtg-icon {
    opacity: 0;
}

.aireset-sc-drawer .aireset-sc-dtg-icon {
    opacity: 0;
}

.aireset-sc-markup.aireset-sc-drawer-active .aireset-sc-drawer .aireset-sc-dtg-icon {
    opacity: 1;
}

/*Child selector except last */
.aireset-sc-is-child:has( +.aireset-sc-is-child ), .aireset-sc-is-parent + .aireset-sc-is-child {
    padding-bottom: 5px;
    padding-top: 10px;
    margin-top: 0;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 0 0;
    border-bottom: 0;
}

.aireset-sc-product.aireset-sc-is-parent {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Only last child */
.aireset-sc-product.aireset-sc-is-child:not(:has( + *)), .aireset-sc-is-child:has( + .aireset-sc-product:not(.aireset-sc-is-child) ) {
    margin-top: 0;
    padding-top: 5px;
}

.aireset-sc-product del {
    opacity: 0.5;
    text-decoration: line-through;
    display: inline-flex;
}

.aireset-sc-product del+ins {
    font-weight: 600;
}

.aireset-sc-product del .amount {
    font-size: 95%;
}

/* Progress Bar */
.aireset-sc-bar-icons i {
    position: relative;
    right: -10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aireset-sc-bar-icons > span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.aireset-sc-bar-hasicons .aireset-sc-bar-poamt {padding-bottom: 4px;}

.aireset-sc-bar-hasicons .aireset-sc-bar-potitle > span {
    padding: 5px 3px 0;
}

.aireset-sc-bar-type-quantity .aireset-sc-bar-poamt > span {
    right: 0;
}



.aireset-sc-bar {
    width: auto;
    height: 9px;
}

span.aireset-sc-bar-filled {
    display: block;
    height: inherit;
}

.aireset-sc-bar-remtext {
    text-align: center;
    margin-bottom: 0;
}

.aireset-sc-bar-cont {
    margin: 10px 20px;
}

.aireset-sc-body .aireset-sc-bar-cont{
    margin: 15px 20px;
}

.aireset-sc-bar-lev {
    display: flex;
}

.aireset-sc-bar-div-equal .aireset-sc-bar-lev > span {
    flex-basis: 0;
    flex-grow: 1;
}

.aireset-sc-bar-potitle.aireset-sc-bar-lev > span{
    opacity: 0.5;
    text-align: center;
}

.aireset-sc-bar-lev > span.aireset-sc-pt-reached{
    opacity: 1;
}

.aireset-sc-bar-poamt span {
    text-align: right;
}

.aireset-sc-bar-in {
    position: relative;
    height: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 5px;
}

.aireset-sc-bar-poends span {
    border-right: 2px solid;
}

.aireset-sc-bar-potitle {
    text-align: center;
}

.aireset-sc-bar-poends, .aireset-sc-bar-icons {
    position: absolute;
    left: 0;
    right: 0;
    height: inherit;
    top: 0;
    bottom: 0;
}

.aireset-sc-bar-poamt > span {
    right: -10px;
    position: relative;
    font-weight: 600;
}

span.aireset-sc-gift-ban {
    padding: 3px 10px;
    font-size: 80%;
}

.aireset-sc-pattern-row .aireset-sc-aireset_sc_gift .aireset-sc-img-col img {
    width: 60%;
    margin: 0 auto;
    display: table;

}

.aireset-sc-aireset_sc_gift .aireset-sc-smr-ptotal {
    display: none;
}



.aireset-sc-markup-notices {
    top: 20%;
    right: -100%;
    left: auto;
    position: fixed;
    box-shadow: 2px 2px 9px 3px #eee;
    transition: all 0.5s;
    z-index: 999997;
    width: 0;
    max-width: 400px;
}

.aireset-sc-markup-notices ul.aireset-sc-notices li {
    padding: 25px;
}

.aireset-sc-markup-notices.aireset-sc-active {
    right: 0;
    width: 100%;
}

.aireset-sc-markup-notices .aireset-sc-notice-container {
    position: relative;
    display: block;
}
.aireset-sc-qty-price > span {
    display: inline-block;
    margin-right: 1px;
}
.aireset-sc-sml-qty span {
    display: inline-block;
}

.aireset-sc-align-left .aireset-sc-toggle-slider.aireset-sc-slider-close {
    transform: rotate(180deg);
}

.aireset-sc-markup[data-wpr-lazyrender] {
    content-visibility: visible!important;
}





.aireset-sc-container canvas{
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   bottom: 0;
   z-index: 3;
}

.aireset-sc-slider-modal.aireset-sc-slider-active .select2-container {
    z-index: 9999999;
}

.aireset-sc-payment-btns .gpay-card-info-container {
    min-width: unset;
    display: flex;
}

span.aireset-sc-save {
    cursor: pointer;
}

.aireset-sc-tooltip{
    visibility: hidden;
    width: max-content;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    right: 100%;
    margin-right: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 15px;
    font-size: 80%;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: -1;
}

.aireset-sc-tooltip-cont{
    position: relative;
}

.aireset-sc-has-tooltip:hover + .aireset-sc-tooltip, .aireset-sch-savelater.aireset-sc-shake-animate + .aireset-sc-tooltip{
    visibility: visible;
    opacity: 1;
    z-index: 1;
}


.aireset-sch-basket, .aireset-sch-savelater, .aireset-sch-close, .aireset-sch-text {
    position: relative;
    margin: 0 4px;
}

.aireset-sch-savelater, .aireset-sch-basket {
    margin: 0 8px;
}

.aireset-sch-savelater, .aireset-sch-close{
    cursor: pointer;
}

.aireset-sch-section{
    display: flex;
    align-items: center;
}

.aireset-sch-sec-right {
    grid-column: 3; /* right column */
    justify-self: end;
}

.aireset-sch-sec-left {
    grid-column: 1;
    justify-self: start;
}

.aireset-sch-sec-center {
    grid-column: 2; /* middle column */
    justify-self: center;
}

.aireset-sch-savelater + .aireset-sc-tooltip{
    margin-right: -3px;
}

.aireset-sc-shake-animate{
    animation: aireset-sc-shake 0.3s;
    animation-iteration-count: infinite;
}

@keyframes aireset-sc-shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}



.aireset-sc-pattern-row .aireset-sc-qty-box, .aireset-sc-gift-price {
    margin-top: 4px;
}

.aireset-sc-priceBox {
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px;
    column-gap: 9px;
}

span.aireset-sc-psavlabel {
    text-transform: uppercase;
}


.aireset-sc-psavings {
    padding: 2px 6px;
    border: 1px solid #4CAF50;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    width: max-content;
    margin-top: auto;
}

.aireset-sc-psavings {
    font-size: 80%;
}

.aireset-sc-body .aireset-sc-products .aireset-sc-psavings span.amount {
    font-size: inherit;
}

.aireset-sc-aireset_sc_gift .aireset-sc-sm-right {
    gap: 8px;
    flex-shrink: 0;
}


.aireset-sc-sm-right-tools {
    display: flex;
    gap: 5px;
}

.aireset-sc-aireset_sc_gift .aireset-sc-sm-left {
    justify-content: center;
}

.aireset-sc-ft-amt-savings .aireset-sc-ft-amt-label {
    font-weight: normal;
}

.aireset-sc-ft-amt-savings {
    font-size: 95%;
}

.aireset-sc-footer .aireset-sc-ft-amt-savings .amount {
    font-size: inherit;
}

.aireset-sc-not-eligbforreward span {
    font-size: 75%;
    opacity: 0.7;
    margin-top: 6px;
    display: block;
    font-style: italic;
}


.aireset-sc-bar-showcase {
    display: flex;
    flex-wrap: wrap;
}

.aireset-sc-barsc-leftcol img {
    max-width: 40px;
    width: 100%;
    height: auto;
}

.aireset-sc-barsc-item {
    display: flex;
    gap: 10px;
    font-size: 90%;
    position: relative;
    padding: 10px;
    align-items: center;
    width: 50%;
}

.aireset-sc-barsc-item[data-reached="no"] {
    opacity: 0.7;
}
.aireset-sc-barsc-check {
    color: #38a13d;
    position: absolute;
    left: 0;
    top: 0;
}

.aireset-sc-barsc-rightcol {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.aireset-sc-barsc-leftcol{
    position: relative;
}

.aireset-sc-bar-showcase > :only-child {
    width: 100%;
}


@media only screen and (max-width: 600px) {
    .aireset-sc-sm-sales {
        padding: 2px 5px;
    }
}

body.rtl .aireset-sc-sp-container {
    direction: ltr;
}

body.rtl .aireset-sc-sp-slider > * {
    direction: rtl;
}


body.rtl span.aireset-sc-ft-amt-label {
    display: flex;
}

body.rtl .aireset-sc-ft-amt-shipping .aireset-sc-ft-amt-label .aireset-sc-toggle-slider span {
    margin-right: 5px;
    margin-left: 0;
}

body.rtl .aireset-sc-ft-amt-label span.aireset-sc-toggle-slider {
    display: flex;
    align-items: center;
}

body.rtl .aireset-sc-bar-poamt span {
    text-align: left;
}

body.rtl .aireset-sc-bar-poamt > span {
    left: -10px;
    right: auto;
}

body.rtl span.aireset-sch-text {
    margin-right: 8px;
}


body.rtl .aireset-sc-sum-col {
    padding-left: 0;
    padding-right: 15px;
}

body.rtl .aireset-sc-sp-right-col, body.rtl .aireset-sc-savl-right-col {
    padding-left: 0;
    padding-right: 20px;
}

body.rtl span.aireset-sc-ftx-icon {
    margin-left: 5px;
    margin-right: 0;
}

body.rtl .aireset-sc-markup dl.variation dd, body.rtl .aireset-sc-markup dl.variation dt {
    float: right;
}

body.rtl .aireset-sc-markup dl.variation dt {
    clear: right;
}

body.rtl .aireset-sc-savl-column .aireset-sc-savl-del-cont {
    left: 10px;
    right: unset;
}

.aireset-sc-align-left .aireset-sch-savelater + .aireset-sc-tooltip {
    margin-left: 4px;
}

.aireset-sc-align-left .aireset-sc-tooltip {
    left: 100%;
    right: unset;
    margin-left: 5px;
}

body.rtl .aireset-sc-card-actionbar {
    right: auto;
    left: 0;
}

