[v-cloak] {display: none}
#cart_modal {
	position: fixed;
	top: 17%;
	max-width: 500px;
	background: #fff;
	margin: auto;
	left: 30%;
	padding: 2%;
	border: 1px solid #777;
	box-shadow: -8px 8px 10px #888;
	display: none;
	max-height: 80%;
	overflow: auto;
	z-index: 1000;
}
#newCart .modal{z-index: 100;}
#cart_modal h3 {
	margin: 0 0 15px;
	text-align: center;
}
#cart_modal th {
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	
}
#cart_modal input[type="checkbox"] {
    display: none;
}
#cart_modal td {
	padding: 5px 0;
}
#cart_modal tr td:nth-child(3) {
	text-align: center;
}

.field input[type="text"] {
	width: 100%;
	margin-bottom: 6px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #999;
}

.close_btn {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 140%;
	cursor: pointer;
}
.field input.error {
	border: 2px solid #9e0402;
}
.field label.error {
	color: #9e0402;
}

#cartTable input[type="number"] {
	width: 45px;
	text-align: center;
}
.removeProduct {
	cursor: pointer;
	display: inline-block;
	margin: -1px 3px 0 3px;
}
.bottom_panel {
	position: fixed;
	top: 0;
	background: #9e0402;
	height: 42px;
	z-index: 3000;
	right: 0;
	border-radius: 5px;
}
.sideCart {	
	left: 0;
	top: 1;
	/* background-image: linear-gradient(to bottom, #a52729 0%,#f9a79f 17%,#a52729 32%,#a52729 66%,#6d1b20 100%); */
	padding: 0.1% 0.7% 0.2% 36px;
	color: #ffffff;
	cursor: pointer;
	height: 40px;
	min-width: 45px;
	line-height: 1;
	border: 1px solid;
	border-radius: 5px;
	white-space: nowrap;
	text-align: center;
}
.sideCart .fa.fa-shopping-cart {
	font-size: 24px;
	position: absolute;
	left: 5px;
	top: 9px;
}
.sideCartQuantity {
	font-weight: bold;
	margin-left: 5px;
}
.sideCartSum {
	margin: 0 5px;
}
.field input[type="checkbox"] {
	display: inline;
}
.calc-button {
	position: absolute;
	top: 1px;
	left: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border: 1px solid;
	padding: 6px;
	border-radius: 6px;
	cursor: pointer;
}
#out_calculator_back {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#out_calculator {
	position: fixed;
	top: 2%;
	background-color: #fff;
	padding: 10px 0 0;
	border: 3px solid green;
	box-shadow: -5px 5px 10px;
	margin: auto;
	left: calc(50% - 325px);
	z-index: 1000;
}
.calc_panel {
	position: relative;
	margin-bottom: 12px;
	background-color: green;
	padding: 5px 5px 10px;
	color: #fff;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin-top: -10px;
}
.chat-button {
	position: absolute;
	right: 15px;
	color: #fff;
	border: 1px solid;
	padding: 6px;
	top: 1px;
	cursor: pointer;
	border-radius: 5px;
}
.modal-loader {
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(/images/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 50%;
	background-color: #0009;
}