/*==========================================================================
==============================UPRAVY========================================
============================================================================*/
@media (min-width: 990px) {
    div::-webkit-scrollbar {
        width: 15px;
        background: #F2F2F2;
    }
    div::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }
    div::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: darkorange;
    }
    div::-webkit-scrollbar-thumb:hover {
        background: #b35827;
    }
}
@media (max-width: 1400px) {
    .big-slideshow-wrap .big-slideshow .big-slide .big-slide-bg {
        background-size: contain !important;
    }
}
@media (max-width: 990px) {
    .btn-primary {
        min-width: 100px !important;
    }
    #aside-info-panel-desktop {
        display: none;
    }
    header .nav {
        z-index: auto;
    }
    .mobile-side-menu {
        display: none;
    }
    .mobile-side-menu.open {
        display: block;
    }
    #top-menu-register {
        display: none;
    }
    .list-of-products-block:not(.rowed-style) {
        height: 508px;
    }
    .modal-car-content .search-bar .searchwrap {
        margin-bottom: 0px;
    }
    div::-webkit-scrollbar:vertical {
        width: 10px;
    }
    div::-webkit-scrollbar:horizontal {
        height: 10px;
    }
    .product-list-aside {
        padding-bottom: 0;
    }
    .categories-on-mobile-toggler-parent {
        position: sticky;
        top: 100px;
        z-index: 50;
        display: block !important;
    }
    .categories-on-mobile-toggler {
        position: absolute;
        left:0;
        width: 70px;
        border: 1px solid #4D4D4D;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        height: 52px;
        /*margin-right: -20px;*/
        /*margin-right: -10.5px;*/
        margin-left: 0px;
        border-left: none;
        padding-left: 10px;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        display: flex;
        background: white;
    }
    .categories-on-mobile-toggler i {
        font-size: 12px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        text-decoration: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
        margin-top: 5px;
        color: #F4A900;
        transform: rotate(0deg);
    }
    .categories-on-mobile-toggler p {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 4px;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        color: black
    }
    .categories-on-mobile-toggler p span + span {
        display: none;
    }
    .categories-on-mobile-toggler.open i {
        transform: rotate(-180deg);
    }
    .categories-on-mobile-toggler.open p span {
        display: none;
    }
    .categories-on-mobile-toggler.open p span + span {
        display: block;
    }
    .categories-on-mobile {
        position: fixed;
        top: 150px;
        opacity: 0;
        left: -300px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        text-decoration: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
        width: 100%;
        max-width: 80vw;
        background: rgba(255, 255, 255, 0.95);
        padding: 18px;
        display: none;
        z-index: 49;
        overflow: auto;
        max-height: 70vh;
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
    }
    .categories-on-mobile.open {
        left: 0;
        opacity: 1;
        display: block;
    }
    .categories-on-mobile .card-header {
        display: none;
    }
    .categories-on-mobile .card-body {
        display: block !important;
        padding: 0;
    }
    .categories-on-mobile .card {
        background-color: transparent;
    }
    .categories-on-mobile .card .list-group-item {
        background-color: transparent;
    }
    .main-search-bar {
        margin-bottom: 15px;
    }
    .multi-column {
        columns: 1;
    }
}
@media (max-width: 820px) {
    .hide-on-mobile {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .product-list-content .sub-sections .sub-section {
        border: none !important;
    }
    .mobile-margin-bottom {
        margin-bottom: 10px;
    }
}
@media (max-width: 680px) {
    .product-list-content .filters-wrap .filters-inner .filter-search .btn {
        order: 3
    }
    .product-list-content .filters-wrap .filters-inner .filter-search .search-bar {
        order: 1;
        max-width: 70%;
    }
    .product-list-content .filters-wrap .filters-inner .filter-search .only-stock {
        order: 2;
        max-width: 30%;
        height: 52px;
        margin-left: 10px;
    }
    .product-list-content .filters-wrap .filters-inner .filter-search .search-cca {
        order: 2;
        max-width: 30%;
        height: 52px;
        margin-left: 10px;
    }
}
@media (max-width: 660px) {
    .list-of-products-block:not(.recomended).rowed-style .product-list-item .img-wrap {
        height: 150px;
    }
    .list-of-products-block:not(.recomended).rowed-style .product-list-item .text {
        min-height: 80px;
    }
}
@media (max-width: 580px) {
    .modal-car-content .car-models table th {
        display: none;
    }
}
@media (max-width: 480px) {
    .product-list-content .filters-wrap .filters-inner .filter-search .search-bar {
        max-width: 100%;
    }
    .product-list-content .filters-wrap .filters-inner .filter-search .only-stock {
        max-width: 100%;
    }
    .product-list-content .filters-wrap .filters-inner .filter-search .search-cca {
        max-width: 100%;
    }
    .product-list-content .filters-wrap .filters-inner .filter-search {
        flex-direction: column;
    }
}
/*az budou obrazky aut dat pryc*/
@media (min-width: 580px) {
    .modal-car .car-models .model-select {
        height: 89px;
    }
    .modal-car .car-models .model-select .img-wrap{
        height: 89px;
    }
}
@media (min-width: 990px) {
    .basket-aside {
        max-width: none;
        width: 30%;
        float: right;
    }
    .basket-content {
        width: 70%;
    }
    #aside-info-panel-mobile {
        display: none;
    }
    #treeForm .card-header {
        display: none;
    }
    #treeForm .card-body {
        padding-top: 0;
    }
    .list-of-products-block:not(.rowed-style) {
        height: 495px;
    }
    .only-on-mobile {
        display: none !important;
    }
    .product-list-item .bottom .price-info .price span {
        font-size: 12px;
    }
    .product-detail .gallery-side .mini-pictures a {
        width: 16.666%;
    }
    .multi-column {
        columns: 2;
    }
    .multi-column li {
        display: inline-block;
        width: 100%;
    }
}
@media (min-width: 1180px) {
    .modal-car .modal-car-step .modal-car-heading .model-selected .model-code {
        max-width: 250px;
    }
}
@media (min-width: 1200px) {
    .only-stock {
        margin-left: 60px;
    }
    .search-cca {
        margin-left: 20px;
    }
}
@media (min-width: 1366px) {
    .modal-dialog.modal-lg {
        max-width: 1366px;
    }
    .full-page-view {
        width: 95vw;
        position: relative;
        left: calc(-47vw + 50%);
    }
    .full-page-view .container-fluid {
        max-width: 100%;
    }
}
@media (min-width: 1920px) {
    .list-of-products-block:not(.recomended).rowed-style .product-list-item:hover .item-info-panel {
        left: 100%;
    }
    .list-of-products-block:not(.recomended).rowed-style .item-info-panel {
        left: calc(100% - 238px);
    }
}
/*section {*/
    /*z-index: auto;*/
