.product-view {
	padding: 20px 0 0 0;
	max-width: 1600px;
	margin: 0 auto;
}

.product-view .top-infos {
	display: flex;
	gap: 20px;
}

@media only screen and (max-width: 1000px) {
	.product-view .top-infos {
		display: block;
	}
}

.product-view .gallery-product {
	background-color: var(--card-color);
	width: 50%;
}

.product-view .gallery-product .images-product {
	list-style: none;
	overflow: hidden;
	height: 400px;
}

.product-view .gallery-product .images-product li {
	position: relative;
	height: 100%;
	background-color: #fff;
}

.product-view .gallery-product .images-product img {
	max-width: 100%;
	max-height: 100%;
	padding: 20px;
	display: inline;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.product-view .gallery-product .bx-wrapper .bx-controls-direction a {
	width: 64px;
	height: 64px;
	margin-top: -32px;
	opacity: 0.7;
}

.product-view .gallery-product .bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
}

.product-view .gallery-product .bx-wrapper .bx-prev {
	background: url("../img/icons/icon-arrow-left.png") no-repeat center center;
}

.product-view .gallery-product .bx-wrapper .bx-prev:hover {
	background-position: center center;
}

.product-view .gallery-product .bx-wrapper .bx-next {
	background: url("../img/icons/icon-arrow-right.png") no-repeat center center;
}

.product-view .gallery-product .bx-wrapper .bx-next:hover {
	background-position: center center;
}

.product-view .gallery-product .bx-wrapper .bx-prev,
.product-view .gallery-product .bx-wrapper .bx-next {
	background-color: rgba(0, 0, 0, 0.35);
	border-radius: 4px;
}

.product-view .gallery-product .thumbs-product {
	list-style: none;
	padding: 20px 10px 10px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}

.product-view .gallery-product .thumbs-product li {
	display: inline-block;
	width: 90px;
	height: 80px;
	margin-right: 10px;
}

.product-view .gallery-product .thumbs-product li:last-child {
	margin-right: 0;
}

.product-view .gallery-product .thumbs-product li a {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}

.product-view .gallery-product .thumbs-product li a.active {
	background-color: #31333a;
}

.product-view .gallery-product .thumbs-product li img {
	max-width: 100%;
	max-height: 100%;
	padding: 5px;
	display: inline;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1000px) {
	.product-view .gallery-product {
		width: 100%;
		margin-bottom: 0px;
	}

	.product-view .gallery-product .images-product {
		height: 290px;
	}

	.product-view .gallery-product .thumbs-product li {
		width: 80px;
		height: 60px;
		margin-right: 5px;
	}
}

.product-view .infos-product {
	background-color: var(--card-color);
	color: var(--card-color-foreground);
	width: 50%;
}

.product-view .infos-product .title-product {
	font-size: 20px;
	letter-spacing: 0px;
	margin: 0px 20px 15px 20px;
	padding: 15px 0 10px 0;
	border-bottom: 1px solid color-mix(in srgb, var(--card-color) 90%, var(--contrast-color));
}

.product-view .infos-product .title-product .ref {
	color: #9a9a9a;
	display: block;
	padding-top: 10px;
	font-size: 10px;
}

.product-view .country-change {
	margin: 0px 20px;
	font-size: 13px;
}

.product-view .country-change strong {
	color: var(--primary-color);
}

.product-view .country-change a {
	background-color: #424242;
	border: none;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: #ffffff;
	padding: 3px 6px;
	cursor: pointer;
	border-radius: 2px;
}

.product-view .country-change a:hover {
	background-color: #767676;
}

.product-view .infos-product .prices-product {
	padding: 10px 20px 10px 20px;
}

.product-view .infos-product .prices-product p {
	font-size: 14px;
	margin-bottom: 5px;
}

.product-view .infos-product .prices-product .old-price strong {
	text-decoration: line-through;
	color: #a0a0a0;
}

.product-view .infos-product .prices-product .current-price strong {
	font-size: 22px;
}

.product-view .infos-product .prices-product .current-price.smaller strong {
	font-size: 20px;
}

.product-view .infos-product .prices-product .current-price span {
	text-transform: uppercase;
}

