.Polaris-Icon {
    margin: unset;
}

.spinner span {
    display: flex;
}

.Polaris-Labelled__LabelWrapper .Polaris-Text--root.Polaris-Text--bodyMd,
.customer-tag .Polaris-Text--root.Polaris-Text--bodyMd {
    display: flex;
    gap: 5px;
}

.customer-tag {
    padding-left: 1.5rem;
}

.spinner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-row,
.cursor-pointer {
    cursor: pointer;
}

.model-data {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    padding: unset;
}

.Polaris-EmptyState__Image {
    padding-top: 40px;
    padding-bottom: 20px;
}

.edit-rule .Polaris-Page>.Polaris-Box:first-child {
    position: sticky !important;
    top: 0;
    z-index: 1;
    background-color: #f1f1f1;
}

.color-preview {
    width: 35px;
    height: 35px;
    border-radius: 25%;
    cursor: pointer;
    margin-top: 1.4rem;
    border: 2px solid #f1f1f1;
    margin-left: -10px;
}

.cart-preview {
    width: 70%;
}

.Polaris-Icon {
    margin: unset !important;
}

.tableCell.Polaris-IndexTable__TableCell {
    width: 350px;
    white-space: unset;
}

.status-tableCell.Polaris-IndexTable__TableCell {
    width: 160px;
    white-space: unset;
}

@media only screen and (max-width: 999px) {
    .cart-preview {
        width: 90%;
    }

    .tableCell.Polaris-IndexTable__TableCell {
        width: unset;
    }

    .status-tableCell.Polaris-IndexTable__TableCell {
        width: unset;
    }
}

.Polaris-IndexTable__Table--unselectable.Polaris-IndexTable__Table--sticky .Polaris-IndexTable__TableCell:first-child {
    left: 0;
    background-color: unset !important;
    z-index: unset !important;
    position: sticky;
}

.switch-track {
    background-color: rgba(227, 227, 227, 1);
    border-radius: .375rem;
    display: block;
    height: 1.25rem;
    transition: background-color 50ms cubic-bezier(.25, .1, .25, 1);
    width: 2rem;
}

.switch-thumb {
    background-color: rgba(255, 255, 255, 1);
    border-radius: .1875rem;
    height: .75rem;
    left: .25rem;
    position: absolute;
    top: .25rem;
    transition: transform 50ms cubic-bezier(.25, .1, .25, 1);
    width: .75rem;
}

.switch-on .switch-thumb {
    transform: translate(.75rem);
}

.switch {
    background-color: rgba(255, 255, 255, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: initial;
    border: 0;
    border-radius: .375rem;
    display: inline-block;
    outline: none;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.switch.switch-on {
    background-color: rgba(48, 48, 48, 1);
}

.switch-on .switch-track {
    background-color: rgba(48, 48, 48, 1)
}

.Polaris-LegacyCard+.Polaris-LegacyCard {
    margin-top: unset;
}

.customize .Polaris-Link--removeUnderline:hover {
    text-decoration: unset !important;
}

.customize .Polaris-Box {
    margin-top: -10px;
}

.gocart-progress {
    padding: 0;
    border-radius: 10px;
}

.gocart-promot_progress_bar {
    display: block;
    padding: 7px 0;
    border-radius: 16px;
    transition: width .4s linear, background-color .4s linear;
}

.gocart-progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}

.gocart-widget-container {
    bottom: 145px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 10px 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    transition: .1s ease-in-out;
}

.gocart-widget-button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    cursor: pointer;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}

.gocart-svg-icon {
    width: 35px;
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }

    100% {
        background-position: 0 0;
    }
}

.gocart-cart-message {
    padding: 5px 0;
    text-align: center;
}


/* -----------------------------------GLOBAL CSS------------------------------ */
/* polaris select css  */

.Polaris-Select:focus,
.Polaris-Select:hover,
.Polaris-Select.Polaris-Select--focus,
.Polaris-Select:focus-within {
    border: 1px solid #000;
}

.Polaris-Select .Polaris-Select__Input {
    cursor: pointer;
}

.Polaris-Select .Polaris-Select__Backdrop {
    display: none;
}

.Polaris-TextField__Prefix {
    margin-left: unset;
}


body .Polaris-ShadowBevel::before,
.Polaris-Page .Polaris-Banner--withinPage::before {
    box-shadow: none;
}

