.header {
    background-color: #ed665c;
    color: white;
    padding: 5px;
    display: flex;
    justify-content: space-around;
    position: fixed;
    align-items: center;
    width: 100%;
    z-index: 3;
    font-size: 20px;
}

body {
    background-image: url('/images/fundal.png');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    width: calc(100% - 60px);
    margin: 0;
}

.footer {
    background-color: #ed665c;
    color: white;
    padding: 5px;
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
}

.footer > ul > li {
    display: inline;
    padding: 0 5px;
}

table {
    width: 100%;
    position: relative;
    left: 30px;
    top: 20px;
}

td{
    margin: 5px;
    text-align: center;
    padding: 10px;
    font-size: 25px;
}

thead > tr > td{
    background: #ed665c;
    color: white;
}

tbody > tr > td{
    border-top: solid #ed665c;
}

a {
    background-color: #ed665c;
    padding: 5px;
    color: white;
    margin: 10px 5px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}

a:hover{
    color: #e0a6a2;
}

.err{
    color: red;
}

form, .pay {
    border: 1px solid #ed665c;
    width: 20%;
    position: relative;
    top: 50px;
    left: 40%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    font-size: 20px;
    background: white;
}

input[type=submit] {
    padding: 15px 25px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #ed665c;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
}

input[type=submit]:hover {background-color: #f4511e}

input[type=submit]:active {
    background-color: #f4511e;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

input[type=button], input[type=file]  {
    background-color: #f4511e;
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    opacity: 0.6;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

input[type=button]:hover {opacity: 1}

input[type=text], input[type=password], select{
    border: none;
    border-bottom: solid 2px #ed665c;
    font-size: 16px;
    margin: 5px 0;
    padding: 5px 0;
}

#table_info {
    margin: 20px;
}

#table_wrapper {
    padding: 30px;
}

.mai-dreapta{
    margin-left: 40px;
}

.container {
    display: flex;
    margin: 20px;
    width: calc(100% - 40px);
    justify-content: flex-start;
    flex-wrap: wrap;

}

.product{
    border: 1px solid #ed665c;
    border-radius: 5%;
    min-width: 300px;
    min-height: 420px;
    margin: 50px;
    padding: 10px;
    text-align: center;
    max-width: 300px;
    max-height: 420px;

}

.product > img {
    cursor: pointer;
}

h3, h2 {
    margin: 5px;
}

.product:hover{
    background: #fceceb;
    transition: margin 0.5s;
}

.product_details {
    display: flex;
    justify-content: space-evenly;
    margin: 50px;
    min-width: 90%;
    max-width: 90%;
}

.details{
    display: flex;
    flex-direction: column;
    min-width: 100px;
    padding: 10px;
}

.details > input {
    max-width: 200px;
}

.dropbtn {
    background-color: #ed665c;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 4;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #f4511e;
}

.invoice-header{
    display: flex;
    margin: 20px 15% 20px 7%;
    width: 68%;
    justify-content: space-between;
    line-height: 1.6
}

.invoice-title{
    margin: 40px 0 0 7%;
    color: #ed665c;
}

.logo {
    width: 30%;
    height: auto;
    border-radius: 50%;
}

.plang{
    width: 800px;
    height: 618px;
    background-position: center;
    background-image: url("https://images2.minutemediacdn.com/image/upload/c_crop,h_2014,w_3584,x_0,y_187/f_auto,q_auto,w_1100/v1554918066/shape/mentalfloss/56004-istock-496545234.jpg");
    position: relative;
    font-size: 70px;
    color: #ed665c;
}

.fa-arrow-circle-left{
    position: absolute;
    top: 50%;
    left: 5%;
    cursor: pointer;
}

.fa-arrow-circle-right{
    position: absolute;
    top: 50%;
    right: 5%;
    cursor: pointer;
}

.puncte{
    position: absolute;
    left: 48%;
    top: 90%;
    font-size: 20px;
    cursor: pointer;
}
