.deal-card .card-header {
        display: flex;
    /*padding: 11px 0px 0px 9px;*/
    background: #dbf8f4;
}

.deal-card .deal-cart{
    font-size: 15px;
    font-weight: 700;
}
.deal-detail-sec p {
    display: inline-block;
    margin-right: 2px;
        margin-bottom: 2px;
}
span.title-head {
    font-size: 12px;
    font-weight: bolder;
        margin-right: 2px;
}
.icon-sec {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 3px;
}
.deal-source img {
    max-width: 22px;
    margin-right: 4px;
}
.deal-source .title-icon a {
    color: black;
    font-size: 12px;
    font-weight: 500;
}
.deal-delivery i{
    color: #0d8f60;
    font-size: 16px;
}

.deal-img {
    height: auto;
    max-width: 10rem;
}
.price-sec {
    margin-top: 10px;
    margin-bottom: 10px;
}
.price-sec p {
    margin: 0px;
    text-align: center;
    font-weight: 600;
}
.price-button-sec button {
    width: 100%;
    margin-bottom: 8px;
}

.ex-wave-effect {
  background-image: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);
}
.below-wave-effect{
    background-image: linear-gradient(60deg, #eb007cc9 0%, #eb2b33 37%, #ff0000 65%, #5f1a1a 100%);
    border: red;
    color: white;
}
.ex-wave-effect-green{
    background: linear-gradient(to right, rgb(17, 153, 142), rgb(54, 194, 108));
}
.page-content.mt-20 {
    margin-top: 20px;
}
@media (max-width: 767.98px) {
    .navbar-brand-box {
         display: block; 
    }
}
.ms-1.header-item.navbar-menus a {
    width: auto;
    border: 1px solid #b0c4d9;
    margin-left: 10px;
    height: 35px;
    padding: 5px;
    min-width: 85px;
}
.navbar-menus i {
    font-size: 20px;
    margin-right: 2px;
}
.logoTxt{
        color: green;
    font-size: 20px;
    font-weight: bolder;
    font-family: monospace;
}
.header-left {
    min-width: 80%;
}
hr {
    margin: 0.3rem 0;
}
.card.deal-card.product {
    min-height: 700px;
}
