/**** EDELWEISS BEFOX *****/

#homeslider li span.btn {
    background: #fccd1b none repeat scroll 0 0;
    border: 1px solid #fccd1b;
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
}
#search_block_top {
        padding-top:45px !important;
}

.content_scene_cat .content_scene_cat_bg {
    background-position: 0 0 !important;
}

.content_scene_cat span.category-name {
    background-color: #000;
    padding: 8px 12px;
    color: #fff;
}

#cms #center_column h3 {
	font-weight: bold;
}

.product_novelty {
	background-color: #7aa910;
	color: #fff;
	padding: 4px 20px;
	font-weight: bold;
}

ul.product_list.grid p.price-public {
	margin-top: 6px;
}

ul.product_list.grid > li .product-container .product-image-container {
	margin-bottom: 0;
}

#productscategory_list .product-name {
	height: 50px;
}

#productscategory_list .price_display .price {
    color: #000;
    font: 500 16px "Raleway",sans-serif;
    display:none;
}

ul.product_list.grid > li .product-container .button-container {
	width: 100%;
}

span.available_now {
	background-color: #7aa910;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
}
span.available_later {
	background-color: #e29811;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
}
span.available_inactive {
	background-color: #A90F17;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
}

/** green instead of yellow **/
.new-label {
	background: #7aa910;
}
#home-page-tabs > li.active a, #home-page-tabs > li a:hover {
	border-top: 3px solid #7aa910;
}
#layered_block_left {
	border-top: 3px solid #7aa910;
}
#product #our_price_display {
	display:none;
}
.block .title_block, .block h4 {
    border-top: 3px solid #7aa910;
}
.button.button-medium.exclusive {
    border-color: #7aa910;
    background: #7aa910;
}
.button.button-medium.exclusive span {
    border-color: #7aa910;
}
.button.button-medium.exclusive:hover {
    border-color: #7aa910;
    background: #7aa910;
}
.button.button-medium.exclusive:hover span {
    border-color: #7aa910;
}
.label-success {
	background-color: #7aa910;
}
ul.step li.step_current {
	background: #7aa910;
	border-color: #7aa910;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
	background-color: #7aa910;
	border-color: #6F990E;
}
.has-success .input-group-addon {
	background-color: #7aa910;
}
.alert-success {
	background-color: #7aa910;
	border-color: #6F990E;
}
.panel-success > .panel-heading {
	background-color: #7aa910;
	border-color: #6F990E;
}
.footer-container #footer #social_block ul li:hover {
	border-top: 1px solid #6F990E;
	border-bottom: 1px solid #6F990E;
}
.footer-container #footer #social_block ul li:hover a {
	color: #7aa910;
}


#product .hide-price, #product .show-price{
	display:none;
	float:right;
	font-family: FontAwesome;
	font-size: 23px;
	line-height: 23px;
}



.only-for-grp-FR, .only-for-grp-EU, .only-for-grp-EX {
	/* see fr_or_ex.js in specifedw module */
	display:none;
}

/** product grid 4 col **/
@media (min-width: 1600px) {
	body#category .container {
		max-width: 1600px;
	}
	body#category div#left_column.col-sm-3 {
		width: 18%;
	}
	body#category div#center_column.col-sm-9 {
		width: 82%;
	}
	body#category  ul.product_list.grid .col-md-4 {
		width: 25%;
	}
	body#category  ul.product_list.grid > li.first-in-line {
		clear: none;
	}
	body#category  ul.product_list.grid > li.first-item-of-wide-line {
		clear: left;
	}
}

