/***************************************************************************************************
header
***************************************************************************************************/



#logo {
    display: block;
    height: 70px;
    width: 150px;
    background: url(../img/logo.svg) -20px center no-repeat;
    background-size: auto 120%;
}


/***************************************************************************************************
main
***************************************************************************************************/

main {
    display: block;
    margin: 20px 0 0 0;
    overflow: hidden;
    position: relative;

    min-height: 400px;
}

.column.main {
    position: relative;
}

/***************************************************************************************************
nav
***************************************************************************************************/

.nav-header-img {
    display: none;
}

.nav-tab-container {
    display: none;
}

.nav-tab-content-container {
    display: none;
}

.mob-nav-divider {
    display: none;
}

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

    .items_b {
        display: none;
    }
}

/***************************************************************************************************
nav (visible)
***************************************************************************************************/

body.bn {
    overflow: hidden;
    height: 100%;
}

body.bn #occ {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 99999;
}


body.bn,
body.body_mixer.bn {
    background: #fff;
    padding: 0 0 49px 0;
}

/***************************************************************************************************
nav levels visible
***************************************************************************************************/

#nav .l1 {
    transition: transform 0.3s;
}

#nav.level_1 .l1 {
    transform: translate(-250px, 0);
}

#nav.level_2 .l1 {
    transform: translate(-500px, 0);
}


/***************************************************************************************************
top_account
***************************************************************************************************/

#top_account {
    position: absolute;
    top: 20px;
    right: 90px;
    height: 30px;
    width: 30px;
}

#top_account_b {
    cursor: pointer;
    display: block;
    color: #000;
}


#top_account_b .i,
#top_cart_b .i {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ccc;
    font-size: 20px;
}

#top_account_c,
#top_account_b div {
    display: none;
}


#top_account:hover #top_account_c {
    display: block;
    position: absolute;
    top: 60px;
    right: -80px;
    width: 250px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}


.top_h {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
}


#top_account .box {
    background: #f4f4f4;
    border: 0;
    margin: 0;
}

#top_account ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}


#top_account ul a {
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px 0 15px;
    border-left: 5px solid #fff;
    color: #000;
}

#top_account ul a:hover {
    border-color: #9c3;
}

/***************************************************************************************************
top_cart
***************************************************************************************************/

#top_cart {
    position: absolute;
    top: 20px;
    right: 50px;
    height: 30px;
    width: 30px;
    text-align: left;
}

#top_cart_b {
    cursor: pointer;
    display: block;
    color: #000;
}


#top_cart_c,
#top_cart_b div {
    display: none;
}

#top_cart:hover #top_cart_c {
    display: block;
    position: absolute;
    top: 60px;
    right: 0;
    width: 250px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}


/***************************************************************************************************
minisearch
***************************************************************************************************/

.minisearch {
    display: none;

    margin: 10px 50px 10px 10px;
    position: relative;
}

header .minisearch {
    width: 270px;
}

.minisearch .field {
    margin: 0 30px 0 0;
    position: relative;
}

.minisearch button {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    background: none;
    font-size: 18px;
    color: #666;
}

.minisearch button:hover {
    color: #333;
    background: #fff;
}

header .minisearch button {
    color: #aaa;
}

.minisearch .control input {
    height: 29px;
}

.minisearch .control::before,
.minisearch .control::after {
    top: 23px;
}


/***************************************************************************************************
nav minisearch
***************************************************************************************************/

nav .minisearch button {
    display: none;
}

nav .minisearch {
    display: block;
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 20px 10px;
}

nav .minisearch .field {
    margin: 0;
}

nav .minisearch .control {
    background: none;
}

nav .minisearch .control input {
    color: #000;
    border: 1px solid #d8d8d8;
}

/***************************************************************************************************
bc
***************************************************************************************************/

#bc {
    display: none;
}


/***************************************************************************************************
search
***************************************************************************************************/

.block-search {
    display: none;
}


/***************************************************************************************************
teaser
***************************************************************************************************/

#t {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

@media (max-width: 767px) {
    #t {
        margin-top: 70px;
    }
}

#t .m {
    text-align: center;
}


#t_o_w {
    margin: 40px auto 0 auto;
    width: 280px;

}

#t_o {
    position: relative;
}

/***************************************************************************************************
teaser overlay background
***************************************************************************************************/

#t_o_b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.t_o_o90 #t_o_b {
    opacity: 0.9;
}

.t_o_o80 #t_o_b {
    opacity: 0.8;
}

.t_o_o70 #t_o_b {
    opacity: 0.7;
}

.t_o_o60 #t_o_b {
    opacity: 0.6;
}

/***************************************************************************************************
teaser overlay colors
***************************************************************************************************/

.t_o_c1 #t_o_b {
    background: #666;
}

.t_o_c2 #t_o_b {
    background: #9c3;
}

.t_o_c1 #t_o_v {
    color: #fff;
}

.t_o_c2 #t_o_v {
    color: #fff;
}

/***************************************************************************************************
teaser overlay vertical
***************************************************************************************************/

#t_o_v {
    padding: 20px;
    position: relative;
    z-index: 2;
}

#t_o_v p {
    font-weight: 400;
}

@media (max-width: 767px) {
    #t_o_v h2 {
        font-size: 26px !important;
    }
}


#t_o h2,
#recipe_week_r h2 {
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
}

#t_o h3,
#recipe_week_r h3 {
    font-weight: 300;
    font-size: 24px;
}

#t_b {
    overflow: hidden;
    margin: 20px 0 0 0;
}

#t_b a {
    display: block;
    line-height: 20px;
    padding: 5px 10px;
    margin: 10px;
    background: #9c3;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 13px;
    white-space: nowrap;
}

#t_b a.bc_1 {
    background: #666;
}

#t_b a.bc_2 {
    background: #666;
    border: 2px solid #9c3;
    padding: 3px 8px;
}

#t_b a.bc_3 {
    border: 2px solid #9c3;
    color: #9c3;
    background: none;
    padding: 3px 8px;
}

/***************************************************************************************************
logos
***************************************************************************************************/

#logos {
    overflow: hidden;
}

#logos h3 {
    float: left;
    padding: 0;
}

#logos .items_show_all_button {
    margin: 10px auto;
}

#logos .it {
    width: 200px;
    margin: 0 34px 0 10px;
}

#logos .lazy {
    padding: 0 0 50% 0;
}

#logos .items_next,
#logos .items_prev {
    top: 90px;
}


/***************************************************************************************************
newsletter
***************************************************************************************************/

#newsletter {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    position: relative;
}

#newsletter .field {
    margin: 0 10px;
}

/***************************************************************************************************
social
***************************************************************************************************/

#social {
    overflow: hidden;
    margin: 25px 5px 5px 5px;
    width: 88px;
}

#social a {
    float: left;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 5px;
    background: #ccc;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

#social a:hover {
    background: #9c3;
}


/***************************************************************************************************
gotop
***************************************************************************************************/

#gotop {
    background: #aaa;
    height: 50px;
    text-align: center;
    overflow: hidden;
}

#gotop div {
    width: 100px;
    margin: 5px auto;
    height: 40px;
    cursor: pointer;
    line-height: 20px;
    color: #fff;
}

#gotop span {
    display: block;
    height: 20px;
    font-size: 20px;
}

/***************************************************************************************************
copyright
***************************************************************************************************/

#copy {
    background: #eee;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

header.clone{
    display: none;
}

body.bs header{
    visibility: hidden;
}

body.bs header.clone{
    display: flex;
    visibility: visible;
}

@media (max-width: 767px) {
    body.bs header{visibility: visible}
    body.bs header.clone{display: none}
}




