/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#product #block_stock{padding:10px 0;border:0px solid #222;margin-bottom:2px;background-color:#fff;}
#product #block_stock label{font-family:Noto Sans,sans-serif;}
#product #block_stock #stock_msg{display:inline;font-size:14px;font-family:Noto Sans,sans-serif;}
#product #block_stock #stock_msg label{font-size:14px;font-family:Noto Sans,sans-serif;}
#product #block_stock #stock_nb{display:inline;font-size:14px;}
#product #block_stock #stock_nb label{font-size:14px;font-family:Noto Sans,sans-serif;} 


/* Webbax - Tuto 43 - Bannières multiples Homepage */
#banners_home .img-responsive{width:100%;}
#banners_home .bloc{margin-bottom:20px;}
#banners_home a img:hover{opacity: 0.5;filter: alpha(opacity=50); /* For IE8 and earlier */}



.product-quantity .bootstrap-touchspin {
    width: 120px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 50px;
    height: 2.75rem;
}
#quantity_wanted {
    margin: 0 auto;
    float: none
}
.product-quantity .input-group-btn-vertical {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%
}
 .product-quantity #quantity_wanted {
    width: 30%;
    border: none;
    text-align: center;
    height: 2.5rem
} 
.product-quantity .input-group-btn-vertical .btn {
    max-width: 100%;
    width: 35%;
    background: #f4f4f4;
    margin: 0;
    padding: 0
}
.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    float: left;
    height: 100%;
    /*border: none;
    border-right: 1px solid #ddd !important*/
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    content: "-"
} 
.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
    float: right;
    height: 100%;
    /*border-left: 1px solid #ddd !important;
    border: none*/
}
 .bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
    content: "+"
}
.product-quantity .input-group-btn-vertical .btn i {
    font-size: 1.7rem;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: black
}
