#orderSuccess {
	display: none;
}

.cartGifts {
	/* border-left: 1px solid #e7e8ea; */
}

#personalCart .cartGifts .productTable {
	min-width: auto;
}

.cartGifts .productList::before,
.cartGifts .productList::after {
	display: table;
	content: "";
}

.cartGifts .productList::after {
	clear: both;
}

#orderSuccess h2 {
	font-size: 16px;
	font-family: robotobold;
	text-transform: uppercase;
}

#main input[name="BuyButton"],
#main input[type="submit"] {
	height: 50px;
	margin-top: 12px;
	padding: 0 48px;
	color: #ffffff;
	line-height: 50px;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

#personalCart {
	clear: both;
	margin-bottom: 32px;
}

#personalCart #basketTopLine {
	margin-bottom: 24px;
	overflow: hidden;
}

#personalCart #basketView {
	float: right;
}

#personalCart #basketView .item {
	float: left;
	height: 20px;
	line-height: 20px;
}

#personalCart #basketView .item {
	margin-right: 12px;
}

#personalCart #basketView .item a {
	display: block;
	width: 30px;
	height: 20px;
}

#personalCart #basketView .item .squares:hover {
	background-position: -30px 0;
}

#personalCart #basketView .item .squares.selected {
	background-position: -60px 0;
}

#personalCart #basketView .item .table {
	background-position: 0 -20px;
}

#personalCart #basketView .item .table:hover {
	background-position: -30px -20px;
}

#personalCart #basketView .item .table.selected {
	background-position: -60px -20px;
}

#personalCart #tabsControl {
	float: left;
	overflow: hidden;
	font-size: 14px;
	text-transform: uppercase;
}

#personalCart #tabsControl .item {
	float: left;
	margin-left: 24px;
}

#personalCart #tabsControl .item:first-child {
	margin-left: 0;
}

#personalCart #tabsControl .item a {
	display: block;
	color: #888888;
	font-size: 16px;
	font-family: robotobold;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

#personalCart #tabsControl .item a:active {
	position: relative;
	top: 1px;
}

#personalCart #tabsControl .item .selected {
	color: #000000;
	border-bottom: 1px dashed #000000;
}

#basketProductList .productList {
	margin-bottom: 24px;
}

#basketProductList .productList .item {
	transition: all 0.2s ease-in-out;
}

#basketProductList .product {
	height: 390px;
}

#basketProductList .product::before {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e7e8ea;
	content: "";
}

#personalCart #basketProductList .product:hover .tabloid {
	border-bottom-color: #f9fafc;
}

#basketProductList .product .tabloid {
	position: relative;
	height: 100%;
}

#basketProductList .product .picture {
	margin-top: 12px;
}

#basketProductList .productList .tabloid {
	transition: all 0.2s ease-in-out;
}

#basketProductList .productList .item .topSection {
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 11;
	box-sizing: border-box;
	width: 100%;
	padding: 0 12px;
}

#basketProductList .productList .item .topSection .column {
	float: left;
	width: 50%;
}

#basketProductList .productList .item .topSection .icon {
	margin-top: -4px;
}

#basketProductList .productList .item .topSection .delete {
	float: right;
	width: 18px;
	height: 18px;
	background: url("images/delete.svg") 0 0 no-repeat transparent;
	transition: opacity 0.2s ease-in-out;
}

#basketProductList .productList .item .topSection .delete:hover {
	opacity: 0.85;
}

#basketProductList .productList .item .topSection .delete:active {
	margin-top: 1px;
}

#basketProductList .delete.loading {
	background: url("images/deleteLoader.gif") 0 0 no-repeat transparent !important;
}

#basketProductList .product .label {
	width: 100%;
}

#personalCart .plus,
#personalCart .minus {
	display: inline-block;
	width: 19px;
	height: 19px;
	vertical-align: middle;
	background: url("images/plusMinus.svg") 0 0 no-repeat #f3f3f3;
}

#personalCart .plus {
	background-position: 0 -19px;
}

#personalCart .plus:hover {
	background-position: -19px -19px;
}

#personalCart .plus:active {
	background-position: -38px -19px;
}

#personalCart .minus {
	margin-left: 12px;
}

#personalCart .productTable .minus {
	margin-left: 0;
}

#personalCart .minus:hover {
	background-position: -19px 0x;
}

#personalCart .minus:active {
	background-position: -38px 0;
}

#personalCart .qty {
	display: inline-block;
	box-sizing: border-box;
	width: 30px;
	height: 19px;
	padding: 0 2px;
	color: #000000;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background-color: #e7e8ea;
	border: 0;
}

#personalCart .qty.error {
	border: 1px solid #ff0000;
}

#personalCart .productTable {
	display: table;
	width: 100%;
	min-width: 540px;
	border-collapse: collapse;
}

