/********************
	Part - Containers
********************/

.modal-open #wrapper {
	z-index: 6;
}

/********************
	Part - Grid
********************/

.product__grid {
	width  : 100%;
	margin : 0 auto;
}

/********************
	Part - Product Images
********************/
.product__images__wrapper {
	position      : relative;
	/*padding  : 20px 0;*/
	padding       : 0;
	margin-bottom : calc(26px + (76 - 26) * ((100vw - 320px) / (1920 - 320)));
}

.product-cover img {
	width : 100%
}

/********************
	Part - Product flags
********************/
.product__images__wrapper .product-flags {
	position : absolute;
	top      : 0;
	right    : 0;
	z-index  : 5;
}

/********************
	Part - Product cover
********************/

.product-cover {
	position        : relative;
	display         : flex;
	justify-content : center;
}

#wk-360-block * {
	overflow : visible !important;
}

/********************
	Part - Product thumbs Images
********************/
.product__thumbnails:not(.product__thumbnails__slider) {
	display  : grid;
	grid-gap : 15px;
}

.images-container .thumb-container {
	text-align : center;
	background : var(--color-grey-default);
}

.product__thumbnails .thumb {
	/*border    : 2px solid transparent;*/
	cursor    : pointer;
	width     : 100%;
	min-width : 70%;
	margin    : 0 auto;
	/*padding   : 7px;*/
}

.product__thumbnails .thumb.selected {
	border : 2px solid var(--color-primary);
}

/********************
	Part - Product thumbs Slider
********************/
.product__thumbnails.slick-slider.slick-initialized {
	display  : grid !important;
	grid-gap : 10px;
}

.product__thumbnails.slick-slider .slick-arrow {
	position : relative;
}

/********************
	Part - Product description short
********************/

.product__description-short {
	color : #8B8B8B;
}

.product__description-short .btn-primary {
	display: inline-block;
	margin-top: 1em;
}

/********************
	Part - Product long description
********************/
.product-description-container {
	margin-bottom: 2em;
}

.product-description-container .video-container {
	position   : relative;
	min-height : 400px;
}

.product-description-container .video-container video {
	/*max-width: 500px;*/
	/*max-height: 500px;*/
	position : absolute;
	top      : 0;
	left     : 0;
	width    : 100%;
	height   : 100%;
}

/********************
	Part - Product information
********************/

.product-information {
	font-size : var(--font-size-300);
	color     : #000;
}

.product-information .manufacturer-logo {
	height : 35px
}

.product-information .product-description img {
	max-width : 100%;
	height    : auto
}

/********************
	Part - Product availability
********************/
#product-availability {
	display     : inline-block;
	font-weight : 700;
	margin-top  : 1rem;
}

#product-availability .material-icons {
	line-height : inherit;
}

#product-availability .product-available {
	color : #4cbb6c;
}

#product-availability .product-last-items,
#product-availability .product-unavailable {
	color : #ff9a52;
}

/********************
	Part - Product details
********************/
#product-details .label {
	font-size   : 1rem;
	color       : var(--color-black-default);
	font-weight : 700
}

/********************
	Part - Product features
********************/
.product-features {
	margin-top  : 1.25rem;
	margin-left : .3125rem
}

.product-features > dl.data-sheet {
	display     : flex;
	flex-wrap   : wrap;
	align-items : stretch
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
	flex           : 1 0 40%;
	font-weight    : 400;
	background     : var(--color-grey-default);
	padding        : .625rem;
	margin-right   : .625rem;
	min-height     : 2.5rem;
	word-break     : normal;
	text-transform : capitalize;
	margin-bottom  : .5rem
}

.product-features > dl.data-sheet dd.value:nth-of-type(2n),
.product-features > dl.data-sheet dt.name:nth-of-type(2n) {
	background : #f6f6f6
}

/********************
	Part - Product variants
********************/
/*.product-variants .input-container {*/
/*	position : static;*/
/*}*/
/*!*.product-variants .input-radio, *!*/
.product-variants .input-container label {
	position : static;
}

