/** Chiptuning-Konfigurator CSS */

.gv .ckmanu.pkw, .gv .ckmanu.lkw, .gv .ckmanu.transporter, .gv .ckmanu.motorrad, .gv .ckmanu.motorboot, .gv .ckmanu.traktor {
    display: none;
}

.model .car-box, .motors .car-box {
    min-height: 200px;
}

@media (min-width: 1024px) {
    .manu {
        width: 20%;
    }

    .ckmanu {
        width: 20%;
    }

    .model {
        width: 33.3333%;
    }

    .motors {
        width: 33.3333%;
    }
}

@media (max-width: 1023px) and (min-width: 769px) {
    .manu {
        width: 33.3333%;
    }

    .ckmanu {
        width: 33.3333%;
    }

    .model {
        width: 50%;
    }

    .motors {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .manu {
        width: 50%;
    }

    .ckmanu {
        width: 50%;
    }

    .model {
        width: 100%;
    }

    .motors {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .manu {
        width: 100%;
    }
    .ckmanu {
        width: 100%;
    }
}

.art_nav {
    padding-left: 5px;
    margin: 0 !important;
    overflow: hidden;
}

.art_nav .nav-item {
    padding: 0;
    background: #0E1762;
    margin: 5px;
    float: left;
    list-style: none;
}

.art_nav .nav-item span {
    display: block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
}


.art_nav .nav-item:hover {
    cursor: pointer;
    background-color: #F45C20;
}

.chip_nav {
    padding-left: 5px;
    margin: 0 !important;
    overflow: hidden;
}

.chip_nav .nav-item {
    padding: 0;
    background: #000;
    margin: 5px;
    float: left;
    list-style: none;
}

.chip_nav .nav-item span {
    display: block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
}


.chip_nav .nav-item:hover {
    cursor: pointer;
    background-color: #F45C20;
}

.ck-active {
    background-color: #F45C20;
    color: #fff !important;
    border-color: transparent;
}

.data {
    margin-top: 25px;
}

.hide {
    display: none !important;
}

.manu {
    padding: 10px;
}

.ckmanu {
    padding: 10px;
}

.ckmanu a {
    text-decoration: none !important;
}

.motors {
    padding: 10px;
}

.model img {
    width: 160px;
    height: auto;
    display: block;
    margin: auto;
    padding: 20px;
}

.model {
    padding: 10px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}


/* SELECT */
@media (min-width: 600px) {
    .sb-box.fourboxes {
        float: left;
        width: 25%;
    }

    .sb-box.threeboxes {
        float: left;
        width: 33.33333%;
    }
}

.box-title {
    text-align: center;
    height: 90px;
}

.car-box {
    transition: all .2s ease-in-out;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    text-align: center;
    min-height: 125px;
}

.car-box:hover {
    cursor: pointer;
    transform: scale(0.95);
}

.ckcar-box {
    transition: all .2s ease-in-out;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    text-align: center;
    min-height: 125px;
}

.ckcar-box:hover {
    cursor: pointer;
    transform: scale(0.95);
}

/* Ausgabe Chiptuning Daten */
.tuning-data {
    margin-top: 25px;
}

.carpower {
    width: 100%;
    margin-top: 40px;
}

.carps {
    background-color: #0E1762;
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    width: 20%;
    line-height: 80px;
    color: #fff;
    float: left;
    position: relative;
}

.carps:after {
    border-bottom: 0 solid transparent;
    border-right: 33px solid transparent;
    border-top: 80px solid #0E1762;
    content: "";
    position: absolute;
    right: -32px;
    top: 0;
    z-index: 998;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 32px;
    height: 80px;
    overflow: hidden;
}

.carpowerline {
    float: left;
    width: 70%;
    margin-left: 37px;
    background-color: #000;
    height: 80px;
    position: relative;
    padding: 15px;
}

.carpowerline:before {
    border-bottom: 0 solid transparent;
    border-right: 33px solid #000;
    border-top: 80px solid transparent;
    content: "";
    left: -32px;
    position: absolute;
    top: 0;
    z-index: 998;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 32px;
    height: 80px;
    overflow: hidden;
}

.carorigninal, .cartuning {
    width: 100%;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
}

.normalpreis .cartuning {
    padding-top: 15px;
}


.clabel {
    color: #fff;
    float: left;
    margin-left: 20px;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 20px;
}

.cvalue {
    color: #fff;
    font-size: 20px;
    float: right;
    padding-bottom: 5px;
    font-weight: 400;
}

.ck-info {
    margin-top: 40px;
}


.info-text {
    color: #000 !important;
}

small {
    font-size: 14px;
}

#ck-cta {
    margin-top: 40px;
}

.ck-calltoaction {
    border: 0 !important;
    background: #0E1762;
    color: #fff !important;
    padding: 10px 16px;
    text-decoration: none !important;
}

.ck-calltoaction:hover {
    background: #000;
}

@media screen and (max-width: 768px) {
    .carps {
        width: 14% !important;
        font-size: 18px !important;
        padding-left: 5px;
    }

    .carorigninal, .cartuning, .clabel, .cvalue {
        font-size: 18px !important;
        margin-left: 0px;
        line-height: 20px;
    }

    .carpowerline {
        padding-left: 5px;
        height: 100px;
        padding: 15px;
    }

    .carpowerline:before {
        height: 100px;
        border-top: 100px solid transparent;
    }

    .carps {
        height: 100px;
        line-height: 100px;
    }

    .carps:after {
        border-top: 100px solid #0E1762;
    }

    .normalpreis .clabel, .normalpreis .cvalue {
        padding-top: 15px;
    }

    .cvalue {
        margin-right: 0px;
        float: left;
    }
}

@media screen and (max-width: 549px) {
    .normalpreis .clabel, .normalpreis .cvalue {
        padding-top: 0px;
    }
}

@media screen and (max-width: 480px) {
    .ck-calltoaction {
        font-size: 16px;
    }
    .carorigninal, .cartuning, .clabel, .cvalue {
        font-size: 14px !important;
    }

    .carpowerline {
        padding-top: 15px;
    }
}

/* Selectboxen */
#ck-sbox {
    display: block;
}
.ck_select {
    float: left;
	margin-bottom: 10px;
    margin-right: 10px;
}

