﻿

body {
    font-family: 'Montserrat' !important, sans-serif; /**/
    font-size: 13px;
    font-display: swap;
    font-weight: 300;
}

/* Set padding to keep content from hitting the edges */


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
   /* max-width: 280px;*/
}



#pageloaddiv {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-image: url(../Images/wait2.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
}

.body-content {
    padding: 0 !important;
    padding-top: 10px;
    margin: 0 !important;
}

.container-fluid {
    margin: 0;
    padding: 0;
}

.row {
    padding: 0;
    margin: 0;
}

.sidebar {
    height: 100vh;
    background-color: #265665;
}

    /*.sidebar a {
        font-size: 2rem !important;
    }*/

    .sidebar ul li.apasat a {
        color: red !important;
    }

/*.apasat a {
    background-color: red !important;
}*/

.nav a {
    color: lightgray !important;
}

    .nav a:hover {
        color: white !important;
    }

.nav-item a {
    color: lightgray !important;
}

    .nav-item a:hover {
        color: white !important;
    }

/*----------------------------- FOOTER -----------------------------------------*/

/*------------------------------------------------------------------------------*/
/* change the NAVBAR background color */
.navbar-custom {
    background-color: #3c9661;
    border-bottom: 1px solid #6fa284;
    /*;#298e35;*/
}
    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: rgba(255,255,255,1);
    }
    /* change the link color */
    .navbar-custom .navbar-nav .nav-link {
        color: rgba(255,255,255,.5);
    }
    /* change the color of active or hovered links */
    .navbar-custom .nav-item.active .nav-link,
    .navbar-custom .nav-item:focus .nav-link,
    .navbar-custom .nav-item:hover .nav-link {
        color: #ffffff;
    }


/*---------------------------------------- INDEX ---------------------------*/
.box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-self: flex-start;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 80px;
}

    .box h1 {
        text-shadow: 0 1px 0 rgb(3 13 29 / 50%);
        /*font-family: 'Limelight', cursive;*/
        font-size: 4.5em;
    }

.separator {
    text-align: center;
    display: block;
    margin-top: 5rem;
    margin-bottom: 2rem;
}

    .separator h6 {
        padding: 0 160px 0 167px;
        display: inline-block;
        position: relative;
        letter-spacing: 0.54em;
        font-size: 0.929rem;
        font-weight: 700;
        /*font-family: 'Raleway', sans-serif;*/
    }

        .separator h6::before {
            content: '';
            top: 0;
            bottom: 0;
            margin: auto;
            width: 138px;
            height: 9px;
            position: absolute;
            background-repeat: no-repeat;
            background-image: url("../images/separator-left.png");
            left: 0;
        }

        .separator h6::after {
            content: '';
            top: 0;
            bottom: 0;
            margin: auto;
            width: 138px;
            height: 9px;
            position: absolute;
            background-repeat: no-repeat;
            background-image: url("../images/separator-right.png");
            right: 0;
        }

.categorii {
    margin-top: 50px;
}

.avatar {
    height: 150px;
    width: 150px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #B17461;
    text-align: center;
    overflow: hidden;
    padding: 10px;
}

.categorie {
    height: 300px;
    text-align: center;
    margin-bottom: 40px;
}

    .categorie h3 {
        text-align: center;
        /*font-family: 'Raleway', sans-serif;*/
    }

    .categorie p {
        text-align: center;
        /*font-family: 'Raleway', sans-serif;*/
        font-weight: 200;
        font-size: 1rem;
    }

.categorie-buton {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #B17461;
    color: #B17461;
    font-size: 1rem;
    /*font-family: 'Raleway', sans-serif;*/
    /*font-weight: 200;*/
    background-image: linear-gradient(#B17461, #B17461);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
}

    .categorie-buton:hover {
        background-size: 100% 100%;
        color: #fff;
    }

.cumlucram {
    margin-bottom: 100px;
}

.cumlucram-box {
    min-height: 250px;
    max-height: 250px;
    position: relative;
}

    .cumlucram-box .fundal {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        line-height: 190px;
        font-size: 16rem;
        color: rgb(177 116 97 / 0.25);
        text-align: center;
        font-weight: 500;
    }

.cumlucram .titlu {
    position: relative;
}

    .cumlucram .titlu h2 {
        position: relative;
        padding-top: 50px;
        width: 100%;
        text-align: center;
    }

    .cumlucram .titlu p {
        padding-top: 20px;
        position: relative;
        width: 100%;
        height: auto;
        text-align: left;
    }

.unicate {
    /*padding-top:30px;*/
    margin-bottom: 30px;
}

    .unicate img {
        width: 85%;
        max-width: 100%;
        border-style: solid;
        border-width: 10px 10px 10px 10px;
        border-color: #FFFFFF;
        /*border-radius: 100% 100% 5% 100%;*/
        box-shadow: 0px 5px 50px 0px rgb(0 0 0 / 15%);
        vertical-align: middle;
        display: inline-block;
    }

    .unicate .titlu {
        animation-name: fadeInUp;
        animation-duration: 1s;
        animation-fill-mode: both;
        display: block;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .unicate .intro {
        display: block;
        padding-top: 30px;
    }

        .unicate .intro h3 {
            font-size: 1rem !important;
            color: #B17461;
        }

    .unicate .titlu h2 {
        font-size: 2rem !important;
        /*font-family: 'Raleway', sans-serif;*/
    }

/*==================================== PRODUSE =============================================*/
.produse-produs {
}

.produs-poza {
    position: relative;
    float: left;
    margin: 5px;
    width: 200px;
    height: 150px;
    border: 1px solid lightgray;
}

/*.produs-poza .content {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }*/

.is-poza-principala {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    border: 1px solid black;
    border-radius: 4px;
    text-align: center;
    padding-top: 3px;
    background-color: red;
}

.card-continut {
    position: relative;
    background-color: white;
    bottom: 0;
    width: 100%;
    height: 80px;
    padding: 5px;
}

.card a:hover {
    text-decoration: none;
}

.card h2 {
    text-decoration: none;
    color: rgba(0,0,0,0.5);
}

.card p {
    text-decoration: none;
    color: rgba(0,0,0,0.5);
}

.card a:hover h2 {
    text-decoration: none;
    color: rgba(0,0,0,0.7);
}

.card a:hover p {
    text-decoration: none;
    color: rgba(0,0,0,0.7);
}

/*==================================== END PRODUSE =============================================*/
.table-nonfluid {
    width: auto !important;
}

/*.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}*/
/*---------------------------------------------------------------------------------------------*/
.footer {
    color: white;
}

    .footer li {
        color: white;
        padding-left: 0.3em;
    }

    .footer a {
        color: white;
        text-decoration: none;
    }

    .footer ul {
        list-style: none;
        padding: 0;
    }

    .footer li:hover {
        color: #ff8400;
    }

    .footer a:hover {
        color: #ff8400;
    }

    .footer li:before {
        content: "\f0da";
        /* FontAwesome Unicode */
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -0.3em;
        /* same as padding-left set on li */
        width: 0.5em;
        /* same as padding-left set on li */
        font-display: swap;
    }

.footer-header {
    border-bottom: 3px solid #ff8400;
    padding: 5px;
    color: #ff8400;
    font-size: 1.2em;
    margin-bottom: 5px;
}

.footer span {
    color: #ff8400;
    font-family: FontAwesome;
}

.footer p {
    color: white;
    margin-bottom: 0.2rem !important;
}
