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

/*ESHOP*/

/* basket */

/* basket table */

#table_content .row
{
	/*margin-left:0;
	margin-right:0;*/
	margin-left:-5px;
	margin-right:-5px;
}

#table_content .table_content_title .basket_col_title,
#table_content .table_content_data .basket_table_item
{
	padding-left:5px;
	padding-right:5px;	
}

#table_content .table_content_data
{
	border-bottom:3px solid #000;
}

#table_content .table_content_data .row
{
	border-bottom:1px solid #ececed;
}

#table_content .table_content_data .row:nth-child(2n)
{
	background:#fafafa;
}

#table_content .table_content_data .row:last-child
{
	border-bottom:0;
}


#table_content .table_content_title .basket_col_title
{
	position:relative;
	z-index:1;
	height:44px;
	border-bottom:1px solid #ececed;
	
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:0.8px;
	font-weight:normal;
	color: #000;
	text-align:center;
}

.b_table
{
	display:table;
	width:100%;
	height:100%;	
}
.basket_table_item .b_table
{
	height:auto;	
}
.basket_title .b_table
{
	min-height:100px;
}

.b_table_cell
{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:100%;
}


#table_content .table_content_title .basket_col_title:first-child
{
	text-align:left;
}

/*#table_content .table_content_title .basket_col_title
{
	border-right:1px solid #cccccc;
}

#table_content .table_content_title .basket_col_title:last-child
{
	border-right:0;
}*/


#table_content .table_content_data .basket_table_item
{
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing:0.8px;
	font-weight:normal;
	color: #000;
	
/*	border-right:1px solid #cccccc;*/
	padding-top:20px;
	padding-bottom:20px;
}

/*#table_content .table_content_data .basket_table_item:last-child
{
	border-right:0;
}*/

/*#table_content table tbody tr
{
	background:url(../images/design/tr_border.png) bottom left repeat-x;
}*/

/*.basket_table_item_in
{
	height:100px;
}*/

.basket_item
{
	display:flex;
	align-items:center;
}

.basket_table_item_in.center
{
	display:table;
	margin:0 auto;
}


.basket_product
{
	position:relative;	
	display:flex;
	align-items:center;
}

.basket_delete_btn
{
	/*position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	z-index:1;*/
	cursor:pointer;
}

.basket_product_in
{
	padding-left:18px;
}


.basket_product a
{
	display:block;
}

.basket_photo
{
	
	display:table-cell;
	height:100%;
	/*width:100px;*/
	width:85px;
	text-align:center;
	vertical-align:top;
}

.basket_photo_in
{
	width:inherit;
}

.basket_photo_r
{
	display:none;
	/*display: inline-block;*/
    float: left;
}


.basket_photo_r img
{
	width:145px;
}

.basket_title
{
	position:relative;
	display:table-cell;
	height:100%;
	width:100%;
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
}

.basket_title_in
{
	width:100%;
}

.basket_title h2
{
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing:0.8px;
	font-weight:normal;
	color: #000;
	margin-bottom:10px;
}

.basket_title h3
{
	font-family:'Abrade-Light',Arial, Helvetica, sans-serif !important;
	font-size:11px !important;
	letter-spacing:0.8px;
	font-weight:normal;
	color: #888888 !important;
	margin-top:10px;
}

.basket_title h5
{
	font-family:'Open Sans', Verdana, Arial, Helvetica, sans-serif !important;	
	color: #000;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.2px;
	margin-bottom:10px;
}
/*
.basket_title h4
{
	font-family:'Abrade-Light',Arial, Helvetica, sans-serif !important;
	font-size:12px !important;
	letter-spacing:0.8px;
	font-weight:normal;
	color: #888888 !important;
	margin-bottom:5px;
}

*/

.b_title_r
{
	display:none;
	font-size:13px;
	font-weight:normal;
	color:#000;
	margin-bottom:5px;
}

.basket_table_item .products_price_old,
.basket_table_item .products_price_new
{
	float:none;
	margin:0;
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
}


.basket_table_item .products_price_old
{
	margin-bottom:5px;
	color:#000;
}

.basket_table_item .products_price_new
{
	color:#d0021c;
}


/*.basket_quantity_area
{
	display:flex;
	align-items:center;
}

.basket_quantity_buttons
{
	display:flex;
	height:100%;
	justify-content: space-between;
	flex-direction:column;	
}

.basket_quantity_btn
{
	font-size:14px;
	line-height:5px;
	cursor:pointer;
	margin-top:5px;
}

.basket_quantity_btn:first-child
{
	margin-top:0;
}

.basket_quantity_btn .fa
{
	line-height:0;
	font-size:15px;
}


.basket_quantity_area_edit
{
	width:25px;
	margin-right:10px;
	
}

.basket_quantity_area_edit input[type="text"]
{
	background:none;
    border:none;
	margin:0;
    padding:0;
	width: 100%;
	height:30px;
	line-height:30px;
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing:0.8px;
	font-weight:normal;
	color: #000;
	text-align: center;  
}*/

.basket_quantity_area
{
	display:flex;
	align-items:center;
}

