@import url("reset.css");
@import url('https://fonts.googleapis.com/css?family=PT+Sans&display=swap');

html,
body {	
	font-family: Arial, Helvetica, Geneva, sans-serif;
	min-width: 250px;
	width: 100%;
	height: 100%;	
}
.clear {
	clear: both;
}
.currency {
	font-family: 'PT Sans', sans-serif;
	display: inline-block;
}
div.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
div.main {
	flex: 1 0 auto;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

div.main div.cart_logo {
	text-align: center;
	margin-top: 15px;
}
div.main div.cart_logo img {
	height: 55px;
}
div.main div.cart_path {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 10px;
	
	margin-left: 10px;
	margin-right: 10px;
	line-height: 35px;
	
	font-size: 15px;
}
div.main div.cart_path a {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}
div.main div.cart_path strong {
	font-weight: normal;
	color: #999999;
	}
div.main div.cart_path strong a {
	border-bottom: 0px;
	color: #000000;
}
div.main div.cart_path strong:not(.active) a {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	}

div.main div.cart_path strong.active {
	color: #000000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 3px 13px 5px 13px;
	background-color: #e0e0e0;
	}

div.main div.cart_path span {
	width: 5px;
	height: 9px;
	display: inline-block;
	background: url(../img/sled.svg) no-repeat;
	background-size: 5px 9px;
	margin-left: 7px;
	margin-right: 7px;
	}
form.main_cart_form table#purchases, div.order_main table#purchases {
	display: block;
	margin-top: 15px;	
	border: 1px solid #f3f3f3;
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	  
}
form.main_cart_form table#purchases tr,  div.order_main table#purchases tr {
	border-bottom: 1px solid #f3f3f3;
}
form.main_cart_form table#purchases tr:last-child, div.order_main table#purchases tr:last-child {
	border-bottom: 0px;
}
form.main_cart_form table#purchases tr td, div.order_main table#purchases tr td {	
}
form.main_cart_form table#purchases tr td.image, div.order_main table#purchases tr td.image {
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}
form.main_cart_form table#purchases tr td.image a img, table#purchases tr td.image a img {
	max-width: 100px;
	max-height: 100px;
}
form.main_cart_form table#purchases tr td.image:hover, div.order_main table#purchases tr td.image:hover {
	cursor: pointer;
}
form.main_cart_form table#purchases tr td.image:hover ~ td.name a, div.order_main table#purchases tr td.image:hover ~ td.name a {
	border-bottom: 1px solid #999999;
}
form.main_cart_form table#purchases tr td.name, div.order_main table#purchases tr td.name {
	padding-top: 35px;
	padding-left: 30px;
	padding-right: 100px;
	vertical-align: top;
	width: 100%;
}
form.main_cart_form table#purchases tr td.name a, div.order_main table#purchases tr td.name a {
	text-decoration: none;
	color: #000000;
	font-size: 15px;
}
form.main_cart_form table#purchases tr td.name a:hover, div.order_main table#purchases tr td.name a:hover {
	border-bottom: 1px solid #999999;
}
form.main_cart_form table#purchases tr td.name span, div.order_main table#purchases tr td.name span {
	display: block;
	color: #666666;
	font-size: 13px;
	margin-top: 10px;
}
form.main_cart_form table#purchases tr td.remove {
	vertical-align: top;
	padding-top: 35px;
	padding-right: 30px;
}
form.main_cart_form table#purchases tr td.remove a {
	text-decoration: none;
}
form.main_cart_form table#purchases tr td.remove a div {
	width: 30px;
	height: 30px;
	background-color: #dce9fd;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #4283f7;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
