/**
 * Copyright since 2012 202 ecommerce
 *
 * 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.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * 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 tech@202-ecommerce.com so we can send you a copy immediately.
 *
 * @author    202 ecommerce <tech@202-ecommerce.com>
 * @copyright Since 2012 202 ecommerce
 * @license   https://opensource.org/licenses/AFL-3.0  Academic Free License (AFL 3.0)
 */
.totsuggestproductcart_15#product_list ul {
    width: 100%;
    margin-bottom: 20px;
}

.totsuggestproductcart_15#product_list li {
    position: relative;
    display: block;
    float: left;
    width: 345px;
    min-width: 345px;
    padding: 15px;
    margin: 10px 10px 20px 0px;
}

.totsuggestproductcart_15#product_list li:hover {
    -webkit-box-shadow: 4px 4px 18px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 4px 18px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 4px 18px -8px rgba(0, 0, 0, 0.75);
}

.totsuggestproductcart_15#product_list li h3 {
    font-size: 17px;
    line-height: 23px;
    color: #3a3939;
    margin-top: 0px;
    height: 25px;
}

.totsuggestproductcart_15#product_list li .center_block {
    width: 100% !important;
}

.totsuggestproductcart_15#product_list li .center_block > p:nth-child(1) {
    height: 40px;
    background-color: #ccc;
}

.totsuggestproductcart_15#product_list li .rules {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 30px;
    margin: 15px 0 0 0;
    text-align: left;
    color: #777;
}

.totsuggestproductcart_15#product_list li .center_block #prod_desc {
    height: 60px;
}

.totsuggestproductcart_15#product_list .right_block #old_price {
    text-decoration: line-through;
}

.totsuggestproductcart_15#product_list .right_block .price {
    font: 600 19px/25px "Open Sans", sans-serif;
    color: #333;
}

.totsuggestproductcart_15#product_list li a img {
    border: solid 1px #ccc;
    width: 100%;
    height: auto;
}

.right_block {
    position: relative !important;
    float: left !important;
    width: 100% !important;
    text-align: center !important;
}

.right_block .price_container {
    height: 20px;
}

.right_block .price_container p {
    display: inline-block;
    margin: 10px 0px;
}

p#add_to_cart {
    text-align: center;
}

/*Le button*/

.right_block p#add_to_cart {
    text-align: center;
    padding-bottom: 0;
}

.right_block p#add_to_cart input.exclusive {
    margin: auto;
    border-radius: 1px;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    border: none;
    text-shadow: 0 1px #015883;
    padding: 12px;
    color: #fff;
    display: block !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background-image: -moz-linear-gradient(#009ad0, #007ab7);
    background-image: -webkit-linear-gradient(#009ad0, #007ab7);
    background-image: linear-gradient(#009ad0, #007ab7);
}

.right_block p#add_to_cart input.exclusive:hover {
    background: linear-gradient(#009ad0, #007ab7);
}

/*===============================
			BANNER.TPL         
================================= */

.banner_container {
    background-color: #000;
}

div.panel-heading.clearfix.banner_container {
    width: 100%;
    background-color: #000;
}
