/***************************************************************************************************
grid
***************************************************************************************************/

.g {
    overflow: hidden;
}

.col {
    margin: 0 0 40px 0;
}

/***************************************************************************************************
video
***************************************************************************************************/

.vid_w {
    margin: 10px;
}

.vid {
    padding: 0 0 56.25% 0;
    background: #000;
    position: relative;
}

.vid iframe,
.vid video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/***************************************************************************************************
products wrapper
***************************************************************************************************/

#products_w {
    overflow: hidden;
    position: relative;
    /*margin:0 0 0 6px;*/
    min-height: 550px;
}

.search.results > #products_w {
    padding-left: 0;
}

/***************************************************************************************************
products mode
***************************************************************************************************/

#mode {
    width: 110px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto 10px auto;
    text-align: center;
    line-height: 0;
}

#mode_grid,
#mode_list {
    display: none;
}

#mode.mode_search {
    width: 68px;
}

#mode div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;


    margin: 5px 2px 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;

    background: #9c3;
    color: #fff;
}

#mode div.x {
    background: #eee;
    color: #666;
}

#mode div.x:hover {
    background: #ddd;
}


#mode div#mode_filter {
    width: 100px;


    margin: 5px;
}


@media only screen and (min-width: 600px) {

    /*
  #products_w.products_filter #products
{
    margin:0 0 0 230px;
}
*/
    .search .products_filter #products {
        margin: 0px !important;
    }
}

@media only screen and (max-width: 600px) {

    .column .search #products_w #products {
        margin: 0 auto;
    }

    /*
        .column #products_w #products{
            margin:0 0 0 230px;
        }
    */
    .column #products_w.no_filter #products {
        margin: 0;
    }
}


/***************************************************************************************************
variants
***************************************************************************************************/

#variants_w {
    display: none;
}


/***************************************************************************************************
variants_select
***************************************************************************************************/

#variants_select {
    margin: 10px 10px 20px 10px;
}

#variants_select strong {
    display: block;
    padding: 0 0 5px 0;
    font-weight: 300;
}

#variants_select select {
    -webkit-appearance: none;
    height: 40px;
    padding: 0 10px;
    display: block;
    width: 100%;
    border: 1px solid #9c3;
}

#variants_select .select::after {
    top: 14px;
}

/***************************************************************************************************
product in grid/items
***************************************************************************************************/

#products_w .product {
    height: auto;
}

.button_to_cart,
.button_to_cart_details {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 13px;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    margin-top: 1rem;
    background: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
}
.button_to_cart span,
.button_to_cart_details span {
    flex: 1 1 auto;
}

.button_to_cart::before {
    flex: 0 0 30px;
    margin-right: 5px;
    font-family: 'FA';
    content: '\f07a';
    font-size: 20px;
    color: #ccc;
}

.button_to_cart_details::before {
    flex: 0 0 30px;
    margin-right: 5px;
    font-family: 'FA';
    font-size: 18px;
    color: #ccc;
    content: '\f002';

}

.button_to_cart:hover,
.button_to_cart:hover::before {
    color: #777;
}

.products_list .product .button_to_cart,
.products_list .product .button_to_cart_details {
    position: relative;
}


/***************************************************************************************************
product_prices
***************************************************************************************************/


.product_prices_2 {
    display: block;
}

.product_weight {
    font-weight: 500;
}


#p_tocart .product_price {
    display: none;
}


/***************************************************************************************************
product
***************************************************************************************************/

#p {
    position: relative;
    overflow: hidden;
}

#p h1 {
    text-align: left;
    margin-bottom: 5px;
}

#p_subtitle {
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    margin: 0 10px;
    position: relative;
    top: -5px;
}

.p_hint {
    font-size: 12px;
    color: #999;
    display: block;
}

#p_tocart_w {
    margin: 10px;
    max-width: 300px;
}

#p .product_prices strong {
    font-size: 17px;
    font-weight: 500;
}

#p .product_weight {
    font-weight: 700;
}

#p_tocart p {
    margin: 0 0 10px 0;
}

#p_tocart .submit {
    margin: 20px 0 0 0;
}

#p_tocart .submit button {
    width: 100%;
}

