﻿.shop-card {
    width:100%;
    padding:24px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}

.img-shop {
    width:100%;
    border-radius: 10px;
    height:160px;
}

.link-btn {
    display: block;
    border-radius: 5px;
    background: #009AE8;
    padding: 12px 24px;
    bottom: -12px;
    position: relative;
}

.shop-hero {
    background-image: linear-gradient(to bottom, #fcfcfc9c, #e6e7e7b3), url('/Content/images/Offers.jpg') !important;
}