.ck_select select {
    border-color: #000 !important;
    color: #000 !important;
	width: 100%;
}

@media screen and (max-width: 767px) {
    .ck_select {
        width: 48%;
    }
    .ck_select:first-child {
        margin-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .ck_select {
        width: 100% !important;
        margin-right: 0px;
        float: none;
    }
    #ck-sbox.hide {
        display: block !important;
    }
    .chip-row.ghide, .flex-container.ghide, #manufacturerbox.ghide  {
        display: none !important;
    }
}

/** WooCommerce **/
.woo_block {
    background: #fff;
    float: left;
    display: block;
    margin-top: 50px;
    margin-right: 3%;
    width: 22%;
    border: 1px solid #888;
}

@media (max-width: 1023px) {
    .woo_block {
        width: 47%;
    }
}

@media (max-width: 480px) {
    .woo_block {
        margin-right: 0;
        width: 100%;
        height: 520px;
    }
}

.woo_image img {
    width: 100%;
}

.woo_title {
    padding: 10px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.woo_price {
    padding: 10px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.ck-search-form {
    max-width: 400px;
}

.searchfield {
    max-width: 300px;
    width: 100%;
}

#searchdisplay {
    display: none;
    margin-bottom: 40px;
}

#show_up{
    width: 400px;
    height: auto;
    border: 1px solid #ddd;
    display: none;
    overflow-y: scroll;
}

#ck-search {
    padding-left: 25px !important;
    background: url("https://static.thenounproject.com/png/101791-200.png") no-repeat right !important;
    background-size: 30px !important;
    border: 2px solid #ccc !important;
}

input[type=text] {
    color: #000 !important;
}

#ck-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000 !important;
    opacity: 1; /* Firefox */
}

.ck-text {
    padding-left: 10px;
}

#manufacturerbox .listart:hover {
    cursor: auto !important;
    background: none !important;
}

#manufacturerbox.ck-box {
    width: 320px;
}

#manufacturerbox.ck-box img {
    width: 45px !important;
    padding: 5px;
    float: right;
}

#manufacturerbox.ck-box .header {
    background: #0E1762;
    padding: 17px 30px;
    font-weight: 700;
    color: #fff;
}

#manufacturerbox.ck-box a {
    text-decoration: none;
}