form.main_cart_form table#purchases tr td.remove a:hover div {
	background-color: #4283f7;
	color: #ffffff;
}
form.main_cart_form table#purchases tr td.amount, div.order_main table#purchases tr td.amount {
	vertical-align: top;
	padding-top: 35px;
	padding-right: 5px;
}
form.main_cart_form table#purchases tr td.amount select {
	font-size: 19px;
}
form.main_cart_form table#purchases tr td.price, div.order_main table#purchases tr td.price {
	vertical-align: top;
	padding-top: 35px;
	width: 75px;
	text-align: center;
	min-width: 100px;
}
form.main_cart_form table#purchases tr td.purchase_total, div.order_main table#purchases tr td.purchase_total {
	vertical-align: top;
	padding-top: 35px;
	padding-right: 10px;
	padding-left: 10px;
	min-width: 100px;
}
form.main_cart_form table#purchases tr td.total {
	text-align: right;
	font-size: 19px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
div.order_main table#purchases tr td.total {
	text-align: right;
	font-size: 19px;
	padding-right: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}
div.checkout {
	width: 100%;
	margin-top: 35px;
	background-color: #f3f3f3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding-top: 25px;
	padding-bottom: 25px;
}
div.checkout div.del_pay_cart_tab {
}
div.checkout div.del_pay_cart_tab div.cart-blue, div.checkout div.contacts_cart_tab div.cart-blue {
	margin-left: 25px;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 15px;
}
div.checkout div.del_pay_cart_tab ul {
	margin-bottom: 50px;
}
div.checkout div.del_pay_cart_tab ul li {
	list-style: none;
}
div.checkout div.del_pay_cart_tab ul li input {
	float: left;
	margin-left: 25px;
	margin-right: 15px;
	margin-top: 19px;
}
div.checkout div.del_pay_cart_tab ul li input:checked + label {
	background-color: #f6d897;
}
div.checkout div.del_pay_cart_tab ul li input:checked + label:hover {
	cursor: default;
}
div.checkout div.del_pay_cart_tab ul li label {
	display: block;
	border-bottom: 1px solid #e0e0e0;
	height: 70px;
	line-height: 50px;
}
div.checkout div.del_pay_cart_tab ul li label:hover {
	background-color: #f3e9ce;
	cursor: pointer;
	border-bottom: 1px solid #f3e9ce;
}
div.checkout div.del_pay_cart_tab label span.name-oplata {
	display: inline-block;
	position: absolute;
}
div.checkout div.del_pay_cart_tab label span.comment-oplata {
	display: inline-block;
	clear: both;
	font-size: 11px;
	position: absolute;
	margin-top: 25px;
	color: #666666;
}
div.checkout div.del_pay_cart_tab label span.m-dotted {	
	margin-left: 200px;
	font-size: 13px;
	color: #1476fb;
	border-bottom: 1px dashed;
	position: relative;
}
div.checkout div.del_pay_cart_tab label span.m-price_right {
	float: right;
	margin-right: 50px;
}

div.checkout div.del_pay_cart_tab label span.m-dotted:hover {
	cursor: pointer;
	color: #f1192e;
}
div.checkout div.contacts_cart_tab div.form_email, div.checkout div.contacts_cart_tab div.form_name, div.checkout div.contacts_cart_tab div.form_phone {
	position: relative;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	height: 50px;
}
div.checkout div.contacts_cart_tab div.form_email label, div.checkout div.contacts_cart_tab div.form_name label, div.checkout div.contacts_cart_tab div.form_phone label, div.checkout div.contacts_cart_tab div.form_comment label {
	position: absolute;
	margin-left: 7px;
	margin-top: 3px;
	color: #956e6f;
	font-size: 13px;
}
div.checkout div.contacts_cart_tab div.form_email input, div.checkout div.contacts_cart_tab div.form_name input, div.checkout div.contacts_cart_tab div.form_phone input, div.checkout div.contacts_cart_tab div.form_comment textarea {
	height: 50px;
	border: 1px solid #e5e5e5;
	font-size: 19px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding-top: 13px;
	padding-left: 7px;

}
div.checkout div.contacts_cart_tab div.form_email input, div.checkout div.contacts_cart_tab div.form_name input, div.checkout div.contacts_cart_tab div.form_phone input, div.checkout div.contacts_cart_tab div.form_comment textarea {
	width: 100%;
}
div.checkout div.contacts_cart_tab div.form_comment {
	position: relative;
	margin-left: 25px;
	margin-right: 25px;
	height: 150px;
}
div.checkout div.contacts_cart_tab div.form_comment textarea {
	height: 100px;
	resize: none;
}
div.checkout div.contacts_cart_tab div.form_name, div.checkout div.contacts_cart_tab div.form_phone {
	width: calc(50% - 40px);
	display: inline-block;
}
div.checkout div.contacts_cart_tab div.form_name {
	margin-right: 0px;
}
div.checkout div.contacts_cart_tab input.button, div.order_main input.checkout_button {
	display: block;
	margin: 0 auto;
	height: 50px;
	width: 200px;
	font-size: 17px;
	background-color: #598cda;
	color: #ffffff;
	border: 0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}
