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

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

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


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

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

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


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

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

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

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

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


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

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

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



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

.fgsc-wsc-basket {
    margin: 10px;
    z-index: 9999999;
    cursor: pointer;
    position: fixed;
    bottom: 42px;
    right: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background-color: #ffffff;
    color: #1e5c4f;
    border-radius: 50%;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.14);
    transition: box-shadow 0.25s ease-out, right 0.5s ease-out, left 0.5s ease-out;
}

.fgsc-wsc-bki {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 26px;
}

.fgsc-wsc-basket[style*='block'] {
    display: flex!important;
}
.fgsc-wsc-items-count{
    border-radius: 50%;
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    width: 22px;
    height: 22px;
    line-height: 22px;
    min-width: 22px;
    text-align: center;
    overflow: hidden;
    top: 50%;
    left: -6px;
    right: auto;
    transform: translateY(-50%);
    background-color: #6cae6c;
    color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

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

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


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


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

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


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

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

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

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

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

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


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

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

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

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


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


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

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


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

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

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

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

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

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

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


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


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

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

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

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


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

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

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

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

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


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

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

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


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


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

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

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

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

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

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

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

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

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

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


/* Bundled product */

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

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

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

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

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

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



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

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

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

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

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

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

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


/*Child selector except last */
.fgsc-wsc-is-child:has( +.fgsc-wsc-is-child ), .fgsc-wsc-is-parent + .fgsc-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;
}
.fgsc-wsc-product.fgsc-wsc-is-parent{
    margin-bottom: 0;
    padding-bottom: 0;
}

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

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


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

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

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


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

.fgsc-wsc-qty-box {
    display: inline-flex;
    align-items: center;
    height: 28px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    vertical-align: middle;
}

.fgsc-wsc-qty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: none;
    background: #f5f5f5;
    color: #333;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
}

.fgsc-wsc-qty-btn:hover {
    background: var(--fgsc-primary, #8ec9ad);
    color: #fff;
}

.fgsc-wsc-qty-box .fgsc-wsc-qty-value {
    display: block;
    width: 36px;
    min-width: 36px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
    -moz-appearance: textfield;
    appearance: textfield;
    cursor: default;
}

.fgsc-wsc-qty-box input.fgsc-wsc-qty-value:focus {
    outline: none;
}

.fgsc-wsc-qty-price .fgsc-wsc-qty-box {
    margin-right: 4px;
}

.fgsc-wsc-product.fgsc-wsc-product-updating {
    opacity: 0.75;
}

.fgsc-wsc-product.fgsc-wsc-product-removing {
    opacity: 0.35;
}

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


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


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

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

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


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

.fgsc-wsc-fgsc_wsc_gift .fgsc-wsc-sm-left {
    justify-content: center;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

.fgsc-wsc-qty-price {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 5px;
    font-size: 12px;
    line-height: 1.25;
}



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

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



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


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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


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



.fgsc-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 */
.fgsc-wsch-new .fgsc-wsch-basket, .fgsc-wsch-new .fgsc-wsch-close, .fgsc-wsch-new .fgsc-wsch-text {
    position: relative;
    margin: 0 4px;
}

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

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

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

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


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

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

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