/****PRODUCT CARD****/

.card>.list-group a:hover {
    color: #79a8d7    !important;
}

.card>.list-group{
    border-top:none;
    list-style: none !important;
    margin-left: 1.3rem;
    margin-bottom: 1rem;
    border: none;
}

.card-body{
    padding:1.3rem !important;
}

@media screen and (max-width: 600px){
    .row{
        justify-content:center;
    }
}

.form-control:focus{
    box-shadow: 0 0 0 0.2rem #F7B600 !important;
}

.bYellow { 
color: #FFFFFF;
border: 1px solid #F7B600; box-shadow: 0 1px 2px 0 #F7B600 inset; -webkit-box-shadow: 0 1px 2px 0 #F7B600 inset; -moz-box-shadow: 0 1px 2px 0 #F7B600 inset;
background: #F7B600;
background: -moz-linear-gradient(top,  #F7B600 0%, #F7B600 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7B600), color-stop(100%,#F7B600));
background: -webkit-linear-gradient(top,  #F7B600 0%,#F7B600 100%);
background: -o-linear-gradient(top,  #F7B600 0%,#F7B600 100%);
background: -ms-linear-gradient(top,  #F7B600 0%,#F7B600 100%);
background: linear-gradient(top,  #F7B600 0%,#F7B600 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7B600', endColorstr='#F7B600',GradientType=0 );
}
.bYellow:hover { color: #000000 !important; }