#basketProductList .productList .tabloid .productTable {
	min-width: auto;
}

#personalCart .productTable img {
	vertical-align: middle;
}

#personalCart .productTable .clear {
	padding: 12px 0;
	text-align: right;
	background: none;
}

#personalCart .productTable .clear a {
	padding: 6px 12px;
	color: #2d2d2d;
	font-size: 14px;
	text-decoration: none;
	background: #f2f2f2;
}

#personalCart .productTable .clear a:active {
	position: relative;
	top: 1px;
}

#personalCart .productTable .price {
	position: relative;
	display: block;
	font-size: 16px;
}

#personalCart .productTable td:first-child a:active {
	position: relative;
	top: 1px;
}

#personalCart .productTable td:first-child img {
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
}

#personalCart .productTable th {
	padding: 12px;
	color: #000000;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	background: #f9f9f9;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

#personalCart .productTable td {
	padding: 12px;
	text-align: center;
	background: #ffffff;
	border-bottom: 1px solid #f2f2f2;
}

#personalCart .productTable tr:last-child td {
	border-bottom: 0;
}

#personalCart .productTable td:first-child,
#personalCart .productTable th:first-child {
	border-left: 1px solid #f2f2f2;
}

#personalCart .productTable td:last-child,
#personalCart .productTable th:last-child {
	border-right: 1px solid #f2f2f2;
}

#personalCart .productTable .pic {
	display: block;
	height: 70px;
	line-height: 70px;
}

#personalCart .productTable .name a {
	color: #000000;
	text-decoration: none;
}

#personalCart .productTable .inStock {
	color: #19ad24;
	font-size: 14px;
}

#personalCart .productTable .outOfStock {
	color: #7f7f7f;
	font-size: 13px;
}

#personalCart .productTable .inStock .icon,
#personalCart .productTable .outOfStock .icon,
#personalCart .productTable .onOrder .icon {
	margin-top: -4px;
	margin-right: 8px;
}

#personalCart .productTable .bQty {
	width: 90px;
}

#personalCart .productTable .delete {
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	background: url("images/delete.svg") 0 0 no-repeat;
	transition: opacity 0.2s ease-in-out;
}

#personalCart .productTable td .delete:hover {
	opacity: 0.85;
}

#personalCart .productTable td .delete:active {
	margin-top: 1px;
}

#personalCart .productTable .sum {
	font-size: 16px;
	font-family: robotobold;
}

#personalCart .sum.hidden {
	visibility: hidden !important;
}

#personalCart .orderLine {
	box-sizing: border-box;
	height: 75px;
	padding: 0 24px;
	line-height: 75px;
	background-color: #f9f9f9;
	border-radius: 6px;
}

#basketProductList .productList + .orderLine,
#personalCart .orderLine.bottom {
	border-top: 1px solid #e7e8ea;
}

#personalCart .orderLine.bottom {
	height: 97px;
	padding-left: 250px;
	line-height: 97px;
	background-color: #ffffff;
}

#personalCart .orderLine .label {
	margin-right: 12px;
	font-size: 14px;
}

#personalCart .orderLine .price {
	margin-right: 12px;
	font-size: 16px;
	font-family: robotobold;
}

#personalCart .orderLine #countItems,
#personalCart .orderLine #allDevilerySum,
#personalCart .orderLine #countOrderItems {
	margin-right: 24px;
}

#personalCart .orderLine #sum {
	float: left;
}

#personalCart #coupon {
	float: right;
	text-align: right;
}

#personalCart #coupon input {
	display: inline-block;
	box-sizing: border-box;
	height: 48px;
	margin-top: -3px;
	vertical-align: middle;
	border: 0;
}

#personalCart #coupon .couponField {
	width: 470px;
	padding-left: 12px;
	color: #888888;
	border: 1px solid #f3f3f3;
	border-radius: 6px 0 0 6px;
	box-shadow: none;
	transition: all 0.1s ease-in-out;
}

#personalCart #coupon .couponField:focus {
	border: 1px solid #cccccc;
}

#personalCart #coupon .couponField.error {
	border: 1px solid #ff0000;
}

#personalCart #coupon .couponActivate {
	padding: 0 24px;
	color: #ffffff;
	font-size: 14px;
	line-height: 48px;
	text-align: center;
	background-color: #2d2d2d;
	border: 1px solid #2d2d2d;
	border-radius: 0 6px 6px 0;
	cursor: pointer;
	transition: all 0.1s ease-in-out;
}

#personalCart #coupon .couponActivate:hover {
	background: #202020;
	border: 1px solid #202020;
}

#personalCart #coupon .couponActivate:active {
	color: #cccccc;
	background-color: #000000;
}

#personalCart #coupon .couponActivate.loading {
	opacity: 0.8;
}

#order {
	margin-top: 24px;
}

