/* Top of page */
.top-hr {
	margin-bottom: 15px;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.alerto-warning, .alerto-danger{
	opacity: 1 !important;
	color: var(--red);
}

/* /Top of page */

/* Pack content */
#ap5-product-list.card {
	flex-flow: row wrap;
}

#ap5-product-list .product-variants-item .label-color{
	margin: 0.5rem 0.5rem 0 0;
}

#ap5-product-list .product-variants-item .color {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
#ap5-product-list .product-variants-item .ap5-color +.color:before {
	content: "";
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	top: 1px;
	right: 1px;
	background: transparent;
	border: 2px solid white;
	opacity: 0;
}

#ap5-product-list .product-variants-item .color:focus:before,
#ap5-product-list .product-variants-item .color:hover:before{
	opacity: 1 !important;
}
#ap5-product-list .product-variants-item .ap5-color.checko+.color:before {
	opacity: 1;
}
#ap5-product-list.locked .ap5-step-on-last .checko+.color:before{
	opacity: 0;
}

#ap5-product-list .product-variants {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.ap5-on-product-page .ap5-pack-product-title a {
	color: #414141;
}

.ap5_pack_product_list_cart_summary em {
	font-size: 0.9rem;
}


.ap5-on-product-page .ap5-pack-product-title .ap5-pack-product-remove-label,
.ap5-on-product-page .ap5-pack-product-title .ap5-pack-product-add-label {
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
}

.ap5-on-product-page .ap5-pack-product-content {
	position: inherit;
}

.ap5-on-product-page .ap5-pack-product-content .ap5-attributes {
	padding: 0;
}

.ap5-on-product-page .ap5-pack-product-content .label,
.ap5-on-product-page .ap5-pack-product-content .ap5-attributes label {
	font-weight: bold;
	color: inherit;
	padding: 0;
}

.ap5-on-product-page .ap5-pack-product-content .pull-left {
	float: left;
}

.ap5-on-product-page .ap5-pack-product-content .pull-right {
	float: right;
}

.ap5-on-product-page .ap5-pack-product-content .attribute_label {
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.ap5-on-product-page .ap5-pack-product-content .ap5-attribute-list {
	display: block !important;
	padding-right: 0 !important;
}

.ap5-on-product-page .ap5-pack-product-content .ap5-attribute-list li {
	float: left;
	clear: none !important;
	margin-right: 10px;
}

/* Product block */
.ap5-pack-product {
	padding: 15px;
	position: relative;
}

.ap5-pack-page #product-availability{
	display: none;
}

.ap5-on-product-page .ap5-pack-product {
	padding: 0px;
	position: relative;
	padding-left: 30px;
}
.ap5-on-product-page .ap5-pack-product::before {
	position: absolute;
	left: 0;
	top: 0;
	content: attr(data-nb);
	width: 30px;
	height: 100%;
	background: var(--primary);
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-weight: bold;
}
.ap5-on-product-page.locked .ap5-pack-product {
	opacity: 0.15;
}
.ap5-on-product-page.locked .ap5-pack-product.ap5-step-on {
	opacity: 1;
}
.ap5-pack-product:not(.ap5-step-on)::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: transparent;
}

.ap5-pack-product-content {
	position: relative;
}

.ap5-pack-product.ap5-no-attributes hr:last-child {
	margin-bottom: 0px;
	border: none;
}

/* Product Quantity Ribbon */
.ap5-pack-product-content .ribbon-wrapper {
	width: 85px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	right: -3px;
	z-index: 50;
}

