a {
	color: #212121;
}

input[type=checkbox], input[type=radio] {
	vertical-align: baseline;
}

.img-responsive img {
	max-width: 100%;
	height: auto;
}

.logo a {
	background-image: url(../img/logo.png) !important;
	background-size: auto 100%;
	background-position: center;
}

.opacity .opacity-bg {
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	color: #fff;
}

.widget-explanation, .widget-explanation p {
	margin-bottom: 0 !important;
}
.privacy.checkbox_container {
	border: 0;
	padding: 0;
}

.error, span.mandatory {
	color: #dd0000;
}

.lista_categorie .ce_linkbox {
	margin-bottom: 30px;
}

form fieldset {
	border: 0;
	padding: 0;
}


.product_list {
	display: flex;
	flex-wrap: wrap;
	/*
	border-left: 1px solid rgb(222 215 209);
	border-top: 1px solid rgb(222 215 209);
	*/
}
.product_list .product {
	width: 25%;
	display: flex;
	justify-content: center;
	padding: 0.5em;
	margin-bottom: 30px;
	/*
	border-right: 1px solid rgb(222 215 209);
	border-bottom: 1px solid rgb(222 215 209);
	*/
}
.product_list .product .content {
	display: flex;
}
.product_list .product .image_container img {
	height: 415px;
	object-fit: cover;
}

@media only screen and (max-width: 970px) and (min-width: 768px) {
	.product_list .product {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.product_list .product {
		width: 100%;
		display: block;
	}
	.product_list .product .content {
		display: block;
	}	
	.product_list .product .image_container img {
		height: auto;
		object-fit: cover;
	}	
}


.product_list .product .content form {
	min-height: 100%;
}
.product_list .product .content form .formbody {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.product_list .product .content form .formbody .text {
	flex: 1 0 auto;
}
.product_list .product .content form .formbody h5 {
	margin-top: 15px;
	margin-bottom: 0;
	text-align: center;
	font-weight: bold;
}
.product_list .product .content form .formbody .price {
	text-align: center;
	font-size: 18px;
}

.price .original_price,
.price .original_price + .price {
	display: inline-block;
}
.price .original_price {
	color: #bf0000;
	font-weight: normal;
}
.price .original_price + .price {
	margin-left: 15px;
}
.price .discount {
	font-size: 14px;
}
.mod_iso_productreader .price .discount {
	display: inline-block;
	margin-left: 15px;
}

.edit, .remove {
	color: #212121;
}



.mod_iso_productreader .product .content {
	padding: 0px 20px 20px 20px;
}
.mod_iso_productreader .product .images,
.mod_iso_productreader .product .content {
	float: right;
	width: 50%;
}
@media only screen and (max-width: 767px) {
	.mod_iso_productreader .product .images,
	.mod_iso_productreader .product .content {
		width: 100%;
		float: none;
		padding: 0px;
	}
}


.mod_iso_productreader .product .content .price {
	color: #212121;
}
.mod_iso_productreader .product .content .price:not(td):not(th) {
	font-size: 26px;
	margin-bottom: 20px;
	/*text-align: center;*/
	font-weight: bold;
}
.mod_iso_productreader .product .content .price .price {
	margin-bottom: 0px;
}

.mod_iso_productreader .product .description {
	margin-top: 10px;
	line-height: 20px;
}

.mod_iso_productreader .product .submit_container {
	margin: 20px 0;
}
.mod_iso_productreader .product .quantity_container {
	float: left;
	width: calc(30% - 10px);
	margin-right: 10px;
}
.mod_iso_productreader .product .add_to_cart {
	float: left;
	width: 70%;
}

.mod_iso_productreader .product .images .gallery figure {
	float: left;
	width: 33.3333%;
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	.mod_iso_productreader .product .images .gallery figure {
		width: 100%;
		float: none;
	}
}

.optionCustom {
	margin: 5px 0;
	line-height: 23px;
}
.optionCustom label {
	color: #212121;
	/*min-width: 120px;*/
	display: inline-block;
	margin: 0;
}


#iso_ajaxBox {
	width: auto;
	padding: 10px;
	left: 0;
	right: 0;
	z-index: 100000;
	max-width: 400px;
	margin: 0 auto;
}
#iso_ajaxBox .iso_confirm {
	padding: 0;
	background: none;
}
@media only screen and (max-width: 767px) {
	#iso_ajaxBox .iso_confirm .btn {
		float: none !important;
	}
}


.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	font-size: inherit;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}
.table a {
	color: #212121;
}

