@media screen and (min-width:480px) {

	#popupcart_extended {
		display: none;
		overflow: hidden;
		box-shadow: 0px 36px 80px rgba(0, 0, 0, 0.15) !important;
		background-color: #f9f9f9;
		max-width: 800px;
		transform: translateX(0) translateY(-20%);
		-o-transform: translateX(0) translateY(-20%);
		-moz-transform: translateX(0) translateY(-20%);
		-webkit-transform: translateX(0) translateY(-20%);
		transition: all ease-in-out .2s;
		color: #252726;
	}
}

@media screen and (min-width:320px) and (max-width:479px) {

	#popupcart_extended {
		display: none;
		overflow: hidden;
		box-shadow: 0px 36px 80px rgba(0, 0, 0, 0.15) !important;
		background-color: #f9f9f9;
		max-width: 800px;
		transform: translateX(0) translateY(-20%);
		-o-transform: translateX(0) translateY(-20%);
		-moz-transform: translateX(0) translateY(-20%);
		-webkit-transform: translateX(0) translateY(-20%);
		transition: all ease-in-out .2s;
		color: #252726;
		height: 100%;
	}
}

#popupcart_extended>* {
	box-sizing: border-box !important;
}

.popup_visible #popupcart_extended {
	transform: translateX(0) translateY(0%);
	-o-transform: translateX(0) translateY(0%);
	-moz-transform: translateX(0) translateY(0%);
	-webkit-transform: translateX(0) translateY(0%);
	transition: all ease-in-out .2s;
}

#popupcart_extended .head {
	color: #000;
	background-color: #FFF;
	text-align: center;
	width: 100%;
	font-weight: bold;
	padding-left: 2%;
}

#popupcart_extended .head span {
	vertical-align: middle;
	display: inline-block;
	width: -moz-calc(99% -50px);
	width: -webkit-calc(99% -50px);
	width: calc(99% - 50px);
	text-align: left;
}

#popupcart_extended .head i {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	line-height: 40px;
}

#popupcart_extended .head i:hover {
	color: #f00;
	cursor: pointer;
}

#popupcart_extended .price_list_info {
	text-align: center;
	width: 100%;
	margin: 0px auto 10px auto;
}

#popupcart_extended .price_list_info .list_info {
	width: 97%;
	margin: 0px auto 10px auto;
	font-style: italic;
	font-weight: normal;
	font-family: 'Arial', 'Helvetica', sans-serif;
	text-align: left;
	border-radius: 5px;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	list-style-type: none;
	/* Убираем стандартные маркеры списка */
}

#popupcart_extended .price_list_info ul li {
	padding: 5px 5px;
}

#popupcart_extended .price_list_info ul li p {
	font-size: 15px;
}

#popupcart_extended .price_list_info .dedicated {
	background-color: #e3fffa;
	font-style: normal;
	color: #303030;
	border-radius: 0px 0px 5px 5px;
}

#popupcart_extended .price_list_info .just {
	font-style: normal;
	font-size: 13px;
	color: #838383;
}


#popupcart_extended .popupcart_info {
	text-align: center;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
}

#popupcart_extended .popupcart_info .removeFromToCart {
	width: 30px;
}

#popupcart_extended .close_cart {
	width: 40px;
}

#popupcart_extended .product_quantity img:hover,
#popupcart_extended .close_cart:hover,
#popupcart_extended .popupcart_info .removeFromToCart:hover {
	cursor: pointer;
}


.body_cart {
	display: grid;
	grid-template-rows: 40px calc(100% - 100px) 50px;
	height: 100%;
	overflow-x: hidden;
}

.content_cart {
	padding-bottom: 2px;
}

#popupcart_extended .cart_buttons {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-auto-columns: minmax(140px, auto);
	justify-content: space-between;
	align-items: center;
	webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #FFF;
}

#popupcart_extended .popupcart_total {
	display: grid;
	grid-template-columns: repeat(3, auto);
	grid-auto-columns: minmax(100px, auto);
	justify-items: center;
	align-items: self-end;
	background-color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #bf292a;
	padding-top: 10px;
	webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#popupcart_extended .popupcart_total .cart_total,