.ap5-pack-product-content .ribbon {
	font-weight: bold;
	text-align: center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ap5-pack-product-content .ribbon:before,
.ap5-pack-product-content .ribbon:after {
	content: "";
	border-top: 3px solid transparent;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	bottom: -3px;
}

.ap5-pack-product-content .ribbon:before {
	left: 0;
}

.ap5-pack-product-content .ribbon:after {
	right: 0;
}

/* /Product Quantity Ribbon */

/* Product Title */
.ap5-pack-product-name {}

.ap5-pack-product-name.title-left {
	padding: 10px 80px 10px 10px;
}

.ap5-pack-product-name.title-center {
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.ap5-pack-product-name {
	font-size: inherit;
	margin: initial;
	padding: initial;
	font-weight: initial;
	line-height: initial;
}

.ap5-pack-product-name a {
	color: #414141;
}

/* /Product Title */

/* Product Image */
.ap5-pack-product-image {}

.ap5-pack-product-image a {}

.ap5-pack-product-image a img {}

/* /Product Image */

/* Product Thumbnails */
.ap5-pack-product-slideshow {
	margin: 0 auto;
	overflow: hidden;
}

.ap5-pack-product-slideshow.pm-ap-owl-carousel div.ap5-pack-product-thumbnail {
	float: none;
}

.ap5-pack-product-slideshow.pm-ap-owl-carousel .pm-ap-owl-stage {
	margin: 0 auto;
}

.ap5-pack-product-slideshow.pm-ap-owl-carousel div.ap5-pack-product-thumbnail img.img-fluid,
.ap5-pack-product-mobile-slideshow.pm-ap-owl-carousel div.ap5-pack-product-thumbnail img.img-fluid {}

/* /Product Thumbnails */

/* Plus Icon */
.ap5-pack-product .ap5-pack-product-icon-plus:before {
	color: black;
	content: "\e147";
	font-family: "Material Icons";
	font-size: 25px;
	position: absolute;
	top: 150px;
	left: -26px;
}

.ap5-pack-product:first-child .ap5-pack-product-icon-plus:before {
	content: '';
}

.ap5-pack-product.ap5-no-plus-icon .ap5-pack-product-icon-plus:before {
	content: '' !important;
}

@media (max-width: 1200px) {
	.ap5-pack-product .ap5-pack-product-icon-plus:before {
		top: 150px !important;
	}
}

@media (max-width: 767px) {
	.ap5-pack-product .ap5-pack-product-icon-plus:before {
		top: 120px !important;
	}

	.ap5-pack-product {
		margin-top: 30px !important;
	}
}

@media (max-width: 575px) {
	.ap5-pack-product .ap5-pack-product-icon-plus:before {
		top: -40px !important;
		left: 46% !important;
	}
}

/* Plus Icon */

/* Remove Icon */
.ap5-pack-product .ap5-pack-product-icon-remove:after,
.ap5-is-mobile .ap5-pack-product .ap5-pack-product-icon-remove:after {
	color: black;
	content: "\e928";
	font-family: "Material Icons";
	font-size: 18px;
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
	z-index: 60;
}

.ap5-pack-product .ap5-pack-product-icon-remove:after {
	opacity: 0.2;
}

.ap5-pack-product:hover .ap5-pack-product-icon-remove:after,
.ap5-is-mobile .ap5-pack-product .ap5-pack-product-icon-remove:after {
	opacity: 1;
}

.ap5-is-mobile .ap5-pack-product .ap5-pack-product-icon-remove:after {
	top: -13px;
	right: -13px;
	padding: 20px;
}

.ap5-on-product-page .ap5-pack-product .ap5-pack-product-icon-remove:after {
	color: black;
	content: "\e928";
	font-family: "Material Icons";
	font-size: 18px;
	cursor: pointer;
	position: inherit;
	top: inherit;
	right: inherit;
	font-size: inherit;
}

/* Remove Icon */

/* Check Icon */
.ap5-is-excluded-product .ap5-pack-product-icon-check:after {
	color: black;
	content: "\e854";
	font-family: "Material Icons";
	font-size: 18px;
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
	z-index: 60;
}

.ap5-on-product-page .ap5-is-excluded-product .ap5-pack-product-icon-check:after {
	color: black;
	content: "\e854";
	font-family: "Material Icons";
	position: inherit;
	top: inherit;
	right: inherit;
	font-size: inherit;
	cursor: pointer;
}

/* Check Icon */

/* Icons */
.ap5-pack-product-icon-remove,
.ap5-pack-product-icon-check {
	cursor: pointer;
}

/* Icons */

/* Product Prices */
.ap5-pack-product-price-table-container {
	display: table;
	width: 100%;
}

.ap5-pack-product-price-table-container.ap5-no-reduction p {
	margin-bottom: 0;
}

.ap5-pack-product-price-table-container .ap5-pack-product-price-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.ap5-pack-product-price-table-container .ap5-pack-product-price-table-cell div {
	margin-bottom: 0;
}

.ap5-old-price-container .ap5-pack-product-original-price {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.ap5-old-price-container .ap5-pack-product-reduction-container {
	margin-bottom: 0 !important;
}

p#reduction_amount.ap5-pack-product-amount-container {
	margin-bottom: 0 !important
}

/* /Product Prices */

/* Product Availability */
.ap5-availability-statut {
	text-align: center;
	display: block;
}

.ap5-availability-statut #product-availability {
	margin-left: 0;
}

/* /Product Availability */

/* Product Quantity */
fieldset.ap5-quantity-fieldset {
	padding: 5px;
}

div.ap5-quantity-input-container {
	width: 80px;
}

div.ap5-quantity-input-container input.ap5-quantity-wanted {
	background: #ffffff;
	color: #414141;
	height: 2.5rem;
	padding: .175rem .5rem;
	width: 3.30rem;
}

/* Product Attributes */
.ap5-attributes {}

.ap5-attributes fieldset label {
	margin-top: 4px;
}

.ap5-attributes fieldset.ap5-attribute-fieldset {
	padding: 5px 0;
}

.ap5-attributes fieldset.ap5-attribute-fieldset .ap5-attribute-list {
	padding-right: 5px;
}

/* /Product Attributes */

/* /Product block */

/* /Pack content */

/* Pack Content Block */
#ap5-pack-content-block .tabs {
	margin-top: unset;
	padding: unset;
}