.product-view .infos-product .prices-product .special-price strong {
	font-size: 24px;
	color: var(--primary-color);
}

.product-view .infos-product .prices-product .special-price.bigger strong {
	font-size: 26px;
}

.product-view .infos-product .prices-product .special-price-resale {
	background-color: #f7e90f;
	color: #000;
	padding: 5px 10px;
	font-size: 24px;
}

.product-view .infos-product .prices-product .special-price-resale span {
	font-size: 18px;
	text-transform: uppercase;
}

.product-view .infos-product .prices-product .with-flag {
	display: flex;
	align-items: center;
	gap: 16px;
}

.product-view .infos-product .prices-product .flag {
	line-height: 0;
}

.product-view .infos-product .prices-product .flag img {
	width: 26px;
	line-height: 0;
}

.product-view .infos-product .payment-options {
	padding: 0 20px;
	margin: 0 0 20px 0;
}

.product-view .infos-product .payment-options img {
	max-width: 50px;
	max-height: 35px;
	vertical-align: middle;
}

.product-view .infos-product .options-product {
	padding: 0 20px 20px 20px;
}

.product-view .infos-product .options-product p {
	font-size: 16px;
	margin-bottom: 10px;
}

.product-view .infos-product .options-product select {
	width: 100%;
	background-color: color-mix(in srgb, var(--card-color) 90%, var(--contrast-color));
	border: 3px solid color-mix(in srgb, var(--card-color) 80%, var(--contrast-color));
	font-size: 17px;
	letter-spacing: 2px;
	color: var(--card-color-foreground);
	padding: 10px 20px;
}

.product-view .infos-product .optionals-product {
	padding: 0 20px 20px 20px;
}

.product-view .infos-product .optionals-product ul {
	list-style: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.product-view .infos-product .optionals-product ul li {
	display: flex;
	font-size: 17px;
	align-items: center;
}

.product-view .infos-product .optionals-product ul li:not(:last-child) {
	margin-bottom: 10px;
}

.product-view .infos-product .optionals-product ul input[type="checkbox"] {
	width: 20px;
	height: 20px;
	transform: scale(1.2);
	cursor: pointer;
	margin: 0;
}

.product-view .infos-product .optionals-product ul button {
	cursor: pointer;
	margin: 0 16px;
	background-color: #f0f0f0;
	border-radius: 50%;
	border: none;
	width: 26px;
	height: 26px;
	font-size: 18px;
	font-weight: 300;
	padding: 0;
}

.product-view .infos-product .optionals-product ul label {
	cursor: pointer;
	flex: 1;
}

.product-view .infos-product .optionals-product ul .name {
	color: #e4e4e4;
	margin-right: 5px;
}

.product-view .infos-product .optionals-product ul .price {
	color: var(--primary-color);
}

.product-view .infos-product .optionals-product .box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 200;
	display: none;
	align-items: center;
	justify-content: center;
}

.product-view .infos-product .optionals-product .box .align {
	flex: 1;
	max-width: 740px;
	background-color: #1b1d23;
	border: 1px solid #aa5d22;
	border-radius: 3px;
	padding: 16px;
}

