/* ClearFix */

.basket_group_items:after,
.basket_group_item:after,
.basket_group_master:after,
.basket_summa_preorder:after,
.closebasket-phasebody-summary-info-line:after {
	content: "";
	display: table;
	clear: both;
}

/* WebShop Styles
-----------------------------------------------------------*/


/* Basket Styles
-----------------------------------------------------------*/

.popup-popupbasket_full_panel {
	width: 375px;
	float: right;
	margin: auto !important;
	background: #FFF;
	position: relative;
	
	position: absolute;
	top: 0;
	right: 0;
}

.rb-mediastate-Mobile .popup-popupbasket_full_panel {
	float: none;
} 

.basket_header,
.basket_checkout,
.basket_item,
.basket_productpackageitem {
	padding: 20px;
}

.basket_item {
	position: relative;
}

.basket_checkout .basket_header,
.basket_checkout .basket_checkout,
.basket_checkout .basket_item {
	padding: 20px 0 20px 20px;
}

.rb-mediastate-Mobile .basket_header,
.rb-mediastate-Mobile .basket_checkout,
.rb-mediastate-Mobile .basket_item {
	padding: 15px;
}

.rb-mediastate-Mobile .webshopmain_checkout .basket_item {
	padding: 15px 0;
} 

.basket_item:nth-child(even),
.basket_productpackageitem:nth-child(even) {
	background-color: rgba(209, 207, 232, 0.3);
}

.basket_productpackageitem-right .basket_item_quantity_line {
	text-align: center;
}

.basket_header {
	padding-bottom: 0;
}

.basket_header .basket_title,
.basket_header .basket_summa_quantity,
.basket_header .basket_emptytitle {
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
	font-weight: 300;
	color: #f44236;
}

.webshopmain_checkout .basket_empty .basket_header > div {
	display: inline-block;
}

.basket_summa_line > div,
.basket_summa_shippingprice > div,
.basket_summa_full > div > div {
	display: inline-block;
	vertical-align: middle;	
}

.popup-popupbasket_full_panel .basket_summa_line_value {
	float: right;
}

.basket_checkout .basket_summa_full > div > div 
{
    vertical-align: inherit;	
}

.webshopmain_checkout .basket_summa_shippingprice_full {
	margin-top: 15px;
}

.basket_summa_line.basket_summa_shippingprice {
	display: block;
	margin-top: 0;
}

.webshopmain_checkout .input-warning textarea,
.basket_summa_shippingprice_warningtitle {
	color: #e03a56;
}

.webshopmain_checkout .input-warning textarea {
	background: none;
	padding: 0;
	border: 0;
	cursor: auto;
}

.basket_summa_line.basket_summa_shippingweight {
	margin-top: 15px;
}

.basket_summa_line.basket_summa_shippingpacking {
	margin-bottom: 15px;
}

.basket_empty .basket_header  {
	text-align: center;
}

.basket_empty .basket_header .basket_title,
.basket_empty .basket_header .basket_emptytitle {
	padding-bottom: 20px;
}

.popup-popupbasket_full_panel .basket_summa_retail
/*.popup-popupbasket_full_panel .basket_summa_shippingprice*/ {
	margin-top: 15px;
}

.popup-popupbasket_full_panel .basket_summa_full {
	margin-top: 10px;
}

.popup-popupbasket_full_panel .basket_summa_quantity,
.basket_empty .basket_header .basket_emptytitle {
	margin-left: 10px;
}

.basket_summa,
.basket_item_quantity,
.basket_item_summa,
.webshopmain_checkout .basket_item_summa_name {
	font-size: 30px;
	font-weight: 600;
}

.rb-mediastate-Mobile .basket_summa,
.rb-mediastate-Mobile .basket_item_quantity,
.rb-mediastate-Mobile .basket_item_summa,
.rb-mediastate-Mobile .webshopmain_checkout .basket_item_summa_name {
	font-size: 25px;
} 

.basket_checkout input[type="button"] {
	width: 100%;
	height: auto;
	padding: 20px 0;
	font-size: 17px;
}

