body{background: #f6f7f9;}
.table-prescription{
	width: 100%;
	font-size: 15px;
	border-collapse: collapse;
	margin: 5px 0;
}
.table-prescription td{padding: 4px 7px;}
.table-prescription tr:first-child td{background: #d1d2d5;}
.table-prescription tr:nth-child(even) td{background: #fafafa;}
#crt{
	margin-bottom: 40px;
}
#crt .cprds{
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: flex-start;
}
#crt .err{
	font-size: 19px;
	display: block;
	margin: 20px 0 70px 0;
	padding: 30px 0;
	width: 100%;
}
#crt .ttls{
	display: flex;
	width: 100%;
	flex-direction: column;
}
#crt .ttlsc{
	display: block;
	width:100%;
	text-align: right;
	padding:15px 0 25px 0;
}
#crt .ttlsbt{
	display: flex;
	width:100%;
	text-align: right;
	padding:15px 0 25px 0;
	flex-flow: row wrap;
}
#crt .ttlsbt .btn{flex:0 0 50%;text-align: left;}
#crt .ttlsbt .btn:last-child{text-align: right;}
#crt .cprd.header{
	background: #000 !important;
	margin-bottom: 8px !important;
	padding:12px 70px 12px 20px;
	color:#fff !important;
}
#crt .cprd.header .prcs,#crt .cprd.header .amt,#crt .cprd.header .cvr,#crt .cprd.header .qty, #crt .cprd.header .inf{
	height: auto !important;
	font-size:16px !important;
	line-height: 1.2em !important;
	font-weight: 400 !important;
}
#crt .cprd{
	width: 100%;
	background: #fff;
	border:1px solid #f1f1f1;
	margin-bottom: 10px;
	padding:10px 70px 10px 20px;
	display: flex;
	box-sizing: border-box;
	flex-direction: row;
	flex-wrap: nowrap;
	border-radius: 5px;
	position: relative;
	justify-content: center;
	align-items: center;
}
#crt .cprd .rmv{
	top:50%;
	right: 20px;
	transform: translateY(-50%);
	font-size: 17px;
	color:#f44336;
	position: absolute;
}
#crt .cprd .cvr{
	width: 125px;
	height: 80px;
	text-align:center;
	position: relative;
	display: flex;
}
#crt .cprd .cvr img{max-width: 95%; height: auto; max-height: 95%;transform: translate(-50%, -50%); top:50%; left: 50%; position: absolute;}
#crt .cprd .inf{
	padding: 0 10px 0 30px;
	box-sizing: border-box;
	width: calc(70% - 140px);
}
#crt .cprd .inf strong{
	font-size: 17px;
	color:#2D3C41;
	font-weight: 500;
}
#crt .cprd .inf .dtls,#crt .cprd .inf .prc{
	color:#7b7b7b;
	font-size: 14px;
	line-height: 20px;
	margin:0;
	padding: 0;
}
#crt .cprd .inf .prc strong{font-weight: 500;}
#crt .cprd .inf .prc{display: none;}
#crt .cprd .inf .avl{
	color:#115d33;
	font-size: 16px;
	line-height: 20px;
	margin:8px 0 0 0;
	padding: 0;
	font-weight: 500;
}
#crt .qty{
	font-weight: 600;
	font-size: 30px;
	width: 80px;
	padding: 0 20px;
	position: absolute;
	left: 0;
	top:50%;
	transform: translateY(-50%);
}
#crt .qty input{
	width: 60px;
	height: 42px;
	border:1px solid #e1e1e1;
	border-radius: 4px;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 20px;
	text-align: center;
}
#crt .amt{
	font-weight: 500;
	font-size: 20px;
	line-height: 50px;
	width: 50%;
	flex:0 0 50%;
	padding-right: 8px;
	box-sizing: border-box;
}
#crt input::-webkit-outer-spin-button,
#crt input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#crt input[type=number] {
  -moz-appearance:textfield;
}
#crt .prcs{
	display: flex;
	font-weight: 500;
	font-size: 30px;
	width: 30%;
	height: 50px;
	padding-left: 100px;
	white-space: nowrap;
	text-align: right;
	position: relative;
	flex-flow: row wrap;
}
#crt .ttlsc h3{
	font-size: 19px;
  font-weight: 500;
  color: #2D3C41;
  margin:0;
  padding: 0 10px 0 0;
	display: inline-block;
}
#crt .ttlsc strong{
	font-size: 33px;
  font-weight: 500;
  color: #2D3C41;
  margin:0;
  padding: 0 70px 0 0;
	display: inline-block;
}
#crt .ttls a{
	padding:17px 30px;
	box-sizing: border-box;
	background: #037732;
	color:#fff;
	margin-top: 20px;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	font-weight: 400;
	font-size: 17px;
}
#crt .ttls .btn:first-child a{
	background: #d1d2d5;
	color:#6b6b6b;
}
#crt .prdstcrr{
   font-size:12px;
   font-weight:700;
   padding:5px 0 0 0;
   margin:0;
   color:#f44336;
}
#crt .chkt-btn-error{
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color:#f44336;
}
#crt .cart-error-msg{
	padding: 10px 0;
	box-sizing: border-box;
	width: 100%;
	color:#333;
	border-radius: 20px;
	margin-bottom: 30px;
	font-size:15px;
}
#crt .cart-error-msg h3{
	font-weight: 500;
	color:#f44336;
	margin: 0 0 10px 0;
	padding: 0;
}
#crt button.upd{
	background: none;
	font-size: 20px;
	color:#115D33;
	border:none;
	cursor: pointer;
	transition: ease 0.25s;
	transform-origin: 50% 10px;
	line-height: 20px;
	padding: 0;
	margin: 0 0 0 8px;
}
#crt button.upd:hover{
	transform: rotate(180deg);
}
#crt .coupon{
	margin: 30px 0;
}
#crt .coupon .cnt{
	max-width: 610px;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	background: #fff;
}
#crt .coupon .cnt h3{
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 16px;
}
#crt .coupon .cnt form{display: flex}
#crt .coupon .cnt input{
	flex-grow: 1;
	border: 1px solid #e1e1e1;
	background: #fafafa;
	padding: 12px 20px;
	line-height: 20px;
	border-radius: 4px;
}
#crt .coupon .cnt button{
	background: #348D7B;
	color:#fff;
	border-radius: 4px;
	margin-left: 6px;
	border:none;
	padding: 0 20px;
}
@media only screen and (min-width: 851px) and (max-width: 1100px){
	#crt .cprds{width: calc(100% - 300px);}
	#crt .ttls{width: 280px;padding-left: 20px;}
	#crt .cprd{padding-right: 50px;}
	#crt .cprd .cvr{width: 90px;}
	#crt .cprd .inf strong{font-size: 18px;}
	#crt .cprd .inf{width: calc(100% - 105px);padding-left: 10px;}
	#crt .amt,#crt .cprd .inf .dtls{display: none;}
	#crt .cprd .inf .prc{display: block;}
	#crt .prcs{padding-left: 10px;}
}
@media only screen and (min-width: 641px) and (max-width: 850px){
	#crt .cprds,#crt .ttls{width:100%;padding-left: 0px;}
	#crt .ttls a{max-width: 500px; margin: 20px auto;display: block;}
	#crt .ttlsc{min-height: 100px;}
	#crt .ttlsc ul{display: flex;flex-flow:row wrap;justify-content: flex-start;}
	#crt .ttlsc ul li{flex:0 0 33.333%;box-sizing: border-box; background: #fafbfd !important;}
}
@media only screen and (min-width: 481px) and (max-width: 640px){
	#crt .ttlsc{min-height: 100px;}
	#crt .ttlsc ul{display: flex;flex-flow:row wrap;justify-content: flex-start;}
	#crt .ttlsc ul li:first-child,#crt .ttlsc ul li:nth-child(2){flex:0 0 50%;box-sizing: border-box; background: #fafbfd !important;}
	#crt .ttlsc ul li:last-child{flex:0 0 100%;box-sizing: border-box; background: #f6f7f9;}
}
@media only screen and (max-width: 640px){
#crt .amt{display: none;}
#crt .cprd.header{display: none;}
#crt .qty{margin-top: -10px;}
#crt .cprds{width:100%;}
#crt .cprd{padding: 60px 10px 10px 10px;}
#crt .cprd .rmv{right: 16px; font-size: 15px;transform: none; top: 20px;}
#crt .cprd .cvr{
	width: 90%;
	height: 40px;
	position: absolute;
	top:10px;
	left: 10px;
	text-align:left;
}
#crt .cprd .cvr img{max-width: 90%; max-height: 40px;position: relative;transform: none;left: auto;top:auto;}
#crt .cprd .inf{width: calc(100% - 50px); padding: 0 8px 0 0;}
#crt .cprd .inf strong{font-size: 17px;}
#crt .prcs{width: 80px;margin-top: 0px;padding-top:48px;box-sizing: border-box;}
#crt .qty input{width: 30px;height: 30px;top:0;transform: none;padding: 0; font-size: 15px;}
#crt .qty{padding: 0;width: 30px;height: 30px;top:0;transform: none;left: 5px;}
#crt .amt{
	font-size: 18px;
	line-height: 20px;
	margin-left: -100px;
	width: 150px;
	text-align: right;
}
#crt .prcs{padding-left: 0px;}
#crt .ttls{width: 100%;padding-left: 0px;}
#crt .cprd .inf .dtls{display: none;}
#crt .cprd .inf .prc{display: block;}
#crt .cprd .inf .avl{font-size:90%;width:calc(100% - 110px);}
}
@media only screen and (max-width: 480px){
#crt .amt{display: none;}
/*#crt .prcs{white-space: normal;}*/
#crt .qty{margin-top: -10px;/*right:0;left: auto;width: 50px;*/}
#crt .cprd.header{display: none;}
#crt .ttlsbt{align-items: center;}
#crt .ttlsbt .btn{flex:0 0 100%;max-width: 300px; text-align: center;}
}
