.xoo-wsc-markup *::-webkit-scrollbar {
    width: 8px;
}

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

.xoo-wsc-markup *::-webkit-scrollbar-thumb {
    border-radius: 50px;
     background: #d1d1d1
}


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

.xoo-wsc-modal * {
    box-sizing: border-box;
}

.xoo-wsc-markup a{
    text-decoration: none;
}


.xoo-wsc-opac {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 999996;
    opacity: 0;
    height: 0;
    transition: height 0s 0.4s, opacity 0.4s 0s;
}

.xoo-wsc-cart-active .xoo-wsc-opac {
    opacity: 0.8;
    height: 100%;
    transition: height 0s 0s, opacity 0.4s;
}

.xoo-wsc-body {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.xoo-wsc-loading .xoo-wsc-loader{
    display: block;
}

span.xoo-wsc-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;
}


.xoo-wsc-loader-icon{
    display: none;
}

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

@keyframes xoo-wsc-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



body.xoo-wsc-cart-active, html.xoo-wsc-cart-active{
    overflow: hidden!important;
}

.xoo-wsc-basket {
    margin: 10px;
    z-index: 9999997;
    cursor: pointer;
    position: fixed;
    transition: 0.5s ease-out;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.xoo-wsc-basket[style*='block'] {
    display: flex!important;
}
.xoo-wsc-items-count{
    border-radius: 50%;
    position: absolute;
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
}

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

.xoo-wsc-sc-bkcont {
    position: relative;
}


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


span.xoo-wsc-sc-count, span.xoo-wsch-items-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;
}

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


/* Notices */
.xoo-wsc-notice-container {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
}

ul.xoo-wsc-notices {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.xoo-wsc-notice-success {
    background-color: #DFF0D8;
    color: #3C763D;
}
.xoo-wsc-notice-error {
    color: #a94442;
    background-color: #f2dede;
}

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

ul.xoo-wsc-notices li span {
    margin-right: 6px;
}

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


.xoo-wsc-notices a.button.wc-forward {
    display: none;
}

/* Basket */
.xoo-wscb-icon {
    font-size: 37px;
}

.xoo-wscb-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 */
.xoo-wsc-header {
    padding: 15px;
    color: #000;
}

span.xoo-wsch-close {
    position: absolute;
    cursor: pointer;
}


span.xoo-wsch-text {
    margin-left: 8px;
}


.xoo-wsch-top .xoo-wsch-basket {
    display: table;
    position: relative;
}

.xoo-wsch-top {
    display: flex;
    margin: 0 auto;
    align-items: center;
}


/****** BODY ***********/

/*** Product ***/
.xoo-wsc-product {
    display: flex;
    border-bottom: 1px solid #eee;
}

.xoo-wsc-img-col {
    align-self: center;
}

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

.xoo-wsc-img-col img {
    width: 100%;
    height: auto;
}

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

.xoo-wsc-sm-right {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 4px;
}


span.xoo-wsc-smr-del+.xoo-wsc-smr-ptotal {
    margin-top: auto;
}


span.xoo-wsc-pname, span.xoo-wsc-pname a {
    font-weight: 600;
}

span.xoo-wsc-smr-del {
    cursor: pointer;
    margin: 5px 0;
}

.xoo-wsc-img-col span.xoo-wsc-smr-del {
    margin: 5px auto;
    display: table;
}

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


.xoo-wsc-sm-left > *:not(:last-child) {
    
}

/* Qty Box */
.xoo-wsc-qty-price span {
    display: inline-block;
}

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

.xoo-wsc-product dl.variation dt {
    clear: left;
}

.xoo-wsc-product dl.variation, .xoo-wsc-product dl.variation p {
    margin: 0;
    font-size: 13px;
}

/* Cart upsells */
.xoo-wsc-upsell-section {
    direction: ltr;
    position: relative;
    z-index: 6;
    padding: 10px 12px 18px;
    border-top: 1px solid #f1f1f1;
    background: #fff;
    box-shadow: 0 -10px 18px rgba(255, 255, 255, 0.92);
    transition: padding 0.32s ease;
}

.xoo-wsc-upsell-head {
    direction: rtl;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    margin-bottom: 22px;
    min-height: 28px;
    transition: margin 0.32s ease;
}

.xoo-wsc-upsell-title {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: -0.01em;
    color: #111;
    line-height: 1.3;
}

.xoo-wsc-upsell-title:after {
    content: "";
    width: 34px;
    height: 1px;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 999px;
    margin-top: 7px;
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.xoo-wsc-upsell-toggle {
    position: absolute;
    left: 0;
    top: -4px;
    min-height: 30px;
    min-width: 54px;
    border: 0!important;
    border-radius: 999px!important;
    background: #f3f3f3!important;
    color: #111!important;
    cursor: pointer;
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 4px;
    font-size: 11px!important;
    font-weight: 400!important;
    line-height: 1!important;
    padding: 8px 11px!important;
    margin: 0!important;
    box-shadow: none!important;
    transition: background 0.18s ease, color 0.18s ease;
}

.xoo-wsc-upsell-toggle:before {
    content: "";
    position: absolute;
    inset: -8px;
}

.xoo-wsc-upsell-toggle > * {
    pointer-events: none;
}

.xoo-wsc-upsell-toggle:hover {
    background: #111!important;
    color: #fff!important;
}

.xoo-wsc-upsell-toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    transform: translateY(-1px);
    transition: transform 0.24s ease;
}

.xoo-wsc-upsell-collapsed {
    padding-top: 8px;
    padding-bottom: 9px;
}

.xoo-wsc-upsell-collapsed .xoo-wsc-upsell-head {
    margin-bottom: 0;
}

.xoo-wsc-upsell-collapsed .xoo-wsc-upsell-title {
    font-size: 15px;
}

.xoo-wsc-upsell-collapsed .xoo-wsc-upsell-title:after {
    opacity: 0;
    transform: scaleX(0.6);
}

.xoo-wsc-upsell-collapsed .xoo-wsc-upsell-toggle-icon {
    transform: translateY(-1px) rotate(180deg);
}

.xoo-wsc-upsell-navs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: calc(100% + 92px);
    left: 2px;
    right: 2px;
    z-index: 5;
    pointer-events: none;
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity 0.24s ease;
}

