/*
Theme Name: Irilus

WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {
	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}
	ul.products li.product.first {
		clear: both;
	}
	ul.products li.product.last {
		margin-right: 0;
	}
	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}
	ul.products.columns-2 li.product {
		width: 48.1%;
	}
	ul.products.columns-3 li.product {
		width: 30.79667%;
	}
	ul.products.columns-4 li.product {
		width: 22.15%;
	}
	ul.products.columns-5 li.product {
		width: 16.96%;
	}
	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

.products a {
	text-decoration: none;
	display: block;
	height: 100%;
}

.products .card-product {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.products .card-product .card-content {
	border-radius: 30px;
	background: #fff;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
	padding: 15px 15px 35px;
	text-align: center;
	position: relative;
	margin: 15px 0;
	height: 100%;
}

.products .card-product .card-content h2 {
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 22px;
	text-align: center;
	color: #000;
	text-decoration: none;
	text-transform: lowercase;
}

.products .card-product .card-content h2:first-letter {
	text-transform: uppercase;
}

.products .card-product .card-content .price {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
}

.products .card-product .card-content .price label {
	font-family: "Work Sans", sans-serif;
	font-weight: normal;
	font-size: 17px;
	color: #000;
}

.products .card-product .card-content .price .woocommerce-Price-amount {
	font-family: "Work Sans", sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #000;
}

.products .card-product .card-content button {
	border-radius: 19px;
	background: #2e278e;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	padding: 6px 25px;
	position: absolute;
	bottom: 0;
	border: none;
	left: 50%;
	transform: translate(-50%, 50%);
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

.woocommerce-breadcrumb {
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 25px;
	color: #000;
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.woocommerce-breadcrumb a {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

.product {
	margin-top: 80px;
}

.product .product_meta a {
	font-family: "Work Sans", sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #2e278e;
	text-decoration: none;
	text-transform: uppercase;
}

.product .product_title {
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 45px;
	line-height: 45px;
	color: #000;
	margin-top: 15px;
}

.product .price {
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 25px;
	color: #000;
}

.product .woocommerce-product-rating {
	display: flex;
	align-items: center;
	margin: 20px 0 20px 0;
}

.product .woocommerce-product-rating .star-rating {
	width: 145px;
	height: 24px;
	margin-right: 15px;
}

.product .woocommerce-product-rating .star-rating:before {
	content: "";
	background-image: url("img/etoile-empty.png");
	opacity: 1;
	background-size: contain;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.product .woocommerce-product-rating .star-rating span {
	padding-top: 24px;
}

.product .woocommerce-product-rating .star-rating span:before {
	content: "";
	background-image: url("img/etoile_full.png");
	opacity: 1;
	background-size: contain;
	width: 145px;
	height: 25px;
	background-repeat: no-repeat;
}

.product .woocommerce-product-rating .woocommerce-review-link {
	font-family: "Work Sans", sans-serif;
	font-weight: normal;
	text-decoration: underline;
	font-size: 14px;
	line-height: 25px;
	color: #000;
	opacity: 0.4;
}

.product .col-image .woocommerce-product-gallery {
	padding-top: 20px;
	padding-right: 30px;
	float: none !important;
}

.product .col-image .woocommerce-product-gallery .wp-post-image {
	width: 100%;
}

.product .ek-add-to-cart {
	display: flex;
	align-items: center;
	border: 1px solid #2E278E;
	width: fit-content;
	border-radius: 30px;
	overflow: hidden;
}

.product .ek-add-to-cart .qib-button {
	border: none !important;
	background: transparent !important;
}

.product .ek-add-to-cart input.qty {
	border: none !important;
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #000;
}

.product .ek-add-to-cart #ek-submit {
	color: #fff;
	border: none;
	background: #2E278E;
}

.product .ek-descritpion {
	margin-top: 80px;
	position: relative;
}

.product .ek-descritpion #feuille-right {
	content: "";
	width: 200px;
	height: 230px;
	position: absolute;
	right: -200px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: -230px;
}

.product .ek-descritpion #feuille-left {
	content: "";
	width: 200px;
	height: 230px;
	position: absolute;
	left: -200px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	bottom: -230px;
	z-index: 2;
}

.product .ek-descritpion h2#description {
	display: block;
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
	background-image: url("img/titre-description.svg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0;
	background-position: top;
}

.product .col-infos .col-left-infos:nth-child(1) {
	margin-top: 70px;
}

.product .col-infos .col-left-infos.validation > img {
	top: 80px;
}

.product .col-left-infos {
	border-radius: 30px;
	background: #fff;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
	padding: 45px 20px 20px 20px;
	position: relative;
	margin-top: 150px;
	max-width: 380px;
}

.product .col-left-infos .title {
	font-family: "Work Sans", sans-serif;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.02em;
	line-height: 20px;
	text-align: center;
	color: #000;
	margin: 20px 0 30px;
	text-transform: uppercase;
}

.product .col-left-infos > img {
	position: absolute;
	max-width: 80%;
	left: 50%;
	top: 50px;
	transform: translate(-50%, -100%);
}

.product .col-left-infos ul {
	margin-left: 0;
	list-style: none;
}

.product .col-left-infos ul li {
	position: relative;
	font-family: "Work Sans", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.product .col-left-infos ul li:before {
	content: "";
	width: 25px;
	height: 25px;
	background-image: url(img/np_feather.svg);
	position: absolute;
	left: -32px;
	background-size: contain;
	background-repeat: no-repeat;
}

.product .col-left-infos ul li p {
	margin-bottom: 0;
}

.product .col-left-infos ul li:after {
	content: "";
	background: #DBDBDB;
	width: calc(100% + 30px);
	height: 1px;
	position: absolute;
	left: -30px;
	bottom: 0px;
}

.product .col-left-infos ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.product .col-left-infos ul li:last-child:after {
	display: none;
}

.product #reviews {
	position: relative;
}

.product #reviews:before {
	content: "";
	width: 100vw;
	height: 270px;
	background-image: url(img/avis-vague-haut3.svg);
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.product #reviews:after {
	content: "";
	width: 100vw;
	height: 270px;
	background-image: url(img/avis-vague-bas3.svg);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}

.product #comments {
	margin: 80px 0;
	padding-bottom: 270px;
	position: relative;
}

.product #comments:before {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(#58b5d8 0%, #2e278e 50.74%, #45177b 100%);
	z-index: -1;
}

.product #comments .woocommerce-noreviews {
	min-height: 300px;
	background: transparent;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
}

.product #comments .woocommerce-noreviews span {
	display: block;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.product #comments .head-comments {
	display: flex;
	align-items: center;
	margin-bottom: 80px;
}

.product #comments .head-comments button {
	background: #58b5d8;
	border-color: #58b5d8;
}

.product #comments .head-comments > img {
	max-width: 180px;
	margin-right: 20px;
}

.product #comments .head-comments .woocommerce-Reviews-title {
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 30px;
	color: #000;
}

.product #comments .head-comments .woocommerce-review-link {
	display: none;
}

.product #comments .ek-container-review .woocommerce-pagination .page-numbers {
	list-style: none;
	margin: 0;
	padding: 20px;
	display: flex;
	justify-content: center;
}

.product #comments .ek-container-review .woocommerce-pagination .page-numbers > li {
	width: 25px;
	height: 25px;
	color: #fff;
	background: #58b5d8;
	margin-right: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	font-family: "Work Sans", sans-serif;
}

.product #comments .ek-container-review .woocommerce-pagination .page-numbers > li a {
	text-decoration: none;
	color: #fff;
	font-family: "Work Sans", sans-serif;
}

.product #comments .commentlist {
	padding: 50px;
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	max-width: 1100px;
	margin: 0 auto;
}

.product #comments .commentlist li {
	width: 50%;
	padding-bottom: 25px;
}

.product #comments .commentlist li:nth-child(2n+1) {
	padding-right: 50px;
	border-right: 1px solid #fff;
}

.product #comments .commentlist li:nth-child(2n+2) {
	padding-left: 50px;
}

.product #comments .commentlist li .comment-text .meta {
	margin-bottom: 0;
}

.product #comments .commentlist li .comment-text .meta .woocommerce-review__author {
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
}

.product #comments .commentlist li .comment-text .meta .woocommerce-review__verified, .product #comments .commentlist li .comment-text .meta .woocommerce-review__dash, .product #comments .commentlist li .comment-text .meta .woocommerce-review__published-date {
	display: none;
}

.product #comments .commentlist li .comment-text .star-rating {
	width: 130px;
	height: 23px;
	margin-bottom: 10px;
	margin-top: 6px;
}

.product #comments .commentlist li .comment-text .star-rating:before {
	content: "";
	background-image: url(img/etoile-empty.png);
	opacity: 1;
	background-size: contain;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.product #comments .commentlist li .comment-text .star-rating span:before {
	content: "";
	background-image: url(img/etoile_full.png);
	opacity: 1;
	background-size: contain;
	width: 130px;
	height: 23px;
	background-repeat: no-repeat;
}

.product #comments .commentlist li .comment-text .description {
	font-family: "Work Sans", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	max-width: 450px;
}

.product .related.products {
	margin-top: 50px;
}

.product .related.products > h2 {
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 45px;
	text-align: center;
	color: #000;
	margin-bottom: 50px;
}

.product .related.products > h2 .gradient-text {
	/* Fallback: Set a background color. */
	background-color: red;
	/* Create the gradient. */
	background-image: linear-gradient(to right, #2e278e 0%, #45177b 50.74%, #d26186 100%);
	/* Set the background size and repeat properties. */
	background-size: 100%;
	background-repeat: repeat;
	/* Use the text as a mask for the background. */
	/* This will show the gradient as a text color rather than element bg. */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}