.product-variants > .product-variants-item {
	display               : grid;
	grid-template-columns : repeat(2, 1fr);
	margin                : 1.25rem 0;
}

.product-variants > .product-variants-item select {
	background-color : #fff;
	width            : auto;
	padding-right    : 1.875rem;
	box-shadow       : 2px 2px 4px 0 rgba(0, 0, 0, .2)
}

.product-variants > .product-variants-item ul li {
	margin-right : .625rem
}

.product-variants > .product-variants-item .color {
	margin-left : 0;
	margin-top  : 0
}

.product-variants .product-variants-item .radio-label {
	/*font-family: var(--typo-primary );*/
	font-weight : 400;
	color       : #8B8B8B;
	padding     : 0.35rem 0.625rem;
}

.product-variants .product-variants-item .guide-trigger {
	grid-row        : 1;
	grid-column     : 2;
	cursor          : pointer;
	text-align      : end;
	text-decoration : underline;
	transition      : all 0.35s ease-in-out;
	margin-right    : 1em;
}

.product-variants .product-variants-item .guide-trigger:hover {
	color : var(--color-primary);
}

.product-variants .product-variants-item .product-actions .control-label {
	grid-row    : 1;
	grid-column : 1;
}

.product-variants .product-variants-item ul {
	grid-column : 1/-1;
}

.product-variants .stock-availability-container {
	display : flex;
	border  : 1px solid #D6D6D6;
}

.product-variants .stock-availability-container .stock-availability-element {
	width : 100%;
}

.product-variants #qty-available,
.product-variants #qty-stock-jall {
	display: flex;
	color         : #000;
	padding       : 1.5em;
	margin-bottom : 0;
}

.product-variants #qty-available {
	border-right : 1px solid #D6D6D6;
}

.product-variants .qty-available-number {
	font-weight : 700;
}

.product-variants .qty-available-txt .primary-color {
	font-weight : 700;
}

#qty-available .availability-element {
	color: #2BBC6A;
}

#qty-stock-jall .availability-element {
	color: #E8AB1C;
	margin-left: 0.12em;
}

.stock-availability-icon {
	padding-right: .75em;
}

/*.product-variants .qty-available-txt {*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*}*/

/*.product-variants #qty-available {*/
/*	background-color: #62903C;*/
/*}*/

/*.product-variants #qty-stock-jall {*/
/*	background-color: #eba317;*/
/*}*/


/*********************************
	Part - Estimated delivery date
*******************************/
.estimated-delivery-date {
	color         : #f20a0a;
	font-weight   : 400;
	font-style    : italic;
	margin-top    : 10px;
	margin-bottom : 10px;
}

/********************
	Part - Product prices
********************/
.product-prices {
	padding        : 0.75rem 0;
	display        : flex;
	flex-direction : column;
	align-items    : flex-start;
}

/********************
	Part - Product regular price
********************/
.product__main-infos .regular-price {
	text-decoration : line-through;
}

/********************
	Part - Product price
********************/
.product__main-infos .product-price__current-price {
	display        : flex;
	flex-direction : column;
	color          : var(--color-primary);
	font-size      : var(--font-size-1300);
	font-weight    : 700;
}

/********************
	Part - Product unit price
********************/
.product-unit-price {
	font-size     : .8125rem;
	margin-bottom : 0
}

/********************
	Part - Product discount
********************/
.product-discount .discount {
	background     : var(--color-secondary);
	color          : var(--color-white-default);
	font-weight    : 600;
	padding        : .3125rem .625rem;
	font-size      : var(--font-size-300);
	text-transform : uppercase;
	display        : inline-block;
	white-space: nowrap;
}

/********************
	Part - Product thumb-mask (pack product)
********************/
.thumb-mask > .mask {
	position : relative;
	width    : 3.438rem;
	height   : 3.438rem;
	overflow : hidden;
	border   : 1px solid var(--color-grey-default);
	margin   : .625rem 0
}

.thumb-mask > .mask img {
	width  : 55px;
	height : 55px
}

/********************
	Part - Product block reassurance
********************/
#block-reassurance {
	margin-top : 1rem
}

