.btn-cart {
    background-color: transparent;
    border: none;
    position: relative;
}

.btn-close-order {
    cursor: pointer;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    background-color: #000000;
    border: none;
    border-radius: 0;
}

.btn-close-order:hover {
    background-color: var(--color-headerLine-background);
}

.btn-close-order a {
    display: inline-block;
    width: 100%;
    font-size: 1rem !important;
    font-weight: normal !important;
    color: #000000 !important;
    padding: 10px 0;
}

.sc-shipment-free img {
    max-width: 35px;
}

.sc-order-products {
    height: 620px;
    overflow-y: auto;
}

.sideCartListProducts {
    overflow-x: hidden;
}

.sideCartProduct {
    border: 1px solid #000000;
    border-radius: 0;
    min-height: 140px;
}

.price-section,
.info-section,
.img-section {
    padding: 10px;
}

.img-section .img-margin {
    border: 1px solid var(--color-headerLine-background);
}

.img-section img {
    width: 100%;
}

.info-section {
    position: relative;
    min-height: 140px;
}

.info-section a {
    font-size: .875rem !important;
    font-weight: 400 !important;
    color: var(--color-text-three) !important;
}

.info-section span {
    max-width: 50px;
    font-size: .625rem !important;
    padding: 0 5px;
    border: 1px solid var(--color-background-four);
    color: var(--color-text-three);
}

.price-section {
    position: relative;
    min-height: 140px;
    font-size: .875rem;
    color: var(--color-text-three);
}

.price-section p {
    text-align: right;
}

.price-section button {
    position: absolute;
    bottom: 5px;
    right: 15px;
    background-color: transparent !important;
    border: none !important;
}

.price-section button i {
    font-weight: normal !important;
    color: #000000 !important;
}

.price-section button i:hover {
    color: var(--color-text-one) !important;
}

.item_price {
    color: #000000;
}

#buttons input {
    border: none;
    width: 25%;
    padding: 10px 0 10px 0;
    text-align: center;
}

.sc-button {
    background-color: transparent;
    border: none;
    position: relative;
    width: 20%;
    height: 30px;
    top: 5px;
}

.sc-button > i {
    color: #000000 !important;
}

.sc-button > i:hover {
    color: var(--color-text-one) !important;
}

.sc-shipment-free .percentage {
    display: inline-block;
    width: 0;
    height: 5px;
    background: linear-gradient(266deg, red 0%, orange 47%, yellow 100%);
    color: #000000;
    text-indent: -9999px;
    z-index: 1;
    transition: width .3s ease-in-out;
    max-width: 100%;
    border: none;
}

.total-text {
    font-weight: 600;
}

.total-value {
    font-weight: 600;
    color: var(--color-text-one);
}

/* 768px */
@media (max-width: 48em) {
    #sideCart .offcanvas-header {
        padding: 16px 38px;
    }

    #sideCart .bi-cart3 {
        font-size: 1.5rem;
        color: #000000;
    }

    .sideCartProduct {
        min-height: 100px;
    }

    .img-section {
        width: 20%;
        padding: 0 0 0 8px !important;
    }

    .info-section {
        width: 50%;
        min-height: 100px;
        text-align: left;
    }

    .info-section a {
        font-size: .75rem;
    }

    #buttons {
        position: relative;
        bottom: 0;
    }

    .sc-button {
        top: 0;
    }

    .price-section {
        width: 30%;
        min-height: 100px;
        padding: 16px 8px 8px 0 !important;
    }

    .price-section button {
        position: relative;
        bottom: -12px;
        right: 0;
    }

    .sc-shipment-free img {
        max-width: 30px !important;
    }

    .p-shipment-free {
        font-size: .75rem;
        width: 90%;
    }

    .section-freight {
        width: 100% !important;
    }

    .btn-close-order a {
        font-size: 1rem;
    }

    .sc-shipment-free .percentage {
        position: absolute;
        left: 0;
    }
}