.product_box .product_title {
    font-size: 22px;
    margin-bottom: 2px;
}
.product_box .product_reference {
    font-size: 13px;
    padding-bottom: 10px;
    color: #424242;
    position: relative;
}
.product_box .product_reference::before {
    content: '----';
    position: absolute;
    bottom: -4px;
    color: #424242;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.product_box .product_price {
    margin-bottom: 2px;
    font-size: 16px;
}
.product_box .product_package {
    font-size: 14px;
    margin-bottom: 2px;
    color: #7e7e7e;
}
.product_box .product_year {
    font-size: 14px;
    color: #7e7e7e;
}
.footer_logo a img {
    max-width: 55%;
}
.info-top .box .icon {
    color: #a37e2d;
    margin-bottom: 0;
}
.info-top .box .icon i {
    font-size: 40px;
}
.info-top .box {
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    padding: 15px 25px 25px 25px;
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.info-top .box .title {
    color: #a37e2d;
    font-family: 'Joan', serif;
    font-size: 24px;
    margin-bottom: 5px;
}
.info-top .box .description {
    color: #292b2c;
    font-size: 16px;
    text-align: center;
}
.header_wrap .top-header {
    background-color: #a37e2d;
}
.header_wrap.transparent_header .top-header {
    background-color: rgb(163 126 45 / 40%);
}
.header_wrap .main_menu_uppercase {
    background-color: #1D2224;
}
.header_wrap.transparent_header .main_menu_uppercase {
    background-color: rgb(29 34 36 / 40%);
}

.iframe-responsive {
    max-width: 100%;
    padding-top: 86.25%;
    position: relative;
    width: 100%;
}
.iframe-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
sup {
    top: 0!important;
}
.product-page .product_brand {
    color: #292b2c;
    font-weight: 600;
}
.product-page .product-meta {
    font-size: 14px;
}
.product-page .product-meta li {
    margin-top: 0;
}
.product-page .product_price {
    margin-top: 30px;
    float: unset;
}
.product-page .pr_detail .price {
    font-size: 30px;
}
.product-page .pr_detail .price sup {
    font-size: 18px;
}
.product-page .product_details {
    margin-top: 6px;
}
.product-page .product_details > div {
    display: inline-block;
    background-color: #d1b67b;
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 14px;
    color: #FFF;
    margin-bottom: 5px;
}
.product-page .call-now {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    background: #a37e2d;
    color: #FFF;
    padding: 15px 20px;
    border-radius: 5px;
}
.product-page .call-now a {
    color: #FFF!important;
    font-size: 20px;
}
.product-page .call-now a i {

    margin-right: 10px;
}
.section-detalii h2 {
    margin-bottom: 15px;
    margin-top: 10px;
}
.product-page .table td:first-child {
    padding-left: 0!important;
    width: 40%;
}
.product-page .table td:last-child {
    width: 60%;
}
.product-page .table td, .table th {
    border-top: 0;
    border-bottom: 1px solid #dee2e6;
}
.product-page .product_availability {
    margin-top: 15px;
}
.product-page .product_availability span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 4px;
    display: inline-block;
}
.product-page .alte-setari-title {
    margin-bottom: 5px;
}
.product-page .alte-setari {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.product-page .functii {
    float: left;
    width: 100%;
}
.product-page .functii .functie-name,
.product-page .alte-setari .setare-name {
    margin-bottom: 2px;
    font-size: 16px;
    display: inline-block;
    width: 50%;
    float: left;
}
.product-page .functii .functie-name i,
.product-page .alte-setari .setare-name i {
    font-size: 18px;
    margin-right: 5px;
    color: #a37e2d;
}
#contactForm .has-error {
    color: #cb1f1f;
    font-size: 13px;
    margin-top: 5px;
}
.product-page .condition-popover {
    color: #a37e2d!important;
}
.chrono24-icon {
    background-image: url("../../images/chrono-icon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 36px;
    height: 36px;
    display: inline-block;
}
.badge-status {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.badge-status.rezervat {
    background-color: rgba(0,114,255,0.35);
}
.badge-status.vandut {
    background-color: rgba(237,0,0,0.35);
}
.badge-status img {
    max-width: 150px;
    position: absolute;
    opacity: 0.85;
}
.popover {
    border-radius: 5px!important;
    max-width: 500px!important;
}
.popover .popover-header {
    font-size: 18px!important;
    font-weight: 600!important;
    color: #FFF!important;
    text-align: center!important;
    font-family: 'Josefin Sans', sans-serif!important;
    background-color: #a37e2d!important;
    border-bottom: 0!important;
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
}
.popover .popover-body {
    font-family: 'Josefin Sans', sans-serif!important;
    color: #1D2224!important;
    font-size: 16px!important;
}
.popover .popover-body ul {
    list-style: none;
}
.popover .popover-body ul li {
    margin-bottom: 5px;
}

@media (max-width: 767px){
    .popover {
        right: 0;
        margin-left: 40px;
        max-width: calc(100% - 20px)!important;
    }
}