#popupcart_extended .popupcart_total .cart_delivery,
#popupcart_extended .popupcart_total .cart_total_cost {
	padding: 0px 0px 10px 0px;
}

#popupcart_extended .popupcart_total .cart_total p,
#popupcart_extended .popupcart_total .cart_delivery p,
#popupcart_extended .popupcart_total .cart_total_cost .total_summ,
#popupcart_extended .popupcart_total .cart_total_cost .cost_delivery {
	font-size: 24px;
	color: #252726;
	text-align: center;
	line-height: 29px;
	font-weight: 600;
	width: 100%;
}

#popupcart_extended .popupcart_total .cart_total .to_pay_original {
	color: #999;
	text-decoration: line-through;
	font-size: 14px;
	margin-bottom: 4px;
}

#popupcart_extended .popupcart_total .cart_total .discount_amount {
	color: #d9534f;
	/* червона або акцентна */
	font-size: 14px;
	margin-bottom: 4px;
}

#popupcart_extended .popupcart_total .cart_total .to_pay {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

#popupcart_extended .popupcart_info {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 1px;
	grid-row-gap: 1px;
	justify-content: center;
	align-items: stretch;
}

#popupcart_extended .popupcart_info .block {
	text-align: center;
	outline: 1px solid #CCC;
	outline-offset: -1px;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@media screen and (min-width:320px) and (max-width:719px) {
	#popupcart_extended .popupcart_info {
		grid-template-columns: repeat(1, 1fr);
	}

	.content_cart {
		overflow-y: auto;
	}
}

#popupcart_extended .popupcart_info .block .product_name {
	width: 100%;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
}

#popupcart_extended .popupcart_info .block .product_name span {
	vertical-align: middle;
	display: inline-block;
	width: -moz-calc(100% -35x);
	width: -webkit-calc(100% -35px);
	width: calc(100% - 35px);
	text-align: left;
	padding-left: 10px;
}

#popupcart_extended .popupcart_info .block .product_name i {
	font-size: 30px;
	color: #ccc;
	vertical-align: middle;
	display: inline-block;
	line-height: 30px;
}

#popupcart_extended .popupcart_info .block .product_name i:hover {
	color: #f00;
	cursor: pointer;
}

#popupcart_extended .popupcart_info .block .product_img {
	vertical-align: top;
	display: inline-block;
	width: 100px;
}

#popupcart_extended .popupcart_info .block .product_img img {
	width: 100%;
	max-width: 100px;
}

#popupcart_extended .popupcart_info .block .product_prop {
	vertical-align: bottom;
	display: inline-block;
	width: -moz-calc(100% - 110px);
	width: -webkit-calc(100% - 110px);
	width: calc(100% - 110px);
	padding-left: 10px;
}

#popupcart_extended .popupcart_info .block .product_options {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	text-align: left;
	-moz-column-width: 85px;
	column-width: 95px;
	-moz-column-gap: 3px;
	column-gap: 3px;
	-moz-column-fill: balance;
	column-fill: balance;
	min-height: 40px;
}

#popupcart_extended .popupcart_info .block .product_options_str h4 {
	font-size: 14px;
	display: block;
	width: 100%;
	font-weight: bold;
}

#popupcart_extended .popupcart_info .block .product_options_str p {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

#popupcart_extended .popupcart_info .block .edit_href {
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	display: block;
}

#popupcart_extended .popupcart_info .block .product_options h4 {
	font-size: 13px;
	display: block;
	width: 100%;
	font-weight: bold;
}

#popupcart_extended .popupcart_info .block .product_options Li {
	margin: 0;
	font-size: 12px;
	list-style-position: inside;
	list-style-type: none;
}

#popupcart_extended .popupcart_info .block .product_quantity {
	vertical-align: middle;
	display: inline-block;
	width: 120px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#popupcart_extended .popupcart_info .block .product_quantity img {
	vertical-align: middle;
	display: inline-block;
	width: 32px;
}

#popupcart_extended .popupcart_info .block .product_quantity input {
	vertical-align: middle;
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	width: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	color: #000;
}

#popupcart_extended .popupcart_info .block .product_price {
	vertical-align: middle;
	display: inline-block;
	width: -moz-calc(100% - 130px);
	width: -webkit-calc(100% - 130px);
	width: calc(100% - 130px);
	text-align: right;
	font-size: 22px;
	line-height: 29px;
	font-weight: 600;
}

