#carrinho{
	background: #fff;
	padding: 35px;
	z-index: 1;
	width: 98%;
	filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.078));
	border-radius: 8px;
    max-width: 1500px;
    margin: 0 auto;
	margin-bottom: 60px;
	margin-top: 60px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: rgba(0,0,0,1);
	letter-spacing: -0.3px;
}
#carrinho h1{
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 45px;
	color: rgba(0,0,0,1);
	letter-spacing: -0.3px;
	width: 100%;
	text-align: center;
}
#carrinho a{
	text-decoration: none;
	font-size: 16px;
	margin-top: 25px;
}
#carrinho input{
	display: block;
	border-radius: 100px;
	border:1.5px solid #f4f4f4;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	margin-bottom:40px;
	background: #fff;
	text-align: center;
	line-height: 60px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: rgba(0,0,0,1);
	letter-spacing: -0.3px;
}
#carrinho a.finalizar{
	display: block;
	border-radius: 100px;
	width: 330px;
	height: 60px;
	margin: 0 auto;
	margin-bottom:40px;
	background: #000;
	text-align: center;
	line-height: 60px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: rgba(255,255,255,1);
	letter-spacing: -0.3px;
	text-decoration: none;
	float: right;
	margin-top: 25px;
}
#carrinho a.finalizar:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	animation: pulsenew 4s infinite;
	box-shadow: 0 0 0 rgba(0, 0, 0,0.4);
	border-radius: 30px;
}
#footer{
	background: #f4f4f4;
	line-height: 25px;
	font-family: 'Work Sans', sans-serif;
    font-weight: 400;
	font-size: 17px;
	color: rgba(0,0,0,1);
}
#footer a{
	line-height: 25px;
	font-family: 'Work Sans', sans-serif;
    font-weight: 400;
	font-size: 17px;
	color: rgba(0,0,0,1);
	padding-left: 60px;
}
#footer .container{
	background: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 4px solid #81c5a0;
	padding-left: 45px;
	padding-right: 45px;
}
#footer .borderbottom{
	line-height: 72px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1.2px solid #dcdcdc;
}
#footer img{
	float: left;
}
#footer ul{
	float: right;
	padding:0;
	margin: 0;
	list-style: none;
}
#footer ul li{
	display: inline-grid;
	padding-right: 60px;
}
#footer ul li:nth-child(4){
	padding-right: 0px;
}
#footer ul li a{
	padding-left: 0px;
}
@media (max-width: 980px){
	#footer .container{
		padding-top: 0px;
    	padding-bottom: 0px;
	}
	#footer{
		text-align: center;
	}
	#footer img {
		float: none;
		display: block;
		margin: 0 auto;
	}
	#footer ul {
		float: none;
		width: 100%;
		text-align: center;
	}
	#footer .text-right{
		text-align: center !important;
	}
	#footer .text-right a{
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
		display: inline-block;
	}
	#footer ul li {
	    display: inline-grid;
	    padding-right: 40px;
	}
}