.citrus-qty-wrapper{
	clear:both;
}

.citrus-qty-title,
.citrus-upsell-title {
	font-weight: 800;
	font-size: 20px;
	display:block;
	margin-bottom: 20px;
}

.citrus-upsell-wrapper{
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}

.citrus-upsell-wrapper table{
	margin-top: 0px;
	border: 0;
}

.citrus-upsell-wrapper table th,
.citrus-upsell-wrapper table td{
	border: 0;
	vertical-align: middle;
}

.upsell-qty-col {
	width: 13%;
	padding-left: 0;
}

.upsell-qty-col input[type="number"]{
	text-align: center;
}

.upsell-qty-col input[type='number']::-webkit-inner-spin-button, 
.upsell-qty-col input[type='number']::-webkit-outer-spin-button { 
    opacity: 1;
}

.upsell-modal{
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}

.upsell-modal-title{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 15px;
	display: block;
}

.upsell-product-image{
	margin: 0 auto;
	display: block;
}

.upsell-price span{
	color:#000;
	font-weight: 400;
	font-size: 18px;
	font-family: "TT Norms Regular",sans-serif;
}

.upsell-parent-wrapper{
	text-align:right;
}
