.custom-card{
    background-color: #2d3d1a;
    height: 420px;
    width: 250px;
}

.custom-card a{
    text-decoration: none;
}

.card-body{
    width: 100%;
    height: 100%;
}

.card-photo{
    background-size: cover;
    height: 50%;
    margin: 20px;
}

.custom-card .row{
    margin: 0 !important;
    width: 100% !important;
}

.custom-card .row p{
    /* Here */
    /* text-align: center !important; */
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    margin: 0 20px;
}

.custom-card-row:nth-child(2) p{
    width: 85%;
    color: #bcaf10;
    font-size: 16px;
    font-weight: 600;
}

.price-availability-col .custom-card-row:nth-child(2) p{
    color: #bb8645;
    font-weight: 700;
    font-size: 28px;
    padding-top: 20px;
}

.price-availability-col .custom-card-row:nth-child(1) p{
    font-size: 13px;
}

.custom-card-to-cart-button {
    padding-right: 20px !important;
}

.price-availability-col {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    margin-top: 10px !important;
}

.custom-card-button {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    justify-content: end;
}

.custom-card-button form {
    text-align: end;
    width: 59%;
    height: 59%;
}

.add-to-cart-button {
    width: 100%;
    height: 100%;
    background-color: #bcaf10;
    border: 0px;
}

.add-to-cart-button:hover:not(.add-to-cart-button.custom-disabled-button) {
    background-color: #bb8645;
}

.add-to-cart-button img {
    width: 60%;
    height: 60%;
}

.custom-card-to-cart-button {
    padding: 0;
    padding-right: 20px;
}

@media only screen and (max-width: 576px){
    .custom-card{
        height: 350px;
        width: 220px;
    }

    .card-col {
        padding-left: 3px !important;
        padding-right: 3px !important;
        padding-bottom: 6px !important;
    }

    .card-photo {
        margin-top: 12px;
        margin-left: 12px;
        margin-right: 12px;
    }

    #bullets-slider{
        margin: auto 0 auto 0;
        width: 100%;
    }

    .custom-card-row:nth-child(2) p {
        font-size: 15px;
        font-weight: 500;
        line-height: 17px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .card-photo {
        margin-bottom: 13px; 
    }

    .price-availability-col {
        margin-top: 7px !important;
        height: 75px;
    }

    .price-availability-col .custom-card-row:nth-child(2) {
        height: 40px;
        margin-top: 10px !important;
    }

    .price-availability-col .custom-card-row:first-child p {
        font-size: 12px;
        margin-left: 12px;
    }

    .custom-card-to-cart-button {
        padding-right: 12px !important;
    }

    .custom-card-button form {
        width: 73%;
        height: 60%;
    }
}