#order .title {
	display: block;
	height: 80px;
	overflow: hidden;
	font-size: 16px;
	font-family: robotobold;
	line-height: 80px;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	border: 1px solid #eeeeee;
	border-bottom: 0;
}

#order textarea {
	max-width: 100%;
	padding-top: 12px;
	outline: none;
	resize: none;
}

.payFromBudget {
	margin-top: 12px;
}

.payFromBudget label {
	display: inline-block;
}

.orderAreas,
.personSelectContainer {
	position: static;
	width: 100%;
	table-layout: fixed;
	border: 1px solid #eeeeee;
	border-bottom: 0;
	border-collapse: collapse;
}

.orderAreas .deliSelect + .userProp {
	margin-top: 12px;
}

.orderAreas .deliveryDescription {
	clear: both;
	margin-top: 18px;
}

.orderAreas .deliveryDescription:not(.hidden) + .deliveryPeriod {
	margin-top: 6px;
}

.orderAreas .deliveryPeriod {
	clear: both;
	margin-top: 18px;
}

.orderAreas .deliveryPeriodLabel {
	float: left;
	margin-right: 6px;
}

/* delivery modules */
.orderAreas .deliveryDescription a.SDEK_selectPVZ,
.orderAreas .deliveryPeriodDescription a[onclick],
.orderAreas .deliveryDescription a[onclick],
.orderAreas #bx-soa-delivery a[onclick] {
	display: inline-block;
	color: #73b24e;
	vertical-align: middle;
}

/* pickpoint */

#tPP {
	width: 100%;
}

#tPP tr td:first-child {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #e7e8ea;
}

/* pickpoint */
#tPP td {
	display: block;
	width: auto !important;
	margin-top: 6px;
	padding: 0;
	text-align: left;
	border: 0;
}

#tPP tr td:empty {
	margin-top: 0;
	padding-top: 0;
	border: 0;
}

.userProp {
	margin: 0;
	padding: 0;
	list-style: none;
}

.userProp .hidden {
	display: none;
}

.orderAreas {
	display: none;
}

.orderAreas.active {
	display: table;
}

.orderAreas td.mainPropArea {
	padding-top: 0;
}

.orderAreas td,
.personSelectContainer td {
	position: relative;
	padding: 24px 0;
	border-top: 1px solid #eeeeee;
}

.orderAreas td:first-child,
.personSelectContainer td:first-child {
	width: 250px;
	text-align: center;
	vertical-align: middle;
}

.orderAreas td:last-child,
.personSelectContainer td:last-child {
	padding-right: 24px;
}

.orderAreas td:first-child span,
.personSelectContainer td:first-child span {
	display: block;
	margin-top: 12px;
	color: #888888;
	font-size: 14px;
	font-family: robotobold;
	text-align: center;
	text-transform: uppercase;
}

.userProp .propItem {
	position: relative;
	clear: both;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.orderAreas .label {
	display: inline-block;
	margin-right: 24px;
	margin-bottom: 6px;
	vertical-align: middle;
}

.orderAreas label,
.personSelectContainer label {
	display: inline-block;
	display: block;
	margin-bottom: 12px;
	color: #aaaaaa;
	font-size: 12px;
	vertical-align: middle;
}

.orderAreas .electroCheck_div {
	float: left;
}

.storeSelectContainer {
	margin-top: 12px;
}

.orderAreas .propLine {
	font-size: 0;
	line-height: normal;
}

.orderAreas select,
.personSelectContainer select {
	display: block;
	clear: both;
	box-sizing: border-box;
	width: 80%;
	height: 50px;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 14px;
	background: #f9f9f9;
	border: 1px solid #f2f2f2;
}

#order .dropDown {
	position: relative;
	display: block;
	width: 80%;
	height: 50px;
	line-height: 50px;
	background: #f9f9f9;
	border: 1px solid #f2f2f2;
	border-radius: 2px;
}

#order .dropDown .dropDownSelected {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 0 24px 0 12px;
	overflow: hidden;
	color: #000000;
	font-size: 14px;
	font-family: "roboto_ltregular";
	line-height: 48px;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

#order .dropDown .dropDownSelected:hover {
	opacity: 0.9;
}

#order .dropDown .dropDownSelected::after {
	position: absolute;
	top: 50%;
	right: 12px;
	display: block;
	width: 9px;
	height: 5px;
	margin-top: -3px;
	background: url("images/selectArrow.png") 50% 50% no-repeat transparent;
	content: "";
}

#order .dropDown .dropDownItems,
#order .dropDown select {
	display: none;
}

#order .dropDown .dropDownItems {
	position: absolute;
	top: 52px;
	left: -1px;
	z-index: 99;
	width: 100%;
	border-top: 1px solid #e7e8ea;
	border-right: 1px solid #e7e8ea;
	border-left: 1px solid #e7e8ea;
	border-radius: 2px;
}

