.button-preorder-default + button, .button-out-sale-default + button {
	width: 60% !important;
}
@media (max-width: 767px) {
	.button-preorder-default + button, .button-out-sale-default + button {
		width: 33.33%;
	}
}
@media (max-width: 1200px) {
	.button-preorder-default + button, .button-out-sale-default + button {
		width: 33.33%;
	}
}
.button-preorder-compare + input {
	margin-top: 0px !important;
}
#preorder-box .image img {
	margin:0 auto;
}
#preorder-box .input-group {
	width: 100%;
}
#preorder-box .dropdown-menu > li > button {
    color: #333;
	text-align: left;
}
#preorder-box .dropdown-menu li > button:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#preorder-box .input-group-addon {
	cursor: pointer;
	background-color: #fff;
	width: 75px;
}
#preorder-box .countries {
	width: 100%;
}
#preorder-box .countries > div {
	max-height: 170px;
    overflow-y: auto;
	overflow-x: hidden;
}
#preorder-box .countries > div button {
	color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}
#preorder-box .countries > div button:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#preorder-box .countries button span:first-child {
	float: left;
}
#preorder-box .countries button span:last-child {
	float: right;
}
#preorder-box input[name='quantity']{
	text-align: center;
}
.fa-preorder:before {
    content: "\f0f3";
}
.fa-out_sale:before {
    content: "\f05e";
}

#form-preorder .checkbox label
{
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
	margin-top: 20px;
}

#form-preorder .checkbox label a
{
	font-weight: 400;
  color: #2D226C;
}

.modal-footer
{
	border: none !important;
	padding: 0  35px !important;
}
.modal-footer .p_outofstock
{
margin: 0;
}

#form-preorder .checkbox input[type="checkbox"]
{
	width: 20px;
	height: 20px;
	margin: 0;
	margin-left: -20px;
}

#form-preorder .checkbox label span
{
	padding-left: 10px;
}