/** Obecne **/
form .require { color:#f54029; }

iframe {max-width: 100%;}

.no-display, .hidden {display:none;}

.right-0 { right: 0px; }

.h100p { height: 100%; }

.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }

.mt-1 { margin-top: 1em; }
.mt-2 { margin-top: 2em; }
.mt-3 { margin-top: 3em; }
.mt-4 { margin-top: 4em; }

.w100 { width: 100px; }
.w120 { width: 120px; }

.w5p { width: 5%; }
.w10p { width: 10%; }
.w20p { width: 20%; }
.w25p { width: 25%; }
.w30p { width: 30%; }
.w40p { width: 40%; }
.w50p { width: 50%; }
.w60p { width: 60%; }
.w70p { width: 70%; }
.w80p { width: 80%; }
.w90p { width: 90%; }
.w100p { width: 100%; }

.mw100p {max-width: 100%;}

.maxh-200 {max-height: 200px;}
.maxh-175 {max-height: 175px;}

.minh-200 {min-height: 200px;}

.pb-0 { padding-bottom: 0px !important; }

.bb-1 { border-bottom: 1px solid #dee2e6; }

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important; }
    .d-sm-inline {
        display: inline !important; }
    .d-sm-inline-block {
        display: inline-block !important; }
    .d-sm-block {
        display: block !important; }
    .d-sm-table {
        display: table !important; }
    .d-sm-table-row {
        display: table-row !important; }
    .d-sm-table-cell {
        display: table-cell !important; }
    .d-sm-flex {
        display: flex !important; }
    .d-sm-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 768px) {
    .d-md-none {
        display: none !important; }
    .d-md-inline {
        display: inline !important; }
    .d-md-inline-block {
        display: inline-block !important; }
    .d-md-block {
        display: block !important; }
    .d-md-table {
        display: table !important; }
    .d-md-table-row {
        display: table-row !important; }
    .d-md-table-cell {
        display: table-cell !important; }
    .d-md-flex {
        display: flex !important; }
    .d-md-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important; }
    .d-lg-inline {
        display: inline !important; }
    .d-lg-inline-block {
        display: inline-block !important; }
    .d-lg-block {
        display: block !important; }
    .d-lg-table {
        display: table !important; }
    .d-lg-table-row {
        display: table-row !important; }
    .d-lg-table-cell {
        display: table-cell !important; }
    .d-lg-flex {
        display: flex !important; }
    .d-lg-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important; }
    .d-xl-inline {
        display: inline !important; }
    .d-xl-inline-block {
        display: inline-block !important; }
    .d-xl-block {
        display: block !important; }
    .d-xl-table {
        display: table !important; }
    .d-xl-table-row {
        display: table-row !important; }
    .d-xl-table-cell {
        display: table-cell !important; }
    .d-xl-flex {
        display: flex !important; }
    .d-xl-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 1600px) {
    .d-2xl-none {
        display: none !important; }
    .d-2xl-inline {
        display: inline !important; }
    .d-2xl-inline-block {
        display: inline-block !important; }
    .d-2xl-block {
        display: block !important; }
    .d-2xl-table {
        display: table !important; }
    .d-2xl-table-row {
        display: table-row !important; }
    .d-2xl-table-cell {
        display: table-cell !important; }
    .d-2xl-flex {
        display: flex !important; }
    .d-2xl-inline-flex {
        display: inline-flex !important; } }

@media print {
    .d-print-none {
        display: none !important; }
    .d-print-inline {
        display: inline !important; }
    .d-print-inline-block {
        display: inline-block !important; }
    .d-print-block {
        display: block !important; }
    .d-print-table {
        display: table !important; }
    .d-print-table-row {
        display: table-row !important; }
    .d-print-table-cell {
        display: table-cell !important; }
    .d-print-flex {
        display: flex !important; }
    .d-print-inline-flex {
        display: inline-flex !important; } }

