.cartform table{
	width: 100%;
	margin: 0 0 20px 0;
	}
.cartform table td{
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	}
.cartform table th{
	text-align: center;
	}
col.checkout-image{ width: 50px; }
col.checkout-delete{ width: 80px; }


.cartform td img{ display: block; }
.cartform input.text { border: solid 1px ; padding: 4px; color: ; text-align: center; }

.cartform .subtotal{
	text-align: center;
	}
.cartform .update-quantities{
	text-align: center;
	padding: 50px;
	width: 170px;
	}

#checkout-proceed{
	float: right;
	width: 38%;
	text-align: right;
	}

#checkout-addnote{
	float: left;
	width: 60%;
	}
#checkout-addnote a{
	display: block;
	width: 165px;
	float: left;
	}
#checkout-addnote textarea{
	border: solid 1px #333;
	color: #666666;
	width: 250px;
	height: 60px;
	float: left;
	padding: 4px;
	}
.js #checkout-addnote textarea{
	display: none;
	}

#additional-checkout-buttons{
	padding: 5px;
	margin: 5px 0 0 0;
	}
#additional-checkout-buttons-label{
	border-bottom: solid 1px #333;
	display: block;
	margin: 0 0 8px 0;
	font-size: 11px;
	font-weight: 400;
	}

.bottom-summary td {
	position: relative;
}

.bottom-summary td input[name='update'] {
  z-index: 2000;
  color: #009afc;
  background-color: transparent;
  margin-left: 68px;
  position: absolute;
  margin-bottom: 30px;
  font-size: calc(15rem / 12);
  top: 0px;
  border: none;
  padding: 0px;
}

.bottom-summary .price-area {
  padding: 0 15px;
  margin-bottom: 30px;
}
.bottom-summary .price-area .sub-total {
  color: #3dadf4;
}
.bottom-summary .price-area .price-table{
	border-top: 1px solid #C0C0C0;
	display: table;
  table-layout: fixed;
  width: 100%;
}

.bottom-summary .price-area .type{
  display: table-cell;
  vertical-align: middle;
  float: none;
  font-size: calc(15rem / 12);
  font-weight: 100;
  color: #000000;
}
.bottom-summary .price-area .price-table .price {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: right;
  line-height: 40px;
  padding: 4px 15px;
  font-size: calc(20rem / 12);
  color: #000000;
  font-weight: 400;
}

.bottom-summary .price-area .price-table .total {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: right;
  line-height: 40px;
  padding: 4px 15px;
  font-size: 25px;
  color: #000000;
  font-weight: 400;
}

.bottom-summary .agreement-area {
  padding-left: 10px;

  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.bottom-summary .agreement-area .agreement-content {
  margin-left: 10px;
}


// .cartform{
// 	table{
// 		width: 100%;
//   	margin: 0 0 20px 0;
// 		tr{
// 			border-bottom: 1px solid #f1f1f1;
// 			&:last-child{
// 				border-bottom: none;
// 			}
// 			td{
// 				text-align: center;
//   			vertical-align: middle;
//   			padding: 40px 5px;
// 			}
// 			th{
// 				text-align: center;
// 			}
// 		}
// 	}
// }

.cartform table {
  width: 100%;
  margin: 0 0 20px 0;
}
.cartform table tr {
  border-bottom: 1px solid #f1f1f1;
}
.cartform table tr:last-child {
  border-bottom: none;
}
.cartform table tr td {
  text-align: center;
  vertical-align: middle;
  padding: 40px 5px;
}
.cartform table tr th {
  text-align: center;
}

.accordion-section{
	position: relative;
}

// #checkout-proceed-2{
//      text-align: center;
// 		.btn-reversed{
// 			background: #3dadf4;
// 			color: #ffffff;
// 			font-weight: 400;
// 			padding: 8px 15px;
// 			border:none;
// 			width: 30%;
// 			margin-top:5px;
// 			box-shadow: none;
// 			border-radius: 0px;
// 			letter-spacing: 1.5px;
// 		}
// 	}

// .remove2{
//     display: inline-block;
// 			padding: 6px 12px 8px;
// 			padding-right: 30px;
// 			margin-top:10px;
// 			color: #ffffff;
// 			font-size: 14px;
// 			letter-spacing: 1px;
// 			background-color: #a7a7a7;
// 			position: relative;
// 			&:before,
// 			&:after{
// 				content:"";
// 				position: absolute;
// 				right: 8px;
// 				width: 14px;
// 				height: 1px;
// 				background-color: #ffffff;
// 				top:50%;
// 				margin-top:-0.5px;
// 				-webkit-transform: rotate(45deg);
//     		-moz-transform: rotate(45deg);
// 				// @include Pfix(transform,rotate(45deg));
// 			}
// 			&:after{
// 				-webkit-transform: rotate(-45deg);
//     		-moz-transform: rotate(-45deg);
// 				// @include Pfix(transform,rotate(-45deg));
// 			}
// }

#checkout-proceed-2 {
  text-align: center;
  margin-bottom: 50px;
}