#order .dropDown .dropDownItems.opened {
	display: block;
	background-color: #ffffff;
}

#order .dropDown .dropDownItem {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 12px;
	overflow: hidden;
	font-size: 14px;
	font-family: "roboto_ltregular";
	line-height: 21px;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #e7e8ea;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

#order .dropDown .dropDownItem:hover {
	background-color: #f4f4f4;
	opacity: 0.9;
}

#order .dropDown .dropDownItem.selected {
	font-family: robotomedium;
	background-color: #f4f4f4;
	cursor: unset;
}

.orderAreas select[multiple] {
	padding-top: 12px;
}

.orderAreas input {
	display: block;
	clear: both;
	box-sizing: border-box;
	width: 80%;
	height: 50px;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 14px;
	background: #f9f9f9;
	border: 1px solid #f2f2f2;
}

.orderAreas input[type="checkbox"] {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 6px;
	padding: 0;
	font-size: 14px;
	vertical-align: middle;
	border: 0;
	cursor: pointer;
}

.orderAreas input[type="file"],
.orderAreas input[type="button"] {
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	cursor: pointer;
}

.orderAreas input[type="file"]:active,
.orderAreas input[type="file"]:focus {
	border: none;
	outline: none;
}

.orderAreas .multi {
	height: auto !important;

	/* padding-left: 4px; */
	overflow: auto;
}

.orderAreas input[type="checkbox"] + label {
	display: inline-block;
	color: #000000;
	font-size: 14px;
	line-height: normal;
	vertical-align: middle;
	cursor: pointer;
}

.orderAreas input[type="radio"] {
	display: inline-block;
	clear: both;
	width: 17px;
	height: 17px;
	margin-right: 6px;
	padding: 0 !important;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	border: 0 !important;
	cursor: pointer;
}

.orderAreas input[type="radio"] + label {
	display: inline-block;
	color: #000000;
	font-size: 14px;
	line-height: normal;
	vertical-align: middle;
	cursor: pointer;
}

.orderAreas input[type="checkbox"].error + label::before {
	border: 1px solid #ff0000;
	border-radius: 4px;
}

.orderAreas input[type="checkbox"] + label,
.orderAreas input[type="radio"] + label {
	cursor: pointer;
}

.orderAreas input[type="checkbox"]:not(checked),
.orderAreas input[type="radio"]:not(checked) {
	position: absolute;
	opacity: 0;
}

.orderAreas input[type="checkbox"]:not(checked) + label,
.orderAreas input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 28px;
}

.orderAreas input[type="checkbox"] + label::before {
	background: url("images/checkBox.png") 0 0 no-repeat transparent;
}

.orderAreas input[type="radio"] + label::before {
	background: url("images/radio.png") 0 0 no-repeat transparent;
}

.orderAreas input[type="checkbox"]:not(checked) + label::before,
.orderAreas input[type="radio"]:not(checked) + label::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	content: " ";
}

.orderAreas input[type="checkbox"]:not(checked) + label:hover::before,
.orderAreas input[type="radio"]:not(checked) + label:hover::before {
	background-position: 0 -17px;
}

.orderAreas input[type="checkbox"]:checked + label::before,
.orderAreas input[type="radio"]:checked + label::before {
	background-position: 0 -34px;
}

.orderAreas input[type="checkbox"]:checked + label:hover::before,
.orderAreas input[type="radio"]:checked + label:hover::before {
	background-position: 0 -51px;
}

.orderAreas input[type="checkbox"]:disabled + label,
.orderAreas input[type="radio"]:disabled + label {
	cursor: default;
}

.orderAreas input[type="checkbox"]:disabled + label::before,
.orderAreas input[type="radio"]:disabled + label::before {
	background-position: 0 -68px !important;
}

.orderAreas textarea {
	display: block;
	clear: both;
	box-sizing: border-box;
	width: 80%;
	height: 100px;
	margin-top: 6px;
	padding-top: 4px;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 14px;
	background: #f9f9f9;
	border: 1px solid #f2f2f2;
	resize: vertical;
}

.orderAreas select:focus,
.orderAreas textarea:focus,
.orderAreas input:focus {
	border: 1px solid #cccccc;
	outline: none;
}

/* locations */
.locationSwitchContainer {
	position: relative;
	z-index: 99;
}

.location.loading {
	background: url("images/spin-1.4s-35px.gif") 99% 50% no-repeat transparent;
	opacity: 0.9;
}

.locationSwitch {
	position: absolute;
	z-index: 99;
	box-sizing: border-box;
	width: 80%;
	max-height: 182px;
	margin-top: 8px;
	overflow: auto;
	border: 1px solid #dddddd;
}

.locationSwitch .locationSwitchItem {
	display: block;
	box-sizing: border-box;
	margin: 0;
	margin-top: 4px;
	cursor: pointer;
}

