.page-location span{
    padding-left: 4rem;
}

.page-location,
.page-location a{
    color: #b2b6b9;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-location b{
    margin: 0px 5px;
}

.page-location a:hover{
    color: var(--main-color);
}

.cart-table{
    width: 100%;
    padding-left: 4rem;
    border-collapse:separate;
    border-spacing:0 20px;
    margin-bottom: 80px;
}

.cart-table th:nth-of-type(1){
    padding-left: 30px;
}

.cart-table th{
    color: #7e7e7e;
    font-weight: bold;
    /* padding-bottom: 10px; */
}

.cart-table tbody tr{
    background-color: #eef3f7;
    border-radius: 10px;
}

.cart-table tbody td{
    padding: 20px 0px;
    font-size: 16px;
}

.cart-table tbody td input{
    width: 120px;
}

.cart-table tbody tr td:nth-of-type(1){
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 25px;
}

.cart-table tbody tr td:nth-of-type(4n){
    font-weight: bold;
}

.cart-table tbody tr td:nth-of-type(5n){
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-right: 25px;
}

.cart-table tbody tr td.no-product{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 25px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-right: 25px;
    text-align: center;
    font-weight: bold;
}

.cart-table tbody tr td a{
    /* padding-left: 10px; */
    font-weight: bold;
    font-size: 18px;
    color: #212529;
    text-decoration: none;

}

.cart-table td img{
    width: 15%;
    aspect-ratio: 3/2;
    object-fit: contain;
    
}

.custom-card{
    margin-top: 65px;
    min-height: 300px;
    width: 100%;
    background-color: #eef3f7;
    border-radius: 10px;
    margin-bottom: 80px;
    padding: 50px;
    padding-top: 55px;
    padding-bottom: 30px;
}

.custom-card h5{
    font-weight: bold;
}

.custom-card h4{
    color: var(--main-color);
    font-weight: bold;
}

.btn-finalize-cart{
    padding: 0px 25px;
    border-radius: 7px;
    font-size: 16px;
    background-color: #15d75a;
    color: white;
    border: none;
    /* margin-left: -35px; */
    transition: all 0.3s ease;
    border: 2px solid #15d75a;
    min-height: 55px !important;
    width: 100%;
    margin-top: 30px;
}

.btn-finalize-cart:hover{
    color: #15d75a;
    background-color: transparent;
}

.form-type-number{
    display: flex;
}

.form-type-number input{
    width: 150px !important;
    /* min-width: 170px; */
    height: 45px;
    text-align: center;
    margin-left: -45px;
}

.form-type-number .btn-minus{
    font-size: 21px;
    color: gray;
    font-weight: bold;
    position: relative;
    top: 1px;
    left: 0px;
    /* border-right: 1px solid #ced4da; */
    border-left: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    width: min-content;
    /* padding-right: 18px;
    padding-left: 18px; */
    width: 45px;
    padding-top: 5px;
    height: 44px;
    cursor: pointer;
    display: block;
    text-align: center;
    background-color: white;
    border-bottom-left-radius: .375rem;
    border-top-left-radius: .375rem;
    transition: all 0.3s ease;
}

.form-type-number .btn-plus{
    font-size: 21px;
    cursor: pointer;
    color: gray;
    font-weight: bold;
    position: relative;
    /* top: -37px; */
    top: 1px;
    left: -45px;
    /* border-left: 1px solid #ced4da; */
    border-bottom: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    width: min-content;
    /* padding-left: 17px;
    padding-right: 17px; */
    width: 45px;
    padding-top: 5px;
    height: 44px;
    display: block;
    text-align: center;
    background-color: white;
    border-bottom-right-radius: .375rem;
    border-top-right-radius: .375rem;
    transition: all 0.3s ease;
}

.form-type-number .btn-plus:hover,
.form-type-number .btn-minus:hover{
    background-color: #ced4da;
    color: white;
}

.modal-cart button.close{
    border: transparent;
    background-color: transparent;
}

.modal-cart button.close i{
    font-size: 19px;
    color: #3a3a3a;
}

.modal-cart .modal-header{
    border-bottom: none;
}

.modal-cart .modal-title{
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    color: #3a3a3a;
}

.modal-cart .modal-body{
    padding-top: 0px;
}

.modal-cart .modal-body .text{
    font-size: 16px;
    color: #3a3a3a;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 15px;
    padding: 0px 20px;
}

.modal-cart .modal-footer{
    border-top: none;
}

.modal-cart .modal-footer button{
    height: 48px;
    min-width: 120px;
}

.modal-cart .modal-footer button.btn-secondary{
    margin-left: auto;
    border: 2px solid #6c757d !important;
}

.modal-cart .modal-footer button.btn-secondary:hover{
    color: #6c757d;
    background-color: transparent;
    
}

.modal-cart .modal-footer button.btn-success{
    margin-right: auto;
    background-color: var(--bs-primary);
    border: 2px solid var(--bs-primary);
}

.modal-cart .modal-footer button.btn-success:hover{
    color: var(--bs-primary);
    background-color: transparent;
}

.modal-cart .icon-circle{
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    height: 140px;
    border: 3px solid var(--bs-primary);
    border-radius: 100%;
    text-align: center;
    padding-top: 40px;
}

.modal-cart.success .icon-circle{
    border-color: #15d75a;
}

.modal-cart .icon-circle i{
    margin: auto;
    font-size: 60px;
    color: var(--bs-primary);
}

.modal-cart.success .icon-circle i{
    color: #15d75a;
}

@media screen and (max-width: 450px) {
    
    .page-body{
        padding: 10px !important;
    }

    .cart-table tbody td{
        display: block;
        padding: 10px;
        text-align: center;
    }

    .cart-table thead{
        display: none !important;
    }

    .cart-table td img{
        width: 100%;
        margin-top: 15px
    }

    .cart-table td img + a{
        margin-top: 10px;
        display: block;
    }

    .cart-table{
        padding: 0px;
        margin-bottom: 0px;
    }

    .cart-table tbody tr td:nth-of-type(1n){
        padding: 10px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .form-type-number input{
        margin: auto !important;
    }

    .form-type-number .btn-minus{
        left: 98px;
    }

    .form-type-number .btn-plus{
        left: -98px;
    }

    .cart-table tbody tr td:nth-of-type(5n){

    }
}