.list-products-section {
    background-color: #fafafa;
    border-bottom: 1px solid #e1e1e1;
}

.list-header {
    padding-top: 30px;
}

.list-products-section .table-list-products table {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 21px 0px rgba(50, 50, 50, 0.2);
    min-height: 271px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    overflow: HIDDEN;
}

.list-products-section .table-list-products th {
    color: #fff;
    background-color: var(--AKBP-blue);
    font-weight: 700;
    padding: 20px;
    text-align: center;
    border: none;
}

.list-products-section .table-list-products td {
    border: none;
}

.list-products-section .table-list-products tbody {
    text-align: center;
}

.buttons-list-products {
    text-align: center;
    margin: 50px 0;
}

.buttons-list-products div {
    display: inline-block;
}

.send-mail-btn {
    cursor: pointer;
    color: white;
    padding: 20px 50px;
    background: linear-gradient(20deg,#00a78e,#2fc48d);
    box-shadow: inset 0 -0.3rem 0 0 rgba(0,0,0,.1);
    border-radius: 0.4rem;
}

.download-list-btn {
    cursor: pointer;
    color: #000;
    padding: 20px 50px;
    border: solid 1px var(--AKBP-green);
    border-radius: 5px;
}

.table-hover tbody tr:hover {
    color: #000;
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.item-lista-productos {
    text-align: left;
}

.item-lista-productos h2 {
    font-size: 20px;
    text-align: left;
    color: #333333;
}

.tabla-presentacion h4 {
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.tabla-presentacion p {
    float: left;
    margin-right: 5px;
    color: #7e7e7e;
}

.tabla-vinculo {
    float: left;
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.tabla-vinculo a {
    text-align: left;
    color: #163288;
    width: 100%;
    display: block;
    font-weight: 600;
    text-decoration: underline;
}

tbody td[data-th="Eliminar de la lista"] div {
    cursor: pointer;
    font: 0/0 a;
    color: transparent;
    width: 40px;
    height: 40px;
    background: var(--AKBP-blue) url(../images/eliminar.png) no-repeat center center/25px;
    display: inline-block;
}

td[data-th="Eliminar de la lista"], 
td[data-th="Detalle del Producto"] {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: center;
}

.modal-header {
    display: inline;
    border: none;
}

.modal-header h5 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.modal-header p {
    display: inline;
}

#modalSendToEmail .modal-content {
    border-radius: 0;
    background-color: #fafafa;
    border: none !important;
    border-radius: 5px;
}

.btn-enviar {
    /* background: #ffdb00; */
    padding: 15px 40px;
    max-width: 176px;
    background: linear-gradient(20deg,#00a78e,#2fc48d);
    box-shadow: inset 0 -0.3rem 0 0 rgba(0,0,0,.1);
    border-radius: 0.4rem;
    color: #fff;
}

.form-control {
    border-radius: 0;
}

.modal-header .close {
    position: absolute;
    top: 10px;
    right: 20px;
}