﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('store.css');

:root {
    --ProductDefaultColor: #2cb195;
}

.companyname-display {
    position: absolute;
    top: -20px;
    width: 180px;
    text-align: center;
    overflow: hidden;
    max-width: 180px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.icon-wishlist {
    background-image: url(/img/Wishlist-Empty.svg);
}

.icon-cart {
    background-image: url(/img/cart.svg);
}

.icon-notifications {
    background-image: url(/img/pending-tasks.svg);
}

.shop-icon {
    width: 25px;
    height: 25px;
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: 25px 25px;
    margin: 7px;
    /* margin-top: 8px; */
}

.badge {
    font-weight: 400;
    position: absolute;
    text-align: center;
    padding: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    z-index: 2;
    text-transform: capitalize;
    border-radius: 50%;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 100%;
    background-color: var(--ButtonColor);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.theme1 .cbdg1 {
    color: #ffffff;
}

.cbdg1 {
    width: 18px;
    height: 18px;
    padding: 0px;
    line-height: 18px;
    font-size: 12px;
    top: 2px;
    right: 2px;
    text-align: center;
    font-weight: 500;
    border-radius: 100%;
}

.cbdg-expanded {
    width: 100%;
    height: 18px;
    padding: 0px;
    line-height: 18px;
    font-size: 12px;
    top: 2px;
    right: 0px;
    text-align: center;
    font-weight: 500;
    border-radius: 18px;
}

.username-display {
    position: absolute;
    bottom: -7px;
    width: 180px;
    text-align: center;
    overflow: hidden;
    max-width: 180px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-footer-logo {
    max-width: 100px;
    position: absolute;
    left: 10px;
    top: 5px;
}

.coppy-right p {
    line-height: 26px;
    color: #929292;
    font-size: 12px;
}

.product-footer-info {
    margin-left: 100px;
}

.covid-banner {
    font-size: 12px;
    padding-top: 10px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.80);
}

.div-fill {
    background-color: #ffffffba;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mt-20 {
    margin-top: 20px;
}

.main {
    margin-top: 90px;
}

.product-header {
    padding: 16px;
    background-color: var(--ProductDefaultColor);
    color: white;
    align-content: center;
    text-align: center;
}

    .product-header h2 {
        margin-bottom: 0rem;
    }

.product-content {
    padding: 16px;
}

.product-logo {
    max-width: 600px;
}

.product-button {
    -webkit-box-align: center;
    align-items: center;
    appearance: none;
    background-color: var(--ProductDefaultColor);
    background-image: none;
    border-color: transparent;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-flex;
    font-family: "Poppins", sans-serif, "Open Sans", Calibri;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: normal;
    margin: 0px;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.1s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    font-size: 14px;
    min-height: 49px;
    min-width: 9em;
}