﻿.cart-table .table tr td::before, .wishlist-table .table tr td::before {
    content: "";
    font-weight: 0;
}

#Availability th {
    text-align: center;
    border-top: none;
}

#Availability td {
    text-align: left;
}

#Availability .cart-subtotal td:nth-child(2) {
    text-align: center;
}

/*#Availability th {
    text-align: center;
    border-top: none;
}*/

#Orders th {
    text-align: center;
    border-top: none;
}

#Orders td {
    text-align: center;
}

#Orders .cart-subtotal
/*td:nth-child(2) */ {
    text-align: center;
}


#Delivers th {
    text-align: center;
    border-top: none;
}

#Delivers td {
    text-align: left;
}

#InfoOrders td {
    text-align: left;
}

element.style {
}

*, *::before, *::after {
    box-sizing: border-box;
}

li {
    text-align: -webkit-match-parent;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

ul {
    list-style-type: disc;
}

.error-input {
    border-color: rgba(222, 68, 55, 0.5) !important;
}

/*.dropdown-toggle::after {
    display: inline-block;
    font-Family: "Font Awesome 5 Free";
    font-Size: 80%;
    font-Weight: 900;
    content: "";
    margin-Left: 0.5rem;
}*/

.form-hide {
    display: none;
    opacity: 0;
}

.input-required::after {
    content: " *";
    color: #de4437;
    font-style: italic;
}

.invalid-feedback {
    display: block !important;
}

.padre {
    display: flex;
    align-items: center;
}

.centro {
    justify-content: center;
}

.table-new {
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.btn-outline-danger {
    color: #de4437;
    border-color: #de4437;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #de4437;
    border-color: #de4437;
}

.btn-pd-reduce {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
    padding-bottom: 0.4rem !important;
    padding-top: 0.4rem !important;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 1px;
    font-size: 10px !important;
}

@media (max-width: 767.98px) {
    .cart-table .table tr td, .wishlist-table .table tr td {
        text-align: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 767.98px) {
    .cart-table .table tbody tr:not(:first-child) td:first-child, .wishlist-table .table tbody tr:not(:first-child) td:first-child {
        border-top: 1px solid #dddddd;
        margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
    .trash-grid-2 {
        font-size: 1.06rem;
    }

    .cart-table .table tbody tr:first-child td, .wishlist-table .table tbody tr:first-child td {
        padding-top: 0.2rem;
    }

    .cart-table .table tbody tr td, .wishlist-table .table tbody tr td {
        padding: 0.2rem 0.75rem;
    }

    .cart-table .table tbody tr td, .wishlist-table .table tbody tr td {
        padding: 0.2rem 0.75rem;
    }

    .cart-table .table td {
        padding: 0.2rem;
    }
}

@media (min-width: 768px) and (max-width: 991.9px) {
    .js-quantity .col-auto {
        padding: 0px;
    }

    .js-quantity .col {
        padding: 0px;
    }
}