#block-reassurance ul {
	display         : flex;
	flex-direction  : column;
	align-items     : center;
	justify-content : space-between;
}

#block-reassurance img {
	width        : 1.563rem;
	margin-right : .625rem
}

#block-reassurance li .block-reassurance-item {
	padding : 1rem 1.5rem
}

#product #block-reassurance span {
	font-weight : 700
}

.select-nb-produits {
	display : flex;
	gap     : 25px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance : none;
	margin             : 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance : textfield;
}

.removeQty:after {
	content    : "";
	background : #C9C9C9;
	height     : 70%;
	width      : 1px;
	position   : absolute;
	right      : 2px;
}

.addQty:before {
	content    : "";
	background : #C9C9C9;
	height     : 70%;
	width      : 1px;
	position   : absolute;
	left       : 2px;
}

.product-carac-infos, .product-fiche-technique, .product-reviews {
	border        : 1px solid #DEDEDE;
	padding       : 3em 3em 0;
	margin-bottom : 3em;
}

.title-carac-infos {
	font-size      : 28px;
	font-family    : var(--typo-secondary);
	font-weight    : 500;
	line-height    : 37px;
	letter-spacing : 0.56px;
	color          : #000000;
}

dd.value {
	line-height    : 20px;
	margin-bottom  : 35px;
	letter-spacing : 0.375px;
	color          : #8B8B8B;
	font-family    : var(--typo-primary);
}

dd.value span {
	color       : #000000;
	font-weight : 600;
}

.product-fiche-technique h4 {
	display     : flex;
	align-items : center;
}

.product-fiche-technique h4:before {
	content      : url('../../img/logo-fiche-technique.svg');
	margin-right : 30px;
}

.product-fiche-technique h4 a {
	color           : #8B8B8B;
	font-size       : 15px;
	font-weight     : 400;
	line-height     : 23px;
	text-decoration : underline;
}

.product-fiche-technique h4 a:hover {
	color : var(--color-primary);
}

/****************
Custom sections BWA
****************/

.product_reference {
	font-family    : var(--typo-primary);
	font-size      : 12px;
	font-weight    : 400;
	letter-spacing : 0.8px;
	color          : #9B9B9B;
	line-height    : 18px;
}

.product__main-infos h1 {
	font-family : var(--typo-primary);
	font-weight : 600;
	line-height : 30px;
	margin      : 0.15em 0;
}

.product__main-infos .custom-prices {
	margin-top : 1em;
}

.product__main-infos .product-page-brand-img img {
	max-width : 140px;
}

.product__main-infos hr {
	border-top : 1px solid #D6D6D6;
}

.custom-prices .product-prices-product-page {
	display               : grid;
	grid-template-columns : 2fr 1fr;
	align-items           : center;
	border                : solid #D6D6D6;
	border-width          : 1px 0;
	padding               : 0.75em 0;
	margin-bottom         : 20px;
}

.custom-prices .price {
	color       : var(--color-primary);
	font-family : var(--typo-secondary);
	font-size   : 30px;
	font-weight : 500;
	line-height : 25px;
}

.custom-prices .price-without-tax {
	font-family : var(--typo-secondary);
	font-weight : 400;
	font-size   : 20px;
	color       : #737373;
	line-height : 25px;
}

.custom-prices .login-product-page {
	font-family : var(--typo-primary);
	font-size   : 14px;
	font-weight : 500;
	color       : #707070;
}

.custom-prices .login-product-page a {
	color : #000;
}

.custom-prices .product__description-short {
	font-family : var(--typo-primary);
	font-size   : 15px;
	font-weight : 500;
	color       : #8B8B8B;
}

/*****************
Section ventes croisées
*****************/
.lineven-relatedproducts-block {
	background : white;
	padding    : 3em 0 5em;
	border-top : 1px solid #DEDEDE;
}

.lineven-relatedproducts .theme {
	max-width : var(--container-primary-max-width);

	margin    : 0 auto;
}

.lineven-relatedproducts .header-hr {
	display : none;
}

.lineven-relatedproducts .slick-slider .slick-track {
	gap : 25px;
}

