/**
* Override the rules generated with {Less} with pure {Css}
*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

#container {
    min-height: auto;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.4;
}

.btn {
    font-weight: bold;
}

.title p.h4 {
    margin: 0 0 8px !important;
}

.link {
    cursor: pointer;
}

h1 {
    font-size: 23px;
}
h2 {
    font-size: 21px;
}
h3 {
    font-size: 19px;
}
.h2.index-heading {
    text-transform: uppercase;
}

.meta-navigation .container > ul > li > a {
    padding: 10px 10px;
}

.logo {
    width: 150px;
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
}
.navbar-search .logo {
    margin-top: 14px;
}

#header {
    /*margin-bottom: 20px;*/
}
#header ul.user li {
     vertical-align: middle !important;
}

#header .header-top .col {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-default {
    background-color: #f0b0a7;
    border-color: #eeaea4;
}

.main-navigation .navbar-header .navbar-toggle {
    padding: 30px 15px;
}

.dropdown-menu > li > a {
    padding: 10px 20px !important;
}

.carousel-outer-wrap {
    margin-top: 20px;
}

.top-cart {
    margin-right: 15px;
}

.add-to-cart .btn {
    font-size: 17px;
}

#checkout {
    margin-top: 20px;
}

#main_product_form .btn.btn-lg {
    padding: 9px 10px !important;
}
#cart .btn-lg.btn-success {
    padding: 7px 10px !important;
}

.pe-pro-seal.pe-pro-seal-ready {
    bottom: 70px !important;
}

.index-wrap .product-listing p.h2.index-heading {
    text-align: center;
}

.center_img_box {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    width: 99.225vw;
    margin-left: -49.59vw;
    left: 50%;
    background-color: #c1c1c1;;
}
.center_img_box img {
    margin: auto;
}

/*PRODUKT*/
#product .textstyles img {
    margin: 11px;
    padding: 4px;
    border: 1px solid #ddd;
}
#product .textstyles hr {
    clear: both;
}
.ms-options {
    margin-top: -10px;
}
.ms-options #ms_options_form .btn-secondary {
    background-color: #35f4ed;
    border-color: #1df3eb;
}
.product-name a {
    color: #333;
}

.price-tag.price-new, .price-tag.price-discount {
    color: #d9534f;
}
.preorder {
    text-transform: uppercase;
    color: #d9534f;
    list-style: none;
}
.preorder::before {
    content: none !important;
}

#product_info_text {
    margin-top: 70px;
}

#sticky-cart {
    position: fixed;
    bottom: 20px;
    right: 100px;
    background-color: #ffffff;
    z-index: 1000;
    box-shadow: 0 0 6px 2px #0000001a;
    border-radius: 2px;
    padding: 10px;
}

/*gallery*/
.lg-outer .lg-image {
    max-height: 80% !important;
}

/*wusstest du schon infos*/
#production-infos {
    text-align: center;
    width: 600px;
    margin: auto;
}
#production-infos .production-infos-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
#production-infos .production-infos-cont {
    width: 100%;
    flex: 40%;
}
#production-infos .pi-img {
    margin: auto;
    margin-bottom: 10px;
    min-height: 150px;
    display: flex;
}
#production-infos .pi-img img {
    margin: auto;
    width: 130px;
    border: none;
}

/*master slave*/
#product.detail .ms-options .image_option_wrapper #ms_options_form ul li span {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
#product.detail .ms-options .image_option_wrapper #ms_options_form ul li span label {
    flex-basis: calc(50% - 5px);
}
#product.detail .product-info .ms-options .image_option_wrapper .image_option, #product.detail .product-info .ms-options .image_option_wrapper .image_option_selected {
    width: 100% !important;
    height: auto !important;
}
.image_option_wrapper .image_option {
     margin: 0 !important;
}
.image_option_wrapper .currentSelectedOptionText {
    display: inline-block !important;
}
#product.detail .product-info .ms-options .image_option_wrapper .image_option_selected {
    border-color: #f0b0a7 !important;
    border: 5px solid;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #f0b0a7;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #f0b0a7;
}
.image_option_wrapper .image_option_selected {
    margin: 0 !important;
}