@media screen and (min-width:320px) and (max-width:480px) {
	#popupcart_extended .popupcart_info .block .product_price {
		font-size: 16px;
	}

}

#popupcart_extended .popupcart_info .block .product_quantity span {
	font-size: 14px;
	color: #999;
}

#popupcart_extended .popupcart_info .block .product_price span,
#popupcart_extended .popupcart_total .cart_total span,
#popupcart_extended .popupcart_total .cart_delivery span,
#popupcart_extended .popupcart_total .cart_total_cost span {
	font-size: 12px;
	color: #9D9D9D;
	display: inline-block;
	width: 100%;
}

#popupcart_extended .cart_buttons .block input[type="button"],
#popupcart_extended .cart_buttons .block button,
#popupcart_extended .cart_buttons .block .button {
	display: inline-block;
}

#popupcart_extended .cart_buttons .block:nth-child(1) {
	text-align: left;
}

#popupcart_extended .cart_buttons .block:nth-child(2) {
	text-align: right;
}

@media screen and (min-width:320px) and (max-width:639px) {
	.popup_align {
		height: auto;
	}

	.content_cart {
		padding: 10px 0px 0px 0px;
		margin-bottom: 50px;
	}

	#popupcart_extended .cart_buttons .block:nth-child(2) {
		width: 100%;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 60px;
		z-index: 200000;
	}

	#popupcart_extended .cart_buttons .block:nth-child(1) {
		display: none;
	}

	#popupcart_extended .cart_buttons .block:nth-child(2) .button {
		width: 100%;
		max-width: 640px;
		padding-bottom: 15px;
		padding-top: 15px;
		box-shadow: 0px -8px 24px rgba(0, 0, 0, 0.15);
	}

	#popupcart_extended .cart_formalization .buttons .block button {
		display: block;
		position: absolute;
		bottom: 60px;
		left: 0;
		width: 100%;
		max-width: 640px;
		padding-bottom: 12px;
		padding-top: 12px;
		box-shadow: 0px -8px 24px rgba(0, 0, 0, 0.15);
		z-index: 10;
	}
}

#popupcart_extended .cart_formalization {
	width: 100%;
	min-width: 280px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	text-align: center;
	border-top-color: #bf292a;
	display: none;
	border-top-width: 2px;
	border-top-style: solid;
	overflow: hidden;

}

#popupcart_extended .cart_formalization .block span i {
	font-size: 20px;
	line-height: 20px;
	color: #ccc;
}

#popupcart_extended .cart_formalization .info_hidden {
	display: none;
}

#popupcart_extended .cart_formalization form {
	text-align: center;
	width: 97%;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#popupcart_extended .cart_formalization h3 {
	color: #999;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 18px;
}

#popupcart_extended .cart_formalization .block {
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	width: 100%;
}

#popupcart_extended .cart_formalization .one {
	width: 95%;
	position: relative;
}

#popupcart_extended .cart_formalization .do_not_call {
	width: 100%;
}

#popupcart_extended .cart_formalization .do_not_call input[type="checkbox"] {
	width: 20px;

}

#popupcart_extended .cart_formalization .do_not_call input[type="checkbox"]+span,
#popupcart_extended .cart_formalization .do_not_call input[type="checkbox"]+label {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
	font-size: 18px;
	color: #ccc;
}

#popupcart_extended .cart_formalization .do_not_call .checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 0px;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
}

#popupcart_extended .cart_formalization .do_not_call .checkbox+label {
	position: relative;
	cursor: pointer;
	left: 0px;
	top: 0px;
	margin-left: 2%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 60px;
}

#popupcart_extended .cart_formalization .do_not_call .checkbox+label:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 50px;
	height: 26px;
	border-radius: 13px;
	background: #CDD1DA;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
	transition: .2s;
}

#popupcart_extended .cart_formalization .do_not_call .checkbox+label:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 2px;
	width: 22px;
	height: 22px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
	transition: .2s;
}

#popupcart_extended .cart_formalization .do_not_call .checkbox:checked+label:before {
	background: #9FD468;
}

