/* Add here all your css styles (customizations) */

/*
red: ff0000;
*/

body {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background: #f1f1f1;
}
h1 {
    font-size: 40px;
    color: #ff0000;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.15;
    font-family: "Open Sans Condensed", Arial, sans-serif;
}
@media (max-width: 991px) {
    h1 {
        font-size: 30px;
    }
}
.wrapper {
    background: none;
}
.boxed-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.editor-content .boxed-container {
    background: white;
}
@media (max-width: 768px) {
    .boxed-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.header {
    background: rgba(255,255,255,.6);
}

.header .nav {
    font-family: 'Open Sans Condensed', sans-serif;
}
@media (max-width: 991px) {
    .header .navbar-nav {
        margin-top: 10px;
    }
}
@media (min-width: 992px) {
    .header .navbar-nav > li {
        margin-left: -1px;
    }
    .header .navbar-nav > li:first-child {
        margin-left: 0;
    }
}
@media (max-width: 1200px) {
    .header .logo {
        width: 130px;
        float: none;
        margin-top: 25px;
    }
}
@media (max-width: 991px) {
    .header .logo {
        width: 130px;
        float: left;
        margin-top: 0;
    }
    .header .logo img {
        margin-top: 12px;
    }
}
@media (max-width: 650px) {
    .header .logo {
        float: left;
        width: 90px;
    }
    .header .logo img {
        margin-top: 0px;
    }
    .header .topbar {
        margin-bottom: 0;
        padding: 4px 0;
    }
    .header .topbar ul.loginbar {
        padding-left: 20px;
        float: none !important;
        text-align: center;
    }
    .header .topbar ul.loginbar > li > a,
    .header .topbar ul.loginbar > li > a:hover {
        font-size: 12px;
    }
    .header .navbar-toggle {
        margin-top: 10px;
    }
    #langnav {
        right: 80px;
        top: 15px;
    }
}
.header-fixed .header.header-sticky {
    position: static;
}
.header-fixed .header.header-sticky.header-fixed-shrink,
.header-fixed .header.header-sticky.header-sticky-always {
    position: fixed;
}
.footer ul {
    list-style: none;
    padding-left: 0;
}

.page-container {
    margin-top: 140px;
}

@media (max-width: 991px) {
    .page-container {
        margin-top: 2px;
    }
}

