body.mini-cart {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

main::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    top: 124px;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
    display: block;
}


.mini-cart-active::after {
    opacity: 1;
    pointer-events: unset;
}

#mini-cart {
    width: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999;
    background-color: #ffffff;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    top: 159px;
    right: -100%;
    position: fixed;
    box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.15);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#mini-cart.active {
    right: 0;
}

#mini-cart .h1 {
    font-size: 24px;
    line-height: 1em;
}

#mini-cart .item-count {
    font-size: 24px;
    line-height: 1em;
    border-bottom: 1px solid #D5D5D5;
}

#mini-cart .product-name {
    font-size: 14px;
    flex-grow: 1;
}

#mini-cart .cart-items .cart-item {
    padding: 32px;
    font-size: 14px;
    line-height: 17px;
    border-bottom: 1px solid #D5D5D5;
}

#mini-cart .cart-item a:hover,
#mini-cart .cart-item a:active,
#mini-cart .cart-item a {
    color: var(--red);
    font-weight: normal;
}

#mini-cart .cart-item .image-wrapper {
    width: 48px;
    aspect-ratio: 1 / 1;
}

#mini-cart .pd-price {
    font-size: 34px;
    margin-top: 10px;
    line-height: 1em;
}

#mini-cart .pd-price sup {
    top: -20px;
    font-size: 58%;
}

#mini-cart .pd-price .flex-column sup {
    top: 2px;
}

#mini-cart .pd-price .period {
    font-size: 8px;
    margin: 2px 0 0 2px;
}

#mini-cart .price-wrap .or {
    font-size: 22px;
    line-height: 1em;
    margin: 15px 18px 0 19px;
}
#mini-cart .price {
    font-size: 14px;
    line-height: 17px;
    margin: 0 8px 0 0;
}

#mini-cart .price sup {
    top: 0;
}

#mini-cart .bottom {
    background-color: #F5F5F5;
}

#mini-cart .bottom .price {
    margin: 0;
    font-size: 25px;
    padding-left: 2px;
    position: relative;
    top: -3px;
}

#mini-cart .bottom {
    padding: 27px 20px 20px 20px;
    font-size: 12px;
}

#mini-cart .bottom a:first-child {
    margin: 15px 0;
}

#mini-cart .cart-items {
    margin-bottom: 25px;
}

#mini-cart .bottom:not(.empty-cart) {
    margin-top: auto;
    padding: 22px 23px 32px 32px;
}

#mini-cart .bottom strong {
    font-size: 13px;
}

#mini-cart .bottom .button-round {
    width: 100%;
    text-align: center;
    height: 39px;
    line-height: 39px;
    border-radius: 20px;
    font-size: 20px;
}

#mini-cart .bottom span {
    padding-top: 3px;
}

#mini-cart .bottom .pd-main sup {
    top: -13px;
}

#mini-cart .close {
    padding: 5px;
    opacity: 1;
    font-weight: normal;
    right: 18px;
    top: 15px;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: absolute;
    text-shadow: none;
    float: none;
    font-weight: 400;
    background-image: url("https://www.aronarents.com/themes/arona/css/../images/icons/icon-close.png");
    background-size: contain;
    width: 13px;
    height: 13px;
}

#mini-cart .button {
    height: 41px;
    line-height: 41px;
    font-size: 15px;
}

.extraproduct .button {
    height: 41px;
    line-height: 41px;
    font-size: 15px;
    width: 195px;
}

#mini-cart .button-blue {
    margin-top: 20px;
    color: white;
}

#mini-cart .shop-all,
#mini-cart .shop-all:hover {
    color: #fff;
    height: 39px;
    line-height: 39px;
    border-radius: 20px;
    font-size: 20px;
    width: 217px;
}

#mini-cart .button-white-blue {
    margin-top: 10px;
    color: black;
    background-color: #ffffff !important;
    border: 2px solid #00aeef;
    font-weight: bold;
}

#mini-cart .btn {
    font-weight: bold;
    margin: 5px 0;
    border-radius: 0;
    color: #fff !important;
}

