
.cart-sidebar-plus-active #cart-sidebar-plus {
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100vh;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    z-index: 999999;
    border-left: 1px solid #bbb;
    display: block!important;
}
body.cart-sidebar-plus-active{
    padding-right: 200px;
}

#cart-sidebar-plus-footer-content{
    margin-top: 5px;
}
#cart-sidebar-plus-footer-content button{
    width: 100%;
    background: #1AA058;
    text-transform: none;
    color: #fff;
    padding: 0px;
    font-size: 12.5px;
    border-radius: 18px;
    margin: 0px;
    min-height: initial;
    line-height: 27px;
}
#cart-sidebar-plus-footer-content button#button_sidebar_cart_ahora{
    background: #0054ff;
    color: #fff;
}
#cart-sidebar-plus div.arrow-cart-sidebar-plus{
    border-style: solid;
    _border-style: dashed;
    border-width: 6px;
    border-color: transparent;
    border-right: 6px solid #fff;
    border-left-width: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    content: " ";
    position: relative;
    top: -6px;
    display: none;
}
#cart-sidebar-plus div#sidebar_no_productos{
    font-size: 13px;
    text-align: center;
    padding: 43px 10px;
}


#cart-sidebar-plus .product-container-sidebar {
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
}

#cart-sidebar-plus .product-sidebar img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    border-radius: 5px;
}

#cart-sidebar-plus .product-info-sidebar {
    text-align: center;
}

#cart-sidebar-plus .product-price-sidebar {
    font-weight: bold;
    color: #FF5722;
    margin-top: 3px;
    font-size: 0.6em;
}

#cart-sidebar-plus .product-quantity-sidebar select {
    border-color: #d5d9d9;
    border-radius: 8px;
    color: #222;
    background-color: #f0f2f2;
    width: 68px;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    text-align: center;
    margin: 0px;
}
#cart-sidebar-plus .product-trash-sidebar button {
    border: 1px solid #888c8c;
    font-size: 11px;
    line-height: 22px;
    padding: 0 6px 0 7px;
    height: 22px !important;
    border-radius: 15px;
    margin: 0px !important;
    min-height: initial;
}
#cart-sidebar-plus .product-trash-sidebar img {
    min-width: 5px;
    height: 13px;
    position: relative;
    top: -1px;
}

#cart-sidebar-plus .subtotal-sidebar {
    padding: 10px;
    font-size: 1.2em;
    text-align: right;
    border-top: 2px solid #FF5722;
    margin-top: 10px;
    background-color: #fafafa;
    border-radius: 5px;
}
#cart-sidebar-plus .product-contenedor-buttone-sidebar{
    width: 110px;
    display: flex;
    margin: auto;
    gap: 9px;
    align-items: end;
}
#cart-sidebar-plus .product-sidebar{
    padding: 10px 20px;
}
#cart-sidebar-plus .product-price-sidebar{
    margin-bottom: 8px;
}
#cart-sidebar-plus .product-price-sidebar bdi{
    font-size: 14px !important;
    line-height: 20px !important;
}
#cart-sidebar-plus-body{
    overflow-y: auto;
    height: calc(100vh - 140px);
}
#cart-sidebar-plus .product-options-sidebar{
    font-size: 10px;
    text-align: left;
    padding: 0 10px;
    line-height: 12px;
    margin-bottom: 5px;
}

#cart-sidebar-plus-body::-webkit-scrollbar {
    width: 8px;
}
#cart-sidebar-plus-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}
#cart-sidebar-plus-body::-webkit-scrollbar-thumb {
    background: #b2b2b2;
    border-radius: 10px;
}
#cart-sidebar-plus-body::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}

#cart-sidebar-plus .checkout-btn {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    color: #888888;
    text-align: center;
    border-radius: 100px;
    margin-top: 8px;
    margin-bottom: 12px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #888888;
    font-size: 12px;
    padding: 3px 6px 4px 7px;
}

#cart-sidebar-plus .checkout-btn:hover {
    background-color: #f3f3f3;
}

#cart-sidebar-plus .free-shipping {
    display: flex;
    align-items: center;
    font-size: 0.75em;
    color: green;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#cart-sidebar-plus .free-shipping img {
    margin-right: 5px;
    width: 15px;
}








#cart-sidebar-plus #cart-sidebar-plus-header{
    text-align: center;
    border-bottom: 1px solid #888888;
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
    height: 125px;
}
#cart-sidebar-plus #cart-sidebar-plus-header-title{
    font-size: 12px !important;
    line-height: 16px !important;
}
#cart-sidebar-plus #cart-sidebar-plus-header-total{
    line-height: 100%;
}
#cart-sidebar-plus #cart-sidebar-plus-header-total span.amount{
    font-size: 14px !important;
    line-height: 20px !important;
    color: #eb5c27;
}

.cart-sidebar-plus-active .off-canvas-right .mfp-content{
    right: 130px;
}

@media only screen and (max-width: 768px) {

    .cart-sidebar-plus-active #cart-sidebar-plus {
        display: none!important;
    }
    body.cart-sidebar-plus-active{
        padding-right: 0px!important;
    }
    .cart-sidebar-plus-active .off-canvas-right .mfp-content{
        right: 0px;
    }

}