body .Polaris-ShadowBevel,
.Polaris-Page .Polaris-Banner--withinPage {
    box-shadow: 0px 2px 7px 0px #EBEBEB;
}

/* Polaris Textfield Common CSS */
body .Polaris-TextField {
    padding: 0 4px 0 10px;
    border: 1px solid #C4CDD5;
    border-radius: 8px;
    box-sizing: border-box;
    transition: all 0.05s ease;
}

body .Polaris-TextField:not(.Polaris-TextField--disabled):hover,
body .Polaris-TextField.Polaris-TextField--focus {
    border: 1px solid #000;
}

body .Polaris-TextField .Polaris-TextField__Spinner,
body .Polaris-TextField .Polaris-TextField__Backdrop {
    display: none;
}

body .Polaris-TextField .Polaris-TextField__Input {
    padding-left: 2px;
    padding-right: 2px;
}

body .Polaris-TextField.Polaris-TextField--readOnly .Polaris-TextField__Input {
    color: #303030;
}

.Polaris-Page .no-spinner::-webkit-outer-spin-button,
.Polaris-Page .no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.Polaris-Page .no-spinner[type=number] {
    -moz-appearance: textfield;
}

.Polaris-Page input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
    border: none;
}

.Polaris-Page input[type="color"]::-webkit-color-swatch {
    border: none;
    border-radius: 8px;
}

.Polaris-Page .Polaris-Link:focus-visible {
    outline: none;
}

body .Polaris-LegacyCard::before,
body .Polaris-LegacyCard {
    box-shadow: 0px 2px 7px 0px #EBEBEB;
}

/* .customize .Polaris-LegacyCard {
    min-height: 280px;
} */

body .Polaris-CalloutCard__Image {
    width: 50px;
}

body .Polaris-Button:not(.Polaris-Button--iconOnly),
body .Polaris-ActionMenu-SecondaryAction button:not(.Polaris-Button--iconOnly),
body .Polaris-Button--variantSecondary:not(.Polaris-Button--iconOnly):not(.Polaris-Button--disabled),
body .Polaris-ActionMenu-SecondaryAction button {
    border-radius: 5px !important;
    padding: 10px 12px !important;
    box-shadow: none !important;
}

body .Polaris-Button--variantSecondary:not(.Polaris-Button--iconOnly):not(.Polaris-Button--disabled) {
    border: 1px solid rgba(204, 204, 204, 1) !important;
}

body .Polaris-Button--variantPrimary:not(.Polaris-Button--iconOnly):not(.Polaris-Button--disabled) {
    background-color: rgb(48, 48, 48) !important;
    --pc-button-bg-gradient: none !important;
}

body .Polaris-Button--toneCritical:not(.Polaris-Button--iconOnly):not(.Polaris-Button--disabled) {
    background-color: rgba(229, 28, 0, 1) !important;
}

body .Polaris-Select,
body .trigger-dropdown .Polaris-Button,
body .trigger-dropdown .Polaris-Button--variantSecondary:not(.Polaris-Button--iconOnly):not(.Polaris-Button--disabled) {
    border-radius: 8px !important;
    border: 1px solid #C4CDD5 !important;
    transition: all 0.05s ease;
}

body .Polaris-RadioButton__Backdrop {
    border-color: #C4CDD5;
}

body .Polaris-Checkbox__ChoiceLabel .Polaris-Checkbox__Backdrop {
    box-shadow: inset 0 0 0 var(--p-border-width-0165) #C4CDD5;
}

body .Polaris-SkeletonTabs__Tab {
    padding: unset;
    display: block;
    height: 25px;
}


.Polaris-Page-Header__Row {
    align-items: center;
}

.gocart-offerCount-text {
    background-color: red;
    position: absolute;
    right: 0px;
    top: -5px;
    padding: 3px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    color: white;
}