.btn.btn-border { border:1px solid #f54029; }
.btn.btn-border:hover { background-color: #f54029; color: #fff; }
.btn.btn-dwnld svg { max-height: 20px; max-width: 20px; fill: #fff; }

.index-1 { z-index: 1; }
.index-2 { z-index: 2; }
.index-1001 { z-index: 1001; }

.no-decorator {
    color: #212529;
    text-decoration: none;
}
.no-decorator:hover {
    color: #212529;
    text-decoration-color: #212529;
}

.arrow {
    border: solid #f54029;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 4px;
}
.arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

/* Social Button Stype */
.scl-btn {
    padding: 15px;
    font-size: 25px;
    width: 55px;
    text-align: center;
    text-decoration: none;
    margin:5px;
    color: white;
}

/* Hover Effect */
.scl-btn:hover {
    opacity: 0.8;
    text-align: center;
    text-decoration: none;
    color: white;
}

/* Round buttons */
.scl-crcl {
    border-radius: 50%;
}

/* Round Corners */
.scl-rnd {
    border-radius:5px;
}

/* Brand Colors */
.fa-facebook-f { background: #3B5998; }
.fa-twitter { background: #55ACEE; }
.fa-linkedin-in { background: #007bb5; }
.fa-google { background: #dd4b39; }
.fa-youtube { background: #bb0000; }
.fa-instagram { background: #125688; }
.fa-pinterest { background: #cb2027; }
.fa-skype { background: #00aff0; }
.fa-vimeo-v { background: #45bbff; }
.fa-tumblr { background: #2c4762; }
.fa-flickr { background: #f40083; }
.fa-yahoo { background: #430297; }
.fa-rss { background: #ff6600; }
.fa-blogger { background: #f57d00; }
.fa-facebook-messenger { background: #3b5998; }
.fa-yelp { background: #af0606; }


.icon-14 {
    width: 14px;
    height: 14px;
}

.table td.borderless-top { border-top: 0px; }

.ekko-lightbox-nav-overlay a { color:#000 !important; text-decoration:none; }

#profile-form label,
#profile-form legend {
    font-weight: 700;
}

/** DIV table **/
div.table {display:table;}
div.table-row {display:table-row;}
div.table-cell {display:table-cell;}


/** User - profile menu **/
.usermenu {
    margin: 1.2em 0;
    font-size: 1.1em;
    font-weight: 700;
}
.user-sidemenu {
    font-size: 0.9rem;
    padding-left: 0;
    list-style: none;
}
.user-sidemenu a {
    text-decoration: none;
}
.user-sidemenu a:hover {
    text-decoration: underline;
}


/** User - objednavka **/
.user-order .badge {
    color: #fff;
    font-size: 1em;
    padding: 4px;
    height: auto;
}

/** User - registered product modules **/
.device-modules .arrow,
.device-files .arrow {
    cursor: pointer;
}


/** Hlavicka **/
.logo-mobile {
    width: 170px;
    height: 60px;
}


/** Menu **/
.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    border: 1px solid transparent;
    flex: auto;
}
.navbar-nav {
    display: block;
}
.navbar-nav>li>a {
    padding: 10px 10px;
}
@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-nav>li {
        float: left;
    }
}
.nav>li {
    position: relative;
    display: block;
}
.dropdown-large {
    position: static !important;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    /*top: 100%;*/
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border:1px solid #ced4da;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;

    width:100%;
    background:#fff;
    top:38px;
}
.dropdown .dropdown-menu {
    padding: 30px;
}
.dropdown .dropdown-menu .menu-social-icons {
    display: table;
    width: 100%;
    margin-top: 20px;
}
.dropdown .dropdown-menu .menu-social-icons-row {
    display: table-row;
}
.dropdown .dropdown-menu .menu-social-icons-col {
    display: table-cell;
    text-align: center;
}
.dropdown .menu-contacts {
    font-size: 1.1em;
}
.dropdown .menu-product-image img {
    max-width: 100%;
}
.dropdown .menu-product-categories {
    display: flex;
}
.dropdown .menu-product-categories .row {
    margin-bottom: 10px;
}
.dropdown .menu-product-categories>.row>.col-4 {
    flex: 0 0 32%;
    max-width: 32%;
    margin-right: 1.33333%;
    border-bottom: 1px solid #ced4da;
    /* border-left: 1px solid #ced4da; */
    border-right: 1px solid #ced4da;
}
.dropdown .menu-product-categories .row .row .col-7 {
    padding-left: 0px;
}
.dropdown .menu-product-categories .menu-product-group-image {
    padding: 5px;
    border:1px solid #ced4da;
}
.dropdown .menu-product-categories .img-responsive {
    max-width: 100%;
}
.dropdown .menu-product-categories ul.menu-column {
    padding-inline-start: 0px;
    padding: 0px 40px 0px 0px;
}
.dropdown .menu-product-categories .menu-product-group-items {
    border-bottom: 1px solid #bbb;
    margin-bottom: 1em;
}
.dropdown .menu-product-group-items a {
    color: #555;
}
.dropdown .menu-product-group-items ul {
    padding:0px;
}
.dropdown .menu-product-group-items ul li a {
    padding:0px;
    /*color: #212529;*/
    text-decoration: none;
}
.dropdown .menu-product-group-items ul li a:hover,
.dropdown .menu-product-group-items ul li.sub a:hover {
    text-decoration: underline;
}
.dropdown .menu-product-group-items ul li.sub a {
    padding-left: 5px;
    text-decoration: none;
    font-size: .9em;
    color: #777;
}
.dropdown .menu-product-group-items .title {
    font-weight: 700;
    font-size: 1.1em;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
}
.dropdown-menu-large > li > ul > li {
    list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 18px;
}
@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0 ;
        margin-right: 0 ;
    }
    .dropdown-menu-large > li {
        margin-bottom: 30px;
    }
    .dropdown-menu-large > li:last-child {
        margin-bottom: 0;
    }
    .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important;
    }
}


.menu-product-group {
    float: left;
    padding: 5px;
}


.mainsite-menu li { padding:0px; }
.dropdown .dropdown-menu { margin:0px; }
.dropdown:hover>.dropdown-menu,
.dropdown-submenu:hover>.sub-menu { display: block; }
.dropdown-toggle::after { border:0px; content: none; }
.dropdown ul li { display:block; padding: 3px; }
.dropdown ul li.sub a { padding-left: 25px; }
.dropdown ul li:after { background:none; }
.dropdown ul li:hover { /*background-color: #efefef;*/ }
.dropdown ul li a{ display:block; padding: 10px; }

.dropdown .dropdown-menu.sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-menu li:hover>.sub-menu { visibility: visible; display: block; }
.dropdown:hover>.dropdown-menu { display: block; }
.dropdown-menu:hover>.sub-menu,
.dropdown-submenu:hover>.sub-menu { display: block; }


/** Left category menu **/
.category-menu .category-menu-level-two { padding: .5em 0 .5em 0; }
.category-menu .category-menu-level-two a { padding-left: 2em; }

/** MOBILE - category menu **/
#category-menu-mobile .category-menu {
    height: 510px;
    max-height: 510px;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
}


#paginator-loading-img.active {display: block;}


/* Detail */
#detail-add-to-cart-disabled.btn-cart-big { display:none; }
#cart-submit-btn-disabled { display: none;}
.image-360-degree { position: absolute; top: 5px; right: 5px; }


/* Category */
.subcategory-title { border-bottom: 2px solid #000; }
.subcategory-title a { text-decoration: none; color: #212529; }
.subcategory-section { margin-bottom: 10px; width:100%; }

.subcategories .row { margin: 0 -5px 1.5em -5px; }
.subcategories .col-3 a { border: 1px solid #e9ecef; padding: .5em 1em; display: flex; align-items: center; }

.products-list-filter li  a {color:#adb5bd;text-decoration:none;}
.products-list-filter li.current a {color:#000;}
.products-list-filter li:not(.current) a {color:#adb5bd;}


/* Cart */
#cart-coupons-section {
    margin-bottom: 30px;
}
#cart-coupons-section input[type="text"] {
    width: 300px;
    margin-right: 20px;
}
#cart-coupons-section input[type="submit"] {
    width: 200px;
}
.cart-accept-terms-mobile {
    white-space: normal;
    color: #212529;
    border: 1px solid #f54029;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}
.cart-accept-terms-mobile.active {
    background-color: #f54029;
    color: #fff;
}

.btn-green {
    background-color: #a6d321;
    color: #fff;
}
.btn-silver {
    border: 1px solid #e9ecef;
}


/* WWW*/
/* Index */
@media (min-width: 576px) {
    .one-item a.btn {
        margin-top: 150px;
    }
}

.section-wrap.two-colums .carousel .carousel-inner .carousel-item.active {
    display: flex;
}
.section-wrap.two-colums .carousel .carousel-inner .carousel-item .col-6 {
    background-color: #fff;
    padding: 4px 0 0 0;
}
.section-wrap.two-colums .carousel .carousel-inner .carousel-item .col-6:first-child {
    padding-right: 2px;
}
.section-wrap.two-colums .carousel .carousel-inner .carousel-item .col-6:last-child {
    padding-left: 2px;
}

.header-tools {
    display: flex;
}

/* HP - bannery */
.banners {
    display: flex;
}
.banners .col-6 {
    background-color: #fff;
    padding: 4px 0 0 0;
}
.banners .col-6:first-child .banner-wrapper {
    padding-right: 2px;
}
.banners .col-6:last-child .banner-wrapper {
    padding-left: 2px;
}

.index-section .container-wrap {
    padding-top: 3em;
    padding-bottom: 1em;
}
.index-section .container-wrap,
.index-news .container-wrap {
    max-width: 100%;
}
.index-news .category-card h2,
.index-section  .category-card h2 {
    margin-bottom: 0px;
    height: 70px;
    text-align: center;
}
.index-section .container-wrap .category-card .category-card-content>a {
    text-decoration: none;
    color: #212529;
}
@media (min-width: 768px) {
    .index-section .container-wrap .category-card .category-card-content>a {
        text-decoration: none;
        color: #6c757d;
    }
    .index-section .container-wrap .category-card:hover .category-card-content>a {
        color: #212529;
    }
    .index-section .container-wrap .category-card .category-card-img img {
        filter: grayscale(100%);
    }
    .index-section .container-wrap .category-card:hover .category-card-img img {
        filter: none;
    }
}

.link-box {
    cursor: pointer;
}

.hp-www .header-primary .container-wrap {
    padding: 0px;
}
.hp-www .header-primary .container-wrap ul>li.dropdown {
    padding: 25px 0px;
    margin-right: 1em;
    border-bottom: 2px solid #f54029;
}
.hp-www .header-primary .container-wrap ul>li.dropdown:hover {
    box-shadow: 0 4px 5px -2px gray;
}
.hp-www .header-primary .container-wrap ul>li.dropdown>a {
    padding: 25px 10px;
    text-decoration: none;
}
.hp-www .dropdown .dropdown-menu {
    margin: 45px 0 0 0;
}

.index-news .category-card a.not-styled {
    color: inherit;
    text-decoration: inherit;
    background-color: inherit;
}
.index-news .category-card .news-date {
    padding: 1em;
}

@media (min-width: 768px) {
    .index-section .category-card .category-card-img,
    .index-news .category-card .category-card-img {
        height: 230px;
        max-height: 230px;
        text-align: center;
    }
    .index-section .category-card .category-card-img img,
    .index-news .category-card .category-card-img img {
        max-height: 175px;
        width: auto;
        max-width: 100%;
        display: inline;
    }
}


.index-section .category-card .category-card-description,
.index-news .category-card .category-card-description {
    min-height: 65px;
    height: 100px;
    margin-bottom: 1em;
    overflow: hidden;

    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

.index-section .owl-prev,
.index-news .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: 1em;
    display: block !important;
    border:0px solid black;
}

.index-section .owl-next,
.index-news .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: 4em;
    display: block !important;
    border:0px solid black;
}
.index-section .owl-prev i,
.index-section .owl-next i,
.index-news .owl-prev i,
.index-news .owl-next i {
    color: #ccc;
    font-size:4em;
}
.owl-stage {padding-bottom: 20px;}

/* Category - subcategories */
#subcatbox-container .subcatbox h2 { font-size: 1rem; text-align: center; padding-top: .5em; }
#subcatbox-container .subcatbox h5 { padding-top: .2em; }
#subcatbox-container .subcatbox h5.smaller { font-size: .8rem; text-align: center; }

/* Product list */
.category-row { border-bottom: 1px solid #e8e8e8; }
.category-row h2 a, .category-row h4 a { text-decoration: none; color:#212529; }
.category-row h2 a:hover, .category-row h4 a:hover { text-decoration: underline; }
.category-row .card a { color:#212529; text-decoration: none; }
.category-row .card h4 {
    height: 76px;
    overflow: hidden;
}
.category-row .card h4.card-title {
    font-size: 1.3rem;
}
.category-row .card .card-body {
    height: 200px;
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}
.category-row .card .card-footer {
    background: none;
    border: 0px;
}
.category-row .card .card-img img {
    display:block;
    width: 100%;
}
@media (min-width: 768px) {
    .category-row .card .card-img {
        height: 180px;
        max-height: 180px;
        text-align: center;
    }
    .category-row .card .card-img img {
        max-height: 175px;
        width: auto;
        max-width: 100%;
        display: inline;
    }
}

/* Products - index */
.www-categories .category-list .category-card .category-card-content a {
    text-decoration: none;
    color: #212529;
}
.www-categories .category-list .category-card .category-card-content h2 {
    height: 70px;
    margin-bottom: 0px;
    text-align: center;
}
.www-categories .category-card { padding:1.5em 2em 2em 2em; }
.www-categories .category-card .category-card-img {
    height: 230px;
    max-height: 230px;
    text-align: center;
}
.www-categories .subcategory-card-image .img-thumbnail {
    border: 0px;
}
.www-categories .category-card .category-card-img img {
    max-height: 175px;
    width: auto;
    max-width: 100%;
    display: inline;
}
@media (min-width: 768px) {
    .www-categories .category-list .category-card .category-card-content a {
        color: #6c757d;
    }
    .www-categories .category-list .category-card:hover .category-card-content a {
        color: #212529;
    }
    .www-categories .category-card .category-card-img img {
        filter: grayscale(100%);
    }
    .www-categories .category-card:hover .category-card-img img {
        filter: none;
    }
}

.articles-list h3, .news-list h3 {font-size: 1.6rem;}

/* Detail */
.tab-pane#product-description-info table { width: 100%; }
.tab-pane#product-description-info .cb {
    display: block;
    clear: both;
    height: 0px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    overflow: hidden;
}
#product-files .table tr:first-child th, .tab-pane#product-files .table tr:first-child td { border-top: 0px; }
#product-files .table.product-files td { padding-bottom: 1em; border-top: 0; }
#product-files .table.product-files p { padding-bottom: 0px; margin-bottom: 0px; }
.product-params table tr:first-child th, .tab-pane.product-params table tr:first-child td { border-top:0px; }
.product-detail .heading-underline { margin-bottom: 1em; }
.product-detail .detail-images .detail-images-container { height: 150px; width: 150px; text-align: center; border: 1px solid #fff; display: flex; align-items: center; }
.product-detail .detail-images .detail-images-container:hover { border: 1px solid #dee2e6; }
.product-detail .detail-images .detail-images-container img { max-width: 148px; max-height: 148px; }


.card-body-content {
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 480px) {
    .modules-list-item {
        width: 50%; display: inline-block;
    }
}
@media (min-width: 640px) {
    .modules-list-item {
        width: 33%; display: inline-block;
    }
}
.modules-list-item.active .card-body-content{ max-height: max-content; }

/* Kontakt - mapa */
#map-container svg {
    width: 100%;
    height: 500px;
}
#map-container svg path {
    fill: #fff;
    stroke: #9e9e9e;
}
#map-container svg path.enabled {
    fill: #f54029;
}
.map-point svg {
    width: 20px;
}

.svgMap-tooltip {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 2;
    border-radius: 2px;
    background: #fff;
    transform: translate(-50%, -100%);
    border-bottom: 1px solid #000;
    display: none;
    pointer-events: none;
    min-width: 60px;
}

.svgMap-tooltip.svgMap-tooltip-flipped {
    transform: translate(-50%, 0);
    border-bottom: 0;
    border-top: 1px solid #000;
}

.svgMap-tooltip.svgMap-active {
    display: block;
}

.svgMap-tooltip .svgMap-tooltip-content-container {
    position: relative;
    padding: 10px 20px;
}

.svgMap-tooltip .svgMap-tooltip-content-container .svgMap-tooltip-flag-container {
    text-align: center;
    margin: 2px 0 5px;
}

.svgMap-tooltip .svgMap-tooltip-content-container .svgMap-tooltip-flag-container.svgMap-tooltip-flag-container-emoji {
    font-size: 50px;
    line-height: 0;
    padding: 25px 0 15px;
}

.svgMap-tooltip .svgMap-tooltip-content-container .svgMap-tooltip-flag-container .svgMap-tooltip-flag {
    display: block;
    margin: auto;
    width: auto;
    height: 32px;
    padding: 2px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}

.svgMap-tooltip .svgMap-tooltip-title {
    white-space: nowrap;
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 15px;
    text-align: center;
    font-weight: 700;
}

.svgMap-tooltip .svgMap-tooltip-content {
    white-space: nowrap;
    font-size: 11px;
    margin: -5px 0 0;
}

.svgMap-tooltip .svgMap-tooltip-pointer {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    height: 10px;
    width: 30px;
}

.svgMap-tooltip .svgMap-tooltip-pointer:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #000;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.svgMap-tooltip.svgMap-tooltip-flipped .svgMap-tooltip-pointer {
    bottom: auto;
    top: -10px;
    transform: translateX(-50%) scaleY(-1);
}

.category-card {
    padding-bottom: 3em;
}
.category-card h2 {
    font-size: 1.3em;
}
.category-card .category-card-image {
    height: 75px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}


/** EShop **/
/* Product - detail */
.subcharge-info { font-size: .8em; }


/* SW-shop - index */
.recommended-card-info h5 { height: 50px; overflow: hidden; }
.recommended-card-info a.recommended-card-info-link { text-decoration: none; color:#212529; }
@media (min-width: 576px) {
    .recommended-card-info .recommended-card-img {
        height: 200px;
    }
    .recommended-card-info .recommended-card-desc {
        height: 100px;
        margin-bottom: 1em;
        overflow: hidden;

        -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    }
}

/* SW-shop - detail */
.module-title:hover { color:#f54029; }
.card-header { cursor: pointer; }
.card-header:hover { background-color: rgba(0,0,0,0.1); }
.module-checkbox { padding-left: 10px; }
.module-checkbox .remove-module { width:50px; }
.total-module-price-row { font-size: 1.3em; color:#f54029; font-weight: 700;  }
.product-serial-row { margin-bottom: 10px; }

.device-packages .device-package { cursor: pointer; }
.device-packages .device-package.active {
    background-color: #f54029;
    color: #fff;
}
.device-packages .package_checkbox { display: none; }

/* Modules */
.accordionModules .module-packages { margin-left:auto; margin-right:30px; text-align: right; width: 30%;}
.accordionModules .module-total-price-label-addon {margin-left: 5%; font-size: 0.8em; font-style: italic;}

/* Registered products - menu */
.product-minicard.active { background-color: #f54029; color: #fff; }
.product-minicard.active .description {color: #fff;}
.product-minicard .info { width:100%; }
.product-minicard .info .unregister { margin-top: 10px; text-align: right; }
.product-minicard .info .unregister>span { padding: 2px 5px; font-size: .75em; border: 2px solid red; border-radius: 15px; }
.product-minicard .info .unregister>span:hover { background-color:red;color:#fff; }

/* Modal */
.modal-footer>form>input,
.modal-footer>form>button{
    margin-right: .25rem;
}

/* The switch - the box around the slider */
.switch { position: relative; display: inline-block; width: 50px; height: 24px; }
/* Hide default HTML checkbox */
.switch input { opacity: 0; width: 0; height: 0; }

/* The slider */
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; }
.slider:before { position: absolute; content: ""; height: 16px; width: 16px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; }
.slider.disabled { display:none; }
input:checked + .slider { background-color: #2196F3; }
input:focus + .slider { box-shadow: 0 0 1px #2196F3; }
input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); }
/* Rounded sliders */
.slider.round { border-radius: 34px; }
.slider.round:before { border-radius: 50%; }

/* Modal dialog */
.ekko-lightbox.modal .ekko-lightbox-item { background-position: center top; }
.ekko-lightbox.modal .ekko-lightbox-nav-overlay { height: 50px; bottom: 0; top: auto; }
.ekko-lightbox.modal .ekko-lightbox-nav-overlay a { opacity: 1; }

.validation-code { text-align: center; letter-spacing: 5px; }

.card-link-products {
    color: #212529;
    text-decoration: none;
}
.card-link-products:hover {
    color: #212529;
    text-decoration: none;
}
.card-link-products .card:hover {
    background-color: rgba(0,0,0,0.01);
}
.card-link-products .card-header,
.card-link-products .card-header:hover {
    background-color: transparent;
}


.header-mobile-main .header-mobile-main-nav {
    display: flex;
}
.header-mobile-main .header-mobile-main-nav img {
    width: 30px;
    height: 30px;
    max-height: 30px;
    max-width: 30px;
    margin-right: 1em;
}
#lang-menu-mobile .language-image img {
    width: 30px;
    height: 30px;
}
#lang-menu-mobile .language-name {
    margin-left: 1em;
}
#main-menu-mobile {
    position: fixed;
    display: flex;
    background-color: #fff;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100vh;
    margin-top: 60px;
}
#main-menu-mobile.collapse:not(.show) {
    display: none;
}
#main-menu-mobile .main-menu-mobile {
    flex: 0 0 100%;
    list-style-type: none;
    padding-left: 0;
}
#main-menu-mobile .nav-expand-link {
    display: flex;
    justify-content: space-between;
    flex: 0 1 auto;
}
#main-menu-mobile .nav-expand-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*height: auto;*/
    transform: translateX(100%);
    background-color: #fff;
    transition: 0.3s;
    visibility: hidden;
    /*overflow-x: hidden;*/
}
#main-menu-mobile .nav-expand-content .nav-expand-ul {
    position: relative;
    width: 100%;
    z-index: 2;
    overflow-x: hidden;
    height: 100%;
}
/*#main-menu-mobile .nav-expand-content .nav-item {
    border-bottom: solid 1px #f54029;
}*/
#main-menu-mobile .nav-expand.active>.nav-expand-content {
    transform: translateX(0);
    visibility: visible;
}


#main-menu-mobile .arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;

    height: 9px;
    margin-top: 7px;
}
#main-menu-mobile .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#main-menu-mobile .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}


/* Timeline holder */
ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}

/* Timeline vertical line */
ul.timeline:before {
    content: ' ';
    background: #f54029;
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}

li.timeline-item {
    margin: 20px 0;
}

ul.timeline li.timeline-item div.col-md-10 img {
    max-width: 100%;
}

/* Timeline item arrow */
.timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}

/* Timeline item circle marker */
li.timeline-item::before {
    content: ' ';
    background: #f54029;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 11px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#faq-list .card .card-header .card-header-collapse:after {
    font-family:Fontawesome;
    content:url("/public/views/assets/icons/chevron-down-solid.svg");
    float:right;
    width: 20px;
    height: 100%;
    font-size:10px;
    font-weight:300;
}

#faq-list .card .card-header[aria-expanded="true"] .card-header-collapse:after {
    content:url("/public/views/assets/icons/chevron-up-solid.svg");
}

.sidebar-support {
    display: none;
}
@media (min-width: 992px) {
    .sidebar-support {
        display: block;
        flex-shrink: 0;
        flex-basis: 14em;
        margin-right: 2em;
    }
}
@media (min-width: 1200px) {
    .sidebar-support {
        flex-basis: 20em;
        margin-right: 4em;
    }
}

ul.www-user-menu {
    font-weight: normal;
}
ul.www-support-menu,
ul.www-user-menu {
    border: 1px solid rgba(0,0,0,.125);
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.www-support-menu li,
ul.www-user-menu li{
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
ul.www-support-menu li:last-of-type,
ul.www-user-menu li:last-of-type {
    border-bottom: 0px;
}
ul.www-support-menu li a,
ul.www-user-menu li a {
    padding: .75rem 1.25rem;
    display: block;
}
ul.www-support-menu li.active a,
ul.www-user-menu li.active a {
    text-decoration: none;
    color: #000;
}
ul.www-support-menu li:hover,
ul.www-user-menu li:hover {
    background-color: #efefef;
}
ul.www-support-menu li:hover a,
ul.www-user-menu li:hover a {
    text-decoration: none;
}

.image-news {
    max-height:320px;
    float:right;
}

.product-boxes {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.product-boxes .product-box {
    flex: 0 0 16.6%;
    max-width: 16.6%;

    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    align-items: stretch;
}
.product-boxes .product-box-container {
    background: #fff;
    box-shadow: 0 0 18px 0 rgba(60,65,69,.1);
    border-radius: 5px;
    padding: .5em 1em 1.5em 1em;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}
.product-boxes .product-box-container .product-box-title {
    display: inline-flex;
    align-items: center;
    min-height: 3.5em;
    line-height: 1.2em;
    font-size: 1rem;
    text-align: center;
}
.product-boxes .product-box-container .product-box-title a {
    font-weight: 700;
    text-decoration: none;
    color: #000;
}
.product-boxes .product-box-container .product-box-img {
    border: 1px solid #e9ecef;
}
.product-boxes .product-box-container .product-box-description {
    height: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-boxes .product-box-container .product-box-link {
    text-overflow: ellipsis;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
}

.novideo-area {
    position: absolute;
    top: 0;
}
.nomap-area {
    position: relative;
}
.novideo-area a,
.nomap-area a {
    position: absolute;
    width: 200px;
    padding: 1em;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-left: 35%;
    margin-top: 20%;
}

.footer-banner {
    max-height: 100px;
    text-align: right;
}
.footer-banner img {
    height: 100%;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #292929;
    z-index: 9999;
    border-radius: 3px
}
.cookie-consent a {
    color: #fff;
}
.cookie-consent hr {
    border-top: 1px solid #fff;
}