


/***/

.cat_product_deleted td a,.cat_product_deleted{
 text-decoration:line-through;
}
.my_label{
    background: #e6e6e6;
    border-radius: 3px;
    padding: 3px;
}

.my_count{
    /*vertical-align: super;*/
    font-size: 80%;
}

.navbar-laravel {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}


@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

.header__logo{
    margin: auto;
}
.my_cart td{
    padding: 1em;
    border-bottom: 1px solid grey;
}

.my_cart_null_item{
    text-decoration: line-through;
    color: #ccc;
}

.cart_delivery{
    font-size: 150%;
}

.cart_delete{
    font-size: 80%;
    border-bottom: 1px dashed grey;
    cursor: pointer;
}

.my_table{
    font-size: 90%;
    background: #fafafa;
}
.my_table tr:first-child{
    background: #ffffff;
    /*font-style: italic;*/
    border-bottom: 3px solid #d2d2d2;
}
.my_table tr:hover{
    background: #ffffff;
}
.my_table td{
    border-right: 1px solid white;
    border-bottom: 1px solid #e3e3e3;

    padding: 0.3em 1em;
}






