* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	outline: none;
	font-family: "Montserrat";
}

.container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 1480px;
	margin: 0 auto;
	padding: 50px 15px 50px 15px;
}

.container .left {
	max-width: 900px;
	margin-right: 30px;
}

.container .left .product-pic img {
	width: 100%;
	background: whitesmoke;
	border-radius: 15px;
}

.container .left .gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}

.container .left .gallery img {
	max-width: 49%;
	background: whitesmoke;
	padding: 10px 25px;
	border-radius: 15px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.container .right {
	max-width: 500px;
}

.container .right .bloc {
	box-shadow: 0px 22px 40px -8px #d6d6d6;
	padding: 25px 25px 12px 25px;
	border-radius: 8px;
	position: sticky;
	top: 50px;
}

.container .right h1 {
	font-size: 2em;
	font-weight: 700;
	color: #28292d;
	margin-bottom: 12px;
}

.container .right .distributor p {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.9em;
	color: #a2a2a3;
	margin-bottom: 17px;
}

.container .right .distributor p span {
	color: #0070ba;
}

.container .right .price-infos {
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}

.container .right .price-infos .price {
	background-color: #edf9ff;
	display: inline-block;
	padding: 8px 14px;
	border-radius: 8px;
	color: #479ec7;
	font-size: 1.8em;
	font-weight: 700;
}

.container .right .price-infos .price span {
	color: #95c6dd;
	font-size: 0.6em;
	font-weight: 700;
	position: relative;
	top: -7px;
	margin-right: 2px;
}

.container .right .price-infos .tax {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 20px;
}

.container .right .price-infos .tax span:nth-child(1) {
	color: #42be84;
	font-size: 1.3em;
	font-weight: 700;
}

.container .right .price-infos .tax span:nth-child(2) {
	color: #94a0ab;
	font-weight: 500;
	margin-top: 4px;
}

.container .right .description {
	color: #88939e;
	font-weight: 500;
	margin: 25px 0;
	line-height: 1.5em;
	text-align: justify;
}

@media screen and (max-width: 1280px) {
	.container .left {
		max-width: 650px;
	}
}

@media screen and (max-width: 1100px) {
	.container .left {
		max-width: 500px;
	}
}

@media screen and (max-width: 991px) {
	.container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.container .left {
		max-width: 100%;
		margin-right: 0px;
	}

	.container .right {
		max-width: 100%;
	}

	div#paypal-payment-button {
		display: flex;
		justify-content: center;
	}
}

@media screen and (max-width: 450px) {
	.container .right h1 {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 380px) {
	.container .right h1 {
		font-size: 1.5em;
	}

	.container .right .price-infos .tax span:nth-child(1) {
		font-size: 1em;
	}

	.container .right .price-infos .tax span:nth-child(2) {
		font-size: 0.8em;
	}

	.container .right .bloc {
		padding: 25px 10px 12px 10px;
	}
}
