/**
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2017 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

@import url('https://fonts.googleapis.com/css?family=Raleway');

/* Css */

.list_type_1 .owl-controls .owl-prev,
.list_type_1 .owl-controls .owl-next {
    top: 60px;
}

.owl-controls .owl-prev,
.owl-controls .owl-next {
    display: inline-block;
    width: 57px;
    height: 57px;
    background-image: url(../img/nav.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 30%;
    z-index: 2;
    top: 90px;
    font-size: 0;
}

.owl-controls .owl-prev {
    background-position: 11px 11px;
    left: -45px;
    right: auto;
}

.owl-controls .owl-prev:hover {
    background-position: 11px -60px;
}

.owl-controls .owl-next:hover {
    background-position: -56px -60px;
}

.owl-controls .owl-next {
    background-position: -56px 10px;
    right: -45px;
    left: auto;
}

.owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    /*display: none;*/
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-dots {
    margin: 10px;
    display: none !important;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-item .col-xs-12 {
    padding: 0;
    display: block;
    float: left;
}

.product-metrage,
.product-metrage-1 {
    border: 1px solid #555555;
    font-size: 17px;
    font-weight: 600;
    color: #424242;
    width: 100%;
    padding: 0px 10px;
    line-height: 28px;
    border-radius: 4px;
}

.block-sous-categorie .product-metrage,
.block-sous-categorie .results {
    text-align: center;
}

.block-sous-categorie .results {
    border: 0;
}

.button-container-- span.product-name.product-title {
    display: none;
}

.button-container-- {
    margin-bottom: 0px;
}

.results,
.m2 {
    font-weight: 600;
    font-size: 15px;
    color: #424242;
    /*text-transform: uppercase;*/
    font-family: sans-serif;
    display: block;
    border: 1px solid #555555;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    visibility: visible !important;
    min-height: 30px;
    line-height: 30px;
}

.m2 {
    border: 0px solid #555555;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
}

.button-container--.block-sous-categorie .results {
    width: 100%;
    float: right;
}

.button-container--.block-sous-categorie .product-metrage {
    width: 28%;
    float: left;
}

.fa-bell:before {
    content: "\f0a4";
}

.fa.fa-bell.animated {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    position: absolute;
    left: -20px;
    color: #000;
    margin-top: 0px;
}

input.product-metrage-1 {
    max-width: 60px;
    text-align: center;
}

input.product-metrage-111 {
    max-width: 330px;
    text-align: center;
}

.results span span {
    display: inline-block;
}

.results span div {
    display: inline-block;
    border-left: 1px solid #c1c1c1;
    padding: 0 5px;
}

.grid .results {
    min-height: 30px;
}

.list_type_1 .results,
.list .results {
    width: 100%;
    min-height: 30px;
}

.list_type_1 .results-1 {
    width: 100%;
    min-height: 5px;
    margin-top: -5px;
    text-align: left;
}

.list_type_2 .results span div {
    border: none;
    padding: 0px;
    width: 90%;
    margin-top: -5px;
    text-align: left;
    line-height: 22px;
    min-height: 36px;
}

.button.ajax_add_to_quotation_button.disabled {
    background: 0;
    border: none;
    opacity: 0.3;
}

.button.ajax_add_to_quotation_button:hover span {
    color: #fff;
    background: #ff9933;
}

.button.ajax_add_to_quotation_button span {
    padding: 0px 20px;
    display: block;
    background: #333;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 30px;
}

span.button {
    background: 0;
    border: 0;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: #333;
    background-color: #fff;
}

.text-center,
#devis_summary thead th.cart_product,
#devis_summary tbody td.cart_product,
#devis_summary tbody td.cart_avail,
#devis_summary tbody td.cart_delete {
    text-align: center;
}

#devis_summary thead th {
    padding: 7px 8px 9px 8px;
    font-weight: 600;
    color: #999999;
    vertical-align: middle;
    font-size: 20px;
}

