.list-app .w_thumb i {
	font-size: 32px;
}

.videos {
	background-color: #f0f8ff;
	padding-bottom: 30px;
}

.videos__title {
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	font-family: 'helveticaneue-bold';
}

.videos-slider {
	max-height: 500px;
}

.videos-slider__item {
	text-align: center;
}

.videos-slider__item video {
	max-width: 100%;
	max-height: 500px;
}

@media (max-width: 768px) {
	.videos__title {
		font-size: 26px;
		line-height: 34px;
	}
}

.mob-cta-button {
	padding: 40px;
	text-align: center;
	background-color: aliceblue;
}

@media (min-width: 768px) {
	.mob-cta-button {
		display: none;
	}
}

.sticky-button {
	position: sticky;
	bottom: 0;
	display: none;
	padding: 20px;
	text-align: center;
	background-color: aliceblue;
}

.sticky-button.visible {
	display: block;
}

@media (min-width: 769px) {
	.sticky-button {
		display: none;
	}

	.sticky-button.visible {
		display: none;
	}
}

.top-list {
	margin-top: 15px 0;
	padding-left: 20px;
	list-style-type: disc;
	font-weight: bold;
	font-size: 18px;
}

.editor.special-offer {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 30px;
}

@media (max-width: 768px) {
	.editor.special-offer {
		flex-direction: column;
		justify-content: center;
	}
}

/* colors section */
.colors {
	padding: 30px 0;
	background-color: #000;
	color: white;
}

.colors__title {
	margin-bottom: 20px;
	font-size: 32px;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
}

.colors-inner {
	display: flex;
	align-items: stretch;
	justify-content: center;
	margin-bottom: 20px;
	border-radius: 0 30px 0 30px;
	overflow: hidden;
}

.colors__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 25%;
	padding: 40px 0;
	text-align: center;
	font-size: 24px;
	white-space: nowrap;
}

.colors__description {
	text-align: center;
	font-size: 18px;
}

@media (max-width: 768px) {
	.colors__title {
		font-size: 28px;
	}
	.colors-inner {
		flex-direction: column;
		border-radius: 0;
	}
	.colors__item {
		width: 100%;
		flex-direction: row;
		padding: 20px;
		text-align: center;
		justify-content: center;
		font-size: 20px;
	}

	.colors__item b {
		display: inline-block;
		margin-right: 5px;
	}

	.colors__description {
		font-size: 16px;
	}
}
/* end colors section */
