.pv-wrap-cart {
    padding: 20px 5px 10px 5px;
}

.header-title-cart {   
    background-color: #00aed7;
}

.header-title-cart h2 {
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 7.5px;
}


.pv-cart-row {
    padding: 5px;
}


.row-top-product {
    display: flex;
    margin-bottom: 15px;
}

.cart-image-product {
    width: 30%;
}
.cart-image-product a img{
    width: 100px;
    height: 100px;
}


.product-price-info {
    width: 60%;
    display: flex; 
    flex-direction: column;
}

.pv-count-product {
    display: flex;
    align-items: center;
}
.product-quantity {
    margin-right: 10px;
}
.pv_plus,
.pv_minus {
    padding: 10px;
}

.pv-remove-custom {
    display: block;
    width: 100%;
    
}
.pv-remove-custom a {
    padding: 5px 10px;
    border: 1px solid #0170b9;
    border-radius: 10px;
    color: #dc3232;
}
div.woocommerce {
        max-width: 55%!important;
    }
.pv-remove-custom a:hover{
    border: 1px solid #dc3232;
}


.pv-update-cart-btn {
    display: none;
}

.cart-subtotal {
    display: none !important;
}

.woocommerce-notices-wrapper {
    display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cross-sells {
    width: 100%;
}

