#side-cart-button.side-cart-active {
    right: 0;
}

#side-cart-button {
    width: 71px;
    margin-right: -71px;
    transition: right .2s ease-in-out;
    cursor: pointer;
}

.side-cart {
    top: 100px;
    right: 0px;
    right: -352px;
    position: fixed;
    font-size: 18px;
    z-index: 1000;
    border-radius: 5px 0 0 5px;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
    color: #34495e;
    -webkit-transform: translateZ(0);
}

.side-cart .cart-header {
    background: #707b4e;
    border-top-left-radius: 5px;
    border-bottom: 3px solid #44473B;
    padding: 13px 5px 8px 22px;
    color: #fff;
    font-family: 'latoregular';
    font-size: 15px;
    cursor: pointer;
}

#side-cart-button .cart-items-wrapper {
    height: 200px;
}

.side-cart .cart-items-wrapper {
    background: #fff;
    height: 215px;
}

#side-cart-button .cart-items-wrapper .cart-items-wrapper_bg {
    margin: 16px 0 0 27px;
    position: absolute;
    width: 16px;
    height: 168px;
    background: transparent url(/siteassets/onl/img/sprites/header-footer-cart.png) no-repeat -65px -146px;
}

.side-cart .cart-checkout {
    color: #fff;
}

.side-cart .cart-checkout {
    background: #44473B;
    border-bottom-left-radius: 5px;
    padding: 9px 10px 10px 10px;
}

.text-side-cart-pedidos {
    position: absolute;
    left: 22px;
}

.cart-pedidos-ubicacion {
    width: 25px;
    position: relative;
    transform: translate(20%, 6%);
    margin: 0 10px;
}

.cardpedidos {
    display: flex;
    align-items: center;
}

.cardpedidos span {
    font-size: 21px;
    font-family: cursive;
}

.side-cart .cart-checkout {
    font-size: 21px;
    font-family: 'latobold', sans-serif;
    background: #44473B;
    border-bottom-left-radius: 5px;
    padding: 9px 10px 10px 10px;
}

#btn-pink {
    font-size: 23px;
    padding: 7px 30px 6px 26px;
    background: #707b4e;
    color: #fff;
    border-radius: 8px;
}

#side-cart .cart-checkout .cart-total-wrapper {
    float: right;
    padding-top: 10px;
}

.imageproductsthumb {
    width: 100px;
    max-height: 100px;
}


/* --------------------------------------------------------------------------------------------- */

.info-item {
    padding-left: 10px;
    padding-right: 18px;
}

.info-item>a {
    text-transform: capitalize;
    color: #454545;
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.cart-quantity {
    color: #7e7e7e;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}

.boton-remover {
    background: red;
    color: white;
    border-radius: 5px;
    border: 2px solid red;
}

.cart-price {
    margin-left: 8px;
}

.scroll-pedidos {
    overflow: auto;
    min-height: 346px;
    max-height: 346px;
    max-width: 362px;
    background: #fff;
}

#table_cart {
    margin-bottom: 5px !important;
}

.qty input {
    width: 23px !important;
    border: 1px solid #e8e8e8;
    border-left: 0;
    border-right: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.qty .nice-number button {
    background-color: #43463A;
    padding: 0;
    width: 15px;
    height: 34px;
    border: 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.qty .nice-number button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.qty .nice-number button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}