@media (min-width: 992px) {
    .text-right-md {
        text-align: right !important;
    }

    .hp-news,
    .thumbnail-style,
    .thumbnail-style .caption {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .thumbnail-style, .thumbnail-style .caption {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .thumbnail-style .caption {
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .thumbnail-style .caption p {
        margin-top: auto;
    }
    .thumbnail-style {
        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
        width: 100%;
    }
}
.thumbnail-style {
    box-shadow: 0 0 2px #ddd;
}
.thumbnail-style a.btn-more {
    padding: 4px 16px;
    position: static;
    align-self: flex-end;
}
.thumbnail h3 a, .thumbnail-style h3 a {
    color: #ff0000;
    font-size: 20px;
    line-height: 1.45;
}
.bg-color-th {
    background: #f0f0f6;
}
.video {
    width: 100%;
    height: 300px;
}
@media (min-width: 992px) {
    .video {
        width: 430px;
        height: 242px;
    }
}
@media (min-width: 1200px) {
    .video {
        width: 530px;
        height: 298px;
    }
}

.responsive-video {
    padding-top: 10px; /* show YT controls */
}
.purchase span {
    font-size: 19px;
}
.fancybox-overlay {
    z-index: 99998;
}
.fancybox-opened {
    z-index: 99999;
}
.hp-line a {
    cursor: pointer;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.submenu-product {
    position: relative;
    width: 100%;
    box-shadow: 0 0 3px #DDD;
    padding: 12px 16px 40px;
    line-height: 1.3;
    margin: 10px 0;
}
.submenu-product-head {
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px !important;
    line-height: 1.2;
    color: #ee1c25 !important;
    border-bottom: 2px solid #000 !important;
    white-space: nowrap;
    margin-bottom: 10px;
    padding: 0 !important;
    text-decoration: none !important;
}
.submenu-product-head:hover {
    border-bottom: 2px solid #ee1c25 !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .submenu-product-head {
        font-size: 24px;
    }
}
.submenu-product-head strong {
    color: black;
}
.submenu-mark {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    width: 58px;
    height: 57px;
}
.submenu-icons {
    position: absolute;
    bottom: 25px;
    left: 20px;
    display: block;
}
@media (min-width: 992px) {
    .submenu-products,
    .submenu-products-in {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.container-hp {
    margin-top: -22px;
    position: relative;
    z-index: 2;
    padding: 0;
}
.container-hp:before {
    content: "";
    display: block;
    height: 22px;
    background: #ff0000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.hp-header-text {
    display: block;
    background: white;
    background: rgba(255,255,255,.8);
    padding: 8px 36px;
    -webkit-box-shadow: 11px 13px 13px -10px rgba(0,0,0,0.55);
    -moz-box-shadow: 11px 13px 13px -10px rgba(0,0,0,0.55);
    box-shadow: 11px 13px 13px -10px rgba(0,0,0,0.55);
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (max-width: 768px) {
    .container-hp {
        padding-top: 22px;
        border-bottom: 10px solid #ff0000;
    }
    .container-hp:before {
        display: none;
    }
    .hp-header-text {
        padding-top: 10px;
        position: static;
        background: white;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}
.hp-header-text h1 {
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 44px;
    line-height: 1;
    color: black;
    letter-spacing: 1px;
}
.hp-header-text h1 strong {
    color: #ff0000;
}
.hp-header-text h1 small {
    font-size: 0.7em;
    line-height: 1;
    color: black;
}


#langnav {
    position: absolute;
    top: 10px;
    right: 30px;
}
@media (max-width: 650px) {
    #langnav {
        right: 80px;
        top: 15px;
    }
}
.header.header-sticky.header-fixed-shrink #langnav {
    top: 40px;
}
#langnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#langnav ul li {
    display: inline;
}
#langnav ul li.selected {
    display: none;
}
.topbar {
	margin-right: 60px;
}
.header .boxed-container {
	position: relative;
}

.image-border {
    display: block;
    border: 2px solid white;
}

.paticka-pomoc-s-vyberem {
    background: #a6a6a9;
    color: white;
    font-size: 1.14em;
    border-bottom: none;
}
.paticka-pomoc-s-vyberem p {
    color: white;
}
.paticka-pomoc-s-vyberem span {
    color: white;
    font-size: 24px;
}
.paticka-pomoc-s-vyberem .btn-buy a {
	margin-top: 27px;
}
@media (max-width: 767px) {
    .paticka-pomoc-s-vyberem span {
        margin-top: 15px;
    }
}

.paticka-dodavatele-podvozku-nadpis {
    padding-top: 10px;
}
.paticka-dodavatele-podvozku {
    display: flex;
    padding-top: 26px;
    padding-bottom: 32px;
}
.dodavatele-img {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.paticka-dodavatele-podvozku .owl-wrapper {
    display: flex !important;
}
.paticka-dodavatele-podvozku .owl-wrapper .owl-item {
    flex: 0 1 auto;
    display: flex;
}
.paticka-dodavatele-podvozku .owl-wrapper .owl-item a {
    display: flex;
    flex: 1;
}

.zapati-bily-box {
    background: white;
    padding: 14px 16px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zapati-bily-box a {
    display: block;
}
.zapati-bily-box a img {
    display: block;
    max-width: 100%;
}
.footer {
    border-top: 8px solid white;
}

.mobile-content {
    padding-top: 30px;
}
@media (max-width: 767px) {
    .mobile-content {
        padding-top: 10px;
    }
}

.left-menu,
.left-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}
.left-menu > li {
	margin-bottom: 2px;
}
.left-menu > li > a {
	display: block;
	background: #d8d7d3;
	color: black;
	text-decoration: none;
	padding: 10px;
}
.left-menu > li.active > a,
.left-menu > li > a:hover {
	background: #a9a9a9;
}
.left-menu > li > ul {
    background: #e7e7e7;
    padding: 0px 15px;
}
.left-menu > li > ul > li {
	margin-top: 2px;
}
.left-menu > li > ul > li:first-child {
	margin-top: 0;
}
.left-menu > li > ul > li > a {
	display: block;
	color: black;
    text-decoration: none;
    padding: 8px 0;
}
.left-menu > li > ul > li > a:hover,
.left-menu > li > ul > li.active > a {
    text-decoration: underline;
}

.left-menu > li > ul > li > ul {
	margin-top: 4px;
	background: white;
	padding: 0px 10px;
}
.left-menu > li > ul > li > ul {
	list-style: none;
	display: none;
}
.left-menu > li > ul > li > ul > li {
    border-bottom: 1px solid #e7e7e7;
    padding: 2px 0;
}
.left-menu > li > ul > li > ul > li:last-child {
    border: none;
}
.left-menu > li > ul > li > ul > li > a {
	display: block;
	color: #000000;
    text-decoration: none;
    padding: 6px 0;
}
.left-menu > li > ul > li > ul > li.active > a,
.left-menu > li > ul > li > ul > li > a:hover {
	text-decoration: underline;
	color: black;
}

.headline h2, .headline h3, .headline h4 {
    display: block;
}

@media (max-width: 991px) {
    .content-container {
        margin-top: 20px;
    }
}

.cars {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -8px;
}
.cars .cars-item {
    flex: 0 0 auto;
    width: calc(100% / 3 - 60px);
    margin: 16px 10px;
}
.cars .cars-item a {
	display: block;
	text-decoration: none;
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
    overflow: hidden;
    width: 100%;
}
.cars .cars-item a:hover {
	text-decoration: underline;
}
.cars .cars-item img {
	display: block;
	border: none;
	width: 100%;
}
@media (max-width: 767px) {
    .cars .cars-item {
        width: calc(100% / 2 - 20px);
    }
    .cars .cars-item a {
        text-align: center;
    }
    .cars .cars-item img {
        margin: 0 auto;
    }
}
@media (max-width: 650px) {
    .cars .cars-item {
        width: calc(100% / 1 - 20px);
    }
}

.cars-links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
    justify-content: space-between;
}
.cars-links .link-item {
    flex: 0 0 auto;
    width: calc(100% / 4 - 24px);
	background: #ff0000;
}
.cars-links .link-item a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
    padding-top: 46px;
    padding-bottom: 8px;
	text-align: center;
	overflow: hidden;
}
.cars-links .link-item a:hover {
	text-decoration: underline;
}
.cars-links .link-item.link-vyrobky a {
	background: url(../img/hp-link-vyrobky.png) no-repeat center 10px;
}
.cars-links .link-item.link-archiv a {
	background: url(../img/hp-link-archiv.png) no-repeat center 10px;
}
.cars-links .link-item.link-sluzby a {
	background: url(../img/hp-link-sluzby.png) no-repeat center 10px;
}
.cars-links .link-item.link-prislusenstvi a {
	background: url(../img/hp-link-prislusenstvi.png) no-repeat center 10px;
}

.news-container {
    padding-top: 30px;
    padding-bottom: 20px;
}
.hp-news .thumbnail-img {
    margin-bottom: 0;
}
.hp-news .thumbnail-img img {
    width: 100%;
    height: auto;
}
@supports (object-fit: cover) {
    .hp-news .thumbnail-img img {
        height: 140px;
        object-fit: cover;
    }
}

.proc-tht {
    background: #a6a6a6;
    padding-top: 20px;
    padding-bottom: 20px;
}
.proc-tht h2, .proc-tht li {
    color: white;
}
.proc-tht h2 {
    border-color: white;
}
.proc-tht ul {
    margin: 10px 10px;
    font-size: 22px;
}
.proc-tht ul li {
    margin: 15px 0;
}
.proc-tht img {
    margin-top: 20px;
}

.hp-gallery-container {
    padding-top: 20px;
}


.product-category-content .modely {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 24px -10px 0 -10px;
}
.product-category-content h3 {
    width: 100%;
    margin: 0 10px 15px;
}
.product-category-content .model {
    flex: 0 0 auto;
    width: calc(100% / 3 - 20px);
    margin: 15px 10px;
    display: flex;
}
.product-category-content .model a {
	display: block;
	padding: 0 6px 6px 6px;
	text-decoration: none;
	color: #000;
	font-size: 13px;
	overflow: hidden;
    background: #DEDEDE;
    width: 100%;
}
.product-category-content .model a:hover {
	text-decoration: underline;
	background: #7E7E7E;
	color: white;
}
.product-category-content .model img {
	display: block;
    border: none;
    margin: 0 0 6px -6px;
    width: calc(100% + 12px);
}
@media (max-width: 767px) {
    .product-category-content .model {
        width: calc(100% / 2 - 20px);
    }
    .product-category-content .model a {
        text-align: center;
    }
}

@media (max-width: 650px) {
    .product-category-content .model {
        width: calc(100% / 1 - 20px);
    }
}

#breadcrumbs {
    padding: 8px 0 10px 0;
}
#breadcrumbs a {
    color: black;
}
#breadcrumbs span {
    margin: 0 5px;
    opacity: .5;
}
@media (max-width: 767px) {
    #breadcrumbs span {
        display: block;
        opacity: 0;
        height: 0;
        overflow: hidden;
    }
}