.gocart-widget-wrapper {
    position: absolute;
    right: 33px;
    bottom: 120px;
    width: 400px;
    border-radius: 12px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 70%;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.gocart-widget-wrapper.show {
    opacity: 1;
    transition-delay: 0.1s;
    transform: translateY(0px);
}

.gocart-widget-wrapper.hide {
    opacity: 0;
    transition: .8s cubic-bezier(.51, .92, .24, 1.15);
}

.gocart-widget-main-view {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .2) 0 2px 10px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.gocart-content-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gocart-content-box p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.gocart-content-header-view {
    margin: 10px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
}

.gocart-today-offer-title {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.gocart-widget-close-btn {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: transparent;
}

.gocart-today-offer-subtitle {
    color: #919191;
    font-size: 15px;
}

.gocart-offer-view {
    display: flex;
    flex-direction: column;
    gap: 2px;
    background-color: white;
    padding: 5px 15px;
}

.gocart-offer-header {
    background-color: #F5F5F3;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    gap: 10px;
}

.gocart-offer-title {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.gocart-getoffer-btn,
.gocart-messages,
.gocart-offer-subtitle,
.gocart-offer-title,
.gocart-today-offer-subtitle,
.gocart-today-offer-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gocart-offer-subtitle {
    color: #8a8a8a;
    font-size: 13px;
    line-height: 19px;
}

.gocart-gift-product {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.gocart-gift-product-img {
    width: 60px;
    border-radius: 8px;
    background-color: #fff;
}

.gocart-gift-product-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gocart-gift-product-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 22px;
}

.gocart-offer-title-container {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.3;
    width: 70%;
}

.gocart-gift-product-price {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 8px;
    font-weight: 500;
    line-height: 1.2;
}

.gocart-gift-product-discount-price {
    color: #24b263;
    font-weight: 500;
}

.gocart-gift-product-original-price {
    text-decoration-line: line-through;
    color: #616161;
}

.gocart-button-wrapper {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

.gocart-getoffer-btn {
    background: #000;
    border: none;
    padding: 9px 15px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
}

.gocart-header-main-view {
    width: 85%
}

.gocart-offer-products {
    flex-grow: 1;
    max-height: 420px;
    overflow-y: auto;
    box-sizing: border-box;
    transition: .5s;
    scrollbar-width: thin;
    scrollbar-color: #d1d0d0 #f1f1f1;
}

.gocart-show-more-btn {
    text-decoration: underline;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    color: #00527c;
    border: none;
    background-color: transparent;
    align-self: flex-start;
    cursor: pointer;
    padding: unset;
}

@media only screen and (max-width: 768px) {
    .gocart-widget-container {
        height: 40px;
        width: 40px;
    }

    .gocart-widget-wrapper {
        width: 70%;
        /* over ride */
    }

    .gocart-offerCount-text {
        height: 15px;
        width: 15px;
        font-size: 8px;
    }

}

@media only screen and (max-width: 600px) {
    .gocart-widget-wrapper {
        width: 85%;
        /* over ride */
    }
}

.gocart-more-products {
    transition: max-height 0.3s ease;
    overflow: hidden;
}

.gocart-cart-drawer-subtext-container {
    position: relative;
    /* overflow: hidden; */
    height: 50px;
    width: 100%;
    padding: 2px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.gocart-cart-drawer-subtext {
    position: absolute;
    white-space: nowrap;
    /* transition: transform 0.3s linear; */
    font-size: 16px;
    text-wrap: wrap;
    font-weight: 500;
}


/* progress bar design */
.gocart-cart-message {
    font-size: 14px;
    font-weight: 500;
    padding: 2px;
    width: 100%;
    white-space: nowrap;
    text-align: center;
}

.gocart-cart-message .gocart-messages {
    margin: 5px auto;
    font-size: 15px;
    text-align: center;
}

.gocart-promot_container {
    margin: 10px auto;
    width: 100%;
    text-align: center;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.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 .6s ease;
}

/* Striped background */

@keyframes progressAnimation {
    0% {
        width: 5%;
    }

    100% {
        width: 10%;
    }
}

.gocart-popup-overlay {
    display: block !important;
}

.gocart-popup {
    top: 43% !important;
}


/* reward bar */
.gocart-rewardbar-container {
    position: relative;
    display: flex;
    flex-direction: column;
    line-height: normal;
}

.gocart-rewardbar-container .gocart-rewardbar-wrapper.single-active {
  justify-content: flex-end; /* push single tick to end */
}

.gocart-rewardbar-container .gocart-steps-cover {
    display: flex;
    justify-content: space-between;
}

.gocart-rewardbar-container .gocart-steps-wrapper {
    position: relative;
    width: 28%;
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.gocart-rewardbar-container .gocart-steps-wrapper:first-child {
  text-align: start;
}

.gocart-rewardbar-container .gocart-steps-wrapper:last-child {
  text-align: end;
}

.gocart-rewardbar-container .gocart-step-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    word-wrap: break-word;
}

.gocart-rewardbar-container .gocart-step-count {
    font-size: 13px;
    color: #777;
}

.gocart-rewardbar-container .gocart-tick-icon {
    width: 30px;
    height: 30px;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    z-index: 2;
}

.gocart-rewardbar-container .gocart-tick-icon.active {
    background-color: #FE5E00;
}

.gocart-rewardbar-container .gocart-tick-icon svg {
    transition: opacity 0.3s ease;
}

.gocart-rewardbar-container .gocart-tick-icon.inactive svg {
    display: none;
}

.gocart-rewardbar-container .gocart-rewardbar-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 30px;
    margin: 10px 0;
}

.gocart-rewardbar-container .gocart-reward-bar {
    position: absolute;
    width: 100%;
    height: 8px;
    border-radius: 10px;
    overflow: hidden;
    appearance: none;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    transition: all 0.6s ease;
    -webkit-appearance: none;
}

.gocart-reward-bar::-webkit-progress-value {
  background-color: var(--fill-color, #FE5E00); /* dynamic fill */
  transition: width 0.6s ease-in-out;
}

.gocart-reward-bar::-webkit-progress-bar {
  background-color: var(--bar-color, #e0e0e0); /* dynamic background */
}

/* For Firefox */
.gocart-reward-bar::-moz-progress-bar {
  background-color: var(--fill-color, #FE5E00);
}

@media (max-width: 480px) {
    .gocart-rewardbar-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .gocart-rewardbar-container .gocart-reward-bar {
        width: 100%;
        left: 0;
    }
}

/* popup-css */

.gocart-popup-overlay {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(.51, .92, .24, 1.15);
    display: none;
}
#gocart .gocart-popup {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 650px;
    letter-spacing: normal;
    max-height: 80%;
    animation-timing-function: ease-in;
    animation-duration: 2s;
    display: flex;
    padding: 12px 2px;
}
#gocart .gocart-popup-wrapper {
    max-height: 100%;
    overflow: auto;
    width: 100%;
    padding: 18px 30px;
}
#gocart .gocart-close-btn-container {
    position: absolute;
    right: 20px;
    top: -30px;
}
#gocart .gocart-popup-close-btn {
    position: absolute;
    cursor: pointer;
    font-size: 40px;
    border: none;
    color: #FFFFFF;
    display: flex;
    background-color: transparent;
    left: -10px;
    top: -10px;
}
#gocart .popup-close-btn:hover {
    background-color: #F0F0F0;
}
#gocart .gocart-popup-heading {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.gocart-loader {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    display: inline-block;
    vertical-align: middle;
}
.gocart-active {
    opacity: 1;
    transition-delay: 0.2s;
}
.gocart-inactive {
    opacity: 0;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
#gocart .gocart-sub-heading {
    font-size: 18px;
    color: #919191;
    font-weight: 500;
    width: 85%;
    line-height: 1.4;
    margin-top: 15px;
}
#gocart .gocart-popup-products {
    display: flex;
    flex-direction: column;
}

