html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html 
{
  position: relative;
  min-height: 100%;
  
}

body 
{
    margin-bottom: 60px;
    background-image: url('/resurse/tablaneagra2.jpg');
}
a 
{
    text-decoration:none;
}
p 
{
    color: darkgray;
}
h1 
{
    color: darkgray;
}
.card {
    box-shadow: 25px 25px 20px 0 rgb(0 0 0 / 10%);
    border-radius: 20px !important;
    background-color:transparent;

}
.card img {
    box-shadow: 25px 25px 20px 0 rgb(0 0 0 / 10%);
    border-radius: 20px !important;
 /*   border-top-left-radius: 50% 50%;
    border-top-right-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;*/
}


a {
    color: darkgray !important;
}
#loading {
    background: url('/resurse/preloader.gif') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}


.loading {
    background: transparent url('/resurse/preloader.gif') center no-repeat;
}

.pozaprodus
{
    max-width:200px;
}
.pozacategorie 
{
    max-width: 100px;
}
.pret {
    color: antiquewhite;
    font-size: 24px;
}
.titlu-produs {
    font-size: 36px;
    color: darkgray;
    font-family: 'Shadows Into Light', cursive;
}
.titlu-categorie {
    font-size: 42px;
    color: darkgray;
    font-family: 'Shadows Into Light', cursive;
}
.card-text {
    color: darkgray;
    font-family: 'Shadows Into Light', cursive;
    font-size: 20px;
}
.card-footer {
    border-top: 1px solid darkgray !important;
}