#popupcart_extended .cart_formalization .do_not_call .checkbox:checked+label:after {
	left: 26px;
}

#popupcart_extended .cart_formalization .do_not_call .checkbox:focus+label:before {}

#popupcart_extended .cart_formalization .two {
	width: 60%;
}

#popupcart_extended .cart_formalization .three {
	width: 35%;
}

#popupcart_extended .cart_formalization .equally {
	width: -moz-calc(95% / 3.05);
	width: -webkit-calc(95% / 3.05);
	width: calc(95% / 3.05);
}

#popupcart_extended .cart_formalization .block .error {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	color: #F00;
}

#popupcart_extended .cart_formalization .block label {
	font-size: 16px;
	position: relative;
	top: 10px;
	text-align: left;
	display: block;
	color: #ccc;
	margin-right: auto;
	margin-left: 35px;
	z-index: 8;
	height: 0px;
	width: 100%;
}

#popupcart_extended .cart_formalization .block label sup {
	font-size: 11px;
	color: #F00;
	position: relative;
	top: 0px;
}

#popupcart_extended .cart_formalization .block .reduce {
	font-size: 12px;
	top: -17px;
}

#popupcart_extended .cart_formalization .block input[type="number"],
#popupcart_extended .cart_formalization .block input[type="text"],
#popupcart_extended .cart_formalization .block input[type="tel"],
#popupcart_extended .cart_formalization .block input[type="date"],
#popupcart_extended .cart_formalization .block input[type="time"],
#popupcart_extended .cart_formalization .block select {
	font-size: 16px;
	background-color: rgba(255, 255, 255, 0);
	padding: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #a5a5a5;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 10;
	width: -moz-calc(100% - 35px);
	width: -webkit-calc(100% - 35px);
	width: calc(100% - 35px);
}

#popupcart_extended .cart_formalization .block input[type="tel"]::placeholder {
	color: #e1e1e1;
	/* сірий колір */
	font-style: italic;
	/* курсив */
	opacity: 1;
	/* повна видимість */
}

#popupcart_extended .cart_formalization .block input[type="tel"]:-ms-input-placeholder {
	/* IE 10-11 */
	color: #e1e1e1;
}

#popupcart_extended .cart_formalization .block input[type="tel"]::-ms-input-placeholder {
	/* Edge */
	color: #e1e1e1;
}

#popupcart_extended .error {
	display: none;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}

#popupcart_extended .error p {
	color: #F00;
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	top: -20px;
	width: 100%;
}

#popupcart_extended .cart_formalization .block input[type="number"]::-webkit-outer-spin-button,
#popupcart_extended .cart_formalization .block input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

#popupcart_extended .cart_formalization .block span {
	width: 25px;
	text-align: center;
	color: #999;
	display: inline-block;
	font-size: 18px;
}

#popupcart_extended .cart_formalization .total {
	display: grid;
	grid-template-columns: repeat(3, auto);
	grid-auto-columns: minmax(100px, auto);
	justify-items: center;
	align-items: self-end;
	background-color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #bf292a;
	padding-top: 10px;
	webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#popupcart_extended .cart_formalization .total .block {
	display: inline-block;
	width: 100%;
	max-width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#popupcart_extended .cart_formalization .total .block .total_summ,
#popupcart_extended .cart_formalization .total .block .cost_delivery {
	line-height: 29px;
	font-weight: 700;
	font-size: 24px;
}

#popupcart_extended .to_pay_original {
	color: #999;
	text-decoration: line-through;
	font-size: 18px;
	margin-bottom: 4px;
}

#popupcart_extended .discount_amount {
	color: #d9534f;
	/* червона або акцентна */
	font-size: 18px;
	margin-bottom: 4px;
}

#popupcart_extended .to_pay {
	color: #000;
	font-size: 24px;
	font-weight: 600;
}

#popupcart_extended .message {
	line-height: 18px;
	font-weight: 500;
	font-size: 14px;
	text-align: left;
}

#popupcart_extended .message.success {
	color: #00a51b;
	font-weight: 900;
	position: absolute;
	font-size: 19px;
	top: 10px;
	left: 15px;
}

#popupcart_extended .message.errors {
	color: #ad0017;
	font-weight: 700;
}