.xoo-wsc-upsell-collapsed .xoo-wsc-upsell-navs {
    opacity: 0;
    pointer-events: none;
}

.xoo-wsc-upsell-nav {
    width: 24px!important;
    min-width: 24px!important;
    height: 42px!important;
    min-height: 42px!important;
    border: 0!important;
    border-radius: 0!important;
    background: transparent!important;
    box-shadow: none!important;
    color: #111!important;
    cursor: pointer;
    font-size: 38px!important;
    font-weight: 200!important;
    line-height: 1!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    padding: 0!important;
    margin: 0!important;
    outline: none!important;
    pointer-events: auto;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.9);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.xoo-wsc-upsell-nav:hover:not(:disabled) {
    background: transparent!important;
    color: #111!important;
    transform: scale(1.08);
}

.xoo-wsc-upsell-nav:disabled {
    cursor: default;
    opacity: 0.18;
}

.xoo-wsc-upsell-viewport {
    overflow: hidden;
    margin: 0 20px;
    max-height: 260px;
    opacity: 1;
    transform: translateY(0);
    transition: max-height 0.38s ease, opacity 0.28s ease, transform 0.34s ease, margin 0.34s ease;
}

.xoo-wsc-upsell-collapsed .xoo-wsc-upsell-viewport {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
    margin-bottom: 0;
    transform: translateY(8px);
}

.xoo-wsc-upsell-track {
    display: flex;
    transition: transform 0.3s ease;
    will-change: transform;
}

.xoo-wsc-upsell-card {
    direction: rtl;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 4px;
}

