/************************** TO ****************************/

.shopping_to ul {
text-align: left;
font-family: 'Montserrat';
color: #333;
font-weight: 400;
font-size: 14px;
line-height: 22px;	
}

p.to-info {
background-image: url(../images/ico-service.png);
background-position: left;
background-repeat: no-repeat;
padding-left: 25px;
color: #e52c3a;
line-height: 18px;
}

div.to-item-box {
width: 100%;
max-width: 800px;
display: block;
margin-bottom: 20px;
}

div.to-item-box div.box {
height: 100%;
border: 1px solid #f2f2f2;
-moz-box-sizing: border-box; /* Äëÿ Firefox */
-webkit-box-sizing: border-box; /* Äëÿ Safari è Chrome */
box-sizing: border-box; /* Äëÿ IE è Opera */
box-shadow: 0 20px 30px rgba(0, 0, 0, 5%);
border-radius: 4px;
background-color: #fff;
padding: 10px 5px;
}

div.to-img {
	padding-bottom: 15px;
}

div.to_name {
font-family: 'Montserrat';
font-weight: 300;
font-size: 14px;
color: #000;
line-height: 22px;
padding-bottom: 15px;
}

div.to_name div {
font-family: 'Montserrat';
font-weight: 600;
font-size: 14px;
color: #000;
display: block;
padding-top: 2px;
padding-bottom: 2px;
}

div.to_name span {
font-family: 'Montserrat';
font-weight: 500;
font-size: 14px;
color: #111;
}

/*
.to_name div.ico-service {
background-image: url(../images/ico-service.png);
background-position: left;
background-repeat: no-repeat;
padding-left: 25px;
color: #e52c3a;
}
*/

div.to_quant {
font-family: 'Montserrat';
font-weight: 300;
font-size: 14px;
color: #000;
line-height: 22px;
white-space: nowrap;
padding-bottom: 15px;
padding-right: 15px;
}

div.to_quant p {
font-family: 'Montserrat';
font-weight: 300;
font-size: 12px;
color: #333;
line-height: 18px;
white-space: normal!important;	
}

div.to_quant .wholesale_quantity {
font-family: 'Montserrat';
font-weight: 400;
font-size: 13px;
color: #000;
padding: 2px;
cursor: pointer;
}

div.to_quant input.wholesale_checkbox {
	margin: 6px;
	cursor: pointer;
}

.to_quant span {
font-family: 'Montserrat';
font-weight: 500;
font-size: 22px;
color: #000;
}

div.to-amount {
	margin-bottom: 20px;
}

div.to-amount span {
font-family: 'Montserrat';
font-weight: 500;
font-size: 22px;
color: #000;
}

div.to-order {
	border-top: 1px solid #e2e2e2;
}
