/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25 août 2015, 09:35:06
    Author     : bob.tamba
*/

.badge {
    background: none;
    border-radius: 0;
    color: #333333;
  
}

.grouped-items-table-wrapper .btn {
    float: none;
}



.modal-imprimerie .price-box .price {
    font-size: inherit !important;
}

.modal-imprimerie .price-box .regular-price .price {
    font-size: inherit !important;
}

.modal-imprimerie .table-bordered .firstcol strong {
    line-height: inherit !important;
}

.modal-imprimerie .table-bordered tbody td {
    line-height: inherit !important;
}

.modal-imprimerie table.table.table-striped.table-bordered {
    width: inherit;
    font-size: 12px;
}

.modal-imprimerie table.table.table-striped.table-bordered > thead > tr > th, 
.modal-imprimerie table.table.table-striped.table-bordered > tbody > tr > th, 
.modal-imprimerie table.table.table-striped.table-bordered > tfoot > tr > th, 
.modal-imprimerie table.table.table-striped.table-bordered > thead > tr > td, 
.modal-imprimerie table.table.table-striped.table-bordered > tbody > tr > td, 
.modal-imprimerie table.table.table-striped.table-bordered > tfoot > tr > td {
    padding: 5px;
}

.modal-imprimerie table.table.table-striped.table-bordered td:hover {
    background-color: #ACD734;
}

.modal-imprimerie table.table.table-striped.table-bordered td:hover a .price {
    color: #000 !important;
}

.modal-imprimerie table.table.table-striped.table-bordered .price-box {
    margin: 0;
}

.modal-imprimerie .price-box .regular-price { display: none; }
.modal-imprimerie .price-box .minimal-price-link .label { display: none; }

#collapseGroupedItem .well {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    min-height: 20px;
    padding: 15px 0 0;
}

#modalGroupedItem .price-box { display: none; }

#modalGroupedItem a.grouped_link div.price-box {
    display: block;
}

.product-view .product-essential #product_addtocart_form .add-to-cart-wrapper { width: 100%; float: none; clear: both;  padding: 0; }

.product-view .product-essential #product_addtocart_form input { background: white; border: 1px solid #231f20; color: #000000; }
.product-view .product-essential #product_addtocart_form .price-box .price { font-size: 36px; }
.product-view .product-essential #product_addtocart_form input { height: 22px;border-radius: 0; }
.product-view .product-essential #product_addtocart_form .availability { text-transform: inherit; }
.product-view .product-essential #product_addtocart_form .price-box { margin: 2px 0; }
.product-view .product-essential #product_addtocart_form .summary { float: right;  background: #f7f7f7; text-align: right; padding: 12px; margin-top: 20px;}
.product-view .product-essential #product_addtocart_form .table-bordered { border: none; }
.product-view .product-essential #product_addtocart_form thead th { border: none; }

.product-view .product-essential #product_addtocart_form tbody td:first-child  { border-left: none; }
.product-view .product-essential #product_addtocart_form tbody td:last-child  { border-right: none; }
.product-view .product-essential #product_addtocart_form tbody td img { display: inline; }
.product-view .product-essential #product_addtocart_form #totalisateur { font-size: 16px; }
.product-view .product-essential #product_addtocart_form #totalisateur_price { font-size: 20px; font-weight: bold; }

.product-view .product-essential #product_addtocart_form .add-to-cart { float: right; }
.product-view .product-essential #product_addtocart_form .add-to-cart-buttons { margin: 10px 0 0 0; }

.product-view .product-shop ul { clear: both;  }
.product-view .product-shop .ul-title {
    font-size: 16px;
    font-weight: bold;
    display: block;
    clear: both;
}
.product-view .product-shop .product-attributes li { display: inline-block; margin: 3px; line-height: 20px; padding: 2px;  font-size: 10px; min-width: 26px; text-align: center; }
.icones img {
    display: inline;
}
