
.totsuggestproductcart_17#product_list ul{
	width: 100%;
	margin-bottom: 20px;
}

.totsuggestproductcart_17#product_list li{
	position: relative;
	display:block;
	float: left;
	width:25%;
	min-width: 300px;
	height: 480px;
	padding: 15px 22px 15px 15px;
	margin-bottom: 20px;
    box-shadow: initial;
}

.totsuggestproductcart_17#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_17#product_list li h3{
	font-size: 17px;
    line-height: 23px;
    color: #3a3939;
    margin-top: 0px;
    height: 25px;
    text-align: center;
}

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

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

.page-product-heading {
    margin-top: 25px;
}

#buy_block div h3 a,
#buy_block div #prod_desc .product_desc a {
    color: #777;
}

#buy_block .center_block {
    padding-left: 1px;
    padding-top: 1px;
}

#buy_block div #prod_desc .product_desc a {
    font-size: 13px;
}

#buy_block .totAlignContainer {
    text-align: center;
}

.totsuggestproductcart_17#product_list li .center_block #prod_desc {
    height: 60px;
    margin-top: 30px;
}

.totsuggestproductcart_17#product_list .right_block .pdt_old_price_display {
	text-decoration: line-through;
}

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

.totsuggestproductcart_17#product_list li a img {
	text-align: center;
    border: solid 0px #ccc;
	width: auto;
	height: auto;
	margin-left: 30px;
}

.right_block {
	width: 100%;
    *position: absolute;
    bottom: 0;
    padding-right: 10px;
}

.right_block .price_container {
	height: auto;
}

.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;
}

.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;
}

.strong {
    font-weight: bold;
}

.green {
    color: rgb(157, 195, 70);
    font-size: 40px;
    display: inline-block;
}

.title {
    font-size: 15px;
    display: inline-block;
    padding : 10px;

}

.panel > .panel-heading {
    background-color: rgb(157, 195, 70);
}
.min {
    text-transform:lowercase;
}

div#main div.panel > div.panel-heading {
    height: auto !important;
    margin: 0px;
}

div#main #content.bootstrap .panel {
    padding: 0px;
}

div#main #content.bootstrap .panel .form-group {
    padding: 0px 20px;
}

div#main .bootstrap .panel .panel-footer {
    margin: 0px
}

.white {
    color:white;
}

.text {
    text-align: left;
    line-height: 17px;
    width: 750px;
    padding: 2px 5px 8px 30px;
    font-size: 16px;
}

.banner {
    width: 1500px;
    border:0;
    margin:0;
    text-align: center;
}

.logo {
    padding-right: 0px;
    text-align: right;
    width: 100%px;
}

.logo img {
    width: 170px;
}

.button {
    text-align: right;
    padding-right: 30px;
}

.button img {
    width: 35px;
    padding: 7px;
}

.img {
    text-align: right;
    padding-left: 20px;
}


.radio {
    padding: 20px;
}

/*===============================
			RESPONSIVE
================================= */

@media screen and (max-width:992px) {
	.totsuggestproductcart_17#product_list li {
	width: 50%;
	height: 500px;
	}
}

@media screen and (max-width:604px) {
	.totsuggestproductcart_17#product_list li {
    	width:100%;
	    height: 280px;
	    margin-bottom: 20px;
	    min-width: 120px;
	    border: solid 1px rgba(204, 204, 204, 0.59);
    }
    .totsuggestproductcart_17#product_list li .price_container {
        text-align: center;
    }
	.totsuggestproductcart_17#product_list li a img {
		width: 120px;
		height: auto;
		float: left;
		margin-right: 2%;
    }
	.totsuggestproductcart_17#product_list li .rules {
		display: block;
        text-align: left;
    }
	input#date_begin_totsuggest.hasDatepicker {
		width: 98%;
    }
	input#date_end_totsuggest.hasDatepicker {
		width: 98%;
    }
}