.locationSwitch .locationSwitchLink {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	padding: 0 12px;
	color: #000000;
	line-height: 30px;
	text-decoration: none;
	vertical-align: middle;
	background: #f9f9f9;
}

.locationSwitch .locationSwitchLink:hover {
	color: #888888;
}

.locationSwitch .locationSwitchItem:nth-child(odd) .locationSwitchLink {
	background: #ffffff;
}

#orderMake.loading {
	color: rgb(255 255 255 / 90%);
	background-image: url("images/spin-1.5s-48px.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.65;
	transition: none;
	pointer-events: none;
}

.orderMake {
	display: inline-block;
	width: 225px;
	height: 54px;
	margin-right: 24px;
	color: #ffffff;
	font-size: 14px;
	line-height: 54px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
}

.orderMake:active {
	position: relative;
	top: 1px;
}

.orderMake img {
	margin-top: -2px;
	padding-right: 8px;
	vertical-align: middle;
}

.minimumPayment {
	height: 200px;
	margin: 24px 0;
	padding: 0 60px;
	overflow: hidden;
	line-height: 200px;
	background-color: #f9f9f9;
}

.minimumPaymentLeft {
	float: left;
}

.minimumPaymentRight {
	float: right;
}

.paymentMessageHeading {
	margin-bottom: 12px;
	font-size: 24px;
	font-family: robotobold;
}

.paymentIcon,
.paymentMessage,
.paymentButtons {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}

.paymentButtonsMain,
.paymentButtonsCatalog {
	display: inline-block;
	vertical-align: middle;
}

.paymentButtonsMain {
	margin-right: 12px;
}

.paymentIcon {
	margin-right: 60px;
}

.basketError {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	display: none;
	width: 100%;
	height: 100%;
	overflow: visible;
	background-color: rgb(0 0 0 / 29.8%);
}

.basketErrorContainer {
	position: relative;
	top: 50%;
	left: 50%;
	z-index: 999;
	box-sizing: border-box;
	width: 420px;
	padding: 24px;
	overflow: hidden;
	color: #000000;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 1px 1px 12px rgb(0 0 0 / 50%);
	transform: translate(-50%, -50%);
}

.basketErrorContainer .errorPicture {
	margin-bottom: 12px;
}

.basketErrorContainer .errorPicture img {
	max-width: 100%;
	max-height: 100%;
}

.basketErrorContainer .errorHeading {
	color: #000000;
	font-size: 18px;
	font-family: robotobold;
}

.basketErrorContainer .errorMessage {
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 0 12px;
	color: #000000;
	font-size: 14px;
	text-align: center;
}

.basketErrorContainer .errorClose {
	position: absolute;
	top: -16px;
	right: -16px;
	display: block;
	width: 65px;
	height: 65px;
	background-color: #424242;
	border-radius: 50%;
}

.basketErrorContainer .errorCloseLink {
	position: absolute;
	top: 26px;
	right: 26px;
	display: block;
	width: 21px;
	height: 21px;
	background: url("images/close.png") 0 0 no-repeat transparent;
}

.basketErrorContainer .errorCloseLink:hover {
	background-position: 0 -21px;
}

.basketErrorContainer .errorCloseLink:active {
	background-position: 0 -42px;
}

.basketErrorContainer .basketErrorButton {
	display: block;
	width: 140px;
	height: 35px;
	margin: 0 auto 12px;
	color: #cccccc;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	background: #424242;
	transition: all 0.2s ease-in-out;
}

.basketErrorContainer .basketErrorButton:hover {
	background: #2b2b2b;
}

.basketErrorContainer .basketErrorButton:active {
	position: relative;
	top: 1px;
}

.orderAreas .error {
	border: 1px solid #ff0000;
}

.orderLoad {
	text-indent: 12px;
	opacity: 0.9;
	transition: background 0s !important;
}

.orderLoad img {
	display: none;
}

.wait {
	position: relative;
	pointer-events: none;
}

.wait > * {
	opacity: 0.4;
	transition: opacity 0.3s ease-in-out;
}

.wait::after {
	position: absolute;
	inset: 0;
	background: url("images/wait.gif") 50% 50% no-repeat;
	content: " ";
}

#basketProductList .tb {
	height: 100%;
	text-align: center;
}

#basketProductList .tc {
	padding: 12px 30px;
}

.fastBayContainer {
	background: #f9f9f9;
}

.fastBayImg {
	display: inline-block;
	margin-bottom: 12px;
	vertical-align: top;
}

.fastBayLabel {
	margin-bottom: 8px;
	color: #000000;
	font-size: 18px;
	font-family: robotobold;
}

.fastBayText {
	margin-bottom: 12px;
	color: #888888;
	font-size: 13px;
	line-height: 15px;
}

.serviceSelectItem {
	margin-top: 24px;
}

