.nobr p { padding: 0px; margin: 0px; }
.clr { clear: both; }
.rel { position: relative; }
.error {font-size: 11px; color: #900; background-color: #FFECEC; padding: 1px 2px 1px 2px; border: 1px solid #930; position: absolute; height: auto; top: -15px; left: 10px; z-index: 3; white-space: nowrap;}
.error b {background-image: url('error.gif'); background-repeat: no-repeat; position: absolute;	height: 8px; width: 9px; left: -1px; bottom: -7px; display: block; z-index: 3;}

.cart {
	min-width: 360px;
}
.cartButtons {
	background-position-y: center !important;
	height: 100%;
}
.orderTable {
	width: 100%;
}
.addedSugar {
	text-align: center;
}
.orderTable div.addedTea {
	border-bottom: 1px dashed #000;
	margin-left: 27px;
	font-size: 14px;
}
.orderTable tr td:nth-child(2) div {
	width: auto;
	padding: 0 12px;
}

.inOrderContent .orderTeaDiv, .inOrderContent .orderSugarDiv {
	height: auto;
	min-height: 38px;
	white-space: nowrap;
	display: table-row;
	padding: 7px 0;
}
.inOrderContent .inOrderDiv,
.inOrderContent .name,
.inOrderContent .count,
.inOrderContent .price,
.inOrderContent .remove_btn {
	vertical-align: middle;
	float: none;
	width: auto;
	padding-right: 12px;
	display: table-cell;
}
.inOrderContent .inOrderDiv {
	padding-left: 50px;
}
.inOrderContent .remove_btn {
	padding: 0;
}
.inOrderContent .remove_btn .btn1 {
	cursor: pointer;
	width: 38px;
	height: 38px;
	color: #eb4733;
	text-align: center;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
.inOrderContent .remove_btn .btn1:hover {
	color: #eb1f10;
}

.inOrderContent .count .cnt_minus,
.inOrderContent .count .cnt_val,
.inOrderContent .count .cnt_plus {
	display: inline-block;
	vertical-align: middle;
	min-width: 25px;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #d9d9d9;
}

.inOrderContent .count .cnt_val {
	margin: 0 6px;
	font-weight: bold;
}
.inOrderContent .count .cnt_minus,
.inOrderContent .count .cnt_plus {
	cursor: pointer;
	font-size: 14px;
	line-height: 22px;
	user-select: none;
}
.inOrderContent .orderTeaDiv, .inOrderContent .orderSugarDiv {
	background: none;
}
.inOrderContent .orderTeaDiv .inOrderDiv {
	background: url(/images/orderTea.jpg) no-repeat left;
}
.inOrderContent .orderSugarDiv .inOrderDiv {
	background: url(/images/orderSugar.jpg) no-repeat left;
}
.new-cart {
	width: 93px;
	height: 93px;
	background-color: #ffffff;
	position: fixed;
	right: 3px;
	top: 30%;
	border: 1px solid #0099e6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}

.new-cart .center-circle {
	width: 67px;
	height: 67px;
	background-color: #0099e6;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	z-index: 1;
}
.new-cart .cart-icon {
	font-size: 30px;
	line-height: 67px;
	color: #ffffff;
}
.new-cart .count {
	width: 31px;
	height: 31px;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 31px;
	white-space: nowrap;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #0099e6;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	right: 7px;
	top: -3px;
	z-index: 2;
}
.new-cart {
	transition: border-color 0.2s ease;
}
.new-cart .center-circle {
	transition: background-color 0.2s ease;
}
.new-cart .count {
	transition: color 0.2s ease;
}
.new-cart:hover {
	border-color: #007ccb;
}
.new-cart:hover .center-circle {
	background-color: #007ccb;
}
.new-cart:hover .count {
	color: #007ccb;
}
@media (max-width: 767px) {
	.new-cart {
		top: 20%;
	}
}
@media (max-width: 640px) {
	.new-cart {
		width: 48px;
		height: 48px;
	}
	.new-cart .count {
		width: 16px;
		height: 16px;
		font-size: 10px;
		line-height: 16px;
	}
	.new-cart .center-circle {
		width: 33px;
		height: 33px;
	}
	.new-cart .cart-icon {
		line-height: 33px;
		font-size: 20px;
	}
}

.orderForm {
	border: none;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.08);
	font-size: 12px;
	color: #0099e6;
	width: 203px;
	min-width: 203px;
	padding: 24px;
}
.orderForm input, form#order textarea, .orderForm select, .orderForm span.ui-selectmenu-button, .orderForm span.ui-icon {
	border: none !important;
}
.orderForm input, form#order textarea, .orderForm select, .orderForm span.ui-selectmenu-button {
	border-bottom: 1px solid #0099e6 !important;
}
.orderForm span.ui-selectmenu-button, form#order textarea, .orderForm input {
	width: 100% !important;
	height: 20px !important;
	line-height: 20px !important;
}
form#order textarea {
	height: 60px !important;
}
.orderForm span.ui-selectmenu-text, .ui-menu .ui-menu-item, form#order textarea, .orderForm input {
	font-size: 12px !important;
}
.orderForm span.ui-icon {
	height: 20px !important;
}
.orderForm span.ui-selectmenu-text, form#order textarea, .orderForm input {
	padding: 0 1px !important;
}
form#order textarea, .orderForm input {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