#product_list_1 {
    display: none;
}

#p_search {
    padding: 0 34px 0 0;
    position: relative;
    margin: 10px;
}

#p_search .field {
    margin: 0;
}

#p_search .control {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#p_search input {
    border: 0;
    height: 32px;
}

#p_search button {
    padding: 0;
    height: 34px;
    width: 34px;
    line-height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: rgb(239, 239, 239);
}

#p_search .control::before,
#p_search .control::after {
    content: none;
}

#p_search .search_autocomplete {
    top: 33px;
    left: -1px;
    right: -1px;
}

/***************************************************************************************************
product gallery
***************************************************************************************************/

#p_gal_w {
    position: relative;
}

#p_gal {
    margin: 10px auto;
    max-width: 260px;
    position: relative;
}

#p_gal_c {
    position: relative;
    padding: 0 0 100% 0;
    background: #999;
}

#p_gal_c figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    display: none;
}

#p_gal_c figure.x {
    display: block;
}

#p_gal_b {
    display: none;
}

#p_weight {
    display: none;
}


#p_gal_prev,
#p_gal_next {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;

    display: none;

    width: 30px;
    height: 50px;

}

body.loaded #p_gal_prev,
body.loaded #p_gal_next {
    display: block;
}

#p_gal_next {
    left: auto;
    right: 0;
}

#p_gal_prev div,
#p_gal_next div {
    background: url(../img/a_l.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    top: -50%;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

#p_gal_next div {
    background-image: url(../img/a_r.svg);
}

/***************************************************************************************************
product features
***************************************************************************************************/

#p_f {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
    line-height: 0;
}

#p_f div {
    display: block;
    padding: 0 0 0 55px;
    height: 40px;
    margin: 10px 0;

    font-size: 13px;
    overflow: hidden;
    line-height: 40px;
    color: #888;

    display: inline-block;
    padding: 0;
    text-align: center;

    font-size: 10px;

    height: 60px;
    line-height: 105px;

    width: 100px;


    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 40px;
}

#p_f div#p_f_bio {
    background-image: url(../img/eu.svg);
    padding: 0;
    text-align: left;
    width: 200px;
    background-position: 122px 1px;
    background-size: auto 40px;
    height: 40px;
    margin: 20px 0;

}

#p_f div#p_f_bio div {
    background-image: url(../img/bio.svg);
    background-position: center -4px;
    background-size: 58px;
    height: 60px;
    width: 100px;
    margin: 0;
}


/***************************************************************************************************
product anchors
***************************************************************************************************/

#p_a {
    display: none;
}


/***************************************************************************************************
cart
***************************************************************************************************/

.cart-container {
    position: relative;
}

#shopping-cart-table {
    border-bottom: 1px solid #e2e2e2;
}

#shopping-cart-table td {
    border-top: 1px solid #e2e2e2;
}


.cart_img {
    width: 100px;
}

#shopping-cart-table .actions {
    margin: 0;
}

#shopping-cart-table .action {
    background: none;
    color: #888;
    padding: 0;
    border-radius: 0;
    margin: 10px 10px 0 0;
    line-height: 20px;
}

#shopping-cart-table .action:hover {
    color: #333;
}

.cart-summary .table {
    margin: 0;
}

.cart ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.cart dl {
    padding: 0;
    margin: 0;
    font-size: 13px;
}

/***************************************************************************************************
intensity
***************************************************************************************************/


.intensity {
    display: block;
    height: 20px;
    line-height: 15px;
    overflow: hidden;
}


.intensity b {
    margin: 0 20px 0 0;

    font-weight: 600;
    float: left;
}

.intensity b b {
    float: left;
    height: 15px;
    line-height: 15px;
    margin: 0 5px 0 0;
}

.intensity b i,
.intensity b span {
    float: left;
    font-size: 25px;
    margin: 0 2px 0 0;
    font-weight: 400;
    height: 15px;
    line-height: 15px;
    font-family: arial;
    font-style: normal;
}

.intensity b span {
    color: #b5b5b5;
}

/***************************************************************************************************
image fullwidth
***************************************************************************************************/

.image_fullwidth_w {
    position: relative;
    left: 50%;
    padding: 10px 0;
}

