@media screen and (max-width: 991px) {
	.atrium-advantages-item {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
	}
	.atrium-advantages-item-icon {
		margin: 0 0 10px;
	}
	
	.btn.btn-return {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.cart-item-name {
		text-align: center;
		margin: 10px 0;
	}
	.cart-item-quantity {
		margin-bottom: 10px;
	}
	#footer,
	#footer .copyright_company,
	#footer .copyright_created_by {
		text-align: center;
	}
	#footer img {
		display: block;
		margin: 0 auto;
	}
	#footer ul li a:before {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	.order-items {
		text-align: left;
	}
	.order-items-header {
		display: none;
	}
	.order-mobile-label {
		display: inline-block;
		font-weight: bold;
	}
}