.languages a:not(:last-child)::after {
    content: "/";
    height: 1px;
    width: 1px;
    display: inline-block;
    padding-left: 10px;
    position: absolute;
    color: #000;
}

section.home-hero {
    position: relative;
    overflow: hidden;
}

section.home-hero img {
    object-position: center center;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.mobile-menu .mobile-menu-wrapper .languages a::after {
    padding-left: 20px;
    color: white;
}

.mobile-menu .mobile-menu-wrapper a:hover {
    color: black;
}

.mobile-menu {
    overflow-y: auto;
}

.swiper-button-prev {
    background-image: url(/theme/teslakontrol/img/prev.svg);
}

.swiper-button-next {
    background-image: url(/theme/teslakontrol/img/next.svg);
}

main:not(.product-type-) .product-row {
    flex-direction: row-reverse;
}

main.product-type-left .product-row {
    flex-direction: row !important;
}

.white-space-pre {
    white-space: pre-line !important;
}

.references-container .references-item:not(:hover) {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.references-container .references-item {
    transition: all .5s;
}

.references-container .reps-container {
    position: relative;
}

.references-container .swiper-button-next {
    right: 30px;
}

.references-container .swiper-button-prev {
    left: 30px;
}

footer .col-map img {
    max-width: 100% !important;
}

footer .footer-brand img {
    margin: 0 0 15px 0;
    max-width: 200px;
}

.reps-container .section-title {
    margin-bottom: 15px;
}

.product-block label.section-title {
    margin-bottom: 1rem !important;
}

.swiper-product-images .swiper-pagination-bullet {
    height: 6px !important;
}

@media (max-width: 1200px) {

    .product-block img,
    .blog-detail-wrapper img,
    .corporate-section-wrapper img {
        height: auto !important;
    }
}

.home-hero {
    background-color: #fff;
}

.home-hero img {
    z-index: 1 !important;
}

.home-hero .container {
    z-index: 2
}

.blog-categories {
    margin-top: 3rem;
}

.blog-categories a {
    margin: 15px 10px 0 0;
}

footer .social a img {
    width: 35px;
    height: 35px;
}

.whatsapp-mobile-icon {
    position: fixed;
    width: 132px;
    right: 50px;
    bottom: 90px;
    z-index: 2000;
    height: 50px;
    padding: 10px 6px 10px 44px;
    background: url('/theme/teslakontrol/img/whatsapp-icon.png') 8px center no-repeat #2ab200;
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #676767;
    transition: all .3s;
}

@media (max-width: 679px) {
    .whatsapp-mobile-icon {
        text-indent: -200px;
        width: 42px;
        right: 0px;
        overflow: hidden;
        margin: 0px 20px 20px 0px;
        background-position: center center;
    }
}

.whatsapp-mobile-icon:hover {
    color: white;
    box-shadow: 1px 1px 10px #676767;
}

main.product-type-mid .product-row {
    flex-direction: column-reverse;
    align-items: center;
}

main.product-type-mid .product-row .product-content-column {
    width: 100%;
}

@media (min-width: 768px) {
    main.product-type-mid .product-row .product-slider-column {
        width: 83.333333%;
    }
}

.product-slider-column img {
    width: 100%;
}


.product-block .tab-content .sss h3 {
    margin: 60px 0 40px 0;
}

.table-borderless>table>tbody>tr>td,
.table-borderless>table>tbody>tr>th,
.table-borderless>table>tfoot>tr>td,
.table-borderless>table>tfoot>tr>th,
.table-borderless>table>thead>tr>td,
.table-borderless>table>thead>tr>th {
    border: none;
}


.c-demo-page .tab-demo-inner__items__item h3 {
    margin: 0px;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    padding-bottom: 5px;
    color: #d7282f;
    font-size: 1.4rem;
}

.table-borderless .table> :not(caption)>*>* {
    padding-left: 0px;
    padding-right: 0px;
}


.c-demo-page .tab-demo-inner__items__item:not(:last-child) {
    margin-bottom: 30px;
}


.c-demo-page .tab-demo-inner__items__item:not(:last-child) {
    margin-bottom: 30px;
}

.c-demo-page .tab-demo-inner__items__item table td .c-demo-download-btn,
.tesla-icon-btn.tesla-icon-btn--primary {
    background: #d7282f;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    text-align: center;
    padding: 5px 0px;
    position: relative;
    top: -7px;
}

.c-demo-page .tab-demo-inner__items:not(.disabled) .tab-demo-inner__items__item table td .c-demo-download-btn:not(.success):not(.loading)::after {
    content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff "> <g> <rect fill="none" height="24" width="24"/> </g> <g> <path d="M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z M17,11l-1.41-1.41L13,12.17V4h-2v8.17L8.41,9.59L7,11l5,5 L17,11z"/> </g> </svg>');
}

.c-demo-page .tab-demo-inner__items.disabled .tab-demo-inner__items__item table td .c-demo-download-btn {
    opacity: .3;
    cursor: not-allowed;
}

.c-demo-page .tab-demo-inner__items__item table td .c-demo-download-btn:not(.loading)::after {
    content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000000"> <g> <rect fill="none" height="24" width="24"/> </g> <g> <path d="M18,15v3H6v-3H4v3c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-3H18z M17,11l-1.41-1.41L13,12.17V4h-2v8.17L8.41,9.59L7,11l5,5 L17,11z"/> </g> </svg>');
    display: inline-block;
    vertical-align: middle;
}

.c-demo-page .tab-demo-inner__items__item table td .c-demo-download-btn.success {
    background: #32de0e5e;
}


.c-demo-page .tab-demo-inner__items__item table td .c-demo-download-btn.success::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000000"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>');
    display: inline-block;
    vertical-align: middle;
}

.c-demo-page .tab-demo-inner__items__item table td .c-demo-download-btn:not(.loading) .spinner-border {
    display: none;
}


.tab-demo-inner__items__item table td:last-child {
    width: 45px;
}

.c-demo-page .tab-demo-inner__items__item table td:last-child {}

.c-demo-page .tab-demo-inner__items__item table td .c-demo-download-btn {
    position: relative;
}

.c-demo-page:not(.downloadable) .demo-form-download-text {
    display: none;
}

.product-block .tab-demo-inner__items--container {
    padding-top: 30px;
}

.demo-info-popup-container {
    position: fixed;
    right: 0px;
    bottom: 60px;
    width: 400px;
    background-color: #d7282fdb;
    padding: 15px;
    z-index: 100;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

}

.demo-info-popup-container .demo-info-popup-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.demo-info-popup-container .demo-info-popup-description a {
    text-decoration: underline;
}

.demo-info-popup-container .demo-info-popup-description {
    font-size: 14px;
}

.demo-info-popup-container .demo-info-popup--close-btn {
    position: absolute;
    right: 16px;
    top: 5px;
    font-size: 30px;
}

.demo-info-popup-container .demo-info-popup-description a:hover {
    color: #fff;
}


@media (max-width: 768px) {
    .demo-info-popup-container {
        width: 100%;
        border-radius: 0px;
        bottom: 90px;
    }


}

@media(min-width:768px) {
    .c-demo-page:not(.tab-demo-inner) iframe {
        max-width: 50%;
    }
}


.color-primary {
    color: #d7282f;
}

.c-demo-page .c-demo-page-hero-img {
    height: unset !important;
    max-width: 100%;
    margin: 30px 0px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.grecaptcha-badge {
    display: none !important;
}