
.Loadingtext {
    color: #fff;
    display: block;
    padding: 1.45rem;
    text-align: center;
    background: #222222;
    text-transform: capitalize;
    font-size: 15px;
}

.Loadingtext small {
    display: block;
    font-style: italic;
}


.card-container {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f9;
    display: flex;
    justify-content: center;
}

.container-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 16px;
}

.contact-card {
    padding: 10px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #cecece;
    border-radius: 3px;
    text-align: center;
}

.contact-card.card-theme {
    min-height: 160px;
    display: inline-flex;
    position: relative;
    align-items: center;
    background-color: #000000;
    background: #2222 url(../../image/bg/multichoice-dstv-theme.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 4px solid #ffffff;
    outline: 1px solid #cecece;
    border-radius: 2px !important;
}

.contact-card.card-theme::after {
    content: ' ';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.78) !important;
    z-index: 0;
}

.contact-card img.icon {
    width: 140px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 10px;
    z-index: 1;
}

.contact-card h3 {
    display: block;
    background: #ededed;
    margin: 0;
    margin-top: auto !important;
    padding: 0.6rem 0.2rem;
    font-size: 1.2em;
    font-weight: 600;
    color: #444;
}

.contact-card p {
    margin-bottom: 10px;
    color: #555;
}

.contact-button {
    padding: 10px 20px;
    background-color: #3498db;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-button:hover {
    background-color: #2980b9;
}

@media (max-width: 1024px) {
    .container-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .container-cards {
        grid-template-columns: 1fr;
    }
}



.product-container {
  position: relative;
  box-sizing: border-box;
}

.product-card {
  margin: 0;
  padding: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  min-height: 5rem;
  background: #ffffff;
  text-align: center;
  flex-direction: column;
  text-transform: capitalize;
  border: 1px solid #cecece !important;
  border-radius: 3px;
  position: relative;
}

.product-card:hover {
  border-color: var(--primary);
}

.product-image {
  width: 97%;
  height: auto;
  padding: 10px;
  object-fit: fit;
  aspect-ratio: 1 / 0.88;
  background-color: #ffffff !important;
  border-bottom: 2px solid #bebebe;
}

.product-card .product-details {
    display: flex;
    flex-direction: column;
}

.product-name {
  font-size: 1.055em;
  margin: 9px 0 6px;
  font-family: 'Arial', sans-serif;
  color: var(--primary);
}

.product-description {
    padding: 1px 5px;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 0.799em !important;
    color: #555;
}

.product-price {
  margin: 0;
  display: block;
  padding: 4px 2px;
  background: #555;
  margin-top: auto !important;
  font-size: 0.67rem;
  font-weight: bold;
  color: #ffffffff;
}

/*.product-price.number {
    margin: 0 auto;
    padding: 2px 7px 1.5px !important;
    display: inline-block;
    background: var(--primary) !important;
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 1;
}*/

.product-price.number {
    background: var(--primary) !important;
    color: #ffffff;
}



.fixed-alertt {
    position: fixed;
    top: 6.8%;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    display: inline-block;
    padding: 0.45rem !important;
    background-color: #ffffffff;
    background: linear-gradient(#ffffff 30%, #efefef) !important;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.4), 1px 3px 6px rgba(0, 0, 0, 0.5) !important;
    width: 36%;
    z-index: 999 !important;
}

.fixed-alertt::before {
    content: ' ';
    display: block;
    height: 105%;
    width: 120%;
    top: -2%;
    left: -2%;
    right: -2%;
    bottom: -2%;
    z-index: -2;
    background: #ffffffff !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    border-radius: 3px;
}

.fixed-alertt.alert-outline-danger {
    outline: 1.5px solid red !important;
}

.fixed-alertt h5 {
    color: red;
    margin: 2px 0 5px;
    line-height: 1;
}

.fixed-alertt p {
    margin: 8px 0 !important;
}

.fixed-alertt .btn.btn-sm {
    font-size: 11px;
    padding: 2.5px 6px !important;
    margin: 8px 8px 0;
}

.fixed-alertt .btn.btn-sm:first-of-type {
    margin-left: 0 !important;
}

.fixed-alertt .btn.btn-sm .bi {
    font-size: inherit !important;
    line-height: 1 !important;
}

@media screen and (max-width: 1100px) {
    .fixed-alertt {
        margin: 1rem auto !important;
        width: 80% !important;
    }
}




li.list-small {
    display: flex;
    margin: 0 !important;
    padding: 6px 8px !important;
    text-transform: capitalize;
    font-size: 12px !important;
    align-items: center;
    line-height: 1;
}

li.list-small strong {
    padding: 2px 5px;
    background: #ededed;
}