@charset "utf-8";
/* CSS Document np_login*/

.cart_page_right_row_content, .cart_page_left_row_content{position: relative;
    width: 75%;
    min-height: 100px;
    margin-left: 1.4em;
    border-left: solid 1px #b2b2b2;
}
.cart_page_left_row_content {
	width:22.8%;
	margin-left:0px;
	border:0 none;
}
.cart_page_right_row_content #page_title {
	display:inline-block;
	text-align:right;
	margin:0px;
	width:150px;
	vertical-align:top;
}

.small_rect {
	display:none;
}

.cart_heading {
	display:inline-block;
	font-size:18px;
	color:#373636;
	height:41px;
	line-height:54px;
}
.cart_title_shop {
	display: block;
    width: 8.34em;
    height: 1.83em;
    background-image: url(../images/btn_shop.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 18px;
    color: #373636;
    line-height: 1.8em;
    margin-top: 12px;
    margin-left: 0.83em;
    text-decoration: none;
    text-indent: 1.1em;
    float: left;
    clear: both;
}
.cart_title_shop.ex_hi_contrast_bw{
	background-image: url(../images/btn_shop_yellow.png);
}
.cart_title_shop.ex_hi_contrast_wb{
	background-image: url(../images/btn_shop_black.png);
}
.cart_titles {
	/*display:none*/;
	width:720px;
	height:20px;
	margin-top:20px;
	background-color:#ededee;
	font-size:18px;
	color:#373636;
	max-width: 100%;
}
.cart_title_name, .cart_title_qty, .cart_title_price, .cart_title_remove {
	display:inline-block;
	width:40px;
	width:5.6%;
	height:20px;
	line-height:20px;
	text-indent:0.9em;
	vertical-align:top;
}
.cart_title_name {width:323px; width: 44.86%;}
.cart_title_qty {width:208px; width: 28.8%;}
.cart_title_price {width:auto}

/*		main cart		*/
#cart {
	width:720px;
	min-height:100px;
	margin-top:5px;
	border-top:solid 1px #b2b2b2;
	position:relative;
	max-width:100%;
}
#cart .ww_reg, #cart .ww_log {
	color: #e7511e;
	text-decoration:none;
	font-weight: bold;
}
#cart .ww_reg:hover, #cart .ww_log:hover {
	text-decoration:underline;
}

.cart_empty_msg, .not_reg_msg {
	width:100%;
	height:42px;
	line-height:54px;
	text-align:center;
	font-size:16px;
	color:#231f20;
}
.cart_row {
	position:relative;
	display:block;
	width:720px;
	height:80px;
	margin:0px;
	padding:0px;
	padding-top:12px;
	padding-bottom:10px;
	border-bottom:solid 1px #b2b2b2;
	overflow:hidden;
	color:#373636;
	max-width:100%;
}
.cart_row.sale_true{background: url(/images/sale.png) no-repeat; background-position:1em 1em; background-size:4em;}

.cart_remove {
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	height:21px;
	width:30px;
	font-size:24px;
	line-height:24px;
	color:#a9a8a8;
	text-align:right;
	text-decoration:none;
	vertical-align:top;
}
.cart_description {
	position: relative;
	display:inline-block;
	width:323px; width: 44.86%;
	height:80px;
	overflow:hidden;
	border-left:solid 1px #7f7f7f;
    font-size: 22px;
}
.cart_name {
	display: block;
    width: auto;
    white-space: normal;
    padding-right:105px;
}
.cart_image {
	display: block;
    max-height: 70px;
    max-width: 100px;
    position: absolute;
    top: 0;
    right: 0;
	/*width: 45%;*/
}
.cart_qty {
	display:inline-block;
	width:208px;
	height:80px;
	font-size:18px;
	vertical-align:top;
	line-height:30px;
	text-indent:16px;
	border-left:solid 1px #7f7f7f;
}
.cart_price {
	display:inline-block;
	height:80px;
	font-size:18px;
	vertical-align:top;
	text-indent:16px;
}

.cart_price .ttl {display:none}
.cart_catr_link {
	display:block;
	float:left;
	clear:both;
	height:32px;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	line-height:30px;
	color:#FFF;
	background-color:#e7511e;
	border-radius:8px;
	padding-left:20px;
	padding-right:20px;
	margin-top:15px;
	margin-bottom:10px;
	margin-left:10px;
}

.no_login_msg{display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 28px;
    font-weight: bold; text-align:center;}
.no_login_msg::before{content:" "; height:100%; width:1px; display:inline-block; vertical-align:middle; font-size:1px}



