 /*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */
main {
    overflow: hidden;
}
.hide-mobile {display:unset !important}
.show-mobile {display:none !important}
#shop-logo.max-wide {
    max-width: 240px;
    padding: 15px 0;
}
.megamenu-wrapper .navbar-nav>.nav-item>.nav-link {
    padding: 10px 15px 20px 15px !important;
}
.nav-scrollbar-inner {padding-bottom: 0;}
.megamenu-wrapper, .megamenu-wrapper .navbar-collapse {height: unset;}
.navigation-flyouts, .megamenu-wrapper .nav-scrollbar-item .dropdown-toggle:after {display: none !important;}
.megamenu-wrapper .navbar-nav>.nav-item>.nav-link::before {bottom: 0 !important}
#sidepanel_left {display:none !important}
aside .nav-panel, aside .box>button+.collapse {
    padding: 20px;
    border: 3px solid #e9e9e9;
    border-radius: 10px;
}
.purchase-info p {
    margin-bottom: 0;
    margin-top: 10px;
}
.g_bew {
    display: inline-block;
    padding-left: 3px;
}
.product-detail .product-title {
    font-weight: 800 !important;
}
.tab-content h2 font {
font-size: unset !important;
}
.startprods .tab-navigation .nav-tabs {
        display: flex !important;
}
.tab-navigation .nav-tabs {
    display: none !important;
}


.banner_wrapper {

}

.banner_wrap {
display: flex;
    align-items: center;
    height: 600px;
}

.banner_left {
    width: 50%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    background: aliceblue;
}
.banner_img {
    width: 85%;
}

.banner_left span {

}

.banner_left h1 {

}

.logo_wrap {

}

.logo_wrap img {
    height: 50px;
}

