.row{
	margin: 0;
}
.cart-items input{
	width: 30px;
}
.odd-even .cart-items-pc:nth-child(2n+2){
	background-color: #fafafa;
}
.odd-even .cart-items-mobile:nth-child(2n+1){
	background-color: #fafafa;
}
.container{
	background-color: #fff;
}
.address-form{
	margin: 2% auto 0 auto;
	max-width: 768px;
	width: 95%;
}
.address-form form input{
	text-align: left;
}
.address-form form div{
	margin: 0.5% 0;
}
.address-form form label{
	font-size: 18px;
}
.col-form-label span{
	color: red;
	font-size: 12px;
	display: inline-block;
}
.col-form-label{
	line-height: 16px;
}
.empty_cart{
	margin: 20px;
}
.cart-title{
	width: 60%;
}
.cart-title h1{
    clear: both;
    display: inline-block;
    white-space: nowrap;
    font-size: 300%;
}
.cart-title h2{
 	font-size: 250%;
}
.col-form-label{
 	font-size: 10px;
}
.modal-label{
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	line-height: 16px;
	font-size: 18px;
}
.modal-label span{
	font-size: 14px;
}

@media screen and (max-width: 767px){
	.btn-update{
		display: none;
	}
	.th{
		display: none;
	}
	.cart-items-pc{
		display: none;
	}
	.cart-items-mobile .col{
		flex-basis: auto;
		width: 50%;
	}
	.col-name{
		font-size: 120%;
		line-height: 150%;
		padding: 4px;
	}
}
@media screen and (min-width: 768px){
	.cart-items-mobile{
		display: none;
	}
	.col-footer{
		margin: 0 3% 0 0;
	}
}
.col-footer p{
	float: right;
}

hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

.btn-send{
	display: inline-block;
	float: right;
	margin: 0 25px 0 0;
}

.btn-send-address{
	margin: 0 15px 0 0;
}

.bin_button{
	padding: 0;
	border: none;
	background-color: inherit;
}

.bin_button img{
	margin: -5px 5px 5px 10px;
	width: 25px;
}

.qty{
	margin: 100px 0 0 0;
}
.list-group-item{
	cursor: pointer;
}
.select-ship{
	overflow: hidden;
}
.ship-main{
	display: inline-block;
	float: left;
	width: 80%;
}
.ship-price{
	display: inline-block;
	float: right;
	width: 20%;
}

.ship-title{
	font-size: 18px;
}

.ship-description{
	font-size: 12px;
}
.list-group-item.active{
	background-color: #edeff2;
}
input[type=checkbox]{
	transform: scale(1.3);
	-ms-transform: scale(1.3); /* IE */
	-moz-transform: scale(1.3); /* FF */
	-webkit-transform: scale(1.3); /* Safari and Chrome */
	-o-transform: scale(1.3); /* Opera */
}
.form-control{
	text-align: left;
}