.submenu-toggle {
    border: 1px solid #e7e7e7;
    background: #e7e7e7;
    padding: 6px 10px 4px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.submenu-toggle .fa {
    font-size: 19px;
    margin-top: 2px;
}
.left-menu-collapse {
    padding: 0;
    margin: 0 -20px;
}
@media (min-width: 992px) {
    .submenu-toggle {
        display: none;
    }
    .left-menu-collapse {
        margin: 0;
    }
}
@media (max-width: 991px) {
    .navbar-collapse.collapse.left-menu-collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.left-menu-collapse.in {
        display: block !important;
  		overflow-y: auto !important;
    }
}

.product-head {
    background: white;
    padding-top: 10px;
    padding-bottom: 4px;
}
.product-head h1 {
    margin-bottom: 0;
}
.product-info {
    padding-right: 0;
    display: flex;
}
.product-info-text {
    flex: 0 0 auto;
    padding: 15px 20px 15px 0;
    width: 50%;
    line-height: 1.8;
}
.product-info-img {
    flex: 0 0 auto;
    width: 50%;
}
.product-info-img img {
    width: 100%;
    display: block;
}


@media (max-width: 991px) {
    .product-info {
        flex-direction: column;
        padding: 0;
    }
    .product-info-text {
        width: auto;
        order: 2;
        padding-left: 30px;
        padding-right: 30px;
    }
    .product-info-img {
        width: auto;
        order: 1;
    }
}

#content_moreinfo {
    display: flex;
    flex-wrap: wrap;
}
#content_moreinfo .left-column {
    flex: 0 0 auto;
    width: 60%;
    background: #d8d7d3;
    color: black !important;
    padding: 10px 25px;
}
#content_moreinfo .right-column {
    flex: 0 0 auto;
    width: 40%;
    background: #e7e7e7;
    color: black !important;
    padding: 10px 25px;
}
#content_moreinfo h2 {
    font-size: 1.1em;
    font-weight: bold;
    color: black;
    margin-bottom: 0;
}
#content_moreinfo table {
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    #content_moreinfo .left-column,
    #content_moreinfo .right-column {
        width: 100%;
    }
}

