/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Theme Name: Depanare Laptop
Created on : Jul 1st, 2018, 12:16:25 PM
    Author     : Advertica
*/

::selection {
    background: #4B87A6;
    color: #fff;
}

.h2 {
    font-size: 32px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}
.h3 {
    font-size: 24px;
    font-family: "Titillium Web";
    font-weight: 500;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
    .h2 {
        font-size: 24px;
    }
    .h3 {
        font-size: 16px;
    }
}

body .likeh3 {
    font-size: 21px;
    font-family: "Titillium Web";
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
}

h3 {
    margin-bottom: 0px;
}

.flex-around-btns {
    display: flex;
    justify-content: space-around;
}
@media screen and (max-width: 768px) {
    .flex-around-btns {
        flex-direction: column;
    }
    .flex-around-btns > * + * {
        margin-top: 1rem;
    }
}

.pictograma {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}

img {
    max-width: 100%;
    height: auto;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter,
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.icon-home {
    background-image: url("assets/icons/icon-home.png");
}

li:hover .icon-home {
    background-image: url("assets/icons/icon-home-hover.png");
}

.icon-heartbeat {
    background-image: url("assets/icons/icon-heartbeat.png");
}

.icon-send {
    background-image: url("assets/icons/icon-send-white.png");
}

li:hover .icon-heartbeat {
    background-image: url("assets/icons/icon-heartbeat-hover.png");
}

.container {
    max-width: 1280px;
}

header {
    padding: 20px 20px 0 20px;
    position: fixed;
    z-index: 9999;
    width: 100%;
    max-width: 1250px;
    background-color: white;
    top: 0;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

header .navigare ul {
    list-style: none;
    margin-bottom: 0px;
}

header .navigare ul li {
    padding-bottom: 15px;
}

header .navigare .sub-menu {
    display: none;
    position: absolute;
    padding-left: 0px;
    z-index: 15;
    width: 200px;
    margin-left: -100px;
    left: 50%;
    background-color: white;
    padding: 10px;
    border: solid 1px #ccc;
    top: 100%;
    -webkit-box-shadow: 0px 2px 29px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 29px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 29px -12px rgba(0, 0, 0, 0.75);
}

.menu-item-has-children:hover>.sub-menu {
    display: block;
}

header .sub-menu a {
    color: #282828;
    display: block;
    font-size: 14px;
}

header .navigare .sub-menu:after, header .navigare .sub-menu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

header .navigare .sub-menu:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: white;
    border-width: 20px;
    margin-left: -20px;
}

header .navigare .sub-menu:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #ccc;
    border-width: 21px;
    margin-left: -21px;
}

header .navigare .sub-menu .menu-item-has-children .sub-menu {
    left: 100%;
    top: 100%;
}

header .navigare .menu-item-has-children {
    position: relative;
}

header .navigare .menu {
    display: flex;
    justify-content: space-between;
}

header .navigare .menu>li>a {
    font-family: "Titillium Web", sans-serif;
    font-weight: 900;
    color: #282828;
    font-size: 18px;
    text-transform: uppercase;
}

header .navigare .menu>li:hover>a {
    color: #ff6c00;
    text-decoration: none;
}

.navigare, .contact-elements {
    float: right;
    width: 100%;
}

.contact-bar {
    /*margin-top: 90px;*/
    margin-top: 0;
    background-color: #282828;
    color: white;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 40px;
}
.contact-bar.add_margin_top {
    margin-top: 90px;
}
.contact-elements {
    display: flex;
    justify-content: space-between;
}

.contact-elements p {
    font-family: "Titillium Web", sans-serif;
    display: inline-block;
    margin: 0;
}

.contact-elements .pictograma {
    display: inline-block;
    float: left;
}

.contact-elements .icon-marker {
    background-image: url("assets/icons/icon-marker-white.png");
}

