.lightrcommerce-minicart {
    position: relative;
    cursor: pointer;
}

.lightrcommerce-minicart .lightrcommerce-counter {
    font-weight: 500;
    font-size: 14px;
    height: 23px;
    width: 23px;
    background: #ffb92a;
    color: white;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    right: -12px;
    line-height: 23px;
    text-align: center;
}

.lightrcommerce-wrapper {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: var(--e-global-color-secondary);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0% 4% 0% 4%;
}

@media (max-width: 767px) {
    .lightrcommerce-wrapper {
        margin-top: 100px;
    }
}
