/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 17 2020 | 11:27:10 */
/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS knowledge echa un vistazo a http://www.w3schools.com/css/css_syntax.asp

Fin del comentario */ 
/* Row */
.footer .gridContainer > .row{
	justify-content:center;
	align-items:center;
	align-content:center;
}

/* Col sm 4 */
.footer .flexbox .col-sm-4{
	border-left-color:rgba(128,128,128,0.2);
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:rgba(128,128,128,0.2);
}

/* Section title col */
#page .gridContainer .section-title-col{
	align-self:auto;
}

/* Lead */
.content-section-spacing .gridContainer .text-center .section-title-col p{
	margin-bottom:0px;
}

/* Row */
.footer .flexbox .widgets-row{
	margin-right:0px;
}

/* Footer content */
#page .footer .footer-content{
	
}

/* 500px and below screen sizes */
@media (max-width:500px){

	/* Division */
	#page-content .content-section-spacing{
		padding-top:21px;
	}
	
	/* Flexbox */
	.footer .flexbox{
		justify-content:center;
	}
	
	/* Col sm 4 */
	.footer .flexbox .col-sm-4{
		border-right-width:0px;
		border-left-width:0px;
	}
	
}

/* 768px and above screen sizes */
@media (min-width:768px){

	/* Flexbox */
	.footer .flexbox{
		padding-right:0px;
	}
	
	/* Col sm 4 */
	.footer .flexbox .col-sm-4{
		padding-right:0px;
	}
  
  .cart_totals {
   	 margin-bottom: 10%;
	}
	
}

/* Page content */
#page-content{
	height:100% !important;
	min-height:100%;
	
}