body{
	margin:0; padding:0;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}
.header {
    background-image: url(../images/bo_play_pattern.png);
    padding: 14px 0;
    background-color: rgb(51, 42, 33);
    outline: none;
    border-color: rgb(215, 215, 215);
    border-width: 1.5px;
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;
}
ul.Head_foot {
    text-align: center;
	    padding: 0;
}
ul.Head_foot li a, .copy-right {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
	text-align: center;
	font-family: Ubuntu, Helvetica, sans-serif;
	    margin: 0;
}

ul.Head_foot li {
    text-align: center;
    display: inline-block;
    list-style: none;
    padding: 8px 8px 3px;
}
.footer{
	background-image: url(../images/bo_play_pattern.png);
    padding: 30px 0;
    background-color: rgb(51, 42, 33);
	background-position-y: -3px;
	}
.footer img {
    max-width: 200px;
    margin: 0 auto;
}
.header img {
    max-width: 96%;
}
.flex_area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Headline b {
    color: rgb(255, 227, 0);
}

.Headline {
    text-align: center;
    font-size: 24px;
    color: rgb(255, 255, 255);
}


.Product_Receipt p {
    text-align: center;
    font-size: 23px;
}
.Product_Receipt_title {
    text-align: center;
    font-size: 62px;
}
.Product_Receipt {
    max-width: 950px;
    margin: 0 auto;
    padding: 25px 30px 20px 30px;
}

.Product_title .fa {
    margin-right: 5px;
}
.email_section .p1 {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    font-family: "Ubuntu", Helvetica, sans-serif;
    margin: 0;
    line-height: 1;
}
.Product_title {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 24px;
    margin: 18px auto 0px;
    outline: none;
    background-color: rgb(0, 117, 178);
    max-width: 100%;
    padding: 10px;
    width: 100%;
    display: inline-block;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 700;
}

.inner_details {
    padding: 25px 10px;
    display: table;
}

.Product_Receipt hr {
    border-top: 1px solid #ddd;
	    margin-bottom: 0;
	}
.detail_area h3 {
    font-size: 18px;
    margin: 0;
    font-weight: bolder;
}
.detail_area2 h3 {
    font-weight: 400;
    font-size: 18px;
	    margin: 0;

}
.detail_area, .detail_area2 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DDD;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

.detail_area {
    margin-top: 10px;
}

.detail_area2 {
	border-bottom: 0 !important;
}

.email_section img {
    max-width: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.email_section {
    text-align: center;
    width: 100%;
    display: table;
    padding-bottom: 50px;
}
.email_section .p1 {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    font-family: "Ubuntu", Helvetica, sans-serif;
    margin: 0;
    line-height: normal;
}
.email_section .p2 {
    text-align: center;
    font-size: 18px;
    color: rgb(20, 96, 163);
    font-family: "Ubuntu", Helvetica, sans-serif;
	line-height: normal;
}



@media (min-width: 1200px){
.container {
    width: 1130px;
}
}
@media (max-width: 998px){

.Headline {
    font-size: 18px;
}
}

@media (max-width: 767px){
.flex_area {
    display: block;
}
.header img {
    max-width: 200px;
    margin: 0 auto;
}

img.img-responsive.hide_mobe {
    display: none;
}
img.img-responsive.show-mob {
    display: block !important;
}
.Headline {
    font-size: 14px;
    padding: 15px 0 0;
}

}

@media (max-width: 600px){
	ul.Head_foot li {
		padding: 0 10px;
	}
	.Product_Receipt_title {
		font-size: 38px;
	}
	.Product_Receipt {
		max-width: 100%;
		padding: 25px 0px;
	}
	.Product_Receipt p {
		font-size: 18px;
	}
	.Product_title {
		font-size: 20px;
	}
	.no-pad {
		padding: 0;
	}
	.inner_details {
		padding: 20px 10px;
	}
	
}