.slave_out_of_stock {
    opacity: 0.3;
}

/*CATEGORY*/
.category-image img {
    width: 100%;
}
.full-width-image {
    margin-bottom: 0;
}
#categorie-listing h1 {
    margin-top: 20px;
}

/*CHECKOUT*/
#checkout li.list-group-item img.icon {
    max-width: 65px;
}
#paypal_button_container {
    width: 600px;
}
#paypal_button_container {
    width: auto !important;
}
#checkout-payment .item-xt_prepayment span.check {
    display: inline-block;
    width: 25px;
}

/*PRODUCT LISTING*/
.soldout {
    position: absolute;
    top: 0;
    z-index: 10;
    font-size: 13px;
    text-transform: uppercase;
}

.product-info-label {
    display: flex;
    font-weight: bold;
}
.product-info-label .icon {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 6px;
}
.product-info-label .special-product.new {
    background-color: #35f4ed;
}

/*attribut icons*/
.products_slave_icon_wrapper {
    display: flex;
    gap: 4px;
    flex-wrap: nowrap;
    margin-top: 10px;
}
.products_slave_icon_wrapper img {
    max-width: 43px;
}

/*ACCOUNT*/
.coe_dhl_packstation {
    margin-top: 25px;
    margin-bottom: 25px;
}
.coe_dhl_packstation .btn {
    color: #fff !important;
    background-color: #35f4ed !important;
    border-color: #1df3eb !important;
}

.recaptcha-wrapper {
    margin-bottom: 20px;
}

/*INDEX*/
#startpage-content h1 {
    font-size: 20px;
}
#startpage-content h2 {
    margin-top: 5px;
    font-size: 20px;
}
.carousel-outer-wrap {
    margin-top: 0;
}
.picture-slider {
    margin-bottom: 0;
}
#pewl {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

/* xs + sm */
@media (max-width: 991px) {
    .product-listing .panel-body {
        padding: 10px;
    }
    .product-listing .listing .section .section-footer {
        margin-top: 0;
        padding: 0 10px 10px;
    }
    .product-listing h4, .product-listing .h4 {
        font-size: 13px;
    }
    .product-listing .product-price {
        font-size: 13px;
    }

    .category-image img {
        margin-top: -15px;
    }
}

/*FOOTER*/
#footer {
    padding-top: 0;
}
#footer-meta {
    margin-top: 20px;
}
#katalog_download {
    text-align: center;
    background-color: #c9c9c9;
    margin-bottom: 20px;
}
#newsletter_reg {
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #f0b0a7;
    color: #fff;
    position: relative;
}
#newsletter_reg h3 {
    color: #fff;
}
.cr-logo {
    max-width: 220px;
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translate(15%, -50%);
}

/*BLOCK UI*/
.blockUI {
    z-index: 100000 !important;
    border: none !important;
}

.blocker-wrapper {
    padding: 15px;
    font-size: 13px;
}

.blocker-wrapper .countdown {
    font-size: 20px;
    margin-top: 10px;
    display: block;
}

.blockMsg {
    padding: 10px 15px !important;
    border: 3px solid #35f4ed !important;
}
.blockUI p {
    margin-bottom: 0;
}
.blockUI .spinner {
    padding-bottom: 10px;
}
@media (max-width: 767px) {
    .blockMsg {
        width: 60% !important;
        left: 20% !important;
    }
}

/*COOKIES*/
.cookie_info_wrapper.compact #cookie_content_wrapper {
    font-size: 12px;
}
.cookie_info_wrapper .headline {
    font-size: 13px;
}
.cookie_info_wrapper.cookie_wrapper-bottom {
    background-color: rgba(112, 121, 131, 0.92);
    -webkit-box-shadow: 0px 0px 17px 0px rgba(112, 121, 131, 0.92);
    -moz-box-shadow: 0px 0px 17px 0px rgba(112, 121, 131, 0.92);
    box-shadow: 0px 0px 17px 0px rgba(112, 121, 131, 0.92);
}

