/*
@media only print {
    #header .nav, #header .banner, #header .row > div, .no_print {
        display: none;
    }
    #header .row div#header_logo {
        display: block;
    }
    #center_column {
        width: 100% !important;
    }
    #left_column, #right_column {
        display: none;
    }
    .no-print, #quantity_wanted_p > a, a.quick-view {
        display: none !important;
    }
    div.selector, div.selector span, div.selector select {
        background: none;
    }
    #thumbs_list li a:hover, #thumbs_list li a.shown {
        border-color: #fff;
    }
    .product_attributes, .box-cart-bottom {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .pb-left-column #views_block {
        margin-top: 10px;
        width: 278px !important;
    }
    #thumbs_list_frame, #thumbs_list {
        width: 100% !important;
        height: 100% !important;
    }
    #thumbs_list li, #thumbs_list li:first-child {
        margin: 4px;
        width: 82px;
        height: 82px;
    }
    #view_scroll_left, #view_scroll_right, .view_scroll_spacer {
        display: none !important;
    }
    .bx-wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }
    .bx-viewport {
        height: auto !important;
    }
    #bxslider, #bxslider1, #crossselling_list_car {
        width: 100% !important;
        height: auto !important;
        overflow: visible !important;
    }
    #bxslider1 .product-box {
        min-height: 200px;
    }
    .bx-controls-direction {
        display: none;
    }
    #footer .row > div, #footer .row > section, footer {
        display: none;
    }
    #footer .row > div#block_contact_infos, #footer .row > section#block_contact_infos {
        display: block;
        width: 100%;
        border-left: none;
        border-top: 1px solid #515151;
        padding-top: 20px;
    }
    .footer-container #footer h4:after {
        display: none;
    }
    .product_bloc_download, #bloc_right_header, .tab_access-like, .container-breadcrumb, .footer_bottom, #footer > div:nth-child(2), #footer > div:nth-child(3), #footer > div:nth-child(4), .product__fabriqueEnFrance {
        display: none;
    }
    #bloc_logo, #bloc_logo a {
        display: block;
        width: 100%;
        text-align: center;
    }
    .footer-container {
        display: none;
    }
    #product .bandeau_product {
        display: none;
    }
    #product .page-product__pictos {
        display: none;
    }
    #product .bloc_down {
        display: none;
    }
    #product #view_full_size img {
        height: auto;
        float: left;
    }
    #product .img_access {
        display: none;
    }
    select {
        border: none!important;
    }
    #product section.img_access.page-product-box {
        display: none;
    }
    #product .container.cont_link_blog {
        display: none;
    }
    .primary_block.row {
        margin-bottom: 0;
    }
    .pb-left-column.col-xs-12.col-sm-12.col-md-6 {
        width: 50%;
        float: left;
    }
    .pb-center-column.col-xs-12.col-sm-12.col-md-6 {
        width: 50%;
        float: left;
    }
    #product .price_tax_excl_for_catpro {
        font-size: 15px;
    }
    #product #views_block {
        display: none;
    }
    #product #attributes fieldset, #product #quantity_wanted_p label {
        font-size: 13px;
    }
    #product #attributes fieldset select {
        height: 20px;
    }
    #product .page-product-box h3 {
        font-size: 20px;
    }
    #product .page-product-box {
        font-size: 13px;
    }
    #blog #breadcrumb {
        display: none;
    }
    #blog .link_back {
        display: none;
    }
    #blog .page-heading {
        display: none;
    }
    #blog .right_titre {
        display: none;
    }
    #blog .partage_art {
        display: none!important;
    }
    #blog section .col-md-6 {
        padding: 0;
        width: 50%;
        float: left;
    }
    #blog .cara_recette {
        width: 50%;
        float: left;
    }
    #blog li.caract_recipe {
        width: 50%;
        display: inline-block;
        float: left;
        margin-bottom: 15px;
    }
    #blog .cara_recette ul {
        display: block;
        float: left;
    }
    #blog .pad15 {
        padding-top: 0;
    }
    #blog #bloc_recipe > div {
        width: 50%;
        float: left;
    }
    #blog #bloc_recipe > div:first-child {
        width: 50%;
        float: left;
        border-bottom: 0;
    }
    #blog #bloc_recipe > div:last-child {
        display: none;
    }
    #blog .recipe_prepa .nav-tabs li {
        display: none;
    }
    
}
*/