.extraServiceQuantityTable {
	/* table-layout: fixed; */
	width: 80%;
	border-collapse: collapse;
}

#order .extraServiceQuantityTable td:first-child {
	text-align: left;
}

#order .extraServiceQuantityTable td {
	text-align: center;
	border: 0;
}

#order .extraServicesItem {
	margin-top: 24px;
}

#order .serviceBoxItems {
	margin-top: 24px;
}

#order .serviceBoxItem {
	margin-top: 6px;
}

#order .serviceBoxContainer .serviceDescription {
	display: block;
}

#order .serviceBoxContainer .servicePrice {
	display: inline-block;
}

#order .serviceDescription {
	color: #888888;
}

#order .serviceHeadingContainer .serviceName,
#order .serviceHeadingContainer .servicePrice,
#order .serviceHeadingContainer .serviceTotalSum {
	display: inline-block;
	vertical-align: middle;
}

#order .serviceHeadingContainer .servicePrice,
#order .serviceHeadingContainer .serviceTotalSum {
	margin-left: 12px;
}

#order .extraServiceQuantity .serviceDescription {
	margin-top: 4px;
}

#order .extraServiceQuantity input[type="text"] {
	margin-top: 12px;
}

#basketProductList .show-always {
	display: inline-block;
	padding-right: 18px;
	padding-left: 18px;
}

.orderAccountNumber {
	margin-bottom: 12px;
	font-size: 18px;
}

.paymentNumber {
	margin-bottom: 12px;
	font-size: 14px;
}

.orderAccountNumber span,
.paymentNumber span {
	font-family: robotomedium;
}

.personalText {
	margin-bottom: 12px;
}

.personalText a {
	color: #000000;
	transition: all 0.2s ease-in-out;
}

.personalText a:hover {
	opacity: 0.7;
}

.personalText a:active {
	position: relative;
	top: 1px;
}

.paymentHeading {
	margin-bottom: 12px;
	font-family: robotomedium;
}

.nextPayment {
	margin-bottom: 12px;
}

.orderError {
	color: #ff0000;
	font-family: robotomedium;
}

.paymentError {
	color: #ff0000;
}

.goToOrder {
	margin-bottom: 24px;
	line-height: normal;
}

.goToOrder.hidden {
	display: none;
}

.goToOrder img {
	margin-right: 12px;
	vertical-align: middle;
}

.confirmContainer.confirmed {
	margin-bottom: 24px;
}

.confirmContainer .confirmHeading {
	margin-top: -8px;
	font-size: 18px;
	font-family: robotobold;
}

.confirmContainer .confirmText {
	margin-top: 24px;
}

.confirmContainer .confirmForm {
	box-sizing: border-box;
	width: 500px;
	margin-top: 12px;
	padding: 24px;
	background-color: #f3f3f3;
	border: 1px solid transparent;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
}

.confirmContainer .confirmForm.error {
	border: 1px solid #e40f37;
}

.confirmContainer .confirmCodeContainer {
	position: relative;
	height: 52px;
	margin-top: 6px;
	line-height: 52px;
}

.confirmContainer .confirmCode {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 158px;
	height: 52px;
	margin: 0;
	padding: 0;
	color: #000000;
	font-weight: bold;
	font-size: 48px;
	line-height: 52px;
	letter-spacing: 10px;
	text-align: left;
	text-indent: 0;
	background-color: transparent !important; /* for ios13 */
	background-clip: padding-box;
	border: 0;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	appearance: none;
	zoom: 1;
	text-size-adjust: 100%;
}

.confirmContainer .confirmCode:focus {
	margin: 0;
	padding: 0;
	letter-spacing: 10px;
	background-color: transparent !important;
	box-shadow: none;
	appearance: none;
}

.confirmContainer .confirmCode:-webkit-autofill,
.confirmContainer .confirmCode:-webkit-autofill:hover,
.confirmContainer .confirmCode:-webkit-autofill:focus {
	color: #000000 !important;
	background-color: transparent !important;
}

.confirmContainer .confirmSubstrate {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	box-sizing: border-box;
	width: 158px;
	height: 52px;
	color: #d0d0d0;
	font-weight: bold;
	font-size: 48px;
	line-height: 52px;
	letter-spacing: 10px;
	text-align: left;
	background-color: #f3f3f3;
	border-radius: 0;
	outline: none;
	pointer-events: none;
}