#mini-cart .button-white {
    display: block;
    width: 90%;
    margin: 5px auto;
    color: #333;
    text-align: left;
    background-color: #fff;
}

#mini-cart .button-white.button-external {
    background: #fff url("https://www.aronarents.com/img/arrow_right_red.png") no-repeat center right 0;
    background-size: 17px;
    color: #333;
    font-size: 17px;
    font-weight: 400;
}

#mini-cart .button-white.button-external img {
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

#mini-cart .button-orange {
    height: 30px;
    line-height: 20px;
    padding: 5px 25px;
    font-size: 11px;
    border: none;
}

#mini-cart .button-orange,
#mini-cart a.button-orange,
#mini-cart a.button-orange:hover,
#mini-cart a.button-orange:active {
    color: #fff;
}

#mini-cart .empty-cart:not(.bottom) {
    height: 262px;
}

#mini-cart .empty-cart .product-name {
    font-size: 12px;
    line-height: 14.5px;
    padding: 11px 0 13px 0;
}

#mini-cart .empty-cart .price {
    font-size: 14.5px;
    padding-bottom: 10px;
}

#mini-cart .bottom.empty-cart .row>div:nth-child(odd) {
    padding-right: 6px;
}

#mini-cart .bottom.empty-cart .row>div:nth-child(even) {
    padding-left: 6px;
}

#mini-cart .close {
    font-size: 24px
}

#mini-cart .remove {
    font-size: 12px;
}

#mini-cart .remove img {
    margin-right: 4px;
    vertical-align: 0px;
}

#mini-cart .remove span {
    position: relative;
    font-weight: 500;
    top: -3px;
    font-size: 12px;
}

#mini-cart .mbtm {
    display: flex;
    justify-content: space-between
}

#mini-cart .pdetails {
    gap: 8px 0;
    display: flex;
    flex-direction: column;
}

.extraproduct {
    background: #f5f5f5;
}

.extraproduct .inner {
    width: 240px;
}

.extraproduct .img-or {
    width: 24px;
}

.extraproduct .price-main {
    font-size: 53px;
}

.extraproduct .features p {
    font-size: 20px;
}

.extraproduct .features ul li {
    list-style: none;
    padding: 2px 0 2px 20px;
    background: url("https://www.aronarents.com/themes/arona/css/../images/icon-check.png") no-repeat left top 3px;
}

@media screen and (min-width: 480px) {
    .extraproduct .inner>.flex {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    #mini-cart .price-wrap {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    #mini-cart {
        width: 100%;
        top: 0;
        right: -110%;
        z-index: 99999999;
    }

    #mini-cart .item-count {
        margin-top: 21px;
    }

    #mini-cart .cart-items .cart-item {
        padding: 33px 5px 33px 16px;
    }

    #mini-cart .remove span {
        font-size: 14px;
    }

    #mini-cart .h1 {
        font-size: 30px;
    }

    #mini-cart button.close {
        font-size: 30px;
        padding: 10px 10px 0 0;
    }

    #mini-cart .empty-cart h3 {
        text-align: left;
    }

    #mini-cart .button-white.button-external {
        font-size: 15px;
        width: 100%
    }

    #mini-cart .abs-bottom {
        max-width: 250px;
        margin: 0 auto;
    }

    .extraproduct {
        margin: 0;
    }

    .extraproduct .features p {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .extraproduct .features ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .extraproduct .features ul li {
        font-size: 14px;
        width: 48%;
    }

    .extraproduct .inner {
        width: 100%;
    }

    .extraproduct .features ul li:nth-child(4) {
        order: 4;
    }

    .extraproduct .features ul li:nth-child(2) {
        order: 3;
    }

    .extraproduct .price-main {
        font-size: 31px;
    }

    .extraproduct img {
        width: 145px;
        margin-left: 0;
        margin-right: 30px;
    }

    .extraproduct .img-or {
        width: 19px;
        margin: 0 5px;
    }

    .extraproduct {
        padding-left: 10px;
        padding-right: 10px;
    }
}