* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 1.66;
}

body {
    background: #fff;
}

#container {
    padding: 5px;
}

#panel-stanga {
    width: 70%;
    float: left;
    background-color: #eeeeeebd;
    padding: 5px;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
}

#panel-dreapta {
    width: calc(30% - 5px);
    float: left;
    background: linear-gradient(45deg, rgb(255 190 46) 0%, rgb(193 239 236) 100%);
    padding: 5px;
    margin-left: 5px;
}

#panel-dreapta > .list-option {
    color: #000000;
}

#continut {
    overflow: hidden;
}

#next-prev {
    padding: 5px;
    text-align: center;
}

#titlu {
    padding: 10px;
}

#titlu > p:first-child {
    text-align: center;
    font-size: 160%;
    color: #000;
    line-height: 1;
}

#titlu > p:last-child {
    text-align: center;
    line-height: 1;
}

.next-prev {
    color: #000;
    cursor: pointer;
    padding: 2px 10px;
    border: #bbb 1px solid;
    background-color: #eee;
}

.next-prev:hover {
    background-color: #ffc;
    border-color: #aaa;
}

div, button, img {
    border-radius: 3px;
}

.element {
    padding: 5px;
    background: whitesmoke;
    margin-bottom: 5px;
    border: 1px solid transparent;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.element:hover {
    background-color: #fff;
    border-color: lightsteelblue;
}

.element-selected {
    background-color: #aed0c9;
}

.element-selected * {
    color: #000;
}

.element-selected:hover {
    background-color: #aed0c9;
    color: #000;
}

.image {
    width: 48px;
    height: 48px;
    background-color: white;
    border: #ccc 1px solid;
    float: left;
}

.image > img {
    width: 46px;
    height: 46px;
}

.option {
    background-color: transparent;
    float: left;
    width: calc(100% - 48px);
    line-height: 48px;
    padding: 0 5px;
}

.indent {
    margin-left: 48px;
}

.info-link {
    color: steelblue;
    text-decoration: none;
    font-size: 10px;
    font-style: italic;
}

.info-link:hover {
    text-decoration: underline;
}

.option > p:first-child {
    margin-top: 10px;
    line-height: 1;
}

.option > p:last-child {
    line-height: 1;
}

.parent {
    padding: 15px 0;
}

.checks {
    position: absolute;
    top: 23px;
    right: 5px;
    display: inline-block;
}

.checks > ul {
    list-style-type: none;
}

.checks > ul > li {
    float: left;
    font-size: 10px;
    margin-left: 3px;
}

#formular {
    display: none;
}

#denumire-asociatie {
    display: none;
}

input[type="text"],
input[type="email"] {
    width: 220px;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    width: 220px;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    height: 80px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
}

tr > td:first-child {
    text-align: right;
    padding-right: 3px;
}

td, td > p {
    font-size: 13px;
    color: #000;
    padding: 1px;
}

#info-title-dreapta {
    text-align: center;
    color: #000;
    margin-bottom: 15px;
    font-weight: bold;
}

.list-option {
    font-size: 12px;
    margin-bottom: 3px;
    border-bottom: 1px solid #fff;
    border-radius: initial;
}

.prefix {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.list-total {
    font-size: 15px;
    margin-bottom: 3px;
    border-radius: initial;
    text-align: right;
}

.list-total p {
    line-height: 1;
    margin: 10px 0;
    font-weight: bold;
}

.separator-total {
    margin-bottom: 10px !important;
}

.total-general {
    color: green;
}

#top-info {
    padding-bottom: 5px;
}

#top-info > p {
    line-height: 2;
    font-size: 12px;
    color: #000;
    font-style: italic;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
}

.infos-total {
    font-size: 12px;
    color: #000;
    font-style: italic;
    font-weight: 200 !important;
}

.break-on-mobile {
    display: none;
}

#success-message {
    padding: 10px;
    background-color: #b2ff70;
    line-height: 1;
}

#formular {
    display: none;
}

#titlu .info-link {
    font-size: 12px;
}

.discount-text {
    color: #ff0000;
}

.element-more {
    text-align: right;
}

#custom-nr-scari {
    float: left;
    width: 50px;
    text-align: center;
}

/* Stiluri mobile  */
@media (max-width: 768px) {
    .break-on-mobile {
        display: block;
        clear: both;
    }

    #panel-stanga {
        width: 100%;
    }

    #panel-dreapta {
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
    }

    .indent {
        margin-left: 10px;
    }

    .element-more {
        width: 80px;
        position: relative;
        top: -18px;
        float: right;
    }

    .element-more > .info-link {
        line-height: 1.7;
        display: inline-block;
    }

    .element {
        height: 96px;
    }

    .checks {
        position: relative;
        top: 25px;
        right: 54px;
        display: inline-block;
    }

    #custom-nr-scari {
        float: right;
        margin-top: 22px;
    }
}