.confirmContainer .confirmTable {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.confirmContainer .confirmTable .confirmButton,
.confirmContainer .confirmTable .confirmData {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.confirmContainer .confirmTable .confirmButton {
	text-align: right;
}

.confirmContainer .confirmForm.success {
	margin-bottom: 12px;
	border: 1px solid #90b304;
}

.confirmContainer .confirmForm.success .confirmReplay {
	display: none;
}

.confirmContainer .confirmForm.success .confirmSend,
.confirmContainer .confirmForm.success .confirmCode {
	pointer-events: none;
}

.confirmContainer .confirmForm.success .confirmSend {
	background-color: #90b304;
}

.confirmContainer .confirmErrorItem {
	margin-top: 12px;
	color: #e40f37;
	font-family: robotomedium;
}

.confirmContainer .confirmSend.error {
	opacity: 0.9;
}

.confirmContainer .confirmSend.loading {
	background-image: url("images/loader-38px.svg") !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
	opacity: 0.9 !important;
	transition: none !important;
	pointer-events: none !important;
}

.confirmContainer .confirmErrors {
	display: none;
}

.confirmContainer .confirmErrors.opened {
	display: block;
}

.confirmContainer .confirmReplay {
	margin: 12px 0 24px;
	cursor: progress;
	opacity: 0.7;
	pointer-events: none;
}

.confirmContainer .confirmReplay.ready {
	cursor: pointer;
	pointer-events: auto;
}

.confirmContainer .confirmReplay.loading {
	opacity: 0.6;
}

.confirmContainer .confirmReplay.hidden {
	display: none;
	visibility: hidden;
}

.confirmContainer .confirmReplay .confirmTimer {
	display: inline-block;
	margin-left: 6px;
}

.confirmContainer .confirmReplay .confirmTimer.hidden {
	display: none;
}

#order .hidden {
	display: none;
}

@media all and (max-width: 1800px) {
	#basketProductList .product {
		height: 410px;
	}
}

@media all and (max-width: 1750px) {
	.minimumPayment .paymentButtonsCatalog {
		display: none;
	}
}

@media all and (max-width: 1590px) {
	#personalCart .orderLine.bottom {
		padding-left: 24px;
	}

	.minimumPayment .minimumPaymentRight {
		display: none;
	}
}

@media all and (max-width: 1500px) {
	#personalCart #coupon .couponField {
		width: 300px;
	}
}

@media all and (max-width: 1400px) {
	#tabsControl .item:first-child {
		display: none;
	}

	#personalCart #tabsControl .item:nth-child(2) {
		margin-left: 0;
	}

	/*	#personalCart .productTable .name{
		width: 22%;
	} */
}

@media all and (max-width: 1350px) {
	#personalCart #coupon .couponField {
		width: 230px;
	}

	#personalCart #coupon .couponActivate {
		padding: 0 12px;
	}
}

@media all and (max-width: 1300px) {
	.minimumPayment {
		height: 180px;
		padding: 0 30px;
		line-height: 180px;
	}
}

@media all and (max-width: 1270px) {
	.minimumPayment {
		height: 150px;
		line-height: 150px;
	}

	.minimumPaymentLeft {
		float: none;
	}

	.minimumPayment {
		text-align: center;
	}

	.minimumPayment .paymentIcon {
		display: none;
	}
}

@media all and (max-width: 1200px) {
	#personalCart .orderLine #sum {
		width: 100%;
	}

	#personalCart #coupon {
		float: unset;
		margin: 0 -12px;
	}

	#personalCart .orderLine {
		margin-bottom: 78px;
	}

	#personalCart #coupon .couponField {
		width: 80%;
	}

	#personalCart #coupon .couponActivate {
		width: 20%;
	}

	#personalCart .orderLine.bottom .hd {
		display: none;
	}

	.orderMake {
		width: 190px;
	}
}

@media all and (max-width: 1150px) {
	#personalCart #basketView .item:first-child span {
		display: none;
	}
}

@media all and (max-width: 1024px) {
	#personalCart #basketView .item:first-child span {
		display: block;
	}

	#basketProductList .product {
		height: 380px;
	}
}

@media all and (max-width: 830px) {
	#personalCart #tabsControl {
		float: none;
	}

	#personalCart #tabsControl .item {
		width: auto;
		margin-right: 24px;
		margin-bottom: 12px;
		margin-left: 0;
	}

	#personalCart #tabsControl .item:last-child {
		margin-bottom: 0;
	}

	#personalCart #tabsControl .item .selected,
	#personalCart #tabsControl .item .selected:hover {
		border-bottom: 0;
	}

	#personalCart #basketView {
		float: none;
		margin-top: 12px;
	}

	.productTable th:nth-child(4),
	.productTable td:nth-child(4) {
		display: none;
	}

	.personalInfoLabel {
		padding-left: 36px;
	}
}