.basket_quantity_btn
{
	cursor:pointer;
	border:1px solid #000;
	width:25px;
	height:25px;
	display:flex;
	align-items:center;
	justify-content:center;
	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/*.basket_quantity_btn svg
{
	width:10px;
	color: #000;
	fill: currentColor;
}

*/

/*.basket_quantity_btn:hover svg
{
	color: #fff;	
}*/

.basket_quantity_btn i
{
	line-height:0;
	font-size:12px;
	color:#000;
	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.basket_quantity_btn:hover
{
	background:#000;	
}

.basket_quantity_btn:hover i
{
	color:#fff;
}

.basket_quantity_area_edit
{
	width:25px;
	margin-left:7px;
	margin-right:7px;
}

.basket_quantity_area_edit.color_box
{
	background:#F5DFD7;
}

/*.basket_quantity_area_edit input[type="text"]*/
.basket_quantity_area_edit input
{
	background:none;
    border:none;
	margin:0;
    padding:0;
	width: 100%;
	height:25px;
	line-height:25px;
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing:0.8px;
	font-weight:normal;
	color: #000;
	text-align: center;  
}


.table_results
{
	padding-top:25px;
	font-weight:normal;
	color:#000;
}

/*.table_results .table_results_item
{
	padding-left:5px;
	padding-right:5px;
}*/

.table_results_item .row
{
	display:flex;
	align-items:center;
	margin-left:-5px;	
	margin-right:-5px;	
}

.table_results_item .table_r_col
{
	padding-left:5px;	
	padding-right:5px;	
}

.table_results .table_results_item
{
	margin-top:5px;
}

.table_results .table_results_item:first-child
{
	margin-top:0;
}

.table_results_left
{
	font-family:'Abrade-Light',Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0.8px;
	font-weight:normal;
	color: #000;
	text-align: right; 
}

.table_results_right
{
	font-family:'Abrade-Light',Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:0.8px;
	font-weight:normal;
	color: #000;
	text-align: center; 
}

.table_results_item.bold .table_results_left
{
	font-family:'Abrade-Bold',Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:0.8px;
	font-weight:normal;
	color: #000;
	text-align: right; 
}

.table_results_item.bold .table_results_right
{
	font-family:'Abrade-Bold',Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:0.8px;
	font-weight:normal;
	color: #000;
	text-align: center; 
}

/*.table_results
{
	padding-top:20px;
	font-weight:normal;
	color:#000;
}

.table_results .table_results_item
{
	padding-left:5px;
	padding-right:5px;
}

.table_results_item .row
{
	margin-left:-5px;	
	margin-right:-5px;	
}

.table_results_item .table_r_col
{
	padding-left:5px;	
	padding-right:5px;	
}

.table_results_left
{
	
	font-size:13px;
	font-weight:normal;
	text-align:right;
	padding-top:3px;
}

.table_results_right
{
	font-family:'MatrixScriptGrRegular',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#000;
	text-align:right;
	padding-right:10px;
}

.table_results .table_results_item:last-child
{
	border-bottom:none;
}

.table_results_item.total_price
{
	
	color:#e0001a;
}

.table_results_item.total_price .table_results_left
{
	font-weight:900;
}

.table_results_item.total_price .table_results_right
{
	font-family:'MatrixScriptGrBold',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#e0001a;
}*/

/* basket button + oroi */
#basket_bottom_in
{
	margin-top:20px;
}

#button_confirm
{
	float:right;
}


.basket_link_send_in
{
	float:right;
	padding-top:5px;
}

.basket_link_send a
{
	font-family: 'pf_transportlight',Arial,Helvetica;
    font-size: 13px;
	letter-spacing:0.2px;
	font-weight:normal;
	color:#58585a;
}

#empty_basket
{
	padding:20px;
	font-size:17px;
	text-align:center;
}

/*.eshop_submit_btn_in:hover
{
	background:#cf6533;
}*/





/* NEW CODE */
.basket_confirm_item
{
	margin-bottom:20px;
}

.basket_confirm_item.with_bg
{
	padding-top:40px;
	padding-bottom:40px;
	margin-bottom:0;
	background:#f5f5f5;
}

.basket_confirm_item.with_bg:nth-child(2n)
{
	background:#fff;
}

.basket_confirm_item_t
{
	position:relative;
	/*margin-bottom:15px;*/
	
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ececed;
}

.basket_confirm_item_t.no_bottom
{
	margin-bottom:0;
}

.basket_confirm_item_t.without_border
{
	padding-bottom:0;
	border-bottom:0;
}

.title_conf
{
	font-family:'Abrade-Bold',Arial, Helvetica, sans-serif;
	font-size:17px;
	letter-spacing:0.8px;
	font-weight:normal;
	color: #000;
	text-align:left;
}


.basket_confirm_item_d.basket_form_user
{
	max-width:700px;
	margin:0 auto;
}

.back_send_out
{
	display:none;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px solid #ededee;
}

.back_send
{
	display:table;
	cursor:pointer;
	font-family:'Abrade-Light',Arial, Helvetica, sans-serif;
	letter-spacing:0.8px;
	color: #111111;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.back_send i
{
	font-size:15px;
	margin-right:5px;
}

.back_send:hover
{
	text-decoration:underline;
}

.send_way_data.active .back_send_out
{
	display:block;
}


/*.send_way_data_in
{
	border-top:1px solid #ededee;
}*/
.b_confirm_radio.send_way_radio.active .sub_send_txt
{
	display: none;
}


.basket_confirm_item .b_confirm_radio
{
	padding-top:20px;
	border-bottom:1px solid #ededee;
	padding-bottom:20px;
}

/*.basket_confirm_item .b_confirm_radio:first-child
{
	padding-top:0;
	
}*/

.basket_confirm_item .b_confirm_radio input[type="radio"] 
{
    display:none;
}

.basket_confirm_item .b_confirm_radio input[type="radio"] + label 
{
	display:flex;
	/*align-items:center;*/
	justify-content:space-between;
}

.basket_confirm_item .b_confirm_radio input[type="radio"] + label h4
{
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	letter-spacing:0.6px;
}

.basket_confirm_item .b_confirm_radio input[type="radio"] + label h5
{
	font-family:'Abrade-Light',Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	letter-spacing:0.6px;
	margin-top: 20px;
}

.basket_confirm_item .b_confirm_radio input[type="radio"] + label h6
{
	font-family:'Abrade-Light',Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#000000;
	letter-spacing:0.6px;
	margin-top: 5px;
}

.basket_confirm_item .b_confirm_radio input[type="radio"] + label h6.pink
{
	color:#ff37ab;
}

.basket_confirm_item .b_confirm_radio input[type="radio"] + label span 
{
    min-width:22px;
    min-height:22px;
    margin:0;
	margin-left:15px;
    vertical-align:middle;
	background:none;
    /*background:url(../images/icons/reg_checkbox.png) top left no-repeat;*/
	border:1px solid #000;
	border-radius:100%;
    cursor:pointer;
}

.basket_confirm_item .b_confirm_radio input[type="radio"]:checked + label span 
{
	border:1px solid #000;
	background: url(../images/design/check_arrow_r.png) center center no-repeat #000;

	
	  /*background:url(../images/icons/reg_checkbox.png) bottom left no-repeat;*/
}

.basket_confirm_item .b_confirm_radio .b_confirm_radio_field_in
{
	/*display:inline-block;*/
	display:flex;
	justify-content:space-between;
	/*align-items:center;*/
	width:100%;
}

.basket_confirm_item .b_confirm_radio .b_confirm_radio_field_in_in
{
	display:flex;
	/*align-items:center;*/
}

.basket_confirm_item .b_confirm_radio .b_confirm_radio_send
{
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#000000;
	letter-spacing:0.6px;
	white-space:nowrap;
}

.basket_confirm_item .b_confirm_radio .b_confirm_radio_field_image
{
	width:22px;
	margin-right:15px;
	margin-top:-4px;
}
/*
.b_confirm_radio_text
{
	padding-top:20px;
	display:none;
}

.b_confirm_radio_txt
{
	margin-bottom:20px;
}

.b_confirm_radio.active .b_confirm_radio_text
{
	display:block;
}
*/
.b_confirm_radio.hide_tab
{
	display:none;
}



/*express αποστολή*/
.b_confirm_radio_express.send_way_radio.active .sub_send_txt
{
	display: none;
}


.basket_confirm_item .b_confirm_radio_express
{
	padding-top:20px;
	border-bottom:1px solid #ededee;
	padding-bottom:20px;
}

/*.basket_confirm_item .b_confirm_radio_express:first-child
{
	padding-top:0;
	
}*/

.basket_confirm_item .b_confirm_radio_express input[type="checkbox"] 
{
    display:none;
}

.basket_confirm_item .b_confirm_radio_express input[type="checkbox"] + label 
{
	display:flex;
	/*align-items:center;*/
	justify-content:space-between;
}

.basket_confirm_item .b_confirm_radio_express input[type="checkbox"] + label h4
{
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	letter-spacing:0.6px;
}

.basket_confirm_item .b_confirm_radio_express input[type="checkbox"] + label h5
{
	font-family:'Abrade-Light',Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	letter-spacing:0.6px;
	margin-top: 20px;
}

.basket_confirm_item .b_confirm_radio_express input[type="checkbox"] + label h6
{
	font-family:'Abrade-Light',Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#000000;
	letter-spacing:0.6px;
	margin-top: 5px;
}

.basket_confirm_item .b_confirm_radio_express input[type="checkbox"] + label h6.pink
{
	color:#ff37ab;
}

.basket_confirm_item .b_confirm_radio_express input[type="checkbox"] + label span 
{
    min-width:22px;
    min-height:22px;
    margin:0;
	margin-left:15px;
    vertical-align:middle;
	background:none;
    /*background:url(../images/icons/reg_checkbox.png) top left no-repeat;*/
	border:1px solid #000;
	border-radius:100%;
    cursor:pointer;
}

.basket_confirm_item .b_confirm_radio_express input[type="checkbox"]:checked + label span 
{
	border:1px solid #000;
	background: url(../images/design/check_arrow_r.png) center center no-repeat #000;

	
	  /*background:url(../images/icons/reg_checkbox.png) bottom left no-repeat;*/
}

.basket_confirm_item .b_confirm_radio_express .b_confirm_radio_field_in
{
	/*display:inline-block;*/
	display:flex;
	justify-content:space-between;
	/*align-items:center;*/
	width:100%;
}

.basket_confirm_item .b_confirm_radio_express .b_confirm_radio_field_in_in
{
	display:flex;
	/*align-items:center;*/
}

.basket_confirm_item .b_confirm_radio_express .b_confirm_radio_send
{
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#000000;
	letter-spacing:0.6px;
	white-space:nowrap;
}

.basket_confirm_item .b_confirm_radio_express .b_confirm_radio_field_image
{
	width:22px;
	margin-right:15px;
	margin-top:-4px;
}
/*
.b_confirm_radio_text
{
	padding-top:20px;
	display:none;
}

.b_confirm_radio_txt
{
	margin-bottom:20px;
}

.b_confirm_radio.active .b_confirm_radio_text
{
	display:block;
}
*/
.b_confirm_radio_express.hide_tab
{
	display:none;
}
/*express αποστολή τέλος*/


.comments_area
{
	border:1px solid #a3a3a3;

}
/*
.comments_area textarea::-webkit-input-placeholder
{
	color:#000000;
}
.comments_area textarea:-moz-placeholder
{
	color:#000000;
	opacity:1;
}
.comments_area textarea::-moz-placeholder
{
	color:#000000;
	opacity:1;
}
.comments_area textarea:-ms-input-placeholder
{
	color:#000000;
}
*/

.comments_area textarea
{
	width:100%;
	height:95px;
	border:0;
	padding:1%;
	background:#FFF;
	font-weight:normal;
	color:#000;
	font-size:14px;
	outline: none;
	resize: none;
}

.b_confirm_tabs_top 
{
	position:relative;
	background:#0081b6;
}

.b_confirm_tabs_top.center .nav-tabs
{
	display:table;
	margin:0 auto;
}

.b_confirm_tabs_top.center .nav-tabs > li
{
	float:left;
}

.b_confirm_tabs_top .nav-tabs
{
	border:none;
	display: flex;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/

}

.b_confirm_tabs_top .nav-tabs > li
{
	display:inline-block;
	flex-grow:1;
	position:relative;
	border:0;
	margin:0;	
}

.b_confirm_tabs_top .nav-tabs > li > a 
{
	display:block;
	margin:0;
	border:none;
	text-align:center;
	line-height:normal;
	border-radius:0;
	font-family:'pf_highway_gothic_compregular',Arial, Helvetica, sans-serif;
	font-size:18px;
	letter-spacing:0.8px;
	font-weight:normal;
	color: #fff;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.b_confirm_tabs_top .nav-tabs > li > a:hover,
.b_confirm_tabs_top .nav-tabs > li > a:focus
{
	background:#e0001a;
	color:#fff;
	border:none;
}

.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #e0001a;
	border-width: 7px;
	margin-left: -7px;
}

.b_confirm_tabs_top .nav-tabs > li.active > a, 
.b_confirm_tabs_top .nav-tabs > li.active > a:hover, 
.b_confirm_tabs_top .nav-tabs > li.active > a:focus
{
	background:#e0001a;
	color:#fff;
	border:none;
}

.b_confirm_tabs_top .nav-tabs > li.active > a
{
	background:#e0001a;
	color:#fff;
	border:none;
}
.b_confirm_tabs_top .nav-tabs > li.active > a:after
{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #e0001a;
	border-width: 7px;
}

.b_confirm_tabs_top .nav-tabs > li:last-child > a, 
.b_confirm_tabs_top .nav-tabs > li.active:last-child > a
{
	border-right:none;	
}

.b_confirm_tabsa_top .nav-tabs > li span
{
	margin-right:15px;
}

.b_confirm_tabs_bottom
{
	font-family:'pf_highway_sans_prothin',Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	line-height:25px;
	color: #333333;
}

.b_confirm_tabs_bottom h3
{
	font-family:'pf_highway_gothic_complight',Arial, Helvetica, sans-serif;
	font-size:26px;
	letter-spacing:0.4px;
	font-weight:normal;
	color: #001744;
	cursor:pointer;
	margin-bottom:5px;
}

.b_confirm_tabs_bottom_in
{
	padding-top:30px;
	padding-bottom:30px;
}

.timologisi_form
{
	display:none;
	padding-top:30px;
}

.timologisi_form.active
{
	display:block;
}

.eshop_oroi
{
  /*  font-size: 10px;
	font-weight:normal;
	letter-spacing:1.1px;
	color:#000;*/
	color: #000000;
    font-family: "Abrade-Light",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.6px;
}

.eshop_oroi strong
{
	font-family: "Abrade-Medium",Arial,Helvetica,sans-serif;
	font-weight:normal;
}

.eshop_oroi a
{
	color:#000;
	text-decoration:underline;
}


.eshop_oroi input[type="checkbox"]
{
	display:none;
}

.eshop_oroi input[type="checkbox"] + label
{
	margin:0;
	padding:0;
	cursor:pointer;
	font-weight:normal;
	font-family:'Abrade-Regular',Arial, Helvetica, sans-serif;
	/*display:flex;
	align-items:center;*/
}
	
.eshop_oroi input[type="checkbox"] + label span.check_img_oroi
{
	float:left;
    /*background: url(../images/icons/reg_checkbox.png) top left no-repeat;*/
	border:1px solid #000;
	border-radius:100%;
    cursor: pointer;
	display:inline-table;
	width:22px;
    height:22px;
    margin:0;
    vertical-align: middle;
	margin-right:10px;
}

.eshop_oroi input[type="checkbox"]:checked + label span.check_img_oroi
{
	border:1px solid #01e087;
	background: url(../images/design/check_arrow_r.png) center center no-repeat #01e087;
}

.check input[type="checkbox"] + label span
{
	margin:-3px 5px 0 0 !important;
}


.basket_list_buttons
{
	float:right;
	margin-top:30px;	
}

.basket_order_btn
{
}

.basket_order_btn a
{
}

.btn_back
{
	display:table;
	margin:0 auto;
	margin-top:15px;
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn_back a
{
	display:block;
    font-family:'Abrade-Light',Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:0.8px;
	font-weight:normal;
	/*color: #a5a5a5;*/
	color:#1D1F23;
	cursor:pointer;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn_back span
{
	font-size:13px;
	margin-right:5px;
}

.btn_back:hover > a
{
	text-decoration:underline;
}


/* basket confirm */
#login_register_box h3
{
    font-size: 17px;
	font-weight:700;
	letter-spacing:0.6px;
	color:#0081b6;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:10px;
}

.visitor_txt
{
	font-size:13px;
	color:#000;
	margin-bottom:10px;
}

/*.visitor_btn
{
	border:1px solid #0081b6;
	background:#0081b6;
	display:table;
	margin:0 auto;
	padding:8px 15px;
	font-size: 13px;
	font-weight:normal;
	letter-spacing:0.8px;
	color:#fff;
	cursor:pointer;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.visitor_btn:hover
{
	background:none;
	color:#0081b6;
}*/

.login_register_btn
{
	/*display:table;
	margin:0 auto;*/
}

.login_register_btn
{
	border:1px solid #0081b6;
	background:#0081b6;
	text-align:left;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	margin-bottom:13px;
}

.login_register_btn span
{
	font-size:18px;
	/*font-size:18px;
	font-weight:normal;*/
	margin-right:8px;
	vertical-align:-2px;
}

.login_register_btn a
{
	display:block;
	padding:8px 15px;
    font-size: 13px;
	font-weight:normal;
	letter-spacing:0.8px;
	color:#fff;
	cursor:pointer;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.login_register_btn:hover
{
	background:none;
}

.login_register_btn:hover a
{
	color:#0081b6;
}

.login_register_btn.f_btn
{
	border:1px solid #3B5998;
	background:#3B5998;
}

.login_register_btn.f_btn:hover
{
	background:none;
}

.login_register_btn.f_btn:hover a
{
	color:#3B5998;
}

.login_register_btn.g_btn
{
	border:1px solid #db4437;
	background:#db4437;
}

.login_register_btn.g_btn:hover
{
	background:none;
}

.login_register_btn.g_btn:hover a
{
	color:#db4437;
}

.confirm_area_or 
{
    border-top: 1px solid #ebebed;
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative;
}

.confirm_area_or span 
{
    background: #fff;
	font-size:30px;
    color: #adadad;
    dist-splay: block;
	position:absolute;
	left:50%;
	top:0;
	padding-left:10px;
	padding-right:10px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*
.login_register_btn.f_btn
{
	background:#3B5998;
}

.login_register_btn.f_btn:hover
{
	background:#3B5998;
}

.login_register_btn.g_btn
{
	background:#db4437;
}

.login_register_btn.g_btn:hover
{
	background:#db4437;
}

.f_btn a
{
    font-size: 13px;
	background:url(../images/design/f_btn.png) left center no-repeat;
	padding-left:40px;
	text-align:left;
}

.t_btn a
{
	font-size: 13px;
	background:url(../images/design/t_btn.png) left center no-repeat;
	padding-left:40px;
	text-align:left;
}

.g_btn a
{
	font-size: 13px;
	background:url(../images/design/g_login.png) left center no-repeat;
	padding-left:40px;
	text-align:left;
}

.login_user a
{
	font-size: 13px;
	background:url(../images/design/login_icon.png) left center no-repeat;
	padding-left:40px;
	text-align:left;
}

.creat_account
{
	background:#DF001A;
}

.creat_account a
{
	font-size: 13px;
	background:url(../images/design/create_account.png) left center no-repeat;
	padding-left:40px;
	text-align:left;
}
*/
/* NEW CODE */

.basket_results_bg
{
	position:relative;
	z-index:1;
	background:#00569a;
}

.basket_confirm_item.margin_top
{
	margin-top:30px;	
}

.basket_confirm_item h3
{
    font-size: 17px;
	font-weight:normal;
	color:#000;
	letter-spacing:0.8px;
	margin-bottom:20px;
}

.basket_con_item
{
	margin-bottom:30px;
}

.basket_con_item:last-child
{
	margin-bottom:0;
}

.stoixeia_item
{
	margin-bottom:5px;
	display:table;
	width:100%;
}

.stoixeia_item_title
{
	/*float:left;
	width:115px;*/
	width:35%;
	display:table-cell;
	padding-left:5px;
	padding-right:5px;
	padding-top:8px;
	padding-bottom:8px;
	background:#d1d2d4;
    font-size: 15px;
	font-weight:normal;
	letter-spacing:0.7px;
	color:#000;
	text-align:right;
}

.stoixeia_item_data
{
	width:65%;
	display:table-cell;
	border:1px solid #d1d2d4;
	padding-left:5px;
	padding-right:5px;
	padding-top:7px;
	padding-bottom:7px;
	background:#fff;
    font-size: 15px;
	letter-spacing:0.7px;
	font-weight:normal;
	color:#000;
}

#use_other_stoixeia
{
	float:right;
	margin-top:20px;
	margin-bottom:10px;
	display:block;
	border-radius:3px;
	
	background:#0081b6;
	
	width:215px;
	text-align:center;
	
    font-size: 15px;
    font-weight: normal;
	color:#fff;
	letter-spacing:0.2px;
    height: 35px;
	line-height:35px;
	cursor:pointer;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#use_other_stoixeia:hover
{
	background:#e0001a;
}

/*select.new_stoixeia_c
{
	width:100%;
}*/

select:not([multiple]).new_stoixeia_c
{
	height: 39px !important;
    line-height: 36px;
}

select.new_stoixeia_c  
{
	width: -moz-calc(100% + 1px);
    width: -webkit-calc(100% + 1px);
    width: calc(100% + 1px);
}


/*#use_other_stoixeia:hover
{
	background:#b49f74;
	color:#1d1009;
}*/

.padding_top_30
{
	padding-top:30px;
}


#send_items_bottom
{
	display:none;
}

#send_items_bottom .window_middle_bar_in
{
	padding:0;
}

#send_items_bottom h3
{
	display:none;		
}

#send_way
{
	/*padding-top:0;*/
}

.send_way_item
{
	margin-bottom:5px;
}
/*
.send_way_item
{
	float:left;
	position:relative;
	background:#e6e6e6;
	font-family:'pf_transportlight',Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing:0.6px;
	color:#000000;
	padding-left:35px;
	padding-right:35px;
	padding-top:10px;
	padding-bottom:10px;
	margin-right:4px;
	border-radius:3px;
	position:relative;
	cursor:pointer;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.send_way_item:nth-child(4)
{
	margin-right:0;
}

.send_way_item:hover
{
	background:#333333;
	color:#fff;
	cursor:pointer;
}

.send_way_item_active
{
	background:#333333;
	color:#fff;
	cursor:pointer;
}

.send_way_item_text
{
	display:none;
	padding-left:23px;
	margin-top:10px;
	font-family:'ubuntubold',Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#333333;
}
*/
.send_way_item_text
{
	/*display:none;*/
	padding-left:30px;
	margin-top:5px;
	margin-bottom:20px;
	font-weight:normal;
	color:#000;
}

.basket_confirm_item input[type="radio"] 
{
    display:none;
}

.basket_confirm_item input[type="radio"] + label 
{
	font-size:16px;
	font-weight:normal;
	letter-spacing:0.6px;
	color:#000000;
	cursor:pointer;
	margin-bottom:0;
}

.basket_confirm_item input[type="radio"] + label span 
{
    display:inline-table;
    width:20px;
    height:20px;
    margin:-2px 7px 0 0;
    vertical-align:middle;
   /* background:url(../images/icons/radio_button.png) top left no-repeat;*/
    cursor:pointer;
}

.basket_confirm_item input[type="radio"]:checked + label span 
{
	 /*background:url(../images/icons/radio_button.png) bottom left no-repeat;*/
}



.sub_send_way_item
{
	margin-bottom:5px;
	padding-left:5px;
}

#new_pay_apodeiksh_div .window_middle_bar_in
{
	padding:0;	
}

/*
.comments_area textarea::-webkit-input-placeholder
{ 
	font-weight:bold;
	color:#666;
}
.comments_area textarea:-moz-placeholder 
{ 
	font-weight:bold;
	color:#666;
	opacity:1;
}
.comments_area textarea::-moz-placeholder 
{
	font-weight:bold;
	color:#666;
	opacity:1;
}
.comments_area textarea:-ms-input-placeholder 
{
	font-weight:bold;
	color:#666;
}
*/

#send_way_right .basket_con_item
{
	margin-bottom:15px;
}

.basket_list_coupon
{
	margin-top:30px;	
}

.basket_list_coupon.basket_list_coupon_n
{
	display: block;
    /* border: 1px solid #bbbbbb;
    border-radius: 2px;
    padding: 8px; */
}

.basket_list_coupon.basket_list_coupon_r
{
	display: none;
    /* padding: 8px;
    border-radius: 2px;
	border: 1px solid #bbbbbb; */
	border-bottom: 1px solid #ededee;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.coupon_area_out
{
	
}

.coupon_area_out.right
{
	float:right;
	width:400px;
}

.coupon_area_title
{
	font-family:'Abrade-Bold',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#000;
	letter-spacing:0.5px;
	margin-bottom:10px;
}

.coupon_area_data
{
	/*margin-top:40px;
	margin-bottom:60px;*/
    position: relative;
	z-index:16;
	/* border-bottom:1px solid #000; */
	border: 1px solid silver;
}

.coupon_area_data_in
{
	position:relative;
	z-index:5;
}

.check_coupon
{
	display: table-cell;
	position: relative;
    white-space: nowrap;
	vertical-align: middle;
    width: 1%;
	cursor:pointer;
}

/* .check_coupon .check_coupon_in
{
	background:url(../images/design/enter_icon.png) center center no-repeat;
	border:none;
	padding:0;
	margin:0;
	height:30px;
	padding-left:15px;
	padding-right:15px;
} */

.check_coupon .check_coupon_in {
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Abrade-Medium',Arial, Helvetica, sans-serif;
    color: white;
    border: none;
    padding: 0;
    margin: 0;
    height: 30px;
    padding-left: 15px;
	padding-right: 15px;
	transition: background-color .25s ease-out,color .25s ease-out;
}

.check_coupon .check_coupon_in:hover {
	background: #626369;
}

.coupon_area
{
	display: table-cell;
	width: 100%;
}

.coupon_area_in
{
	padding-left:10px;
	padding-right:10px;
}

.coupon_area input[type="text"]
{
    background: none;
    border:none;

	font-family:'Abrade-Regular',Arial, Helvetica, sans-serif;
	font-weight:normal;
    font-size: 13px;
	color: #000;
    height:30px;
    line-height: 30px;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 100%;
}

.coupon_area input[type="text"]::-webkit-input-placeholder
{
	color:#959799;
}
.coupon_area input[type="text"]:-moz-placeholder
{
	color:#959799;
	opacity:1;
}
.coupon_area input[type="text"]::-moz-placeholder
{
	color:#959799;
	opacity:1;
}
.coupon_area input[type="text"]:-ms-input-placeholder
{
	color:#959799;
}

.coupon_results_in
{
	color:green;
	text-align:left;
	font-weight:normal;
	font-size:14px;
}

.coupon_results_in
{	
	margin-top:5px;
}

.coupon_results_in.alert.alert-danger {
	background-color: transparent;
    border-color: #a94442;
    border-radius: 2px;
}

.coupon_results_in.alert.alert-danger .close {
	opacity: .7;
}

.coupon_wrong_message {
	margin-left: 18px;
	margin-top: -18px;
}

span.check_img_coupon
{
    border:1px solid #01e087;
	background: url(../images/design/check_arrow_r.png) center center no-repeat #01e087;
	border-radius:100%;
    display:inline-block;
	vertical-align:middle;
    height: 18px;
    margin:0;
	margin-left:7px;
    min-width: 18px;
    width: 18px;
	margin-right:10px;
}

.coupon_results_in.basket_list_p_send {
	font-family: 'Abrade-Medium',Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}

.basket_list_p_item.discount_price_div.red {
	color: #d0021c;
}

.coupon_remove_offer {
    padding: 0 10px;
    text-decoration: underline;
    color: #5d5c5c;
	margin-top: 15px;
	cursor: pointer;
}

.coupon_remove_offer.check_coupon {
    display: block;
}

#coupon_code::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	font-size: 12px;
}
#coupon_code:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 12px;
}
#coupon_code::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 12px;
}
#coupon_code:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 12px;
}

/*.coupon_area
{
	float:left;
	width:250px;
}

.coupon_area input[type="text"] 
{
	border:1px solid #0081b6;
    width:100%;
	height:36px;
	line-height:26px;
	padding:1%;
	background:#FFF;
	font-weight:bold;
	color:#58585a;
	font-size:13px;
	outline: none;
	resize: none;
}

.check_coupon
{
	float:left;
	width:100px;
	height:36px;
	line-height:36px;
	background:#0081b6 ;
	font-weight:700;
	color:#fff;
	text-align:center;
	font-size:15px;
	letter-spacing:0.5px;
	cursor:pointer;
}*

.coupon_results
{
	color:#da0020;
	text-align:right;
	font-weight:normal;
	font-size:16px;
}

.coupon_results_in
{
	margin-top:10px;
}

#pay_way
{
	padding-top:10px;
}

#pay_way_tabs
{
	border-bottom:1px solid #c6c5c6;
	position:relative;
}

#pay_way_tabs_in
{
	display:table;
	margin:0 auto;
}

.pay_apodeiksh_item
{
	margin-bottom:5px;
}

.pay_help
{
	position:absolute;
	top:4px;
	right:27px;
	background:url(../images/design/help.png) top left no-repeat;
	width:11px;
	height:10px;
	cursor:pointer;
}

#div_cellphone .pay_help
{
	right:5px;
}

.pay_way_item
{
	float:left;
	position:relative;
	
	background: #0081b6;
	font-size:16px;
	font-weight:normal;
	letter-spacing:0.6px;
	color:#fff;
	padding-left:35px;
	padding-right:35px;
	padding-top:10px;
	padding-bottom:10px;
	margin-right:4px;
	position:relative;
	cursor:pointer;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.pay_way_item:nth-child(4)
{
	margin-right:0;
}

.pay_way_item:hover
{
	background:#e0001a;
	
	color:#fff;
	cursor:pointer;
}

.pay_way_item_active
{
	background:#e0001a;
	
	color:#fff;
	cursor:pointer;
}

#pay_way_description
{
	position:relative;
}

.pay_way_description_item
{
	display:none;
	font-size:16px;
	font-weight:normal;
	letter-spacing:0.2px;
	color:#000;
}

.pay_way_description_item:first-child
{
	display:block;
}

.pay_way_description_item_in
{
	
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	padding-right:10px;
}



#send_way2
{
	padding-top:10px;
}

#send_way_tabs
{
	border-bottom:1px solid #c6c5c6;
	position:relative;
}

#send_way_tabs_in
{
	display:table;
	margin:0 auto;
}

.send_way_apodeiksh_item
{
	margin-bottom:5px;
}

.send_way_help
{
	position:absolute;
	top:4px;
	right:27px;
	background:url(../images/design/help.png) top left no-repeat;
	width:11px;
	height:10px;
	cursor:pointer;
}

#div_cellphone .send_way_help
{
	right:5px;
}



#send_way_description
{
	position:relative;
	
	-webkit-box-shadow: 0px -3px 4px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px -3px 4px 0px rgba(0,0,0,0.10);
	box-shadow: 0px -3px 4px 0px rgba(0,0,0,0.10);
}

.send_way_description_item
{
	display:none;
	font-family:'pf_transportlight',Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing:0.2px;
	color:#58585a;
}

.send_way_description_item:first-child
{
	display:block;
}

.send_way_description_item_in
{
	
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	padding-right:10px;
}

.basket_confirm_item .confirm_left, .basket_confirm_item .confirm_right
{
	float:left;	
}

.basket_confirm_item .confirm_right
{
	margin-bottom:20px;
}

/* basket complete */
#complete_back a 
{
    font-size: 13px;
    font-weight: normal;
	color:#4d4b4b;
}

/* history */
.order_item
{
	border:1px solid #d2dbdf;
	margin-bottom:30px;
	padding:10px;
	
	color: #000;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	
	-webkit-transition:  all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transform: all 0.3s ease;
	transition: all 0.3s ease;
}

.order_item:hover
{
	border:1px solid #000;	
}

.order_item strong
{
	font-family:'Abrade-Bold',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;	
}

.order_item a
{
	color: #000;
	text-decoration:underline;
}

#history_bottom.with_top
{
	margin-top:30px;
}

#history_back a 
{
    font-size: 14px;
    font-weight:300;
	color:#000;
	-webkit-transition:  all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transform: all 0.3s ease;
	transition: all 0.3s ease;
}

#history_back a:hover 
{
	
	text-decoration:underline;
}

#history_order_title
{
	color: #000;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}

#history_order_title span
{
	color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

#basket_popup_empty
{
	font-size:16px;
	text-align:center;
	margin-top:20px;
}


#eshop_messages
{
	padding-top:10px;
	padding-bottom:10px;
}

/* eshop_order_visitor */

.center_order
{
	margin:0 auto;
	max-width:600px;
}

.visitor_pad
{
	padding-top:30px;
}

.visitor_center
{
	display:table;
	margin:0 auto;	
}

#tim_visitors
{
	padding-top:20px;
}

#tim_visitors h3
{
	text-align:center;
}

/* --------------- */





.title_area_left_in
{
	padding-top:25px;
}



.title_area_right_top
{
	font-family:'ubunturegular',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#EB1C29;
	text-align:right;
	background:url(../images/design/dot.png) bottom left repeat-x;
}

.title_area_right_top .title_area_right_top_in
{
	margin-left:10px;
	font-family:'freestyle_scriptregular',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:51px;
}

.title_area_right_top2
{
	font-family:'ubunturegular',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#aec437;
	text-align:right;
	background:url(../images/design/dot.png) bottom left repeat-x;
}

.title_area_right_top2 span
{
	margin-left:10px;
	font-family:'freestyle_scriptregular',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:30px;
}

.title_area_right_top3
{
	font-family:'ubunturegular',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#00569a;
	text-align:right;
}

.title_area_right_top3 span
{
	margin-left:10px;
	font-family:'freestyle_scriptregular',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:25px;
}

.title_area_right_top3_in
{
	text-align:left;
	font-size:11px;
	margin-top:-5px;
}

.title_area_right_top3_in a
{
	color:#00569a;
}

.title_area_right_bottom
{
	font-family:'ubunturegular',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#666666;
}






/*#table_header
{
	position:relative;
	z-index:1;
	width:100%;
	height:44px;
	line-height:44px;
	border-top:1px solid #b6b1ad;
	border-bottom:1px solid #b6b1ad;
	font-family:'pf_agora_sans_prolight',Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	letter-spacing:0.6px;
	color:#4e3828;
}

#table_header table td
{
	border-right:1px solid #b6b1ad;
}

#table_header table td:last-child
{
	border-right:0;
}*/








#basket_send_text
{
	margin-top:20px;
	text-align:right;
	
}

#basket_send_text a
{
	font-family: 'ubuntubold',Arial,Helvetica;
    font-size: 16px;
	font-weight:normal;
	letter-spacing:0.2px;
	color:#4D4B4B;
}

#basket_save_area
{
	padding-top:20px;
	border-bottom: 1px solid #b1b1b1;
}

#basket_save_area_in
{
	padding-left:20px;
	padding-right:20px;
}

#basket_save_area_left
{
	float:left;
	padding-top:20px;
	width:210px;
}

#basket_save_area_center
{
	float:left;
	width:587px;
}

.money_save_area
{
	margin:0 auto;
	background:url(../images/design/basket_save_bg.png) top left no-repeat;
	width:161px;
	height:128px;
}

.b_title
{
	padding-bottom:0;
}

.b_title_left
{
	width:290px;
}

.b_title_center
{
	width:420px;
	padding-top:22px;
}

.b_title_right
{
	width:290px;
	padding-bottom:10px;
}

.money_save_area_in
{
	padding-top:74px;
	text-align:center;
}

.money_save_area_in h3
{
	font-family:'ubuntumedium',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#fff;
}

.money_save_area_in .save_price
{
	font-size:44px;
}

#basket_save_area_right
{
	float:right;
	padding-top:20px;
	width:200px;
	padding-left:13px;
}

.button_blue
{
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	background:#64AAD6;
	border:1px solid #fff;
	border-radius:5px;
	height:31px;
	line-height:31px;
	
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.4);
	box-shadow:0 0 2px rgba(0,0,0,0.4);
	
	font-family:'ubuntubold',Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	cursor:pointer;
}

.save_bg
{
	padding-right:20px;
	background:url(../images/design/save_cancel.png) right center no-repeat;
}

.refresh_bg
{
	padding-right:35px;
	background:url(../images/design/save_refresh.png) right center no-repeat;
}

.save_price_text
{
	margin-top:5px;
	font-family:'ubuntulight',Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#333333;
	font-size:13px;
}

.save_price_text span
{
	font-size:20px;
}







#eshop_order_complete
{
	/*font-size:18px;
	padding-left:50px;
	padding-left:50px;
	font-family:'ubunturegular',Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:1px;*/
}

#complete_bottom
{
	margin-top:30px;
}


.comment_shadow
{
	-moz-box-shadow:0  8px 8px -8px rgba(0,0,0,0.5), 0 -8px 8px -8px rgba(0,0,0,0.5);
	-webkit-box-shadow:0  8px 8px -8px rgba(0,0,0,0.5), 0 -8px 8px -8px rgba(0,0,0,0.5);
	box-shadow:0  8px 8px -8px rgba(0,0,0,0.5), 0 -8px 8px -8px rgba(0,0,0,0.5);
}




#basket_pop 
{
    display: none;
	width:320px;
	right:0;
    margin-top: -6px;
    position: absolute;
	z-index:100;
}

#basket_pop_arrow
{
	background:url(../images/design/arrow_bg.png) no-repeat;
	background-position: 94% top;
	height:4px;
}

#basket_pop_in
{
	padding:15px;
	background:#CEC9C4;
	-moz-box-shadow: 1.42px 1.55px 1.55px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1.42px 1.55px 1.55px rgba(0,0,0,0.4);
	box-shadow: 1.42px 1.55px 1.55px rgba(0,0,0,0.4);
}

#basket_pop_in h2
{
	font-family:'pf_din_text_cond_probold',Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	letter-spacing:0.6px;
	color:#fff;
	text-align:center;
	text-shadow: 1.42px 1.55px 1.55px rgba(0,0,0,0.3);
	margin-bottom:5px;
}

#basket_pop_in h2 a
{
	color:#fff;
}

#basket_pop_bottom
{
	
}

.basket_pop_item
{
	background:#fff;
	padding:15px;
	margin-bottom:3px;
	line-height:normal;
}

.basket_pop_item_left
{
	float:left;
	width:75px;
	margin-right:10px;
}

.basket_pop_item_right
{
	float:left;
	width:175px;
}

.basket_pop_item_right_top
{
	margin-bottom:6px;
}

.basket_pop_item_right h3
{
	font-family:'pf_din_text_cond_promedium',Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#636363;
}

.basket_pop_item_right_bottom
{
	border-top:1px solid #d8d4d0;
	padding-top:3px;
	font-family: 'pf_din_text_cond_proregular',Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
	
}

.basket_pop_green
{
	color:#85AD00;
}

.basket_pop_blue
{
	color:#49AFDE;
}

#basket_pop_final_price
{
	background:#4D4B4B;
	padding-left:5px;
	padding-right:5px;
	padding-top:8px;
	padding-bottom:8px;	
	font-family: 'pf_din_text_cond_probold',Arial,Helvetica,sans-serif;
    font-size: 15px;
	letter-spacing:0.6px;
    font-weight: normal;
	color:#FFFFFF;
	text-align:right;
}

#basket_pop_final_price_title
{
	color:#9F948B !important;
}

#basket_pop_final_price span
{
	color:#FFFFFF;
}

#basket_pop_btn
{
	margin-top:12px;
	background:url(../images/design/basket_popup_btn.png) top right no-repeat;
	width:290px;
	height:34px;
	
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0x 3px 3px rgba(0,0,0,0.3);
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

#basket_pop_btn:hover
{
	background-position:bottom right;
}

#basket_pop_btn a
{
	display:block;
	line-height:35px;
	padding-left:10px;
	font-family: 'pf_din_text_cond_promedium',Arial,Helvetica,sans-serif;
    font-size: 17px;
	letter-spacing:0.8px;
    font-weight: normal;
	color:#FFFFFF;
	text-shadow:1.4px 1.55px 1.55px rgba(0,0,0, 0.2);
}

/* city keyup */
.cities_popup
{
	display:none;
	position:absolute;
	border:1px solid #000;
	background:#fff;
	z-index:100;
}

.city_item
{
	background:#fff;
	color:#000;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #000;
	cursor:pointer;
	
	-webkit-transition:  all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transform: all 0.5s ease;
	transition: all 0.5s ease;
}

.city_item:hover
{
	background:#000;
	color:#fff;
}

.city_item.active
{
	background:#000;
	color:#fff;
}

/* popup basket */
.popup_out
{
	background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
	top:0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.popup_basket
{
	display:none;
	position:fixed;
	z-index:3000;	
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	 box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.popup_basket.active
{
	display:block;
	
}

.popup_basket_area
{
	width:450px;
	background:#fff;
}

.popup_basket_area_title 
{
	position:relative;
	padding-top:5px;
	padding-bottom:5px;
	background:#0081B6;
}

.popup_basket_area_title h2
{
	font-size: 13px;
	letter-spacing:1px;
	color:#fff;
	font-weight:700;
	text-align:center;
}

.popup_delete
{
	position:absolute;
	right:0;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	font-size:15px;
	cursor:pointer;
	color:#fff;
}

.popup_basket_area_in
{
	padding:20px;
}

.popup_basket_area_in_in
{
	display:flex;
}

.popup_basket_photo
{
	width:100px;
	margin-right:35px;
}

.popup_basket_photo_in
{
	width:inherit;
}

.popup_basket_right
{
	width:100%;
}

.popup_basket_right_in
{
	display:flex;
	height:100%;
	justify-content: space-between;
	flex-direction:column;
}

.popup_basket_txt h2
{
	font-weight:300;
	font-size: 19px;
	color: #000000;
	margin-bottom:3px;
}

.popup_basket_txt h5
{
	font-weight:300;
	font-size: 14px;
	font-style:italic;
	color: #000000;	
}

.popup_basket_txt h3
{
	color: #989898  !important;

    font-size: 13px !important;
    font-weight: normal;
    font-weight: normal;
   	letter-spacing: 0.4px;
    margin-bottom: 5px;
}


.popup_basket_txt h4
{
	font-size:13px !important;
	font-weight:300;
	color:#768490 !important;
	margin-top:10px;
}

.popup_basket_buttons
{
	margin-top:20px;
}

.popup_basket_btn:first-child
{
	margin-top:0;
}

.popup_basket_btn
{
	margin-top:15px;
}

.popup_basket_btn a
{
	display:block;
	background:#0081B6;
	padding:8px 15px;
	text-align:center;
	font-size: 12px;
	color:#fff;
	font-weight:700;
	cursor:pointer;
}

.popup_basket_btn.red a
{
	background:#e0001a;
}
/* popup_basket */

.announcepopup
{
	min-width:400px;
	background:#fff;
	position:relative;

	z-index:99998;
	
	/*-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);*/
}

.announcepopup_top
{
	position:relative;
	background:#000;
	padding:10px;
}

.announcepopup_top h2
{
	color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.announcepopup_close
{
	position:absolute;
	z-index:10;
	top:50%;
	margin-top:-11px;
	right:10px;
	width:22px;
	height:22px;
	cursor:pointer;
}

.announcepopup_close i
{
	font-size:22px;
	line-height:22px;
	width:inherit;
	text-align:center;
	color:#fff;
}


.announcepopup_bottom
{
	padding:10px;
	background:#fff;
    color: #333333;
	font-size:13px;
	text-align:center;
}

.popup_btn
{
	display:table;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:10px;
}

.yes_link,
.close_link
{
	font-size:13px;
	font-weight:normal;
    background:#fff;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	cursor:pointer;
}

.yes_link
{
	border:1px solid #0081b6 ;
	color:#0081b6 ;
	margin-right:15px;
}

.close_link
{
	border:1px solid #e7505a;
	color:#e7505a;
}

.yes_link:hover
{
	background:#0081b6 ;
	color:#fff;
}

.close_link:hover
{
	background:#e7505a;
	color:#fff;
}



/* Διευθύνσεις */
.address_book
{
	margin-top: 50px;
}

.address_book:first-child
{
	margin-top:0;
}

.address_book_title
{
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	letter-spacing:0.5px;
	color:#111111;
	margin-bottom: 20px;
	/*padding-bottom: 20px;
	border-bottom: 2px solid #111111;*/
	text-align: center;
}

.address_b_item
{
	margin-bottom:5px;
}

.address_b_item_t
{
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	letter-spacing:0.5px;
	color:#000;
}

.address_b_item_d
{
	font-family:'Abrade-Light',Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#000;
}

.address_b_item_d.strong
{
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
}

.address_b_item:last-child
{
	margin-bottom:0;
}

.address_book_item.active
{
	background:#f5f5f5;
}

.address_book_item_data
{
	padding:20px;
	min-height:269px;
}


.address_book_item_btns
{
	border-top:1px solid #e6e6e6;
	padding-top:10px;
	padding-bottom:10px;
}

.address_book_item_btns_in
{
	display:table;
	margin:0 auto;
}

.address_book_btns
{
	float:left;
	margin-left:15px;
	cursor:pointer;
}

.address_book_btns a
{
	font-size:17px;
	color:#000;
}

.address_book_btns:first-child
{
	margin-left:0;
}

/*.address_book .row
{
	display:flex;
}

.address_book .row .col-md-3
{
	float:none;
	width:auto;
	flex-grow:1;
}*/

.add_new_address
{
	display:table;
	margin:0 auto;
	margin-top:30px;
}

/*.add_new_address
{
	display:table;
	margin:0 auto;
	margin-top:30px;
	background:#0081b6;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.add_new_address a
{
	display:block;
    font-size: 15px;
    font-weight: 700;
	letter-spacing:0.7px;
	color:#fff;
	padding-left:25px;
	padding-right:25px;
	padding-top:8px;
	padding-bottom:8px;
}

.add_new_address:hover
{
	background:#DF001A;
}
*/

.address_fields
{
	display:table;
	margin:0 auto;
	width:500px;
	/*background:#F5F5F5;
	padding:30px;*/
}


.other_address
{
	display:table;
	margin:0 auto;
	margin-top:30px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor:pointer;
}

.other_address a
{
	display:block;

}

.other_address.black_button a
{
	display:block;
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
}

.other_address_data
{
	display:none;
	padding-top:20px;
}

.other_address_data.active
{
	display:block;
}

.active_address_data
{
	margin-top:20px;
}

.active_address_data_title
{
	margin-bottom:20px;
}

.active_address_data_title h4
{
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 15px;
    font-weight: normal;
	letter-spacing:0.4px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

.active_address_item_in
{
	display:table;
	width:100%;
}

.active_address_item
{
	padding:10px 0;
	border-bottom:1px solid #ccc;
	font-size:14px;
	color:#000;
}

.active_address_title,
.active_address_txt
{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
}

.active_address_title
{
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	padding-right:15px;
	font-weight:normal;
	width:150px;
}

.active_address_txt
{
	font-family:'Abrade-Light',Arial, Helvetica, sans-serif;
}
/* END Διευθύνσεις */


/* checkout */
.checkout_out
{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ededee;
	/*margin-bottom:30px;*/
}


.checkout 
{
	margin:0 auto;
	max-width:600px;
}


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

.block_progress_steps
{
    display: flex;
    margin-bottom: 0;
    white-space: nowrap;
    width: 100%;
}

.block_progress_step 
{
    position: relative;
    text-align: center;
    width: 33.3%;
}

.block_progress_step::after, 
.block_progress_step::before 
{
	content: "";
	display: block;
	height: 1px;
    background-color: #e7e7e7;
    position: absolute;
    top: 16px;
    width: 50%;
    z-index: 1;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.block_progress_step::before 
{
    left: 0;
}

.block_progress_step::after 
{
    right: 0;
}

.block_progress_inner 
{
    display: inline-block;
    text-align: center;
}

.block_progress_status 
{
    background-color: #fff;
    border-radius: 50%;
    color: #e1e1e1;
    display: inline-block;
    position: relative;
    text-align: center;
    z-index: 2;
}

.block_progress_status, 
.block_progress_status_indicator 
{
    height:33px;
    width:33px;
}

.block_progress_status_indicator, 
.block_progress_status_step
{
    display: block;
    position: absolute;
    top: 0;
}
.block_progress_status_step 
{
    height:33px;
    width:33px;
	display:flex;
	align-items:center;
}

.block_progress_status_step span
{
	width:inherit;
}

.block_progress_status_step
{
	width:inherit;
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight: normal;
    text-align: center;
	color: #C2C2C2;
	
}

.block_progress_status_step .check
{
	display:none;
}

.block_progress_step .dot_title
{
	margin-top:15px;
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: normal;
    text-align: left;
	color: #C6C6C6;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.step_active::before, 
.step_complete::before,
.step_complete2::before,
.step_not_complete::before
{
	height:3px;
    background-color: #000;
}

.step_complete .block-progress_status, 
.step_complete::after,
.step_complete2 .block-progress_status,
.step_complete2::after,
.step_not_complete .block-progress_status, 
.step_not_complete::after
{
	height:3px;
    background-color: #000;	
}



.step_active .block_progress_status 
{
    background-color: #fff;
    border-color: #e1e1e1;
    color: #000;	
}

.step_active::before, 
.step_complete::before,
.step_complete2::before,
.step_not_complete::before
{
	height:3px;
    background-color: #000;
}

.step_complete .check 
{
    display: block;
}

.step_not_complete .check 
{
	display:none;
}

.step_complete .number,
.step_not_complete .number 
{
    display: none;
}

.block_progress_status_step .not_check,
.step_complete .not_check,
.step_complete2 .not_check
{
    display: none;
}

.step_not_complete .not_check 
{
	display:block;
}

.step_complete .block_progress_status_step,
.step_complete2 .block_progress_status_step
{
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
}

.step_not_complete .block_progress_status_step
{
	background: #D0011B none repeat scroll 0 0;
    border-radius: 50%;
}

.step_complete .block_progress_status,
.step_complete2 .block_progress_status,
.step_not_complete .block_progress_status
{
    border-color: #000;
}

.step_complete .block_progress_status_step,
.step_complete2 .block_progress_status_step,
.step_not_complete .block_progress_status_step
{
	color:#fff;
}

.step_complete.block_progress_step .dot_title,
.step_complete2.block_progress_step .dot_title
{
	color:#000;
}

.step_not_complete.block_progress_step .dot_title
{
	color:#D0011B;
}

.step_complete::before,
.step_complete2::before,
.step_not_complete::before 
{
    background-color: #000;
}

.step_complete .block_progress_status, 
.step_complete::after,
.step_complete2 .block_progress_status, 
.step_complete2::after ,
.step_not_complete .block_progress_status, 
.step_not_complete::after
{
    background-color: #000;
}

.block_progress_step_first 
{
    text-align: left;
}

.block_progress_step_first::before 
{
    left:26px;
}

.block_progress_step_last 
{
    text-align: right;
}


.block_progress_step_last::before 
{
    width: 82%;
}

.block_progress_step_last::after 
{
    display: none;
}

.svg_stroke
{
	stroke-dasharray: 282.783, 282.783;
	stroke-dashoffset: 282.783; 
	fill: rgb(255, 255, 255);
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.block_progress_step_second.block_progress_step .block_progress_status_step,
.block_progress_step_second.block_progress_step .dot_title
{
	color:#000;
}

.block_progress_step_second.step_complete2.block_progress_step .block_progress_status_step,
.block_progress_step_second.step_complete.block_progress_step .block_progress_status_step
{
	color:#fff;
}

/*.block_progress_step.half .block_progress_status_step,
.block_progress_step.half .dot_title,
.block_progress_step.all_circle .block_progress_status_step,
.block_progress_step.all_circle .dot_title
{
	color:#000;
}

.block_progress_step.all_circle.step_complete .dot_title
{
	color:#fff;
}*/

.block_progress_step.half .svg_stroke
{
	stroke-dashoffset: 141.391;
}

.block_progress_step.all_circle .svg_stroke
{
	stroke-dashoffset:0;
}

/*.svg_stroke.half
{
	stroke-dashoffset: 141.391;
}

.svg_stroke.all_circle
{
	stroke-dashoffset:0;
}*/
/*
.checkout 
{
	margin:0 auto;
	max-width:600px;
}

.checkout ul.dots
{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	flex-flow: row wrap;
	justify-contet:space-between;
}
	
.checkout ul.dots li
{
	display:inline-block;
	float:left;
	position:relative;
	flex-grow:1;
}

.checkout ul.dots li:last-child
{
	flex-grow:0;
}

.checkout ul.dots li .dot_out
{
	display:table;
}

.checkout ul.dots li .dot_circle
{
	display:flex;
	align-items:center;
	margin:0 auto;
	width:32px;
	height:32px;
	border-radius:100%;
	border:1px solid #BBBBBB;
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight: normal;
    text-align: center;
	color: #C2C2C2;
	background:#fff;
}


.checkout ul.dots li .dot_circle span
{
	width:inherit;
}

.checkout ul.dots li .dot_title
{
	margin-top:15px;
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: normal;
    text-align: left;
	color: #C6C6C6;
}

.checkout ul.dots li .dot_circle:after 
{
    background-color: #e7e7e7;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
	top: 16px;
    left:32px;
    width: 100%;
	z-index:-1;
}

.checkout ul.dots li:last-child .dot_circle:after 
{
	display:none;
}


.checkout ul.dots li .dot_circle .check
{
	display:none;
}

.checkout ul.dots li.active .dot_circle .number
{
	display:none;
}

.checkout ul.dots li.active .dot_circle .check
{
	display:block;
}

.checkout ul.dots li.active .dot_circle
{
	border:1px solid #000;
	background:#000;
	color:#fff;
}

.checkout ul.dots li.active .dot_title
{
	color:#000;
}

.checkout ul.dots li.active .dot_circle:after 
{
	background-color:#000;
	height:3px;
}*/
/* END checkout */

/* basket_popup */

.basket_list_p
{
	width:400px;
}

.basket_list_p_title
{
	padding-top:5px;
	padding-bottom:5px;
	background:#0081b6;
}

.basket_list_p_title h3
{
    color: #fff;
    font-size: 20px;
	text-align:center;
    font-weight: normal;
}

.basket_list_p_area_in
{
	overflow:auto;
	max-height:475px;
	padding-right:10px;
}

.basket_p_item
{
	position:relative;
	padding:20px 10px;
	border-bottom:1px solid #ececed;
}

.basket_p_item_in
{
	display:flex;
	position:relative;
}

.basket_p_item_image
{
	width:85px;
}

.basket_p_item_image_in
{
	width:inherit;
	text-align:top;
}

.basket_p_item_title
{
	width:100%;
	vertical-align:top;
	padding-left:10px;
}

.basket_p_item_title_in 
{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.basket_p_item_title h3
{
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:0.8px;
	font-weight:normal;
	color: #000;
	margin-bottom:5px;
}

.basket_p_item_title h4
{
	font-family:'Abrade-Light',Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0.8px;
	font-weight:normal;
	color: #a5a5a5;
	margin-bottom:3px;
}

.basket_p_item_title h5
{
	font-family:'Abrade-Light',Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0.8px;
	font-weight:normal;
	color: #a5a5a5;
	margin-bottom:3px;
}

.basket_p_item_title h4:last-child
{
	margin-bottom:0;
}

.basket_p_item_delete
{
	position:absolute;
	top:10px;
	right:0;
	cursor:pointer;
	z-index:2;
}

.basket_p_item_delete img
{
	vertical-align:top;
}

.basket_p_item_bottom
{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

/*.product_item_prices 
{
	display:table;
	margin:0 auto;
	position:relative;
	z-index:1;
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing:0.5px;
	font-weight:normal;
	color: #000;
	margin-bottom:20px;
	height:25px;
}

.products_price_old 
{
	float:left;
	position:relative;
	margin-right:15px;
	font-family:'Abrade-Light',Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:line-through;
	/*font-weight:normal;
	font-size:23px;
	color: #808080;
	margin-right:15px;
	text-decoration:line-through;
	margin-top:1px;*/
/*}

.products_price_new 
{
	float:left;	
	color:#d0021c;
	margin-right:15px;
}*/

.basket_p_item_prices 
{
	display:flex;
	align-items:center;
	position:relative;
	z-index:1;
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:0.8px;
	font-weight:normal;
	color: #000;
	margin-top:5px;
	/*text-align:right;*/
}

/*.basket_p_item_prices.left
{
	text-align:left;
}*/

.basket_p_item_prices .products_price_old,
.basket_p_item_prices .products_price_new
{
	float:none;
}

.basket_p_item_prices .products_price_new 
{
	float:left;	
	color:#d0021c;
	margin-right:0;
}

.basket_p_item_quantity
{
	color:#808080;
	font-size:13px;
}


.send_free_txt
{
	margin-top:20px;
	padding:8px 10px;
	background:#F5DFD7;	
	font-family:'Abrade-Medium',Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	letter-spacing:1px;
	color:#000;
	text-align:center;
}

.send_free_txt.big
{
	font-size:14px;
}

.send_free_txt.red
{
	background:#ff0000;
	color:#fff;
}

/* .send_free_txt.products_step_discounts
{
	background:#355b46;
	color:#fff;
} */

.send_free_txt.products_step_discounts {
    background: #FEF4DE;
    color: #000;
}

.basket_list_results
{
	margin-top:20px;
}

.basket_list_p_total
{
	display:flex;
	justify-content:space-between;
	font-family:'Abrade-Bold',Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
	text-align:center;
	padding:0 10px;
	
}

.basket_list_p_send
{
	display:flex;
	justify-content:space-between;
	font-family:'Abrade-Light',Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:0.8px;
	font-weight:normal;
	color: #9d9c9c;
	padding:0 10px;
	margin-bottom:5px;
}

.basket_list_p_item.discount_price_div {
	white-space: pre;
    display: flex;
    justify-content: center;
    align-items: center;
}

.basket_list_p_btn.black_button
{
	width:100%;
	margin-top:20px;
}

.basket_list_p_btn.black_button a
{
	padding-left:0;
	padding-right:0;
	text-align:center;
}

.basket_list_edit_btn
{
	display:table;
	margin:0 auto;
	margin-top:10px;	
}

.basket_list_edit_btn a
{
	display:block;
	font-family:'Abrade-Light',Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:0.8px;
	font-weight:normal;
	color: #1D1F23;
	text-decoration:underline;
}

/*.basket_list_p_btn
{
	background:#0081b6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.basket_list_p_btn:hover
{
	background:#e0001a;
}

.basket_list_p_btn a
{
	color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
	text-align:center;
	padding:8px 5px;
}

.basket_list_p_btn span
{
	font-size:18px;
	vertical-align:-2px;
}*/

.basket_list_p_no
{
	padding:10px;
	color:#000;
	text-align:center;
	font-size:16px;	
}

/* END basket_popup */

/*ESHOP END*/