@media (min-width: 768px) {


    /***************************************************************************************************
    product as list
    ***************************************************************************************************/
    #products_w.products_list .it {
        float: none;
        width: auto;
    }

    #products_w.products_list .product {
        height: auto;
        min-height: 218px;
        padding: 0 0 0 208px;
        position: relative;
    }

    #products_w.products_list .product figure {
        position: absolute;
        top: 10px;
        left: 10px;
        height: 198px;
        width: 198px;
        margin: 0;
    }


    /***************************************************************************************************
    grid
    ***************************************************************************************************/
    .col_3 {
        float: left;
        width: 25%;
    }

    .col_4 {
        float: left;
        width: 33.3334%;
    }

    .col_6 {
        float: left;
        width: 50%;
    }

    /***************************************************************************************************
    grid flex
    ***************************************************************************************************/
    .g_flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .g_flex .col {
        align-self: flex-start;
    }

    .g_flex .col_flex {
        align-self: auto;
    }

    /***************************************************************************************************
    items
    ***************************************************************************************************/
    .items_size_2 .it {
        width: 703px;
    }

    .items_size_3 .it {
        width: 464px;
    }

    .items_size_4 .it {
        width: 344px;
    }

    .items_size_5 .it {
        width: 273px;
    }


    /***************************************************************************************************
    acc_m
    ***************************************************************************************************/
    .acc_m .acc_h {
        cursor: auto;
    }

    .acc_m .acc_h::after {
        display: none;
        content: none;
    }

    .acc_m .acc_c {
        display: block;
        border: 0;
    }

    .acc_m .acc_c p {
        margin-top: 0;
    }


    /***************************************************************************************************
    product
    ***************************************************************************************************/
    #p {
        padding: 0 0 0 300px;
    }

    #p_gal_w {
        position: static;
    }

    #p_gal {
        position: absolute;
        top: 20px;
        left: 10px;
        margin: 0;
        width: 280px;
        max-width: none;
    }

    #product_list_1,
    #p_short_description,
    #p_description {
        display: block;
    }

    #product_list_2,
    #p_short_description_2,
    #p_description_2,
    body.loaded #p_gal_prev,
    body.loaded #p_gal_next {
        display: none;
    }


    /***************************************************************************************************
    product_variants
    ***************************************************************************************************/
    #variants_w {
        display: block;
    }

    #variants_select {
        display: none;
    }

    #variants_w strong {
        display: block;
        margin: 0 10px;
        font-weight: 300;
    }

    #variants_w strong span {
        font-weight: 500;
    }

    #variants {
        overflow: hidden;
        margin: 5px;
    }

    #variants a,
    #variants span {
        float: left;
        border: 1px solid #ddd;
        margin: 5px;
        padding: 0;
        line-height: 30px;
        padding: 0 10px;
        color: #666;
    }

    #variants span,
    #variants a:hover {
        border-color: #9c3;
        background: rgba(153, 204, 51, 0.05);
    }

    /***************************************************************************************************
    product features
    ***************************************************************************************************/
    #p_f {
        text-align: center;
        margin-top: 20px;
    }

    #p_f div#p_f_bio {
        width: 115px;
        background-position: right 0;
    }

    #p_f div#p_f_bio div {
        background-position: -5px -5px;
        width: 50px;
    }

    /***************************************************************************************************
    product anchors
    ***************************************************************************************************/
    #p_a {
        display: block;
        overflow: hidden;
    }

    #p_a div {
        float: left;
        margin: 10px;
        font-weight: 500;
        cursor: pointer;
        position: relative;
        padding: 0 10px 0 0;
    }

    /***************************************************************************************************
    products list
    ***************************************************************************************************/
    #products_w {
        padding-left: 230px;
        transition: padding 0.2s;
        margin: 0 0 0 6px;

    }


    #products_w.products_no_filter {
        padding-left: 0;
    }

    #products_w.products_no_filter #filter {
        transform: translate(0, 0);
    }

    /***************************************************************************************************
    mode
    ***************************************************************************************************/
    #mode {
        width: 185px;
    }

    #mode_grid,
    #mode_list {
        display: block;
    }

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

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

    }

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

    #mode div.x,
    #mode div.x:hover {
        background: #9c3;
        color: #fff;
    }

    #mode div#mode_filter {

        margin: 5px 15px 5px 2px;
    }

    #mode div div:hover,
    #mode div.x div:hover {
        background: #fff;
    }

    #mode_grid div {
        width: 8px;
        height: 8px;
        background: #fff;
        margin: 2px;
        position: relative;
        top: 3px;
        left: 3px;
        float: left;
    }

    #mode_list div {
        margin: 4px 5px;
        background: #fff;
        position: relative;
        top: 1px;
        height: 4px;
        width: auto;

        float: none;
    }

    /***************************************************************************************************
    filter
    ***************************************************************************************************/
    #filter {
        width: 220px;
        position: absolute;
        top: 0;
        left: -240px;
        transition: transform 0.2s;

        transform: translate(240px, 0);

        display: block;
        margin: 0;
        padding: 0;
    }


    #filter::after {
        content: '';
        position: absolute;
        top: 0;
        left: auto;
        bottom: auto;
        right: 0;
        width: 1px;
        height: 100%;
        background: #ddd;
    }


    /***************************************************************************************************
    recipes
    ***************************************************************************************************/
    .recipes .it {
        width: 334px;
    }

    #recipe_p div {
        font-size: 13px;
        width: 120px;
    }

    /***************************************************************************************************
    newsletter
    ***************************************************************************************************/
    #newsletter form {
        overflow: hidden;
    }

    #newsletter .field {
        float: left;
        width: 300px;
        margin: 10px 0 10px 10px;
    }

    #newsletter .actions-toolbar {
        float: left;
    }

    /***************************************************************************************************
    cart
    ***************************************************************************************************/
    .cart-container {
        margin: 0 0 40px 0;
        overflow: hidden;
    }

    #cart_form {
        float: left;
        width: calc(100% - 300px);
    }

    .cart-summary {
        float: right;
        background: #eee;
        margin: 10px;
        width: 280px;
    }


    /***************************************************************************************************
    product
    ***************************************************************************************************/
    #p_search {
        display: none;
    }


    #p_gal_b {
        display: block;
        overflow: hidden;
        min-height: 70px;

    }

    #p_gal_b figure {
        padding: 1px;
        background: #ccc;
        cursor: pointer;
        float: left;
        margin: 0 10px 10px 0;
    }

    #p_gal_b figure.x,
    #p_gal_b figure:hover {
        background: #9c3;
    }

    #p_gal_b figure img {
        width: 48px;
        height: 68px;
    }

    #p_tocart {
        padding: 20px;
        border: 1px solid #666;
        min-height: 200px;
    }

    #mode {
        display: block;
    }


    .product_prices strong,
    .product_tax_class,
    #p_tocart .product_price,
    .product_prices {
        display: block;
    }


    .product_prices_2 {
        display: none;
    }

    /***************************************************************************************************
    product_variants
    ***************************************************************************************************/
    .options strong span {
        font-weight: 300;
        display: inline-block;
    }


    /***************************************************************************************************
    recipes
    ***************************************************************************************************/
    #recipe_filter_select_w {
        margin: 5px;
    }

    #recipe_filter_select .field {
        margin: 5px;
    }

    /***************************************************************************************************
    ui
    ***************************************************************************************************/
    .acc_c p {
        font-size: inherit;
    }


    /***************************************************************************************************
    form
    ***************************************************************************************************/
    .options strong {
        display: block;
        margin: 10px;
    }

    .options strong span {
        font-weight: 300;
    }


    /***************************************************************************************************
    fk
    ***************************************************************************************************/
    #fk {
        z-index: 2;
    }


}
