.minicart-items .product-item>.product:before,
.minicart-items .product-item>.product:after {
	content: '';
	display: table;
}

.minicart-items .product-item>.product:after {
	clear: both;
}

.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after {
	content: ': ';
}

.product-image-photo {
	bottom: 0;
	display: block;
	height: auto;
	left: 0;
	margin: auto;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.block-minicart {
	padding-top: 0;
	padding-bottom: 10px;
}

.block-minicart .action.primary {
	background: #003150;
	border: 1px solid #003150;
	color: #fff;
}

.block-minicart .subtitle.empty {
	white-space: nowrap;
	display: block;
	padding: 0;
	font-weight: 300;
	font-size: 1.6rem;
}

.block-minicart dl {
	font-size: 1.4rem;
}

.block-minicart dt {
	display: inline-block;
	font-weight: 600;
	margin: 0 0 0 0;
}

.block-minicart dd {
	display: inline;
	margin: 0;
	color: #5f5f5f;
}

.block-minicart dt:first-child {
	margin: 0;
}

.block-minicart .block-content>.actions {
	margin-top: 15px;
	text-align: center;
}

.block-minicart .product.actions .primary,
.block-minicart .items-total,
.block-minicart .action.close,
.block-minicart .action.edit,
.block-minicart .cart-item-qty {
	display: none;
}

.block-minicart .subtotal {
	padding-top: 15px;
	text-align: right;
	display: inline-block;
	width: 100%;
}

.block-minicart .subtotal .label {
	float: left;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.block-minicart .amount.price-container {
	float: right;
	line-height: 1.2;
}

.block-minicart .amount .price-wrapper:first-child .price {
	font-size: 1.2rem;
	font-weight: 300;
}

.minicart-wrapper .block-minicart.empty {
	width: auto;
	padding-top: 24px;
}

.minicart-wrapper .block-minicart {
	width: 332px;
	right: 0;
	border-top: 0;
	padding: 0 0 24px 0;
}

.minicart-wrapper .actions.shopping-bag {
	margin-bottom: 15px;
}

.minicart-wrapper .actions.shopping-bag .button {
	width: 100%;
	height: auto;
	border: none;
	text-align: center;
	display: inline-block;
	padding: 0;
}

.minicart-wrapper .actions.shopping-bag .button .action.viewcart {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 700;
	letter-spacing: 1px;
}

.minicart-wrapper .actions.shopping-bag .button .action.primary {
	border: 1px solid #003150;
	color: #fff;
	padding: 0;
}

.minicart-wrapper .actions.shopping-bag .button .action.primary:hover {
	color: #003150;
}

.minicart-wrapper .actions.shopping-bag .button .action.viewcart {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 700;
	letter-spacing: 1px;
}

.minicart-wrapper .actions.checkout {
	display: block;
	padding: 0;
	margin-top: 0;
	text-align: left;
}

.minicart-wrapper .actions.checkout button.action.checkout {
	display: inline-block;
	position: relative;
	padding: 0;
	background: transparent;
	border: none !important;
	color: #003150;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.6em;
}

.minicart-wrapper .actions.checkout button.action.checkout:after {
	position: absolute;
	left: 50%;
	bottom: 2px;
	width: 100%;
	height: 1px;
	background: #abb0b3;
	content: "";
	transition: width .2s ease;
	transform: translateX(-50%);
}

.minicart-wrapper .actions.checkout button.action.checkout:hover:after {
	width: 0;
}

.minicart-items-wrapper {
	overflow-x: auto;
	height: auto !important;
	max-height: 348px;
	margin: 0 -30px;
	padding: 0;
	border: 1px solid #e6eaed;
	border-left: none;
	border-right: none;
	border-top: none;
}

.minicart-items {
	margin: 0;
	padding: 0;
	list-style: none none;
}

.minicart-items .product-item {
	display: block;
	width: 100%;
	float: none;
	position: relative;
	border-top: 1px solid #e6eaed;
	padding: 15px 0 10px 0;
	margin: 0;
	border-bottom: none;
	cursor: default;
}

.html .mag .minicart-wrapper .block-minicart {
	padding: 0 30px 15px 30px;
}

.minicart-items .product-item:first-child {
	border-top: none;
}

.minicart-items .product-item:before {
	padding-top: 0;
}

.minicart-items .product-item-pricing .label {
	display: inline-block;
	width: 4.5rem;
}

.minicart-items .product-item-pricing .price-container {
	margin: 15px 0 18px 0;
}

.minicart-items .price-minicart {
	margin-bottom: 5px;
}

.minicart-items .product-item-photo {
	display: block;
	float: left;
	width: 115px;
}

.minicart-items .collection-title {
	text-transform: uppercase;
	font-size: 1.1rem;
	line-height: 18px;
	font-weight: 400;
	margin: 0 0 2px 0;
	letter-spacing: 0.1em;
}

.minicart-items .product-item-name a {
	display: block;
	margin: 0 0 20px;
	font-weight: normal;
	font-size: 1.4rem;
	color: #84888b;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.minicart-items .product-item-details {
	position: relative;
	float: right;
	width: 189px;
	padding: 40px 10px 0 0;
	text-align: left;
	font-weight: 600;
	color: #84888b;
}

.minicart-items .product-item-details .price {
	color: #003150;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.minicart-items .product-item-details .details-qty {
	margin-top: 10px;
}

.minicart-items .product-item-details .details-qty.qty {
	margin-top: 0;
	color: #84888b;
}

.minicart-items .product-item-details .details-qty.qty label {
	width: auto;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 1px;
}

.minicart-items .product-item-details .details-qty.qty label:after {
	content: ' : ';
}

.minicart-items .product-item-details .details-qty.qty .details-qty-change {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #84888b;
	border-radius: 50%;
	color: #84888b;
	line-height: 18px;
	font-size: 1.5rem;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	-moz-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	-ms-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.minicart-items .product-item-details .details-qty.qty .details-qty-change:hover {
	background: #003150;
	border-color: #003150;
	color: #ffffff;
}

.minicart-items .product-item-details .details-qty .details-qty-qty {
	font-weight: normal;
	font-size: 1.3rem;
}

.minicart-items .product.options .tooltip.toggle {
	display: inline-block;
	text-decoration: none;
}

.minicart-items .product.options .tooltip.toggle>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.minicart-items .product.options .tooltip.toggle>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.minicart-items .product.options .tooltip.toggle>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.minicart-items .product.options .tooltip.toggle>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.minicart-items .product.options .tooltip.toggle:after {
	-webkit-font-smoothing: antialiased;
	font-size: 28px;
	line-height: 28px;
	color: inherit;
	content: '\e912';
	font-family: 'icomoon';
	margin: -3px 0 0 7px;
	vertical-align: bottom;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

.minicart-items .product.options .tooltip.toggle>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.minicart-items .product.options .tooltip.toggle>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.minicart-items .product.options .tooltip.toggle>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.minicart-items .product.options .tooltip.toggle>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.minicart-items .product.options .tooltip.toggle:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: 28px;
	line-height: 28px;
	color: inherit;
	content: '\e912';
	font-family: 'icomoon';
	margin: -3px 0 0 7px;
	vertical-align: bottom;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

.minicart-items .product.options .tooltip.toggle .details {
	display: none;
}

.minicart-items .item-qty {
	width: 40px;
	margin-right: 10px;
	text-align: center;
}

.minicart-items .update-cart-item {
	vertical-align: top;
	visibility: hidden;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 1.1rem;
}

.minicart-items .subtitle {
	display: none;
}

.minicart-items .action.delete {
	position: absolute;
	top: 1px;
	right: 0;
	float: none;
	height: auto;
	padding: 0;
	margin: 0;
	border: none;
	line-height: 1;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

.minicart-items .action.delete>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.minicart-items .action.delete>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.minicart-items .action.delete>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.minicart-items .action.delete>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.minicart-items .action.delete:before {
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	line-height: 38px;
	color: #84888b;
	content: '\e90c';
	font-family: 'icomoon';
	margin: 0;
	vertical-align: bottom;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

.minicart-items .action.delete:hover:before {
	color: #003150;
}

.minicart-items .action.delete:active:before {
	color: #84888b;
}

.minicart-items .action.delete>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.minicart-items .action.delete>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.minicart-items .action.delete>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.minicart-items .action.delete>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.minicart-items .action.delete:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	line-height: 38px;
	color: #84888b;
	content: '\e90c';
	font-family: 'icomoon';
	margin: 0;
	vertical-align: bottom;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

.minicart-items .action.delete:hover:before {
	color: #003150;
}

.minicart-items .action.delete:active:before {
	color: #84888b;
}

.minicart-items .action.delete:before {
	line-height: 1;
}

.minicart-items .action.delete:hover,
.minicart-items .action.delete:focus,
.minicart-items .action.delete:active {
	background: transparent;
}

.minicart-items .action.edit {
	display: none;
}

.minicart-items .product-image-wrapper .product-image-photo {
	position: static;
}

.mag .minicart-wrapper .counter.qty.empty {
	display: none;
}


.zend-modals {
	background: rgba(0, 49, 80, 0.55);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	font-size: 0;
	z-index: 1000;
	text-align: center;
}

.zend-modals:before {
	content: ' ';
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	width: 0;
}

.zend-modal {
	background: white;
	display: inline-block;
	vertical-align: middle;
	font-family: 'open_sansregular';

	opacity: 0;
	-webkit-transform: translateY(-200px);
	transform: translateY(-200px);
	transition-duration: .5s;
	-webkit-transition-property: -webkit-transform, opacity, visibility;
	transition-property: transform, opacity, visibility;
}

.zend-modals._show .zend-modal {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.zend-modal.confirm {
	max-width: 340px;
	text-align: center;
}

.zend-modal-header {
	position: relative;
	padding-top: 7rem;
	padding-bottom: 1.2rem;
}

.zend-modal-header .action-close {
	background-image: none;
	background: none;
	-moz-box-sizing: content-box;
	border: 0;
	box-shadow: none;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-shadow: none;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	font-size: 14px;
	cursor: pointer;
}

.zend-modal-header .action-close:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	line-height: 20px;
	color: #d4d6d9;
	content: '\e90c';
	font-family: 'icomoon';
	margin: 0;
	vertical-align: top;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

.zend-modal-header .action-close:hover:before {
	color: #00121d;
}

.zend-modal-content {
	padding-left: 3rem;
	padding-right: 3rem;
	font-size: 1.4rem;
	color: #003150;
}

.zend-modal-footer {
	margin-top: auto;
	padding-bottom: 3rem;
	padding-top: 3rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

.zend-modal-footer button {
	width: 120px;
	background-image: none;
	background: transparent;
	border: 1px solid #c7ccd0;
	color: #003150;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0 10px;
	font-size: 1.2rem;
	line-height: 3.8rem;
	box-sizing: border-box;
	vertical-align: middle;
	text-transform: uppercase;
	-webkit-transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
	-moz-transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
	-ms-transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
	transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
	font-size: 14px;
	padding: 5px 10px;
	margin: 0 4px;
	cursor: pointer;
}

.zend-modal-footer :hover {
	background: #003150;
	border: 1px solid #003150;
	color: #ffffff;
}

/* Mobile */
@media only screen and (max-width: 767px) {
	.mag .minicart-wrapper .counter.qty {
		border: none;
	}
}

/* Table + desktop */
@media only screen and (min-width: 768px) {
	.minicart-wrapper .top-link-item.showcart .counter.qty .counter-number:before {
		content: "(";
		letter-spacing: normal;
	}

	.minicart-wrapper .top-link-item.showcart .counter.qty .counter-number:after {
		content: ")";
		letter-spacing: normal;
	}
}