.image_fullwidth {
    position: relative;
    width: 1920px;
    left: -960px;
}

.image_fullwidth figure {
    margin: 0;
}


/***************************************************************************************************
account nav
***************************************************************************************************/

.nav_account,
.block-collapsible-nav {
    list-style-type: none;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
}

.nav_account a,
.nav_account strong,
.block-collapsible-nav a,
.block-collapsible-nav strong {
    display: block;
    padding: 5px 0;
}

.nav_account a strong,
.block-collapsible-nav a strong {
    padding: 0;
}

.nav_account hr,
.block-collapsible-nav hr {
    margin: 5px 0;
}

.nav_account .current a,
.block-collapsible-nav .current a {
    color: #666;
}

.block-collapsible-nav ul {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

.block-collapsible-nav-title {
    display: none;
}


/***************************************************************************************************
recipes
***************************************************************************************************/

.recipe {
    margin: 1px;
}

.recipes .it {
    margin: 0 18px 0 10px;
    width: 225px;
    background: #eee;
}

.recipe {
    color: #666;
    display: block;
}

.recipe_c {
    background: #fff;
    height: 100px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.recipe_c .recipe_r {
    height: 35px;
}

.recipe_ct {
    position: absolute;
    top: -70px;
    right: 20px;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.recipe_ct_1 {
    background-image: url(../img/ct1_w.svg);
}

.recipe_ct_2 {
    /* ??? */
    /*background-image:url(../img/zubereitungszeit_unter30min_weiß.svg);*/

    background-image: url(../img/ct2_w.svg);
}

.recipe_ct_3 {
    background-image: url(../img/ct3_w.svg);
}

.recipe_ct_4 {
    background-image: url(../img/ct4_w.svg);
}

.recipe_ct_5 {
    background-image: url(../img/ct5_w.svg);
}

.recipe_r {
    height: 30px;
    overflow: hidden;
    margin: 0 auto;

    text-align: center;
    line-height: 0;
    font-size: 16px;
}

.product_r {
    height: 30px;
    overflow: hidden;
    line-height: 0;
    font-size: 16px;
}

.recipe_r .star,
.product_r div,
.product_r span {
    height: 30px;
    line-height: 30px;

    width: 24px;
    display: inline-block;
    font-size: 22px;
    color: #9c3;
}


.recipe_r i,
.product_r i {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-style: normal;
    margin: 0 0 0 10px;
}


#recipe_week_l h1,
.recipe_main h1 {
    margin-bottom: 20px;
}


/***************************************************************************************************
recipe filter
***************************************************************************************************/

#recipe_filter {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 10px 10px 40px 10px;
    padding: 10px 0 20px 0;
}

#recipe_filter .col {
    margin: 0;
}

#recipe_filter_input {
    position: relative;
    margin: 0 auto;
    max-width: 590px;

}

#recipe_filter_input .field {
    margin: 10px 34px 0 0;

}

#recipe_filter_input button {
    background: none;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;


    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    font-size: 18px;
}


#recipe_filter_select {
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto;
}

#recipe_filter_select .field {
    margin: 10px 0;
    max-width: none;
}


/***************************************************************************************************
recipe week
***************************************************************************************************/

#recipe_week {
    overflow: hidden;
    margin: 10px 10px 40px 10px;
}


/***************************************************************************************************
recipe_p
***************************************************************************************************/

#recipe_p {
    margin: 10px 10px 10px 10px;
    overflow: hidden;
    line-height: 0;
    text-align: center;
}

#recipe_week #recipe_p {
    margin-left: 0;
    margin-right: 0;
}

#recipe_p div {
    display: inline-block;
    height: 75px;
    line-height: 120px;
    font-size: 11px;
    width: 100px;
    overflow: hidden;
    margin: 10px 0;
    color: #666;

    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 45px;
}

.recipe_p_0_1 {
    background-image: url(../img/p_0_1.svg);
}

.recipe_p_0_2 {
    background-image: url(../img/p_0_2.svg);
}

.recipe_p_0_3 {
    background-image: url(../img/p_0_3.svg);
}

.recipe_p_1,
#p_f_1 {
    background-image: url(../img/p_1.svg);
}