li.ajax_block_product {
    padding-bottom: 18%;
}

.list_type_1 .left-block:before,
.list_type_2 .left-block:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.63);
    z-index: 1;
}

.list_type_2 .left-block:before {
    height: 160px;
}

a.voir-plus,
a.fiche-pdf,
.left-block:before {
    display: none;
}

a.fiche-pdf,
a.voir-plus {
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    color: #fff!important;
    text-decoration: none;
    position: relative;
    background: #000;
    padding: 10px;
    text-align: center;
    position: absolute;
    /*top: -100px;*/
    top: -50px;
    left: 40px;
    width: 200px;
    z-index: 2;
}

.list_type_2 a.fiche-pdf {
    top: 113px;
}

.list_type_2 a.voir-plus {
    top: 63px;
}

a.voir-plus {
    border: 1px solid #fff;
    background: none;
    /* top: -150px;*/
    top: -95px;
    z-index: 2;
}

a.fiche-pdf:hover {
    color: #424242!important;
    background: #ffffff;
    text-decoration: none;
}

#myModal.prod-devis-info .close {
    padding-right: 7px;
}

.owl-carousel .owl-item:hover a.voir-plus,
.owl-carousel .owl-item:hover a.fiche-pdf,
.owl-carousel .owl-item:hover .left-block:before,
.owl-carousel.list_type_2 .owl-stage > .item:hover a.voir-plus,
.owl-carousel.list_type_2 .owl-stage > .item:hover a.fiche-pdf,
.owl-carousel.list_type_2 .owl-stage > .item:hover .left-block:before {
    display: block;
}

.right-block {
    padding: 1.5% 0 0 0;
}

.content_price {
    /*	width: 50%;
	float: left;
	display: inline-block;*/
}

.product_list .button-container-- {
    /*	float: right;
	position: relative;
	bottom: 60px;*/
}

.product_list .list .button-container-- {
    text-align: right;
}

.list_type_1 .button-container-- {
    text-align: right;
    width: 100%;
    position: relative;
    top: 20px;
}

.list_type_1 li {
    padding-bottom: 20px;
}

.list_type_3 li.ajax_block_product {
    border-top: 1px solid #d6d4d4;
}

.devis {
    display: block;
    float: right;
}

.fa-devis {
    background: url(../img/devis.png) no-repeat center center;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}

#center_column h1 {
    font-size: 25px;
    line-height: normal;
    color: #555454;
    text-transform: none;
    font-weight: 700;
    padding: 5px 30px 5px 10px;
    margin-bottom: 30px;
    border-bottom: 0;
    margin-top: 0;
}

#index #center_column h1 {
    margin-bottom: 0;
    text-align: center;
}

ul.product_list.list li {
    display: block;
    float: left;
    width: 100%;
}

ul.product_list.list {
    display: block;
    float: left;
    width: 100%;
    padding-top: 20px;
}

.list_type_2,
.list_type_3 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.list_type_2 .right-block {
    padding: 0
}

.list_type_3,
.list_type_3 .left-block {
    padding: 0;
    /*width: 25%;*/
}

.list_type_2 .left-block,
.list_type_3 .left-block {
    border: 1px solid #e1e1e1;
    height: 160px;
    background: #ffffff;
}

.list_type_2 .left-block img,
.list_type_3 .left-block img {
    border: 0px;
    width: auto !important;
    height: 100%;
}

.list_type_3 .product-image-container,
.list_type_2 .product-image-container {
   /* margin-top: 10px; */
   height: 100%;
   display: inline-block;
}

.product-container {
    background: #ffffff;
}

.list_type_1 .content_price {
    width: auto;
    padding: 10px;
}

.owl-item p.product-desc {
    float: left;
    padding: 10px;
}