#gocart .gocart-product-image {
    border-radius: 10px;
    width: 100px;
    aspect-ratio: 1;
}
#gocart .gocart-product-name {
    text-overflow: ellipsis;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}
#gocart .gocart-price {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
#gocart .gocart-discount-price {
    color: #FF0000;
    font-size: 15px;
    font-weight: 400;
}
#gocart .gocart-product-price {
    text-decoration: line-through;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}
#gocart .gocart-add-to-cart {
    text-overflow: ellipsis;
}
#gocart .gocart-free-container {
    background-color: #04A74D;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 12px;
    font-size: 12px;
    line-height: unset;
}
#gocart .gocart-free-text {
    color: white;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}
#gocart .gocart-add-to-cart-button {
    margin-top: 5px;
    cursor: pointer;
    border-radius: 5px;
    word-break: break-word;
    border: none;
    padding: 11px 26px;
    font-size: 15px;
    max-width: 150px;
    min-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
#gocart .gocart-out-of-stock {
    background-color: #FFFFFF;
    cursor: not-allowed;
    color: #FFFFFF;
    background-color: #DADADA;
}
#gocart .gocart-in-stock {
    background-color: #000000;
    color: #FFFFFF;
}
#gocart .gocart-popup-product {
    display: flex;
    flex-direction: row;
    flex: 1;
    border-bottom: 1px solid #dedede;
    padding: 20px 0;
}