.product .related.products span.subtitle {
	display: block;
	font-family: "Work Sans", sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	color: #000;
}

#ek-modal .close {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	border: none;
	font-size: 40px;
	padding: 15px;
	line-height: 25px;
	color: #fff;
}

#ek-modal .modal-content {
	overflow: hidden;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
	border: none;
}

#ek-modal .modal-content .header-form {
	background: linear-gradient(to right, #58b5d8 0%, #2e278e 50.74%, #45177b 100%);
	padding: 10px 20px;
	border-radius: 30px;
	font-family: "Work Sans", sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	margin-top: 60px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 60px;
}

#ek-modal .modal-content .header-form:before {
	content: "";
	width: 100px;
	height: 75px;
	background-image: url(img/tt2.png);
	display: inline-block;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: -5px;
	background-repeat: no-repeat;
	transform: translateX(-50%);
}

#ek-modal .modal-content .header-form > span {
	display: block;
	overflow: hidden;
}

#ek-modal .modal-content .header-form > span > span {
	position: relative;
}

#ek-modal .modal-content .header-form > span > span:before {
	content: "";
	width: 1000px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translate(100%, -50%);
}

#ek-modal .modal-content .modal-body {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 60px;
}

#ek-modal .modal-content .modal-body form {
	width: 1000px;
	max-width: 100%;
}

