﻿.product .card {
    border-radius: 10px 10px 0px 0px;
}

.product:hover .card {
    transform: translateY(-10px);
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
    border-bottom: 2px solid #17469E;
}

.product .card {
    margin-bottom:2rem;
}

.product .card-body {
    background-color: #F7F7F7;
    min-height: 80px;
}

.product .card-img-top {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .16);
    object-fit: contain;
    height: 300px;
}

.product .card-title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0 !important;
    color: black;
    font-size: 18px;
    min-height: 43px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
}

.product .card-text {
    color: black;
}

.old-price {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: rgba(112,112,112,1);
    text-decoration-line: line-through;
    margin-right: 1rem;
}

.new-price {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(201,0,0,1);
}

.product .price {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    background-color: #17469E;
    border-radius: 3px;
    color: white;
    padding: .25rem 3rem;
    margin-bottom:0!important;
    margin-top:1rem;
}

.product-box1, .product-box2 {
    position: absolute;
    left: 1rem;
    font-size: 11px;
    background-color: #17469E;
    color: white;
    padding: .25rem 1rem;
    top: 53%
}

.product-box2 {
    top: 48%!important;
}