.xoo-wsc-upsell-form {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 0;
    max-width: 152px;
    margin: 0 auto;
    padding: 0;
    border: 0!important;
    border-radius: 0;
    background: transparent!important;
    box-shadow: none!important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.xoo-wsc-upsell-form:hover {
    border-color: transparent;
    box-shadow: none;
    transform: translateY(-1px);
}

.xoo-wsc-upsell-image {
    width: 108px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: transparent;
    overflow: hidden;
    margin: 0 auto 6px;
}

.xoo-wsc-upsell-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    transform: scale(1.04);
}

.xoo-wsc-upsell-name {
    color: #191919;
    font-size: clamp(14px, 3.8vw, 16px);
    font-weight: 400!important;
    line-height: 1.15;
    min-height: 0;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xoo-wsc-upsell-price {
    color: #111;
    font-size: 13px!important;
    font-weight: 400!important;
    line-height: 1.1;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 5px;
}

.xoo-wsc-upsell-price .amount,
.xoo-wsc-upsell-price bdi,
.xoo-wsc-upsell-price ins,
.xoo-wsc-upsell-price del {
    font-size: inherit!important;
    font-weight: 400!important;
    line-height: inherit!important;
}

.xoo-wsc-upsell-price del {
    opacity: 0.55;
    font-weight: 400;
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-upsell-section .xoo-wsc-upsell-name {
    font-size: 16px!important;
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-upsell-section .xoo-wsc-upsell-price,
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-upsell-section .xoo-wsc-upsell-price *,
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-upsell-section .xoo-wsc-upsell-price .amount,
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-upsell-section .xoo-wsc-upsell-price .woocommerce-Price-amount,
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-upsell-section .xoo-wsc-upsell-price .woocommerce-Price-currencySymbol,
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-upsell-section .xoo-wsc-upsell-price bdi {
    font-size: 13px!important;
    font-weight: 400!important;
    line-height: 1.05!important;
}

.xoo-wsc-upsell-actions {
    direction: rtl;
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    margin-top: 1px;
    transition: transform 0.2s ease;
}

.xoo-wsc-upsell-actions:hover {
    transform: translateY(-1px);
}

.xoo-wsc-upsell-variation-picker {
    position: relative;
    width: 34px;
    min-width: 34px;
    height: 35px;
    display: flex;
    align-items: center!important;
    justify-content: center!important;
    border-radius: 0 999px 999px 0;
    background: #111;
    color: #fff;
    overflow: hidden;
    transition: background 0.2s ease;
}

.xoo-wsc-upsell-variation-picker:after {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.25);
}

.xoo-wsc-upsell-variation-arrow {
    color: #fff;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    transform: none;
    pointer-events: none;
}

.xoo-wsc-upsell-variation-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
    transform: translate(-50%, -35%);
}

.xoo-wsc-upsell-variation {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
}

.xoo-wsc-upsell-menu {
    position: fixed;
    z-index: 10000000;
    direction: rtl;
    max-height: 235px;
    overflow-y: auto;
    padding: 7px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(8px);
}

.xoo-wsc-upsell-menu-title {
    padding: 6px 8px 7px;
    color: #777!important;
    font-size: 11.5px;
    line-height: 1.2;
    text-align: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 4px;
}

.xoo-wsc-upsell-menu-option {
    width: 100%;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 0!important;
    border-radius: 10px;
    background: transparent!important;
    color: #111!important;
    cursor: pointer;
    font-size: 11.5px!important;
    font-weight: 400!important;
    line-height: 1.25;
    text-align: right;
    padding: 5px 9px;
    transition: background 0.16s ease, color 0.16s ease;
}

.xoo-wsc-upsell-menu-option:hover,
.xoo-wsc-upsell-menu-option.xoo-wsc-selected {
    background: #111!important;
    color: #fff!important;
}

.xoo-wsc-upsell-atc {
    flex: 1 1 auto;
    width: 100%!important;
    min-height: 35px!important;
    height: 35px;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    border: 0!important;
    border-radius: 999px!important;
    background: #111!important;
    box-shadow: none!important;
    color: #fff!important;
    cursor: pointer;
    font-size: 13px!important;
    font-weight: 500!important;
    line-height: 1!important;
    padding: 0 13px!important;
    margin: 0!important;
    text-decoration: none!important;
    transition: opacity 0.2s ease, background 0.2s ease;
}

.xoo-wsc-upsell-variable .xoo-wsc-upsell-atc {
    border-radius: 999px 0 0 999px!important;
}

.xoo-wsc-upsell-atc:hover {
    background: #000!important;
    color: #fff!important;
    transform: none;
}

.xoo-wsc-upsell-actions:hover .xoo-wsc-upsell-variation-picker {
    background: #000;
}

.xoo-wsc-upsell-atc:disabled {
    cursor: not-allowed;
    background: #111!important;
    border: 0!important;
    color: #fff!important;
    opacity: 1;
    transform: none;
}

.xoo-wsc-upsell-atc:disabled + *,
.xoo-wsc-upsell-variable .xoo-wsc-upsell-actions:has(.xoo-wsc-upsell-atc:disabled) .xoo-wsc-upsell-variation-picker {
    opacity: 1;
}

@media only screen and (max-width: 260px) {
    .xoo-wsc-upsell-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .xoo-wsc-upsell-card {
        flex-basis: 100%;
        max-width: 100%;
    }
}


/** Footer */
.xoo-wsc-ft-buttons-cont {
    display: grid;
    text-align: center;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

a.xoo-wsc-ft-btn, a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn, .xoo-wsc-container .xoo-wsc-btn:hover{
    text-decoration: none;
}


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


/** FOOTER Totals **/
.xoo-wsc-ft-totals {
    width: 100%;
    padding: 5px 0 10px 0;
}

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

.xoo-wsc-ft-amt-value .xoo-wsc-toggle-slider {
    cursor: pointer;
    margin-left: 5px;
}

span.xoo-wsc-ft-amt-label {
    font-weight: 600;
}

.xoo-wsc-toggle-slider {
    cursor: pointer;
}

.xoo-wsc-ft-amt-shipping .xoo-wsc-toggle-slider span {
    margin-left: 5px;
}

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

.xoo-wsc-ft-amt-value {
    text-align: right;
}

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

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


/* Bundled product */

.xoo-wsc-product.xoo-wsc-is-parent {
    border-bottom: 0;
    padding-bottom: 0;
}

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

.xoo-wsc-product.xoo-wsc-is-child {
    padding-top: 5px;
}

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

.xoo-wsc-empty-cart > * {
    margin-bottom: 20px;
}

/** Free **/
span.xoo-wsc-ft-amt-label:after {
    content: ":";
}



.xoo-wsc-ft-amt-savings + .xoo-wsc-ft-amt-subtotal {
    display: flex;
}

.xoo-wsc-ft-amt-subtotal {
    display: table;
    margin: 0 auto;
    font-weight: 600;
}

span.xoo-wsc-ft-amt-label {
    padding-right: 5px;
}

span.xoo-wsc-footer-txt {
    text-align: center;
    margin: -8px auto 10px;
    display: block;
    font-size: 90%;
}

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

a.xoo-wsc-ft-btn-checkout .amount {
    font-style: italic;
}

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


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

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

.xoo-wsc-product dl.variation {
    flex-wrap: wrap;
}


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

.xoo-wsc-product del+ins {
    font-weight: 600;
}

.xoo-wsc-product del .amount {
    font-size: 95%;
}


.xoo-wsc-pattern-row .xoo-wsc-qty-box {
    margin-top: 4px;
}

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


span.xoo-wsc-psavlabel {
    text-transform: uppercase;
}


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

.xoo-wsc-psavings {
    font-size: 80%;
}

.xoo-wsc-body .xoo-wsc-products .xoo-wsc-psavings span.amount {
    font-size: inherit;
}


.xoo-wsc-sm-right-tools {
    display: flex;
    gap: 5px;
}

.xoo-wsc-xoo_wsc_gift .xoo-wsc-sm-left {
    justify-content: center;
}

.xoo-wsc-ft-amt-savings .xoo-wsc-ft-amt-label {
    font-weight: normal;
}

.xoo-wsc-ft-amt-savings {
    font-size: 95%;
}

.xoo-wsc-footer .xoo-wsc-ft-amt-savings .amount {
    font-size: inherit;
}


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

body.rtl span.xoo-wsch-text {
    margin-right: 8px;
    margin-left: 0;
}

body.rtl span.xoo-wsc-ft-amt-label {
    padding-left: 5px;
    padding-right: 0;
}

body.rtl .xoo-wsc-product dl.variation dd, body.rtl .xoo-wsc-product dl.variation dt {
    float: right;
}

body.rtl xoo-wsc-qty-price > span{
    margin-left: 4px;
    margin-right: 0;
}

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

.xoo-wsc-markup-notices ul.xoo-wsc-notices li {
    padding: 25px;
}

.xoo-wsc-markup-notices.xoo-wsc-active {
    right: 0;
    width: 100%;
}

.xoo-wsc-markup-notices .xoo-wsc-notice-container {
    position: relative;
    display: block;
}
.xoo-wsc-qty-price > span {
    display: inline-block;
    margin-right: 4px;
}
.xoo-wsc-sml-qty span {
    display: inline-block;
}

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

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



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

.xoo-wsc-pattern-card .xoo-wsc-psavings {
    margin-top: 2px;
}



.xoo-wsc-pattern-card .xoo-wsc-product dl.variation {
    display: flex;
}


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

.xoo-wsc-pattern-card span.xoo-wsc-smr-del {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 10px;
    margin-top: 0;
}

.xoo-wsc-pattern-card .variation {
    justify-content: center;
}


.xoo-wsc-sm-back, .xoo-wsc-sm-front {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 4px;
}

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

.xoo-wsc-pattern-card .xoo-wsc-img-col.xoo-wsc-caniming {
    z-index: 10;
}

.xoo-wsc-sm-front {
    z-index: 1;
    height: 100%;
}

.xoo-wsc-sm-front:has(.xoo-wsc-sm-emp+*) {
    padding: 7px 10px;
}

.xoo-wsc-card-cont {
    position: relative;
}

.xoo-wsc-sm-back {
    padding: 10px;
    min-height: 100%;
}

a.xoo-wsc-smr-link i {
    margin-right: 3px;
}

a.xoo-wsc-smr-link {
    opacity: 0.7;
    font-size: 14px;
}

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

.xoo-wsc-pattern-card .xoo-wsc-qty-price {
    justify-content: center;
    padding: 0;
}

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


.xoo-wsc-pattern-card .xoo-wsc-img-col {
    align-self: center;
    z-index: 2;
    position: relative;
    margin: -1px -1px 0 -1px;
}
.xoo-wsc-pattern-card .xoo-wsc-img-col img{
    display: table;
    margin: 0 auto;
}



.xoo-wsc-qty-box-cont {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 4px;
    column-gap: 10px;
}




/* Header layout */
.xoo-wsch-new .xoo-wsch-basket, .xoo-wsch-new .xoo-wsch-close, .xoo-wsch-new .xoo-wsch-text {
    position: relative;
    margin: 0 4px;
}

.xoo-wsch-new .xoo-wsch-basket {
    margin: 0 8px;
}

.xoo-wsch-new .xoo-wsch-close{
    cursor: pointer;
}

.xoo-wsch-new .xoo-wsch-section{
    display: flex;
    align-items: center;
}

.xoo-wsch-new.xoo-wsch-top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
}


.xoo-wsch-new .xoo-wsch-sec-right {
    grid-column: 3; /* right column */
    justify-self: end;
}

.xoo-wsch-new .xoo-wsch-sec-left {
    grid-column: 1;
    justify-self: start;
}

.xoo-wsch-new .xoo-wsch-sec-center {
    grid-column: 2; /* middle column */
    justify-self: center;
}