#ek-modal .modal-content .modal-body form input {
	border-radius: 8px;
	background: transparent;
	border: 1px solid #2e278e;
	opacity: 0.35;
	padding: 8px;
}

#ek-modal .modal-content .modal-body form label {
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-align: left;
	color: #000;
	display: flex;
	align-items: center;
}

#ek-modal .modal-content .modal-body form label img {
	margin-right: 10px;
}

#ek-modal .modal-content .modal-body .checkbox-container {
	display: flex;
}

#ek-modal .modal-content .modal-body .checkbox-container .form-check {
	margin-right: 10px;
}

#ek-modal .modal-content .modal-body input.single_add_to_cart_button {
	border-radius: 19px;
	background: #2e278e;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	padding: 6px 25px;
	opacity: 1;
	margin-top: 30px;
}

#ek-modal .modal-dialog .modal-header {
	background-image: url("img/modal-header.svg");
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 80px;
	background-size: cover;
	background-position: center bottom;
	border: none;
}

#ek-modal .modal-dialog .modal-header .content {
	width: 100%;
}

#ek-modal .modal-dialog .modal-header .content img {
	display: block;
	max-width: 260px;
	margin: 0 auto;
}

#ek-modal .modal-dialog .modal-header .content span {
	display: block;
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	color: #fff;
}

@media (max-width: 991px) {
	.product #comments .commentlist {
		padding: 50px 15px;
	}
	.product #comments .commentlist li {
		width: 100%;
		padding-right: 0 !important;
		border-right: 0 !important;
		border-bottom: 1px solid #fff;
		margin-bottom: 30px;
		padding-left: 0 !important;
	}
	.product #comments .head-comments {
		justify-content: center;
	}
	.product .col-left-infos {
		margin-top: 115px;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.ek-descritpion > .row {
		flex-wrap: wrap-reverse;
	}
	.ek-descritpion > .row .col-left-infos {
		margin-top: 115px !important;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.ek-descritpion > .row .col-left-infos img {
		max-width: 250px;
	}
}

.comment-text p {
	color: #fff;
}

.form-check-input:checked[type="radio"] {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='%232E278E'/></svg>") !important;
}

#ek-modal .modal-content .modal-body form input.form-check-input {
	opacity: 1;
	border-radius: 30px;
}

.zoomImg, .woocommerce-product-gallery__trigger {
	display: none !important;
}

.summary .time {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	display: flex;
	align-items: center;
}

.summary .quality {
	font-weight: 500;
	font-size: 16px;
	color: #000;
	display: flex;
	align-items: center;
}