.visible-xs {
	display: none!important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block!important;
	}
	.hidden-xs {
		display: none!important;
	}	
}

.pull-left {
	float: left!important;
}
.pull-right {
	float: right!important;
}
.clearfix {
	clear: both;
}


.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.submit_container .btn {
	width: auto;	
}


.checkoutLeft {
	float: left;
	width: 25%;
	margin-bottom: 30px;
}
.checkoutLeft .mod_login {
	padding: 20px;
	background: rgba(255,255,255,0.95);
	margin: 0 0 20px 0;
	max-width: 478px;
	border: 1px solid rgba(0,0,0,0.1);
}
/*
.steps {
	float: left;
	width: 25%;
	margin-bottom: 30px;
}
*/
.steps {
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #9b9ca5;
	padding-bottom: 5px;
}
.steps ol li {
	margin-left: 30px;
	list-style: decimal;
	float: left;
}
.steps ol li.first {
	margin-left: 20px;
}
.steps a {
	color: #212121;
	font-weight: bold;
}

.checkoutContainer {
	float: left;
	width: 75%;
	padding-left: 30px;
}
@media (max-width: 767px) {
	.checkoutLeft,
	.checkoutContainer {
		float: none !important;
		width: 100%;
		padding-left: 0px;
	}	
	.steps ol li {
		margin-left: 20px;
		float: none;
	}
}

.mod_iso_checkout h2 {
	margin-bottom: 15px;
}

.btn.btn-primary {
	background: #09af2e !important;
	border-color: #09af2e !important;
}

.pagination {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.pagination ul, .pagination p {
		text-align: center;
	}
	.pagination ul li {
		float: none;
		display: inline-block;
	}	
}

.mod_iso_productfilter {
	border-bottom: 1px solid rgb(241, 241, 241);
	padding-bottom: 20px;
 }
.mod_iso_productfilter .filters select,
.mod_iso_productfilter .search input {
	height: 35px;
	margin-bottom: 10px;
}
.mod_iso_productfilter .search .submit {
	padding: 0px 20px;
}
.mod_iso_productfilter .clear_filters {
	color: #212121;
}

div.awesomplete {
	width: 100%;
}


@media (min-width: 768px) {
	.mod_iso_checkout div.address_new .widget,
	.mod_personalData .widget,
	.mod_registration .widget {
		float: left;
		width: 50%;
		padding: 0 5px;
	}
}

.mod_registration label {
	color: inherit;
	display: inline-block;
}

form fieldset legend {
	background-color: #212121;
	background: transparent;
	color: #212121;
	padding: 0;
	font-size: 18px;
	margin-bottom: 5px;
	text-align: center;
}

div.order_status {
	margin-bottom: 30px;
	padding: 15px;
	background-color: #f5f5f5;
}

form.style2 {
	background: #27354ade !important;
}
form.style2 .widget {
	color: #ffffff;
}
form.style2 .widget a {
	color: #83bae6;
}

.ce_hyperlink a, a.btn {
	padding: 12px 30px;
}
.iso_confirm a.btn {
	padding: 12px 20px;
}


.ce_headerimage.version1 .content {
	padding: 20px 50px;
}

#bottom .inside .left a {
	margin-right: 0;
}

.mainmenu ul ul li a {
	text-transform: uppercase;
}


@media (min-width: 768px) {
	.mod_iso_productfilter .search,
	.mod_iso_productfilter .filters {
		width: 49%;
	}
	.mod_iso_productfilter .filters {
		margin-left: 1%;
		float: right;
	}
}

.clear_filters {
	margin-top: 15px;
	display: block;
	text-align: right;
}

p.empty.message {
	text-align: center;
	margin-top: 30px;
}

.ce_headline_extended h3.background-text {
	opacity: 0.1;
	text-transform: uppercase;
	font-size: 7rem;
}

.mainmenu ul li a {
	line-height: 40px;
}
.mainmenu ul ul li a.submenu:after {
	display: inline-block !important;
}

.menu-categorie {
	margin-top: -10px;
	margin-bottom: 40px;
}
.menu-categorie ul {
	display: flex;
	justify-content: space-between;
}
.menu-categorie ul li {
	text-transform: uppercase;
	font-size: 12px;
}
.menu-categorie.menu-categorie-principale ul {
	justify-content: center;
}
.menu-categorie.menu-categorie-principale ul li {
	padding: 0 10px;
}
@media (max-width: 1070px) {
	.menu-categorie:not(.menu-categorie-principale) {
		display: none;
	}
}