.product-view .infos-product .optionals-product .box .title {
	font-size: 23px;
	text-align: center;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-view .infos-product .optionals-product .box .infos {
	display: flex;
	gap: 16px;
}

.product-view .infos-product .optionals-product .box .info-1 {
	flex: 1;
}

.product-view .infos-product .optionals-product .box .text {
	font-size: 15px;
	margin-bottom: 8px;
}

.product-view .infos-product .optionals-product .box .price {
	font-size: 20px;
	color: var(--primary-color);
	font-weight: 600;
}

.product-view .infos-product .optionals-product .box .image img {
	width: 350px;
	height: 300px;
	object-fit: cover;
}

.product-view .infos-product .optionals-product .box .question {
	font-size: 18px;
	text-align: center;
	border-top: 1px solid #424242;
	border-bottom: 1px solid #424242;
	padding: 15px 0;
	margin: 15px 0;
}

.product-view .infos-product .optionals-product .box .actions {
	display: flex;
	justify-content: space-between;
}

.product-view .infos-product .optionals-product .box .actions .btnd {
	font-size: 20px;
	font-weight: 400;
	padding-left: 45px;
	padding-right: 45px;
}

@media only screen and (max-width: 750px) {
	.product-view .infos-product .optionals-product .box .align {
		max-width: 95%;
		max-height: 85%;
		overflow-x: auto;
	}

	.product-view .infos-product .optionals-product .box .infos {
		flex-direction: column;
	}

	.product-view .infos-product .optionals-product .box .infos .image {
		display: flex;
		background-color: #2b2b2b;
		justify-content: center;
	}

	.product-view .infos-product .optionals-product .box .infos .image img {
		height: 200px;
	}
}

@media only screen and (max-width: 500px) {
	.product-view .infos-product .optionals-product .box .infos .image img {
		max-width: 100%;
	}

	.product-view .infos-product .optionals-product .box .actions .btnd {
		font-size: 14px;
	}
}

.product-view .infos-product .btn-buy-product {
	padding: 0 20px 20px 20px;
}

.product-view .infos-product .btn-buy-product a {
	background-color: var(--primary-color);
	color: var(--primary-color-foreground);
	display: block;
	width: 100%;
	border: none;
	font-size: 25px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px 10px;
	cursor: pointer;
}

.product-view .infos-product .out-inventory {
	padding: 10px 20px 20px 20px;
}

.product-view .infos-product .out-inventory .notification {
	margin: 0;
	border-radius: 0;
}

.product-view .infos-product .video-product {
	padding: 10px 20px 20px 20px;
}

@media only screen and (max-width: 1000px) {
	.product-view .infos-product {
		width: 100%;
	}
}

.product-view .description-product {
	margin-top: 40px;
	background-color: var(--card-color);
	padding: 20px;
	color: var(--card-color-foreground);
	font-size: 14px;
	text-align: justify;
}

.product-view .imgdesc-product {
	background-color: #272a31;
	margin-top: 45px;
	padding: 30px 0;
	text-align: center;
}

.product-view .imgdesc-product img {
	max-width: 100%;
}

@media only screen and (max-width: 1000px) {
	.product-view .imgdesc-product {
		margin-top: 0px;
	}
}

.product-view .infotec-product {
	background-color: var(--card-color);
	color: var(--card-color-foreground);
	padding: 0 0 20px 0;
	margin: 40px 0 0 0;
}

.product-view .infotec-product .title {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 2px;
	padding: 30px 0 25px 0;
}

.product-view .infotec-product ul {
	list-style: none;
}

.product-view .infotec-product li {
	background-color: color-mix(in srgb, var(--card-color) 90%, var(--contrast-color));
	padding: 5px 10px;
}

.product-view .infotec-product li:nth-child(odd) {
	background-color: color-mix(in srgb, var(--card-color) 80%, var(--contrast-color));
}

.product-view .infotec-product li span {
	display: inline-block;
	width: 48%;
	font-size: 14px;
	vertical-align: middle;
}

.product-view .infotec-product li .label {
	padding-right: 20px;
}

@media only screen and (max-width: 1000px) {
	.product-view .infotec-product ul {
		padding: 0px;
	}

	.product-view .infotec-product .title {
		font-size: 20px;
	}
}

.product-view .warning {
	background-color: #fff;
	border: 5px solid #ff7821;
	margin: 0 20px 20px 20px;
	text-align: center;
	padding: 10px;
	font-size: 15px;
	color: #070707;
}

.product-view .warning h5 {
	text-transform: uppercase;
	font-weight: bold;
	color: #e55a00;
}

.product-view .warning h6 {
	text-transform: uppercase;
	font-weight: bold;
}

.product-view .infos-para {
	margin: 20px 20px 20px 20px;
	background-color: #23262d;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 8px;
	padding: 12px 12px;
}

.product-view .infos-para>div {
	border: 1px solid #4f4f4f;
	border-radius: 5px;
	font-size: 13px;
	text-align: center;
	padding: 5px;
}

.product-view .infos-para>div>span {
	display: block;
	font-size: 18px;
	color: #33be47;
	margin-bottom: 5px;
}

.products-carousel {
	padding-bottom: 30px;
}

@media only screen and (max-width: 600px) {
	.product-view .infos-para {
		grid-template-columns: 1fr 1fr;
	}
}