/*}*/
header .top{
    z-index: 101;
}
legend {
    display: block;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
img {
    max-width: 100%;
    max-height: 100%;
}
header .nav {
    z-index: 11;
}
/*header .info {*/
    /*height: 30px;*/
/*}*/
header .info-menu {
    float: left;
    position: relative;
    padding: 0 10px;
}
header .info-menu button {
    float: left;
    background: transparent;
    height: 30px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border: none;
    outline: none;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    font-weight: bold;
    -webkit-transition: all 0s ease-out;
    transition: all 0s ease-out;
    justify-content: center;
    line-height: 19.2px;
    color: rgba(255, 255, 255, 0.7);
}
header .info-menu button i {
    color: #00606A;
    font-size: 8px;
    margin-left: 8px;
}
header .info-menu button[aria-expanded="true"] {
    color: #0F0F0F;
    background: #F2F2F2;
}
header .info-menu .dropdown-menu {
    width: 200px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #F2F2F2;
    border: none;
    min-width: 100%;
    padding-top: 0px;
    max-width: 200px;
}
header .info-menu .dropdown-button {
    background-size: 32px 32px;
    border: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: 0px;
    position: relative;
    height: 32px;
    width: 32px;
    z-index: 0;
    background: #465a63;
    color: white;
}
header .info-menu .dropdown-menu .dropdown-item {
    text-align: center;
    color: #0F0F0F;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 400;
}
header .info-menu .dropdown-menu .dropdown-item:active {
    color: #0F0F0F;
    background-color: #f8f9fa;
}
header .info-user a {
    margin-left: 10px;
}
header .info-user i {
    font-size: 18px;
}
header .info-user span {
    float: left;
    margin-left: 10px;
}
header .sub-nav .retailer-bar .chose-more {
    font-weight: bold;
}
header .sub-nav .retailer-bar.chosen-car .car-type .car-pic {
    margin-right: 25px;
}
header .main-search-bar input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
header .sub-nav .retailer-bar .retailers ul li img {
    max-width: 32px;
    max-height: 32px;
}
header .sub-nav .retailer-bar.chosen-car .car-type p {
    margin-right: 40px;
}
header .sub-nav .retailer-bar .save-car {
    float: left;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #FF671D;
    font-size: 14px;
    padding-top: 4px;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: 16.8px;
    align-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    margin-right: 30px;
}
header .sub-nav .retailer-bar .save-car a {
    color: #FF671D;
}
header .sub-nav .retailer-bar.chosen-car .save-car:hover {
    color: #002E6D;
}
header .sub-nav .retailer-bar.chosen-car .save-car a:hover {
    color: #002E6D;
}
header .categories-button {
    padding: 0px;
    margin: 0px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    float: left;
    background: #6682a7;
    border: none;
    color: white;
}
header .categories-button:hover {
    color: #FF671D;
}
header .categories-button span{
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 900;
    padding: 10px 10px 10px 10px;
}
header .categories-button i{
    font-size: 12px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}
header .info-mail {
    margin-left: 0;
}
footer .info {
    z-index: 1;
}
footer .main-partners .map {
    height: 62px;
}
footer .copy {
    float:none
}
/*form .btn {*/
    /*font-size: 12px;*/
    /*font-weight: inherit;*/
    /*line-height: inherit;*/
/*}*/
.fa {
    font-family: FontAwesome !important;
}
.hide{
    display:none!important;
}
.form-horizontal fieldset {
    padding: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.button-right {
    float: right;
}
.form-horizontal {
    text-align: left;
}
/*===========================
==uprava prekryvani headeru==
===========================*/
header .top {
     /*z-index: 101;*/
     z-index: 10 !important;
}
header .middle-header {
    z-index: 9 !important;
}
header .nav {
     z-index: 6 !important;
}
header .sub-nav {
     z-index: 5;
}
header:before {
 z-index: auto;
}
header .main {
    z-index: 9;
}
@media (max-width: 991px){
    header .nav {
        display: none;
    }
    header .mobile-side-menu.open {
        margin-top: 100px;
    }
}
/*=======================
=====Contact upravy =====
=======================*/
.contact-pobocky .text {
    float: left;
    width: 100%;
    padding-top: 7px;
    text-align: left;
}
.contact-pobocky .text strong {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    margin-bottom: 7px;
    color: #0F0F0F;
}
.contact-pobocky .text span {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #0F0F0F;
}

/*=======================
======Product list=======
=======================*/
.product-list .side-nav {
    z-index: unset;
    width: 25%;
}
.product-list-item .img-wrap a {
    max-height: 95%;
    max-width: 100%;
}
.product-list-item .bottom .price-info {
    min-height: 39px;
}
.product-list-item .item-info-panel {
    max-height: 440px;
    cursor: default;
    -webkit-transition: all 0.25s ease-out !important;
    transition: all 0.25s ease-out !important;
    transition-delay: 1s !important;
    -webkit-transition-delay: 1s !important;
}
.product-list-item.active .item-info-panel {
    transition-delay: 0s !important;
    -webkit-transition-delay: 0s !important;
}
.product-list-item .item-info-panel table {
    margin-left: 0px;
    width: 100%;
}
.product-list-item .item-info-panel .scrollable{
    overflow: auto;
    float: left;
    margin-left: -18px;
    width: calc(100% + 36px);
    border: none;
    border-collapse: collapse;
    margin-bottom: 20px;
    border-spacing: 0px;
    max-height: 340px;
}
.product-list-item .description .text p {
    color: black;
    font-size: 12px;
}
.product-list-item .showTooltipDivImage img {
    max-height: 100% !important;
    max-width: 100% !important;
}
.product-list-item .img-wrap .factory {
    height: 35px;
}
.product-list-item .img-wrap .factory img{
    max-width: 100%;
    max-height: 100%;
}
.product-list-item h2 {
    height: 42px;
}
.product-list-content .filters-wrap .filters-inner .heading .remove-filters {
    display: block;
}
.product-list-item .bottom .price-info {
    align-items: flex-start;
}
/*=======================
=======Header cart=======
=======================*/
header .main-basket .basket-dropdown .basket-dropdown-item .right .spinner {
    float: left;
}
header .main-basket .basket-dropdown .basket-dropdown-item .right .spinner .minus,
header .main-basket .basket-dropdown .basket-dropdown-item .right .spinner .plus {
    float: left;
    width: 20px;
    height: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 20px;
    font-weight: 900;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    user-select: none;
    color: #F4A900;
}
header .main-basket .basket-dropdown .basket-dropdown-item .right .spinner .minus:hover,
header .main-basket .basket-dropdown .basket-dropdown-item .right .spinner .plus:hover {
    color: #00606A;
}
header .main-basket .basket-dropdown .basket-dropdown-item .right .spinner .minus,
header .main-basket .basket-dropdown .basket-dropdown-item .right .spinner .plus {
    padding-top: 0px;
    margin-top: 0px;
}
header .main-basket .basket-dropdown .basket-dropdown-item .right .spinner .product-counter {
    float: left;
    height: 20px;
    width: 20px;
    background: #E6E6E6;
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    font-size: 16px;
    color: #4D4D4D;
    font-weight: 400;
    border-radius: 0.25rem;
    padding-top: 4px;
}
header .main-basket .basket-dropdown .basket-dropdown-item .right div {
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #B3B3B3;
    margin-top: 3px;
    text-align: center;
}
/*=======================
======Katalog rows ======
=======================*/
.katalog-rows .car-rows {
    border-top: 1px solid #F2F2F2;
    padding-top: 25px;
    float: left;
    width: 100%;
}
.katalog-rows .car-rows .car-select-row{
    text-align: center;
    border-bottom: 5px solid #ffffff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    padding: 10px 15px 8px 15px;
    position: relative;
}
.katalog-rows .car-rows .car-select-row .left {
    text-align: left;
    vertical-align: top;
}
.katalog-rows .car-rows .car-select-row .left > h3 {
    float: left;
    width: 100%;
    color: #0F0F0F;
    font-size: 21px;
    padding-top: 10px;
    line-height: 19px;
    font-weight: 900;
    margin-bottom: 5px;
}
.katalog-rows .car-rows .car-select-row .left > h3 span {
    position: relative;
}
.katalog-rows .car-rows .car-select-row .left > h3:before {
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    position: absolute;
    height: 100%;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    background: #E6E6E6;
    background: linear-gradient(90deg, #E6E6E6 0, #ffffff 100%);
    opacity: 0.3;
}
.katalog-rows .car-rows .car-select-row > span {
    float: left;
    width: 100%;
    color: #999999;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}
.katalog-rows .car-rows .withBg {
    background: rgba(244, 169, 0, 0.05);
}
.katalog-rows .car-rows .car-select-row p {
    text-align: left;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #F4A900;
    font-weight: bold;
}
.katalog-rows .car-rows .car-select-row p span {
    font-size: 16px;
    color: #F4A900;
    font-weight: bold;
}
.katalog-rows .car-rows .car-select-row p span + span {
    margin-left: 20px;
}
.katalog-rows .car-rows .car-select-row small {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #0F0F0F;
    font-weight: 400;
    font-style: italic;
}
.katalog-rows .car-rows .notshown {
    display: none;
}
.katalog-rows .car-rows div.withBg:hover {
    background: rgba(244, 169, 0, 0.3);
}
/*=======================
=====Katalog history=====
=======================*/
.car-history {
    border-top: 1px solid #F2F2F2;
    padding-top: 25px;
    float: left;
    width: 100%;
}
.car-history .loadAllMotors {
    display: inline-block;
    position: relative;
    font-size: 16px;
    margin-top: 15px;
    line-height: 19.2px;
    color: #F4A900;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.car-history .table-responsive {
    float: left;
    width: 100%;
    overflow: auto;
}
.car-history .table-responsive table {
    min-width: 850px;
}
.car-history table {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.car-history table th {
    font-size: 14px;
    font-weight: 300;
    line-height: 16.8px;
    text-align: center;
    color: #999999;
    padding: 10px;
}
.car-history table th:first-of-type {
    text-align: left;
}
.car-history table td {
    text-align: center;
    border-bottom: 5px solid #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    padding: 10px 15px 8px 15px;
    position: relative;
}
.car-history table td:first-of-type {
    text-align: left;
    vertical-align: inherit;
}
.car-history table td > h3 {
    float: left;
    width: 100%;
    color: #0F0F0F;
    font-size: 21px;
    padding-top: 10px;
    line-height: 19px;
    font-weight: 900;
    margin-bottom: 5px;
}
.car-history table td > h3 span {
    position: relative;
    z-index: 10;
}
.car-history table td > h3:before {
    content: "";
    z-index: 5;
    left: 0px;
    top: 0px;
    width: 100%;
    position: absolute;
    height: 100%;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    background: #E6E6E6;
    background: linear-gradient(90deg, #E6E6E6 0, #ffffff 100%);
    opacity: 0.3;
}
.car-history table td > span {
    float: left;
    width: 100%;
    color: #999999;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}
.car-history table td.withBg {
    background: rgba(244, 169, 0, 0.05);
}
.car-history table td p {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #F4A900;
    font-weight: bold;
}
.car-history table td p span {
    font-size: 16px;
    color: #F4A900;
    font-weight: bold;
}
.car-history table td p span + span {
    margin-left: 20px;
}
.car-history table td small {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #0F0F0F;
    font-weight: 400;
    font-style: italic;
}
.car-history table tr.notshown {
    display: none;
}
.car-history table tr:hover td.withBg {
    background: rgba(244, 169, 0, 0.3);
}
.car-history table tr.next-motor td {
    border-top: 15px solid #ffffff;
}
.car-history .car-name {
    text-align: left;
}
/*=======================
=======Search bar========
=======================*/
.katalog .search-bar {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.katalog .search-bar .searchwrap {
    float: left;
    width: 100%;
    max-width: 339px;
    position: relative;
    margin-right: 0px;
}
@media (max-width: 990px) {
    .katalog .search-bar .searchwrap {
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
}
.katalog .search-bar .main-search-bar {
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
    height: 52px;
}
.katalog .search-bar .main-search-bar input {
    background: #F2F2F2;
    float: left;
    width: calc(100% - 52px);
    height: 100%;
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
    outline: none;
    border: none;
    box-shadow: none;
    padding: 0px 0px 0px 20px;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 300;
    color: #999999;
}
.katalog .search-bar .main-search-bar input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
}
.katalog .search-bar .main-search-bar input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
}
.katalog .search-bar .main-search-bar input:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}
.katalog .search-bar .main-search-bar input:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
}
.katalog .search-bar .main-search-bar button {
    float: left;
    width: 52px;
    height: 100%;
    border: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    outline: none;
    box-shadow: none;
    padding: 0px;
    margin: 0px;
    background: #F2F2F2;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding-left: 10px;
    font-size: 24px;
    color: #00606A;
}
.katalog .search-bar .main-search-bar button:hover {
    color: #F4A900;
}
/*=======================
======Modal upravy=======
=======================*/
.modal-car-content .car-saved table td:first-of-type {
    vertical-align: inherit;
}
.modal-car-content .carpick-scroll {
    overflow-y: auto;
    height: 550px;
    float: left;
    width: 100%;
}
.modal-car-content .manufacturers .manufacturer {
    flex-wrap: inherit;
}
.modal-car-content .manufacturers .manufacturer img {
    max-width: 36px;
    max-height: 36px;
}
.modal-car-content .car-motors table td > h3 {
    font-size: 16px;
}
.modal-car-content .search-bar .letters a.mixitup-control-active {
    color: #002E6D;
}
.modal-car-content .car-motors table td p span + span {
    margin-left: 15px;
}
.modal-car-content .car-motors .power {
    min-width: 150px;
}
/*=============================
=ordersView a usersView upravy=
===============================*/
#ordersView tbody .btn {
    /*padding: 4px 8px 4px 8px;*/
    padding: 0;
}
#ordersView .fa-refresh:before {
    content: "\f021" !important;
}
#ordersView tbody .btn-default {
    border: none;
    background-color: unset;
}
#ordersView tbody .btn-default:hover {
    border: none;
    background-color: unset;
}
#ordersView tbody .btn-default:hover i {
    color: #F4A900;
}
#ordersView tbody .btn+.btn{
    margin-left: 6px;
}
#usersView tbody .btn {
    /*padding: 4px 8px 4px 8px;*/
    padding: 0;
}
#usersView .fa-refresh:before {
    content: "\f021" !important;
}
#usersView tbody .btn-default {
    border: none;
    background-color: unset;
}
#usersView tbody .btn-default:hover {
    border: none;
    background-color: unset;
}
#usersView tbody .btn-default:hover i {
    color: #F4A900;
}
#usersView tbody .btn+.btn{
    margin-left: 6px;
}
/*=======================
=====Treeview upravy=====
=======================*/
.treeview {
    text-align: left;
}
.treeview span.indent {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.treeview .parent-node {
    padding: 0;
}
.treeview .parent-node {
    font-weight: bold;
    font-size: 16px;
}
.treeview .child-node {
    background: rgba(230,230,230,0.3);
    margin-bottom: 0px !important;
    margin-left: 12px;
    font-size: 14px;
}
.treeview .child-node:before {
    content: "";
    left: 0;
    top: -10px;
    position: absolute;
    bottom: 0;
    width: 1px;
    background: #E6E6E6;
}
.treeview .list-group-item:first-of-type span:first-of-type .node-icon {
    color: #FF671D;
}
.treeview span.icon {
    color: #002E6D;
}
.treeview .list-group-item:hover a {
    text-decoration: underline;
}
.treeview .node-selected a {
    text-decoration: underline;
    color: #FF671D !important;
}
.treeview .child-node a{
    font-weight: 600;
}
.treeview .child-node .icon{
    font-size: 12px;
    text-indent: 0;
}
.treeview .parent-node .icon {
    width: 26px;
    text-indent: 0;
    text-align: center;
}
/*.treeview .list-group-item {*/
    /*padding-left: 2.5em;*/
    /*text-indent: -2.5em;*/
/*}*/
/*.treeview.universal .list-group-item {*/
    /*padding-left: 0;*/
    /*text-indent: 0;*/
/*}*/
.treeview .fa-icon {
    -webkit-font-smoothing: antialiased;
    font-size: 6px !important;
    vertical-align: middle;
    text-align: center;
}
.treeview.universal span.indent {
    float: left;
    height: 5px;
}
.treeview a {
    display: inline-flex;
    width: auto;
}
.treeview .level-1 a{
    max-width: 88%;
}
.treeview .level-2 a{
    max-width: 85%;
}
.treeview .level-3 a{
    max-width: 80%;
}
.treeview .level-4 a{
    max-width: 75%;
}
.treeview .level-5 a{
    max-width: 70%;
}
.treeview .level-6 a{
    max-width: 65%;
}
.treeview .level-7 a{
    max-width: 60%;
}
.treeview .level-8 a{
    max-width: 55%;
}
.article-content {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #999999;
}
.article-content {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #999999;
}
/*===================
====Pace Loader======
===================*/

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    width: 250px;
    background: #fff;
    border: 1px solid `args.color || "#29d"`;

    overflow: hidden;
}

