.home-hero {
	height: 400px;
	margin-top: 60px;
}
.home-slider {
	background-size: 100% auto;
	background-position: right top;
	background-repeat: no-repeat;
}

.instagram .block4 {
	border: 2px solid #FFF;
}

.container-transaction {
	max-width: 500px;
	margin: auto;
}
.transaction-wrapper {
	text-align: center;
}
.transaction-wrapper * {
	border: none;
}
.transaction-wrapper .fa {
	color: green;
	font-size: 30px;
}

.empty-cart {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
}
.header-cart-empty {
	text-align: center;
}
.table-shopping-cart .column-4.cart-qty {
	padding-right: 100px;
	text-align: center;
}

.additional_info_wrapper {}
.additional_info_wrapper li {
	display: -webkit-flex;
	display: flex;
}
.additional_info_wrapper li span {
	min-width: 160px;
}
.additional_info_wrapper li p {}

.by_btns{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 20px;
}
.back_welcome {
	background: #dddddd;
	width: 38px;
	border-radius: 3px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 38px;
	color: #949494;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-right: 10px;
}
.back_welcome:hover {
	color: #FFF;
	background: #e65540;
}
.clear_cookie {
	padding: 7px 20px;
	background: #dddddd;
	border-radius: 3px;
	color: #949494;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.clear_cookie i{
	display: inline-block;
	margin-right: 5px;
}
.clear_cookie:hover {
	color: #FFF;
	background: #e65540;
}