#checkout-proceed-2 .normal-btn {
  display: inline-block;
  width: 23%;
  border-radius: 100px;
  border: solid 2px #959595;
  padding: 16.5px 0px 16.5px;
  font-size: calc(18rem / 12);
  margin-right: 30px;
}

#checkout-proceed-2 .normal-btn:hover {
	border: solid 2px #00aae7;
	text-decoration: none;
}

#checkout-proceed-2 .normal-btn:focus {
	text-decoration: none;
}

#checkout-proceed-2 .action-btn {
	width: 246px;
  height:55px;
  padding: 0px;
	margin-top: -8px;
}

#checkout-proceed-2 .action-btn:hover {
	background-color: #009cd4;
}

#checkout-proceed .action-btn:disabled,
#checkout-proceed-2 .action-btn:disabled {
  background-color: #888888;
}

#checkout-proceed-2 .btn-reversed {
  background: #3dadf4;
  color: #ffffff;
  font-weight: 400;
  padding: 8px 15px;
  border: none;
  width: 30%;
  margin-top: 5px;
  box-shadow: none;
  border-radius: 0px;
  letter-spacing: 1.5px;
}

.remove2 {
	// border-radius: 4px;
  display: inline-block;
  padding: 6px 12px 8px;
  padding-left: 30px;
  margin-top: 10px;
  color: #666666;
  font-size: 14px;
  letter-spacing: 1px;
  // background-color: #a7a7a7;
  position: relative;
}
.remove2:before, .remove2:after {
  content: "";
  position: absolute;
  left: 8px;
  width: 14px;
  height: 1px;
  background-color: #666666;
  top: 48%;
  margin-top: -0.5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.remove2:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}


.remove2:hover{
    text-decoration: none;
    color: #009afc;
}


// @media screen and (max-width: 992px) {

// 	.cart-image {
// 		a {
// 			img {
// 				width: 100%;
// 			}
// 		}
// 	}

// 	.item-name {
// 		font-size: 16px;
// 		font-weight: 300;
// 	}

// 	.item-wrap{
// 		margin-bottom:20px;
// 		border-top: 1px solid #f1f1f1;
// 		padding-top: 20px;
// 	}

// 	.cart-items{

// 		.col-xs-7{
// 			padding: 0 4px;
// 			&.variant-name{
// 				padding-right: 15px;
// 			}
// 		}
// 		input.text{
// 			padding:0 6px!important;
// 		}
// 		b{
// 			font-size: 24px;
// 			color: #000000;
// 			display: block;
// 			margin-top:20px;
// 			font-weight: normal;
// 		}
// 		.detail-collumn{
// 			margin-bottom:10px;
// 		}
// 		.remove{
// 			display: inline-block;
// 			padding: 6px 12px 8px;
// 			padding-right: 30px;
// 			margin-top:10px;
// 			color: #ffffff;
// 			font-size: 14px;
// 			letter-spacing: 1px;
// 			background-color: #a7a7a7;
// 			position: relative;
// 			&:before,
// 			&:after{
// 				content:"";
// 				position: absolute;
// 				right: 8px;
// 				width: 14px;
// 				height: 1px;
// 				background-color: #ffffff;
// 				top:50%;
// 				margin-top:-0.5px;
// 				// @include Pfix(transform,rotate(45deg));
// 				-webkit-transform: rotate(45deg);
//     		-moz-transform: rotate(45deg);
// 			}
// 			&:after{
// 				-webkit-transform: rotate(-45deg);
//     		-moz-transform: rotate(-45deg);
// 				// @include Pfix(transform,rotate(-45deg));
// 			}
// 		}
// 		img{
// 			max-width: 100%;
// 		}
// 		.cart-item-info{
// 			h3{
// 				font-size: 18px;
// 			}
// 		}