/*		cart form		*/
.block_main_order_foem {
	width:720px;
	display:none;
	min-height:300px;
	max-width:100%;
}
form {
	position:relative;
}
.order_list_item_block, .order_text_item_block {
	display:inline-block;
	width:155px;
	height:47px;
	vertical-align:top;
}
.order_text_item_block {
	width:126px;
	text-align:left;
}
.order_textarea_item_block {
	border-top:solid 1px #b2b2b2;
	position:relative;
	padding-top:3px;
	margin-bottom:127px;
}
.order_form_input_reg, .order_form_input_select, .order_form_input_tarea {
	width:133px;
	width:120px;
	height:27px;
	margin:0px;
	padding:0px;
	border:solid 1px #7f7f7f;
	color:#231f20;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-indent:5px;
}
.order_form_input_select {
	margin-right:5px;
	margin-left:10px;
	width:88px;
	height:29px;
	-webkit-appearance:listbox;
	border-radius:0px;
	background-image:url(../images/btn_dropdown.png);
	background-repeat:no-repeat;
	background-position:3% 50%;
}
.order_form_field_desc, .order_form_field_desc_ta, .order_form_field_check {
	color:#231f20;
	font-size:14px;
	height:27px;
	line-height:27px;
	vertical-align:bottom;
}
.order_form_field_desc {
	display:none;
}
.order_form_field_check a {
	color:#231f20;
}
.order_form_item_error {
	display:block;
	width:100%;
	text-align:center;
	font-size:12px;
	color:#F00;
}
.order_form_field_desc_ta {
	vertical-align:top;
	display:inline-block;
	height:30px;
	padding-top:5px;
}
.order_form_input_tarea {
	width:560px;
	height:86px;
	resize:none;
	overflow:auto;
	float:left;
	clear:both;
	margin-top:15px;
}
#order_form_ta_img {
	position:absolute;
	top:20px;
	left:561px;
	width:31px;
	height:28px;
	background-image:url(../images/box_katsav.png);
	background-repeat:no-repeat;
	background-position:0px, 0px;
}
.order_check_item_block {
	position:absolute;
	display:inline-block;
	right:369px;
	top:365px;
}
.order_check_item_block .order_form_item_error {
	display:inline-block;
	width:120px;
	margin-right:3px;
	font-size:14px;
}

#mc_house.order_text_item_block { width:60px !important}
#mc_house.order_text_item_block .order_form_input_reg { width:55px !important}

#mc_invoice.order_text_item_block { width:185px !important}
#mc_invoice.order_text_item_block .order_form_input_reg { width:180px !important}

#mc_appartment {margin-right:155px}

#mc_msg_det, #mc_msg_sup, #mc_msg_snif {
	display:inline-block;
	width:155px;
	height:47px;
	line-height:30px;
}
#mc_msg_snif {width:90px}
#mc_supply {width:120px}
#mc_snif {width:180px}
#mc_snif .order_form_input_select { width:175px}

.order_form_button {
	position:absolute;
	left:0;
	top:400px;
	width:347px;
	height:49px;
	padding:0px;
	margin:0px;
	border:0 none;
	background-color:#e7511e;
	font-family:Arial, Helvetica, sans-serif;
	font-family:'rimonaregularwebfont',Sans-Serif;
	font-size:24px;
	line-height:47px;
	text-align:center;
	cursor:pointer;
}

.order_static_item_block {
	color:#231f20;
	font-size:14px;
	width:347px;
}

.order_form_field_mandatory {
	display:none;
}
.order_form_error_msg {
	display:none;
}

.prod_block_opts {
	position:relative;
	display:inline-block;
	width:210px; width: 28.8%;
	height:80px;
	text-align:right;
	background-image:url(../images/spinner_black.png);
	background-repeat:no-repeat;
	background-position:right 4px;
	background-size: 0.6em;
	overflow: hidden;
	border-left: solid 1px #7f7f7f;
	vertical-align:top;
	margin-right:10px;
	padding-top:3px;
	font-size: 18px;
}
.prod_block_opts.ex_hi_contrast_bw{
	background-image:url(../images/spinner_yellow.png);
}
.prod_block_opts.ex_hi_contrast_wb{
	background-image:url(../images/spinner_black.png);
}

.prod_block_qty {
	display:inline-block;
	padding:0px;
	margin:0px;
	border:0 none;
	margin-right:1em;
	margin-left:0.6em;
	background-color:transparent;
	width:1.38em;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:center;
}
.prod_block_up, .prod_block_down {
	position:absolute;
	right:0;
	top:3px;
	-webkit-appearance:none;
	background-color:transparent;
	height:9px;
	width:16px;
	padding:0px;
	margin:0px;
	border:0 none;
	cursor:pointer;
}
.ex_hi_contrast_bw.prod_block_up, .ex_hi_contrast_bw.prod_block_down, .ex_hi_contrast_wb.prod_block_up, .ex_hi_contrast_wb.prod_block_down{
	background-color: transparent !important;
}

.prod_block_down {
	top:12px;
}
.cart_opts {
    display: block;
    margin-right: 55px;
    margin-top: 5px;
    position: absolute;
    top:74px;
    right:80px;
	font-size:16px;
}
.cart_opts a {
	color:#373636;
	text-decoration:none;
	margin-left:10px;
}
.cart_opts a.over, .cart_opts a:hover {
	color:#e7511e;
	text-decoration:underline;
}

.prod_block_up.disabled:after, .prod_block_down.disabled:after, .qty_up.disabled:after, .qty_dn.disabled:after{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(255 255 255 / 74%);
}