@media all and (max-width: 820px) {
	.orderAreas td:first-child,
	.personSelectContainer td:first-child {
		display: none;
	}

	.payFromBudget {
		width: 90%;
		margin: 12px auto 0;
	}

	.orderAreas .locationSwitchContainer {
		width: 90%;
		margin: auto;
	}

	.orderAreas .locationSwitch {
		width: 100%;
		margin-top: 0;
	}

	#order .dropDown {
		width: 90%;
		margin: 12px auto;
	}

	.orderAreas select,
	.orderAreas .propLine,
	.personSelectContainer select,
	.orderAreas .extraServicesItem,
	.orderAreas input[type="file"],
	.orderAreas input[type="button"] {
		width: 90%;
		margin: 12px auto;
	}

	.orderAreas input {
		width: 90%;
		margin: 12px auto;
	}

	#order .extraServicesItem input[type="text"],
	#order .extraServicesItem .dropDownSelected,
	#order .extraServicesItem .dropDown {
		width: 100%;
	}

	.orderAreas label,
	.personSelectContainer label,
	.orderAreas .label {
		display: block;
		float: none;
		box-sizing: border-box;
		width: 90%;
		margin: auto;
	}

	.orderAreas textarea {
		width: 90%;
		margin: 12px auto;
	}

	.orderAreas td:last-child,
	.personSelectContainer td:last-child {
		padding-right: 0;
	}

	.orderAreas .deliveryDescription,
	.orderAreas .deliveryPeriod {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}

	.orderAreas #bx-soa-delivery {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
}

@media all and (max-width: 700px) {
	#personalCart .orderLine #sum .hd {
		display: none;
	}

	#order .orderLine.bottom {
		margin-bottom: 0;
		padding-top: 24px;
		line-height: 21px;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
	}

	#personalCart .orderLine.bottom .label:not(.hidden) {
		display: block;
		margin-top: 12px;
		padding-bottom: 12px;
	}

	#personalCart .orderLine.bottom {
		padding-bottom: 24px;
	}

	#basketTopLine {
		display: none;
	}

	#basketProductList .productList .item .topSection {
		top: 6px;
		padding: 0 6px;
	}

	.fastBayImg {
		display: none;
	}

	.fastBayLabel {
		margin-bottom: 6px;
		font-size: 16px;
	}

	.basketQty {
		font-size: 0;
	}

	#personalCart .minus {
		margin: 0;
	}

	#basketProductList .product {
		height: 340px;
	}

	.minimumPayment {
		height: auto;
		padding: 24px 0;
		line-height: normal;
	}

	.minimumPayment .paymentMessageHeading {
		margin-bottom: 0;
	}

	.minimumPayment .paymentMessageText {
		display: none;
	}

	.minimumPayment .paymentMessageHeading {
		font-size: 21px;
	}
}

@media all and (max-width: 600px) {
	.confirmContainer .confirmTable {
		display: block;
	}

	.confirmContainer .confirmCodeContainer {
		margin-left: 18px;
	}

	.confirmContainer .confirmForm {
		box-sizing: border-box;
		width: 336px;
	}

	.confirmContainer .confirmSubstrate {
		left: 50%;
		height: 52px;
		line-height: 52px;
		transform: translate(-50%, 0%);
	}

	.confirmContainer .confirmTable .confirmButton,
	.confirmContainer .confirmTable .confirmData {
		display: block;
		width: 100%;
		text-align: center;
	}

	.confirmContainer .confirmTable .confirmButton {
		margin-top: 12px;
	}

	#personalCart #coupon .couponField {
		width: 65%;
	}

	#personalCart #coupon .couponActivate {
		width: 35%;
	}

	#basketProductList {
		padding-top: 1px;
		overflow-x: scroll;
	}

	#order .title {
		padding: 0 12px;
	}

	.basketQty {
		min-width: 90px;
	}

	.price {
		min-width: 100px;
	}

	.personalInfoLabel {
		padding-left: 24px;
	}

	#personalCart .orderLine.bottom {
		padding-left: 12px;
	}
}

@media all and (max-width: 550px) {
	.minimumPayment {
		padding: 12px 0;
	}

	.minimumPayment .paymentMessageHeading {
		font-size: 18px;
	}

	.minimumPayment .paymentMessageHeading span {
		display: block;
	}
}
@media all and (max-width: 550px) {
	.basketError .basketErrorContainer {
		width: 300px;
	}
}

@media all and (max-width: 500px) {
	#basketProductList .productList .item {
		width: 100%;
		height: 180px;
	}

	#basketProductList .productList .tabloid .productTable {
		flex-direction: row;
		align-items: center;
	}

	#basketProductList .productList .productColImage {
		width: 50%;
	}
}

@media all and (max-width: 480px) {
	#order .title {
		height: auto;
		padding: 12px 6px;
		line-height: 28px;
	}
}

@media all and (max-width: 400px) {
	.personalInfoLabel {
		padding-left: 12px;
	}

	#personalCart #coupon .couponField {
		width: 60%;
	}

	#personalCart #coupon .couponActivate {
		width: 40%;
	}
}

@media all and (max-width: 358px) {
	.confirmContainer .confirmForm {
		box-sizing: border-box;
		width: 296px;
	}
}
