/*
* WCEX Widget Cart Style for Plugin
*/

@charset "utf-8";

.view-cart {
	position: fixed;
	top: -100vh;
	right: 0;
	left: 0;
	padding: 1.714em 0 3em;
	width: 100vw;
	z-index: 6;
	opacity: 0;
	transition-duration: .6s;
	-webkit-transition-duration: .6s;
	-moz-transition-duration: .6s;
	pointer-events: none;
	height: auto !important;
	background-color: #eee;
	text-align: center;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
#wgct_row {
	margin: 0 4vw;
}
.widgetcart-on .view-cart {
	top: 0;
	opacity: 1;
	pointer-events: auto;
	left: 0;
}
.widgetcart-close-btn {
	line-height: 30px;
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	left: 0;
	bottom: 0.25em;
	right: 0;
	color: #444;
}
.widgetcart-close-btn .fas:before {
	content: '\f0d7';
}
.widgetcart-on .widgetcart-close-btn .fas:before {
	content: '\f0d8';
}
.widgetcart-on .gray-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 3;
}
#wgct_alert.update_box,
#wgct_alert.completion_box {
	z-index: 4;
}
#wdgctToCart a {
	border: none;
}
.empty_cart {
	margin-bottom: 0.714em;
}
.widgetcart_rows {
	width: 100%;
}
.widgetcart_rows th,
.widgetcart_rows td {
	border-bottom: solid 1px #bbb;
	padding: 0.535em 0;
}
.widgetcart_rows .header,
.widgetcart_rows .total_price,
.widgetcart_rows .widgetcart_trush {
	text-align: right;
	border-bottom: solid 1px #aaa;
}
.widgetcart_rows .header .tax {
	font-weight: 100;
}
.widgetcart_rows .item,
.widgetcart_rows .quant,
.widgetcart_rows .price,
.widgetcart_rows .trush {
	text-align: center;
	border-bottom: solid 1px #bbb;
}
.widgetcart_rows .widgetcart_quant,
.widgetcart_rows .widgetcart_trush{
	text-align: center;
}
.widgetcart_rows .widgetcart_price,
.widgetcart_rows .widgetcart_trush {
	text-align: right;
}
.widgetcart_rows .widgetcart_trush img {
	display: inline-block;
}
.widgetcart_rows .footer {
	text-align: center;
	border-bottom: none;
}
#wgct_alert.update_box,
#wgct_alert.completion_box {
	width: auto;
	height: auto;
	display: none;
	color: #333;
	font-weight: bold;
	padding: 10px;
	background-color: #eee;
	border: solid 1px #ccc;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px; 
	border-radius: 3px;
}
#wdgctToCheckout {
	margin-top: 0.714em;
}
#wdgctToCheckout a {
	text-align: center;
	line-height: 1.2;
	display: block;
	padding: 0.571em 1.266em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #aaa;
	color: #fff;
}
#wdgctToCart {
	text-align: left;
	margin-bottom: 0.714em;
}
#wdgctToCart a {
	text-align: center;
	line-height: 1.2;
	display: inline-block;
	padding: 0.357em 0.714em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #777;
	color: #fff;
}
.widgetcart_rows .widgetcart_trush img {
	display: none;
}
.cart_trush:before {
	content: "\f2ed";
	display: inline-block;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.wcex_widgetcart_body #wgct_row {
	margin: 0;
	width: 100%;
}
.widgetcart_price {
	white-space: nowrap;
}
.widgetcart_rows .widgetcart_item,
.widgetcart_rows .widgetcart_quant,
.widgetcart_rows .widgetcart_price {
	padding-right: 0.3em;
}
/**
 * Desktop Small 1000px
 */
@media screen and (min-width: 62.5em) {
	.view-cart {
		padding: 2.142em 0 3.57em;
		width: 100vw;
		right: 0;
		left: 0;
	}
	.widgetcart-on .gray-bg {
		display: inherit;
	}
}

/* Desktop 1290px
-------------------------------------------------------------- */
@media screen and (min-width: 77.5em) {
	#wgct_row {
		margin: 0 auto;
		width: 1170px;
		max-height: 90vh;
		overflow-y: scroll;
	}
	.wcex_widgetcart_body #wgct_row {
		margin: 0;
		width: 100%;
	}
}
