/*-------------------*/
/* GENERAL */
/*-------------------*/

/*-------------------*/
/* TOP NAV */
/*-------------------*/
.top-language #wrapper{
	padding-bottom:20px!important;
	padding-top:10px;
}
.top-language a{
	font-size:14px!important;
	text-decoration:none!important;
	padding:0px 15px;
}
.nav-bar > .level-0:after{
	content:""!important;
	display:none!important;
}
.nav-bar > .level-0 > a{
	padding:0px 15px;
}
/*-------------------*/
/* HEADER */
/*-------------------*/

/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

/*-------------------*/
/* PRODUCT */
/*-------------------*/
.product-page .product-tabs > ul li, .product-page .tabs-body > div{
	border:1px #ddd solid;
}
.product-page .product-tabs > ul li.selected{
	border-bottom:1px solid #FFF!important;
}
.product-page .tabs-body{
	padding-left:0px;
}
.product-page .product-tabs > ul li a[rel=tab-02] {
  color: #f00;
}

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-block ul.social li{
	float:none;
	display:inline-block;
}
.footer-block ul.social{
	text-align:center;
}
/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){
	
}

@media screen and (max-width: 660px){

}


/* Core theme mods for Loreal */

#edit_website_product .product-option-wrapper .thumbnail .ddChild {
	background-color: #DBDCDD;
    padding: 0 10px 15px 10px;
}

.checkout-main .payment .form-radio.billing-method label {
	font-size:15px; color:red;
}