/* Pack Download Block */
#ap5-pack-download-block .attachment {
	margin-top: 15px;
}

/* Tabs */
#ap5-pack-product-tab-list {
	border: 0;
	margin: 0 20px;
}

#ap5-pack-product-tab-list>li {
	margin: 0;
	padding: 0;
	text-align: center;
	min-height: 100%;
}

#ap5-pack-product-tab-list>li>a {
	margin-right: 0;
	text-decoration: none;
	border-color: #d6d4d4;
	outline: none;
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#ap5-pack-product-tab-list>li>a>span {}

#ap5-pack-product-tab-list>li.active>a {}

/* /Tabs */

/* Tab Contents */
#ap5-pack-product-tabs-content {
	margin: 0 20px;
	padding-top: 20px;
	border: 1px #d6d4d4 solid;
	border-top: 0;
}

#ap5-pack-product-tabs-content>.tab-pane>div {
	margin-bottom: 20px;
}

#ap5-pack-product-tabs-content>.tab-pane>div>.rte {
	padding: 0;
}

/* Features table */
#ap5-pack-product-tabs-content>.tab-pane>div>section.page-product-box {
	padding-bottom: 0;
	border-bottom: 0;
}

#ap5-pack-product-tabs-content>.tab-pane>div>section.page-product-box>h3.page-product-heading {
	margin-bottom: 0;
}

#ap5-pack-product-tabs-content>.tab-pane>div>section.page-product-box>.table-data-sheet {
	margin-bottom: 0;
}

/* /Features table */

/* Google Rich Snippets & Reviews */
#ap5-pack-product-tabs-content div.ap5-gsnippetsreviews-reviews-container {
	clear: both;
}

#ap5-pack-product-tabs-content #gsr .pagination,
#ap5-pack-product-tabs-content #gsr div.gsr_social_buttons,
#ap5-pack-product-tabs-content #gsr .gsr_report_button,
#ap5-pack-product-tabs-content a[id^='reportReview'] {
	display: none !important;
}

#ap5-pack-product-tab-list #gsr-review-list,
#ap5-pack-product-tab-list #gsr-review-list>div {
	float: none !important;
}

/* /Google Rich Snippets & Reviews */

/* Product customization */
#ap5-pack-product-tabs-content .ap5-product-customization-container {
	clear: both;
}

