#cartmenu {
    position: relative;
    display: inline-block;
    padding: 0px 15px 0px 0px;
}

#cart {
    font-size: 12px;
    color: #fff;
    line-height: 32px;
}

#cart i {
    font-size: 18px;
    vertical-align: middle;
}

.shopping-cart-holder {
    display: none;
    border-radius: 3px;
    /* padding:20px; */
    background: #fff;
    border: 1px solid #ddd;
    width: 300px;
    /* margin: 10px 0; */
    position: absolute;
    z-index: 7000;
    left: 0;
    top: 55px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(221, 221, 221, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(221, 221, 221, 1);
    box-shadow: 0px 0px 5px 0px rgba(221, 221, 221, 1);
}

.shopping-cart {
    position: relative;
}

.shopping-cart:before,
.shopping-cart:after {
    display: none;
}

.shopping-cart .shopping-cart-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 16px 12px 12px;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: normal;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: left
}

.shopping-cart .shopping-cart-items {
    margin: 0;
    list-style: none;
    max-height: 293px;
    overflow-y: scroll;
    overflow-x: hidden;
    list-style: none;
    border-top: 1px solid #f0f0f1;
}

.shopping-cart .shopping-cart-items::-webkit-scrollbar {
    width: 0
}

.shopping-cart .shopping-cart-items li a {
    list-style: none;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #f0f0f1;
    margin: 0 12px;
}

.shopping-cart .shopping-cart-items .delete-product-hover-cart {
    float: left;
    font-size: 12px;
    color: #ae0f0f;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #a1a3a8;
    border: 0;
    outline: 0;
    color: #a1a3a8;
    cursor: pointer;
}

/* 
.shopping-cart:after,
.shopping-cart:before {
    top: -22px;
    left: 3%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.shopping-cart:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-right: 2px;
    top: -20px;
}

.shopping-cart:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-right: -11px;
} */

.shopping-cart-icon {
    -webkit-mask: url(icon/Basket.svg) no-repeat 100% 100%;
    mask: url(icon/Basket.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.shopping-cart-icon.cart-icon {
    background-color: #515783
}

.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-left: 7px;
    float: right
}

.shopping-cart-recyclebin {
    -webkit-mask: url(icon/RecycleBin.svg) no-repeat 100% 100%;
    mask: url(icon/RecycleBin.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #f00;
    display: inline-block;
    width: 18px;
    height: 18px;
}

.cart-reone {
    display: flex;
    text-decoration: none !important;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: inherit;
}

span.Cart-logo-reone {
    line-height: 1;
}

.reone-MiddleHeader .header-content-wrap .ecommerceSearch {
    width: 50%;
}

span.Title-cart-reone {
    padding: 0 5px;
}

.cart-menu-relative {
    position: relative;
}

span.counterCardMenu {
    z-index: 2;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: var(--accent-color);
    border-radius: 12px;
    position: absolute;
    top: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.cartmenu {
    position: relative;
}

.km-bottom-sheet-view .km-menu .km-inner-btn .km-number {
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 50px;
    background: #ed2b73;
    width: 16px;
    line-height: 16px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    height: 17px;
}

a.viewcart {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #008dd0;
    font-size: 12px !important;
    font-size: .857rem !important;
    line-height: normal !important;
}

span.cart-count {
    font-size: 12px;
    font-size: .857rem;
    line-height: normal;
    color: #81858b;
}

.shopping-cart-list-item-image {
    width: 75px;
    height: 75px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    max-width: 75px;
    position: relative;
}

.shopping-cart-list-item-image img {
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
}

.shopping-cart-list-item-content {
    margin-right: 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

p.shopping-cart-list-item-title {
    font-size: 12px !important;
    font-size: .857rem !important;
    line-height: normal !important;
    font-weight: 700;
    margin-bottom: 8px;
    color: #424750;
    white-space: pre-wrap;
}

.shopping-cart-list-item-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shopping-cart-list-item-footer,
.c-header__basket-list-item-remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shopping-cart-list-item-props {
    color: #81858b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    font-size: .714rem;
    line-height: normal;
}

.shopping-cart-footer {
    padding: 8px;
    border-top: 1px solid #f0f0f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shopping-cart-total {
    width: 50%;
    font-size: 12px;
    font-size: .857rem;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 4px;
}

.shopping-cart-footer a {
    width: 50%;
    display: block;
    font-size: 14px;
    font-size: 1rem;
    line-height: 26px;
    letter-spacing: -.5px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 10px;
    background: var(--accent-color);
    border: none;
    border-radius: 15px;
}

.cart-menu-relative {
    -width: 27px;
}

.cart-tab-head {
    display: flex;
    align-items: center;
    border-bottom: solid 1px var(--accent-color);

    .item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.57rem;
        width: 100%;
        padding: 0.4rem;
        font-weight: bold;
        border-radius: 0.4rem 0.4rem 0 0;
        cursor: pointer;

        .num {
            color: #fff;
            background: var(--accent-color);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 1.7rem;
            height: 1.7rem;
            border-radius: 50%;
            line-height: 0;
        }

        &.active {
            background: var(--accent-color);
            color: #fff;
            cursor: default;

            .num {
                color: var(--accent-color);
                background: #fff;
            }
        }
    }
}

.cart-tab-content {
    padding: 0.4rem;
    text-align: right;

    .item {
        display: none;

        &.active {
            display: block;
        }
    }
}