.accordion-body ol, .message-from-seller ol{
    list-style: decimal;
    padding-left: 20px;
}

.accordion-body ul, .message-from-seller ul{
    list-style: disc;
    padding-left: 20px;
}

.accordion-body a,.message-from-seller a{
    text-decoration: underline;
}

.accordion-body h1, .accordion-body h2, .accordion-body h3, .accordion-body h4, .accordion-body h5, .accordion-body h6,
.message-from-seller h1,.message-from-seller h2, .message-from-seller h3, .message-from-seller h4, .message-from-seller h5, .message-from-seller h6{
    font-size:revert;
}

.d-none {
    display: none;
}

.text-wrap {
    overflow-wrap: anywhere;
}

.shopier-es--result {
    list-style: none;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    cursor: pointer;
    min-height: 40px;
    border-bottom: 1px solid rgb(229 229 229);
}

.shopier-es--result:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245/var(--tw-bg-opacity))
}

#shopier-es--results .shopier-es--result:last-child,
#shopier-es--results-mobile .shopier-es--result:last-child {
    border-bottom: none;
}

#shopier-es--body-mobile{
    width: calc(100% - 32px);
    border: 1px solid rgb(217 217 217);
    margin-top: 42px;
}
#shopier-es--body {
    border: 1px solid black;
    margin-top: 21px;
    width: 325px;
}

.w-50 {
    width: 50%;
}

.w-25 {
    width: 25%;
}

.p-50 {
    padding: 50%;
}

.gap-y-12 {
    row-gap: 3rem;
}

.lh-05 {
    line-height: 0.5rem;
}

@media (max-width: 395px) {
    .w-4-5 {
        width: 1.3rem;
    }
}

.position-left {
    color: #2F3352;
    background: #F7F7F7;
    padding: 10px 20px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.position-right {
    background: #F7F7F7;
    padding: 10px 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #EE3124;
}

.product-card__title {
    overflow-wrap: break-word;
}

.left-badges {
    left: 10px;
}

.cart__product-name {
    overflow-wrap: anywhere;
    margin-right: 1.5rem;
    font-weight: 700;
}

.cart__options {
    overflow-wrap: anywhere;
}

.cart__options-color {
    color: #6e6e6e;
    font-weight: 400;
}

.cart__remove-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.basket-card__description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow-wrap: anywhere;
}

.product-page-name,
.product-page-description {
    overflow-wrap: anywhere;
}

input[type="search"]::-webkit-search-cancel-button {
    opacity: 0;
}

.icon-confirmation {
    display: inline-block;
    width: 50px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.credit-card-icon {
    height: 29px;
}

.bg-troy {
    background-image: url('../images/troy.svg');
}

.bg-visa {
    background-image: url('../images/visa.svg');
}

.bg-mastercard {
    background-image: url('../images/mastercard.svg');
}

.bg-amex {
    background-image: url('../images/amex.svg');
}


.shop-red-logo {
    background-image: url(../../../../assets/shopier_legacy/images/show-red.svg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    margin-left: .5ch;
    margin-right: .5ch;
    vertical-align: middle;
    width: 36px
}

.select-value-dots {
    display: flex;
    margin-left: 4px;
    margin-right: 4px;
}

.form-control.is-invalid {
    border-color: #dc3545;
}

.top-bar--dark {
    background-color: #000;
    color: #fff;
}

.bg-download-qr {
    --height: 85px;
    --width: 85px;
    background-image: url(../../../../assets/shopier_legacy/images/download-qr.svg);
    background-size: var(--width) var(--height);
    height: var(--height);
    width: var(--width);
}

.bg-download-apple, .bg-download-google {
    --height: 37px;
    --width: 124.86px;
    background-repeat: no-repeat;
    background-size: var(--width) var(--height);
    height: var(--height);
    vertical-align: middle;
    width: var(--width);
}

.bg-download-apple {
    background-image: url(../../../../assets/shopier_legacy/images/download-apple.svg);
}

.bg-download-google {
    background-image: url(../../../../assets/shopier_legacy/images/download-google.svg);
}

.bg-modal-download-qr {
    --height: 250px;
    --width: 250px;
    background-image: url(../../../../assets/shopier_legacy/images/modal-download-qr.svg);
    background-size: var(--width) var(--height);
    height: var(--height);
    width: var(--width);
}

.basket-product-options {
    height: 50px;
}

.page-loader {
    background-color: rgba(0,0,0, 0.44);
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}

.loader-circles--secondary {
    border: 4px solid #f0f0f0;
    border-top: 4px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin_loader 0.75s linear infinite;
}

@keyframes spin_loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.toast-container{
    z-index:999999;
}

.basket-repurchase-title{
    font-size: 26px;
    font-weight: 700;
}

.product-price-old {
    position: relative;
    font-weight: 400;
    color: #bfb5a9;
}

.product-price-old::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #bfb5a9;
    transform: translateY(-50%);
    z-index: 0;
}

.cart__list .basket-hr:last-child {
    display: none;
}

.cart__scroll-wrapper::-webkit-scrollbar {
    width: 6px;
}

.cart__scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--theme-primary);
    border-radius: 9999px;
}

.cart__scroll-wrapper::-webkit-scrollbar-track {
    border-radius: 9999px;
}

.shopier-app--border-1{
    border: 1px solid black;
}

.checkout .shopier-app--border-1{
    border: none;
}

.modal-signup{
    outline: none !important;
} 

.word-breaks{
    word-break: break-word;
}

.track-order-m-0{
    margin: 0px 10px !important;
}

.h-27px{
    height: 27px !important;
}

.toast-container {
    pointer-events: none !important;
}

.toast-container .toast {
    pointer-events: auto !important;
}

.z-index-\[-1\] {
    z-index: -1;
}
.color-black{
    color:#000;
}
.border-0 {
    border: none !important;
}
.category-tabs.hidden {
    display: none !important;
}
.color-black{
    color:#000;
    opacity:1;
}
.underline{
    text-decoration: underline;
}

@media (min-width: 1024px) {
    .lg\:w-\[13rem\] {
        width: 13rem;
    }
}

.m-0 {
    margin: 0 !important;
}

.products-link-catalog-header {
    gap: 16px;
}

.products-link-catalog-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #1f1f1f;
}

.products-count-text {
    min-width: 70px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #878787;
}

.shopier-app--border-1{
    border: 1px solid var(--theme-primary);
}

.shopier-app--border-1[data-app-upload-file],
.shopier-app--border-1[data-app-download-file]{
    border: none !important;
}

.shopier-app--mx-3{
    margin-left: 0px !important;
}

.shopier-app--download-container > .shopier-app--button,
.shopier-app--download-container .shopier-app--span{
    white-space:nowrap;
}