﻿body {
    letter-spacing: 1.5px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    background: #dbdbdb;
}

a {
    text-decoration:none;
}
.nav {
    height: 105px;
    display: flex;
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 1000;
    box-shadow: gray 0px 0px 5px;
    background: rgb(237, 237, 237);
    -webkit-box-align: center;
    align-items: center;
}

.body {
    display: flex;
    flex-wrap: wrap;
    background: rgb(229, 221, 213);
}

.shop-logo {
    padding: 1rem 2rem;
    margin: auto;
    float: left;
}

.Product-Name {
    font-size: 13px;
    font-weight: bold;
}

.Product-Description {
    font-size: 10px;
    color: rgb(85, 85, 85);
}

.Product-Price {
    font-size: 11px;
    font-weight:bold;
}


.form-label {
    margin-top: 15px;
}

span.old-price {
    text-decoration: line-through;
}

span.new-price {
    color: red;
}

.bg-red {
    background-color: red;
}

.bg-orange {
    background-color: orange;
}

.order-on-whatsapp {
    font-size: 15px;
    color: #fff;
    background: #25d366;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
	border-radius: 30px;
}

.count-badge {
    position: absolute;
    top: 5px;
    left: 5px;
}

span.logo-text-main {
    font-size: 18px;
}

span.logo-text-sub {
    font-size: 12px;
}

.cart-item-text
{
	font-size: 13px;
}

.background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.popup {
    padding-top: 10px;
    padding-left: 10px;
    width: 350px;
    padding: 10px;
}

@media (min-width: 0px) and (max-width: 425px) {
    .popup {
        width: 100%;
    }
}

.close, .close:hover, .close:active {
    margin-right: -92%;
    background: #fff;
    color: #fff;
    border-radius: 50%;
    padding: 2px;
    z-index: 10;
    position: absolute;
    right: 96%;
    top: -5px;
    padding: 3px;
}

.card-header {
    padding-top: 15px;
}

.Product-Name a,.Product-Name a:active {
    color: #000;
}