
body {
    background-image: url("../images/page-bck.png");
    background-attachment: fixed;
    background-repeat: repeat;
}

.flags {
    margin-right: 8px;
}

.stripe-bck {
    background-image: url("../images/grid.png");
}

.enlight {
    background: rgba(255, 255, 255, 0.1);
}

.nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
}

.cart {
    color: white;
    text-align: right;
}

.cart a {
    text-decoration: none;
    color: white;
}

.main-logo {
    max-width: 100%;
    max-height: 100%;
}

.nav-item {
    padding: 0px 5px 0px 5px;
}

.search {
    border-radius: 0px;
    background-color: #EEEEEE;
}

.vertical-spacing {
    padding-top: 10px;

}

.no-border {
    border: 0px;
}

.divider {
    border-radius: 0px;
    background-image: url("../images/grid.png");
    opacity: 0.9;
    color: white !important;
}

.divider a {
    color: rgba(255, 255, 255, 1) !important;
}

.group-menu {
    background-image: url("../images/grid.png");
}

.dropdown-menu {
    border-radius: 0px;
    box-shadow: 0px 0px 15px black;
}

.categories-item {
    padding: 2px 2px 2px 15px;
    height: 30px;
}

.card a {
    text-decoration: none;
    color: #800000;
}


.card-block {
   padding: 0.2em;

}

.form-control, .btn, .card, .modal-content, .group-menu, .breadcrumb {
    border-radius: 0px;
}


.list-images {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    margin: auto;
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
}

.list-images-wrap {
    position: relative;
    height: 150px;
}

.img-fluid {
    max-height: 400px;
}

.list-brands {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    margin: auto;
    position: absolute;
    padding: 5px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.list-brands-wrap {
    position: relative;
    height: 80px;
    color: #800000;
    margin: 10px;
}

.product-list-price {
    color: white;
    padding: 5px 20px 5px 20px;
    position: absolute;
    top: 0;
    text-align: center;
    opacity: 0.8;
}

.product-list-price.in-stock {
    background-color: #00680A;
}

.product-list-price.out-of-stock {
    background-color: #800000;
}

.product-list-name {
    font-size: 1em;
    position: absolute;
    bottom: 0;
    text-align: left;
    opacity: 0.8;
    background-color: white;
    padding: 5px;
    margin: 0;
    color: black;
}

.product-price {
    padding: 20px;
}

.product-details-top {
    font-size: 0.8em;
}

.product-brand-logo {
    max-width: 100%;
    max-height: 50px;
}

.product-pre {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

.footer {
    font-size: 0.9em;
    color: white;
    text-decoration: none;
    text-align: left;
}

.footer a {
    text-decoration: none;
    color: white;
}

.error {
    padding: 5em 2em 5em 2em;
    color: white;
}

.error img {
    max-width: 100%;
}

.white-background {
    padding: 5px;
    background-color: white;
}

.breadcrumb {
    padding: 0.1rem 0.5rem;
}

.white {
    color: white;
}

.order {
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.subgroup-image {
    max-width: 100%;
}

.subgroup-image-text {
    color: white;
    text-decoration: bold;
    background-color: black;
    padding: 5px 10px 5px 10px;
    position: absolute;
    bottom: 0;
    text-align: center;
    opacity: 0.8;
    width: 100%;
}

.subgroup-card {
}

.subgroup-card-block {
    padding: 0.5rem 0 1rem 0;
}

.pr {
    padding-right: 0;
}

.pl {
    padding-left: 0;
}

.full-width {
    width: 100%;
}

.dash-banner {
    width: 100% !important;
}