.lineven-relatedproducts .card-block {
	padding-bottom : 3em;
}

.lineven-relatedproducts .card-block .h1.header-title {
	font-family    : var(--typo-secondary);
	font-weight    : bold;
	font-size      : calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
	letter-spacing : 2px;
	line-height    : 49px;
	text-align     : center;
}

.rlp-product-footer .theme {
	position : relative;
}

.lineven-relatedproducts .theme {
	width : calc(260px + (1180 - 260) * ((100vw - 320px) / (1920 - 320)));
}

.lineven-relatedproducts .products {
	display        : flex;
	flex-direction : row;
	align-items    : center;
}

.lineven-relatedproducts .slick-slider .slick-arrow {
	z-index : 2;
}

.lineven-relatedproducts .slick-arrow.slick-next {
	right : -20px
}

.lineven-relatedproducts .slick-arrow.slick-prev {
	left : -20px
}

/*
--------------------------------------
Accessories
--------------------------------------
*/

.product-accessories {
	padding-bottom: 5em;
}

.product-accessories p {
	font-size: calc(22px + (32 - 22) * ((100vw - 320px) / (1920 - 320)));
	color: var(--color-primary);
	text-align: center;
	padding: 2em 0;
}

.product-accessories .products {
	display : flex !important;
	justify-content: center !important;
}

/*
--------------------------------------
Attributes -- Radio buttons
--------------------------------------
*/

.product-variants-item ul {
	display   : flex;
	flex-wrap : wrap;
}

.radio-label {
	cursor        : pointer;
	background    : transparent;
	border        : 1px solid var(--color-secondary);
	border-radius : 5px;
	box-shadow    : none;
	transition    : all 0.35s ease-in-out;
}

.product-variants-item .input-radio:checked + span,
.product-variants-item .input-radio:hover + span {
	background : var(--color-secondary);
	color      : #fff;
	border     : 1px solid var(--color-secondary);
}

/*
--------------------------------------
Payment
--------------------------------------
*/

#product .ps_checkout.payment-method-logo-block.left {
	margin-left : 0;
}

/*
--------------------------------------
Size guide
--------------------------------------
*/

.modal-size-guide {
	position       : fixed;
	top            : 0;
	bottom         : 0;
	right          : 0;
	left           : 0;
	background     : rgba(0, 0, 0, 0.5);
	z-index        : 6;
	opacity        : 0;
	pointer-events : none;
	transition     : all 0.35s ease-in-out;
}

.modal-size-guide--is-shown {
	opacity        : 1;
	pointer-events : all;
}

.modal-container-inner {
	display         : flex;
	flex-direction  : column;
	justify-content : center;
	align-items     : center;
	height          : 100%;
}

.modal-size-guide .modal-content-container {
	background    : #fff;
	border-radius : 9px;
	max-height    : 600px;
	padding       : 2em;
	margin-top    : 8vh;
}

.modal-table-container h3 {
	color : var(--color-primary);
}

.modal-size-guide table thead,
.modal-size-guide table tr,
.modal-size-guide table td {
	padding : 0.5em;
}

.modal-size-guide table tr th {
	text-align     : center;
	vertical-align : middle;
	padding        : 16px;
}

.modal-size-guide .close-container {
	display         : flex;
	justify-content : end;
}

.modal-size-guide .close-container svg {
	cursor : pointer;
}

.modal-size-guide .close-container svg path {
	fill : var(--color-primary);
}

.modal-content-container::-webkit-scrollbar {
	width : 5px;
}

.modal-content-container {
	overflow        : scroll;
	scrollbar-width : thin;
	scrollbar-color : #fff;
}

.modal-content-container::-webkit-scrollbar-track {
	background    : #fff;
	border-radius : 9px;
}

.modal-content-container::-webkit-scrollbar-thumb {
	background-color : var(--primary-color);
	border-radius    : 2px;
	border           : 3px solid var(--color-primary);
}

/*
--------------------------------------
Related products
--------------------------------------
*/

.lineven-relatedproducts-block {
	width : 100%;
}

.js-images-container{
	top: 110px;
}