.owl-item p.product-desc,
.list_type_1 .owl-item .content_price {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.list_type_1 {
    border-right: none;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

input[type="checkbox"] {
    margin: 1px 23px 0 !important;
    line-height: normal;
    width: 14px !important;
}

.list_type_1 .right-block {
    text-align: center;
    display: block;
    float: left;
    width: 100%;
    padding: 10px 10px 0 10px;
}

.list_type_3 {
    border-top: 0;
    margin: 0;
}

span.metrage_label {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.owl-item .product-name {
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    margin-bottom: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.list_type_1 .product_img_link .img-responsive {
   /* border: 1px solid #e1e1e1; */
    width: auto !important;
    height: 100%;
}

.MultiCarousel-inner .ajax_block_product {
    border: 1px solid #e1e1e1!important;
}

.MultiCarousel-inner .left-block {
    height: 160px;
    background: #ffffff;
}

.MultiCarousel-inner .left-block .product-image-container {
    height: 100%;
    display: inline-block;
}

.owl-item .price.product-price {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.list_type_1 .owl-item .price.product-price {
    font-size: 20px;
}
.list_type_1 span.metrage_label {
    font-size: 17px;
}

.list_type_1 .right-block-top .h5 {
    margin-top: 10px;
}

.right-block-categorie .content_price {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: -10px;
    top: 10px;
    z-index: 2;
    height: 40px;
}

.right-block-categorie .price.product-price {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: #ff9933;
    padding: 10px 8px;
    z-index: 2;
    position: relative;
}

.right-block-categorie .content_price .old-price.product-price {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: #060606;
    padding: 10px 8px;
    z-index: 2;
    position: relative;
}

.right-block-categorie .content_price .price-percent-reduction {
    background: #dd2c00;
    font-weight: 700;
    font-size: 16px;
    z-index: 2;
    position: relative;
    color: #fff;
    padding: 10px 8px;
    display: inline;
}

#devis_summary .price {
    font-size: 16px;
    color: #999999;
    white-space: nowrap;
    text-transform: lowercase;
    text-align: center;
    font-weight: 600;
}


/*.with-border{
border: 1px solid #f66504 !important; }

*/

.owl-item .with-border .right-block {
    background: #27bb9b;
}

.owl-item .right-block {
    background: #212121;
    position: relative;
}

.list_type_1 .with-border {
    border: none;
    z-index: 2;
}

.list_type_1 .with-border .img-responsive {}

.list_type_1 .with-border .product_img_link:hover .img-responsive {
    -webkit-transform: none;
    transform: none;
}

.input-metrage {
    border: 1px solid #c2c2c2;
    color: #999999;
    height: 35px;
    border-radius: 4px;
    text-align: center;
}

span.product-title {
    margin-right: 5px;
}

.list_type_2 .right-block,
.list_type_3 .right-block {
    background: #fff;
}

.right-block-top {
    background: #f1f1f1;
    display: block;
    float: left;
    width: 100%;
    min-height: 110px;
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;
    border-top: 0;
}

.list_type_2 .right-block .product-name,
.list_type_3 .right-block .product-name,
.list_type_2 .right-block p.product-desc,
.list_type_3 .right-block p.product-desc {
    color: #333333;
    width: 100%;
}

.list_type_2 .right-block p.product-desc,
.list_type_3 .right-block p.product-desc {
    font-size: 14px;
    font-weight: 600;
    height: 70px;
}

.list_type_2 .right-block h5,
.list_type_3 .right-block h5,
.list_type_2 .right-block .h5,
.list_type_3 .right-block .h5 {
    text-align: center;
    padding: 0 15px;
    margin: 0;
    height: 55px;
    display: table;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.list_type_2 .right-block h5 .product-name,
.list_type_3 .right-block h5 .product-name {
    display: table-cell;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: normal;
    color: #333333;
    font-family: 'Raleway', sans-serif;
    overflow: hidden;
    font-weight: 700;
    vertical-align: middle;
}

.block-sous-categorie ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-align: center;
}

.block-sous-categorie ::-moz-placeholder {
    /* Firefox 19+ */
    text-align: center;
}

.block-sous-categorie :-ms-input-placeholder {
    /* IE 10+ */
    text-align: center;
}

.block-sous-categorie :-moz-placeholder {
    /* Firefox 18- */
    text-align: center;
}

.owl-carousel .owl-stage-outer {
    margin-left: -20px;
    padding-left: 20px;
}

@media screen and (min-width: 1000px) {
    .product-metrage {
        /*  width: 276px;*/
    }
    .block-choix .col-md-3 {
        width: 25.5%;
    }
    .block-choix .col-md-6 {
        width: 62%;
        margin: 0 .5%;
    }
    .block-choix .col-md-2 {
        width: 11%;
        margin-right: 0.5%;
    }
    .devis {
        position: absolute;
        right: 90px;
        top: 45px;
    }
    .wrap-res {
        min-height: 60px !important;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .block-choix .col-md-3 {
        width: 25.5%;
    }
    .block-choix .col-md-6 {
        width: 58%;
        margin: 0 .5%;
    }
    .block-choix .col-md-2 {
        width: 15%;
        margin-right: 0.5%;
    }
    .button-container-->.container {
        padding: 0;
    }
    .button.ajax_add_to_quotation_button span {
        padding: 0px 10px;
        font-size: 15px;
    }
    .results,
    .m2 {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .wrap-res .results {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .owl-controls .owl-next {
        right: 0;
    }
    .owl-controls .owl-prev {
        left: 0px;
    }
    .owl-carousel .owl-stage-outer {
        margin-left: 0;
        padding-left: 0;
    }
    .right-block-categorie .content_price {
        left: 1px;
    }
}

@media screen and (max-width: 767px) {
    .results {
        height: auto;
        min-height: 50px;
        padding: 10px !important;
    }
    .owl-carousel .owl-stage-outer {
        margin-left: 0;
        padding-left: 0;
    }
    .owl-controls .owl-prev {
        left: 0;
    }
    .owl-controls .owl-next {
        right: 0;
    }
    .right-block-categorie .content_price {
        left: 0;
    }
    #center_column h1 {
        font-size: 20px;
        padding: 0 10px 5px 0;
        margin-bottom: 10px;
    }
    .fa.fa-bell.animated {
        font-size: 15px;
        left: -10px;
        margin-top: 7px;
    }
    .wrap-res .m2.results,
    .results-m-2 .qty-jc,
    .m2 {
        line-height: 12px !important;
    }
    .results {
        line-height: 20px;
    }
    .sbutton {
        margin-left: 30px;
    }
}

span.qty-orange {
    color: #f93;
}

.m2.m2-type-2 {
    float: left !important;
    padding-right: 0;
}

.block-sous-categorie .results.results-m-2 {
    width: 50%;
    text-align: left;
}

.wrap-res {
    display: block;
    border: 1px solid #555555;
    float: left;
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
}

input.product-quantity {
    border: 1px solid #555555;
    font-size: 14px;
    font-weight: 600;
    color: #ff9933;
    width: 40px;
    text-align: center;
    margin-right: 0px;
    z-index: 999;
    position: relative;
    line-height: 25px;
    border-radius: 4px;
}

.wrap-res .results {
    font-size: 15px;
    line-height: normal;
}

.wrap-res .m2.results,
.results-m-2 .qty-jc {
    line-height: 30px;
}

.results span span.qty-jc {
    display: inline;
    text-transform: none;
}

.qty-span {
    text-align: left;
    float: left;
    color: #4680b4;
}

span.m2.m2-type-2.results {
    color: #4680b4;
    font-weight: 800;
    position: relative;
    width: auto;
}

.results span span.qty-jc {
    color: #4680b4;
}

.block-sous-categorie .results.results-m-2 {
    width: auto;
    text-align: left;
    float: left;
}

span.metrage-c {
    color: #7a7a7a;
}

h2#cat-title {
    font-size: 17px;
    margin-top: 9px;
    margin-bottom: 9px;
}