div.checkout div.contacts_cart_tab input.button:hover, div.order_main input.checkout_button:hover {
	cursor: pointer;
	background-color: #fd8224;
}
.del_here {
	cursor: pointer;
	border: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	color:#ffffff;
	background-color: #4996f7;
	padding: 3px 7px 3px 7px;
}
.del_here:hover {
	cursor: pointer;
	border: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	color:#ffffff;
	background-color: #0b62cf;
	padding: 3px 7px 3px 7px;
}


/* baloon */
#baloon {
	width: 187px;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 7px 5px 0 5px;
	display: none;
	position: absolute;
	z-index: 64999;
	opacity:0.85;
}
#baloonHeader {
	width: 187px;
	height: 0px;
	margin-top: 19px;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	display:block;
}
.baloonHeaderDirect:before {
	left:10px;
}
#baloonHeader:before {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #fd8224;
	top: -12px;
}
.baloonHeaderFlip:before {
	right:10px;
}
#baloonBody {
	padding: 10px;
	background-color: #ffffff;
	width: 187px;
	margin: 0;
	font-size: 14px;
	line-height: 140%;
	border: 2px solid #fd8224;
	display: block;
	border-radius:5px;
}


/* Order */
div.order_main {
	text-align: center;
}
div.order_main h1 {
	font-size: 27px;
	text-align: center;
	margin-top: 30px;
	font-weight: normal;
}
div.order_main h1 span {
	font-weight: bold;
	font-size: 29px;
}
div.order_main div.order_status {
	color: #ffffff;
	background-color: #999999;
	text-align: center;
	display: inline-block;
	margin-top: 15px;
	padding: 7px 13px 7px 13px;
	font-size: 19px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	margin-bottom: 50px;
}
div.order_main table.total_cost {
	margin: 0 auto;
	margin-bottom: 50px;
}
div.order_main table thead tr th {
	font-size: 27px;
	text-align: center;
	padding-bottom: 35px;
}
div.order_main table tbody tr td {
	padding-bottom: 25px;
}
div.order_main table tr td.tab_col_right {
	text-align: right;
	width: 75px;
}
div.order_main table tr td.tab_col_left {
	width: 200px;
}
div.order_main table tbody tr td span.del_separately {
	display: block;
	font-size: 11px;
	color: #666666;
}
div.order_main input.checkout_button {
	margin-bottom: 50px;
}
.detail_status {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	
	margin-bottom: 45px;
	background-color: #F8F8F8;
	padding-top: 10px;
	color: #646464;
}
.detail_status strong {
	font-size: 19px;
}
.detail_status ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 35px;
	padding: 15px 0 5px 0;
	font-size: 15px;
	text-align: left;
}
.detail_status ol li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}
.detail_status ol li:before {
	content: counter(num) '.'; 
	counter-increment: num;
	display: inline-block;	
	position: absolute;
	top: 0px;
	left: -26px;
	width: 20px;    
	color: #000000;
	text-align: right;
}
.detail_status ol li a {
	display: inline-block;
	color: #1B4E79;
	text-decoration: none;
	border-bottom: 1px solid #4E98D8;
	line-height: 13px;
	}
.detail_status ol li span {
	font-size: 17px;
	color: #000000;
}
/* Order END */
