<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mcart{
   background-image: url("../../../../../media/img/seamless-bamboo-pattern.png");;
    height: auto;
    width: 100%;
}
.mcart__long_empty {
    padding: 50px;
}
.mcart__long-articlecard {
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-top: 4px;
}
.mcart__long-articolo {
    border: 0!important;
}
.mcart__long-arttitle {
    font-weight: 600;
    font-size: 1.3rem;
}

.mcart__long-unitario {
    font-size: 1.2em;
}
.mcart__long-unitario-listino {
    display: inline-block;
    padding: 0 10px 0 0;
    color: #000;
}
.mcart__long-unitario-listino.mcart__long-unitario-isdiscount {
    text-decoration: line-through;
}
.mcart__long-unitario-scontato {
    display: inline-block;
    padding: 0 10px 0 0;
    font-size: 1.2em;
    color: green;
    font-weight: bold;
}
.mcart_long_quantita {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

.mcart__long-pricecomp-label {
    text-align: left;/* 
    height: 40px;
    line-height: 40px; */
}
.mcart__long-pricecomp-value {
    text-align: center;/* 
    height: 40px;
    line-height: 40px; */
    font-weight: bold;
    font-size: 1.2em;
}
.mcart__long-totart {
    font-weight: bold;
    font-size: 1.4em;
    color: green;
}
.mcart_checkout-wrap {
    padding: 0;
}
.mcart_checkout {
    border: 0;
    padding: 5px;
}
.mcart_checkout-label {
    font-weight: bold;
    font-size: 1.4em;
}
.mcart_checkout-price {
    font-weight: bold;
    font-size: 1.4em;
    text-align: right;
    color: green;
}

.mcart_confirm {
    width: 100%;
    color: #000;
    font-weight: bold;
    font-size: 1.2rem;
    background-color: rgba(253, 192, 47, 0.6);
}
.mcart__pay-icon {
    text-align: center;
}




/* media query ----------------------------------------------------------------------------- 
 Extra small devices (portrait phones, less than 576px)
 No media query for `xs` since this is the default in Bootstrap
--------------------------------------------------------------------------------------------*/

/*  Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

 /* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .mcart_checkout-wrap {
        width: 100%;
        padding: 20px 0 20px 20px;
    }
    .mcart_checkout {
        position: relative;
        width: 100%;
        min-height: 300px;
        border: 2px solid #EEE447;
    
    }
    .mcart_checkout-pay {
        position: absolute;
        bottom: 30px;
    }
}

 /* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

 /* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

.quantity {
    float: left;
    margin-right: 15px;
    background-color: #eee;
    position: relative;
    width: 80px;
    overflow: hidden
}

.quantity input {
    margin: 0;
    text-align: center;
    width: 15px;
    height: 15px;
    padding: 0;
    float: right;
    color: #000;
    font-size: 20px;
    border: 0;
    outline: 0;
    background-color: #F6F6F6
}

.quantity input.qty {
    position: relative;
    border: 0;
    width: 100%;
    height: 40px;
    padding: 10px 25px 10px 10px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0;
    background-clip: padding-box
}

.quantity .minus, .quantity .plus {
    line-height: 0;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-size: 6px 30px;
    -moz-background-size: 6px 30px;
    color: #bbb;
    font-size: 20px;
    position: absolute;
    height: 50%;
    border: 0;
    right: 0;
    padding: 0;
    width: 25px;
    z-index: 3
}

.quantity .minus:hover, .quantity .plus:hover {
    background-color: #dad8da
}

.quantity .minus {
    bottom: 0
}
.shopping-cart {
    margin-top: 20px;
}

.bg-dark {
    background-color: #f90855!important;
}
.btn-outline-secondary {
    color: white;
    background-color: #8dbb1a;
    background-image: none;
    border-color: #8dbb1a;
}

.btn-success {
    color: white;
    background-color: #4c3326;
    background-image: none;
    border-color: #4c3326;
}

.btn-secondary {
    color: #fff;
    background-color: #f90855!important;
    border-color: #f90855!important;
}

.btn-danger {
    color: #fff;
    background-color: #8c0909;
    border-color: #8c0909;
}

.btn-outline-info {
    color: white;
    background-color: #8dbb1a;
    background-image: none;
    border-color: #8dbb1a;
}</pre></body></html>