.pace .pace-progress {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    max-width: 200px;
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: `args.color || "#29d"`;
}

.pace.pace-inactive {
    display: none;
}

.pace-running{
    opacity: .50;
}

.pace .pace-progress {
    background: #35404f;
}

.pace .pace-activity {
    border-top-color: #35404f;
    border-left-color: #35404f;
}

.pace-running, .pace-running .hand, .pace-running .treeview .list-group-item
{
    cursor: wait !important;
}
.iconbar {
    z-index: unset;
}
.iconbar .icons .icon .text {
    padding-top: 10px;
}
.modal-car-heading .manufacturer img {
    max-width: 40px;
}

/*=============================
===nav-pills===================
=============================*/
.nav-pills.style2 li a {
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.04);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 20px 20px;
    color: #35404f; }
.nav-pills.style2 li a .icon {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    right: 15px;
    font-size: 30px;
    opacity: .1; }
.nav-pills.style2 li a:hover, .nav-pills.style2 li a:active, .nav-pills.style2 li a:focus {
    background-color: rgba(0, 0, 0, 0.06); }
.nav-pills.style2 li.active {
    position: relative; }
.nav-pills.style2 li.active a {
    background-color: rgba(0, 46, 109, 0.8);;
    color: #ffffff; }
.nav-pills.style2 li.active a .icon {
    opacity: .3; }
.nav-pills.style2 li.active a:hover, .nav-pills.style2 li.active a:active, .nav-pills.style2 li.active a:focus {
    background-color: rgba(0, 46, 109, 0.6); }
@media (min-width: 767px) {
    .nav-pills.style2 li.active a:after, .nav-pills.style2 li.active a:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        -ms-transform: translateX(-50%);
        /* IE 9 */
        -webkit-transform: translateX(-50%);
        /* Chrome, Safari, Opera */
        transform: translateX(-50%); }
    .nav-pills.style2 li.active a:after {
        border-color: transparent;
        border-top-color: rgba(0, 46, 109, 0.8);;
        border-width: 8px; }
    .nav-pills.style2 li.active a:before {
        border-color: transparent;
        border-top-color: rgba(0, 46, 109, 0.8);;
        border-width: 12px;
        opacity: .2; }
}

