/* Add here all your CSS customizations */
.shop .cart-totals tr.total .amount {
	font-size: 2em;
	display: block;
	padding-top: 10px;
}
.shop .cart-totals th, .shop .cart-totals td {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	padding: 8px 10px;
}
article.post .post-date {
	float: left;
	margin-right: 10px;
	text-align: center;
}

article.post .post-date .day {
	background: #f7f7f7;
	border-radius: 2px 2px 0 0;
	display: block;
	font-size: 18px;
	font-weight: 900;
	padding: 10px;
}
article.post .post-date .month {
	display: block;
	border-radius: 0 0 2px 2px;
	color: #FFF;
	font-size: 0.8em;
	line-height: 1.8;
	padding: 1px 10px;
	text-transform: uppercase;
}
/* Thumb Info */
.custom-thumb-info-style-1 .thumb-info-wrapper .custom-thumb-info-date {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 27.2px;
	font-size: 1.7rem;
	line-height: 1;
	text-align: center;
	padding: 11.2px 19.2px;
	padding: 0.7rem 1.2rem;
	z-index: 2;
  }
  .custom-thumb-info-style-1 .thumb-info-wrapper .custom-thumb-info-date > span {
	display: block;
	font-size: 0.4em;
	line-height: 1.5;
  }
  /* Custom Card Style */
.custom-card-style-1 .custom-card-img-top-wrapper .post-date {
	position: absolute;
	top: 35px;
	left: 35px;
	text-align: center;
  }
  .custom-card-style-1 .custom-card-img-top-wrapper .post-date .month {
	display: block;
	background: #CCC;
	border-radius: 0 0 2px 2px;
	color: #FFF;
	font-size: 0.8em;
	line-height: 1.8;
	padding: 1px 10px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
  }
  .custom-card-style-1 .custom-card-img-top-wrapper .post-date .day {
	background: #f7f7f7;
	border-radius: 2px 2px 0 0;
	color: #CCC;
	display: block;
	font-size: 18px;
	font-weight: 900;
	padding: 10px;
	font-family: "Open Sans", sans-serif;
  }