#thankyou-page .block{
	background-color: #fff;
  border-radius: var(--border_radius);
  -webkit-box-shadow: var(--shadow_small);
          box-shadow: var(--shadow_small);
  padding: var(--item_spacing);
}
#thankyou-page .info-cols .title,
#thankyou-page .subtitle {
  margin-bottom:5px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
#thankyou-page .info-cols .title i,
#thankyou-page .subtitle i {
  margin-right:7px;
}
#thankyou-page .info-cols {
	margin: -15px;
}
#thankyou-page .info-cols .info-col {
	padding: 15px;
}
#thankyou-page .title-featured {
	margin: 0;
}
#thankyou-page .order-information,
#thankyou-page .media-wrap,
#thankyou-page .btn-wrap{
	margin-top: var(--item_spacing);
}
#thankyou-page .media-wrap .video video{
	width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border_radius);
  overflow: hidden;
}
#thankyou-page .btn-wrap{
	margin-top: var(--item_spacing);
}
