.single-abonament {
    padding: 16px 0;
}

.cta_section_abonamente_single {
    display: flex;
    flex-direction: column;
}

.url_comanda a {
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    transition: 0.3s ease-in;
    border: 1px solid #e0308a;
    background: #e33b96;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    border-radius: 4px;
    display: block;
}

.url_comanda {
    margin-bottom: 17px;
}

.compara_btn a {
    padding: 10px 43px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    transition: 0.3s ease-in;
    border: 1px solid #04a5b9;
    background: #427ade;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    border-radius: 4px;
    display: block;
}

.discalimer_info {
    background: #eee;
    border: 1px solid #ddd;
    padding: 15px 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}
 
.postid-2002 .breadcrum-bg.breadcrum-bg-custom{
    background-position: bottom !important;
    background-attachment: inherit !important;
}
.postid-2002 .discalimer_info,
.postid-1998 .discalimer_info,
.postid-1989 .discalimer_info{
    background: rgba(224, 48, 138, .25);
    border: 0;
}
.postid-2002 .image_abonament_custom,
.postid-1998 .image_abonament_custom,
.postid-1989 .image_abonament_custom{
    overflow: hidden;
    border-radius: 35px;
}
.discalimer_info .color_pink {
    color: #e0308a;
}
.contact_info p{
	margin: 0 0 5px;
}
.contact_info a{
	color: #000;
	text-decoration: none;
}
.contact_info a:hover{
 	color: #e33b96;
    text-decoration: none;
}
.conditii_contractuale a {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
    color: #e33b96;
    border: 1px dotted #ddd;
    display: block;
	margin-top:30px
}

.conditii_contractuale a:hover {
    color: #000;
    text-decoration: none;
}

.short_info {
    margin: 20px 0;
}
.short_info h2{
	font-size: 24px;
	font-weight: 500;
}
.short_info ul {
    padding-left: 20px;
}

.price_info span {
    font-weight: bold;
    color: #E33B96;
}
.price_info del{
	color: #333333;
}
.short_info span[style="color: #e01980;"] strong {
    font-size: 24px;
    font-weight: normal;
    margin: 16px 0 0;
    display: block;
}

.short_info ul {
    position: relative;
}

.short_info ul li:before {
    position: absolute;
    left: 0;
    margin-top: 5px;
    color: #e0308a;
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    /* simbolul de bifÃƒâ€žÃ†â€™ */
}

.share_card {
    margin-top: 20px;
}

.first_table table {
    font-size: 14px;
    min-width: 300px;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.first_table table tr:nth-child(2n) td {
    background: #E6F8FF;
    color: #333;
}

.first_table table tr:nth-child(2n+1) td {
    background: #F6FDFF;
    color: #333;
}

.first_table table tr td:last-child {
    background: #4BB0E5;
    color: #ffffff;
    width: 80px;
    border: 1px solid #ffffff;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 11px 0px;
    line-height: 18px;
}

.second_table table {
    font-size: 14px;
    min-width: 300px;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.second_table table tr th {
    background: #333333;
    font-style: italic;
    font-weight: 600;
    padding: 11px 0px;
    padding-left: 20px;
    color: #fff;
    font-size: 14px;
}

.second_table table tr td {
    vertical-align: middle;
    padding: 10px 0;
    line-height: 30px;
}

.info_tootlip {
    position: relative;
}

.last_column_beneficii p,
.last_column_beneficii {
    text-align: center;
    font-size: 14px;
    color: #212529;
    line-height: 21px;
}

.last_column_beneficii {
    width: 80px;
}

.info_tootlip_column,
.info_tootlip {
    width: 30px;
}

.icon_column_beneficii {
    width: 70px;
}

.icon_column_beneficii img {
    max-width: 70px;
    height: auto;
}

.second_table table tr:nth-child(2n) td {
    background: #EEEEEE;
}

.content_column_beneficii {
    text-align: left;
}

.second_table table tr th .tooltip_text,
.info_tootlip .tooltip_text {
    background: #7c7c7c;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    left: -70px;
    top: 100%;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    min-width: 300px;
	z-index:2;
}
@media screen and (max-width: 768px) {
    .info_tootlip .tooltip_text {
        right: 0;
        left: auto;
        min-width: 75vw;
    }
}
.info_tootlip:hover .tooltip_text {
    display: block !important;
}

.last_column_beneficii p {
    margin: 0;
}
.cta_section_abonamente_single a:hover,
.cta_section_abonamente_single_right_coulmn a:hover{
	color:#fff;
	text-decoration: none;
}
.cta_section_abonamente_single_right_coulmn {
    display: flex;
    margin: 16px 0 0;
}

.cta_section_abonamente_single_right_coulmn div {
    width: 50%;
    margin: 0;
}

@media screen and (min-width:992px) {
    .cta_section_abonamente_single_right_coulmn div:first-child {
        margin-right: 5px;
    }
    .cta_section_abonamente_single_right_coulmn div:last-child {
        margin-left: 5px;
    }
}

@media screen and (max-width:991px) {
    .cta_section_abonamente_single_right_coulmn {
        flex-direction: column;
    }
    .cta_section_abonamente_single_right_coulmn div {
        width: 100%
    }
    .cta_section_abonamente_single_right_coulmn a {
        margin: 0 0 10px;
    }
}
#faqAccordion{
	margin: 0 0 30px;
}
#faqAccordion .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 5px 4px;
    color: #000;
    background-color: #ffffff;
    border-color: #e33b9699;
}
#faqAccordion .panel-title a:hover{
	text-decoration: none;
}
#faqAccordion .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    padding: 5px 4px;
    color: #000;
    background-color: #ffffff;
    border-color: #e33b9699;
}

#faqAccordion .panel-heading:hover{
 color: #fff;
    background-color: #E33B96;
}
#faqAccordion .panel-heading:hover  .panel-title{
	 color: #fff;
	background: transparent;
}
#faqAccordion .panel-body{
	border: 0
}
.info_detaliicontact {
    color: #e0308a;
    padding-bottom: 20px;
    display: block;
    font-size: 20px;
}