@media (max-width: 1199px) {
	#ek-modal .modal-content .header-form {
		padding-left: 120px;
	}
	#ek-modal .modal-content .header-form:before {
		transform: none;
	}
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}
	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

body.woocommerce-cart h1 {
	font-weight: 600;
	font-size: 30px;
	color: #000;
	margin-bottom: 50px;
	margin-top: 80px;
}

body.woocommerce-cart .woocommerce-cart-form thead th {
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #000;
	padding-bottom: 20px;
}

body.woocommerce-cart .woocommerce-cart-form tbody td {
	padding: 30px 0;
}

body.woocommerce-cart .cart_item {
	border-top: 1px solid #E2E2E2;
}

body.woocommerce-cart .cart_item .product-thumbnail img {
	max-width: 100px;
}

body.woocommerce-cart .cart_item .product-name a {
	font-weight: 600;
	font-size: 16px;
	line-height: 14px;
	text-align: left;
	color: #000;
	text-decoration: none;
}

body.woocommerce-cart .cart_item .product-price {
	font-weight: 600;
	font-size: 16px;
	line-height: 14px;
	text-align: center;
	color: #000;
}

body.woocommerce-cart .cart_item .input-text.qty {
	border: none !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 14px;
	text-align: center;
	color: #000;
}

body.woocommerce-cart .cart_item .product-remove .remove {
	color: #fff;
	text-decoration: none;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #2E278E;
	border-radius: 50%;
	font-size: 18px;
}

body.woocommerce-cart .cart-collaterals h2 {
	background-image: url(img/top-cart.svg);
	background-size: cover;
	background-position: bottom;
	padding: 25px 25px 50px;
	font-weight: 600;
	font-size: 22px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

body.woocommerce-cart .cart-collaterals .collaterals-content {
	border-radius: 30px;
	background: #fff;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}

body.woocommerce-cart .cart-collaterals .collaterals-content .totals-content {
	padding: 0 25px 25px;
}

body.woocommerce-cart .cart-collaterals .collaterals-content label, body.woocommerce-cart .cart-collaterals .collaterals-content th {
	font-weight: 600;
	font-size: 16px;
	line-height: 14px;
	color: #000;
}

body.woocommerce-cart .cart-collaterals .collaterals-content td {
	text-align: right !important;
}

body.woocommerce-cart .cart-collaterals .collaterals-content .woocommerce-cart-form {
	padding-bottom: 30px;
	border-bottom: 1px solid #E2E2E2;
}

body.woocommerce-cart .cart-collaterals #coupon_code {
	border-radius: 8px;
	background: transparent;
	border: 1px solid #e2e2e2;
	width: 100%;
	margin-right: 15px;
	padding: 5px;
}

body.woocommerce-cart .cart-collaterals .button.wp-element-button {
	background: linear-gradient(to right, #58b5d8 0%, #2e278e 50.74%, #45177b 100%);
	border: none;
	border-radius: 30px;
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	padding: 6px 20px;
	filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.16));
	transition-duration: 0.2s;
}

body.woocommerce-cart .cart-collaterals .button.wp-element-button.checkout-button {
	text-decoration: none;
	width: 100%;
	display: block;
	margin-top: 30px;
}

.ur-frontend-form.login-registration h1 {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 80px;
}

#user-registration {
	box-shadow: none;
}

#ek-form-longin {
	max-width: 550px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#ek-form-longin:before {
	content: "";
	width: 160px;
	height: 250px;
	background-image: url(img/before_login.svg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	right: -160px;
	background-size: 250px;
	background-position: right;
}

#ek-form-longin:after {
	content: "";
	width: 250px;
	height: 250px;
	background-image: url(img/after-login.svg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
	left: -160px;
	bottom: -85px;
	background-size: 250px;
	background-position: left;
}

#ek-form-longin .content {
	margin: 0 auto;
	padding: 20px;
	border-radius: 30px;
	background: linear-gradient(to right, #58b5d8 0%, #2e278e 50.74%, #45177b 100%);
	margin-bottom: 50px;
	position: relative;
}

#ek-form-longin .content:after {
	content: "";
	width: 80px;
	height: 80px;
	background-image: url(img/cadena.svg);
	position: absolute;
	left: 50%;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translate(-50%, 40%);
}

#ek-form-longin .content .ek-submit {
	text-align: center;
	margin-top: 30px;
}

#ek-form-longin .content .ek-submit .user-registration-Button {
	background: linear-gradient(to right, #58b5d8 0%, #2e278e 50.74%, #45177b 100%) !important;
	border: none !important;
	border-radius: 30px !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	padding: 6px 20px;
	filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.16));
	transition-duration: 0.2s;
}

