@media print {
    body .print-remove,
    body #account-top,
    body #top-menu,
    body #big-menu,
    body .quantity,
    body #cart-review,
    body .rappel1,
    body .popup-contact,
    body #buy,
    body .btn,
    body hr+hr,
    body .contact-img img,
    body .flex-control-nav,
    body .flex-direction-nav,
    body .similar-product,
    body #cookie_alert {
        display: none !important;
    }
    body .imgProduct .slides li {
        float: left;
    }
    body .imgProduct img {
        max-width: 150px;
    }
    body #top #top-main .wrapper>div {}
    body #top #top-main .wrapper #top_logo {
        float: left;
    }
    body #top #top-main .wrapper #contact {
        float: right;
    }
    body #top #top-main .wrapper #contact>div {
        background: #e5e5e5;
        border-radius: 5px;
        line-height: 19px;
        padding: 9px 18px;
        text-align: center;
    }
    #contact span.secteur-tel-agence {
        color: #00a442;
        font-size: 21px;
        font-weight: 700;
    }
    #main .productDetail {
        clear: both;
        padding: 15px;
        box-sizing: border-box;
        border: 3px solid #385d8a;
    }
    #main .productDetail .imagesProduct {
        float: left;
        width: 49%;
    }
    #main .productDetail .imagesProduct .imgProduct {
        width: 100%;
    }
    #main .productDetail .parameter {
        float: right;
        width: 49%;
        background: #e5e5e5;
        border: 1px solid #ddd;
        border-radius: 5px;
    }
    #main .productDetail .parameter h1 {
        background-color: #1297d0;
        padding: 14px 17px 15px;
        text-align: left;
        color: #fff;
        margin-bottom: 10px;
        margin-top: -10px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }
    #main .productDetail .parameter h1+div {
        padding: 0 10px;
        padding-bottom: 10px;
    }
    .imgProduct img {
        width: 100%;
    }
    div.title,
    #content-info {
        clear: both;
    }
    #content-info {
        margin-top: 15px;
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .clear-css-print {
        clear: both;
    }
    .supplier-logo {
        padding: 10px;
        background: #fff;
        border-radius: 5px;
    }
    .supplier-logo img {
        max-width: 100px;
    }
    #main .descri-container,
    #main #content>.attributes {
        border: 3px solid #385d8a;
        padding: 15px;
        box-sizing: border-box;
        border-top: 0;
    }
    #main .popup {
        display: none !important;
    }
    #content .title {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
    }
    #content table.attributes {
        border: 1px solid #e2e2e2;
        border-collapse: collapse;
        width: 100%;
    }
    #content table.attributes td {
        padding: 2%;
        vertical-align: middle;
        background: #fff;
        border-bottom: 1px solid #e2e2e2;
    }
    #content table.attributes td.attribute-name {
        background: #e5e5e5;
        border-right: 1px solid #e2e2e2;
    }
    #main .breadcrumbs {
        color: #626262;
        opacity: 0.8;
        font-size: 11px;
    }
    #main .breadcrumbs a {
        color: #626262;
    }
    #main .socialbar,
    #main .socialbar hr {
        display: none !important;
    }
    #main .qty-price-buy {
        display: none;
    }
    #main .productDetail .imagesProduct .imgProduct {
        /*width: 100%;*/
        display: none !important;
    }
    #main .productDetail .imagesProduct .image-print {
        /*width: 100%;*/
        display: block !important;
        width: 80%;
        margin: 0 auto;
    }
    #main .productDetail .imagesProduct .image-print img {
        width: 100%;
        display: block;
    }
    #main .productDetail .qty-display-dispo,
    #main .productDetail .qty-price-buy,
    body.page-product .parameter #prices {
        display: none !important;
    }
    #page-product .parameter .qty-price-buy {
        display: none !important;
        border: 0;
    }
    /*#main .productDetail .imagesProduct .imgProduct .flexslider1 .flex-viewport {
        /* width: 100%; 
    }
    #main .productDetail .imagesProduct .imgProduct .flexslider1 .flex-viewport .slides {}
    #main .productDetail .imagesProduct .imgProduct .flexslider1 .flex-viewport .slides li {
        text-align: left;
    }
    #main .productDetail .imagesProduct .imgProduct .flexslider1 .flex-viewport .slides li a {
        display: block;
        text-align: left;
    }
    #main .productDetail .imagesProduct .imgProduct .flexslider1 .flex-viewport .slides img {
        display: block;
        width: 300px;
        height: auto;
    } */
    #admin_bar,
    #admin_toggle {
        display: none !important;
    }
}


/*# sourceMappingURL=sogap-print.css.map */