@media (min-width: 850px) {
    .resized-nav-pills>li>a {
        padding: 10px !important;
    }
}
/*=============================
===(boxes) Call to action======
=============================*/
.box-info {
    text-align: center; }
@media (max-width: 991px) and (min-width: 767px) {
    .box-info {
        margin-bottom: 30px; } }
.box-info a {
    color: #878c94; }
.box-info a .box-info-inner {
    padding: 15px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
.box-info a .box-info-inner h6 {
    margin: 0 10px;
    display: inline-block;
    color: #35404f;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
.box-info a .box-info-inner i {
    color: #878c94;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
.box-info a:hover, .box-info a:active, .box-info a:focus {
    text-decoration: none;
    color: #ffffff; }
.box-info a:hover .box-info-inner, .box-info a:active .box-info-inner, .box-info a:focus .box-info-inner {
    background-color: rgba(0, 46, 109, 0.8);
    border: 1px solid rgba(0, 46, 109, 0.8); }
.box-info a:hover .box-info-inner h6, .box-info a:active .box-info-inner h6, .box-info a:focus .box-info-inner h6 {
    color: #ffffff; }
.box-info a:hover .box-info-inner i, .box-info a:active .box-info-inner i, .box-info a:focus .box-info-inner i {
    color: #ffffff; }


/*===================
=====Widgets=========
===================*/
.widget {
    margin-bottom: 30px; }
.widget ul li {
    line-height: 18px;
    margin-bottom: 15px; }
.widget ul li:last-child {
    margin-bottom: 0; }
.widget ul li .checkbox-input .color {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 3px; }
.widget ul li a {
    color: #878c94; }
.widget ul li a:hover, .widget ul li a:active, .widget ul li a:focus {
    color: #35404f; }
.widget ul li.active a {
    color: #35404f; }
.widget .price-range .ui-range-values {
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    color: #35404f; }
.widget .price-range .ui-range-values .ui-range-value-min {
    display: inline-block;
    width: 45%; }
.widget .price-range .ui-range-values .ui-range-value-max {
    display: inline-block;
    width: 45%; }
.widget .price-range .ui-range-slider {
    margin-bottom: 15px; }
.widget .items {
    margin: 0;
    padding: 0;
    list-style-type: none; }
.widget .items li {
    overflow: hidden;
    clear: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.widget .items li .product-image {
    width: 60px;
    float: left; }
.widget .items li .product-image img {
    width: 100%; }
.widget .items li .product-details {
    position: relative;
    margin-left: 60px;
    padding: 0 15px 0 10px; }
.widget .items li .product-details .close-icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px; }
.widget .items li .product-details .product-name {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px; }
.widget .items li .product-details .rate {
    margin-top: 3px;
    font-size: 12px; }
.widget .items li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
.widget .tags {
    margin: 0;
    padding: 0;
    list-style-type: none; }
.widget .tags li {
    display: inline-block;
    margin-bottom: 5px; }
.widget .card-header {
    position: relative; }
.widget .card-header h3 a::before {
    font-family: FontAwesome;
    content: "\f107";
    display: block;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%); }
.widget .card-header h3 a.collapsed::before {
    content: "\f105"; }


/*===================
======Forms==========
===================*/
.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
.form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
.form-control:active, .form-control:focus {
    border: 2px solid #0cd4d2; }

input.input-lg {
    height: 50px; }
input.input-md {
    height: 45px; }
input.input-sm {
    height: 40px; }

.input-group-addon {
    padding: 6px 12px;
    color: #878c94;
    background-color: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.has-success .checkbox-input,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox-input label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #5ed35e; }

.has-success .form-control {
    border-color: #5ed35e;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
.has-success .form-control:hover, .has-success .form-control:active, .has-success .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: #5ed35e; }

.has-warning .checkbox-input,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox-input label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #fcbe66; }

.has-warning .form-control {
    border-color: #fcbe66;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
.has-warning .form-control:hover, .has-warning .form-control:active, .has-warning .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: #fcbe66; }

.has-error .checkbox-input,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox-input label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #e55e5a; }

.has-error .form-control {
    border-color: #e55e5a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
.has-error .form-control:hover, .has-error .form-control:active, .has-error .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: #e55e5a; }

/*checkbox*/
.checkbox-input {
    padding-left: 5px; }
.checkbox-input label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    font-weight: 400; }
.checkbox-input label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #878c94;
    border-radius: 0px;
    background-color: #ffffff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -ms-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox-input label::after {
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #878c94;
    text-align: center; }
.checkbox-input.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #0cd4d2;
    border-color: #0cd4d2; }
.checkbox-input.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #ffffff; }
.checkbox-input.checkbox-primary label::before {
    border: 1px solid #0cd4d2; }
.checkbox-input.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5ed35e;
    border-color: #5ed35e; }
.checkbox-input.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #ffffff; }
.checkbox-input.checkbox-success label::before {
    border: 1px solid #5ed35e; }
.checkbox-input.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #64d5f6;
    border-color: #64d5f6; }
.checkbox-input.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #ffffff; }
.checkbox-input.checkbox-info label::before {
    border: 1px solid #64d5f6; }
.checkbox-input.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #fcbe66;
    border-color: #fcbe66; }
.checkbox-input.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #ffffff; }
.checkbox-input.checkbox-warning label::before {
    border: 1px solid #fcbe66; }
.checkbox-input.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #e55e5a;
    border-color: #e55e5a; }
.checkbox-input.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #ffffff; }
.checkbox-input.checkbox-danger label::before {
    border: 1px solid #e55e5a; }
.checkbox-input.checkbox-inline {
    margin-top: 0;
    padding-left: 20px; }

.radio-input {
    padding-left: 5px; }
.radio-input label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    font-weight: 400; }
.radio-input label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #878c94;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transition: border 0.15s ease-in-out;
    -moz-transition: border 0.15s ease-in-out;
    -ms-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio-input label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #878c94;
    -ms-transform: scale(0, 0);
    /* IE 9 */
    -webkit-transform: scale(0, 0);
    /* Chrome, Safari, Opera */
    transform: scale(0, 0);
    -webkit-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio-input input[type="radio"] {
    opacity: 0;
    z-index: 1; }
.radio-input input[type="radio"]:focus + label::before {
    outline: none; }
.radio-input input[type="radio"]:checked + label::after {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Chrome, Safari, Opera */
    transform: scale(1, 1); }
.radio-input input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio-input input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio-input.radio-inline {
    margin-top: 0;
    padding-left: 20px; }
.radio-input.radio-primary input[type="radio"]:checked + label::before {
    border-color: #0cd4d2; }
.radio-input.radio-primary input[type="radio"]:checked + label::after {
    background-color: #0cd4d2; }
.radio-input.radio-primary label::before {
    border: 1px solid #0cd4d2; }
.radio-input.radio-success input[type="radio"]:checked + label::before {
    border-color: #5ed35e; }
.radio-input.radio-success input[type="radio"]:checked + label::after {
    background-color: #5ed35e; }
.radio-input.radio-success label::before {
    border: 1px solid #5ed35e; }
.radio-input.radio-info input[type="radio"]:checked + label::before {
    border-color: #64d5f6; }
.radio-input.radio-info input[type="radio"]:checked + label::after {
    background-color: #64d5f6; }
.radio-input.radio-info label::before {
    border: 1px solid #64d5f6; }
.radio-input.radio-warning input[type="radio"]:checked + label::before {
    border-color: #fcbe66; }
.radio-input.radio-warning input[type="radio"]:checked + label::after {
    background-color: #fcbe66; }
.radio-input.radio-warning label::before {
    border: 1px solid #fcbe66; }
.radio-input.radio-danger input[type="radio"]:checked + label::before {
    border-color: #e55e5a; }
.radio-input.radio-danger input[type="radio"]:checked + label::after {
    background-color: #e55e5a; }
.radio-input.radio-danger label::before {
    border: 1px solid #e55e5a; }

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c"; }

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff; }


/*===================
===Accordions========
===================*/
.accordion.style1 , .toggle.style1 {
    border: none;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color: transparent; }
.accordion.style1 .card-header, .toggle.style1 .card-header {
    border: none;
    border-radius: 0;
    box-shadow: none; }
.accordion.style1 .card-header a, .toggle.style1 .card-header a {
    display: block;
    text-decoration: none;
    outline: 0;
    padding: 5px 0;
    position: relative;
    padding-left: 30px;
    color: #35404f; }
.accordion.style1 .card-header .card-title a::before, .toggle.style1 .card-header .card-title a::before {
    font-family: FontAwesome;
    content: "\f056";
    display: block;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    color: #0cd4d2; }
.accordion.style1 .card-header .card-title a.collapsed, .toggle.style1 .card-header .card-title a.collapsed {
    color: #878c94; }
.accordion.style1 .card-header .card-title a.collapsed::before, .toggle.style1 .card-header .card-title a.collapsed::before {
    content: "\f055";
    color: #878c94; }
.accordion.style1 .card-body, .toggle.style1 .card-body {
    border-top: none !important;
    background-color: transparent; }
.accordion.style2, .toggle.style2{
    border-color: rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
.accordion.style2 .card-header, .toggle.style2 .card-header {
    border-radius: 0;
    box-shadow: none;
    padding: 0;  }
.accordion.style2 .card-header a, .toggle.style2 .card-header a, .toggle.style2 .card-header span {
    display: block;
    text-decoration: none;
    outline: 0;
    padding: 15px 15px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.06);
    color: #35404f; }
.accordion.style2 .card-header .card-title a.collapsed, .toggle.style2 .card-header .card-title a.collapsed {
}
.accordion.style2 .card-body, .toggle.style2 .card-body {
    background-color: #ffffff; }
.accordion.style3, .toggle.style3 {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color: transparent; }
.accordion.style3 .card-header, .toggle.style3 .card-header {
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0; }
.accordion.style3 .card-header a, .toggle.style3 .card-header a {
    display: block;
    text-decoration: none;
    outline: 0;
    padding: 15px 10px 15px 0;
    position: relative;
    color: #0cd4d2; }
.accordion.style3 .card-header .card-title a::after, .toggle.style3 .card-header .card-title a::after {
    font-family: FontAwesome;
    content: "\f107";
    display: block;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    color: #0cd4d2; }
.accordion.style3 .card-header .card-title a.collapsed, .toggle.style3 .card-header .card-title a.collapsed {
    color: #878c94; }
.accordion.style3 .card-header .card-title a.collapsed::after, .toggle.style3 .card-header .card-title a.collapsed::after {
    content: "\f105";
    color: #878c94; }
.accordion.style3 .card-body, .toggle.style3 .card-body {
    border-top: none !important;
    background-color: transparent; }

/*===================
===Navs==============
===================*/
.style1 {
    border-bottom: 2px solid rgba(0, 0, 0, 0.04); }
.nav-tabs.style1 li {
    float: none;
    display: inline-block;
    margin-bottom: -2px; }
.nav-tabs.style1 li a {
    color: #878c94;
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-bottom: 2px solid transparent; }
.nav-tabs.style1 li a:hover, .nav-tabs.style1 li a:active, .nav-tabs.style1 li a:focus {
    color: #35404f;
    background-color: transparent;
    border-color: transparent; }
.nav-tabs.style1 li.active a {
    color: #35404f;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #35404f; }
.nav-tabs.style1 li.active a:hover, .nav-tabs.style1 li.active a:active, .nav-tabs.style1 li.active a:focus {
    color: #35404f;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #35404f; }
.nav-tabs.style2.tabs-left {
    border-right: 1px solid transparent; }
.nav-tabs.style2.tabs-right {
    border-left: 1px solid transparent; }
.nav-tabs.style2 li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
.nav-tabs.style2 li a {
    color: #878c94;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
.nav-tabs.style2 li a:hover, .nav-tabs.style2 li a:active, .nav-tabs.style2 li a:focus {
    color: #35404f;
    background-color: transparent;
    border-color: transparent; }
.nav-tabs.style2 li.active a {
    color: #35404f;
    cursor: pointer;
    background-color: transparent;
    border: none; }
.nav-tabs.style2 li.active a:hover, .nav-tabs.style2 li.active a:active, .nav-tabs.style2 li.active a:focus {
    color: #35404f;
    cursor: pointer;
    background-color: transparent;
    border: none; }

.tab-content {
    padding: 40px 0; }
.tab-content.style2 {
    padding: 20px 20px;
    border: 1px solid rgba(0, 0, 0, 0.08); }

/*vertical*/
.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px; }
.tabs-left > li, .tabs-right > li {
    float: none;
    margin-bottom: 2px; }

/*===================
=======ALERTS========
===================*/
.floating_alert {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 5000;
}
.alert{
    cursor: default;
    min-width: 350px;
}
.alert-success {
    background-color: #5ed35e;
    border: none;
    color: #ffffff; }
.alert-success .close {
    text-shadow: none;
    opacity: .4; }
.alert-success .close:hover {
    color: #ffffff;
    opacity: 1; }

.alert-info {
    background-color: #64d5f6;
    border: none;
    color: #ffffff; }
.alert-info .close {
    text-shadow: none;
    opacity: .4; }
.alert-info .close:hover {
    color: #ffffff;
    opacity: 1; }

.alert-warning {
    background-color: #fcbe66;
    border: none;
    color: #ffffff; }
.alert-warning .close {
    text-shadow: none;
    opacity: .4; }
.alert-warning .close:hover {
    color: #ffffff;
    opacity: 1; }

.alert-danger {
    background-color: #e55e5a;
    border: none;
    color: #ffffff; }
.alert-danger .close {
    text-shadow: none;
    opacity: .4; }
.alert-danger .close:hover {
    color: #ffffff;
    opacity: .9; }
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}

/*===================
====CATEGORY BOX=====
===================*/
.categoryBox {
    position: relative;
    margin-bottom: 10px;
}
.categoryBox:hover {
    background-color: #f1f1f1;
}
.cateboryBox-left {
    border: 1px solid #002e6d99;
    border-radius: 3px;
    height: 151px;
}
.categoryBox:hover .cateboryBox-image-title{
    background-color: #ED820F;
}
.categoryBox:hover .cateboryBox-image-title:after {
    border-left: 7px solid #ED820F;
}
.cateboryBox-image-title {
    width: 100%;
    height: 2em;
    background-color: #002e6d99;
    color: white;
    font-size: 1em;
    text-align: center;
    line-height: 2em;
}
.wide-tree-panel .card-header {
    background-color: #002e6d !important;
}
.wide-tree-panel .card-header.inactive {
    background-color: #afafaf !important;
}
.wide-tree-panel:hover .card-header {
    background-color: #ED820F !important;
}
.wide-tree-panel:hover .card-header.inactive {
    background-color: #afafaf !important;
}
.wide-tree-panel .card-header a {
    color: white !important;
}
.wide-tree-panel .panel-heading {
    background-color: #333333 !important;
}
.wide-tree-panel:hover .panel-heading {
    background-color: #ED820F !important;
}
.wide-tree-panel .panel-heading a {
    color: white !important;
}
.cateboryBox-image {
    height: 119px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; /* align horizontal */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* align vertical */
    overflow: hidden;
    background-color: white;

}
.cateboryBox-image-content {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/*.cateboryBox-image-title:after {
    content: '';
    position: absolute;
    right: 9px;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #002e6d99;
    clear: both;
}*/
.cateboryBox-line-wrap {
    text-align: right;
    margin: 5px 0px 5px 0px;
}
.cateboryBox-line {
    overflow: hidden;
    background: linear-gradient(#002e6d99, #002e6d99) repeat-x center;
    background-size: 1px 1px;
}
.cateboryBox-line:hover {
    background: linear-gradient(#ED820F, #ED820F) repeat-x center;
    background-size: 1px 1px;
}
.cateboryBox-textBlock {
    background: #143f78;
    display: inline-block;
    vertical-align: top;
    font-size: 0.9em;
    line-height: 1.7em;
    padding: 0px 5px 0px 5px;
    border-radius: 5px;
}
.cateboryBox-textBlock:hover {
    background: #ED820F;
}
.cateboryBox-textBlock a {
    color: white;
    /*display: block;*/
}
.cateboryBox-right-text {
    line-height: 30px;
    padding-left: 3px;
}
.wide-tree-panel {
    border-radius: 5px;
}

.wide-tree-items:hover,
.cateboryBox-right-text:hover {
    background-color: #ED820F;
}
.wide-tree-items:hover a:hover,
.cateboryBox-right-text:hover a:hover {
    color: #2b2b2b;
}

.cateboryBox-play-button {
    float: right;
    background: #ED820F;
    border-radius: 3px;
    height: 17px;
    width: 17px;
    margin-top: 5px;
}

.cateboryBox-right-text:hover .cateboryBox-play-button {
    background: #002e6d;
    height: 25px;
    width: 30px;
    margin-right: -7px;
    margin-top: 3px;
}

.cateboryBox-play-button-triangle{
    position: relative;
    height: 100%;
}

.cateboryBox-play-button-triangle:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -3px;
}
.expandable:hover {
    background-color: #ED820F;
}
.expandable:hover a:hover {
    color: #2b2b2b;
}
.expandable .nonclickable a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

/*==========================================================================
=====================VSEOBECNE UPRAVY=======================================
============================================================================*/
.form-check-input {
    margin-top: 0;
    margin-right: 5px;
}
.btn-mini{
    padding:2px 6px;
    font-size:12px;
    line-height:17px
}
.grido .filter select{
    height: 23px;
}
#tasksView tbody .btn {
    padding: 4px 8px 4px 8px;
}
.modal-car .row {
    margin-bottom: 20px;
    width: 100%;
}
.shopping .shopper .shop-price .price span {
    text-decoration: none;
}
.shopping .shopper .shop-btns .spinner .product-counter {
    padding-right: 0px;
}
.product-list-aside .aside-info-panel {
    z-index: unset;
}
/* trida pro kopirovani pomoci praveho tlacitka */
.clipboard-save {
    cursor: copy!important;
}
.product-div-image {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#nette-debug {
    z-index: 99;
}
.eparts {
    color: black;
}
.hand, a {
    cursor: pointer;
}
.arrowed .panel-heading  a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}
.arrowed .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.arrowed .card-header  a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}
.arrowed .card-header.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.owl-carousel {
    touch-action: manipulation;
}
.spinner .product-counter {
    padding-left: 2px;
    padding-right: 2px;
}
#treeDiv .list-group-item {
    line-height: 15px;
    margin-bottom: 5px;
    padding-top: 8px;
    padding-bottom: 7px;
    border-top-width: 1px;
}
.card {
    margin-bottom: 20px;
    text-align: left;
    font-size: 15px;
}
.card a{
    color: black;
}
.card a:hover{
    color: #FF671D;
}
.card-header {
    padding: 10px;
    text-align: left;
}
.card-header a {
    color: black;
}
.card-title {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 16px;
    color: inherit;
    font-weight: bold;
}
.pagerdots {
    padding-top: 12px;
}
.filter-col {
    text-align: left;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.form-select-arrow{
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin: 5px;
}
.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}
.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}
.login-checkbox {
    padding: 6px;
}
#frm-loginNbfForm .row .form-check-label{
    width: 90%;
}
#frm-registerForm .card {
    margin: 20px;
}
.registration-label {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    padding: .375rem .75rem;
}
.row .form-control {
    height: auto;
}
.row .form-select {
    height: auto;
}
.registration-label .checkbox {
    width: auto;
    float: none;
    margin: 3px;
}
.registration-label-right label {
    float: right;
}
.registration-checkbox-left .checkbox {
    float: left;
    margin: 3px;
    width: auto;
}
.registration-checkbox-left a, .registration-checkbox-left span {
    float: left;
    margin: 3px;
}

.hover-highlight:hover {
    background-color: lightgrey;
}
/* zarovnani textu */
.manufacturerLeftColumn{
    width:10%;
    float:left;
}
.manufacturerRightColumn{
    width:90%;
}
.motorrow{
    border-bottom: solid 1px;
    border-color: rgba(0, 0, 0, .03);

    display: flex;
    align-items: center;
}
.motorrow>div{
    padding: 10px;
}
.modePickerHover:hover, .motorrow:hover{
    background-color: #eeeeee;
}
.admin-page .admin-table {
    padding-left: 0px;
}
.grido .form-control {
    background: #ffffff;
}
.shop-dialog-modal {
    z-index: 1051 !important;
}
#modalcar .container-mix-it-up .mix {
    float: left;
    font-size: 1.1em;
    text-align: left;
}
#modalcar .container-mix-it-up .mix:hover {
    background: rgb(193, 195, 193);
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm){ /* opera + google chrome */
    #modalcar .container-mix-it-up .mix:hover {
        background: none;
    }
}
#treeDiv .node-icon {
    font-family: 'icomoon' !important;
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    vertical-align: middle;
}
#treeDiv ul li a {
    padding-left: 5px;
}
.shipping-and-payment .shippings{
    margin-top: 0px;
}
.radio {
    padding-left: 10px;
}
.radio:before {
    content: none;
}
.radio .form-select {
    margin-left: 30px;
}
.grido .filter .form-control {
    border: 1px solid #CCCCCC;
    border-radius: .25rem;
}
.grido .filter .form-control:focus {
    outline: -webkit-focus-ring-color auto 1px;
}
.grido .filter select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}
.admin-table .grido td, .admin-table .grido th{
    border: none;
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.white-modal-body {
    background: white;
    padding: 20px;
    border-radius: .3rem;
}
.modal-car-heading .link {
    margin-left: 0px;
}
.big-title {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 36px;
    line-height: 43px;
    font-weight: 900;
    margin-bottom: 25px;
    color: #0F0F0F;
}
#treeDiv .list-group {
    width: 100%;
}
.main-search-helper .result {
    padding: 0px 10px;
}
.main-search-helper .result .image {
    width: 20%;
}
.main-search-helper .result p {
    width: 55%;
}
.main-search-helper .result .right {
    width: 25%;
}
.basket-page .form-errors {
    text-align: left;
    background-color: #ff7676;
    border: red;
    border-radius: 10px;
    padding: 5px 5px 0px 5px;
    font-size: 24px;
    line-height: 24px;
}
.basket-content .basket-reg {
    max-width: none;
    border-left: none;
}
.basket-finish {
    margin-bottom: 50px;
}
.nav-fill .nav-item, .nav-fill>.nav-link {
    position: relative;
}
.contact-page .map {
    padding-top: unset;
}
.admin-page .admin-table table {
    min-width: auto;
}
.price-info .popover.fade:not(.show) {
    opacity: unset !important;
}
.firstActiveItem .popover {
    left: unset !important;
}
.spancrumb {
    color: #999999;
    float: left;
    margin-bottom: 10px;
}
.breadcrumbs .spancrumb:not(:last-of-type):after {
    content: ">";
    display: inline-block;
    margin: auto 10px;
}
.list-of-products-block:not(.recomended).rowed-style .product-list-item .img-wrap > a {
    max-height: 100%;
    max-width: 90%;
}
.list-of-products-block.recomended .img-wrap > a {
    max-height: 90%;
    max-width: 80%;
}
.description-side p {
    float: none;
}
.description-side ul {
    float: left;
    text-align: left;
}
.buttonTd .btn {
    margin-bottom: 5px;
}
.manufacturer-col {
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}
.product-list-item .bottom .price-info .stock {
    max-width: 140px;
    margin-bottom: 5px;
    font-size: 12px;
    text-align: right;
}
.shopping .shopper .shop-price .stock {
    margin-bottom: 6px;
}
#vhodne-pro-automobily:hover {
    cursor: pointer;
    color: #FF671D;
}
#vhodne-pro-automobily::before {
    font-family: FontAwesome;
    content: "\f107";
    display: block;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.expanded-description p {
    /*float: left;*/
    line-height: 21px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
    color: #0F0F0F;
    text-align: left;
    position: relative;
}
.universal-category-item:hover {
    background-color: #FF671D;
    cursor: pointer;
}
.universal-category-item:hover p{
    display: block !important;
}
.masonry h4 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #B3B3B3;
    line-height: 19.2px;
    margin: 15px 15px 15px 0px;
}
.filter-checkboxes {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
.skupina-selected {
    /*background-color: #FF671D !important;*/
    font-weight: bold;
}
.item-info-panel div::-webkit-scrollbar {
    width: 8px;
}
.article-part-list .slider .products .slider-body .arr.left {
    left: 0px !important;
}
.article-part-list .slider .products .slider-body .arr.right {
    right: 0px !important;
}
.article-part-list .add-to-cart-button {
    font-size: 1rem !important;
}
.toggle-input{
    height: 0;
    width: 0;
    visibility: hidden;
}
.toggle-label {
    cursor: pointer;
    width: 50px;
    height: 20px;
    background: red;
    display: block;
    border-radius: 20px;
    position: relative;
}
.toggle-label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 13px;
    height: 12px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}
.toggle-input:checked + .toggle-label {
    background: #bada55;
}
.toggle-input:checked + .toggle-label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}
.toggle-label:active:after {
    width: 26px;
}
.pager {
    font-weight: bold;
}
.active.pager {
    color: #939191;
}
.basket-page .basket-item .counter-wrap .form-control {
    border: none;
    font-size: 18px;
}
.mobile-side-menu .mobile-top {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}
.mobile-side-menu .mobile-top div {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.mobile-side-menu .mobile-top a {
    text-align: center;
    font-size: 14px;
    line-height: 19.2px;
    font-weight: 400;
    margin-bottom: 10px;
    color: black;
}
.mobile-side-menu .mobile-top .masked i {
    margin-right: 10px;
}
.mobile-side-menu .mobile-top .masked-cancel {
    margin-left: 10px;
}
.basket-item-content .description .katalog-no {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 16.8px;
    text-align: left;
    margin-bottom: 10px;
    color: #999999;
}
.image-tooltip {
    max-width: 500px !important;
    max-height: 500px !important;
}
.mobile-detail-tabs-linking-cars {
    float: left;
    width: 100%;
}
.categories-on-mobile-toggler-parent {
    display: none;
}
.gallery-side {
    position: relative;
}
.gallery-side .factory {
    position: absolute;
    z-index: 5;
    bottom: 10px;
    left: 0px;
}
.car-group-collapse {
    cursor: pointer;
}
.car-group-collapse.collapsed {
    width: 100%;
    transition-property: width;
    transition-delay: 500ms;
}
.kariera-list {
    list-style: none;
}
.kariera-list li:before {
    content: '✓';
    margin-right: 3px;
}
.mobile-nav .mobile-nav-buttons .side-buttons .tobasket-btn .counter {
    z-index: 5;
}
header .sub-nav .retailer-bar.chosen-car .car-type p {
    margin-right: 40px;
}
.car-info-button {
    float: left;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #FF671D;
    font-size: 14px;
    padding-top: 4px;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: 16.8px;
    align-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    margin-right: 30px;
}
.car-info-button a {
    color: #FF671D;
}
.car-info-button:hover {
    color: #002E6D;
}
.car-info-button a:hover {
    color: #002E6D;
}
.pobocky .mini-nav {
    height: 140px;
}
.pobocky .mini-nav .slide {
    height: 130px;
}
.autoservisy .mini-nav {
    height: 140px;
}
.autoservisy .mini-nav .slide {
    height: 130px;
}
.ui-menu {
    z-index: 999;
}
.blog-no-styles {
    all: initial;
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
}
#cc-main {
    text-align: initial;
}
.shipping-logo {
    height: 32px;
    margin-left: auto;
    margin-right: 1rem;
}
.vin-part-item {
    width: 100%;
    background: white;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 0px 18px 13px 18px;
    position: relative;
}

.vin-part-item .img-wrap {
    position: relative;
    z-index: 5;
}

.vin-part-item:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 3;
    background: #ffffff;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.vin-part-item:hover:before {
    -webkit-box-shadow: 0px 8px 10px 0px rgba(15, 15, 15, 0.2);
    -moz-box-shadow: 0px 8px 10px 0px rgba(15, 15, 15, 0.2);
    box-shadow: 0px 8px 10px 0px rgba(15, 15, 15, 0.2);
}

.part-area-code {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}

.part-area-code:hover {
    background-color: orange;
}

.image-map-container {
    position: relative;
    display: inline-block;
}

.image-map-overlay {
    position: absolute;
    background: rgba(128, 128, 128, 0.4);
    pointer-events: auto;
    border: 1px solid #888;
    transition: background 0.2s, border 0.2s;
}

.highlight {
    background: rgba(255, 255, 0, 0.5);
    border: 2px solid #ff0;
    font-weight: bold;
}