
body{

                                    background-color: #eee;
                                  }

                                  .mt-50{
                                    margin-top:50px;
                                  }

                                  .product-card {
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #fff;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.product-badge {
    position: absolute;
    height: 24px;
    padding: 0 14px;
    border-radius: 3px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 24px;
    white-space: nowrap;
    top: 12px;
    left: 12px;
}


.bg-secondary {
    background-color: #dc3545  !important;
}

.bg-success {
    background-color: #21bd4a  !important;
}




.product-thumb>img {
    display: block;
    border:1px  !important;   
    border-color:red !important;
    width: 100%;
    height: 100%;
    padding: 40px;
}
  .vav {
        border:1px;
    border-color:red;

  }

.product-category {
    width: 100%;
    margin-bottom: 6px;
    font-size: 12px;
}

.product-card-body {
    padding: 18px;
    padding-top: 15px;
    text-align: center;
}

.product-category>a {
    transition: color .2s;
    color: #999;
    text-decoration: none;
}


.product-title {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: normal;
}

.product-title>a {
    transition: color .3s;
    color: #232323;
    text-decoration: none;
}

.product-price {
    display: inline-block;
    margin-bottom: 10px;
    padding: 9px 15px;
    border-radius: 4px;
    background-color: #3ba9fc;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}


.product-button-group {
    display: table;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    table-layout: fixed;
}

..product-button-group a:hover{
      color: #3ba9fc;
}




.product-button:first-child {
    border-bottom-left-radius: 5px;
}


.product-button {
    display: table-cell;
    position: relative;
    height: 62px;
    padding: 10px;
    transition: background-color .3s;
    border: 0;
    border-right: 1px solid #e5e5e5;
    background: none;
    color: #505050;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}

.product-button:hover>span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.product-button>span {
    display: block;
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
}

.product-button>i, .product-button>span {
    transition: all .3s;
}

.product-button>i {
    display: inline-block;
    position: relative;
    margin-top: 5px;
    font-size: 18px;
}

.product-button:hover>i {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
     transform: translateY(-10px);
}