form#order textarea {
	margin-bottom: 0 !important;
	resize: none;
}

.cart-wrapper {
	width: 100%;
}

.cart-wrapper thead th {
	font-size: 12px;
	line-height: 18px;
	color: #050607;
	text-align: center;
	background-color: #c3c3c3;
	height: 32px;
	padding: 0 4px;
	white-space: nowrap;
	vertical-align: middle;
}
.cart-wrapper thead th:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.cart-wrapper thead th:last-child {
	min-width: 20px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align: center;
}

.cart-wrapper tbody td {
	font-family: "Verdana", sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #868586;
	vertical-align: middle;
	padding: 8px 0;
	text-align: center;
}
.cart-wrapper tbody td:first-child {
	text-align: left;
}
.cart-wrapper tbody td .penny {
	font-size: 13px;
}
.cart-wrapper tbody td .count {
	color: #0094eb;
	white-space: nowrap;
}
.cart-wrapper tbody td .count > div {
	display: inline-block;
	vertical-align: middle;
}
.cart-wrapper tbody td .count .cnt_trigger {
	font-weight: bold;
	cursor: pointer;
	user-select: none;
}
.cart-wrapper tbody td .count .cnt_val {
	margin: 0 8px;
}
.cart-wrapper tbody {
	border-bottom: 1px solid #ebebeb;
}
.cart-wrapper tfoot td {
	vertical-align: middle;
}

.cart-wrapper tfoot .thank-you {
	font-size: 12px;
	line-height: 18px;
	font-family: "Verdana", sans-serif;
	color: #acaeaf;
}
.cart-wrapper tfoot table {
	float: right;
}
.cart-wrapper tfoot table td {
	white-space: nowrap;
	vertical-align: baseline;
}
.cart-wrapper tfoot table td:first-child {
	text-align: right;
	padding-right: 8px;
	font-size: 12px;
	line-height: 1.2;
}
.cart-wrapper tfoot table td:last-child {
	text-align: left;
	color: #050607;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
}
.cart-wrapper tfoot table td:last-child .penny {
	font-size: 20px;
	line-height: 1.2;
}
.cart-wrapper tfoot table tbody {
	border: none;
}

.cart-wrapper .inOrderDiv {
	/*background: url(/images/orderTea.jpg) no-repeat left;*/
	background-size: 27px 22px;
	padding-left: 6px;
	min-height: 32px;
	line-height: 32px;
}
.cart-wrapper .inOrderDiv.sugar {
	/*background: url(/images/orderSugar.jpg) no-repeat left;*/
	background-size: 27px 31px;
}
.cart-wrapper .remove_btn {
	cursor: pointer;
	text-align: center;
}
.cartOrderBtn {
	font-size: 16px;
	font-family: "Verdana", sans-serif;
	font-weight: normal !important;
	padding: 0 28px !important;
	height: 60px !important;
	line-height: 60px !important;
}
.orderTitleBottom {
	border: none !important;
	height: 3px;
}
.orderTitle {
	font-size: 22px;
	color: #7b7a7b;
	line-height: 1.2;
	padding-bottom: 15px;
	display: block;
	font-family: "Verdana", sans-serif;
}
.orderContent {
	padding-top: 35px;
}
div#order {
	padding: 70px 32px 37px !important;
}
.orderLogo {
	right: 32px;
}
.fancybox-cart .fancybox-skin {
	border: none !important;
	border-radius: 6px !important;
}
.inOrderDiv {
	width: auto;
	float: none;
}
.penny {
	display: none !important;
}

form#order .label {
	font-size: 12px;
	color: #0099e6;
	font-weight: normal;
	padding: 0;
}

body .fancybox-wrap {
	z-index: 9999;
}

.orderContent {
	width: 100%;
	display: block;
	max-width: 820px;
	padding-left: 0;
}