.units {	
	font-family: 'rimonaregularwebfont',Sans-Serif;
	font-size: 1em;
}


/*		cart summary		*/
#cart_summary {
    background-color: #e6e4d6;
    border-top: solid 9px #000;
	text-align: left;
}
.cart_sum_box {
	/*
    padding-right: 50%;*/
	width: 50%;
    display: inline-block;
    text-align: right;
}
.cart_sum_row, .cart_tot_row {
	display:block;
	padding-left: 20px;
}
.cart_tot_row {
	border-top:solid 1px #8a8980;
}
.cart_sum_desc, .cart_tot_desc {
	display:inline-block;
	width:200px;
	height:25px;
	line-height:23px;
	font-size:18px;
	padding-left: 2em; box-sizing: border-box; width:60%;
}
.cart_sum_val, .cart_tot_val {
	display:inline-block;
	width:130px;
	text-align:left;
	padding-left:10px; width: 40%;
}
.cart_tot_desc, cart_tot_val {
	height:39px;
	line-height:30px;
	font-size:24px;
}

/*		left row		*/
.delivery_areas h2 {
	font-family:'rimonaregularwebfont',Sans-Serif;
	font-size:24px;
	color:#373636;
	margin-bottom:15px;
	margin-top: 15px;
	text-align:center;
}
.delivery_areas .body_par_text {
	font-size:14px;
	line-height:16px;
}

.supply_locations {
	background-color: #eee;
    padding: 10px;
	margin-bottom:30px;
	box-sizing: border-box;
}

.supply_locations br{
	display:block;
	content: '';
    margin-bottom: 5px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
}

.form_comments {
	position:absolute;
	bottom:0;
	right:0;
	width: 25em;
}
.form_comments ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
}
.form_comments ul li{
	padding-right: 18px;
    padding-top: 3px;
    background-image: url(../images/ul_bullet.png);
    background-repeat: no-repeat;
    background-position: right 6px;
	margin-bottom: 0;
}
.ex_hi_contrast_bw .form_comments ul li, .ex_hi_contrast_wb .form_comments ul li{
	background-image: none;
}
.ex_hi_contrast_bw .form_comments ul li:before, .ex_hi_contrast_wb .form_comments ul li:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 0.7em;
	width: 0.7em;
	border-radius: 100%;
	background-color: rgb(255 255 0);
	margin-right: -1em;
}
.ex_hi_contrast_wb .form_comments ul li:before{
	background-color: rgb(0 0 0);
}

.phone_order {display: block;
    margin: 3em auto 1.4em;
    width: 7em;
    height: 1em;
    line-height: 1em;
    border-bottom: solid 2px #000;
    background-image: url(../images/box_phone.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 2.2em;
    text-align: center;
    color: #000;
    padding: 4.8em 0 1.8em;}
.phone_order.ex_hi_contrast_bw{
	background-image: url(../images/box_phone_yellow.png);
}
.phone_order.ex_hi_contrast_wb{
	background-image: url(../images/box_phone_black.png);
}

@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) { 
.main_order_foem .ep_form_block.ep_ffld_static{display: block;
    float: none !important;
    line-height: normal !important;
    height: auto !important;
    padding: 0.3em 0; width: auto !important;}
.cart_page_right_row_content{border:0 none; width:74%}
.supply_locations{}
}


@media screen and (max-device-width: 768px), screen and (max-width: 768px) { 
#cart{width:auto}
.cart_titles{font-size: 16px; width:auto}
.cart_row{width:auto}
.cart_title_qty{}
.cart_sum_box{ padding:0;}
.cart_page_right_row_content, .cart_page_left_row_content {
    position: relative;
    width:auto;
    min-height:0;
    margin-left:0;
    border-left:0 none;
}
.cart_page_left_row_content{}
.cart_description{font-size:16px}
.prod_block_opts{font-size:16px; padding-top: 0; background-position: right 1px;
	background-size: 25px auto;}
.cart_price{font-size:16px}
.cart_name{padding-right: 20vw;}
.cart_opts{margin: 0; right: 30px; top: auto; bottom: 5px; font-size: 14px;}
.prod_block_up, .prod_block_down{
	top:0
}
.prod_block_qty{
	margin-right: 2em;
}
.prod_block_up, .prod_block_down {
	top: 0;
	width: 25px;
	height: 16px;
}
.prod_block_down{top:20px}

.cart_title_shop{margin: 0;}
.block_main_order_foem{width:auto}
.form_comments{display: block; position: static; width: auto; margin-bottom: 10px;}
.phone_order{margin-top: 1.4em;}	
}


@media screen and (max-width: 480px), screen and (max-device-width: 480px) { 
.cart_titles{font-size: 14px;}
.cart_title_qty{}
.cart_sum_box{width:auto}

.cart_description{font-size:14px; width: 40%;}
.prod_block_opts{font-size:14px; width: 22%;}
.cart_price{font-size:14px}
.cart_name{padding-right: 17vw;}
	.cart_image{
		max-width: 60px
	}
.cart_title_shop{font-size:16px}
.form_comments{margin: 20px 0;}
}