.ck-box {
    width: 300px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    background: #ddd;
}

.ck-box .header {
    background: #0E1762;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
}

.ck-box p {
    color: #fff;
    text-align: left;
    float: right;
    width: 75%;
    font-size: 16px;
    padding-top: 20px;
}

.ck-box img {
    width: 65px;
    height: auto;
    padding-top: 7px;
    float: right;
}

.ck-box ul {
    padding: 25px;
    margin: 0px !important;
}

.ck-box li {
    color: #000;
    margin: 0 !important;
    list-style: none;
    background: none !important;
    border-bottom: 1px solid #000 !important;
    width: 100%;
    padding: 5px;
}

.ck-box li:hover {
    cursor: pointer;
    background: #f7f7f7 !important;
}

.ck-art:not(:first-child) {
    padding-top: 30px;
}

.ck-art {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

@media(max-width: 480px) {
    .ck-box {
        width: 100%;
    }
}

/* Tabs mit radio-Buttons */
.cktabbed figure {
    display: block;
    margin: 0;
    clear: both;
    background: #EEEEEE;
}

.cktabbed > input,
.cktabbed figure > div { display: none; }

.cktabbed figure > div {
    display: block;
    padding: 20px;
    width: 100%;
    line-height: 1.5em;
    letter-spacing: 0.3px;
    color: #000;
}

.cktabbed figure p {
    margin: 0px;
}

.shopping-block {
    display: block;
    padding-bottom: 10px;
    background: #EEEEEE;
}

.shopping-block:before {
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 99%; /* Change this to whatever width you want. */
    padding-bottom: 0px; /* This creates some space between the element and the border. */
    border-bottom: 1px solid black; /* This creates the border. Replace black with whatever color you want. */
}

.shopping-block p {
    margin-top: 20px !important;
    padding: 20px;
    text-align: center;
    background:#fff;
}

.shopping-raw {
    overflow: hidden;
}

.ck-nav label {
    float: left;
    padding: 15px 15px;
    border-right: 3px solid #fff;
    background: #0E1762;
    color: #fff;
    font-weight: 700 !important;
}

@media(max-width: 454px) {
    .ck-nav label {
        border-right: 0px;
    }
}

.ck-nav label:hover {
    cursor: pointer;
    background: #EEEEEE;
    color: #000;
}

.ck-nav label:active {
    background: #EEEEEE;
    color: #000;
}

.cktabbed .stage2,
.cktabbed .stage3,
.cktabbed .stage4 { display: none;}


#stage1:checked ~ nav label[for="stage1"],
#stage2:checked ~ nav label[for="stage2"],
#stage3:checked ~ nav label[for="stage3"],
#stage4:checked ~ nav label[for="stage4"] {
    background: #EEEEEE;
    color: #000;
    position: relative;
}

#stage1:checked ~ nav label[for="stage1"]:after,
#stage2:checked ~ nav label[for="stage2"]:after,
#stage3:checked ~ nav label[for="stage3"]:after,
#stage4:checked ~ nav label[for="stage4"]:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #EEEEEE;
    left: 0;
    bottom: -1px;
}

.cktabbed .left {
    float: left;
    width: 70%;
    padding-right: 30px;
}

.cktabbed .right {
    float: right;
    width: 30%;
    padding-left: 30px;
    border-left: 1px solid #000;
}

