@charset "utf-8";

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face
{
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: 'Open Sans Condensed';
	src: url('../fonts/OpenSans-CondLight.ttf') format('truetype'), url('../fonts/OpenSans-CondBold.ttf') format('truetype');
}
* { box-sizing: border-box; 
}
html body
{
	padding: 0px;
	margin: 0px;
}
body
{
	background-color: #FFFFFF;
	background-position: top;
	color: #888;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a
{
	color: #888;
	text-decoration: none;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
a:hover { 
}
form
{ padding: 0; 
}
ul
{ padding: 0; 
}
ul li
{
	list-style-type: none;
	list-style-position: inside;
	text-align: left;
}
h1, h2, h3
{
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
input[type="radio"], input[type="checkbox"] {
	display: none;
	
}
.label_radio:before, .label_check:before {
	font-size: 20px;
	font-family: "FontAwesome";
	color: #888888;
	display: block;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	float: left;
	margin-top: 2px;
}
.label_radio, .label_check {
	cursor: pointer;
}	
.label_radio:before { content: '\f10c'; 
}

input:checked + .label_radio:before {
	content: '\f192';
	color: #888888;
}	
.label_check:before { content: '\f096'; 
}
input:checked + .label_check:before {
	content: '\f046';
	color: #888888;
}
.order_form { margin-top: 20px; }

/*styles for <select> element*/
.form_select_box {
	width: 350px;
	background-color: #FFFFFF;
	position: relative;
}
/*.form_select_box::before{
	content: "";
	display: block;
	width: 1px;
	height: 33px;
	background-color: #BDD6FC;
	position: absolute;
	top: 1px;
	right: 30px;
	pointer-events: none;
}*/
/* options list button */
.form_select_box::after{
	content: "\f107";
	position: absolute;
	top: 0;
	right: 10px;
	margin-top: -6px;
	z-index: 1;
	font-family: "FontAwesome";
	font-size: 38px;
	font-weight: normal;
	pointer-events: none;
}
.form_select_box .form_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	background: none;
	padding: 0 20px;
	font-size: 15px;
	height: 26px;
	border: 1px solid #cccccc;
	color: #888;
}
.form_select_box .form_select option {
	padding: 5px 20px;
}
.form_select_box .form_select:focus {
	outline: none;
}
.form_select_box .form_select:hover { cursor: pointer; 
}


.form_field_name_box {
	padding-right: 10px;
	text-align: right;
	height: 40px;
	color: #888;
	font-size: 13px;
	margin-bottom: 10px;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	float: left;
}
.form_field_name_box span  { color: #FF7E80; 
}
.form_field_name_box span::before {
	content: "\f005";
	font-family: "FontAwesome";
	font-size: 7px;
	vertical-align: 11px;
	margin-right: 5px;
}
.form_field_value_box {
	width: 50%;
	float: left;
	color: #888;
	font-size: 13px;
	margin-bottom: 10px;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.form_field {
	width: 350px;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	font-size: 15px;
	color: #888;
	border: 1px solid #cccccc;
}
.form_group_name {
	color: #888;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	float: none;
	clear: none;
}
#company_adress, leasing_info_td { 
}

.clear
{
	float: none;
	clear: both;
	width: 100%;
}
.header
{
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 70px;
	text-align: left;
	color: #888888;
	overflow: hidden;
	padding-bottom: 80px;
}
.lang_box
{
	float: right;
	overflow: hidden;
	margin-top: 10px;
}
.lang_item, .currency_item
{
	float: left;
	display: flex;
	align-items: center;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	cursor: pointer;
	text-align: center;
	justify-content: center;
	font-weight: normal;
	width: 40px;
}
.lang_item a, .currency_item a {
	color: #FFFFFF;
}
.lang_item + .lang_item { margin-left: 15px; }
.currency_item + .currency_item { margin-left: 15px; }
.lang_item:hover, .currency_item:hover { color: #19caaf; 
}
.lang_item.selected, .currency_item.selected { }
.currency_box
{
	float: right;
	overflow: hidden;
	margin-right: 3px;
	padding-top: 0px;
	margin-top: 10px;
}
.content_box
{
	max-width: 1200px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	overflow: hidden;
}
.button_1
{
	color: #fff;
	background-color: #19caaf;
	background-repeat: no-repeat;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	width: auto;
	display: inline-block;
	padding-top: 11px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 11px;
	position: absolute;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
	top: 0%;
	right: 0%;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.button_1:hover
{
	background-color: #2f2f2f;
	color: #FFF;
}
.button_2
{
	color: #fff;
	background-color: #19CAAF;
	background-repeat: no-repeat;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	width: auto;
	display: inline-block;
	padding: 10px 15px 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}
.button_2:hover
{
	background-color: #2f2f2f;
	color: #FFF;
}

.button_2_product 
{
	color: #fff;
	background-color: #19CAAF;
	background-repeat: no-repeat;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	width: auto;
	display: block;
	padding-top: 11px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}

.button_2_product:hover
{
	color: #fff;
	background-color: #2f2f2f;
}
.button_3
{
	color: #fff;
	background-color: #F83030;
	background-repeat: no-repeat;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	width: auto;
	display: inline-block;
	padding: 10px 15px 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 3px;
	margin-right: 20px;
}
.button_3:hover
{
	background: #6E0000;
	color: #FFF;
}
.logo {
	float: left;
	width: 280px;
	height: auto;
}
.header_phone
{
	color: #888;
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-top: 25px;
	float: right;
}
.header_phone::before
{
	content: "\f095";
	font-family: "FontAwesome";
	margin-right: 10px;
}
.header_cart
{
	color: #FFFFFF;
	text-align: left;
	overflow: hidden;
	display: flex;
	float: left;
	background-color: #19caaf;
	width: 20%;
	font-size: 12px;
	align-items: center;
	justify-content: center;
	height: 62px;
	border-top-right-radius: 3px;
}
.header_cart:hover
{
	background-color:#24FFDB;
}
.header_cart div { }
.header_cart::before
{
	content: "\f07a";
	font-family: "FontAwesome";
	font-size: 28px;
	margin-right: 10px;
	margin-top: -7px;
		
}
.header_menu .content_box { position: relative; }
.header_menu
{
	background-color: #2f2f2f;
	overflow: hidden;
	padding-left: 15px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 3px;
	width: 100%;
	height: 62px;
}
.header_menu ul
{
	overflow: hidden;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 80%;
}
.header_menu li
{
	display: block;
	float: left;
	text-transform: uppercase;
	padding-left: 0;
	margin-top: 12px;
	margin-bottom: 12px;
}
.header_menu li.home a::before
{
	content:"\f015";
	font-family: "FontAwesome";
	font-size: 20px;
	float: left;
	display: block;
	padding-right: 10px;
	margin-top: -5px;
	color: #19caaf
}
.header_menu li + li
{ margin-left: 25px; 

}
.header_menu li a
{
	color: #FFF;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	text-align: right;
	padding-top: 13px;
	/* [disabled]padding-bottom: 11px; */
	display: block;
	float: left;
	font-size: 12px;
}
.header_menu li a:hover { color: #19caaf; }
.search_box
{
	width: 500px;
	text-align: right;
	display: block;
	float: left;
	position: relative;
	margin-left: 150px;
	border-radius: 2px;
	margin-top: 20px;
}
.search_icon::before
{
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 28px;
	display: block;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	text-align: right;
	margin-top: 20px;
	width: 5%;
	float: right;
}
.search_icon:hover::before { color: #1A1A1A; }
.header_search
{
	border: 1px solid #e5e5e5;
	padding: 10px;
	border-radius: 3px;
	width: 100%;
}
.content
{
	padding-bottom: 40px;
	margin-top: -62px;
}
.flat_menu {
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	width: 100%;
	height: 40px;
	background-color: #f2f2f2;
	padding-right: 0px;
	display: flex;
	align-items: center;
	font-size: 12px;
}
.flat_menu_item {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	padding-right: 15px;
	padding-left: 30px;
}

.flat_menu_item::after
{
	content: '';
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
	border-right: 1px solid #e1e0e0;
	border-bottom: 1px solid #e1e0e0;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: -10px;
	top: -6px;
}
.flat_menu_item.home 
{
		
}

.flat_menu_item.home::before
{
	content: "\f015";
	font-family: FontAwesome;
	font-size: 20px;
	margin-top: -5px;
	display: block
}


.flat_menu_box {
	width: 60%;
	float: left;
	top: -2px;
}
.paginator_box {
	width: 100%;
	text-align: right;
	font-weight: bold;
	margin-bottom: 2px;
}
.paginator_box a { }

.paginator_box a:hover 
{ 
	color: #19CAAF
}

.paginator_box span {
	color: #FF0000;
}


.left_col
{
	width: 24%;
	min-height: 200px;
	float: left;
	margin-right: 2%;
}
.left_col_box { }
.left_col_box + .left_col_box { }
.left_col_box_header
{
	padding-top: 13px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 13px;
	background-color: #f2f2f2;
	color: #2f2f2f;
	font-size: 15px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.left_col_box_header_2
{
	background-color: #19caaf;
	color: #FFFFFF;
	font-size: 19px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 19px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.left_col_box_header_2::before
{
 	content: "\f0c9";
	font-family: "FontAwesome";
	font-size: 20px;
	float: left;
	display: block;
	padding-right: 10px;
}
.left_col_box_content {
	overflow-y: hidden;
	padding-left: 17px;
	background-color: #f2f2f2;
	padding-right: 17px;
	padding-top: 13px;
	padding-bottom: 13px;
}
.left_col_box_content ul { margin: -13px -17px; }

.left_col_box_content ul li
{
	padding-top: 13px;
	padding-right: 30px;
	padding-left: 17px;
	padding-bottom: 13px;
	font-size: 14px;
	border-bottom: 1px solid #D9D9D9;
}
.left_col_box_content ul li a
{
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.left_col_box_content ul li a.selected { }
.left_col_box_content ul li a:hover { color: #19caaf; }
.left_col_product_content_box {
	width: 47%;
	float: left;
	margin-left: 6%;
}
.left_col_product_img
{
	max-width: 100%;
	max-height: 250px;
}

.left_col_product_box_price {
	font-size: 19px;
	color: #19caaf;
}
.left_col_product_box_price span
{
	text-decoration: line-through;
	color: #777;
	font-size: 16px;
}
.left_col_product_box_name {
	text-align: left;
	float: right;
	margin-bottom: 15px;
	margin-top: 5px;
}
.left_col_product_box_name a
{
	color: #2F2F2F;
	font-size: 13px;
}
.filter_item {
	width: 100%;
	overflow-y: hidden;
	height: 30px;
	
}
.filter_item .label_check::before{
	margin: 4px 10px 0 0
}
.filter_button_box {
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	overflow-y: hidden;
	width: 100%;
}
.filter_button_1, .filter_button_2 {
	display: inline-block;
	padding: 3px 12px;
	border-radius: 5px;
	color: #FFFFFF;
	width: auto;
}
.filter_button_1:hover, .filter_button_2:hover {
	color: #FFF;
}
.filter_button_1 {
	background: #4DB7FD;
	margin-left: 10px;
}
.filter_button_2 {
	background: #FD4D4D;
}
.button_product_listing_1 {
	display: inline-block;
	float: left;
	margin-right: 7px;
}

.button_product_listing_1::before
{
	content: "\f07a";
	background-color: #19caaf;
	color: #FFF;
	font-size: 20px;
	font-family: "FontAwesome";
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;	
	letter-spacing: 3px;
}
.button_product_listing_1:hover::before
{
	background: #2f2f2f;
}

.button_product_listing_2 { 
	display: inline-block;
	float: left;
}
.button_product_listing_2::before
{
	content: "\f06e";
	background-color: #f2f2f2;
	color: #cccccc;
	font-size: 20px;
	font-family: "FontAwesome";
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.button_product_listing_2:hover::before
{
	background: #2f2f2f;
}


.products_box .product_box .product_box_add_cart { 
}
.content_col
{
	width: 74%;
	min-height: 200px;
	float: left;
}
.content_col_box
{
	margin-bottom: 20px;
	overflow-y: hidden;
}
.content_col_box_header
{
	font-size: 15px;
	text-transform: uppercase;
	color: #2f2f2f;
	padding: 14px 40px 14px 20px;
	font-weight: 400;
	margin-bottom: 20px;
	background-color: #f2f2f2;
	margin-top: 20px;
}
.content_col_box_content {
	padding: Set Shorthand;
	font-size: 13px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.products_box
{
	overflow: hidden;
	padding-top: 20px;
}
.products_box_header
{
	font-size: 15px;
	text-transform: uppercase;
	color: #2f2f2f;
	background-color: #f2f2f2;
	margin-bottom: 20px;
	padding: 14px 40px 14px 20px;
	font-weight: 400;
}
.sorting_box {
	overflow-y: hidden;
	width: 100%;
	margin-bottom: 20px;
	color: #3d8afc;
}
.soting_list_item {
	float: left;
	cursor: pointer;
	padding: 5px;
	margin-left: -5px;
}
.soting_list_item + .soting_list_item {
	margin-left: 10px;
}
.soting_list_item.selected {
	color: #FF0004;
}
.product_box
{
	float: left;
	width: 32%;
	text-align: center;
	border: 1px solid #EDEDED;
	padding-right: 1.5%;
	padding-left: 1.5%;
	padding-top: 20px;
	height: 405px;
	margin-bottom: 30px;
}
.left_col_product_box_img {
	width: 47%;
	float: left;
}

.product_box + .product_box
{
	margin-left: 2%;
}

.left_col_box_content .product_box {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.products_box .product_box:nth-of-type(3n+1) {
	margin-left: 0;
}
.product_box_img
{
	min-height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.product_sale_badget
{
	position: absolute;
	top: -30px;
	left: 0px;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	display: flex;
	background-color: #19caaf;
	font-size: 12px;
	color: #fff;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 3px;
}
.product_sale_badget::after
{
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 2.5px 0 2.5px;
    border-color: #19caaf transparent transparent transparent;
}
.product_new_badget
{
	position: absolute;
	top: -30px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	padding: 4px 8px 3px 8px;
	background-color: #2f2f2f;
}
.product_new_badget::after
{
content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 2.5px 0 2.5px;
    border-color: #2f2f2f  transparent transparent transparent;
}
.product_img
{
	max-width: 100%;
	max-height: 250px;
}
.product_box_name
{
	height: 40px;
	font-size: 14px;
	text-align: left;
	margin-top: 3px;
}
.product_box_name a { color: #2f2f2f; }
.product_box_price
{
	font-size: 19px;
	color: #19caaf;
	margin-bottom: 0px;
	text-align: left;
}
.product_box_price span
{
	text-decoration: line-through;
	font-weight: normal;
	color: #777;
	font-size: 16px;
}
.product_box_add_cart { }
.categories_header
{
	font-size: 15px;
	text-transform: uppercase;
	color: #2f2f2f;
	padding: 14px 40px 14px 20px;
	font-weight: 400;
	margin-bottom: 20px;
	background-color: #f2f2f2;
	margin-top: 20px;
}
.categories_children_box { 
	width: 100%; 
	overflow: hidden;
}
.categories_child_name a { color: #2f2f2f; 
}
.categories_child_name a:hover { color: #19caaf; 
}

.categories_cild_box {
	float: left;
	width: 32%;
	text-align: center;
	margin-bottom: 40px;
	height: 90px;
	border: 1px solid #B4B4B4;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 2%;
	background-color: #F5F5F5;
}
.categories_cild_box:nth-of-type(3n) {
	margin-right: 0;
}
.categories_child_name { font-size: 17px; 
}

.product_inner_box {
	overflow: hidden;
}
.product_name_inner {
	color: #333;
	font-weight: bold;
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.product_price_inner {
	margin-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	font-size: 31px;
	color: #19caaf;
	padding-bottom: 10px;
}
.product_price_inner span {
	text-decoration: line-through;
	font-size: 15px;
	color: #777;
}



.product_inner_prop_text {
	float: left;
	padding-right: 7px;
	width: 35%;
	overflow: hidden;
	font-size: 12px;
}

.product_inner_prop_value {
	float: left;
	width: 65%;
	padding-bottom: 10px;
	font-size: 12px;
}
.product_inner_button_box {
	margin-top: 20px;
	border-top: 1px solid #ddd;
	margin-bottom: 20px;
	padding-top: 15px;
}



.product_inner_img_box {
	width: 47%;
	float: left;
	overflow: hidden;
	text-align: center;
	border: 1px solid #dddddd;
	margin-right: 3%;
}
.product_inner_img_box img {
	width: 561px;
	max-width: 100%;
}
.product_inner_prop {
	float: left;
	width: 50%;
	font-weight: 100;
	text-align: left;
}
.cart_header_box {
	background-color: #f2f2f2;
	color: #323232;
	font-size: 22px;
	border: 1px solid #ddd;
	overflow-y: hidden;
}
.cart_header_col {
	float: left;
	padding: 10px;
	width: 20%;
	border-left-color: #B5B5B5;
	border-bottom-color: #B5B5B5;
	border-top-color: #B5B5B5;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	text-transform: uppercase;
	font-size: 15px;
}
.col1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
}
.col4 {text-align: right; 
}
.col5 { border-right: 1px solid #B5B5B5;
	text-align: right;
}
.cart_product_box {
	min-height: 0px;
	overflow-y: hidden;
	width: 100%;
	height: 280px;
}
.cart_product_col {
	width: 20%;
	float: left;
	border-left-color: #B5B5B5;
	border-bottom-color: #B5B5B5;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	height: 100%;
	padding: 10px;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	
}
.cart_messages_warning {
	color: #FF0004;
	margin-bottom: 10px;
	float: none;
	overflow: hidden
}
.cart_product_box_name
{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
}
.cart_product_box_name a { color: #888; }
.cart_product_box_name a:hover {color: #19CAAF }
.cart_product_box_img {
}
.cart_product_box_img img {
	max-height: 170px;
	max-width: 100%;
}
.cart_plus_button, .cart_product_quant, .cart_minus_button, .cart_delete_button {
	margin: 2px;
	height: 40px;
	text-align: center;
	font-size: 15px;
	
}
.cart_plus_button::before {
	content: "\f067";
	font-family: "FontAwesome";
	font-size: 15px;
	margin-left: 15px;
	padding: 10px;
	background-color: #19caaf;
	color: #FFFFFF;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.cart_plus_button:hover::before
{
	background-color: #888888
}
.cart_delete_button {
	width: 100%;
}
.cart_delete_button::before {
	content: "\f1f8";
	font-family: "FontAwesome";
	font-size: 15px;
	display: flex;
	padding: 10px;
	background-color: #19CAAF;
	align-items: center;
	justify-content: center;
	width: 15px;
	margin: auto;
	color: #FFFFFF;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
		
}
.cart_delete_button:hover::before
{
	background-color: #888888;
}
.cart_minus_button::before {
	content: "\f068";
	font-family: "FontAwesome";
	margin-right: 15px;
	font-size: 15px;
	background-color: #19CAAF;
	padding: 10px;
	color: #FFFFFF;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.cart_minus_button:hover::before
{
	background-color: #888888
}
.cart_product_price
{
	font-size: 22px;
	color: #888;
	margin-bottom: 20px;
	font-weight: bold;
}
.cart_product_price span
{
	text-decoration: line-through;
	font-size: 16px;
	font-weight: lighter;
}
.cart_total_box {
	margin-top: 20px;
	overflow-y: hidden;
	padding: 10px;
	height: 220px;
}
.cart_total_name {
	float: left;
	width: 30%;
	font-size: 15px;
	color: #888;
	margin-bottom: 5px;
	font-weight: bold;
}
.cart_total_value {
	float: left;
	width: 70%;
	color: #888;
	font-size: 15px;
	margin-bottom: 5px;
}
.cart_buttons_box {
	float: none;
	clear: both;
	overflow-y: hidden;
	margin-top: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.info_buttons_box {
	float: none;
	clear: both;
	overflow-y: hidden;
	margin-top: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.info_message_box {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	overflow-y: hidden;
}

.footer
{
	width: 100%;
	background-color: #f2f2f2;
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 200px;
	color: #888;
	font-size: 12px;
}
.footer .content_box ul { 
}
.footer .content_box ul li { margin-bottom: 15px; 
}
.footer_menu
{
	float: left;
	width: 20%;
	margin-top: 50px;
	border-right: 1px solid #BFBFBF;
}
.footer_contacts
{
	width: 80%;
	margin-top: 115px;
	/*margin-top: 163px;*/
	float: left;
}
.footer_contacts li
{
	float: right;
	margin: 0 30px 0 0;
	padding: 0;
	line-height: 28px;
}
.footer a { color: #19caaf; }
.footer a:hover { color: #2f2f2f; 
}
.footer_address::before, .footer_phone::before, .footer_email::before, .footer_working_time::before
{
	font-family: "FontAwesome";
	font-size: 28px;
	display: inline;
	margin-right: 10px;
	float: left;
	margin-top: -3px;
}
.footer_address::before { content: "\f041"; }
.footer_email::before { content: "\f0e0"; }
.footer_phone::before { content: "\f095"; }
.footer_working_time::before { content: "\f017"; }

.order_links a{
	margin-left: 10px;
	margin-right: 10px;	
	font-size: 17px;
}

.order_links{
	float:right;
	margin-right: 415px;
	margin-top: 20px;
}