#popupcart_extended .cart_formalization .total .block span {
	font-size: 12px;
	color: #9D9D9D;
	display: inline-block;
	width: 100%;

}

@media screen and (min-width:320px) and (max-width:479px) {
	#popupcart_extended .cart_formalization .total .block {
		font-size: 18px;
	}

	#popupcart_extended .cart_formalization .total .block {
		font-size: 20px;
	}

	#popupcart_extended .popupcart_total .cart_total,
	#popupcart_extended .popupcart_total .cart_delivery,
	#popupcart_extended .popupcart_total .cart_total_cost {
		font-size: 20px;
	}

}

#popupcart_extended .cart_formalization .buttons .block {
	width: 100%;
	vertical-align: middle;
	display: block;
	text-align: center;
}

#popupcart_extended .cart_formalization .buttons .block button {
	display: inline-block;
}

#popupcart_extended .cart_formalization .buttons .block #online_payment {
	display: none;
	color: #FFF;
	background-color: #7ab72b;
	border-color: #7ab72b;
}

#popupcart_extended .cart_formalization .buttons .block #online_payment:hover {
	color: #7ab72b;
	border-color: #7ab72b;
	background-color: #fff;
}

@media screen and (min-width:641px) {
	#popupcart_extended .customer_group {
		display: grid;
		grid-template-columns: repeat(2, auto);
		grid-auto-columns: minmax(100px, auto);
		justify-content: stretch;
		align-items: stretch;
		margin-top: 10px;
	}

	#popupcart_extended .customer_group .block {
		text-align: center;
		padding: 5px 0px;
		color: #999;
		margin-bottom: -2px;
		position: relative;
	}

	#popupcart_extended .customer_group .active {
		border-top-width: 2px;
		border-right-width: 2px;
		border-left-width: 2px;
		border-top-style: solid;
		border-right-style: solid;
		border-left-style: solid;
		border-top-color: #bf292a;
		border-right-color: #bf292a;
		border-left-color: #bf292a;
		background-color: #FFF;
		cursor: default;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #FFF;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
}

@media screen and (min-width:320px) and (max-width:640px) {

	#popupcart_extended .customer_group {
		display: grid;
		grid-template-rows: auto;
		justify-content: stretch;
		align-items: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#popupcart_extended .customer_group .block {
		text-align: center;
		color: #999;
		position: relative;
		padding: 3px 40px 6px 40px;
		border: 1px solid #999;
		margin: 3px 1.5% 3px 1.5%;
		background-color: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	#popupcart_extended .customer_group .active {
		border: 2px solid #bf292a;
		background-color: #FFF;
		cursor: default;
	}
}

#popupcart_extended .customer_group .block:hover {
	cursor: pointer;
	color: #bf292a;
}


#popupcart_extended .customer_group .block span {
	font-size: 16px;
	font-style: normal;
	line-height: 19px;
	font-weight: 500;
}

#popupcart_extended .customer_group .active span:nth-child(1) {
	color: rgb(191, 41, 42);
}

#popupcart_extended .customer_group .active span:nth-child(2) {
	color: #FFF;
}

#popupcart_extended .customer_group .special_for_method {
	font-size: 14px;
	color: #FFF;
	background-color: #F00;
	padding: 5px;
	position: absolute;
	bottom: 26px;
	right: 16px;
	transform: rotate(15deg);
}

#popupcart_extended .customer_group .special_for_method:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f00;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

@media screen and (min-width:320px) and (max-width:639px) {
	#popupcart_extended .customer_group .special_for_method {
		bottom: 40px;
		right: -10px;
		transform: rotate(10deg);
	}

}

.disabled {
	color: #CCC;
	background-color: #999;
}

.disabled:before {
	content: '';

}


/*-----------------------------------------------------*/
#popupcart_extended .empty {
	font-weight: 700;
	text-align: center;
	padding: 50px;
}

#button-cart2 {
	margin-left: 15px;
}

#popupcart_extended #related {
	position: relative;
	overflow: hidden;
	background: #eee;
	margin: 15px -24px -18px;
	padding: 0 20px 15px;
	box-shadow: inset 0 1px 13px #ccc
}

#popupcart_extended #related .related_product {
	background: none;
	box-shadow: 0 0 0;
	margin: 0;
}