/*GUIDED SELLING*/
#gs_69 {
    text-align: center;
}

#gs_69 h1 {
    font-size: 20px;
    margin-top: 40px;
}

#gs_69 .product p {
    font-weight: 700;
}

#gs_69 b, #gs_69 bold {
    text-decoration: underline;
}

#gs_69 .hide {
    display: none !important;
}

#pre_step {
    text-align: center;
}

#gs_69 input {
    display: none;
}

#gs_69 .input_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px 10px;
}

@media (min-width: 768px) {
    #gs_69 .input_wrapper {
        flex-direction: row;
    }
}

#gs_69 label {
    padding: 7px;
    background-color: #f0b0a7;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 6px #d5d5d5;
    font-weight: normal !important;
}
#gs_69 label:hover {
    background-color: #cd867b;
}
#gs_69 label.active {
    background-color: #35f4ed;
}
#gs_69 label.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#sup2_wellbeing_woman_select, #sup2_wellbeing_and_fitness_woman_select, #sup2_wellbeing_man_select, #sup2_wellbeing_and_fitness_man_select {
    display: flex;
    flex-direction: column;
}

#gs_69 #sup2_level_3 .input_wrapper {
    flex-direction: column;
}

#gs_69 .gs_men, #gs_69 .gs_woman {
    opacity: 0.3;
    /*font-size: 13px;*/
}

#sup2_wellbeing_and_fitness_woman_select_2, #sup2_wellbeing_and_fitness_man_select_2 {
    margin-top: 20px;
}

/*PRODUCTS*/
#products_level {
    margin-top: 40px;
}
#gs_69 .products {
    display: flex;
    gap: 20px 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    border: 1px solid #e0e0e0;
}
#gs_69 .product {

    padding: 20px;
    flex: 1 1 0px;
}

@media (min-width: 768px) {
    .info_img {
        max-width: 600px !important;
        margin: auto !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}


/*NAVI*/
#gsNavi {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cdcdcd;
}

/*FOOTER*/
#gs_navi {
    margin-top: 40px;
    border-top: 5px solid #e0e0e0;
    padding-top: 20px;
}
.social-footer .fa {
    font-size: 35px;
}

/*5th column*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*kleinste auflösung xs*/
@media (max-width: 768px) {
    .breadcrumb-container {
        margin-bottom: -20px;
    }
    #box-start-page-categories .col {
        margin-bottom: 15px;
    }
    .paypalexpress_cart {
        display: block;
        text-align: center;
        float: none;
    }
    #description.textstyles img {
        width: auto !important;
        height: auto !important;
    }
    #product .textstyles img {
        margin-left: 0;
        margin-right: 0;
    }
    .alert {
        padding: 5px 8px;
        margin-bottom: 10px;
    }
    #production-infos {
        width: auto;
    }
    #production-infos .pi-img img {
        max-width: 100px;
        margin: auto;
    }
    .product-info-label .icon {
        padding: 0 6px;
    }
    /*master slave*/
    #product.detail .product-info .ms-options .image_option, #product.detail .product-info .ms-options .image_option_selected {
        /*width: 150px !important;*/
    }

    #sticky-cart {
        bottom: 60px;
        right: 0;
        box-shadow: none;
        border-radius: 0;
        padding: 10px;
        width: 100%;
    }
    #sticky-cart #main_product_form .btn.btn-lg {
        padding: 8px 10px !important;
    }
}
/*kleine sm*/
@media (min-width: 768px) and (max-width: 992px) {
    img.sm-smal {
        max-width: 350px !important;
        height: auto !important;
    }
}
/*mittlere md*/
@media (min-width: 992px) and (max-width: 1200px) {
    .main-navigation a.dropdown-toggle {
        padding-left: 13px;
        padding-right: 13px;
    }
}
/*große lg*/
@media (min-width: 1200px) {
    #product.detail .ms-options .image_option_wrapper #ms_options_form ul li span label {
        flex-basis: calc(33% - 5px);
    }
}