#ap5-pack-product-tabs-content .customizationUploadLine textarea {
	width: 100%;
}

/* /Product customization */

@media (max-width: 767px) {

	#ap5-pack-product-tab-list,
	#ap5-pack-product-tabs-content {
		margin: 0 10px;
	}
}

/* /Tab Contents */
/* /Pack Content Block */

/* Alert and error cases */
.ap5-product-pack-row-has-errors>.ap5-pack-product-content>*:not(.ap5-pack-product-icon-check):not(.ap5-pack-product-icon-plus),
.ap5-product-pack-row-has-fatal-errors>.ap5-pack-product-content>*:not(.ap5-pack-product-icon-check):not(.ap5-pack-product-icon-plus) {
	opacity: 0.5;
}

.ap5-on-product-page .ap5-product-pack-row-has-errors>.ap5-pack-product-content>*:not(.ap5-pack-product-icon-check):not(.ap5-pack-product-icon-plus) {
	filter: inherit;
	-webkit-filter: inherit;
	-moz-filter: inherit;
	-o-filter: inherit;
	-ms-filter: inherit;
	filter: inherit;
}

.ap5-is-excluded-product .ap5-pack-product-content>*:not(.ap5-pack-product-icon-check):not(.ap5-pack-product-title) {
	opacity: 0.2;
}

.ap5-product-pack-row-has-errors div.alert,
.ap5-product-pack-row-has-errors div.ap5-attributes,
.ap5-product-pack-row-has-errors div.product-actions,
.ap5-product-pack-row-has-errors fieldset.ap5-quantity-fieldset,
.ap5-product-pack-row-has-fatal-errors div.alert,
.ap5-product-pack-row-has-errors hr,
.ap5-product-pack-row-has-fatal-errors hr {
	filter: none !important;
	-webkit-filter: none !important;
	-moz-filter: none !important;
	-o-filter: none !important;
	-ms-filter: none !important;
}

.ap5-product-pack-row-has-errors div.alert,
.ap5-product-pack-row-has-fatal-errors div.alert {
	text-align: center;
}

@-webkit-keyframes pulse {
	0% {
		background: rgba(255, 109, 36, 0.0);
	}

	100% {
		background: rgba(255, 109, 36, 0.3);
	}
}

@-moz-keyframes pulse {
	0% {
		background: rgba(255, 109, 36, 0.0);
	}

	100% {
		background: rgba(255, 109, 36, 0.3);
	}
}

@-o-keyframes pulse {
	0% {
		background: rgba(255, 109, 36, 0.0);
	}

	100% {
		background: rgba(255, 109, 36, 0.3);
	}
}

@keyframes pulse {
	0% {
		background: rgba(255, 109, 36, 0.0);
	}

	100% {
		background: rgba(255, 109, 36, 0.3);
	}
}

@-webkit-keyframes oosmsg {
	0% {
		opacity: 0;
		bottom: 55%;
	}

	100% {
		opacity: 1;
		bottom: 20%;
	}
}

@-moz-keyframes oosmsg {
	0% {
		opacity: 0;
		bottom: 55%;
	}

	100% {
		opacity: 1;
		bottom: 20%;
	}
}

@-o-keyframes oosmsg {
	0% {
		opacity: 0;
		bottom: 55%;
	}

	100% {
		opacity: 1;
		bottom: 20%;
	}
}

@keyframes oosmsg {
	0% {
		opacity: 0;
		bottom: 55%;
	}

	100% {
		opacity: 1;
		bottom: 20%;
	}
}

.ap5-product-pack-row-has-errors div.alert ol,
.ap5-product-pack-row-has-fatal-errors div.alert ol {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.ap5-product-pack-row-has-errors div.alert ol li,
.ap5-product-pack-row-has-fatal-errors div.alert ol li {
	list-style-type: none;
}

.ap5-pack-product .ap5-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#ap5-buy-container p.ap5-combination-unavailable span a {
	color: inherit;
	outline: none;
}

/* /Container special styles */

/* Spinner */
.ap5-loader-blur {
	opacity: 0.2;
}