#gocart .gocart-popup-product:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#gocart .gocart-popup-product .gocart-product-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    align-items: flex-start;
    height: 100%;
}
.gocart-product-container {
    display: grid;
    gap: 20px;
    justify-content: center;
}
.gocart-product-item {
    background: #FFFFFF;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
}
.gocart-header-view {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px
}
.gocart-dropdown-text {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    margin-right: 10px;
    color: #000;
}
.gocart-header-img {
    width: 70px;
    height: 70px;
}
.gocart-product-info-view {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
    line-height: normal;
}
.gocart-product-info-left-view {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 150px;
}
.gocart-product-info-right-view {
    align-self: center;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}
.gocart-custom-dropdown {
    position: relative;
    max-width: 80%;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #d7d7d7;
}
.gocart-dropdown-arrow {
    position: absolute;
    right: 0px;
}
.gocart-dropdown-arrows {
    margin-left: 6px;
    font-size: 12px;
    transition: transform 0.3s ease;
}
.gocart-custom-dropdown.open .gocart-dropdown-options {
    gap: 7px;
    display: flex;
    width: 100%;
    padding: 5px;
    flex-direction: column;
}
.gocart-dropdown-selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    gap: 8px;
}
.gocart-dropdown-selected::after {
    font-size: 14px;
    margin-left: auto;
}

.gocart-dropdown-text-wrapper {
    flex: 1;
    overflow: hidden;
}

.gocart-dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background: white;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    transition: all 0.3s ease;
}
.gocart-dropdown-option {
    font-size: 14px;
    text-align: left;
}
.gocart-custom-dropdown.open-up .gocart-dropdown-options {
    bottom: 100%;
    top: auto;
}
.gocart-custom-dropdown .gocart-dropdown-options {
    top: 100%;
    bottom: auto;
    position: absolute;
    left: 0;
    z-index: 99;
    width: 100%;
}
body.gocart-no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.gocart-arrow-icon {
    transition: transform 0.3s ease;
}
.gocart-custom-dropdown.open .gocart-arrow-icon {
    transform: rotate(180deg);
}

@media only screen and (max-width: 800px) {
    #gocart .gocart-popup {
        width: 90%;
    }
    /* // #gocart .gocart-popup-heading {
    //     font-size: 16px;
    // }
    // #gocart .gocart-sub-heading {
    //     font-size: 14px;
    // } */
    #gocart .gocart-popup-wrapper {
        width: 100%;
    }
    #gocart .gocart-popup-product {
        width: 100%;
    }
    #gocart .gocart-product-image {
        width: 90px;
    }
    #gocart .gocart-icon {
        width: 20px;
        height: 20px;
    }
}
@media only screen and (max-width: 600px) {
    .gocart-widget-container {
        height: 50px;
        width: 50px;
    }
    .gocart-widget-wrapper {
        width: 80%;
        height: 50%;
    }
    #gocart .gocart-product-name {
        width: 100px;
    }
    .gocart-svg-icon {
        width: 20px;
        height: 20px;
    }
    .gocart-offerCount-text {
        height: 15px;
        width: 15px;
        /* // font-size: 8px; */
    }
    /* // #gocart .gocart-discount-price {
    //     font-size: 12px;
    // }
    // #gocart .gocart-product-price {
    //     font-size: 12px;
    // } */
    .gocart-product-info-view {
        flex-direction: column;
    }
    .gocart-product-info-left-view {
        align-items: flex-start;
        align-self: flex-start;
        text-align: left;
    }
    #gocart .gocart-free-container {
        padding: 4px 10px;
        /* // font-size: 10px; */
    }
    #gocart .gocart-add-to-cart-button {
        margin-bottom: 0;
        margin-top: 10px;
        padding: 12px 20px;
    }
    .gocart-header-view {
        margin-bottom: 10px;
    }
    .gocart-product-info-right-view {
        align-self: flex-start;
    }
    /* // #gocart .gocart-free-text {
    //     font-size: 11px;
    // } */
}
#gocart .gocart-popup-product:last-child {
    border-bottom: none;
}