.card {
    background: #fff;
}
.card h2 {
    font-size: 28px;
    color: rgba(34, 87, 122, 1);
}
.col-md-4 {
    width: 18%;
}
.btn-success {
    background-color: #dff5e6;
    color: #198754;
    border: none;
}
.btn-danger {
    background-color: #fde2e2;
    color: #dc3545;
    border: none;
}
.disabled-card {
    opacity: 0.5;
}
.cart-container {
    max-height: 80vh;
    overflow-y: auto;
    scrollbar-color: green;
}
a.cart-container {
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
}
.form-check-input:checked {
    background-color: rgba(62, 156, 73, 1);
    border: none;
}

.form-check-input {
    background-color: #ebedf3;
}
.shadow-sm {
    box-shadow: 0 0.1rem 1rem 0.25 rem rgba(0, 0, 0, 0.05) !important;
}
.custom-margin {
    margin-bottom: -0.875rem;
}
.custom-content-wrap{
    max-width: 40%;
}
.custom-margin-button-hr{
        margin-top: auto ;
       
}
.custom-margin-comments-hr{
        margin-bottom: 5px;
        
}
.comments-scroll{
    max-height: 80px;
    overflow-y: auto;
    scrollbar-width: none;
}
@media only screen and (max-width: 1200px){
    .card h2{
            font-size: 22px;
    }
}

@media only screen and (max-width: 576px){
    .custom-padding{
            padding: 0px;
    }
}
@media only screen and (max-width: 500px){
    .custom-btn {
            font-size: 10px;
    }
}
@media only screen and (max-width: 1000px){
    .custom-margin-button{
       margin-left: 0.5rem ;
       margin-right: 0.5rem;
    }
}
@media only screen and (max-width: 1200px)
{
    .custom-margin-button{
       margin-left: 0rem !important;
       margin-right: 0rem !important;
    }
}
@media only screen and (max-width: 600px)
{
    .custom-margin-button{
       margin-left: 1rem !important;
       margin-right: 1rem !important;
    }
}
@media only screen and (max-width: 300px)
{
    .custom-margin-button{
       margin-left: 1rem !important;
       margin-right: 1rem !important;
    }
}