.socialmag-template-wrap {
	padding-top: 20px;
}
.first-section {
	padding: 50px 0;
}
.socialmag-double-panel.first-section a.btn:hover,
.socialmag-section-five a.btn:hover,
.socialmag-action-button a.btn:hover {
	box-shadow: none;
}
.flex-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-bottom: 50px;
}
.socialmag-section-five .flex-container {
	padding-bottom: 0;
	padding-top: 50px;
}
.socialmag-template-wrap i {
	padding: 20px 0;
}
.flex-container a.btn,
.socialmag-section-six a.btn {
	padding: 15px 40px;
}
.ribbon-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 500px;
	width: 100%;
}
.socialmag-template-products-section {
	padding: 20px;
}
.socialmag-template-products-section ul.products {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.socialmag-template-products-section ul li {
    border-radius: 15px;
    overflow: hidden;
}
.socialmag-template-products-section ul li img {
	width: 100%;
}
.socialmag-template-products-section a.add_to_cart_button {
	padding: 10px 0;
	text-align: center;
	border-radius: 100px;
}
.socialmag-section-five {
	padding: 50px 0;
}
.socialmag-action-section-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	width: 100%;
	align-items: center;
	height: 200px;
}
.socialmag-action-text {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.socialmag-action-button a.btn {
	padding: 5px 25px;
}
.socialmag-closing-section {
	padding: 50px 0;
}
@media screen and (max-width: 480px) {
	.socialmag-action-section-wrap {
		flex-direction: column;
	}
}