/*------------fontcss-------------*/
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'Roboto Condensed Italic';
    src: url('../fonts/RobotoCondensed-Italic-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'bootstrap-icons';
    src: url('../fonts/bootstrap-icons.woff2');
}

body, select, button {
    font-family: 'Roboto', Verdana, Arial, Helvetica, sans-serif;
}

a {
    color: #333;
    text-decoration: none;

}
.angl_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
    text-align: center;
    padding-top: 20%;
    color: #fff;
    font-size: 6rem;
}

.message.global.demo {
    background-color: #ccc !important;
    color: #000 !important;
}

.page-main {
    font-size: 1.5rem;
}

.logo {
    background-color: #ffffffcc;
    border: 4px solid #fff;
    max-width: 460px;
}
.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-header {
    background: url('/static/version1709803482/frontend/Hiddentechies/bentriz/de_DE/images/bentriz-parralex-image.jpg') !important;
    background-position: center !important;
    margin-bottom: 10px !important;
    background-size: cover !important;
}

.catalogsearch-result-index .page-title-wrapper {
    display: none;
}

.headblock {
    padding: 10px;
    background-color: #ccccccaa;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
}
.headblock .container1 {
    padding: 10px;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    height: fit-content;
    background-color: #333333dd;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow:hidden;
}
@media (max-width: 768px) {
    .headblock {
      flex-direction: column;
    }
    .headblock .container1 {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (min-width: 769px) {
    .header.content {
        padding: 25px 15px !important;
        width: 90% !important;
        margin: 0px 90px !important;
        max-width: unset !important;
    }
}

.nav-sections {
    margin: 0 !important;
}
.nav-sections .navigation>ul>li.level0.active>a.level-top {
    border-bottom: 0;
}

.stage-box-block {
    position: relative;
}

.stage-box-block .form-select {
    font-size: 16px;
    border-radius: 5px;
    width: 90%;
}
.stage-box-marke {
    padding: 5px;
    width: 100%;
}
.stage-box-block-car h5 {
    text-align: center;
    font-size: 2em;
}
.stage-box-block-car {
    text-align: center;
}
.stage-box-carname {
    font-size: 1.9em;
    padding: 10px;
    display: block;
    border: 2px solid #999;
    margin: 10px;
    border-radius: 10px;
    text-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
}

.header_cat_box_single {
    width: 60px;
    height: 55px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 5px;
    margin: 20px 5px 10px 5px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.header_cat_box_single:hover {
    box-shadow: 0 0 5px #aaa;
    background-color: #999;
}
.header_cat_box_single_mo {
    display: none;
    position: absolute;
    bottom: -40px;
    left: 15px;
    font-size: 1rem;
    background-color: #ccc;
    padding: 5px 10px;
    border: 1px solid #333;
    border-radius: 5px;
    color: #333;
    white-space: nowrap;
    text-shadow: 0 0 #000;
    cursor: default;
    z-index: 10;
}
.header_cat_box_single:hover .header_cat_box_single_mo {
    display: block;
}

.stage-box-fin {
    text-align: center;
}

.stage-box-fin h5, .container1 h5 {
    font-size: 2em;
    text-align: center;
}

.btn {
    background-color: #eee;
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 1.5em;
}
.btn-secondary2 {
    background-color: #6c757d;
    color: #fff;
    border-radius: 5px;
    width: fit-content;
    padding: 5px 10px;
}
.btn_row {
    text-align: center;
}
.btn:hover {
    background-color: #333;
    color: #fff;
}
.btn_x_car {
    position: absolute;
    right: 5px;
    top: 5px;
}
.btn_small {
    background-color: #eee;
    margin: auto;
    text-align: center;
    font-size: 0.8em;
    padding:0 5px;
}
.btn_small:hover {
    background-color: #333;
    color: #fff;
}
.btn_small small{
    font-size: 0.75em;
    line-height: 9px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.stage-box-fin .btn {
    margin-top: 10px;
}

.header_cat_box_Kats {
    max-width: 380px;
    height: 175px;
    vertical-align: top;
}

.header_cat_box_single_header {
    font: normal normal normal 40px bootstrap-icons !important;
    text-decoration: none;
    font-size: 120%;
    color: var(--ai-bg);
    display: block;
    position: relative;
    text-align: center;
}

.cat_querlenker::before {
    content: "\f18c";
}
.cat_bremse::before {
    content: "\f903";
}
.cat_karrosserie::before {
    content: "\f7e0";
}
.cat_motor::before {
    content: "\f3e5";
}
.cat_service::before {
    content: "\f30b";
}
.passend {
    max-height: 600px;
    overflow: auto;
    cursor: default;
}
.passend {
    border: 2px solid #afafaf;
    padding: 10px;
    margin: 10px 0;
    background-color: #eee;
}
.passend_marke.title {
    font-weight: bold;
    font-size: 1.2em;
    cursor: pointer;
}
.passend_modell {
    padding-left: 20px;
    font-weight: bold;
}
.passend_bj{
    padding-left: 40px;
}
.passend_motor {
    padding-left: 60px;
}
.passend_marke:hover,
.passend_modell:hover,
.passend_bj:hover,
.passend_motor:hover {
    background-color: #ddd;
    cursor: pointer;
}
.product_hersteller,
.product_zustand,
.product_lieferzeit,
.product_altteil  {
    font-size: 1.2em;
    margin: 0 0 10px 0;
    display: inline-block;
    width: 50%;
    text-align: center;
    border: 1px solid #ddd;
    border-top: 0;
}
.product_hersteller_title,
.product_zustand_title,
.product_lieferzeit_title,
.product_altteil_title {
    font-weight: bold;
    background-color: #ddd;
}
.price-box {
    width: 100%;
    padding: 20px 0 0 0;
    background-color: #dedede;
    text-align: center;
    font-weight: bold;
}
.pricebox_txt {
    width: 100%;
    padding: 0 0 10px 0;
    background-color: #dedede;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1em;
}
.product-info-price {
    display: inline-block !important;
    width: 50%;
    margin: 10px 0;
    text-align: center;
    vertical-align: top;
}
.product-info-main .product-info-price .product-info-stock-sku .stock.available {
    width: 100%;
}
.product-info-main .product-info-price .product-info-stock-sku .stock.unavailable {
    width: 100%;
}
.stock {
    margin-top: 0 !important;
}
.product-info-stock-sku {
    border: solid 1px #ddd;
    border-top:0;
}
.product-info-main .page-title-wrapper .page-title {
    text-transform: unset;
}
.product_schnr {
    display: inline-block;
    color: #7d7d7d;
    font-size: 1.5em;
    padding-bottom: 0;
}
.product_schnr.skuhalf{
    width: 48%;
}
.product_schnr.skufull{
    width: 100%;
    text-align: left;
}
.product_schnr.skuright {
    text-align: right;
}
.product_schnr_title {
    font-weight: bold;
}
.product_skubox {
    width: 100%;
}
.home-advantage-block .hab-row .hab-inner .home-advantage-block-inner>p>span {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.home-advantage-block .hab-row .hab-inner .home-advantage-block-inner>p>span:after {
    right: -13px !important;
}
.home-advantage-block .hab-row .hab-inner .home-advantage-block-inner>p>span:before {
    left: -13px !important;
}
.additional-attributes tr th, .additional-attributes tr td {
    padding: 10px;
    width: 50%;
}
.additional-attributes tr th {
    font-weight: bold;
    max-width: 250px;
}
.product_altteil {
    position: relative;
}
.popup_altteil {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 500px;
    height: 85px;
    background-color: rgba(0,0,0,0.7);
    font-size: 1.5rem;
    color: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 5px;
}
.product_altteil:hover .popup_altteil {
    display: inline-block;
    top: -50px;
    left: 250px
}

.catlist_all {
    max-width: 1200px;
    margin: auto;
    vertical-align: top;
}
.catlist_all_inner_cats {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}
.catlist_all_inner {
    display: inline-block;
    max-width:910px;
    vertical-align: top;
    width: 100%;
}
.catlist_all .block-content {
    padding:0;
}
.products-list .product-item-details {
    font-size: 2em;
}
.catlist_all_inner .product-item {
    height: 250px;
    padding: 0 10px;
    background-color: #eee;
    border: 1px solid #aaa;
    margin: 10px 0;
}
.catlist_all .products-list .product-item-photo {
    padding: 0;
    vertical-align: middle;
}
.product-item-inner-both .product-item-details {
    color: #333;
    width: 100%;
    display: flex;
}

@media (max-width: 1024px) {
    .product-item-inner-both .product-item-details {
      flex-direction: column;
    }
}

.catlist_all_inner .product-item:hover {
    background-color: #ddd;
}
.catlist_all .pager {
    border: 1px solid #999;
    padding: 5px 15px;
    background-color: #eee;
    text-align: right;
}
a:visited, .alink:visited {
    color: #333;
}
.catlist_all .product-item-name {
    line-height: 2.5rem;
    font-weight: bold;
    font-size: 2.5rem;
}
.product-item .price-box .price {
    font-size: 1em;
}
.cat_price, .cat_qty {
    width: 100%;
    display: block;
}
.cat_price {
    text-align: right;
    padding: 5px;
}
@media (max-width: 1024px) {
    .cat_price {
      text-align: center;
    }
}
.cat_qty {
    text-align: center;
    font-size: 2rem;
    vertical-align: top;
}
.cat_qty .stock.available {
    background-color: #00b600;
    color: #fff;
}
.cat_qty .stock.unavailable {
    background-color: #930000;
    color: #fff;
}
.catlist_all_inner .oe {
    font-size: 1.2rem;
    padding: 10px 0;
    text-align: left;
}
.catlist_all_inner .oe_title {
    font-weight: bold;
    display: block;
}
.catlist_all_inner .oe_single {
    background-color: #dedede;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 3px 10px;
    margin: 3px 3px;
    display: inline-block;
}
.catlist_all_inner .oe_single:hover {
    background-color: #ccc;
}
.catlist_all_inner .oe_dot {
    display: inline-block;
    border: 1px solid #333;
    padding: 3px;
    margin: 0 3px;
    background-color: #333;
    color: #fff;
}
.catlist_car {
    border: 1px solid #999;
    padding: 5px 15px;
    margin-top: 3px;
    background-color: #eee;
    text-align: center;
}
.catlist_car_txt {
    font-weight: bold;
}
.suche_carselect {
    border: 1px solid #999;
    background-color: #eee;
    padding: 5px 15px;
    margin: 10px 0;

}
.suche_carselect h5 {
    font-size: 2rem;
}
.stage_button {
    border: 2px solid #999;
    padding: 5px 20px;
    display: inline-block;
    margin: 10px;
}
.stage_button i {
    margin: 2px;
    font-size: 2rem;
}
.stage_button:hover {
    background-color: #333;
    color: #fff;
    cursor: pointer;
}
.suche_carselect .stage-box-addpadd {
    text-align: right;
}
.searchcat_subcat {
    border: 1px solid #999;
    padding: 5px 15px;
    margin-top: 3px;
    background-color: #eee;
    text-align: center;
}
.searchcat_subcat_coll {
    display: flex;
    flex-flow: row wrap;
}
.searchcat_subcat_title {
    font-weight: bold;
}
.searchcat_subcat_single {
    margin: 5px;
    padding: 5px 10px;
    border: 1px solid #999;
    background-color: #ddd;
    cursor: pointer;
    text-align: center;
}
.catlist_all_inner .price-box {
    padding: 0;
    text-align: right;
    display: inline-block;
    background-color: unset !important;
    width: unset !important;
    margin: 5px 0 0 0;
}
.catlist_all_inner .hersteller {
    font-size: 1.5rem;
}
.catlist_all_inner .hersteller_title {
    font-weight: bold;
}
.catlist_all_inner .product-image-container {
    margin-top: 10px;
    flex: 0 0 230px;
}
.catlist_all_inner .product_schnr {
    font-size: 1.5rem;
    color: #1f82c0;
}
.catlist_all_inner .product_skubox {
    font-size: 1rem;
    padding-top: 8px;
}
.catlist_all_inner .addtocart_deactive {
    background-image: none;
    background: #930000;
    color: #ccc;
    border: 1px solid #222;
    cursor: not-allowed;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 12px 18px;
    font-size: 1.3rem;
    box-sizing: border-box;
    vertical-align: middle;
    text-decoration: line-through;
    width: 100%;
}
.product-item-inner2 {
    border: 1px solid #999;
    padding: 0;
    margin: 5px;
}
.product-item-inner1 {
    flex: 1;
    padding: 15px;
    position: relative;
}
.product-item-inner2 {
    flex: 0 0 220px;
    position: relative;
    min-height: 200px;
}
.product-item-inner3 {
    flex: 0 0 220px;
    position: relative;
}
@media (max-width: 1024px) {
    .product-item-inner2 {
      width: 80%;
      margin: 10px auto;
    }
}
.product-item-inner3{
    flex: 0 0 220px;
}
@media (max-width: 1024px) {
    .product-item-inner3 {
      text-align: center;
    }
}
@media (max-width: 1024px) {
    .authentication-wrapper{
        float: unset !important;
        margin-top: 0;
        max-width: unset !important;
        text-align: center;
    }
    .authentication-wrapper button.action-auth-toggle{
        width: 50%;
        border: 1px solid #333;
        color: #eee !important;
        background-color: #999;
        margin: 10px auto;
        padding: 5px 15px;
        text-align: center;
    }
    .authentication-wrapper .authentication-dropdown {
        text-align: left;
    }
    .block-authentication .block-title {
        font-size: 2.7rem;
        text-align: center;
        font-weight: bold;
    }
    .authentication-wrapper button.action-auth-toggle span {
        color: #eee !important;
    }
    .block-customer-login {
        padding: 10px;
    }
}
.nav-toggle {
    display: none !important;
}
.product-item-inner2 .product-item-inner .product-item-actions {
    position: absolute;
    bottom:0;
}
.price_xtratxt {
    font-size: 1rem;
    line-height: 1rem;
}
.catqty_stock {
    padding-left: 10px;
}
.product-item-btn {
    display: block;
    width: 100%;
    text-align: center;
    bottom: 0;
    position: absolute;
}
.product-item-btn .tocart.primary {
    width: 100%;
}
.product-item-link{
    color: #333;
}
.product-item-detailbtn {
    display: block;
    width: 50%;
    min-width: 218px;
    text-align: center;
    bottom: 15px;
    position: absolute;
    background-color: #ccc;
    color: #333;
    border: 1px solid #333;
    padding: 5px 10px;
    font-size: 1.7rem;
}
@media (max-width: 1024px) {
    .product-item-detailbtn {
      position: inherit !important;
      margin-top: 20px;
      width: 100%;
    }
}
.product-item-detailbtn i {
    padding-left: 10px;
}
.product-item-detailbtn:hover {
    background-color: #333;
    color: #fff;
}
.catlist_all_cathead {
    font-weight: bold;
    font-size: 1.5em;
}
.catlist_car_trash {
    cursor: pointer;
}
.product-info-main .box-tocart {
    margin-bottom:0;
}
.product.product-qty-incr {
    padding-left: 20px;
    font-size: 1.2em;
}
.fa-bookmark {
    padding-right: 5px;
}
.action.primary.tocart.noavail {
    background-color: #999;
    text-decoration: line-through;
    cursor: not-allowed;
}
.search_sel {
    width: 40%;
    display: inline-block;
    padding: 10px;
    font-size: 1.5em;
    background-color: #ccc;
    border: 1px solid #999;
    color: #333;
    user-select: none;
    opacity: 0.7;
}
.search_act.search_act {
    background-color: #bf0000;
    color: #fff;
    opacity: 1;
    overflow: hidden;
    vertical-align: top;
}
.search_btn {
    width: 120px;
    display: inline-block;
    padding: 13px;
    font-size: 2em;
    background-color: #ccc;
    border: 1px solid #999;
    color: #333;
    user-select: none;
    height:60px;
    vertical-align: top;
    margin-top: 15px;
    letter-spacing: -0.5px;
}
.search_btn:hover {
    background-color: #333;
    color: #fff;
    cursor: pointer;
}
.search_btn::before {
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 1em;
    padding-right: 10px;
}
#search_oe {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 2em;
    height: 60px;
    padding: 10px 0 10px 10px;
    margin: 15px 0px 10px 10px;
    max-width: 350px;
    min-width: 170px;
    width:60%;
}
.block-search {
    display: none;
}
.product-item-unavailable {
    position: relative;
    opacity: 0.7;
}
.search_dropdown_btn {
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}
.team_pic {
    max-width: 280px !important;
}
.team_all {
    max-width: 1250px;
    width: 100%;
}
.team_txt {
    font-size: 1.5em;
}
.cat_alltable_p p a {
    border: 1px solid #838383;
    padding: 10px 15px;
    margin: 3px 5px;
    display: block;
    height: 55px;
    line-height: 14px;
}
.cat_alltable_p p a:hover {
    border: 1px solid #eee;
    background-color: #666;
    color: #eee;
}
.cat_alltable_head {
    height: 55px;
    border-bottom: 1px solid #999;
    margin-bottom: 3px;
    padding-bottom: 3px;
}
.home-prod .catlist_car {
    display: none;
}
.home-prod .product-item-name {
    font-size: 1em;
}
.home-prod .owl-item {
    width: 325px !important;
    margin: 0 10px;
}
.home-prod .product-item-inner-both .product-item-details {
    display: table;
}
.home-prod .product-item-inner3 {
    text-align: center;
}
.home-prod .product-item-inner2 {
    min-height: unset !important;
}
.home-prod .cat_price {
    text-align: center;
}
.block-dashboard-info, .block-dashboard-addresses {
    padding: 10px;
    background-color: #eee;
    border: 1px solid #333;
}
.box.box-information .box-content {
    padding-left: 10px;
    border-left: 1px solid #999;
    margin-left: 10px;
}
.block .box-actions {
    margin-top: 15px;
}
.box-actions a {
    padding: 2px 5px;
    border: 1px solid #999;
    margin-right: 10px;
}
.box.box-billing-address {
    padding-right: 10px;
    border-right: 1px solid #999;
}

.form-address-edit .fieldset {
    padding: 10px;
    border: 1px solid #999;
    margin: 10px 0;
    background-color: #eee;
}
.block.block-addresses-default {
    padding: 10px;
    border: 1px solid #999;
    margin: 10px 0;
    background-color: #eee;
}
.box.box-address-billing {
    border-right: 1px solid #999;
    padding-right: 5px;
    margin-right: 5px;
    background-color: #eee;
}
.block.block-addresses-list {
    padding: 10px;
    border: 1px solid #999;
    margin: 10px 0;
    background-color: #eee;
}
.old-price {
    font-size: 0.5em;
    text-decoration: none;
    border: 1px solid #666;
    background-color: #ddd;
    padding: 2px 15px;
    display: block;
    opacity: 0.8;
}
.old-price .price-label{
    color: #111;
}
.old-price .price {
    color: #111;
}
.product-item .special-price {
    line-height: 15px;
    padding: 20px 0 5px 0;
    white-space: nowrap;
}
.product-info-main .price-box .old-price .price-wrapper .price:before {
    display: none !important;
}
.product-info-main .price-box .price-label {
    display: block !important;
    padding-bottom: 13px;
}
.product-info-main .price-box .old-price .price-label {
    padding-bottom: 3px;
}
.product-info-main .price-box {
    vertical-align: top;
    padding: 10px 0;
}
.product-info-main .old-price {
    margin-right: 30px;
    vertical-align: top;
    margin-top: 10px;
}
.product-info-main .old-price .price{
    font-size: 20px !important;
}
.product-info-main .price {
    font-size: 35px !important;
}
.price-wrapper {
    line-height: 30px;
}
.checkout-sku {
    padding: 3px 15px;
    font-weight: bold;
    border-left: 1px solid #999;
    margin: 10px 0;
    display: block;
    width: fit-content;
}
.cart_altt_title {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}
.cart_altt {
    padding-top: 10px;
    line-height: 14px;
}
#iwd-opc-quick-payment-btns {
    display: none !important;
}
#minicart-content-wrapper .primary div{
    display: none;
}
.minicart-items-wrapper .product-image-container {
    width: 100% !important;
}
.minicart-items-wrapper .product-item-name a{
    font-size: 1.5em !important;
    line-height: 1em !important;
    color: #333 !important;
}
.minicart-items-wrapper .price-wrapper {
    text-align: right;
}
.minicart-items-wrapper .details-qty {
    font-size: 1.2em;
    margin: 0;
}
#minicart-content-wrapper .block-content .actions {
    font-size: 1.5em;
}
#minicart-content-wrapper .block-content .actions .action.viewcart{
    border: 1px solid #333;
    padding: 10px 20px;
}
#minicart-content-wrapper .block-content .actions .action.viewcart:hover{
    background-color: #333;
    color: #fff;
}
#btn-minicart-close {
    display: none;
}
.form.form-shipping-address {
    line-height: 0.5em;
}
.form.form-shipping-address .field-tooltip.toggle {
    display: none;
}
.form.form-shipping-address {
    width: 90%;
    max-width: 90% !important;
}
.form.form-shipping-address .fieldset.address {
    padding: 10px;
    border: 1px solid #999;
    background-color: #eee;
}
.form.form-shipping-address .fieldset.address .field .label{
    font-weight: bold;
    display: inline-block;
    vertical-align: sub;
    line-height: 1em;
    width: 160px;
    margin-bottom: 3px;
    padding-top: 10px;
    padding-left: 10px;
}
fieldset.street .control .field .label{
    display: none !important;
}
.form.form-shipping-address .fieldset.address div.field, .fieldset>.field {
    margin-bottom: 5px !important;
}
.fieldset .g-recaptcha {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 250px;
    scale: 0.8;
    overflow: hidden;
}
.fieldset {
    letter-spacing: unset !important;
}
.checkout-billing-address .billing-address-details {
    border-left: 1px solid #333;
    line-height: 1em !important;
    padding: 10px 30px !important;
    width: fit-content;
    background-color: #eee;
}
.checkout-agreement.field.choice.required .label {
    display: inline-block;
    width: 90%;
    text-align: left;
}
.checkout-agreement.field.choice.required .label .action-show {
    text-align: left;
}
.checkout-agreement.field.choice.required .label .action-show span {
    border-bottom: 1px solid red;
}
.modal-popup._inner-scroll {
    font-size: 1.4em;
}
.checkout-agreements-block {
    border-bottom: 3px solid #999;
    border-top: 3px solid #999;
    margin-top: 5px;
    padding-top: 5px;
}
.checkout-agreements-block .checkout-agreements {
    margin-bottom: 0;
}
.opc-payment-additional.discount-code {
    border: 1px solid #999;
    width: fit-content;
    min-width: 50%;
    padding: 10px;
}
.items.payment-methods {
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    padding-left: 10px;
}
.payment-group {
    border-left: 3px solid #999;
    padding: 10px;
    margin: 10px;
}
.table-checkout-shipping-method {
    width: 100%;
}
.col-price {
    flex-grow: 0;
    cursor: pointer;
}
.table-checkout-shipping-method td:first-child {
    flex-grow: 0;
}
.table-checkout-shipping-method {
    width: 100% !important;
}
.col-method {
    cursor: pointer;
}
.table-checkout-shipping-method tr:hover {
    font-weight: bold;
}
.block-minicart {
    z-index: 99999;
}
.modal-slide._show, .modal-popup._show {
    font-size: 1.5em;
}
.paypal.checkout.after.paypal-logo {
    display: none;
}
.home_cats_head {
    font-size: 1.5em;
    font-weight: bold;
}
.home_cats {
    font-size: 1.5em;
}
.home_cattop {
    padding-top: 20px;
    padding-bottom: 10px;
}
.home_catbot {
    padding-bottom: 50px;
}
.home_cat_left {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    margin: 0 15px 40px 15px;
}
.search.results .block {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    line-height: 16px;
    padding: 10px;
    margin: auto;
}
.field-tooltip.toggle {
    display: none;
}
@media (max-width: 1024px) {
    .cat_alltable_p p span a {
        font-size: 2rem;
        text-align: center;
        font-weight: bold;
        margin: auto;
        padding-top: 20px;
    }
    .cat_alltable_sep {
        padding-bottom: 5px;
        padding-top: 5px;
        margin-bottom: 15px;
        border-bottom: 2px solid #999;
    }
}
.searchbox_kat {
    width: 100%;
    text-align: center;
    padding: 20px 10px 30px 10px;
}
.searchbox_kat .search_btn {
    vertical-align: top;
    width: 150px;
    margin-top: 0;
    padding: 7px;
}
.searchbox {
    width: 70%;
    max-width: 800px;
    height: 60px;
    padding: 10px;
    margin: auto;
    font-size: 2em;
    vertical-align: top;
}
#shopping-cart-table th:first-child {
    width:20px;
}
.cart .item-info td:first-child{
    width:20px;
}
.camping_font {
    font-family: 'Satisfy';
    font-size: 2em;
}
.camping_left {
    background-image: linear-gradient(90deg, #eee 10%, #fff 50%);
    border-radius: 50px;
    padding: 30px;
    margin-top: 30px;
}
.camping_right {
    background-image: linear-gradient(270deg, #eee 10%, #fff 50%);
    border-radius: 50px;
    padding: 30px;
    margin-top: 30px;
}
.camping_header1 {
    font-size: 2em;
    font-weight: bold;
    background-color: #dedede;
    border-bottom: 12px solid #c3c3c3;
    padding-top: 5px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}
.camping_cont {
    width: 100%;
    background-color: #dedede;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
@media (max-width: 768px) {
    .mobile-hide-active {
        display: none;
    }
}
.page-footer .footer-top {
    width: auto;
}
#my-orders-table tr {
    border: 1px solid #333;
}
#my-orders-table a.action.view, #my-orders-table a.action.order {
    background-color: #eee;
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 1.5rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, 
                background-color 0.15s ease-in-out, 
                border-color 0.15s ease-in-out, 
                box-shadow 0.15s ease-in-out;
    margin-bottom: 10px;
}
.home_products {
    padding: 25px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    margin: 15px;
}
.home_products .actions-secondary {
    display: none !important;
}
.home_products .actions-primary form {
    margin-left: 20px;
}
.home_products .product-item-name {
    font-size: 1.75em;
    line-height: 1em;
    height: 70px;
    overflow: hidden;
}
.home_products .slick-slide {
    padding: 15px;
}
.home_products .product-item .price-box .price {
    font-size: 2rem;
}
.home_products .product-item .price-box .special-price .price {
    font-size: 2rem;
}
.home_products .product-item .price-box .old-price .price {
    font-size: 1.4rem;
}
.home_products .product-item .price-box {
    padding: 5px;
}
.home_products .slick-dots {
    display: none !important;
}
.home_products .product-item .special-price {
    padding: 0;
}
.home_products .old-price .price_xtratxt {
    display: none;
}
.home_products .old-price {
    padding: 0;
    margin: 0;
    height: 30px;
}
.retour {
    max-width: 1200px;
    margin: auto;
    font-size: 2em;
}
.retour_head{
    font-size: 1.5em;
}
.retour_online {
    padding: 10px;
    border: 1px solid #999;
    background-color: #eee;
    margin: 10px 0;
    font-size: 0.8em;
}
.leg_headline{
    font-size: 1.2em;
    background-color: #eee;
    width: fit-content;
    padding: 10px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.retour_online_blockhalf {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.retour_pad {
    padding: 5px 20px 20px 20px;
    margin: 10px;
    border: 1px solid #999;
}
.retour_online_pad2 {
    padding: 10px;
    text-align: center;
    line-height: 30px;
}
.retour_online_left input.retour_form_field {
    display: inline-block;
    width: 250px;
}
.retour_online .head {
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}
.retour_online .head th {
    text-align: center;
}
.retour_online .daten_text {
    font-size: 0.75em;
}
.retour_online_left textarea {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    font-size: 1.2em;
}
.retour_online .daten_text {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #bbb;
}
.retour_online_left label {
    width: 150px;
    text-align: right;
}
.retour_tooltip_tt {
    display: none;
    width: 350px;
    position: absolute;
    z-index: 1000;
    background-color: #333;
    color: #fff;
    border: 1px solid #999;
    padding: 10px;
    border-radius: 5px;
    line-height: 18px;
}
.retour_tooltip_btn:hover .retour_tooltip_tt {
    display: block;
}
.retour .text1 {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
.retour .span7,.retour .span9 {
    text-align: right;
}
.additem_span {
    font-size: 1em;
    padding: 10px;
    background-color: #333;
    color:#fff;
    border-radius: 5px;
}
.additem_span:hover {
    background-color: #666;
    cursor: pointer;
}
.retour_online_blockfull {
    border: 1px solid #999;
    padding: 5px;
    margin: 5px;
}
.products-grid.wishlist .product-item .price-box .price-as-configured .price-label {
    display: none;
}

.products-grid.wishlist .product-item .special-price {
    padding:0;
}
.products-grid.wishlist .price-box {
    padding: 0;
}
.products-grid.wishlist .price_xtratxt {
    display: inline-block;
    padding-left: 5px;
}
.products-grid.wishlist .price-as-configured {
    display: inline-block;
}
.products-grid.wishlist .product-item .price-box .price {
    font-size: 1.4rem;
}
.products-grid.wishlist .box-tocart .product-item-actions {
    padding-left: 30px;
}
.products-grid.wishlist .box-tocart {
    text-align: center;
}
.order-details-items .action.track {
    padding: 5px 10px;
    background-color: #333;
    color: #fff;
    border: 1px solid #999;
    margin: 10px;
    border-radius: 5px;
}
.order-details-items .action.track:hover {
    background-color: #666;
}
.order-actions-toolbar .action.print {
    display: none !important;
}
.order-actions-toolbar .actions .action {
    padding: 5px 10px;
    background-color: #333;
    color: #fff;
    border: 1px solid #999;
    margin: 10px;
    border-radius: 5px;
}
.order-actions-toolbar .actions .action:hover {
    background-color: #666;
}
.items.order-links {
    display: none;
}
.page-title-wrapper .order-status {
    background-color: #ddd;
    padding: 5px 10px;
    width: 30%;
    font-weight: bold;
    border-radius: 15px;
    border: 2px solid #999;
    text-align: center;
    font-size: 1.2em;
}
.order-details-items .mark {
    background-color: #eee;
}
.paypal-review-title .action.edit span {
    padding: 5px 10px;
    background-color: #333;
    color: #fff;
    border: 1px solid #999;
    margin: 10px;
    border-radius: 5px;
}
.paypal-review-title .action.edit span:hover {
    background-color: #666;
}
.paypal-review .opc-block-summary .mark {
    background-color: #eee;
}
.loading_txt {
    padding-left: 90px;
    font-size: 0.8em;
}
.retour_msg {
    font-size: 1rem;
    padding: 20px;
    margin: 20px 90px;
    text-align: center;
}
.retour_msg_ok {
    border: 3px solid #137d00;
}
.retour_msg a {
    font-weight: bold;
    color: #137d00;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #137d00;
    background-color: #ccc;
}
.retour_msg a:hover {
    background-color: #137d00;
    color: #fff;
}
.retourdone_headline {
    font-weight: bold;
}
.clips_artikel .catlist_car{
    display: none;
}
.clips_artikel .product-widget-slider {
     margin: 0;
}
.clips_artikel .product-item-name {
    display: none;
}
.clips_artikel .product-item-inner1 {
    display: none;
}
.clips_artikel .product-item-inner2 {
    width: 140px;
    flex: 0 0 140px;
    margin-top: -25px;
}
.clips_artikel .product-item-inner3 {
    flex: 0 0 140px;
    margin: 0;
    width: 120px;
}
.clips_artikel .product-image-photo {
    max-width: 120px;
    padding: 0;
    margin: 0;
}
.clips_artikel .product-item-inner-both .product-item-details {
    padding: 0;
}
.clips_artikel .product-item {
    padding: 0 !important;
    margin: 0 !important;
    height: 210px !important;
}
.clips_artikel .catlist_all {
    width: 300px !important;
    margin: 0;
    height: 220px;
}
.clips_artikel .product-item-link {
    display: block;
    padding-left: 10px;
}
.clips_artikel .tocart {
    font-size: 1rem !important;
}
.clips_artikel_left {
    width: 2px !important;
    margin: 30px;
}
.clips_artikel .catqty_stock {
    font-size: 0.7em !important;
}
.clips_tabs .tab-header {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 5px;
    background-color: #eee;
    margin: 5px;
}
.clips_tabs .ui-tabs-panel {
    padding: 10px;
}
.clips_tabs .clips_entry{
    width: 300px !important;
}
.clips_artikel .addtocart_deactive {
    font-size: 1rem;
}
.clips_artikel {
    border-bottom: 3px solid #999;
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px){
    .clips_tabs {
        width: max-content;
        max-width: 1410px;
    }
}
@media only screen and (max-width: 768px) {
    .clips_tabs .pagebuilder-column-line {
        flex-wrap: unset !important;
    }
}