// 		.price-area{
// 			padding:0 15px;
// 			.sub-total{
// 				color: #3dadf4;
// 			}
// 			.total-price{
// 				border: 2px solid #3dadf4;
// 				text-align: right;
// 				line-height: 40px;
// 				padding: 4px 15px;
// 				font-size: 20px;
// 				color: #000000;
// 			}
// 		}
// 	}

// 	#checkout-proceed{
// 		.btn-reversed{
// 			background: #3dadf4;
// 			color: #ffffff;
// 			font-weight: 400;
// 			padding: 8px 15px;
// 			border:none;
// 			width: 100%;
// 			margin-top:20px;
// 			box-shadow: none;
// 			border-radius: 0px;
// 			letter-spacing: 1.5px;
// 		}
// 	}
// }

@media screen and (max-width: 992px) {
  .cart-image a img {
    width: 100%;
  }

  .item-name {
    font-size: 16px;
    font-weight: 300;
  }

  .item-wrap {
    margin-bottom: 20px;
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
  }

  .cart-items .col-xs-7 {
    padding: 0 4px;
  }
  .cart-items .col-xs-7.variant-name {
    padding-right: 15px;
  }
  .cart-items .col-xs-7.variant-name .color-type {
  	font-weight: 400;
  	color: #000;
  	font-size: 14px;
  }
  .cart-items input.text {
  	text-align: left!important;
    padding: 10px 6px 10px 12px !important;
  }
  .cart-items b {
    font-size: 18px;
    color: #000000;
    display: block;
    margin-top: 20px;
    font-weight: 400;
  }
  .cart-items .detail-collumn {
    margin-bottom: 10px;
  }
  .cart-items .remove {
    display: inline-block;
    padding: 6px 12px 8px;
    padding-left: 30px;
    margin-top: 10px;
    color: #666666;
    font-size: 14px;
    letter-spacing: 1px;
    // background-color: #a7a7a7;
    position: relative;
  }
  .cart-items .remove:before, .cart-items .remove:after {
    content: "";
    position: absolute;
    left: 8px;
    width: 14px;
    height: 1px;
    background-color: #666666;
    top: 50%;
    margin-top: -0.5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  .cart-items .remove:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
  .cart-items img {
    max-width: 100%;
  }
  .cart-items .cart-item-info h2 {
    font-size: 18px;
    font-weight: 400;
  }
  .cart-items .price-area {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .cart-items .price-area .sub-total {
    color: #3dadf4;
  }
  .cart-items .price-area .price-table{
  	border-top: 1px solid #C0C0C0;
  	display: table;
    table-layout: fixed;
    width: 100%;
  }
  .cart-items .price-area .cart_up{
  	text-align: center;
  	margin: 60px auto 30px;
  }

  .cart-items .price-area .cart_up input{
  	background-color: transparent;
  	border: none;
  	padding: 0px;
  	color: #00aae7;
    padding: 13px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 100;
    // box-shadow: 3px 3px 3px #000;
    // -webkit-box-shadow: 3px 3px 3px #000;
    // -moz-box-shadow: 3px 3px 3px #000;
  }

  .cart-items .price-area .type{
  	display: table-cell;
    vertical-align: middle;
    float: none;
    font-size: 15px;
    font-weight: 100;
    color: #000000;
  }
  .cart-items .price-area .price-table .price {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: right;
    line-height: 40px;
    padding: 4px 15px;
    font-size: 20px;
    color: #000000;
    font-weight: 400;
  }

  .cart-items .price-area .price-table .total {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: right;
    line-height: 40px;
    padding: 4px 15px;
    font-size: 25px;
    color: #000000;
    font-weight: 400;
  }

  .cart-items .agreement-area {
    padding: 0 15px;

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .cart-items .agreement-area .agreement-content {
    margin-left: 10px;
    margin-top: -3px;
    font-weight: bold;
  }

  .cart-items .agreement-area #agreement-input-mobile {
    width: auto;
    flex: 0 0 20px;
    -webkit-transform: scale(1.4, 1.4);
  }

  .cart-items .agreement-area {
    padding: 0 15px;

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .cart-items .agreement-area .agreement-content {
    margin-left: 10px;
  }

  #checkout-proceed .btn-reversed {
    background: #3dadf4;
    color: #ffffff;
    font-weight: 400;
    padding: 8px 15px;
    border: none;
    width: 100%;
    margin-top: 20px;
    box-shadow: none;
    border-radius: 0px;
    letter-spacing: 1.5px;
  }
  .sp-100{
  	font-weight: 400;
  	padding-right: 15px!important;
  	padding-left: 15px!important;
  	width: 100%;
  	padding-bottom: 6px;
  }

}

