img{
	max-width: 100%;
}
.footr_link {
    color: #000 !important;
}
.min {
    background-color: #eee;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: border-box;
    
}
.min h1 {
    margin: 0 0 20px 0;
    text-align: center;
    border-bottom: 1px solid #c7c7c7;
    padding: 0 0 15px 0;
}
.container{
	max-width: 992px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px #000;
    background-color: #fff;
    padding: 5px 20px 20px 20px;
    box-sizing: border-box;
    min-height: 93vh; 
}
.thankyou-top:after, .thankyou-top:before {
    content: '';
    clear: both;
    display: table;
}
.thankyou-top {
    border-bottom: 1px solid #c7c7c7;
    margin: 0 0 20px 0;
}
.logo {
    width: 50%;
    float: left;
}
.language {
    width: 50%;
    float: left;
}
.language select {
    max-width: 170px;
    float: right;
    margin-top: 15px;
    font-size: 1rem;
    height: 40px!important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.order-info{
	max-width: 500px;
    margin: 50px auto 0;
    background-color: rgba(206, 222, 247, 0.33);
    padding: 20px 20px 20px 20px;
}
.order-info p {
    margin: 0 0 20px 0;
    font-weight: bold;
}
.order-info table td, .order-info table th {
    padding: 5px;
    border: 1px solid #a9a9a9;
}
.order-info table td {
    border-top: none;
}
.order-info table td+td, .order-info table th+th{
    border-left: none;
}
.sipping-address p, .Billing-address p {
    margin: 0 0 7px 0;
}

.Billing-address{
	margin: 20px 0 0 0;
}
table, table td, table th{
	word-break: break-all;
	vertical-align: top;
}
@media only screen and (max-width: 680px){
	.min h1{
		font-size: 1.3em;
	}
}
@media only screen and (max-width: 480px){
	.logo {
	    width: 100%;
	    float: none;
	    text-align: center;
	}
	.language {
	    width: 100%;
	    float: none;
	    text-align: center;
	}
	.language select {
	    margin: 0 0 20px;
	    float: none;
	}
	.order-info{
		margin: 30px -10px 0;
	}
}