#ek-form-longin .content .ek-remember {
	justify-content: space-between;
	padding: 20px 0;
	align-items: center;
}

#ek-form-longin .content .ek-remember p, #ek-form-longin .content .ek-remember label {
	margin: 0;
}

#ek-form-longin .content .ek-remember label.user-registration-form__label {
	font-weight: 500 !important;
	font-size: 12px !important;
	line-height: 14px !important;
	color: #000 !important;
	display: flex;
}

#ek-form-longin .content .ek-remember .user-registration-LostPassword a {
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #000;
}

#ek-form-longin #ur-frontend-form {
	background: #fff;
	border-radius: 20px;
}

#ek-form-longin #ur-frontend-form .user-registration-form-login {
	padding-top: 50px;
	padding-bottom: 50px;
	max-width: 400px;
	margin: 0 auto;
}

#ek-form-longin #ur-frontend-form .user-registration-form-login label {
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	color: #000;
}

#ek-form-longin #ur-frontend-form .user-registration-form-login input {
	border-radius: 8px;
	background: transparent;
	border: 1px solid #e2e2e2;
}

#ek-form-longin #ur-frontend-form .user-registration-form-login input[type=submit] {
	float: none;
}

#ek-form-longin.inscription {
	max-width: 730px;
}

#ek-form-longin.inscription:before {
	background-image: url("img/before-registration.svg");
}

#ek-form-longin.inscription:after {
	background-image: url("img/after-registration.svg");
	bottom: -30px;
}

#ek-form-longin.inscription .user-registration {
	background: #fff;
	border-radius: 20px;
	border: none;
	padding: 20px;
	margin-bottom: 0;
}

#ek-form-longin.inscription .user-registration label {
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	color: #000;
}

#ek-form-longin.inscription .user-registration input {
	border-radius: 8px;
	background: transparent;
	border: 1px solid #e2e2e2;
}

#ek-form-longin.inscription .user-registration input[type=submit] {
	float: none;
}

#ek-form-longin.inscription .user-registration .ur-submit-button {
	background: linear-gradient(to right, #58b5d8 0%, #2e278e 50.74%, #45177b 100%) !important;
	border: none !important;
	border-radius: 30px !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	padding: 6px 20px;
	filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.16));
	transition-duration: 0.2s;
}

#ek-form-longin.inscription .field-section_title h3 {
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	color: #fff;
	background: linear-gradient(to right, #58b5d8 0%, #2e278e 50.74%, #45177b 100%);
	padding: 15px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

h1.titre-registration {
	margin-bottom: 30px;
	margin-top: 80px;
}

.ur-frontend-form .ur-button-container .ur-submit-button {
	margin: 30px auto;
}

.user-registration-register, .link-login {
	text-align: center;
}

.user-registration-register a, .link-login a {
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	color: #000;
	text-decoration: none;
}

.user-registration-register a span, .link-login a span {
	background-image: linear-gradient(to right, #58b5d8 0%, #2e278e 50.74%, #45177b 100%);
	background-size: 100%;
	background-repeat: repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.16));
}

@media (max-width: 1199px) {
	.woocommerce-cart-form__contents thead .product-price {
		display: none;
	}
	.woocommerce-cart-form__contents tbody .product-price {
		display: none;
	}
}

@media (max-width: 991px) {
	body.woocommerce-cart .cart-collaterals h2 {
		padding-bottom: 80px;
	}
}

@media (max-width: 767px) {
	body.woocommerce-cart .cart_item {
		position: relative;
	}
	body.woocommerce-cart .woocommerce-cart-form tbody td {
		padding: 8px 0;
	}
	body.woocommerce-cart .woocommerce-cart-form tbody td.product-thumbnail {
		text-align: center;
		padding-top: 30px;
	}
	body.woocommerce-cart .woocommerce-cart-form tbody td.product-thumbnail:before {
		display: none;
	}
	body.woocommerce-cart .woocommerce-cart-form tbody td.product-remove {
		position: absolute;
		right: 15px;
		top: 15px;
	}
}

@media (max-width: 574px) {
	.ur-frontend-form .ur-form-row .ur-form-grid:last-child {
		padding: 0;
	}
	.woocommerce .ur-frontend-form {
		padding: 0 !important;
	}
	#ek-form-longin .content {
		padding: 10px;
	}
	#ek-form-longin:before {
		display: none;
	}
	#ek-form-longin:after {
		display: none;
	}
	#ek-form-longin #ur-frontend-form .user-registration-form-login {
		padding: 50px 15px;
	}
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {
	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

/*# sourceMappingURL=woocommerce.css.map */