.contact-elements i {
    font-size: 28px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.contact-elements .icon-earphone {
    background-image: url("assets/icons/icon-earphone-white.png");
}

.contact-elements .icon-envelope {
    background-image: url("assets/icons/icon-envelope-white.png");
}

.contact-elements a {
    color: white;
}

.hero {
    height: 580px;
    position: relative;
}

.hero .call-to-action {
/*    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 570px;*/
    padding: 2rem;
    z-index: 9;
    width: 100%;
    background-color: #67b7e1;
    -webkit-box-shadow: 0px 2px 29px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 29px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 29px -12px rgba(0, 0, 0, 0.75);
}

.hero .call-to-action .cta-content {
    padding: 20px 40px;
}

.hero .call-to-action label {
    color: white;
    font-family: Titillium Web;
    font-size: 14px;
}

.hero .call-to-action .wpcf7-acceptance label {
    text-transform: none;
}

.hero .call-to-action input[type="text"], .hero .call-to-action input[type="email"] {
    max-width: 100%;
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    font-family: titillium web;
    border: solid 1px #282828;
    color: #666;
    margin: 5px 0;
}

.hero .call-to-action textarea {
    margin: 5px 0;
    height: 100px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-family: titillium web;
    border: solid 1px #282828;
    color: #666;
}

.hero .call-to-action select {
    text-transform: none;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-family: titillium web;
    border: solid 1px #282828;
    color: #666;
}

.hero .call-to-action .segment {
    margin-bottom: 12px;
}

.relativ {
    position: relative;
}

.buton-trimite p {
    display: none;
}

.buton-trimite .pictograma {
    display: inline-block;
    float: left;
    margin-right: 10px
}

.buton-trimite {
    padding: 10px 40px 10px 30px;
    background-color: #ff6c00;
    border: none;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: background-color .5s ease-in-out;
    line-height: 24px;
}

.buton-trimite:hover {
    background-color: #282828;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {}

.slide-content {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-info {
    position: absolute;
    bottom: 40px;
    left: 60px;
    font-family: "Titillium web";
    cursor: pointer;
    text-shadow: 1px 0px 4px rgb(0, 0, 0);
    transition: left .5s ease-in-out;
}

.slider-info:hover {
    left: 70px;
    text-decoration: none;
}

.slider-info a:hover {
    text-decoration: none;
}

.slider-info .pretext {
    display: block;
    color: white;
    font-style: italic;
    font-weight: bold;
    font-size: 36px;
}

.slider-info .text {
    display: block;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 900;
    color: white;
}

.tabs-content {
    background-color: #f0f0f0;
}

.tabs-menu {
    position: relative;
    padding: 0;
    z-index: 4;
    float: left;
    max-height: 480px;
}

.tabs-menu li {
    list-style: none;
    cursor: pointer;
    border: solid 1px #282828;
    padding-top: 18px;
    padding-bottom: 20px;
    width: 100%;
    float: left;
    background-color: #d7d7d7;
    margin-top: -1px;
    transition: background-color .5s ease-in-out;
}

.tabs-menu li:hover, .tabs-menu li.active_tab {
    background-color: #282828;
    color: white;
}

.tabs-menu li:hover .item-icon, .tabs-menu li.active_tab .item-icon {
    filter: invert(100%);
}

.tab-item {
    position: relative;
}

.tab-item:hover:after, .tab-item.active_tab:after {
    position: absolute;
    right: -10px;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #282828;
    border-bottom: 10px solid transparent;
    transition: border .5s ease-in-out;
}

.tabs-menu .item-icon {
    max-width: 70px;
    display: inline-block;
    text-align: center;
    width: 100%;
    float: left;
}

.tabs-menu .item-title,
.tabs-menu .item-title h3 {
    display: inline-block;
    max-width: 280px;
    font-size: 16px;
    font-family: "Titillium Web";
    font-weight: 400;
    width: 100%;
    float: left;
}

.tab_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    position: relative;
    max-height: 480px;
}

.tab_content:after {
    content: "";
    background: url('assets/img/tabs.jpg');
    background-size: cover;
    opacity: 0.1;
    top: 0;
    left: -20px;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.tab-item-content {
    z-index: 2;
    width: 80%;
}

.tabs-content {
    -webkit-box-shadow: 0px 2px 29px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 29px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 29px -12px rgba(0, 0, 0, 0.75);
    max-height: 480px;
}

.section-title {
    background-color: #282828;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-title h3 {
    font-size: 24px;
    font-family: "Titillium Web";
    padding-left: 30px;
    padding-right: 30px;
}

.section-content {
    padding: 60px 40px;
}

.nopadding {
    padding: 0 !important;
}

.lnp {
    padding-left: 0 !important;
}

.rnp {
    padding-right: 0 !important;
}

.ls-content iframe {
    width: 100%;
    height: 100%;
}

.section-title.right, .section-title.left {
    text-align: center;
}

.section-title.blue {
    background-color: #67b7e1;
}

.rs-content {
    padding: 60px 80px 60px 60px;
    background-color: #f2f2f2;
}

.rs-content li {
    list-style: none;
    position: relative;
    padding-left: 10px;
    padding-bottom: 8px;
}

.rs-content li:before {
    content: " ";
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    left: -24px;
    background-image: url('assets/icons/icon-check.png');
    background-repeat: no-repeat;
    top: 10px;
}

section .descriere {
    position: relative;
    background-image: url('assets/img/descriere.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

section .descriere .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #67b7e1;
    opacity: .7;
    z-index: 1;
}

section .descriere .section-content {
    font-family: "Titillium Web";
    color: white;
    z-index: 4;
    position: relative;
    padding: 80px;
    text-align: center;
    font-size: 18px;
}

.footer-container {
    padding: 40px;
    background-color: #282828;
    font-family: "Titillium Web";
}

footer .widget-title {
    color: white;
    font-weight: bold;
}

.footer-widget {
    padding-left: 30px;
    padding-right: 30px;
}

.widget-content {
    padding-top: 35px;
    padding-bottom: 30px;
}

.widget-content ul {
    padding: 0px;
    list-style: none;
}

.widget-content ul li {
    padding-bottom: 10px;
}

.widget-content ul li a {
    color: white;
    font-size: 16px;
}

.weget-content ul li:hover a {
    color: #ff6c00;
    text-decoration: none;
}

.section-element {
    /*max-height: 600px;*/
}

section {
    background-color: #f2f2f2;
}

section, footer {
    width: 100%;
    float: left;
}

.image-cont {
    padding-top: 56.5%;
    background-size: cover;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    background-position: center;
}

.psection-content {
    padding: 20px;
}

.psection-content .section-title h3 {
    font-size: 18px;
}

.psection-content .rs-content {
    padding: 0px;
}

.psection-content a:hover {
    text-decoration: none;
}

.psection-content a:hover .section-title {
    background-color: #67b7e1;
}

.single-product {
    padding: 20px;
}

.single-product .produs-imagine {
    padding-top: 56.5%;
    width: 100%;
    background-size: cover;
}

.single-product .info-prod {
    width: 100%;
    float: left;
    font-size: 18px;
    border-radius: 0;
    margin-top: 10px;
}

.single-product .titlu-produs h1 {
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
}

.imagine-articol img {
    width: 100%;
    height: auto;
}

article {
    border: solid 1px #ccc;
    margin-top: 10px;
    margin-bottom: 15px;
}

.continut-articol .rs-content {
    padding: 15px 10px;
}
.continut-pagina {
    padding: 1rem;
}

article:hover .section-title {
    background-color: #009fc7;
}

.fcol iframe {
    width: 100%;
}

.trigger {
    padding: 20px !important;
    margin: 5px;
}

.cta-trigger {
    background-color: #67b7e1;
}

.meniu-mobil {
    overflow-y: hidden;
    position: fixed;
    top: 70px;
    left: 0;
    right: 200%;
    z-index: 9999;
    background-color: white;
    bottom: 0;
    overflow-x: hidden;
    transition: right .5s ease-in-out;
}

.meniu-mobil.afisat {
    padding: 20px;
    right: 0;
    overflow-y: auto;
}

.meniu-mobil ul {
    padding: 0;
}

.meniu-mobil ul li {
    list-style: none;
}

.meniu-mobil ul li a {
    line-height: 30px;
    padding: 10px;
    float: left;
    width: 100%;
    border-bottom: solid 1px #ccc;
    color: #222;
}

.widget-content p {
    color: white;
}

.anuleaza {
    display: none;
}

.service-template .tab-section {
    padding: 30px;
    margin-bottom: 20px;
}

.service-template .section-title {
    margin-bottom: 30px;
}

.service-template .contact-info {
    background-color: #67b7e1;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.service-template iframe {
    width: 100%;
}

.service-template .tabs-menu {
    position: relative;
    padding: 0;
    z-index: 4;
    float: left;
    max-height: 640px;
    margin-bottom: 0px;
}

.service-template .tabs-content {
    max-height: 640px;
}

.service-template .tab_content {
    max-height: 520px;
}

#breadcrumbs {
    margin-top: 100px;
}
#breadcrumbs li.item {
    display: inline-block;
}

@media only screen and (max-width:1200px) {
    .branding img {
        padding-top: 15px;
        max-width: 100%;
    }
    .elements-info {
        display: none !important;
    }
    header .menu {
        display: none !important;
    }
    .hero .call-to-action {
        width: 50%;
    }
    .slider-info {
        bottom: 20px;
        left: 20px;
    }
    .slider-info .pretext {
        font-size: 18px;
    }
    .slider-info .text {
        font-size: 24px;
    }
    .buton-trimite {
        padding: 5px !important;
        height: 50px;
    }
    .branding {
        padding-bottom: 10px;
    }
    .tabs-menu .item-title {
        display: none !important;
    }
    .section-title h3 {
        font-size: 18px;
    }
    .rs-content {
        padding: 10px;
    }
    section .descriere .section-content {
        padding: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .hero {
        /*height: 0;*/
    }
    .hero .call-to-action {
        position: fixed;
        top: 90px;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        width: 100%;
        overflow-y: auto;
        display: none;
    }
    .anuleaza {
        display: block;
        float: right;
    }
    .section-title {
        margin-top: 5px;
    }
    .section-element {
        max-height: 9990px;
    }
    .lnp {
        padding-left: 15px !important;
    }
    .rnp {
        padding-right: 15px !important;
    }
    header {
        padding: 10px;
        left: 0;
        right: 0;
    }
    .menu-trigger {
        width: 50px;
    }
    #master_header{
        max-width:100vw !important;
    }
    .cta-trigger {
     /*   width: 50px; */
     font-size:12px;
     line-height: 40px;
    }
    .section-content {
        padding: 20px;
    }
    .service-template .tabs-menu {
        position: relative;
        padding: 0;
        z-index: 4;
        float: left;
        max-height: 9999px;
        margin-bottom: 0px;
    }
    .service-template .tabs-content {
        max-height: 9999px;
        height: auto;
    }
    .service-template .tab_content {
        max-height: 9999px;
        height: auto;
    }
    .service-template .tab-item-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #67b7e1;
    background-color: white;
    margin-top: 25px;
}
a.buton-trimite:hover {
    color: white;
    text-decoration: none;
}
section.article-last-update
{

}
section.article-last-update div
{
    display: inline-block;
    background: #ff6c00;
    margin: 10px 10px 10px 0px;
    padding: 0px 15px 0px 15px;
    vertical-align: middle;
    color: #fff;
    padding-top: 15px;
    box-shadow: 0px 1px 3px #2828283b;
}
body #breadcrumbs > ul
{
    padding: 0px;
}
body #breadcrumbs > ul li a span
{
    text-transform: uppercase;
    font-weight: 500;
}

body #breadcrumbs > ul li a:hover
{
    color: #282828;
    text-decoration: none;
}

.service_laptop_tabs .tab-content {
    background-color: #fff;
    padding: 15px;
}

.brand_carousell {
    background-color: #fff;
    margin-bottom: 15px;
}
.brand_carousell .owl-stage {
    display: flex;
}

.brand_carousell .owl-stage .owl-item {
    display: flex;
    justify-content: center;
    align-self: center;
}

.brand_carousell .owl-nav {
    position: relative;
    top: -90px;
}

.brand_carousell .owl-nav .owl-prev,
.brand_carousell .owl-nav .owl-next {
    position: absolute;
    top: 0;
    display: inline-block;
    background-color: #fff !important;
    vertical-align: middle;
    width: 25px;

}

.brand_carousell .owl-nav .owl-prev span,
.brand_carousell .owl-nav .owl-next span {
    font-size: 36px;
}
.brand_carousell .owl-nav .owl-prev {
    left: 0;
}
.brand_carousell .owl-nav .owl-next {
    right: 0;
}


.problem_item {
    border: 1px solid #000;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 10px 15px 15px 15px;
}

.service_commonproblemss .content {
    background-color: #fff;
    border: 1px solid #000;
    margin-bottom: 15px;
    padding: 5px 15px 15px;
}

.service_commonproblemss .content p {
    margin: 0;
}

.service_maintanencetips .content {
    background-color: #fff;
    border: 1px solid #000;
    margin-bottom: 15px;
    padding: 5px 15px 15px;
}

.service_maintanencetips .content p {
    margin: 0;
}

.service_laptop_laptop_problems .title {
    margin-bottom: 20px;
}

.service_laptop_tabs {
	margin-bottom: 15px;
}

@media only screen and (max-width: 460px) {
	.service_laptop_tabs .nav-tabs .nav-item {
		height: 65px;
		width: 33%;
	}
	.service_laptop_tabs .nav-tabs .nav-item .nav-link, .service_laptop_tabs .nav-tabs .nav-item.show .nav-link, .service_laptop_tabs .nav-tabs .nav-link.active {
		height: 100%;
	    font-size: 14px;
	}
}
.descriere.fara-fundal{
	background:none;
	color:black;
}
.descriere.fara-fundal .section-content{
	color:black;
}



/* Formular Contact Homepage */
.homepage-contact .call-to-action {
/*    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 570px;*/
    padding: 2rem;
    z-index: 9;
    width: 100%;
    background-color: #67b7e1;
    -webkit-box-shadow: 0px 2px 29px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 29px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 29px -12px rgba(0, 0, 0, 0.75);
}

.homepage-contact .call-to-action .cta-content {
    padding: 20px 40px;
}

.homepage-contact .call-to-action label {
    color: white;
    font-family: Titillium Web;
    font-size: 14px;
}

.homepage-contact .call-to-action .wpcf7-acceptance label {
    text-transform: none;
}

.homepage-contact .call-to-action input[type="text"], .homepage-contact .call-to-action input[type="email"] {
    max-width: 100%;
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    font-family: titillium web;
    border: solid 1px #282828;
    color: #666;
    margin: 5px 0;
}

.homepage-contact .call-to-action textarea {
    margin: 5px 0;
    height: 100px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-family: titillium web;
    border: solid 1px #282828;
    color: #666;
}

.homepage-contact .call-to-action select {
    text-transform: none;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-family: titillium web;
    border: solid 1px #282828;
    color: #666;
}

.homepage-contact .call-to-action .segment {
    margin-bottom: 12px;
}

.buton-telefon-outer a {
    z-index: 1;
}


/* Homepage Sectiunea de Beneficii/Avantaje/Diferentiatori */
.beneficii {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.beneficii__item {
    display: flex;
    align-items: center;
}
.beneficii__item--title {
    font-weight: 500;
    font-size: 1.25rem;
    color: #FF6C00;
}
.beneficii__item--text {
    margin-top: 0.25rem;
    font-size: 1.1rem;
}
.beneficii__item i {
    font-size: 3rem;
    margin-right: 1rem;
    color: #FF6C00;
}
.beneficii__item a {
    color: #212529 !important; 
}

@media screen and (max-width: 1200px) {
    .beneficii {
        grid-template-columns: repeat(2, 1fr);
    }
    .beneficii__item {
        margin-top: 1rem;
    }
    .beneficii__item i {
        font-size: 2.5rem;
        margin-right: 3rem;
        max-width: 32px;
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 600px) {
    .beneficii {
        grid-template-columns: repeat(1, 1fr);
    }
    .beneficii__item--title {
        font-size: 1.1rem;
    }
    .beneficii__item--text {
        font-size: 1rem;
    }
}


/* Carusel cu branduri */
.brands-carousel.brands-carousel {
    margin-top: 1rem;
    line-height: 1.4;
}
.brands-carousel__title {
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 1.6em;
    line-height: 1.3;
    font-family: "Poppins", sans-serif;
    color: #595959;
    font-weight: 700;
}
.brands-carousel__item {
    margin-right: 8px;
}
.brands-carousel__item--name {
    margin-top: 0.5rem;
    text-align: center;
}
.brands-carousel .glider.draggable .glider-slide img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.glider-next,
.glider-prev {
    top: 45% !important;
    opacity: 30% !important;
}
.glider-prev {
    left: -1rem !important;
}
.glider-next {
    right: -1rem !important;
}


/* Tabel din pagina articolelor */
.article-table {
    background-color: #fff;
    align-self: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-collapse: collapse;
    table-layout: fixed;
}
.article-table th,
.article-table td {
    padding: 0.25rem 0.5rem;
}
.article-table td:first-child,
.article-table td:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.article-table tr + tr {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.article-table td + td,
.article-table th + th {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
    .article-table {
        font-size: 0.8rem;
    }
    .article-table-mobile td:first-of-type,
    .article-table-mobile th:first-of-type {
        display: none !important;
    }
}

.desktop-call{
    position: fixed;
    background-color: #67b7e1;
    color: white;
    border-radius: 24px;
    padding: 8px 48px 8px 15px;
    right: -30px;
    font-weight: bold;
    top: 33.33%;
    border: solid 1px #0f4e6f;
    z-index:99999;
}
.desktop-call:hover, .desktop-call:focus, .desktop-call:active{
    text-decoration:none;
    color:white;
}