/*RESET BOOTSTRAP*/
body{
    font-family: Arial, Helvetica, sans-serif;
}
.table {
    margin-bottom: 0 !important;
}
.table thead {
    border-top: 1px solid #ddd;
}
.table > tfoot > tr > td {
    border-top: none !important;
}
.table tbody {
    background: #fff;
}

/*CART*/
.cart-page #main-content .section:nth-child(2) {
    padding-top: 0 !important;
}
.cart-page #main-content {
    width: 100% !important;
    padding-right: 0 !important;
}
#info-cart-wp table tr td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#info-cart-wp table thead tr td {
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    padding: 18px 25px;
    color: #333;
    background: #f1f1f1;
    border: 0;
}
#info-cart-wp table tbody tr td {
    color: #222;
    padding: 10px 0px;
}
#info-cart-wp table tbody tr td .num-order {
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
}
#info-cart-wp table tbody tr td .thumb {
    display: inline-block;
    width: 100px;
    min-height: 100px;
    overflow: hidden;
    border-radius: 8px;
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* Smooth transition */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Initial box-shadow */
    padding: 0px 10px;

}
#checkout-cart {
    display: inline-block;
    padding: 12px 25px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 3px;
    font-weight: normal;
    border: none;
    outline: none;
    background: #ab0000;
    color: #fff;
}
#update-cart {
    display: inline-block;
    padding: 12px 25px;
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 3px;
    background: #ececec;
    margin-right: 5px;
    border: 1px solid #d6d6d6;
    font-weight: normal;
}
#update-cart:hover {
    background: #dadada;
}
#checkout-cart:hover {
    background: #2b478c;
}
#cart-wp table tfoot tr td #action-cart a:nth-child(2) {
    margin-right: 0;
}
#total-price {
    font-size: 18px;
    text-transform: uppercase;
    margin: 25px 0px 20px 0px;
}
#total-price span {
    color: #ad0000;
}
#action-cart-wp {
    margin-top: 30px;
}
#action-cart-wp .title {
    margin-bottom: 10px;
    line-height: 24px;
}
#action-cart-wp .section-detail .title span {
    font-weight: normal;
}
#action-cart-wp a {
    display: inline-block;
    color: #006cbb;
    line-height: 21px;
    text-decoration: underline !important;
}
#action-cart-wp #buy-more {
    margin-bottom: 5px;
}
#info-cart-wp table tfoot tr td {
    padding: 0px;
}
.table > tbody > tr > th,
.table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
}
.image-order-cart{
    margin: 0 auto;
    width: 530px;
    height: auto;
}
.btn-clear-cart{
    color: #ffffff;
    border: unset;
    border-radius: 8px;
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* Smooth transition */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Initial box-shadow */
}
.btn-delete-cart{
    color: #ffffff;
    background-color: #ad0000;
    border: unset;
    border-radius: 8px;
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* Smooth transition */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Initial box-shadow */

}