.orderContent .orderForm {
	display: block;
	width: auto;
	min-width: 1px;
	padding: 20px 0 0;
	margin: 0 -15px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

	.orderContent .orderForm::after {
		content: '';
		clear: both;
		display: table;
	}

.orderForm .col {
	float: left;
	padding: 0 15px;
}

.orderForm .col-6 {
	width: 50%;
}

.orderForm .col-12 {
	width: 100%;
}

.orderForm .form-group {
	display: block;
	margin-bottom: 20px;
	font-size: 16px !important;
}

.orderForm .form-group-caption {
	cursor: pointer;
}

.orderForm .form-group-field {
	display: block;
}

.orderContent .orderForm textarea, .orderContent .orderForm input {
	margin-bottom: 0 !important;
	font-weight: normal;
	font-size: 18px !important;
	color: #646464;
}

.orderForm span.ui-selectmenu-text {
	font-size: 18px !important;
}

.orderForm span.ui-selectmenu-button, .orderForm input {
	height: 36px !important;
	line-height: 36px !important;
}

.orderForm .ui-selectmenu-button span.ui-selectmenu-text {
	line-height: 36px;
}

.orderForm .ui-selectmenu-button {
	display: block;
}

form#order textarea, .orderForm input {
	font-size: 18px !important;
}

form#order textarea {
	height: 100px !important;
}

.orderForm span.ui-icon {
	height: 36px !important;
}

@media (max-width: 767px) {

	.cart-wrapper {
		display: block;
	}

		.cart-wrapper .inOrderDiv {
			min-height: 1px;
			line-height: 21px;
		}

		.cart-wrapper thead {
			display: none;
		}

		.cart-wrapper > tbody {
			display: block;
			border-bottom: none;
		}

		.cart-wrapper > tbody tr {
			display: block;
			border-bottom: 1px solid #EBEBEB;
			position: relative;
		}

		.cart-wrapper > tbody td {
			display: block;
			text-align: left;
		}

			.cart-wrapper > tbody td:last-child {
				position: absolute;
				right: -5px;
				top: 0;
			}

			.cart-wrapper > tbody td:first-child {
				padding-right: 20px;
			}

			.cart-wrapper > tbody td:nth-child(2) {
				display: inline-block;
				vertical-align: top;
				width: auto;
			}

				.cart-wrapper > tbody td:nth-child(2)::after {
					content: 'Х';
					margin: 0 10px;
					display: inline-block;
					vertical-align: top;
				}

			.cart-wrapper > tbody td:nth-child(3) {
				display: inline-block;
				vertical-align: top;
				width: auto;
				height: 34px;
			}

			.cart-wrapper > tbody td .count > div {
				vertical-align: top;
			}

			.cart-wrapper > tbody td.price {
				font-size: 20px;
				font-weight: bold;
				color: #000;
			}

			.cart-wrapper > tfoot {
				display: block;
			}

			.cart-wrapper > tfoot > tr {
				display: table;
				width: 100%;
			}

			.cart-wrapper tfoot .thank-you {
				display: none;
			}

	div#order {
		padding: 20px 20px 30px !important;
	}

	.orderLogo {
		position: static;
		right: 0;
		top: 0;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}

	.orderContent .orderForm {
		padding: 10px 0 0;
	}

	.orderForm .col-6 {
		width: 100%;
	}

	.inOrderContent {
		margin-top: 10px;
	}

	.cartOrderBtn {
		height: 40px !important;
		line-height: 40px !important;
	}

}
.form-group-caption--agree {
	text-align: center;
	display: block;
	width: 100%;
	color: #7b7a7b;
}
.form-group-caption--agree a {
	color: #0099e6;
}
.form-group-caption--agree p {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.orderContent .orderForm input.agree-input {
	display: inline-block;
	vertical-align: middle;
	width: 20px !important;
	height: 20px !important;
	line-height: 0 !important;
	font-size: 0 !important;
}

.fancyContentLeft {display: table; margin: 0 auto; text-align: center;}
.fancybox-overlay {z-index: 99999 !important;}
.fancybox-wrap {z-index: 999999 !important;}
.fancyContent {float: left; width: 50%;}

@media (max-width: 767px) {
	.fancyContent {width: 100%;}
}

.langs {position: absolute; font-size: 90%; left: 300px;}

.btn-custom-border-eng {background: url('/images/eng.gif') no-repeat 40px center; padding-left: 70px;}
.btn-custom-border-eng:hover {background: url('/images/eng.gif') no-repeat 40px center #1589C9;}
.btn-custom-border-ua {background: url('/images/ua.gif') no-repeat 40px center; padding-left: 70px;}
.btn-custom-border-ua:hover {background: url('/images/ua.gif') no-repeat 40px center #1589C9;}
.btn-custom-border-ru {background: url('/images/ru.gif') no-repeat 40px center; padding-left: 70px;}
.btn-custom-border-ru:hover {background: url('/images/ru.gif') no-repeat 40px center #1589C9;}