.container-shipping-returns {
	width: 70%;
	max-width: 1440px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 7rem;
}

.container-shipping-returns h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
	text-align: left;
	align-self: flex-start;
	text-transform: uppercase;
}

.container-shipping-returns h2 {
	font-family: 'Jost', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px;
}

.container-shipping-returns h3 {
	font-family: 'Jost', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 29px;
}

.container-shipping-returns p {
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	line-height: 26px;
	text-align: left;
	color: #525252;
}

.additional-info-article a {
	font-style: italic;
	font-size: 18px;
	text-decoration: underline;
}

.container-how-to-order {
	width: 100%;
}

ol {
	padding: 0;
	padding-left: 1rem;
	margin: 1rem 0;
}

ol > li {
	list-style: numeric;
	font-size: 18px;
	font-style: italic;
	margin: 1rem 0;
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	line-height: 26px;
}

.container-shipping-returns a {
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	line-height: 26px;
	color: #000;
}

.container-scroll-bars {
	margin-bottom: 5rem;
}

iframe {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}

.container-shipping-video {
	width: 70%;
	max-width: 1440px;
	height: 30rem;
	overflow: hidden;
	position: relative;
}

#video {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.button-add-sap {
	position: absolute;
	background-color: #fff;
	color: #cacaca;
	border: 1px solid #cacaca;
	border-radius: 50%;
	height: 31px;
	width: 31px;
	font-size: 14px;
	top: 50%;
	left: 80%;
	z-index: 2;
	transition: ease .2s;
}
.button-add-sap:hover {
	background-color: #111111;
	color: #fff;
	border: none;
}


@media (max-width: 900px) {
	.container-shipping-returns {
		width: 90%;
		margin-bottom: 2rem;
	}
	.container-table {
		overflow-x: auto;
	}
	.container-shipping-buttons {
		flex-direction: column;
	}
	.container-shipping-buttons button {
		width: 100%;
		margin: 1rem 0;
	}
	.container-shipping-video {
		width: 100%;
	}
}