.recipe_p_2,
#p_f_2 {
    background-image: url(../img/p_2.svg);
}

.recipe_p_3,
#p_f_3 {
    background-image: url(../img/p_3.svg);
}

.recipe_p_4,
#p_f_4 {
    background-image: url(../img/p_4.svg);
}

.recipe_p_5,
#p_f_5 {
    background-image: url(../img/p_5.svg);
}

.recipe_p_6,
#p_f_6 {
    background-image: url(../img/p_6.svg);
}

.recipe_p_7,
#p_f_7 {
    background-image: url(../img/p_7.svg);
}

.recipe_p_9_1 {
    background-image: url(../img/p_9_1.svg);
}

.recipe_p_9_2 {
    background-image: url(../img/p_9_2.svg);
}

.recipe_p_9_3 {
    background-image: url(../img/p_9_3.svg);
}

.recipe_p_9_4 {
    background-image: url(../img/p_9_4.svg);
}

.recipe_p_9_5 {
    background-image: url(../img/p_9_5.svg);
}


/***************************************************************************************************
recipe_t
***************************************************************************************************/

#recipe_t {
    margin: 10px;
    text-align: center;
    font-weight: 300;
}

/***************************************************************************************************
recipe_ex
***************************************************************************************************/


#recipe_ex {
    text-align: center;
    margin: 30px 0;
}

#recipe_ex .step-anchor {
    position: relative;
    top: -50px;
    height: 0;
    width: 0;
}

.recipe_ex_nr {
    text-align: center;
    height: 31px;
    overflow: hidden;
    position: relative;
    margin: 10px;

}

.recipe_ex_nr::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.recipe_ex_nr div {
    height: 31px;
    margin: 0 auto;
    width: 51px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.recipe_ex_nr span {
    display: block;
    height: 31px;
    width: 31px;
    line-height: 26px;
    margin: 0 10px;
    background: #9c3;
    color: #fff;
    border-radius: 20px;

    font-family: 'Pacifico';
    font-size: 24px;
}

#recipe_ex p {
    margin-bottom: 20px;
}


#recipe_ingredients .field {
    max-width: 140px;
}


#recipe_n {
    margin: 10px 0;
    overflow: hidden;
    max-width: 300px;
}

#recipe_n div {
    float: left;
    width: 50%;
    position: relative;
    height: 40px;
    margin: 0 0 10px 0;
}

#recipe_n div span {
    display: block;
    line-height: 20px;
    padding: 0 0 0 10px;
}

#recipe_n div::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background: #ccc;
}

.recipe_ex_img {
    margin-bottom: 40px;
}

#recipe form .g,
#product_rating_form .g {
    max-width: none;
}

/***************************************************************************************************
recipe_author
***************************************************************************************************/

#recipe_author {
    overflow: hidden;
}

#recipe_author_img {
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}

#recipe_author p {
    margin-top: 0;
}


/***************************************************************************************************
rating
***************************************************************************************************/

.rating {
    margin: 10px 10px 50px 10px;
    overflow: hidden;
}

.rating strong,
.rating i {
    display: block;
}

.rating strong {
    color: #333;
}

.rating i {
    font-weight: 500;
    font-style: normal;
}

.rating p {
    margin: 10px 0 5px 0;
}

.rating_like,
.rating_answer {
    float: left;
    margin: 0 20px 0 0;
    font-size: 12px;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    color: #aaa;
}

.rating_like:hover,
.rating_answer:hover {
    color: #666;
}

.rating_like b {
    font-weight: 300;
}

.rating_like span,
.rating_answer span {
    margin: 0 5px 0 0;
}

/***************************************************************************************************
wishlist
***************************************************************************************************/

#wishlist .qty {
    display: none;
}

/***************************************************************************************************
infobox
***************************************************************************************************/

.infobox {
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.infobox_c {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.infobox figcaption {
    height: 40px;
    line-height: 20px;
    color: #666;
    padding: 0;
    margin: 0 0 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
}


.infobox span {
    display: inline-block;
    white-space: nowrap;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;

}

.pfeff {
    background-image: url(../img/salzbarbg.svg);
}

.items_w {
    overflow: hidden !important;
}


