@charset "utf-8";
/* CSS Document */

#content-wrapper {
	padding:0;
	margin:0;
}

.product-form-wrapper ul li .denomstable input[name='denom_qty[]'] {
	width:40px;
	margin-left:5px;
	margin-right:5px;
}

.product-form-wrapper form > ul > li {
	margin-right:0;
}

.product-form-wrapper form ul {
	justify-content:space-around;
}

.product-form-wrapper form ul li {
	width:40%;
}

.product-form-wrapper form ul li.marino-product-list {
	width:55%;
}

.denomstable {
	border-collapse:collapse;
	position:absolute;
	z-index:1000;
}

.denomstable .product-opt p {
	min-width:280px;
	padding-left:10px;
	letter-spacing:-1px;
	cursor:pointer;
}

.denomstable tbody tr {
	display:none;
}

.denomstable tbody tr:first-child {
	display:table-row;
}

.denomstable tbody > tr + tr > td + td {
	display:none;
}

.denomstable p {
	background:#fff;
}

.product-form-wrapper form .denomstable p {
	color:#000;
	min-height:35px;
	vertical-align:middle;
	padding-top:5px;
	box-sizing:border-box;
}

.denomtotalprice {
	display:none;
}

.product-form-wrapper .order-summary-table {
	margin:auto auto;
	border-collapse:collapse;
	width:520px;
	margin-top:50px;
	background:#fff;
}

.product-form-wrapper .order-summary-table td
, .product-form-wrapper .order-summary-table th {
	box-sizing:border-box;
	text-align:left;
	padding-left:20px;
}

.product-form-wrapper .order-summary-table th {
	font-weight:bold;
}

.summary-head {
	background:#000;
	color:#fff;
}

.product-form-wrapper .order-summary-table .summary-head th {
	text-align:center;
	padding:5px;
}

.order-summary-table tfoot td {
	padding-bottom:10px;
}

span.recipient-email-address {
	margin-left:5px;
}

.product-form-wrapper .inner .product-form-buynow-wrapper {
	margin-top:10px;
}

input[name='service_type'], .denomcheckbox, input[name='deliver_email'], .steppanelpage {
	display:none;
}

.qarrows {
	float:right;
	width:30px;
	margin-left:1px;
}

.qarrows img {
	display:block;
	margin:0;
	padding:0;
	margin-bottom:3px;
	cursor:pointer;
	
	height:14px;
	margin-top:1px;
}

.totalrow {
	display:none;
}

.marino-logo {
	height:50px;
}

.lowqty-message {
	position:absolute;
	right:-120px;
	top:10px;
}

.denomstable.multiple-products tr.product-opt:first-child td p {
	background:url(../marino/images/arrowdown.png) right no-repeat;
	border-radius:2px;
	background-color: #fff;
	border-right:5px #fff solid;
	cursor:pointer;
}

