.signeda-header__middle__content__cart {
    position: relative;
}

.signeda-header__middle__content__cart__icon {
    position: relative;
    margin-right: 10px;
}

.signeda-header__middle__content__cart__badge {
    position: absolute;
    top: 0;
    left: 20px;
    width: 16px;
    height: 16px;
    background-color: #d71637;
    border-radius: 100%;
}

.signeda-header__middle__content__cart__badge span {
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    line-height: 11px;
    position: relative;
    bottom: 1px;
}

.signeda-header__middle__content__cart__display {
    gap: 3px;
}

.signeda-header__middle__content__cart__display span {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
}

.signeda-header__middle__content__cart__display span:last-child {
    font-weight: 700;
}

.signeda-header__middle__content__cart a {
    text-decoration: none;
}

.signeda-header__middle__content__cart__icon i {
    font-size: 32px;
    color: #d71637;
}

.signeda-header__middle__content__cart__dropdown:not(.active) {
    display: none;
}

.signeda-header__middle__content__cart__dropdown {
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    top: 50px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    width: 280px;
    z-index: 100;
}

.signeda-header__middle__content__cart__dropdown:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #FFFFFF transparent;
    content: "";
    position: absolute;
    top: -10px;
    right: 20px;
    transform: translateX(-50%) rotate(0deg);
}

.signeda-header__middle__content__cart__dropdown__checkout-link {
    background-color: #d71637;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    height: 45px;
    border: 0;
    margin-top: 15px;
}

.signeda-header__middle__content__cart__dropdown__checkout-link:hover {
    background-color: #a90d29;
}

.signeda-header__middle__content__cart__dropdown__save-cart {
    background-color: #ffffff;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    height: 45px;
    border: 2px solid #3b3b3b;
    margin-top: 15px;
    width: 100%;
}

.signeda-header__middle__content__cart__dropdown__save-cart:hover {
    color: #ffffff;
    background-color: #3b3b3b;
}

.signeda-header__middle__content__cart__dropdown__items {
    margin: 0px;
    padding: 0px;
    list-style: none;
    max-height: 240px;
    overflow: auto;
}

/* Firefox */
.signeda-header__middle__content__cart__dropdown__items {
    scrollbar-width: thin;
    scrollbar-color: #a90d29 #ffffff;
    padding-right: 5px;
}

/* Webkit browsers */
.signeda-header__middle__content__cart__dropdown__items::-webkit-scrollbar {
    width: 12px;
}

.signeda-header__middle__content__cart__dropdown__items::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.signeda-header__middle__content__cart__dropdown__items::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.signeda-header__middle__content__cart__dropdown__items::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.signeda-header__middle__content__cart__dropdown__checkout-link i {
    font-size: 18px;
    margin-left: 5px;
}

.signeda-header__middle__content__cart__dropdown__items__cart-item__info ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.signeda-header__middle__content__cart__dropdown__items > li {
    padding: 10px 0px;
    border-bottom: 1px solid #ebebeb;
}

.signeda-header__middle__content__cart__dropdown__items__cart-item__info li.product-catalog-code {
    font-weight: 600;
    color: #a90d29;
    font-size: 14px;
}

.signeda-header__middle__content__cart__dropdown__items__cart-item__info li.product-name {
    font-size: 12px;
    font-weight: 500;
}

.signeda-header__middle__content__cart__dropdown__items__cart-item__info li.product-name a {
    color: #3b3838;
    text-decoration: underline;
}

.signeda-header__middle__content__cart__dropdown__items__cart-item__info li.product-quantity {
    font-size: 12px;
    color: #706b6b;
}

.signeda-header__middle__content__cart__dropdown__items__cart-item i.remove-product {
    font-size: 21px;
    color: #706b6b;
    cursor: pointer;
}

.signeda-header__middle__content__cart__dropdown__items__cart-item i.remove-product:hover {
    color: #a90d29;
}

.signeda-header__middle__content__cart__dropdown__items__cart-item i.remove-product.disabled {
    opacity: 0.5;
    user-select: none;
    pointer-events: none;
}

.signeda-header__middle__content__cart__dropdown__empty {
    color: #706b6b;
    font-size: 14px;
    text-align: center;
    margin: 0;
}

@media(max-width: 1399.5px) {

}

@media(max-width: 1199.5px) {

}

@media(max-width: 991.5px) {

}

@media(max-width: 767.5px) {
    .signeda-header__middle__content__cart__display span {
        display: none;
    }

    .signeda-header__middle__content__cart__dropdown {
        right: 0;
        left: auto;
        transform: none;
    }
}

@media(max-width: 575.5px) {

}

