#prescription-wrapper {
	min-height: calc(100vh - 490px)
}

#prescription-wrapper .txt-rq {
	color: red;
}

.prescription-content {
	padding-top: 15px;
	padding-bottom: 15px;
}

.prescription-content:after {
	content: "";
	display: block;
	clear: both;
}

.product-cart {
	vertical-align: top;
	text-align: left;
}

table, td, th, tr {
	border: 1px solid #e1e1e1;
}

.contents table td {
	padding: 10px;
}

.product-cart tbody tr:hover {
	background-color: #f7f7f7
}

.prescription-name {
	padding: 5px 10px;
	font-size: 13px;
	width: 100%;
	border: 1px solid #75a012;
	border-radius: 3px;
	line-height: 21px;

}

.customer-infor {
	padding-left: 75px;
}

.prescription-title {
	font-size: 17px;
	position: relative;
	margin: 5px 0 10px;
	line-height: 37px;
	border-bottom: 1px solid #d8d8d8;
	color: #8cb630;
}

.prescription-title:after {
	content: "";
	display: block;
	clear: both;
}

.prescription-title span {
	float: right;
	font-size: 12px;
	color: #75a012;
	cursor: pointer;
}

.removeButton .icon {
	background-color: gray;
	display: inline-block;
	width: 20px;
	height: 20px;
	-webkit-mask: url(/frontend/images/trash.svg);
	mask: url(/frontend/images/trash.svg);
	-webkit-mask-box-image: url(/frontend/images/trash.svg);
	cursor: pointer;
}

.removeButton .icon:hover {
	background-color: #940000
}

.addButton .icon {
	background-color: #8cb630;
	display: inline-block;
	width: 20px;
	height: 20px;
	-webkit-mask: url(/frontend/images/add.svg);
	mask: url(/frontend/images/add.svg);
	-webkit-mask-box-image: url(/frontend/images/add.svg);
	cursor: pointer;
}

.addButton .icon:hover {
	background-color: #940000
}

.prd-quatity {
	width: 100px;
}
.last-coll {
	width: 50px;
	text-align: center;
}
.col-qty {
	display: grid;
	grid-template-columns: 33% auto 33%;
	text-align: center;
}

.quantity-numeric,
.prd-discount input {
	display: inline-block;
	height: auto;
	width: 16px;
	text-align: center;
	padding: 3px 10px
}

.quantity-numeric {
	border-radius: 0;
	border-left: none;
	border-right: none;
	min-width: 40px;
}

.qty {
	padding: 3px 6px;
	border: 1px solid #ced4da;
	background-color: #f1f1f1;
	color: #333;
	font-weight: bold;
	font-size: 16px;
}

.qty-minus {
	border-radius: 3px 0 0 3px;
}

.qty-plus {
	border-radius: 0 3px 3px 0;
}

.prd-name h4 {
	font-size: 15px;
	margin: 0;
}

.product-cart {
	width: 100%;
}

.txt-center {
	text-align: center;
}

.contents table td.sort {
	text-align: center;
	border-right: 1px solid #d1d1d1;
	width: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

td {
	border: none;
}

.product-cart th {
	background: #f1f1f1;
    color: #222;
    padding: 10px 15px;
    margin: 0;
    line-height: 1.1em;
    font-size: 14px;
    border: none;
}


.add-order {
	cursor: pointer;
	color: #fff;
}

.order-pop {
	display: none;
	font-size: 14px;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.5)
}
.order-pop>div {
	position: absolute;
	width: 300px;
	top: 300px;
	left: calc(50% - 150px);
	background-color: #fff;
	border-radius: 3px;
	padding: 10px 15px;
	text-align: center;
}

.order-pop>div>div {
	display: block;
	padding: 10px 0 0;
}
.order-pop div>span {
	display: inline-block;
	padding: 7px 10px;
	color: #fff;
	cursor: pointer;
	width: 44%;
	font-size: 13px;
}

.close-pop {
	background-color: #da4656
}

.add-order-num {
	background-color: #03bd9c
}


#form-upload {
	position: relative;
}

#form-upload .btn-default:hover {
	color: #111;
}


.btn-submit {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}

.help-block {
	font-size: 12px;
	color: red;
	font-style: italic;
}

.list-img:after {
	content: "";
	display: block;
	clear: both;
}
.show-img {
	width:calc(25% - 10px);
	float: left;
	margin: 5px;
	position: relative;
}
.show-img > .remove-image {
	position: absolute;
	right: 10px;
	top: 10px;
	color: red;
	font-weight: bold;
	cursor: pointer;
	background-color: white;
    padding: 5px;
    border-radius: 50%;
    width: 27px;
    text-align: center;
}

.show-img:nth-child(4n + 1) {
	clear: left;
}
.show-img img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.btn-mua-hang[disabled] {
	background-color: #a9ca74;
	border:none;
}


.prescription-txt {
	margin-top: 35px;
}

.prescription-step {
	margin-bottom: 25px;
}

.prescription-step div {
	margin-bottom: 15px;
}

.prescription-step small {
	display: block;
	margin-bottom: 5px;
	font-style: italic;
}