#popupcart_extended #related .heading {
	color: #f00;
	font-size: 1.1em;
	font-weight: 400;
	border-bottom: solid 1px #f8f8f8;
	box-shadow: inset 0 -1px 0 #d5d5d5;
	text-shadow: 0 1px 0 #fff;
	padding: 0 0 10px;
	margin: 10px 5px 12px;
}

#popupcart_extended .owl-wrapper-outer,
#popupcart_extended .owl-wrapper {
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	box-shadow: 0 0 0;
}

#popupcart_extended #related .owl-controls {
	height: auto;
}

#popupcart_extended #related .owl-buttons {
	position: absolute;
	top: -42px;
	right: 5px;
}

#popupcart_extended #related .owl-buttons>div {
	position: relative;
	display: inline-block;
	left: auto;
	right: auto;
	width: 20px;
	text-align: center;
	padding: 0px 0 0 1px;
	margin: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	font-weight: 400;
	text-shadow: 0 1px 0 #fff;
	color: #888;
	border: solid 1px #ccc;
	background: #eee;
	background: linear-gradient(to bottom, #eee 0%, #ddd 100%);
	border-radius: 4px;
	opacity: 1;
}

#popupcart_extended #related .owl-buttons>div:hover {
	background: #eee;
}

#popupcart_extended #related .owl-buttons>div:active {
	box-shadow: inset 0 1px #ccc;
	background: #ddd;
	background: linear-gradient(to bottom, #ddd 0%, #eee 100%);
}

#popupcart_extended #related .owl-buttons>div+div {
	margin: 0 0 0 10px
}

#popupcart_extended #related .owl-pagination {
	position: absolute;
	top: -38px;
	right: 80px;
	font-size: 0.8em;
	display: none;
}

#popupcart_extended #related .owl-pagination>div {
	display: inline-block;
	margin: 0 0 0 8px;
	padding: 0 4px;
	border-radius: 100%;
	color: #888;
}

#popupcart_extended #related .owl-pagination>div:hover {
	background: #ddd;
}

#popupcart_extended #related .owl-pagination>div.active {
	background: #ddd;
}

#popupcart_extended #related .owl-item>div {
	margin: 0 5px;
	padding: 10px;
	border: solid 1px #ddd;
	border-radius: 4px;
	background: #f5f5f5;
	box-shadow: inset 0 1px 0 #fff;
}

#popupcart_extended #related .owl-item>div>div {
	border: solid 0px;
	display: inline-block;
	vertical-align: top;
}

#popupcart_extended #related .owl-item>div>div+div {
	margin: 0px 0px 0 0;
	width: 163px;
}

#popupcart_extended #related .image {
	margin: 0 7px 0 0;
}

#popupcart_extended #related .image img {
	width: 82px;
	height: auto;
	border: solid 1px #e2e2e2;
	border-radius: 4px;
	padding: 5px;
	background: #fff;
}

#popupcart_extended #related .name {
	min-height: 40px;
	white-space: pre-line;
	line-height: 1.0em;
}

#popupcart_extended #related .name a {
	font-size: 0.9em;
	white-space: pre-line;
}

#popupcart_extended #related .price {
	margin: 0 10px 6px 0;
	font-size: 0.8em;
	line-height: 1.0em;
	font-weight: 500;
	color: #444;
}

#popupcart_extended #related .price .price-old {
	text-decoration: line-through;
	color: #f00;
}

#popupcart_extended #related .cart {
	margin: 0;
}

#popupcart_extended #related .cart .button {
	line-height: 0px;
	margin: -1px 0 0;
	padding: 3px 14px 4px;
}

#popupcart_extended #related .cart .button img {
	width: 13px;
	padding: 1px 0 0;
	height: auto;
}

.popupcart_total .bonuses {
	text-align: center;
	margin-bottom: 10px;
}

.popupcart_total .bonus_cart {
	vertical-align: middle;
	display: inline-block;
	width: 27%;
	margin-right: 5px;
	margin-left: 5px;
}

.popupcart_total .msg_bonus {
	color: #060;
	background-color: #D7FFD7;
	border: 1px solid #B3FFB3;
	margin-bottom: 10px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.tooltip {
	position: absolute;
	z-index: 10000070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}