.basket_checkout {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.basket_item_left,
.basket_item_right,
.basket_productpackageitem-left,
.basket_productpackageitem-right,
.basket_checkout .basket_item_right > div {
	display: inline-block;
	width: 49%;
	vertical-align: middle;
}

.basket_item_left {
	border-right: 1px solid rgba(0, 0, 0, 0.1);	
	cursor: pointer;
}

.basket_item_image img {
	max-width: 90px;
}

.basket_item_right {
	text-align: center;
	padding-left: 20px;
}

.rb-mediastate-Mobile .basket_item_right {
	padding-left: 10px;
}

.basket_item > input[value="-"] {
	width: 25px;
	height: 25px;
	background: url(/content/images/icon-close.png) no-repeat center !important;
	background-size: 13px !important;
	border: 1px solid #919191;
	border-radius: 0;
	position: absolute;
	top: 20px;
	right: 0px;
	cursor: pointer;
	color: transparent;
	-webkit-appearance: none;
	padding: 0;
}

.basket_item_quantity_line input,
.basket_item_quantity {
	display: inline-block;
	vertical-align: middle;
}

.basket_item_quantity {
	margin: 0 15px;
}

.basket_item_quantity_2 {
	margin: 0 10px;	
}

.basket_item_quantity_X {
	font-size: 19px;
	margin: 0 3px !important;
}

.rb-mediastate-Mobile .basket_item_quantity {
	margin: 0 5px;
}

.basket_item_quantity.basket_item_quantity_3 {
	font-size: 26px;
	margin: 0 5px;
}

.basket_item_quantity_line input {
	width: 40px;
	height: 40px;
	border-radius: 30px;
}

.rb-mediastate-Mobile .basket_item_quantity_line input {
	width: 35px;
	height: 35px;
	padding: 0;
}

.basket_item_quantity_line {
	padding: 15px 0 25px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.basket_item_quantity_inputline {
    display: inline-block;	
    border: 1px solid #444;
    margin-top: 15px;
    padding: 8px 25px;
}

.basket_productpackageitems-show {
	margin-top: 15px;
}

.basket_item_me,
.basket_item_summa_name {
	font-size: 17px;
}

.basket_item_summa_name {
	margin: 25px 0 20px;
}

.basket_item_name {
	margin: 15px 0;
}

.basket_item_price,
.basket_item_tempitem-info {
	font-size: 13px;
}

.basket_item_price_orig {
	font-weight: 300;
}

.basket_item_price * {
	display: inline-block;
}

.basket_item_price div.basket_item_price_fulltitle {
	display: block;
	margin-top: 5px;
}

.basket_item_price_orig .basket_item_price_number {
	text-decoration: line-through;	
}

.basket_item_price_orig:last-child {
	text-decoration: line-through;	
}

.basket_item_tempitem-info {
	font-weight: 300;
	margin-top: 10px;
}

.basket_item_noimage {
	width: 90px;
	height: 90px;
	background: url(/content/images/no-image-png-90.png) no-repeat center;
}

.basket_item_tempitem-summainfo,
.webshopmain_checkout_form .input-header,
.webshopmain_checkout .basket_summa_info {
	font-size: 20px;
	font-weight: 300;
	margin: 30px 0;
}

.input_CheckoutBasketPhaseSummary .input-header {
    font-weight: 500;
    font-size: 17px;
}

.basket_item_imagefull {
	display: inline-block;
    position: relative;
}

.basket_item_discountquickimage_img,
.basket_item_discountquickinfo {
    width: 50px;
	height: auto;
    position: absolute;
    top: -10px;
    left: -10px;
}

.input_AddToBasketMore .inputform {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.input_AddToBasketMore .inputtitle_div {
	-webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
}

.input_AddToBasketMore .input-header {
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 30%;
		flex: 0 1 30%;
}

.input_AddToBasketMore fieldset {
	margin: 0 0 0 5%;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 65%;
		flex: 0 1 65%;
}

.input_AddToBasketMore .input-addtobasketmore-image-full img {
	width: 100%;
}

.input_AddToBasketMore .inputgroup-price > div {
    display: inline-block;
    vertical-align: bottom;
    width: 30%;
}

.input_AddToBasketMore .inputpage_field_PriceOnline {
	margin: 0 5%;
}

.input_AddToBasketMore .inputgroup-origquantity,
.input_AddToBasketMore .inputgroup-quantity {
    display: inline-block;
    vertical-align: bottom;
    width: 47.5%;
}

.input_AddToBasketMore .inputgroup-origquantity {
	margin-right: 5%;
}

/* Checkout Styles
-----------------------------------------------------------*/

.webshopmain_checkout {
	width: 68%;
	margin: 0 auto;
	padding: 0 4% 75px;
	font-size: 17px;
	font-weight: 400;
}

@media screen and (max-width: 1279px) {
	.webshopmain_checkout {
		width: 90%;
	}
}

.webshopmain_checkout_desc_title {
	padding: 25px 2% 0;
}

.desc-child-webshopmain_checkout_top,
.desc-child-webshopmain_checkout_bottom {
	padding: 0 2%;
}

.webshopmain_checkout_desc_title > div,
.closebasket-phase-header .closebasket-phase-title {
	font-size: 40px;
	font-weight: 300;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 15px;
}

.webshopmain_checkout .basket_checkout {
	padding: 0;
}

.webshopmain_checkout .basket_header {
	padding: 70px 0 0;
}

.webshopmain_checkout .basket_summa_retail,
/*.webshopmain_checkout .basket_summa_shippingprice,*/
.webshopmain_checkout .basket_summa_discount {
	display: inline-block;
}


.webshopmain_checkout .basket_summa_quantity + .basket_summa_retail,
.webshopmain_checkout .basket_summa_quantity + .basket_summa_shippingprice {
	display: block;
}

.webshopmain_checkout .basket_summa_discountheader {
	margin: 20px 0;
}

.webshopmain_checkout .basket_summa_discountheader .basket_summa_discount {
	font-weight: 500;
	margin-left: 20px;
}

.rb-mediastate-Mobile .webshopmain_checkout .basket_summa_discountheader .basket_summa_discount {
	margin-left: 0;
}

.webshopmain_checkout .basket_summa_title {
	font-size: 40px;
	font-weight: 300;
	color: #f44236;
	margin-top: 60px;
}

.webshopmain_checkout .basket_items-on-button,
.webshopmain_checkout .basket_items-off-button {
	display: inline-block;
	color: #221086;
	margin-top: 15px;
	margin-bottom: 40px;
	text-decoration: underline;
	cursor: pointer; 
}

.basket_items-on {
	margin-bottom: 30px;
}

.webshopmain_checkout .basket_items_header {
	text-align: center;
	border-bottom: 1px solid #d1cfe8;
	padding-bottom: 20px;
}

.webshopmain_checkout .basket_item_image,
.webshopmain_checkout .basket_item_noimage,
.webshopmain_checkout .basket_item_left_info {
	display: inline-block;
	vertical-align: middle;
}

.webshopmain_checkout .basket_item_left_info {
	margin-left: 25px;
	width: calc(100% - 120px);
}

.rb-mediastate-Mobile .webshopmain_checkout .basket_item_left_info {
	margin-left: 0px;
}

.webshopmain_checkout .basket_item_left {
	width: 33%;
	border: none;
}

.webshopmain_checkout .basket_item_right {
	width: 66%;
	padding-left: 0;
}

@media screen and (max-width: 1465px) {
	.webshopmain_checkout .basket_item_left {
		width: 40%;
	}

	.webshopmain_checkout .basket_item_right {
		width: 59%;
	}	
}

@media screen and (max-width: 1224px) {
	.webshopmain_checkout .basket_item_left {
		width: 45%;
	}

	.webshopmain_checkout .basket_item_right {
		width: 54%;
	}	
}


.webshopmain_checkout .basket_item_quantity_line {
    padding: 95px 0;
    border-bottom: none;
    border-left: 1px solid rgba(209, 207, 232, 0.5);
    border-right: 1px solid rgba(209, 207, 232, 0.5);
}



.webshopmain_checkout .basket_item_right .basket_item_me,
.webshopmain_checkout .basket_item_right .basket_item_summa {
	width: 49%;
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	font-weight: 400;
}



.webshopmain_checkout .basket_item_quantity_line input[type="button"] {
	width: 35px;
	height: 35px;
	padding: 0;
}

@media screen and (max-width: 315px) {
	.webshopmain_checkout .basket_item_quantity_line input[type="button"] {
		width: 30px;
		height: 30px;
		font-size: 13px;
	}	
}


@media screen and (max-width: 780px) {
	.webshopmain_checkout .basket_item_left {
		width: 55%;
	}
	.webshopmain_checkout .basket_item_right {
		width: 44%;
	}	
	
	.webshopmain_checkout .basket_item_left {
		border-right: 1px solid rgba(0, 0, 0, 0.1);	
	}
	
	.webshopmain_checkout .basket_item_quantity_line {
		border-left: none;
		border-right: none;
		border-bottom: 1px solid rgba(209, 207, 232, 0.5);
		padding: 15px 0 25px;
	}
	
	.webshopmain_checkout .basket_item_right .basket_item_me,
	.webshopmain_checkout .basket_item_right .basket_item_summa,
	.webshopmain_checkout .basket_item_right .basket_item_quantity_line,
	.webshopmain_checkout .basket_item_right .basket_item_summa_name {
		width: 100%;
	}	
	
	.webshopmain_checkout .basket_item {
		padding: 15px 0;
	}
}

@media screen and (max-width: 505px) {
	.webshopmain_checkout .basket_item_right {
		width: 40%;
	}
}

.webshopmain_checkout .inputpage_field_ShippingName .inputpage_beforefield,
.webshopmain_checkout .inputpage_field_InvoiceName .inputpage_beforefield,
.webshopmain_checkout .inputpage_field_OtherPersonInput .inputpage_beforefield,
.webshopmain_checkout .inputpage_field_PaymentMode > label,
.webshopmain_checkout .inputpage_field_Description > label,
.webshopmain_checkout .inputpage_field_DeliveryMode > label,
.webshopmain_checkout .inputpage_field_ContactPerson .inputpage_beforefield {
	font-size: 40px;
	font-weight: 300;	
}

@media screen and (max-width: 919px) {
	.webshopmain_checkout .inputpage_field_ShippingName .inputpage_beforefield,
	.webshopmain_checkout .inputpage_field_InvoiceName .inputpage_beforefield,
	.webshopmain_checkout .inputpage_field_OtherPersonInput  .inputpage_beforefield,
	.webshopmain_checkout .inputpage_field_PaymentMode > label,
	.webshopmain_checkout .inputpage_field_Description > label,
	.webshopmain_checkout .inputpage_field_DeliveryMode > label {
		font-size: 35px;
	}	
}

@media screen and (max-width: 805px) {
	.webshopmain_checkout .inputpage_field_ShippingName .inputpage_beforefield,
	.webshopmain_checkout .inputpage_field_InvoiceName .inputpage_beforefield,
	.webshopmain_checkout .inputpage_field_OtherPersonInput  .inputpage_beforefield,
	.webshopmain_checkout .inputpage_field_PaymentMode > label,
	.webshopmain_checkout .inputpage_field_Description > label,
	.webshopmain_checkout .inputpage_field_DeliveryMode > label {
		font-size: 30px;
	}	
}

.webshopmain_checkout .inputpage_field_OtherPersonInput .inputpage_beforefield {
	color: #e91f63;
}

.webshopmain_checkout .inputpage_field_Description > label  {
	color: #2296f3;
}

.webshopmain_checkout .inputpage_field_PaymentMode > label {
	color: #9c28af;	
}

.webshopmain_checkout .inputpage_field_PaymentMode .inputpage_radiobox_info img {
	max-width: 100%;
	margin-top: 10px;
}

.webshopmain_checkout .inputpage_field_ShippingName .inputpage_beforefield,
.webshopmain_checkout .inputpage_field_InvoiceName .inputpage_beforefield {
	color: #3f51b5;
	margin-bottom: 30px;
}

.webshopmain_checkout .inputpage_field_ContactPerson .inputpage_beforefield {
	margin-bottom: 30px;
}
/*
.webshopmain_checkout_form .dxeTextBox,
.webshopmain_checkout_form .dxeMemo,
.webshopmain_checkout_form .dxeTextBox .dxeEditArea,
.webshopmain_checkout_form textarea
 {
	-webkit-box-shadow: inset 2px 2px 0px 0px rgba(209,207,232,1);
	   -moz-box-shadow: inset 2px 2px 0px 0px rgba(209,207,232,1);
			box-shadow: inset 2px 2px 0px 0px rgba(209,207,232,1);
	
	border: none;
	border-right: 1px solid rgba(209,207,232,1);
	border-bottom: 1px solid rgba(209,207,232,1);
	
	background-color: #f3f2f9;
	
	font-family: 'Roboto', sans-serif;
	font-size: 17px;

	width: 100%;	
	margin: 0 !important;
}
*/
.webshopmain_checkout_form .dxeTextBox td.dxic
/*.webshopmain_checkout_form textarea,*/
 /*, .dxeEditArea*/ {
	padding: 0 !important;
}

.webshopmain_checkout_form textarea {
	padding: 0.5em;
}

.webshopmain_checkout .inputpage_radiobox_info + input[type="radio"] {
	clear: both;
}

.webshopmain_checkout input[type="radio"] {
	float: left !important;
}

.webshopmain_checkout .inputpage_field_PaymentMode input {
	margin-top: 25px;
}
/*
.inputpage_field_PaymentMode .inputpage_radiobox_info label,
.inputpage_field_PaymentMode .inputpage_radiobox_info div,
.inputpage_field_PaymentMode .inputpage_radiobox input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
}
*/
.webshopmain_checkout .inputpage_field_PaymentMode .inputpage_radiobox_info {
	margin-top: 20px;
}

.webshopmain_checkout .inputgroup-start {
/*	margin-bottom: 60px;*/
}

.webshopmain_checkout .inputgroup-start > div:last-child {
	margin-bottom: 60px;
}

.webshopmain_checkout .inputpage_field_DeliveryMode > label {
	margin-bottom: 25px;
}

.body_WebDataShopInfoGrid_CheckoutBasketPhaseDelivery .popup-input-popup_panel {
	max-width: 1500px;
}

.webshopmain_checkout .inputgroup-paymentmode,
.webshopmain_checkout .inputgroup-deliverymode {
	display: inline-block;
	vertical-align: top;
	width: 47.5%;
	margin-bottom: 40px;
}

.webshopmain_checkout .inputgroup-paymentmode,
.webshopmain_checkout .inputgroup-shippingname {
	margin-right: 5%;
}

.webshopmain_checkout .inputgroup-shippingname,
.webshopmain_checkout .inputgroup-invoicename {
	display: inline-block;
	vertical-align: top;
	width: 47.5%;
}

.webshopmain_checkout .inputgroup-firmsale {
	margin-top: 20px;
}

.webshopmain_checkout .inputpage_field_ProductDescription,
.webshopmain_checkout .inputpage_field_TakeOverLocation,
.webshopmain_checkout .inputpage_field_TakeOverLocation-Info,
.webshopmain_checkout .inputpage_field_TaxNumber {
	width: 47.5%;
}

.webshopmain_checkout .inputgroup-phonenumber {
	padding-top: 60px;
}


.webshopmain_checkout .inputpage_field_PostCode,
.webshopmain_checkout .inputpage_field_InvoicePostCode,
.webshopmain_checkout .inputpage_field_AJICard {
	width: 40%;
	clear: none;
	float: left;
}

.webshopmain_checkout .inputpage_field_Settlement,
.webshopmain_checkout .inputpage_field_InvoiceSettlement  {
	width: 57%;
	clear: none;
	float: right;
} 

.webshopmain_checkout .inputgroup-description textarea,
.webshopmain_checkout .inputpage_field_PersonId .inputpage_editid table {
	width: 100% !important;
}

.webshopmain_checkout .inputpage_field_ProductDescription {
	margin-bottom: 40px;
}

.webshopmain_checkout .inputpage_field_InvoiceDataInput {
	margin-bottom: 50px;
}

.webshopmain_checkout .inputpage_field_InvoiceDataInput label,
.rb-mediastate-Mobile .webshopmain_checkout .inputpage_field_PaymentMode .inputpage_radiobox_info,
.rb-mediastate-Mobile .webshopmain_checkout .inputpage_field_CheckoutRuleOK .inputpage_label {
	width: 85%;
}

.webshopmain_checkout .inputgroup-phonenumber {
	clear: both;
}

.webshopmain_checkout .inputgroup-phonenumber > div {
	display: inline-block;
	width: 47.5%;
}

.webshopmain_checkout .inputgroup-phonenumber .inputpage_field_PhoneNumber {
	margin-right: 5%;
} 

.webshopmain_checkout .inputpage_rbeditid {
	max-width: 100%;
}

@media screen and (max-width: 690px) {
	.webshopmain_checkout .inputgroup-shippingname,
	.webshopmain_checkout .inputgroup-invoicename,
	.webshopmain_checkout .inputgroup-phonenumber,
	.webshopmain_checkout .inputpage_fieldtype_Combo select,
	.webshopmain_checkout .inputpage_field_ProductDescription,
	.webshopmain_checkout .inputpage_field_TaxNumber,
	.webshopmain_checkout .inputgroup-phonenumber > div {
		width: 100%;
		float: none;
	}	
	
	.webshopmain_checkout .inputgroup-phonenumber > div {
		display: block;
		margin-right: 0;
	}	
	
	.webshopmain_checkout .inputgroup-paymentmode, .webshopmain_checkout .inputgroup-deliverymode {
		display: block;
		width: 100%;
		margin-right: 0;
	}
}

.webshopmain_checkout .inputgroup-description textarea {
	margin-top: 40px;
	padding: 20px !important;
	outline: 0;
}

.webshopmain_checkout .inputpage_field_PersonId .inputpage_editid {
	float: none;
	margin-top: 10px;
	width: 47%;
}

.webshopmain_checkout .basket_checkout {
	border-bottom: none;
}

.webshopmain_checkout input[type="checkbox"] {
	width: 20px;
	height: 20px;
	outline: 0;
	margin-right: 10px;
	
	-webkit-box-shadow: inset 2px 2px 0px 0px rgba(209,207,232,1);
	   -moz-box-shadow: inset 2px 2px 0px 0px rgba(209,207,232,1);
			box-shadow: inset 2px 2px 0px 0px rgba(209,207,232,1);
	
	border: none;
	border-right: 1px solid rgba(209,207,232,1);
	border-bottom: 1px solid rgba(209,207,232,1);
	
	background-color: #f3f2f9;
	/*-webkit-appearance: none;
	   -moz-appearance: none;*/
}

.webshopmain_checkout .inputpage_fieldtype_CheckBox .inputpage_label {
	margin: 0;
}

.webshopmain_checkout .inputpage_radiobox_image img {
	height: 30px;
}

.webshopmain_checkout .inputpage_radiobox_desc a {
	font-size: 13px;
	font-weight: 300;
	color: #888;
}

.webshopmain_checkout .inputpage_radiobox_desc a:hover {
	text-decoration: underline;
}

.webshopmain_checkout .inputpage_field_FirmSale {
    margin: 15px 0;
}

.webshopmain_checkout .inputpage_radiobox_info {
	max-width: calc(100% - 26px);
    margin: 0 0 10px 5px;
}

/* Tesztuzem */

/*
.webshopmain_checkout .inputpage_fieldtype_CheckBox .inputpage_label,
.webshopmain_checkout input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;	
	margin-left: 0;
	cursor: pointer;
}

.webshopmain_checkout input[type="checkbox"]:checked {
	background: #f3f2f9 url(/content/images/icon-webshopitem-checked.png) no-repeat center;
}
*/
.webshopmain_checkout .inputpage_field_CheckoutRuleOK {
	/* margin: 40px 0;*/
}

.webshopmain_checkout .submitbutton {
    cursor: pointer;
}

.inputpage_field_OtherPersonInput {
	margin-top: 30px;
}

.webshopmain_checkout .inputpage_field_OtherPersonInput .inputpage_beforefield {
	font-size: 25px;
	margin-bottom: 0;
}

.webshopmain_checkout .inputpage_field_OtherPersonInput.inputpage_fieldtype_CheckBox .inputpage_beforefield,
.webshopmain_checkout .inputpage_field_OtherPersonInput.inputpage_fieldtype_CheckBox input,
.webshopmain_checkout .inputpage_field_OtherPersonInput.inputpage_fieldtype_CheckBox input[type="checkbox"],
.webshopmain_checkout .inputpage_field_OtherPersonInput.inputpage_fieldtype_CheckBox label {
	display: inline-block;
	vertical-align: middle;
	float: none;
	clear: none;
	margin-right: 10px;
}

.webshopmain_checkout .inputpage_field_OtherPersonInput.inputpage_fieldtype_CheckBox label {
	width: auto !important;
}

.webshopmain_checkout .inputpage_field_DataHandlingConfirmOk {
	margin-top: 20px;
} 

.webshopmain_checkout .inputpage_field_DataHandlingConfirmOk,
.webshopmain_checkout .inputpage_field_ElectronicProductLostRightofWithDrawalConfirmOk,
.webshopmain_checkout .inputpage_field_DataHandlingConfirmOk-checkoutbasketphasesummary,
.webshopmain_checkout .datahandlingconfirmok label,
.webshopmain_checkout .inputpage_field_SimplePayDataHandlingConfirmOk, 
.webshopmain_checkout .inputpage_field_CheckoutRule,
.webshopmain_checkout .inputpage_field_CheckoutRuleOK,
.webshopmain_checkout .datahandling-confirm .datahandling-title,
.webshopmain_checkout .inputpage_field_SendInvoiceEMail label,
.webshopmain_checkout .inputpage_field_BarionRecurringDataHandlingConfirmOk {
    font-size: 13px;
    font-weight: 300;	
    margin-bottom: 0;
}

.webshopmain_checkout .datahandling-confirm .datahandling-title {
	display: inline-block;
	margin-bottom: 10px;
	float: none;
}

.webshopmain_checkout .inputpage_field_CheckoutRule {
/*	padding-left: 30px;*/
}


@media screen and (max-width: 1015px) {
	
	.menu_top_1 .menu_basket {
		width: 60px;
		padding: 0;
	}
	
	.menu_basket .basket_mini .basket_title,
	.menu_basket .basket_mini .basketmini_summa,
	.menu_basket .basket_mini .basket_emptytitle {
		display: none;
	}
}



.rb-mediastate-Mobile .menu_basket .basket_mini .basketmini_summa {
	display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #e91f63;
    width: 15px;
    height: 15px;
    font-size: 13px;
    font-weight: 300;
    border-radius: 50%;
}

.rb-mediastate-Mobile .menu_basket .basket_mini .basketmini_summa_total,
.rb-mediastate-Mobile .menu_basket .basket_mini .basketmini_summa_quantity_title,
.rb-mediastate-Mobile .menu_basket .basket_empty .basket_title,
.rb-mediastate-Mobile .menu_basket .basket_empty .basket_emptytitle  {
	display: none;
}

.rb-mediastate-Mobile .menu_basket .basket_mini .basketmini_summa_quantity_num {
    padding: 0;
    float: none;
    height: auto;
    line-height: 15px;
    color: white;	
}

.rb-section-basketinfo .basketmini_summa_quantity_num_value
{
    margin-right: 20px;
}

.rb-section-basketinfo .basketmini_summa > div > div {
	display: inline-block;
	font-size: 20px;
}

.rb-section-basketinfo .basketmini_summa > div > div:last-child {
	font-weight: 600;
}

/* Checkout progress */

.webshopmain_checkout .inputpage_field_PhoneNumber,
.webshopmain_checkout .inputpage_field_EMail
/*.webshopmain_checkout .inputpage_field_TakeOverLocation,
.webshopmain_checkout .inputpage_field_TakeOverLocation-Info */{
	display: inline-block;
	vertical-align: top;
	width: 47.5%;
}

.webshopmain_checkout .inputpage_field_TakeOverLocation {
	margin-bottom: 20px;
}

.webshopmain_checkout .inputpage_field_PhoneNumber
/*.webshopmain_checkout .inputpage_field_TakeOverLocation */{
	margin-right: 5%;
}

.webshopmain_checkout .inputpage_field_PaymentMode,
.webshopmain_checkout .inputpage_field_AJICard, 
.closebasket-phasebody-full > div  {
	margin-bottom: 40px;
}

.webshopmain_checkout .input_CheckoutBasketPhaseUser .inputpage_buttons_after,
.webshopmain_checkout .input_CheckoutBasketPhasePayment .inputpage_buttons_after,
.webshopmain_checkout .input_CheckoutBasketPhaseDelivery .inputpage_buttons_after,
.webshopmain_checkout .input_CheckoutBasketPhaseSummary .inputpage_buttons_after {
	margin-top: 40px;
}

#CreatePacketaPointMap,
#CreateSameDayPointMap
{
    display: none;
}

/* All Webshop Styles */

.allwebshop_items_header {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 15px;
	padding: 0 6%;	
}

.rb-mediastate-Mobile .allwebshop_items_header {
	font-size: 25px;
}

.allwebshop_items_new .allwebshop_items_header {
	color: #f44236;	
}

.allwebshop_items_old .allwebshop_items_header {
	color: #e91f63;
}

.allwebshop_items_body {
	width: 68%;
	/*padding-bottom: 50px;*/
	padding: 50px 0;
}

.allwebshop_items_new .allwebshop_items_body {
	padding-top: 65px;
}

.allwebshop_items_title,
.allwebshop_items_count {
	display: inline-block;
}

.allwebshop_item_info {
	font-size: 15px;
	font-weight: 300;
	
/*	flex: 0 1 250px;*/
	border-right: 1px solid rgba(209, 207, 232, 0.5);
	padding: 10px 20px;	
}

@media screen and (max-width: 1460px) {
	.allwebshop_item_info {
		padding: 10px;
	}	
}


.allwebshop_item_header > div:last-child,
.allwebshop_item_data > div:nth-last-child(2) {
	border: none;
}

.allwebshop_item_header .allwebshop_item_info {
	font-size: 17px;
	font-weight: 400;
}

.allwebshop_item_data:nth-child(even) {
	background-color: rgba(209, 207, 232, 0.3);
}

.allwebshop_items {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.rb-mediastate-Mobile .allwebshop_items_main {
/*	display: flex;*/
}

.allwebshop_item {
/*	position: relative;
	display: table-row;*/
}


.allwebshop_item_info {
/*	display: table-cell;
	vertical-align: middle;*/
} 

.allwebshop_item_showchilds {
/*	display: table-cell;*/
	width: 50px;
	cursor: pointer;	
}

.allwebshop_item_showchilds .allwebshop_item_showchilds-more {
	text-indent: -9999px;
}

.allwebshop_items_new .allwebshop_item_showchilds {
	background: url(/content/images/icon-webshopitem-open-new.png) no-repeat center;
}

.allwebshop_items_old .allwebshop_item_showchilds {
	background: url(/content/images/icon-webshopitem-open-old.png) no-repeat center;
}

.allwebshop_item_header .allwebshop_item_showchilds {
	background: none;
}

.allwebshop_item_float {
	text-align: right;
}

.allwebshop_item .popup_panel_body {
	width: 100%;
	background-color: #FFF;
} 

.allwebshop_child_main .allwebshop_child_item_header {
	text-align: center;
	border-bottom: 1px solid #d1cfe8;
	padding: 15px 0;
	background-color: #d1cfe8;
}

.allwebshop_child_item_info {
	display: inline-block;
	width: 33%;
} 

.allwebshop_child_item {
	padding: 20px 0;
} 

.allwebshop_child_item_product {
	padding-left: 70px;
}

.allwebshop_child_item_image img {
	max-width: 90px;
}

.allwebshop_child_item_image,
.allwebshop_child_item_productinfo {
	display: inline-block;
	vertical-align: middle;
}

.allwebshop_child_item_productinfo {
	max-width: calc(100% - 130px);
	margin-left: 30px;
}

.allwebshop_child_item_data .allwebshop_child_item_quantity,
.allwebshop_child_item_data .allwebshop_child_item_summaprice {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

.allwebshop_child_item_data .allwebshop_child_item_quantity-status,
.allwebshop_child_item_data .allwebshop_child_item_quantity-order,
.allwebshop_child_item_data .allwebshop_child_item_quantity-pending {
	font-size: 20px;
}

.allwebshop_child_item_data .allwebshop_child_item_quantity {
    padding: 20px 0;	
    border-left: 1px solid rgba(209, 207, 232, 0.5);
    border-right: 1px solid rgba(209, 207, 232, 0.5);
}

.allwebshop_child_item_data:nth-child(odd) {
	background-color: rgba(209, 207, 232, 0.3);
}

.allwebshop_child_item_productinfo_price {
	font-size: 15px;
	font-weight: 300;
}

.allwebshop_child_item_productinfo_origprice .titlevalue_pair_value,
.allwebshop_child_item_productinfo_price .titlevalue_pair_value {
	margin-left: 5px;
}

.allwebshop_child_item_productinfo_origprice {
	margin-top: 5px;
}

.allwebshop_child_item_productinfo_price {
	margin-bottom: 5px;
}

.allwebshop_child_item_productinfo_origprice .titlevalue_pair_value {
	text-decoration: line-through;
}

.allwebshop_item_child .allwebshop_item_showchilds-on {
	position: absolute;
	top: 0px;
	width: 50px;
	height: 50px;
	background: #d1cfe8 url(/content/images/icon-webshopitem-close.png) no-repeat center 45%;
}

.allwebshop_nodata {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    padding: 50px 0;
}

.allwebshop_item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.allwebshop_item_info {
	min-height: 50px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 1%;
	    -ms-flex: 1 0 1%;
	        flex: 1 0 1%;
}

.rb2-slider-item .alexwebdatainfogrid .alexdata_discount_image_img,
.rb2-slider-item .alexwebdatainfogrid .alexdata_footer_discontpercent_action_image_img {
    position: absolute;
    width: 50px;
    top: 5px;
    left: 5px;
    box-shadow: none;
}

.alexwebdatainfogrid_detail .alexdata_discount_image_img,
.alexwebdatainfogrid_detail .alexwebdatainfogrid_discontimage_img {
	position: absolute;
	width: 50px;
	top: -50px;
	right: 10px;
	box-shadow: none;
}

.alexwebdatainfogrid_detail .alexwebdatainfogrid_discontimage_img {
	position: static;
}

.allwebshop_item_info-title {
	display: none;
}

/* IE Fix */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.allwebshop_item_info {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 1%;
		    -ms-flex: 1 0 1%;
		        flex: 1 0 1%;
	}   	
}

.allwebshop_item_showchilds {
	 -webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
			 align-self: stretch;	
}


@media screen and (max-width: 1024px) {

	.allwebshop_items_main {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	
	.allwebshop_item {
		display: block;
	}
	
	.allwebshop_item_header,
	.allwebshop_item_summa,
	.allwebshop_item_discount {
		display: none;
	}
	
	.allwebshop_items_main {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	
	.allwebshop_item_data {
		border-bottom: 1px solid rgba(209, 207, 232, 0.5);
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
	
	.allwebshop_item_info {
		border: none;
	}
	
	.allwebshop_item_info {
		display: flex;
	}
	
	.allwebshop_item_info-title {
		display: block;	
		text-align: left;
    	flex: 0 1 40%;
	}
	
	.allwebshop_item_info-value {
	    flex: 0 1 60%;
	    text-align: right;
	}
	
	.allwebshop_item_data .allwebshop_item_showchilds {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width: 400px) {
	.allwebshop_item_data {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}	
}

.allwebshop_child_main_header {
	font-size: 0;
}

.allwebshop_child_main_header > div {
	/*display: inline-block;
	vertical-align: top;*/
}

.allwebshop_child_headeritem {
	font-size: 16px;
	margin-bottom: 10px;
	padding: 10px 100px 0;
}

.allwebshop_child_headeritem .address_full {
	margin-top: 5px;
}

.allwebshop_child_headeritem .address_main {
	font-weight: 300;
}


.basket_mini .popup_button_title {
	position: relative;
}

.basket_mini .basket_image {
	width: 50px;
	height: 50px;
}

.popup-popupbasket_full_link .basketmini_summa {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #FFF;
    line-height: 15px;
    font-size: 13px;
    text-align: center;
}

.allwebshop_child_main_header-button-item {
	display: inline-block;
    font-size: 16px;
    border: 1px solid #444;
    padding: 8px 30px;
    margin: 15px 0 15px 50px;
}

.allwebshop_child_main_header-button-item-storno {
    background: #e80d0d;
    color: #FFF;
    border: none;
}

/* Basket Add Item */

.rb_shop_additempopup {
	width: 90%;
	max-width: 768px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1000;
	background: #FFF;
	padding: 25px;
	text-align: center;
	box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.6);
	-webkit-transform: translateX(-50%) translateY(calc(-50% - .5px));
		-ms-transform: translateX(-50%) translateY(calc(-50% - .5px));
			transform: translateX(-50%) translateY(calc(-50% - .5px));
}

.rb_shop_additem_title {
	font-size: 20px;
	margin-bottom: 15px;
}

.rb_shop_additem_image_img {
	max-width: 150px;
}

.rb_shop_additem_info {
	margin-top: 15px;
}

.rb_shop_additempopup > div {
	display: inline-block;
	vertical-align: top;
}

.rb_shop_additem_right {
	max-width: calc(100% - 200px);
}

.rb_shop_additem_info {
	font-size: 20px;
}

.webshopmain_checkout .inputpage_rbeditid .editidsearch-main {
	max-height: 200px;
	overflow: auto;
	z-index: 11;
}

.webshopmain_checkout .editiditem,
.webshopmain_checkout .searchresult_item {
    font-size: 14px;
    font-weight: 300;
}

.editidsearch-main .searchresult_item:first-child {
	padding: 10px 0 10px 15px;
}

.editidsearch-main .searchresult_item:last-child {
	padding: 10px 15px 10px 0;
}

.editidsearch-main .searchresult_data {
	font-weight: 400;
	padding: 10px 0;
} 

/* NewPanel Styles
-----------------------------------------------------------*/

.popup-extranew_panel {
	width: auto;
	background: none;
	position: static;	
}

.popup-extranew_panel_body > div {
	width: 90%;
	max-width: 900px;
	position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    -wekbit-transform: none;
    	-ms-transform: none;
    		transform: none;
}

.popup-extranew_panel .rb2-slider-pager-item {
	width: 100%;
}

.popup-extranew_panel .rb2-slider-pager-item-main,
.popup-extranew_panel .rb2-container-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.popup-extranew_panel .rb2-slider-pager-item-main {
	gap: 10px;
}

/* Package
-----------------------------------------------------------*/
.rb-quick-package {
	background: #ed8e00 url(/content/images/icon-package.png) no-repeat center;
	background-size: 30px;
}

.input_QuickProductPackage .inputpage_fieldtype_RBEditId,
.input_QuickProductPackage .inputpage_fieldtype_RBEditId + .inputpage_fieldtype_Text {
	display: inline-block;
	vertical-align: top;
}

.input_QuickProductPackage .inputpage_fieldtype_RBEditId {
	width: 80%;
}

.input_QuickProductPackage .inputpage_fieldtype_RBEditId .inputpage_rbeditid {
	margin: 0;
	max-width: calc(100% - 20px);
}

.input_QuickProductPackage .inputpage_fieldtype_RBEditId input {
	width: 100%;
}

.input_QuickProductPackage .inputpage_fieldtype_RBEditId + .inputpage_fieldtype_Text {
	width: 20%;
}

/* Offer Styles
-----------------------------------------------------------*/

.basket_offer {
	padding: 20px;
}

.basket_offer_img,
.basket_offer_title {
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
}

.basket_offer_image {
	margin: 10px 0;
}

.basket_offer img {
	width: 100%;
}

.basket_offer_origprice > div {
	display: inline-block;
}

.basket_offer_subtitle {
	font-weight: 300;
	font-size: 14px;
}

.basket_offer_body {
	font-weight: 300;
	font-size: 15px;
	text-align: justify;
	margin-top: 20px;
}

.basket_offer_expire {
	margin: 20px 0;
	text-align: center;
}

.basket_offer_expire-title {
	font-size: 20px;
}

.basket_offer_expire-value {
	margin-top: 10px;
}

.basket_offer_expire-value > div {
	display: inline-block;
}

.basket_offer_main_product {
	display: flex;
	font-size: 14px;
	font-weight: 300;
}

.basket_offer_main_product .basket_offer_left {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 30%;
		flex: 0 1 30%;
}

.basket_offer_main_product .basket_offer_right {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 70%;
		flex: 0 1 70%;
	padding-left: 15px;
}

.basket_offer_main_product .basket_offer_body {
	margin-top: 0;
	margin-bottom: 20px;
}

.basket_offer_retailprice-value {
    font-size: 20px;
    font-weight: 400;
    margin-top: 5px;   	
}

.basket_offer_buttons {
	margin-top: 10px;
}

.basket_offer_buttons > div {
	display: inline-block;
	line-height: 30px;
	border: 1px solid #444;
    padding: 0 10px;
}

/* Checkout Login Styles
-----------------------------------------------------------*/

.basket_summa_login_buttons {
	margin-top: 10px;
}

.basket_summa_login_buttons > div {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.basket_summa_login_buttons .popup_button_title,
.basket_summa_regis_buttons .popup_button_title {
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #000;
	border-radius: 35px;
	margin-bottom: 15px;
}

.basket_summa_login_buttons a {
	width: 200px;
	display: inline-block;
	margin-bottom: 15px;
}

.basket_summa_login_buttons .communallogin-item {
	margin: 0;
}

/* Basket Group Styles
-----------------------------------------------------------*/

.basket_group {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c7c7c7;
}

.basket_group_title {
	font-size: 20px;
	font-weight: 300;
}

.basket_group_master {
	font-weight: 500;
}

.basket_group-header > div {
	display: inline-block;
}

.basket_group_item > div,
.basket_group_item_left > div,
.basket_group_item_right > div,
.basket_group_master-header > div {
	display: inline-block;
	vertical-align: middle;
}

.basket_group_master_title {
	float: left;
}

.basket_group_master_value {
	float: right;
	margin-left: 5px;
}

.basket_group_items {
	margin-top: 10px;
}

.basket_group_item {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px;
	clear: both;
}

.basket_group_item_left {
	float: left;
}

.basket_group_item_right {
	float: right;
}

.basket_group_item_status,
.basket_group_master_message,
.basket_group_master_abort {
	width: 25px;
	height: 25px;
}

.basket_group_item_notanswered,
.basket_group_item_denied,
.basket_group_item_open,
.basket_group_item_closed {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.basket_group-ask {
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url(/content/images/icon-invite.png) no-repeat center;
	background-size: 100%;
	margin-left: 10px;
}

.basket_group_item_abort,
.basket_group_master_abort {
	background: url(/content/images/icon-close.png) no-repeat center;
	background-size: 12px;
	cursor: pointer;
}

.basket_group_item_message,
.basket_group_master_message {
	background: url(/content/images/icon-message-send-gray.png) no-repeat center;
	cursor: pointer;
	border-radius: 0;	
}

.basket_group_item_notanswered {
	background: #ffd536;
}

.basket_group_item_denied {
	background: #f97479;	
}

.basket_group_item_open,
.basket_group_item_closed {
	background: #7de876;
}

.basket_group_master-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #c7c7c7;	
}

.popupinput-AskForWebShopGroup .inputpage_rbeditid,
.popupinput-AskForWebShopOtherPerson .inputpage_rbeditid {
	max-width: none;	
}

/* PreOrder Styles
-----------------------------------------------------------*/

.basket_summa_preorder > div,
.alexwebdatainfogrid_expectedappearance_title,
.alexwebdatainfogrid_expectedappearance {
	display: inline-block;	
}

.alexwebdatainfogrid_expectedappearance,
.basket_summa_preorder_value {
	margin-left: 5px;
}

.alexwebdatainfogrid_preorder {
	margin-bottom: 15px;
}

.input_ItemPreOrder .basket_item_summa_lines > div {
	display: inline-block;
	margin: 0 20px;
}

.input_ItemPreOrder .basket_item_quantity,
.input_ItemPreOrder .basket_item_summa {
	font-size: 24px;
}

.input_ItemPreOrder .basket_item_quantity_line input[type="button"] {
	line-height: 20px;
}

.inputgroup-preordernowsalewarningdatetime > div {
	display: inline-block;
	vertical-align: bottom;
	width: 47.5%;
}

.inputgroup-preordernowsalewarningdatetime > div:first-child {
	margin-right: 5%;
}

div.inputpage_field_PreOrderNowSaleWarningDateTime .rb-datedit-popupbutton,
div.inputpage_field_PreOrderNowSaleEndDateTime .rb-datedit-popupbutton {
	position: absolute;	
}

.basket_summa_preorderwait_selectitem {
	margin-top: 20px;
	font-size: 0;
}

.basket_summa_preorderwait_selectitem-title,
.basket_summa_preorderwait_title {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
	width: calc(100% - 15px);
    padding-left: 10px;
}

.basket_summa_preorderwait_title {
	padding-left: 0;
	margin-top: 10px;
}

.basket_summa_preorderwait_selectitem-image {
    width: 12px;
    height: 12px;
    border: 1px solid #444;
    border-radius: 50%;
    position: relative;
    margin-top: 2px;
}

.basket_summa_preorderwait_selectitem-image:before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.basket_summa_preorderwait_selectitem-selected .basket_summa_preorderwait_selectitem-image:before {
	background: #444;
}

.basket_summa_preorderwait_selectitem > div {
    display: inline-block;
    vertical-align: top;
}

/* Broker Styles
-----------------------------------------------------------*/

.brokerinfo_main_lines {
	margin: 50px 0;
	border: 1px solid rgba(68, 68, 68, 0.3);
}

.rb-mediastate-Mobile .brokerinfo_main_lines {
	margin-top: 0px;
}

.brokerinfo_line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.brokerinfo_line_item {
	width: 100%;
	padding: 30px 0;
	text-align: center;
}

.brokerinfo_line_item_data {
	font-size: 40px;
	font-weight: 300;
}

.rb-mediastate-Mobile .brokerinfo_line_item_data {
	font-size: 30px;
}

.rb-mediastate-Tablet .brokerinfo_line_item_data {
	font-size: 32px;
}

.brokerinfo_line_item_title {
	font-size: 21px;
	font-weight: 300;
}

.rb-mediastate-Mobile .brokerinfo_line_item_title {
	font-size: 17px;
}

.rb-mediastate-Tablet .brokerinfo_line_item_title {
	font-size: 19px;
}

.brokerinfo_main_global .brokerinfo_line_1 {
	border-bottom: 1px solid rgba(68, 68, 68, 0.3);	
}


.brokerinfo_main_buyergroups .brokerinfo_line_item,
.home_brokerinfo_brokers .brokerinfo_line_item {
	width: 100%;
}

.brokerinfo_line {
	border-bottom: 1px solid rgba(68, 68, 68, 0.3); 
}

.brokerinfo_line_item {
	border-right: 1px solid rgba(68, 68, 68, 0.3);
}

.brokerinfo_line:last-child {
	border-bottom: none; 
}

.brokerinfo_line_item:last-child {
	border-right: none;
}

.broker-header-line div {
	width: 100%;
	height: 100%;
} 

.home_newsblog_broker .rb2-pager {
	margin-top: 88px;
}

.home_newsblog_broker .broker-header-line-newbuyernews {
	margin-top: 70px;
}

.brokerinfo_main_title {
	display: inline-block;
	vertical-align: middle;
}

.broker-header-line {
	width: 60px;
	height: 60px;
	cursor: pointer;
	display: inline-block;
}

.brokerinfo_main_commissionrequest_button {
	float: right;
	line-height: 50px;
	cursor: pointer;	
}

.rb-mediastate-Mobile .brokerinfo_main_commissionrequest_button {
	float: left;	
}  

.rb-mediastate-Mobile .broker-header-line {
	width: 100%;
	text-align: center;
	margin: 0;
}

.page_Home_BrokerInfo .rb2-slider-title {
	display: inline-block;
} 

.broker-header-line-newbuyer {
	background: url(/content/images/icon-insert-buyers.png) no-repeat center;
}

.broker-header-line-newbroker {
	background: url(/content/images/icon-insert-brokers.png) no-repeat center;
}

.broker-header-line-newbuyergroup {
	background: url(/content/images/icon-insert-groups.png) no-repeat center;
}

.broker-header-line-newbuyernews {
	background: url(/content/images/icon-insert-news.png) no-repeat center;
}

.page_Home_BrokerInfo .multisearch_main_left {
	float: none;
} 


.page_Home_BrokerInfo .multisearch_main_right {
    font-size: 15px;
    text-align: center;
	margin-top: 5px;
}

.brokerinfo_slider .rb2-slider-item {
	width: 17%;
}

.rb-mediastate-Tablet .brokerinfo_slider .rb2-slider-item {
	width: 30%;
}

.rb-mediastate-Mobile .brokerinfo_slider .rb2-slider-item {
	width: 95%;
	margin: 0 auto;
}

/* Credit Card Pay Styles */

.redirect-result-check_message {
	padding: 50px 0;	
}

.redirect-result-check_message,
.pay-start {
	padding: 150px 0;
}

.allwebshop_nodata,
.redirect-result-check_message,
.page_WebDataShopInfoGrid .rb-errormsg,
.pay-start {
	min-height: 50vh;
}

.pay-cancel-button {
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
}

.webshop_simplepay_error {
	font-size: 18px;
    font-weight: 600;
	color: rgb(220, 38, 56);
	margin-top: 5px;
}

.webshop_simplepay_error-link {
    display: inline-block;
    font-size: 18px;
    margin-top: 40px;
    padding: 7px 40px;
    border: 1px solid #444;
}

.pay-result-check_full {
	text-align: center;
	padding-bottom: 80px;
}

.abortpayinprogress-button {
	display: inline-block;
	background: #FFF;
	color: #222;
	padding: 15px 30px;
	border: 1px solid rgba(0, 0, 0, 0.5);
}

.abortpayinprogress-button:hover {
	color: #FFF;
	background: #e03a56;
	border-color: #e03a56;
}

.basket_paytransinprogress .abortpayinprogress-button,
.page_WebDataShopInfoGrid .abortpayinprogress-button {
	font-size: 15px;
	margin-top: 20px;
	text-align: center;
}

.page_WebDataShopInfoGrid .showmessage {
	padding: 40px;
}

.page_WebDataShopInfoGrid_AbortPayInProgress .showmessage {
	background: #FFF;
	color: #222;
}

.page_WebDataShopInfoGrid_AbortPayInProgress .showmessage_data {
	display: block;
	text-align: center;
}

.page_WebDataShopInfoGrid_AbortPayInProgress .showmessage_button {
	margin-top: 20px;
	padding: 10px 30px;
	border: 1px solid rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 850px) {
	.brokerinfo_main_lines div.brokerinfo_line {
		border: none;
		-webkit-box-orient: vertical;
	   -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
	
	.brokerinfo_line_item {
		border: none;
		border-bottom: 1px solid rgba(68, 68, 68, 0.3);
	}
	
	.brokerinfo_line_3 > div:nth-child(2n) {
		border-left: none;
		border-right: none;
	}
	
	.brokerinfo_line:last-child .brokerinfo_line_item:last-child {
		border-bottom: none;
	}
}

.rb_messagedivpopup-full {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #FFF;
    z-index: 91;
    padding: 50px 100px;
    text-align: center;
	-webkit-transform: translate(calc(-50% - 0.5px),calc(-50% - 0.5px));
		-ms-transform: translate(calc(-50% - 0.5px),calc(-50% - 0.5px));
			transform: translate(calc(-50% - 0.5px),calc(-50% - 0.5px));
}

.payresult-title {
	font-size: 25px;
}

.payresult-body {
	margin-top: 20px;
	font-weight: 500;	
}

.payresult-failed .payresult-body {
	color: #ef1515;
}

.payresult-success .payresult-body {
	color: #05b905;
}

.payresult-data,
.payresult-footer {
	margin-top: 20px;
	font-weight: 300;
}

.inputpage_field_CountryId select {
	width: 100%;
	cursor: pointer;
}

.input-readonly.input-fieldtype-PopUpInput {
	color: #444 !important;
	-webkit-text-fill-color: #444;
	opacity: 1;
}

.inputpage_field_CountryId .input-fieldtype-PopUpInput {
	width: 100%;
}

.inputpage_field_CountryId .popup_button_title,
.inputpage_field_InvoiceCountryId .popup_button_title {
	display: inline-block !important;
	margin-top: 20px;
	border: 1px solid #444;
	padding: 8px 25px;
}

.inputpage_field_InvoiceCountryId .popup_button_title {
	margin-bottom: 20px;
}

.inputpage_field_PriorityCountryId .inputpage_radiobox {
	margin-top: 20px;
}

.inputpage_field_PriorityCountryId .inputpage_radiobox_info {
    display: inline-block;
	width: calc(50% - 28px);
    margin-right: 0;
    float: none;
}

.inputpage_field_PriorityCountryId .inputpage_radiobox input.inputpage_item[type="radio"] {
	display: inline-block;
	float: none;
	clear: none;
}

.basket_paytransinprogress {
    font-size: 20px;
    font-weight: 300;
    padding: 40px 20px;
}

/* Invoice Download Styles
-----------------------------------------------------------*/

.allwebshop_item_printinvoicebutton {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(/content/images/icon-download.png) no-repeat center;
	margin-bottom: 15px;
	margin-right: 10px;
} 

/* WebOffice Styles
-----------------------------------------------------------*/

.rb-commissionhistory-grid .rb-grid-header-item-actions {
	position: static;
	width: 100%;
}

.rb-commissionhistory-grid .rb-grid-header-item-actions > div:hover {
	background: none;
}

.rb-gridfilter-yearmonths > div {
	display: inline-block;
	text-transform: uppercase;
	color: #b9b9b9;
	margin-right: 20px;
}

.rb-gridfilter-yearmonths .rb-gridfilter {
	float: right;
}

.grid-ext-filter.mydata-ext-filter > div {
	display: inline-block;
	vertical-align: middle;
}

/* Basket Point Styles
-----------------------------------------------------------*/

.basket_summa_pointrules-items {
	margin: 5px 0 15px;
}

.basket_summa_pointrule > div {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
} 

.basket_summa_pointrule_img {
	width: 12px;
	height: 12px;
	border: 1px solid #444;
	border-radius: 50%;
}

.basket_summa_pointrule_selected .basket_summa_pointrule_img {
	background: #444;	
}

.basket_summa_pointrulesnothing_title {
	font-size: 14px;
	font-style: italic;
}

.basket_summa_pointrules_link {
    width: 20px;
    height: 20px;
    background: url(/content/images/icon-information.png) no-repeat center;
    background-size: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.popup-popupbasket_full_panel .basket_summa_pointrules_link {
	
}

.basket_summa_line {
	clear: both;
}

.basket_summa_pointrules {
	margin: 10px 0;
}

/* Coupon Styles 
-----------------------------------------------------------*/

.basket_coupon_delete {
    width: 30px;
    height: 30px;
	background: url(/content/images/icon-close-black.png) no-repeat center;
    background-size: 30px;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

/*
,
.basket_newcoupon_body > div,
.basket_discountpercent_body > div,
.basket_discountpercent > div */

.basket_coupon > div, 
.basket_input_body > div {
	display: inline-block;
	vertical-align: top;	
}

.basket_coupons,
.availablecoupons-full {
	gap: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.basket_coupon,
.availablecoupon-item {
    display: inline-block;
    width: calc(25% - 10px * 3 / 4);
	position: relative;
    background: #EEE;
    padding: 15px;
}

.basket_mlmpoints {
	display: block;
}

.availablecoupon-item {
	-webkit-transition: all .2s ease-out;
		 -o-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.availablecoupon-item:hover {
	-webkit-transform: translateY(-10px);
    	-ms-transform: translateY(-10px);
        	transform: translateY(-10px);
}

.basket_availablecoupons-title {
	margin: 20px 0;
}

.availablecoupon-item-image,
.availablecoupon-item-line1,
.availablecoupon-item-code {
	margin-bottom: 5px;
}

.basket_coupons_title,
.basket_coupon-summary {
    -ms-flex: 1 1 100%;
    	flex: 1 1 100%;
}

.basket_coupon > div.basket_coupon_image {
	display: block;
	margin-bottom: 5px;	
}

.basket_coupon_image img,
.availablecoupon-item-image_img {
	width: 100%;	
}

.basket_coupon > div.basket_giftcardcanbeused {
	display: block;
	margin-top: 5px;
}

.basket_coupons + .basket_input {
	margin-top: 20px;
}

.basket_input_body {
	margin: 10px 0;
}

.basket_input_input input {
    width: auto;
    max-width: 150px;
    height: 36px;
	padding: 0 10px;
	border: 1px solid #c7c7c7;
}

.webshopmain_checkout .basket_input_title {
	margin-bottom: 10px;
}

.basket_input_button {
	background: #9e9e9e;
	padding: 8px 30px;
	color: #FFF;
}

.webshopmain_checkout .basket_discountpercent > div {
	display: block;
}

.basket_input_input .inputpage_rbdateedit input {
	width: 300px;
	max-width: 300px;
}

div.basket_coupon_error {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #f41414;
	margin: 10px 0;
}

div.basket_coupon_description {
	display: block;
	margin: 10px 0;
}

/* Temp Basket Styles
-----------------------------------------------------------*/

.basket_left .basket_productpackageitems {
    width: 350px;
    max-height: 100%;
    background: #FFF;
    position: fixed;   
    right: 392px;
    top: 0;
    z-index: 1;
    overflow-y: auto;
    box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
} 

.basket_tempitem_header {
	font-size: 30px;
	font-weight: 600;
	padding: 20px 20px 0;
}

.basket_tempitem_item {
	padding: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	position: relative;
}

.basket_tempitem_item:last-child {
	border-bottom: 0;
}

.basket_tempitem_item * {
	font-size: 16px;
}

.basket_tempitem_item .basket_tempitem_item-right {
	text-align: center;
}

.basket_tempitem_item .basket_item_quantity_full {
	margin: 10px 0;
}

.basket_tempitem_item .basket_item_quantity,
.basket_tempitem_item .basket_item_summa {
	font-size: 30px;
}

.basket_tempitem_item > div {
	display: inline-block;
	vertical-align: top;
	width: calc(47.5% - 2px);
}

.basket_tempitem_item-left {
	margin-right: 5%;
}

.basket_tempitem_item-left img {
	width: 100%;
}

.basket_tempitem_item-button {
	display: inline-block;
	font-size: 14px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 35px;
    padding: 5px 20px;
    margin: 10px 0;
}

.basket_tempitem_item-button:hover {
	background: #EEE;	
}

.basket_tempitem_item-button-delete:hover {
	background: #bd1a1a;
	border-color: #bd1a1a;
	color: #FFF;
}

.basket_tempitem_item-button-addtobasket:hover {
	background: #444;
	color: #FFF;
}

.basket_tempitem_item .basket_item_name {
	margin: 10px 0;
}

.basket_tempitem_item .basket_item_details {
	font-weight: 300;
}

.basket_tempitem_item .basket_item_image_img {
	max-width: none;
}

.basket_tempitem_item .basket_item_summa_name {
	margin-top: 10px;
	margin-bottom: 0;
}

.basket_tempitem_item .basket_item_status {
	margin: 10px 0;
	padding-top: 10px;
	border-top: 1px solid rgba(0,0,0,0.2);
}

/*.basket_tempitem_item .basket_item_quantity_line > div,*/
.basket_tempitem_item .basket_item_summa_line > div,
.basket_tempitem_item .basket_item_quantity_full > div {
	display: inline-block;
	vertical-align: baseline;
}

.basket_tempitem_item .basket_item_quantity {
	margin: 0 5px;
}

.basket_tempitem_item .basket_item_quantity_line {
	padding: 0;
	border: 0;
}

.basket_tempshopitem-empty {
    font-size: 20px;
    font-weight: 300;	
    margin: 20px 0;
}

.basket_tempitem_item .basket_item_summa {
	margin-top: 10px;
}

.basket_tempitem_varia-quantity {
    width: 30px;
    height: 30px;    
    border: 1px solid #cecece;
    border-radius: 50%;
}

.basket_tempitem_varia-quantity:before {
	display: block;
	font-size: 25px;
	font-weight: 300;
	line-height: 28px;
}

.basket_tempitem_varia-quantity-add:before {
	content: "+";
}

.basket_tempitem_varia-quantity-del:before {
	content: "-";
}

.basket_tempitem_varia-quantity:hover {
	background: #353535;
	border-color: #353535;
}

.basket_tempitem_varia-quantity:hover:before {
	color: #FFF;
}

.basket_tempitem_item-varia {
	background: #dcdcdc;	
}

.basket_tempitem_variaheader {
    margin: 10px 0;
    padding: 10px;
    border-bottom: 1px solid #cecece;
}

.basket_tempitem_variaheader > div {
	padding: 12px 0;
	background: #cecece;
	cursor: pointer;	
	margin-bottom: 15px;
	text-align: center;
}

.basket_tempitem_variaheader > div:last-child {
	margin-bottom: 0;
}

.basket_tempitem_delete {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 5px;
}

.basket_tempitem_delete:before {
	display: block;
	content: "\2716";
}

.basket_checkout_carryon input[type="button"] {
	width: auto;
	display: inline-block;
	padding: 8px 30px;
	margin-bottom: 20px;
}

/* Unique Order Styles
-----------------------------------------------------------*/

div.showmessage_request_result_items {
	margin: 15px 0;
}

.showmessage > div.showmessage {
	padding: 40px;
	margin-top: 40px;
	background: rgb(160, 160, 160);
}

.showmessage_request_noresult {
	color: #dc0a0a;
}

.showmessage .notmymessage {
	width: 80%;
	float: right;
}

.showmessage_datamain .showmessage_body {
	white-space: initial;	
}

div.message-bodyline {
	margin-bottom: 5px;
}

div.message-bodyline:last-child {
	margin-top: 20px;
}

/* Response OK */

.showmessage_resultdesc,
.showmessage_request_result-name {
	font-size: 20px;
	padding-top: 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.25);
}

div.showmessage_request_result-name {
	margin-top: 20px;
}

div.showmessage_request_result-item-image {
	margin: 20px 0;	
}

.showmessage_request_result-item-image img {
	max-width: 100px;
}

.showmessage_request_result-item-retaileprice {
	font-weight: 300;
}

.showmessage_request .inputpage_textarea-full {
	margin: 20px 0;
}

/* Product No Image Styles
-----------------------------------------------------------*/

.rb-section-productsnoimage {
	padding-top: 50px;
}

.rb-section-productsnoimage .rb2-slider-header {
	padding: 0 10px;
	margin-bottom: 40px;
}

.rb-section-productsnoimage .rb2-slider-title {
	float: none;
}

.rb-section-productsnoimage .rb2-slider-header input {
	padding: 8px;
}

/* My Products Styles
-----------------------------------------------------------*/

.rb-section-allmyproducts {
	background: #FFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.rb-section-allmyproducts .rb2-slider-pager-item-main-nodata {
	box-shadow: none;
}

.rb-section-allmyproducts .rb2-slider-header {
	padding: 20px 40px;
}

.rb-section-allmyproducts .rb2-slider-pager-item-main {
	padding: 0 30px;
}

.rb-section-allmyproducts .rb2-slider-title {
	float: none;
	margin: 0;
}

/* Progress Styles
-----------------------------------------------------------*/

.closebasket-phase-header .closebasket-phase-title {
	margin-bottom: 20px;
}

.closebasket-phase-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.closebasket-phase-items > div {
	text-align: center;
	/*padding: 10px;*/
	padding: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 1%;
	        flex: 1 1 1%;
}

.closebasket-phase-title {
    font-size: 14px;
}

.closebasket-phase-items .closebasket-phase-act {
	font-weight: 500;
}

.closebasket-phase-future {
    font-weight: 300;
    color: #bdbdbd;
}

.webshopmain_checkout .submitbutton:not(.cancelbutton) {
	float: right;
}

.closebasket-phaseheader-full {
	margin-bottom: 65px;
}

.closebasket-phase-image {
    width: 100px;
    height: 100px;
    border: 5px solid #000;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.closebasket-phase-image {
    width: 100px;
    height: 100px;
    position: relative;
    border: 5px solid #000;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.closebasket-phase-act .closebasket-phase-image {
    background-color: #000;
}

.closebasket-phase-future .closebasket-phase-image {
	border-color: #cecece;
	background-color: #cecece;	
}

.closebasket-phase-over .closebasket-phase-image:before {
	content: "";
	display: block;
	width: 43px;
	height: 43px;
	background: #000 url(/content/images/icon-checked-white.png) no-repeat center;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: -15px;
}

.closebasket-phase-progress-main {
    width: 100%;
    height: 20px;
    background-color: #f5f5f5;
    border-radius: 24px;
    margin-top: 20px;
}

.closebasket-phase-progress-state {
    height: 20px;
    background: #2a469a;
    border-radius: 24px;
    position: relative;
}

.closebasket-phase-progress-state:after {
    content: "";
    display: block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #2a469a url(/content/images/icon-right-arrow-white.png) no-repeat center;
    position: absolute;
    top: -8px;
    right: -18px;
    box-shadow: -1px 6px 10px 0px rgba(0, 0, 0, 0.3);
}

.closebasket-phase-image {
	background-repeat: no-repeat;
	background-position: center;
}

.closebasket-phase-start .closebasket-phase-image {
	background-image: url(/content/images/icon-shopping-cart-white-big.png);	
	background-size: 33px;
}

.closebasket-phase-user .closebasket-phase-image {
	background-image: url(/content/images/icon-man-user-white.png);	
	background-size: 33px;
}

.closebasket-phase-delivery .closebasket-phase-image {
	background-image: url(/content/images/icon-delivery-truck-white.png);
}

.closebasket-phase-payment .closebasket-phase-image {
	background-image: url(/content/images/icon-credit-card-white.png);
}

.closebasket-phase-summary .closebasket-phase-image {
	background-image: url(/content/images/icon-success-white.png);
	background-size: 33px;
}

.basket_summa_regis_buttons .popup_button_title {
	display: inline-block;
	background-color: #b1b1b1;
	color: #FFF;
    padding: 7px 40px;
    margin: 20px 0;
	border-radius: 24px;
}

.basket_summa_login_title,
.basket_summa_regis_title,
.basket_summa_noregis_title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.basket_summa_login_info,
.basket_summa_regis_info,
.basket_summa_noregis_info {
	font-size: 14px;
	font-weight: 300;
}

.webshopmain_checkout .inputpage_field_ShippingName,
.webshopmain_checkout .inputpage_field_PostCode,
.webshopmain_checkout .inputpage_field_Settlement,
.webshopmain_checkout .inputpage_field_InvoiceName,
.webshopmain_checkout .inputpage_field_InvoicePostCode,
.webshopmain_checkout .inputpage_field_InvoiceSettlement,
.webshopmain_checkout .inputpage_field_InvoiceAddress,
.webshopmain_checkout .inputpage_field_Address,
.webshopmain_checkout .inputpage_field_CountryId {
	margin-bottom: 10px;
}

.webshopmain_checkout .inputpage_field_TaxNumber {
	margin-top: 10px;
} 

.webshopmain_checkout .inputpage_fieldtype_CheckBox .inputpage_label,
.webshopmain_checkout .inputpage_fieldtype_CheckBox .inputpage_label + .inputpage_afterfield {
	vertical-align: middle;
}

.webshopmain_checkout input[type="checkbox"] + input[type="hidden"] + .inputpage_label:before,
.webshopmain_checkout .inputpage_checkboxbutton-image {
	width: 15px;
	height: 15px;
}

.webshopmain_checkout input[type="checkbox"]:checked + input[type="hidden"] + .inputpage_label:before,
.webshopmain_checkout .inputpage_checkboxbutton-image {
	background-size: 10px;
}

.webshopmain_checkout-phase .inputpage_field_Total {
    position: absolute;
    right: 75px;
    top: 37px;
    margin: 0;
}

.webshopmain_checkout-phase .ajax-loading .inputpage_field_Total {
    display: none;
}

.webshopmain_checkout-phase .inputpage_field_Total .inputpage_label,
.webshopmain_checkout-phase .inputpage_field_Total .inputpage_item {
	display: inline-block;
	vertical-align: baseline;
} 

body .webshopmain_checkout-phase .inputpage_field_Total .inputpage_item {
	width: auto;
	max-width: 150px;
	font-size: 25px;
	font-weight: 500;
	background: none;
	border: none;
	float: none;
	cursor: auto;
}

.closebasket-phasebody-summary-info,
.webshopmain_checkout .inputpage_field_ProductDescription {
	width: calc(100% * 2 / 3);
}
.closebasket-phasebody-summary-info {
	width: 100%;
}




.closebasket-phasebody-summary-info-item {
    margin-bottom: 20px;
}

.closebasket-phasebody-summary-info-item:last-child {
    margin-bottom: 0;
}

.closebasket-phasebody-summary-info-line {
    margin-bottom: 5px;
}

.closebasket-phasebody-summary-info-button {
	background: #D2D2D2;
    padding: 10px 20px;
    display: inline-block;
    margin: 20px 0;
}

.closebasket-phasebody-summary-info-line-title,
.closebasket-phasebody-summary-info-title {
    font-weight: 500;
}

.closebasket-phasebody-summary-info-line-title {
	float: left;
}

.closebasket-phasebody-summary-info-titleline .closebasket-phasebody-summary-info-line-title {
	font-size: 20px;
}

.closebasket-phasebody-summary-info-line-value {
	float: right;
    font-weight: 300;
}

/* Edit Webshop Other Person Styles
-----------------------------------------------------------*/

.rb-section-editwebshopotherperson .rb-section-editwebshopotherperson {
	width: 80%;
	margin: 0 auto 40px;
}

.rb-section-editwebshopotherperson .rb-section-title {
	font-weight: 300;
}

.rb-section-editwebshopotherperson-item {
    margin-bottom: 15px;
}

.rb-section-editwebshopotherperson-item > div {
    display: inline-block;
    vertical-align: middle;
}

.rb-section-editwebshopotherperson-new {
	display: inline-block;
    padding: 7px 15px;
	border: 1px solid #d2d2d2;
    border-radius: 5px;
    margin-bottom: 40px;
}

.rb-section-editwebshopotherperson-item-edit {
	width: 35px;
	height: 35px;
	background: url(/content/images/icon-collector-edit.png) no-repeat center;
	background-size: 20px;
}

.rb-section-editwebshopotherperson-item-delete {
    width: 35px;
	height: 35px;
	background: url(/content/images/icon-collector-delete.png) no-repeat center;
	background-size: 20px;
}

.basket_otherperson-click {
    margin-top: 20px;
    border: 1px solid #d7d7d7;
    padding: 7px 10px;
    text-align: center;	
}

.inputpage_field_OtherPersonInput label {
	margin-top: 20px;
}

/* Collector Styles
-----------------------------------------------------------*/

.basket_actcollector {
	font-size: 15px;
}

.basket_collectorheader div.basket_collectorchoice {
	display: block;
}

/* Basket Slider Styles
-----------------------------------------------------------*/

.basket_actionrules_full {
	margin: 40px 0;
}

.basket_actionrules_full .rb2-slider-title-full {
	margin-bottom: 20px;
}

.basket_actionrules_full .rb2-slider-title {
	float: none;
}

.basket_actionrules_slider {
	position: relative;
}

.basket_actionrules-maintitle,
.basket_actionrules-image {
	margin-bottom: 10px;
}

.basket_actionrules-image_img {
	max-width: 100%;
}

.basket_actionrules_selected-full {
	margin-top: 40px;
}

.basket_actionrules_selected-productimage {
	margin: 20px 0;
}

.basket_actionrules_slider .rb2-pager-item-pagertype-prevnext {
	position: absolute;
    top: 100px;
	width: 40px;
	height: 40px;
}

.basket_actionrules_slider .rb2-pager-item-pagertype-prevnext:before {
	width: 12px;
	height: 12px;
}

.basket_actionrules_slider .rb2-pager-item-next:before {
    margin-top: 14px;
    margin-left: 11px;
}

.basket_actionrules_slider .rb2-pager-item-prev:before {
	margin-top: 14px;
    margin-left: 16px;
}

.basket_actionrules_slider .rb2-pager-item-prev {
    left: -5%;
}

.basket_actionrules_slider .rb2-pager-item-next {
    right: -5%;
}

.basket_actionrules_slider .rb2-container-items,
.basket_actionrules_slider .rb2-slider-pager-item-main {
	display: flex;
}

.basket_actionrules_slider .rb2-slider-pager-item {
	width: 100%;
}

.basket_actionrules_slider .rb2-slider-item {
	width: 25%;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
		flex: 0 1 25%;
}

.basket_actionrules_slider .alexwebdatainfogrid_info {
	padding-right: 15px;
}

.basket_actionrules_slider .alexwebdatainfogrid_thumbnail_url_img,
.basket_actionrules_selected-productimage_img {
    height: 130px;
}

.basket_actionrules_slider .alexwebdatainfogrid_info h1.alexdata_header_name,
.basket_actionrules_selected-productname {
	font-size: 18px;
	font-weight: 400;
	text-align: left;
}

.basket_actionrules_slider .alexwebdatainfogrid_info h2.alexdata_header_subname,
.basket_actionrules_selected-productsubname {
	font-size: 15px;
	font-weight: 400;
}

.basket_actionrules_slider .alexdata_footer_shop_buttons {
	margin-top: 10px;
}

.alexdata_footer_basket_actionrule {
	font-size: 15px;
	border: 1px solid #444;
    padding: 8px 20px;
    margin-top: 10px;
}

.basket_actionrules_selected {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: calc(100% / 6 - 4px);
	margin-top: 20px;
}

.basket_actionrules_selected-delete {
	width: 44px;
	height: 44px;
	background: url(/content/images/icon-cross-red.png) no-repeat center;
	background-size: 22px;
	position: absolute;
	top: 0px;
	right: 35px;
}

/* Subscriptions Styles
-----------------------------------------------------------*/

.rb-section.rb-section-mysubscriptions {
    margin-bottom: 40px;
    padding: 40px;
}

.rb-section-mysubscriptions .rb-section-title {
    margin-bottom: 40px;
    margin-top: 0;
}

.rb-section-mysubscriptions-needlogin,
.rb-section-mysubscriptions-nosubscriptions {
	text-align: center;
}

.rb-section-mysubscriptions-item-name {
	font-size: 18px;
	margin-bottom: 10px;
}

.rb-section-mysubscriptions-item-dates {
	margin-bottom: 5px;
}

.rb-section-mysubscriptions-item-price_title,
.rb-section-mysubscriptions-item-startdate_title,
.rb-section-mysubscriptions-item-enddate_title,
.rb-section-mysubscriptions-item-unsubscribedate_title,
.rb-section-mysubscriptions-item-unsubscribedescription_title {
	font-weight: 700;
}

.rb-section-mysubscriptions-item-info > div,
.rb-section-mysubscriptions-item-price > div,
.rb-section-mysubscriptions-item-startdate > div,
.rb-section-mysubscriptions-item-enddate > div,
.rb-section-mysubscriptions-item-unsubscribedate > div,
.rb-section-mysubscriptions-item-unsubscribedescription > div {
	display: inline-block;
}

.rb-section-mysubscriptions-items-full {
	margin-bottom: 40px;
}

.rb-section-mysubscriptions-items-title {
	font-size: 18px;
	font-weight: 500;	
	margin-bottom: 5px;
}

.rb-section-mysubscriptions-item-name_value {
	font-size: 16px;
}

.rb-section-mysubscriptions-item-info {
	margin-bottom: 10px;
}

.rb-section-mysubscriptions-item-buttons {
	margin-top: 20px;
}

.rb-section-mysubscriptions-item-button {
    display: inline-block;
	border: 1px solid #888;
    margin-right: 10px;
    padding: 8px 20px;
}

/* Last Visited Products Styles
-----------------------------------------------------------*/

.lastvisitedproducts-full {
	position: relative;
}

.lastvisitedproducts-button {
    width: 44px;
    height: 44px;
    background: url(/content/images/icon-history-black.png) no-repeat center;
}

.lastvisitedproducts-main-title {
    font-weight: 600;
    padding: 10px;
}

.lastvisitedproducts-item-image_img {
    width: 65px;
}

.lastvisitedproducts-item-right {
	padding-left: 10px;
}

.lastvisitedproducts-item-name {
	font-size: 14px;	
}

.lastvisitedproducts-item-subname {
	font-size: 12px;
	margin-top: 5px;	
}

.lastvisitedproducts-main {
    width: 300px;
    max-height: 50vh;
    overflow-y: auto;
    background: #FFF;
	position: absolute;
    top: 44px;
    right: 0;
    z-index: 1;
    box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 10%);
}

.lastvisitedproducts-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #D3D3D3;
	padding: 10px;
}

.lastvisitedproducts-item:hover {
	background: #EEE;
}

.lastvisitedproducts-item:last-child {
	border-bottom: 0;
}


/* Not Voted section  
-----------------------------------------------------------*/

.rbsliderheader-onlynotvoted {

	margin-top: 15px;
}


.rbsliderheader-onlynotvoted:before {

    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1px solid #b3b3b3;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    background: url(/content/images/blank.gif) no-repeat center;
    -webkit-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;

}

input[type="checkbox"]:checked + input[type="hidden"] + .inputpage_label:before , 
.rbsliderheader-onlynotvoted.rbslider-headerfilter-item_selected:before {

	/*content: "\2713";*/
    background: url(/content/images/icon-checked.png) no-repeat center;
    color: #484848;

}


/*  Product list editor */ 
.rb-section-editproductlist .rb-itemgroup-items {

	display: flex;
	width: 100%;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: space-around;
	
	
}
.rb-section-editproductlist-header
{
	background-color: #EEE;
	border: 1px solid #bebebe;
	padding: 15px 0px;
	width: 100%;
	max-width: 250px;
	margin-left: 20px;
	text-align: center;

}

.rb-section-editproductlist .displayitem-editorheader {
    width: 100%;
    margin: 0 auto;
    background: transparent;
    padding: 20px; }


.rb-section-editproductlist .displayitem-editorback-button, .displayitem-delete-button {
		padding: 10px 20px;
		background: #EEE;
		border-radius: 3px;
		cursor: pointer;
		border: 1px solid #bebebe;
	} 

.rb-section-editproductlist  .newsitem-itemfull {

	background-color: #EEE;
	border: 1px solid #bebebe;
	flex: 0 1 18%;
}

.rb-section-editproductlist  .rb-productlistitem {

	display: flex;
	flex-wrap: wrap;
	max-width: 800px;
	width: 90%;
	margin: auto;
	justify-content: center;
}

.rb-section-editproductlist .rb-productlistitem-name {

	margin: 20px 0;
	font-size: 18px;
	flex: 0 1 100%;
	order: 2;
	text-align: center;

}
.rb-section-editproductlist  .rb-productlistitem-image {

	
	flex: 0 1 100%;
	order: 1;
	justify-items: center;


}

.rb-section-editproductlist .rb-productlistitem-image_img {
	margin-top: 20px;
	width:70%
	
}

/* GiftPerson Styles
-----------------------------------------------------------*/

.inputpage_field_IsGiftPerson .inputpage_beforefield {
	margin-bottom: 20px;
}

.inputpage_field_IsGiftPerson .inputpage_afterfield {
	font-weight: 300;
	margin-top: 10px;
}

.inputgroup-giftpersonemail > div {
	display: inline-block;
	width: 47.5%;
}

.inputgroup-giftpersonemail > div:nth-child(2n+1) {
	margin-right: 5%;
}

.inputgroup-giftpersontemplateid select {
	font-size: 16px;
}

/* ShowPriceInfo */

.actionruleinfobutton-full {
	position: relative;
}

.actionruleinfobutton-button {
	width: 32px;
	height: 32px;
	background: url(/content/images/icon-info-gray.png) no-repeat center;
	background-size: 22px;
}

.actionruleinfobutton-body {
	width: 300px;
	font-size: 13px;
	color: #FFF;
	background: #222;
	position: absolute;
	top: 40px;
	padding: 15px;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    -webkit-transition: all .2s ease-out;
    		transition: all .2s ease-out;	
}

.actionruleinfo-show .actionruleinfobutton-body {
	opacity: 1;
    visibility: visible;	
}

.actionruleinfobutton-body a {
	font-weight: 600;
	color: var(--primaryColor);
}

.actionruleinfobutton-body a:hover {
	text-decoration: underline;
}

.actionruleinfobutton-body:before {
	content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #222;
    position: absolute;
    top: -6px;
    left: 6px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    	-ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.actionruleinfobutton-body:after {
	content: "\00d7";
    font-size: 23px;
    font-weight: 400;
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 10px;
}

.rb2-slider-root .actionruleinfobutton-body {
	position: fixed;
	top: 25%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}

.rb2-slider-root .actionruleinfo-show .actionruleinfobutton-body {
	top: 50%;		
}	

.rb2-slider-root .actionruleinfobutton-body:before {
	display: none;
}

@media screen and (max-width: 1155px)
{
	.actionruleinfobutton-body {
		position: fixed;
		top: 25%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
	}
	
	.actionruleinfo-show .actionruleinfobutton-body {
		top: 50%;		
	}	
	
	.actionruleinfobutton-body:before {
		display: none;
	}
}

/* Takeover Location Point Styles
-----------------------------------------------------------*/

.popupinput-TakeOverLocationPopUp .inputtitle {
	margin-bottom: 20px;
}

.popupinput-TakeOverLocationPopUp #big-canvas {
	width: 100%;	
	margin-top: 0;
}

.inputpage_field_PostCodePopUp .popup_button_title,
.inputpage_field_TakeOverLocationPopupButton .popup_button_title,
.packeta_popup_button_title {
	background: #EEE;
	padding: 10px 20px;
	margin: 10px 0;	
}

.webshopmain_checkout .inputpage_field_TakeOverLocation input,
.webshopmain_checkout .inputpage_field_TakeOverLocation-Info .input-fieldtype-Label {
	width: 100%;
	padding: 10px;
}

.packeta_popup_button_title {
	display: inline-block;	
}

/* Barion Styles
-----------------------------------------------------------*/

.webshop_Barionpay_error-link {
    border: 1px solid #444;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 20px;
}

/* Alex Export Styles
-----------------------------------------------------------*/

.alexreport-header {
    margin: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
	   -ms-flex-align: center;
		  align-items: center;	
}

.alexreport-export {
    margin-left: auto;
    border: 1px solid #CDCDCD;
    padding: 5px 20px;
}

/* PriceFixedByLaw Styles
-----------------------------------------------------------*/


.basket_item .actionpricefixedbylawinfobutton-full,
.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right_prices .actionpricefixedbylawinfobutton-full {
	margin-left: 0;
	margin-top: 20px;
}

.actionpricefixedbylawinfobutton-full {
	display: inline-block;
}

.actionpricefixedbylawinfobutton-full .actionruleinfobutton-info {
	display: flex;
	align-items: center;
}

.actionpricefixedbylawinfobutton-full .actionruleinfobutton-title {
	font-family: var(--primaryFontRegular);
	font-weight: 600;
	margin-right: 10px;
}

.actionpricefixedbylawinfobutton-full .actionruleinfobutton-title:hover {
	text-decoration: underline;
}

.basket_item .actionpricefixedbylawinfobutton-full .actionruleinfobutton-title {
	font-size: 13px;
}

.rb-section.rb-section-pricefixedbylaw {
	margin-bottom: 40px;
}

.rb-section-pricefixedbylaw-header {
	margin-bottom: 40px;
}

.rb-section-pricefixedbylaw-main {
	border: 1px solid #e5e5e5;
}

.rb-section-pricefixedbylaw-item-header {
	font-family: var(--primaryFontMedium);
}

.rb-section-pricefixedbylaw-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.rb-section-pricefixedbylaw-item:not(.rb-section-pricefixedbylaw-item-header):hover {
    background: #F7F7F7;
}

.rb-section-pricefixedbylaw-item:last-child {
	border-bottom: 0;
}

.rb-section-pricefixedbylaw-itemdata {
	padding: 10px;
	-webkit-box-flex: 1;
       -ms-flex: 1 1 1%;
		   flex: 1 1 1%;
}

.rb-section-pricefixedbylaw-nodata {
    padding: 10px;
    text-align: center;
}

@media screen and (max-width: 1155px) 
{
	.rb-section-pricefixedbylaw {
		padding-top: 40px;
	}	
}

@media screen and (max-width: 585px) {
	.rb-section-pricefixedbylaw-item
	{
		display: block;
	}
}

/* Animation Styles
-----------------------------------------------------------*/

.basket_tempitem_item-button, .basket_item_quantity_line input, .showmessage_request_result_item, .basket_tempitem_varia-quantity, .basket_tempitem_varia-quantity:before, .lastvisitedproducts-item {
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

/* Other Styles
-----------------------------------------------------------*/

.alexdata_header_error {
	font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
    color: #f01b3f;
}

.basket_checkout-notenabled {
    font-size: 14px;
    font-weight: 600;
    color: #f01b3f;
    margin-bottom: 15px;
}

.person_data_footer {
    color: #f01b3f;
    font-weight: 700;
	margin-top: 40px;
}

.desc-child-webshopmain_checkout_center {
	margin-bottom: 20px;
}

.inputpage_fieldtype_ListSelect {
	width: 47.5%;
}

.rb-listselect {
	border: 1px solid #D7D7D7;
}

.rb-listselect-item {
	padding: 10px;
}

.rb-listselect-item-selected {
	background: #D7D7D7;
}

iframe.scribd_iframe_embed {
	display: block;
	width: 70%;
	margin: auto;
}

.page_AdminWebDataShopInfoGrid_QuickSearchBaskets .rb-grid-export-button {
    float: none;
    vertical-align: top;
}

.basket_checkout_buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
		  align-items: center;
}

.basket_checkout_buttons,
.basket_checkout-notenabled {
	padding: 0 20px;
}

.basket_checkout_buttons {
	margin: 0;
}

.basket_checkout_buttons-left .basket_checkout_href {
	padding: 0;
}

.basket_checkout_buttons-right {
	margin-left: auto;
}

.basket_checkout_clear {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(/Content/images/icon-trash-can-gray.png) no-repeat center;
	background-size: 100%;
}

.refreshbuyedproductsbutton {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px;
	border: 1px solid #D7D7D7;
}

/* Guest Shopping Styles
-----------------------------------------------------------*/

.rb-checkout-basket-notlogged-popup-header {
	/*text-align: center;
	margin-bottom: 40px;*/
}

.rb-checkout-basket-notlogged-popup-main {
	gap: 5.208333333333333vw;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
       -ms-flex-align: center;
		  align-items: center;
}

.rb-checkout-basket-notlogged-popup-main > div {
    -ms-flex: 1 1 50%;
		flex: 1 1 50%;
}

/* Media Queries
-----------------------------------------------------------*/

/* Tablet only */
@media screen and (min-width: 585px) and (max-width: 1155px)
{

}

/* Rb Tablet */
@media screen and (max-width: 1155px)
{
	.webshopmain_checkout .basket_header {
		padding-top: 30px;
	}

	.allwebshop_child_item_product {
		padding-left: 20px;
	}
	
	.allwebshop_child_item_productinfo {
	    max-width: calc(100% - 105px);
	    margin-left: 10px;
	}
	
	.allwebshop_child_item_product  {
		width: 50%;
	}
	
	.allwebshop_child_item_quantity,
	.allwebshop_child_item_summaprice {
		width: 25%;
	}
	
	.allwebshop_child_item_header,
	.allwebshop_child_item_data {
		font-size: 0;
	}
	
	.allwebshop_child_item_header > div,
	.allwebshop_child_item_productinfo {
		font-size: 14px;
		line-height: 20px;
	}
	
	.allwebshop_item_showchilds .allwebshop_item_showchilds-more {
	    text-indent: 50px;
	    line-height: 40px;
	    font-size: 13px;
	    font-weight: 400;
	}
	
	.basket_actionrules_slider .rb2-slider-item {
		width: calc(100% / 3);
		-ms-flex: 0 1 calc(100% / 3);
			flex: 0 1 calc(100% / 3);
	}
}

/* iPad Landscape */
@media screen and (max-width: 1024px)
{
	.closebasket-phase-image {
		width: 70px;
		height: 70px;
		background-size: 30px;
	}
	
	.closebasket-phase-start .closebasket-phase-image,
	.closebasket-phase-summary .closebasket-phase-image,
	.closebasket-phase-user .closebasket-phase-image {
		background-size: 25px !important;
	}
	
	.closebasket-phase-over .closebasket-phase-image:before {
		width: 25px;
		height: 25px;
		background-size: 15px;
		right: -10px;
	}
}

/* iPad Portrait */
@media screen and (max-width: 768px)
{
	.closebasket-phasebody-summary-info,
	.webshopmain_checkout .inputpage_field_ProductDescription {
		width: 100%;
	}
	
	iframe.scribd_iframe_embed {
		width: 100%;
	}
	
	.webshopmain_checkout .inputpage_field_TakeOverLocationId {
		width: 100%;
	} 
	
	.inputpage_field_TakeOverLocationId .rb-listselect-item {
	    border-bottom: 1px solid #d7d7d7;
	}
	
	.inputpage_field_TakeOverLocationId .rb-listselect-item:last-child {
	    border-bottom: 0;
	}
	
	.basket_coupon,
	.availablecoupon-item {
		width: calc(50% - 5px);
	}

/* Checkout*/ 

.closebasket-phasebody-summary-info {
	width: 100%;
}
.closebasket-phasebody-summary-info-line {
    margin-bottom: 5px;
	display:flex;
	flex-wrap: wrap;
}
.closebasket-phasebody-summary-info-line-title {
    float: left;
	margin-right: 8px;
	margin-bottom: 3px;
	flex: 0 1 100%;
}

.closebasket-phasebody-summary-info-line-value {
	float: left;
	flex: 0 1 100%;
}
}

/* Rb Mobile  */
@media screen and (max-width: 584px)
{
	.webshopmain_checkout {
		width: 90%;
		padding: 0 0 50px;
	}
	
	.basket_summa_login_buttons > div {
		display: block;
		margin-right: 0;
		text-align: center;
	}
	
	.basket_summa_login_buttons a {
		width: 100%;
		display: block;
	}
	
	.basket_main .basket_offer,
	.basket_group {
		padding: 10px 15px;
	}
	
	.webshopmain_checkout .inputpage_field_OtherPersonInput.inputpage_fieldtype_CheckBox .inputpage_beforefield {
		display: block;
		margin-bottom: 10px;	
	}
	
	.basket_item > input[value="-"] {
		top: 5px;
		right: 5px;
	}
	
	.desc-titlechild-webshopmain_checkout_top,
	.basket_header .basket_title,
	.basket_header .basket_summa_quantity,
	.basket_header .basket_emptytitle {
		font-size: 30px;
	}

	.webshopmain_checkout .basket_header {
		padding-top: 15px;
	}
	
	.webshopmain_checkout .basket_summa_title {
		font-size: 35px;
	}
	
	.webshopmain_checkout .inputpage_field_PaymentMode .inputpage_radiobox_info img {
		width: 100%;
		height: auto;
		margin: 5px 0;
	}
	
	.basket_left {
		width: 100%;
		position: static;
	}
	
	.showmessage > div.showmessage {
		padding: 20px;
		margin-top: 20px;
	}
	.showmessage .notmymessage {
		width: 100%;
	}

	.closebasket-phase-image {
		/*width: 50px;
		height: 50px;*/
		width: 40px;
		height: 40px;
		background-size: 25px;
	}
	
	.closebasket-phase .closebasket-phase-title {
		display: none;
	}
	
	.closebasket-phase-act .closebasket-phase-title {
		display: block;
	}
	
	.closebasket-phase-start .closebasket-phase-image,
	.closebasket-phase-summary .closebasket-phase-image,
	.closebasket-phase-user .closebasket-phase-image {
		background-size: 20px !important;
	}
	
	.closebasket-phase-over .closebasket-phase-image:before {
		top: -10px;
	}
	
	.closebasket-phase-over .closebasket-phase-image:before {
		width: 20px;
		height: 20px;
		background-size: 10px;
	}
	
	.closebasket-phase-progress-main,
	.closebasket-phase-progress-state {
		height: 10px;
	}
	
	.closebasket-phase-progress-state:after {
		width: 25px;
		height: 25px;
	}
	
	.webshopmain_checkout .inputpage_field_PhoneNumber,
	.webshopmain_checkout .inputpage_field_EMail {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	
	/*
	.closebasket-phase-items {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	
	.closebasket-phase-items > div {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(100% / 3);
			flex: 0 1 calc(100% / 3);
	}*/
	
	.webshopmain_checkout-phase .inputpage_field_Total {
		position: static;
	}
	
	.allwebshop_child_item_product {
		padding-left: 0;
	}
	
	.allwebshop_child_main .allwebshop_child_item_header,
	.allwebshop_child_main .allwebshop_child_item_data {
		font-size: 0;
	}
	
	.allwebshop_child_item_info {
		font-size: 14px;
	}
	
	.allwebshop_child_item_productinfo {
		display: none;
	}
	
	.allwebshop_child_item_product {
		width: 90px;
	}
	
	.allwebshop_child_item_data .allwebshop_child_item_quantity,
	.allwebshop_child_item_data .allwebshop_child_item_summaprice {
		width: calc(50% - 45px);
		font-size: 20px;
		border: 0;	
	}
	
	.allwebshop_child_main_header-left .allwebshop_child_headeritem {
		padding: 10px 10px 0;
	}

	.webshopmain_checkout .submitbutton {
		display: block;
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}	
	
	.basket_input_body > div {
    	display: block;
    	width: 100%;
    	margin-bottom: 15px;
	}
	
	.basket_input_input input {
		max-width: 100%;
	}
	
	.webshopmain_checkout .inputpage_fieldtype_CheckBox .inputpage_label,
	.webshopmain_checkout .inputpage_fieldtype_CheckBox .inputpage_label + .inputpage_afterfield {
		vertical-align: top;
	}
	
	.webshopmain_checkout input[type="checkbox"] + input[type="hidden"] + .inputpage_label:before {
		width: 20px;
		height: 20px;
		margin: 10px;
	}
	
	.webshopmain_checkout .inputpage_field .inputpage_label + .inputpage_afterfield {
	    max-width: calc(100% - 40px);
	}
	
	.webshopmain_checkout .datahandling-confirm .datahandling-title {
		padding-left: 10px;
	}
	
	.basket_actionrules_slider .rb2-slider-pager-item-main {
		padding: 0 10%;
	}
	
	.basket_actionrules_slider .rb2-slider-item {
	    width: 50%;
	    -ms-flex: 0 1 50%;
	    	flex: 0 1 50%;
	}
	
	.inputpage_field_PriorityCountryId .inputpage_radiobox_info {
		width: auto;
		max-width: calc(100% - 35px);
	}
	
	.inputpage_field_PriorityCountryId .inputpage_radiobox_info,
	.inputpage_field_PriorityCountryId .inputpage_radiobox input.inputpage_item[type="radio"] {
		float: left;
	}
	
	.inputpage_field_PriorityCountryId .inputpage_radiobox_info + input.inputpage_item[type="radio"] {
		clear: both;
	}
	
	.basket_left .basket_productpackageitems {
	    width: 50%;
	    right: 50%;
	}
	
	.basket_productpackageitem-left,
	.basket_productpackageitem-right {
		width: 100%;
		display: block;
	}
	
	.webshopmain_checkout .inputpage_field_TakeOverLocation,
	.webshopmain_checkout .inputpage_field_TakeOverLocation-Info {
		width: 100%;
	} 
	
	.rb_messagedivpopup-full {
		width: 90%;
		padding: 20px;
	}
	
	.lastvisitedproducts-main {
		right: -44px;
	}
	
	.inputgroup-giftpersonemail > div {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	
	.webshopmain_checkout .basket_item_left_info {
		display: block;
		width: 100%;
	}
	
	.basket_actionrules_slider .rb2-pager-item-pagertype-prevnext {
		position: static;
	}
	
	.basket_actionrules_slider .rb2-slider-pager-item-main {
		padding: 0;
	}

	.rb_shop_additempopup {
		padding: 10px;
	}

	.rb_shop_additempopup > div {
		display: block;
		max-width: 100%;
	}

	.rb_shop_additem_right {
		text-align: center;
	}

	.rb-checkout-basket-notlogged-popup-main {
		display: block;
	}

	.rb-checkout-basket-notlogged-popup-main-left {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 400px)
{
	.basket_coupon,
	.availablecoupon-item {
		width: 100%;
	}	
}

.body_SimplePay_DataHandling .showmessage
{
   margin-top: 100px;
}