.product-photo-container {
    margin-top: 25px;
}
.product-photo-container h3 {
    margin-bottom: 0;
    color: black;
}
.product-photo-container .list-unstyled {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.product-photo-container .list-unstyled li {
    flex: 0 0 auto;
    width: calc(100% / 4 - 20px);
    margin: 15px 10px;
    display: flex;
}
.product-photo-container .list-unstyled li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 160px;
}
.product-photo-container .list-unstyled li a img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
@supports (object-fit: cover) {
    .product-photo-container .list-unstyled li a img {
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 767px) {
    .product-photo-container .list-unstyled li {
        width: calc(100% / 2 - 20px);
    }
    .product-photo-container .list-unstyled li a {
        height: 240px;
    }
}
@media (max-width: 650px) {
    .product-photo-container .list-unstyled li {
        width: calc(100% / 1 - 20px);
    }
    .product-photo-container .list-unstyled li a {
        height: auto;
    }
}

.socials {
	padding: 8px 20px;
	background: rgba(255,255,255,.8);
	box-shadow: 11px 13px 13px -10px rgba(0,0,0,0.55);
    position: absolute;
    bottom: 0;
    right: 0;
}

.socials img {margin-right:12px}

.koronavirus {padding:40px; color:#ffffff !important; background-color:#ff0000; margin-top: 30px}
.koronavirus p{ color:#ffffff !important}