.product-list .table-checkout-product-list {
    overflow: hidden;
}

#cartSelector {
    border: none;
    background: transparent;
    font-weight: bold;
}

#cartSelector:hover {
    background: transparent;
    cursor: pointer;

}

/* .products-div .card-body {
    max-height: 500px;
    overflow-y: auto;
} */

.product-list .table-checkout-product-list thead,
.product-list .table-checkout-product-list tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.footer-responsive .dropup #dropdownMenuLink::after {
    display: none;
}

.footer-responsive .dropup .dropdown-item {
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    font-size: 1rem;
    border: 0;
}

.footer-responsive .dropup .sub-item {
    font-size: 0.8rem;
}

.drop-container {
    max-height: 300px;
    overflow-y: auto;
}

.order-overview table {
    width: 100% !important;
    font-size: 11px;
    vertical-align: top !important;
    table-layout: auto;
    width: auto;
}

.order-overview th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
}

.order-overview tr,
.order-overview th,
.order-overview td {
    border: 1px solid #535658;
    border-radius: 0px;
    vertical-align: top !important;
    text-align: center;
    height: 10px;
}

.order-overview .position-relative {
    position: relative;
}

.order-overview .bg-dark {
    color: #000;
    background: #959799;
    border: 1px solid #535658 !important;
    text-transform: uppercase !important;
    font-weight: bold;
}

.order-overview .bg-dark-2 {
    background: #d9d9da;
    color: #000;
    border: 1px solid #535658 !important;
    text-transform: uppercase !important;
    font-weight: bold;
}

.order-overview .border-collapse {
    border-collapse: collapse;
    border: 1px solid #535658;
}

.order-overview .border-collapse .bg-dark {
    border: 1px solid #535658 !important;
}

.order-overview .dotted {
    border-top: 1px dotted #535658;
    margin: 10px 0px;
}

.order-overview .table3 {
    border-collapse: collapse;
    border-spacing: 3px;
}

.order-overview .border-none {
    border-color: transparent !important;
}

.order-overview p {
    margin-bottom: 0px;
}

.order-overview .bg-dark h3 {
    font-size: 18px;
}

.purchase-total-iva td.total-iva,
.purchase-total td.total-neto,
.purchase-total td.product-iva {
    padding: 0.25rem 0.25rem 0.25rem 0.8rem;
}

.empty-cart-alert {
    background-color: #f8d7da;
    border: 1px solid #721c24;
    border-radius: 5px;
    padding: 0.5rem;
}

.empty-cart-alert .empty-cart-icon i {
    color: #dc3545;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
    font-size: 50px
}

.empty-cart-alert h5 {
    text-shadow: none !important;
}

.empty-cart-alert .alert-sub-text {
    font-weight: 600;
}

.cart-container {
    margin-bottom: 96px;
}

.cart-container>.card:first-of-type {
    border: none;
}

.cart-container>.card:first-of-type .card-header {
    border: none;
}

.cart-container .product-cart-list {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    border: none;
}

.cart-container .product-cart-list table td.img-product {
    width: 30px;
}

.cart-container p.products-available {
    margin: 12px 0 0 0;
}

.cart-container .card .card-header{
    background-color: transparent;
}

.cart-list-header {
    padding: 0.75rem 1.25rem 0.75rem 0;
}

.cart-table-page tbody tr:first-child td {
    border: none;
}

.cart-table-page td {
    padding: 0.80rem 0.5rem;
}

#my-cart-table img {
    object-fit: cover;
}

#my-cart-table table th,
#my-cart-table table td {
    vertical-align: middle;
}

.img-product img {
    height: 72px;
    width: 72px;
}

p.title-product {
    font-family: var(--secondary-font-family);
    font-weight: 600;
}

#my-cart-table .link-container {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
    padding-bottom: 0;
}

#my-cart-table .my-product-remove {
    align-items: center;
    color: #EF4444;
    cursor: pointer;
    display: inline-flex;
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-weight: 600;
    background: none;
    border: 2px solid rgba(252, 165, 165, .45);
    border-radius: 2px;
    line-height: 14px;
    position: relative;
    text-decoration: none;
    transition: background-color .18s ease-in-out, color .18s ease-in-out, box-shadow .18s ease-in-out, border-color .18s ease-in-out, transform .12s ease-in-out;
    margin-right: 10px;
    padding: 6px 3px;
}

#my-cart-table .my-product-remove:hover {
    color: #fff;
    background: #B91C1C;
    border-color: transparent;
    box-shadow: inset 0 0 0 1px #FEE2E2;
}

#my-cart-table .my-product-remove:focus,
#my-cart-table .my-product-remove:focus-visible {
    outline: none;
    color: #fff;
    background: #B91C1C;
    border-color: transparent;
    box-shadow: inset 0 0 0 1px #FEE2E2, 0 0 0 3px rgba(254,226,226,0.45);
}

#my-cart-table .my-product-remove:active {
    color: #fff;
    background: #7f1212;
    border-color: transparent;
    box-shadow: inset 0 0 0 1px #FEE2E2;
    transform: translateY(1px);
}



@media (min-width: 991px) {
    .product-list {
        order: 1;
    }

    .checkout-form {
        order: 0;
    }
}

@media screen and (max-width: 991px) {
    .products-div .card-body {
        max-height: 350px;
    }
}

@media (min-width: 991px) and (max-width: 1110px) {

    .section-checkout-form .product-list,
    .section-checkout-form .checkout-form {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 426px) {
    .empty-cart-alert .alert-sub-text {
        font-size: 14px;
    }
}