.cktabbed .details {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cktabbed .details div {
    padding-left: 10px;
    padding-right: 10px;
}

.cktabbed .details .header div {
    width: 25%;
    float: left;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.cktabbed .details .leistung div {
    width: 25%;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
}

.cktabbed .details .leistung {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    background: #f7f7f7;
}

.cktabbed .details .drehmoment div {
    width: 25%;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
}

.cktabbed .details .drehmoment {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f7f7f7;
}

.cta {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ck-button {
    border: 0px;
    background: #0E1762;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px;
    text-align: center;
    display: block;
    max-width: 300px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.ck-button:hover {
    cursor: pointer;
    background: #000;
}

.info .title {
    text-transform: uppercase;
    font-size: 14px;
}

.info .motorart{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
}

.info .price-title {
    font-size: 20px !important;
    font-weight: 700;
}

.info .price {
    font-size: 20px !important;
    font-weight: 700;
    position: inherit;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media(max-width: 454px) {
    .ck-nav label {
        width: 100%;
        text-align: center;
        border-bottom: 10px solid #fff;
    }
}

@media(max-width: 767px) {
    .cktabbed .left {
        width: 100%;
        float: none;
        padding-right: 0px;
    }
    .cktabbed .right {
        margin-top: 20px;
        width: 100%; 
        padding-left: 0px;
        border-left: 0px;
    }
}

@media (min-width: 600px) {
    .moriginal, .mtuning, .mdifferenz {
        display: none;
    }
    .leistung .differenz, .drehmoment .differenz {
        color: #0E1762;
        font-size: 20px !important;
    }
    .cktabbed .details .leistung div, .cktabbed .details .drehmoment div {
        font-weight: 700;
    }
}

@media (max-width: 599px) {
    .header .original, .header .tuning, .header .differenz {
        display: none;
    }
    .cktabbed .details .leistung div, .cktabbed .details .drehmoment div {
        width: 100%;
    }
    .differenz {
        color: #0E1762;
    }
    .ck-button {
        display: block;
        float: none;
        margin-bottom: 20px;
    }
}

#goback {
    margin-bottom: 70px;
    padding-bottom: 10px;
}

.hsn-search-form {
    max-width: 400px;
}

.hsn-form {
    width: 100px;
    float: left;
    padding-right: 10px;
}

.hsn-btn {
    border: none !important;
    color: #fff;
    background: #000;
    text-transform: 18px;
    line-height: 18px;
    padding: 10px 20px !important;
}

.hsn-btn:hover {
    cursor: pointer;
    background: #0E1762;
}

#required-msg, #notfound-msg {
    display: none;
    color: red;
    padding-top: 10px;
}

#progressbarol {
    width:100%;
    height:26px;
    position:relative;
    border-radius:0px;
    background:#fff;
    overflow:hidden;
    margin-bottom: 10px;
}
 
#countol {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    padding:0 16px;
    line-height:26px;
    z-index:9;
    color: #0E1762;
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:700;
}

#barol {
    width:0;
    height:26px;
    position:absolute;
    left:0;
    top:0;
    background:#ccc;
    z-index:1;
}

#progressbartl {
    width:100%;
    height:26px;
    position:relative;
    border-radius:0px;
    background:#fff;
    overflow:hidden;
    margin-bottom: 20px;
}

#counttl {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    padding:0 16px;
    line-height:26px;
    z-index:9;
    color: #fff;
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:700;
}

#bartl {
    width: 0;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    background: #0E1762;
    z-index: 1;
}

#progressbarod {
    width:100%;
    height:26px;
    position:relative;
    border-radius:0px;
    background:#fff;
    overflow:hidden;
    margin-bottom: 10px;
}

#countod {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    padding:0 16px;
    line-height:26px;
    z-index:9;
    color: #0E1762;
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:700;
}

#barod {
    width:0;
    height:26px;
    position:absolute;
    left:0;
    top:0;
    background:#ccc;
    z-index:1;
}

#progressbartd {
    width:100%;
    height:26px;
    position:relative;
    border-radius:0px;
    background:#fff;
    overflow:hidden;
    margin-bottom: 20px;
}

#counttd {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    padding:0 16px;
    line-height:26px;
    z-index:9;
    color: #fff;
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:700;
}

#bartd {
    width: 0;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    background: #0E1762;
    z-index: 1;
}

.shopping-title {
    position: relative;
    top: -15px;
    font-weight: 700;
    color: #0E1762;
    text-transform: uppercase;
}

.cart_img {
    width: 75px;
    padding-left: 20px;
    animation: pulse 2s infinite;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media(max-width: 575px) {
    .cart_img {
        display: block;
        margin: 0 auto;
    }
}

.shopping-block .ck-button {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.select2 {
    width: 100% !important;
    max-width: 500px;
    margin-bottom: 40px !important;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 500px !important;
}

.info_text {
    padding-top: 20px;
    padding-bottom: 20px;
}

.noimages .car-box {
    min-height: 0;
}

.noimages .box-title {
    height: 50px;
}

.oldprice {
    text-decoration: line-through !important;
}

.newprice {
    color: #e00;
}

.cta i {
    padding-right: 10px;
}