.banner_left a {

}
.banner_right {
	width: 50%;
    background: url(https://www.loftex.net/wp/wp-content/uploads/2026/07/shop_banner_right.jpg);
    background-size: cover;
    height: 100%;
    background-position: center;
}
#tab-description .hr-sect, #tab-description .gpsr-compliance, #tab-description .product-attributes {display:none !important}


.full_wrap {width:90%;margin: 0 auto}
#result-wrapper .title h1 {margin-bottom: 1rem !important;}
.cms-menu__left li .row:nth-child(3) .col {
    max-width: unset !important;
}
.product-manufacturer {display:none !important}
.merkmale-wrap {
    float: left;
    margin-bottom: 30px;
}
.merkmale-wrap .row {
    padding: 0px 0 10px 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.merkmale-wrap .row .col {
    display: flex;
    background: #f1f1f1;
    padding: 5px 15px 5px 5px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 7px;
    margin-right: 6px;
    color: #000000;
    align-content: center;
    align-items: center;
	width: unset !important;
	flex-basis: unset !important;
    flex-grow: unset !important;
	opacity:0;
    transform: translateY(20px);

    animation: fadeInUp 0.6s ease forwards;
}
.merkmale-wrap .row .col img {
    width: 40px;
	margin-right: 5px;
}
.merkmale-wrap .row .col p {
    margin:0;
}
/* Verzögerung pro Element */
.merkmale-wrap .col:nth-child(1) { animation-delay: 0.1s; }
.merkmale-wrap .col:nth-child(2) { animation-delay: 0.3s; }
.merkmale-wrap .col:nth-child(3) { animation-delay: 0.5s; }
.merkmale-wrap .col:nth-child(4) { animation-delay: 0.7s; }
.merkmale-wrap .col:nth-child(5) { animation-delay: 0.9s; }
.merkmale-wrap .col:nth-child(6) { animation-delay: 1.1s; }
.merkmale-wrap .col:nth-child(7) { animation-delay: 1.3s; }
.merkmale-wrap .col:nth-child(8) { animation-delay: 1.5s; }
.merkmale-wrap .col:nth-child(9) { animation-delay: 1.8s; }
.merkmale-wrap .col:nth-child(10) { animation-delay: 2.1s; }
.merkmale-wrap .col:nth-child(11) { animation-delay: 2.4s; }
.merkmale-wrap .col:nth-child(12) { animation-delay: 2.7s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.spx_pd__price-block {
    border: solid 1px #ccc;
    padding: 20px;
    border-radius: 10px;
}
.status .status-icon {
    display: inline-block;
}
.product-price-row .form-counter {
    width: 40%;
    display: flex;
    justify-content: center;
}
.product-price-row .product-buy-add-to-cart {
    width: 60%;
}
.product-price-row .product-buy-add-to-cart button {
    display: flex;
    justify-content: center;
}
.product-detail .info-essential {
    margin-top:15px
}
.product-price-row .alert-info {
    border: none;
    border-radius: 0px;
    margin-top: 5px;
    font-size: 12px;
    background-color: unset !important;
    padding: 0;
}
.lofi-hinweis {
    display: flex;
    padding: 0px;
    border-radius: 10px;
    align-content: center;
    align-items: center;
    overflow: hidden;
    background: #b8dbfd;
    margin-top: 20px;
}
.lofi-hinweis-text {
    border-radius: 10px;
    margin-top: 0px;
    font-size: 14px;
    text-align: left;
    width: 70%;
    padding: 0px 0px 0px 50px;
    color: black;
    font-style: italic;
}
.lofi-hinweis-text p {
    margin:0 !important;
}
.lofi-hinweis img {
    height: 150px;
    padding-right: 10px;
}
.price_wrapper .bulk-prices {
    margin-top: 20px;
}
.product-detail .price_wrapper .price-main {
    font-size: 38px !important;
    font-weight: 800 !important;
}
.details-actions {
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
}
.fixed-search, .page1 .smoothscroll-top.show {display:none !important}
.header-clearix .header-top-bar-xs {
    background: #FFFFFF;
    color: #333333;
    border-bottom: 1px solid #e9e9e9;
    border-top: unset;
}
#header-top-bar .col, #header-top-bar .col-sm-12 {padding-left: 0;     padding-right: 25px;}
#header-top-bar .col-sm-12 {max-width: unset !important;}
.megamenu-wrapper:before {
    background: unset;
}
.header-clearix .header-branding {
    padding: 20px 0 20px 0;
}
.header-clearix #header-top-bar {
    border-color: #e9e9e9;
    background-color: #F5F5F5;
}
.header-clearix .navbar-nav .active span {
    font-weight: 800;
}
.megamenu-wrapper .navbar-nav>.nav-item.active>.nav-link:before {
        display:none !important
    }
.product-detail .product-price-row.withmanu #add-to-cart {
        margin-top: 20px;
}
.spx_pd__price-block .bulk-prices .table {
    margin-bottom: 0 !important;
}
.footersupport {
    border-radius: 10px 10px 0 0;
}
.subscribe-section {position:relative}
.ribbon-1 {
    color: #4D4D4D;
    top: 5px;
    border-radius: 3px;
    background: #ffed00;
    left: 5px;
}
.discount-product {
    border-radius: 3px;
}
.productbox-quick-actions {
    top: 5px;
    right: 5px !important;
}
.layout-gallery .productbox-column {
    border-radius: 3px;
}
.startprods .hr-sect {
    display: none !important;
}
.startprods .nav-tabs a {
    font-size: 26px;
    font-weight: 600;
    color: white !important;
}
.startprods .nav-tabs {
    border-bottom: 1px solid #ffffff;
}
.startprods .productbox-title a {
    color: #fff;
}
.startprods .productbox .image-border {
    border: none;
    border-radius: 7px;
}
.startprods .productbox .price_wrapper .price {
    color: #ffffff;
    font-weight: 800;
}
.startprods .delivery-status .status-2, .signal_image .status-2 {
    color: #dfdfdf;
}
.startprods .productbox .price_wrapper .price-note {
    color: #ffffff;
}
.tab-navigation .nav-link:after {
    border-width: 0 0 8px;
    border-color: white;
}
.marken img {
    height: 110px;
}
.sale_h2 h2 {margin:0 !important}
.sale_icon {
	background: red;
    color: white;
    width: 60px;
    border-radius: 100px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-weight: 900;
    font-size: 36px;
	margin-right:15px}
.sale_h2 {
    display: flex;
    align-items: center;
}
h2, .h2 {
    font-size: 32px;
    font-weight: 600;
}
.productbox .js-quickview {
    opacity: 1;
    background-color: #0088cf;
    height: 20%;
}
.content-cats-small {display: none;}

/* beratungs wraps */
.berater_wrapper {
    background: #0088cf;
    border-radius: 30px;
    overflow: hidden;
    color: white;
    display: flex;
	margin-bottom:30px
}
.berater_wrap_left {
    padding: 40px;
    width: 60%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.berater_wrap_left_h_600 {
    min-height: 600px !important;
}
.berater_wrap_left_top {
    display: flex;
    justify-content: space-between;
}
.berater_wrap_variante_bottom img {
    margin: 0 auto;
    display: block;
}
.berater_wrap_left img {
    height: 90px;
    width: auto;
}
.berater_wrap_left h2 {
    font-size: 22px;
    font-weight: 600;
    color: white;
    margin-top: 20px;
}
.berater_wrap_left span {
    color: white;
    font-size: 20px;
    border-bottom: solid 1px;
    padding-bottom: 6px;
    display: block;
    margin-bottom: 15px;
}
.berater_wrap_left span img {
    height: 24px;
    margin-right: 10px;
	width:auto
}
.berater_wrap_varianten {
    display: flex;
    overflow: auto;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 12px;
    flex-direction: row;
}
.berater_wrap_variante {
	background: white;
    width: 150px;
    border-radius: 10px;
    color: black !important;
    float: left;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}
.berater_wrap_variante_w190 {
    width: 190px !important;
}
.berater_wrap_variante_bottom {
    padding: 12px;
    border-radius: 10px;
}
.berater_wrap_variante:hover{    background: #ededed;}
.berater_wrap_right {
    width: 40%;
    background: #b9b9b9;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    background-size: cover !important;
    background-position: bottom !important;
}
.marke_replace {
font-size: 30px !important;
    font-weight: 900;
    border: solid 6px !important;
    padding: 10px 15px;
}
.bg_maracel{background: url(https://www.loftex.net/wp/wp-content/uploads/2026/07/maracel_wischtuch_haushalt.png)}
.bg_wipeclean{background: url(https://www.loftex.net/wp/wp-content/uploads/2026/07/wipeclean_wischtuch_drc_nassreinigung.jpg)}
.bg_lofcel{background: url(https://www.loftex.net/wp/wp-content/uploads/2026/07/lofcel_reinigungstuch_viskose.jpg)}
.bg_desibox {
    background: url(https://www.loftex.net/wp/wp-content/uploads/2026/07/einweg-tuchspendersystem-zur-reinigung.jpg);
    display: flex;
    justify-content: flex-start;
}
.bg_handsoft {background: url(https://www.loftex.net/wp/wp-content/uploads/2026/07/einmal_handschuhe_pflege.jpg)}
.bg_lofcare {background: url(https://www.loftex.net/wp/wp-content/uploads/2026/07/einweg_wasch_handschuhe.jpg)}
.bg_lofpad {
	background: url(https://www.loftex.net/wp/wp-content/uploads/2026/07/einweg_tragelaken.jpg);
	display: flex;
    justify-content: flex-start;
}
.bg_liegenabdeckung {
	background: url(https://www.loftex.net/wp/wp-content/uploads/2026/07/einmal_liegenabdeckung_praxis.jpg);
	display: flex;
    justify-content: flex-start;
}

    .index_slide  ul {
        align-items: flex-start !important;
    }
.berater_vari_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.berater_vari_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 180px;
}
.berater_vari_wrap img {
    width: 30px !important;
    height: auto;
}
.berater_vari_wrap span {
    font-size: 13px !important;
    margin: 0 0 0 8px;
    border: none;
    padding: 0;
}
.berater_wrap_eigenschaften {
    padding: 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.berater_wrap_eigenschaft {
    display: flex;
    background: #ffffff;
    padding: 0px 15px 0 0;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 7px;
    margin-right: 6px;
    color: #000000;
    align-items: center;
}
.berater_wrap_eigenschaft img {
    width: 35px;
}
.berater_wrap_eigenschaft span {
    margin-bottom: 1px;
    margin-left: 5px;
}
.berater_wrap_variante_typ {
    font-weight: 600;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
    padding-bottom: 3px;
}
.berater_wrap_variante_preis {
    background: #dff0f9;
    text-align: center;
    padding: 2px 0px;
    border-radius: 8px;
    color: #000000;
    font-weight: 600;
    margin-top: 10px;
}
.berater_wrap_varianten::-webkit-scrollbar-track {
    background: #005987;
    border-radius: 10px;
}
.berater_wrap_varianten::-webkit-scrollbar {
    height: 10px;
}
.berater_wrap_varianten::-webkit-scrollbar-thumb {
    border-radius: 10px;
	background:white;
}
.berater_rating_wrap {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.berater_rating {
    border: 2px solid;
    float: left;
    align-items: center;
    padding: 5px 18px;
    border-radius: 50px;
    font-size: 16px;
    background: white;
}
.berater_rating_text {
    font-size: 12px;
    margin-top: 10px;
}
.berater_rating .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(to right, #0088cf 50%, #0088cf 50%);
    float: left;
    margin: 0px 5px;
}
.berater_rating .circle_half {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(to right, #0088cf 50%, #d4e7f1 50%);
    float: left;
    margin: 0px 5px;
}
.berater_rating .circle_empty {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d4e7f1;
    float: left;
    margin: 0px 5px;
}
#result-wrapper .title h1.border-box:after {
    display: none !important;
}
#result-wrapper .title h1.border-box>span {
    font-weight: 600 !important;
    font-size: 28px;
    margin-bottom: 5px;
}
.trust_block_wrap {
    display: flex;
    justify-content: center;
    margin: 0 auto;
	max-width: 1500px;
}
.trust_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: solid 1px #ecf8ff;
    width: 20%;
}
.trust_block img {
    width: 70px;
}
.trust_block_img {
    border-radius: 100px;
    padding: 20px;
    background: #E6EEF9;
}
.trust_block span {
    font-weight: bolder;
    font-size: 18px;
    margin-top: 16px;
}
.trust_block span i { color: #ffcf00; }
.trust_block p {
    margin: 0;
    color: #666;
}
.trust_block:last-child{border: none;}
.startprods {
    background: #1586ca;
    width: 100% !important;
    padding-top: 20px;
}


.lofi_wrapper {}
.lofi_wrapper img {
    width: 200px;
}
.lofi_txt {
    background: #f1f1f1;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    max-width: 500px;
}
.lofi_wrap_left {    
	display: flex;
    align-items: flex-start;
    flex-direction: row;
}
.lofi_wrap_right {    
	display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}
.lofi_wrap_center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.lofi_wrap_left .lofi_txt:before {
    content: "";
    position: absolute;
    width: 20px;
    top: 50%;
    left: -19px;
    bottom: auto;
    border-width: 10px 20px 10px 0;
    border-color: transparent #f1f1f1;
	    border-style: solid;
}
.lofi_wrap_right .lofi_txt:before {
    content: "";
    position: absolute;
    width: 20px;
    top: 50%;
    right: -19px;
    bottom: auto;
    border-width: 10px 20px 10px 0;
    border-color: transparent #f1f1f1;
	rotate: 180deg;
	    border-style: solid;
}
.lofi_wrap_center .lofi_txt:before {
    content: "";
    position: absolute;
    width: 20px;
    top: 50%;
    left: -19px;
    bottom: auto;
    border-width: 10px 20px 10px 0;
    border-color: transparent #f1f1f1;
	    border-style: solid;
}
.lofi_wrap_left .lofi_txt {
 
}
.slpx-offcanvas .nav-link:hover, .slpx-offcanvas .nav-link.is-active {
    color: #000 !important;
}


.produktuebersicht_kopf {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-left: 20%;
}
.produktuebersicht_kopf p {
    font-size: 20px !important;
    background: #f0f8ff;
    padding: 30px;
    position: relative;
    max-width: 400px;
    border-radius: 20px;
    margin: 30px 0px 0px 0px;
    font-style: italic;
}
.produktuebersicht_kopf p:before {
    content: "";
    position: absolute;
    width: 20px;
    top: 70%;
    right: -19px;
    bottom: auto;
    border-width: 10px 20px 10px 0;
    border-color: transparent #f0f8ff;
    rotate: 180deg;
    border-style: solid;
}
.produktuebersicht_kopf img {
    width: 400px;
    margin-bottom: -150px;
}
.produktuebersicht_inhalt_wrap {
    background: #faf9f9;
}
.produktuebersicht_inhalt {
    background: #faf9f9;
    padding: 120px 40px 40px 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
}
.produktuebersicht_inhalt .cat {
    width: 30%;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 5px 5px 0px #ccc;
    border: solid #0088cf 5px;
    max-width: 400px;
    margin: 0 10px 20px 10px;
}
.produktuebersicht_inhalt a:hover h3 {
    padding: 30px 20px;
}
.produktuebersicht_inhalt .cat img {

}
.produktuebersicht_inhalt .cat h3 {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #0088cf;
    margin: 0;
    padding: 20px;
    color: white;
    font-weight: 900;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: .3s;
}
.price span {font-weight: 700;}
.productbox .estimated-delivery {color: #ffffff !important;}
.productbox .estimated-delivery-info {color: #dfdfdf !important;}

.details_line {
border-bottom: 2px solid #0088cf;
justify-content: space-between !important;
display: flex !important;
}
.details_line p {
margin:10px
}
.p_desc_wrapper {
    border-top: solid 2px #eee;
    margin-top: 50px !important;
}
.einsatz_wrap {
    display: flex;
}
.einsatz_wrap h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.einsatz_wrap_l {
    width: 50%;
    background: #fbfbfb;
    border: solid 1px #eee;
    padding: 20px;
    border-radius: 20px;
    margin: 0 15px 30px 0px;
}
.einsatz_wrap_l .einsatz_info {
	background: #2291cf !important;
    color: white !important;
}
.einsatz_wrap_r .einsatz_info {
	background: white !important;
    color: black !important;
}

.einsatz_wrap_r {
    width: 50%;
    background: #2291cf;
    border: solid 1px #eee;
    padding: 20px;
    border-radius: 20px;
    margin: 0px 0px 30px 15px;
}
.einsatz_wrap_r h2, .einsatz_wrap_r p {
    color: white;
}
.einsatz_wrap_r .einsatz_info p {
    color: black;
}
.einsatz_info_wrap {
    display: flex;
    flex-wrap: wrap;
}
.einsatz_info {
    display: flex;
    align-items: center;
    margin-right: 10px;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 10px;
}
.einsatz_info img {
    width: 40px;
    margin-right: 5px;
}
.einsatz_info p {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}
.beschreibung_wrap {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.beschreibung_wrap h2 {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.beschreibung_wrap p {
	    font-size: 18px;
    max-width: 1000px;
    margin: 0 auto;
}
.info_wrap{display:flex}
.info_wrap_l {
    width: 50%;
    background: #fff9dc;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    height: 300px;
    position: relative;
    margin: 0 15px 30px 0px;
}
.info_wrap_l h2 {
    font-size: 20px;
    text-align: right;
}
.info_wrap_l p {
	text-align: right;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.info_wrap_l img {
    position: absolute;
    left: 0;
	bottom:0;
    width: 50%;
}
.info_wrap_r {
    width: 50%;
    padding: 20px;
    background: #fbfbfb;
    border: solid 1px #eee;
    border-radius: 20px;
    margin: 0 0px 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}




@media (max-width: 1450px) {
	#shop-logo.max-wide {
    max-width: 220px !important;
	}
	
}
	
@media (max-width: 991px) {
	.einsatz_info_wrap {justify-content: center;}
	.einsatz_info {padding: 5px 15px;}
	.einsatz_info p {font-size: 16px;}
	.einsatz_info img {width: 30px;}
	.einsatz_wrap, .info_wrap {flex-direction: column;}
	.einsatz_wrap_l, .einsatz_wrap_r, .info_wrap_l, .info_wrap_r {width:100% !important;margin: 0 0 20px 0;text-align:center}
    .lofi-hinweis-text::after {
        content: '';
        position: absolute;
        left: 35%;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #ffffff;
        clear: both;
    }
.merkmale-wrap .row {
    justify-content: center;
}
    .lofi-hinweis {
        display: flex;
        padding: 0px;
        border-radius: 10px;
        align-content: center;
        align-items: center;
        overflow: hidden;
        background: #b8dbfd;
        margin-top: 20px;
        flex-direction: column;
        border: solid 1px #cccccc;
    }
.lofi-hinweis-text {
        border-radius: 0;
        margin-top: 0px;
        font-size: 14px;
        text-align: center;
        width: 100%;
        padding: 20px 30px;
        color: black;
        font-style: italic;
        background: #ffffff;
	position:relative;
    }
.lofi-hinweis img {
    height: 100px;
    margin-right: -25%;
}
.hide-mobile {display:none !important}
.show-mobile {display:unset !important}
.produktuebersicht_inhalt {
    padding: 90px 40px 40px 40px;
}
.produktuebersicht_kopf p {
    margin-right: -40px;
    margin-top: 0;
	font-size: 14px !important;
}
.produktuebersicht_kopf img {
    margin-bottom: -113px;
    min-width: 300px;
}
.produktuebersicht_inhalt .cat {width: 80%;}
.berater_vari_wrap span {
    text-align: center;
    margin: 5px 0px 0px 0px;
}
.berater_vari_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: unset;
}
.lofi_wrapper {
    margin-bottom: 40px;
}
.lofi_wrapper img {
    width: 160px;
}
.lofi_wrapper .lofi_txt {
    padding: 25px;
    font-size: 14px;
}
.berater_wrapper {
    flex-direction: column;
}
.berater_wrap_left, .berater_wrap_right {
    width: 100%;
}
.berater_wrap_left_top {
    flex-direction: column;
}
.berater_wrap_left img {
    width: 100%;
	height:unset;
}
.berater_rating_wrap {
    display: flex;
    align-items: center;
    margin-top: 18px;
    flex-wrap: wrap;
    flex-direction: column;
}
.berater_wrap_left span {
    font-size: 18px;
}
.berater_wrap_left h2 {
    font-size: 24px;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.trust_block_wrap {
    flex-wrap: wrap;
    text-align: center;
}
.berater_wrap_right {
    min-height: 400px;
}
.trust_block {
    border: none !important;
    width: 40%;
    margin-bottom: 20px;
    padding: 0 10px;
}
.trust_block img {
    width: 60px;
}
.header-clearix .header-branding {
    border-bottom: 1px solid;
	border-color: #e9e9e9;
}
#add-to-cart {
	display: flex;
	flex-direction: column-reverse;
}
.product-price-row .product-buy-add-to-cart, .product-price-row .form-counter {
    width: 100% !important;
}
.product-price-row .form-counter {
    padding: 10px;
}
    #shop-logo.max-wide {
        max-height: 50px !important;
		max-width: unset !important;
		padding: 0;
    }
.page1 .smoothscroll-top.show {
    bottom: 20px; display: unset !important
}
}