.fl-cart-button{
	position: relative;
	display: inline-block;
	font-size: 40px;
	line-height: 1;
}
.offscreen-cart-button .cart-counter{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -5px;
	right: -5px;
	background: #00B361;
	color: #fff !important;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
.offscreen-cart-button .cart-counter.count-0{
	display: none;
}
.offscreen-cart-button .offscreen-cart-wrapper{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0);
	z-index: 2000000;
	text-align: left;
	-webkit-transition: background 300ms ease;
	transition: background 300ms ease;
}
.offscreen-cart-button.shown .offscreen-cart-wrapper{
	background: rgba(0,0,0,0.5);
}
.offscreen-cart-button .offscreen-cart{
	width: 100%;
	height: 100%;
	max-width: 400px;
	max-height: 100%;
	overflow: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
}
.offscreen-cart-button.shown .offscreen-cart{
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.offscreen-cart-header{
	position: relative;
	display: block !important;
	padding: 15px 20px;
	border-bottom: 1px solid #e4e4e4;
	font-weight: bold;
}
.offscreen-cart-header .offscreen-cart-close{
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	padding: 0;
	background: url(/wp-content/plugins/nomon-woocommerce/modules/offscreen-cart/close.svg) center center no-repeat;
}

.offscreen-cart .widget_shopping_cart_content{
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.fl-module-content .offscreen-cart .woocommerce-mini-cart{
	margin-bottom: auto;
}
.fl-module-content .offscreen-cart .woocommerce-mini-cart li.mini_cart_item{
	position: relative;
	padding: 15px 20px;
	border-bottom: 1px solid #e4e4e4;
}
.fl-module-content .offscreen-cart .woocommerce-mini-cart li.mini_cart_item .product-title{
	width: 87%;
	font-weight: 100;
}
.fl-module-content .offscreen-cart .woocommerce-mini-cart li.mini_cart_item .product-image{
	min-width: 64px;
	max-width: 64px;
	min-height: 64px;
	max-height: 64px;
}
.fl-module-content .offscreen-cart .woocommerce-mini-cart li.mini_cart_item a.remove_from_cart_button,
.fl-module-content .offscreen-cart .woocommerce-mini-cart li.mini_cart_item .product-price{
	position: absolute;
	top: 10px;
	right: 20px;
}
.fl-module-content .offscreen-cart .woocommerce-mini-cart li.mini_cart_item .product-price{
	top: 50px;
	font-size: 16px;
	font-weight: 600;
}
.fl-module-content .offscreen-cart .woocommerce-mini-cart li.mini_cart_item .product-price .woocommerce-price-suffix{
	display: none;
}
.fl-module-content .offscreen-cart .woocommerce-mini-cart li.mini_cart_item .product-price del{
	display: block;
	opacity: .5;
}
.fl-module-content .offscreen-cart .woocommerce-mini-cart li.mini_cart_item .product-price ins{
	text-decoration: none;
	color: #00b361;
}
.fl-module-content .offscreen-cart .woocommerce-mini-cart li.mini_cart_item a.remove_from_cart_button,
.fl-module-content .offscreen-cart .woocommerce-mini-cart li.mini_cart_item a.remove_from_cart_button:hover,
.fl-module-content .offscreen-cart .woocommerce-mini-cart li.mini_cart_item a.remove_from_cart_button i,
.fl-module-content .offscreen-cart .woocommerce-mini-cart li.mini_cart_item a.remove_from_cart_button:hover i{
	background: none;
	font-size: 14px;
	color: #000;
	opacity: 1;
}
.offscreen-cart .woocommerce-mini-cart__empty-message{
	padding: 15px 20px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #2b2d39;
}
.offscreen-cart .woocommerce-mini-cart__total{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 15px 20px;
	border-top: 1px solid #e4e4e4;
}
.offscreen-cart .woocommerce-mini-cart__buttons{
	margin: 0;
	padding: 0 20px 20px;
}
body .offscreen-cart .woocommerce-mini-cart__buttons a.button.wc-forward,
body .offscreen-cart .woocommerce-mini-cart__buttons a.button.wc-forward:hover{
	display: none;
	width: 100%;
	background: #00b361;
	border: none;
	border-radius: 0;
	text-align: center;
	padding: 20px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}
body .offscreen-cart .woocommerce-mini-cart__buttons a.button.wc-forward.checkout,
body .offscreen-cart .woocommerce-mini-cart__buttons a.button.wc-forward.checkout:hover{
	display: block;
}
.fl-module-content .offscreen-cart .woocommerce-mini-cart li.mini_cart_item,
.offscreen-cart .woocommerce-mini-cart .product-quantity-price,
.offscreen-cart .woocommerce-mini-cart .product-title-remove,
.offscreen-cart .woocommerce-mini-cart .product-quantity{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.offscreen-cart .woocommerce-mini-cart .product-quantity{
	margin-top: 10px;
}
.offscreen-cart .woocommerce-mini-cart .product-quantity button{
	background: #fff;
	border: none;
	color: #2b2d39;
}
.offscreen-cart .woocommerce-mini-cart .product-quantity button.plus,
.offscreen-cart .woocommerce-mini-cart .product-quantity button.minus{
	display: none !important;
}
.offscreen-cart .woocommerce-mini-cart .product-quantity-price,
.offscreen-cart .woocommerce-mini-cart .product-title-remove{
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fl-module-content .offscreen-cart .woocommerce-mini-cart .quantity{
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.fl-module-content .offscreen-cart .woocommerce-mini-cart input.qty{
	-moz-appearance: textfield;
	width: 40px;
	height: 34px;
	padding: 0;
	text-align: center;
}
.fl-module-content .offscreen-cart .woocommerce-mini-cart input.qty::-webkit-inner-spin-button,
.fl-module-content .offscreen-cart .woocommerce-mini-cart input.qty::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
}