
.container2 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container2 {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container2 {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container2 {
    width: 1170px;
  }
}

#banner {
	margin-top:20px;
	margin-bottom:10px;
	background-color:#654F73;
}

#banner img {
	width:100%;
}

#payment_description {
	margin-top:40px;
	margin-bottom:10px;
	padding-bottom:20px;
	border-bottom:2px solid #F8F8F8;
}

#shipping_description {
	margin-top:40px;
	margin-bottom:60px;
}

#country {
	margin-top:55px;
	margin-bottom:10px;	
}

#country label {
	display:block;
}

#country label h3 {
	display:block;
	padding-bottom:10px;
	color:#F34279;
}

#country select {
	min-width:240px;
}

#shipping_return {
	margin-top:25px;
	margin-bottom:10px;
}

#shipping_return .logo{
	width:160px;
	padding:10px 0;
}

#shipping_return img{
	width:150px;
	max-height:50px;
}

#shipping_return .title{
	vertical-align:middle;
	font-weight: 400;
	color:#545352;
}

#shipping_return .title h3 {
	margin-bottom:0;
}

#shipping_return .title .price2{
	font-weight:600;
	color:#545352;
}

#shipping_return .title .time{
	font-weight:600;
	color:#545352;
}

#shipping_return .img-thumbnail{
	border:0;
}

#shipping_return .error {
	text-transform:capitalize;
	color:red;
}

#shipping_return table {
	margin-bottom:24px;
}

#shipping_return table tr{
	border-bottom:1px solid #FEF1F5;
}

#freeshipping_return {
	color:#F34279;
	text-transform:uppercase;
	font-weight:600;
}

#freeshipping_return div {
	padding-top:10px;
	color:#545352;
}

#payment_return {
	margin-top:43px;
	margin-bottom:10px;	
}


#payment_return .h9{
	color:#545352;
	padding-bottom:20px;
	text-transform:inherit;
	display: block;
}

#payment_return .img-thumbnail{
	border:0;
	display:inline-block;
	margin-right:20px;
	width:340px;
	/*height:128px;*/
	padding: 0;
}
