.check-overlay {
		height: 100%;
		left: 0;
		opacity: 0.66;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 99998;
}
	
.check-page {
	
}
.check-page .cart-list {
	border: 1px solid #f5f5f5;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	margin-top: 26px;
}
.check-page .cart-list .cart-title {
	background-color: #f5f5f5;
	padding: 15px 35px;
	font-size: 20px;
	font-weight: bold;
}

.check-page .cart-list .cart-title .button-clear {
	font-size: 14px;
	float: right;
	color: #3093fe;
	font-family: Myriad Pro;
	cursor: pointer;
}
.check-page .cart-list .cart-title .button-clear:hover{ 
text-decoration:underline;
}
.check-page .cart-list .items {
	width: 100%;
	border: 1px solid #f5f5f5;
	padding: 5px;
}
.check-page .cart-list .items tr {
	border-bottom: 1px solid #f5f5f5;
}
.check-page .cart-list .items tr:last-child {
	border:none; 
}
.check-page .cart-list .items td {
	padding: 21px 10px;
	text-align: center;
}
.check-page .cart-list .items .image {
	width: 178px;
	text-align: center;
}
.check-page .cart-list .items .image a {
	
}
.check-page .cart-list .items .image img {
	border: 1px solid #f5f5f5;
}
.check-page .cart-list .items .name {
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	line-height: 1.5;
}
.check-page .cart-list .items .quanity {
	width: 150px;
}
.check-page .cart-list .items .quanity .button-plus {
	display: inline-block;
	color: #a7a7a7;
	border: 2px solid #d2d2d2;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	line-height: 32px;
	cursor: pointer;
}
.check-page .cart-list .items .quanity .button-plus:hover {color: #3093fe;border-color: #3093fe;}
.check-page .cart-list .items .quanity .button-minus {
	display: inline-block;
	color: #a7a7a7;
	border: 2px solid #d2d2d2;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	line-height: 32px;
}
.check-page .cart-list .items .quanity .button-minus:hover {color: #3093fe;border-color: #3093fe;}

.check-page .cart-list .items .quanity .count {
	color: #a7a7a7;
	width: 30px;
	display: inline-block;
	text-align: center;
}
.check-page .cart-list .items .price {font-weight: bold;font-size: 18px;color: #ff5a51;font-family: Roboto;width: 250px;}
.check-page .cart-list .items .price .old-price {color: #a7a7a7;font-size: 14px;text-decoration: line-through;margin-right: 15px;}
.check-page .cart-list .items .total {
	font-weight: bold;
	font-size: 18px;
	color: #ff5a51;
	font-family: Roboto;
	width: 140px;
}
.check-page .cart-list .items .remove {
	width: 159px;
}
.check-page .cart-list .items .remove .button-remove {
	
}

.check-page .cart-list .items .remove .button-remove i {
	color: #a7a7a7;
	font-size: 35px;
}
.check-page .cart-list .items .remove .button-remove i:hover {color: #3093fe;border-color: #3093fe;}
.check-page .cart-totals-wrap {position: relative;}
.check-page .cart-totals-wrap.float{
	
}
.check-page .cart-totals-wrap .floating {
	 
}
.check-page .cart-totals-wrap.float .floating {
	 position: absolute;
	 /* width: 100%; */
	 padding: 0 15px;
	 left: 0;
	 top: 0;
}

.check-page .cart-totals {
	border: 1px solid #f5f5f5;
	margin-top: 27px;
	width: 100%;
	float: left;
}

.check-page .cart-totals td {
	color: #777777;
}
.check-page .cart-totals .total-item {border-bottom: 1px solid #f5f5f5;}
.check-page .cart-totals .total-item .total-name {
	font-size: 20px;
	padding: 17px 10px 17px 40px;
	font-family: Myriad Pro;
}

.check-page .cart-totals .total-item .total-value {
	padding: 20px 30px 20px 0;
	font-size: 20px;
	font-family: Myriad Pro;
	text-align: right;
	width: 150px;
}
.check-page .cart-totals .total-item.total {
	
}
.check-page .cart-totals .total-item.total .total-name {
	color: black;
	font-size: 24px;
	padding-top: 36px;
	padding-bottom: 40px;
}
.check-page .cart-totals .total-item.total .total-value {
	color: #ff5a51;
	font-size: 27px;
}
.check-page .cart-totals .total-buttons {
	
}
.check-page .cart-totals .total-buttons td {padding: 5px 35px;}
.check-page .cart-totals .text-agree {
	margin-bottom: 19px;
}
.check-page .cart-totals .text-agree table {width: 100%;}
.check-page .cart-totals .text-agree table td {padding: 0;width: 100%;text-align: left;}
.check-page .cart-totals .text-agree table td:first-child {width: 20px;text-align: right;padding: 0;}
.check-page .cart-totals .text-agree input {
	margin-right: 10px;
}
.check-page .cart-totals .text-agree label {
	font-size: 11px;
}
.check-page .cart-totals .text-agree label a {
	
}
.check-page .cart-totals .button-checkout {
	display: block;
	background-color: #3093fe;
	color: white;
	padding: 10px;
	border-radius: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	max-width: 310px;
	margin: 11px auto 11px auto;
}
.check-page .cart-totals .button-checkout:hover {
	background-color: #507296;
}
.check-page .cart-totals .button-continue {
	display: block;
	border: 2px solid #3093fe;
	color: #3093fe;
	padding: 10px;
	border-radius: 20px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	max-width: 310px;
	margin: 0 auto 15px;
}
.check-page .cart-totals .button-continue:hover {
	color: #507296;
	border-color: #507296;
}

.check-page .button-print {
	background-image: url('/catalog/view/javascript/check/image/print-order.jpg');
	background-repeat: no-repeat;
	height: 39px;
	display: inline-block;
	line-height: 39px;
	padding-left: 67px;
	margin: 27px 0 0 61px;
	color: #424242;
	font-family: Roboto;
	font-size: 13px;
	font-weight: bold;
	float: left;
}	



.check-page .cart-promo {background-color: #f5f5f5;padding: 10px 40px 10px;font-family: Myriad Pro;font-size: 14px;margin-bottom: 37px;float: left;width: 100%;line-height: 39px;}	
.check-page .cart-promo input {border: 1px solid #d7d7d7;padding: 6px 10px;margin-left: 10px;font-size: 14px;width: 220px;}	
.check-page .cart-promo .promo-button {float: right;background-color: white;border: 1px solid #3093fe;border-radius: 30px;color: #3093fe;width: 130px;height: 40px;line-height: 40px;text-align: center;margin-right: 56px;position: relative;display: block;}
.check-page .cart-promo b {
	font-family:Roboto;
	color: #3093fe;
	margin-left: 5px;
}
.check-page .cart-promo .alert {
	margin: 10px 0;
}
.check-page .cart-customer {
	padding-left: 30px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.check-page .cart-customer .title {
	font-size: 20px;
	font-weight: bold;
	color: #444444;
	margin-bottom: 30px;
	font-family: Roboto;
}
.check-page .cart-customer .customer-type {
	margin-bottom: 30px;
}

.check-page .cart-customer .customer-type .item {
	display: inline-block;
	margin-right: 53px;
}
.check-page .cart-customer .customer-type .item input {
	display: none;
}
.check-page .cart-customer .customer-type .item label {
	width: 266px;
	height: 85px;
	text-align: center;
	background-color: #f5f5f5;
	line-height: 85px;
	font-family: Roboto;
	font-size: 18px;
	border-radius: 5px;
	border: 2px solid #f5f5f5;
	display: inline-block;
	cursor: pointer;
}
.check-page .cart-customer .customer-type .item input[type="radio"]:checked+label {
	background-color: white;
	border-color: #3093fe;
	font-weight: bold;
}

.check-page .customer-data {
	font-family: Roboto;
}
.check-page .customer-data .input {
	display: inline-block;
	width: 309px;
	margin-right: 58px;
	margin-bottom: 25px;
	vertical-align: text-top;
}
.check-page .customer-data .input label, .check-page .customer-data .comment label {
	display: block;
	color: #444444;
	font-size: 14px;
}
.check-page .customer-data .input input {
	border: 1px solid #cccccc;
	padding: 5px 20px;
	width: 100%;
	color: #6f6d6d;
	font-size: 12px;
	margin-bottom: 5px;
}
.check-page .customer-data .input .required {
	color: red;
	margin-right: 4px;
}

.check-page .customer-data .comment {
	width: 100%;
}

.check-page .customer-data .check-register {margin-top: 20px;}
.check-page .customer-data .check-register .title { 
}
.check-page .customer-data .check-register .title input { 
}
.check-page .customer-data .check-register .title label { 
}
.check-page .customer-data .comment label {
	
}
.check-page .customer-data .comment textarea {
	border: 1px solid #cccccc;
	padding: 5px 20px;
	width: 100%;
	color: #cccccc;
	resize: none;
	font-size: 12px;
}

.check-page .cart-shipping-payment {float: left;width: 100%;}
.check-page .cart-shipping-payment .shipping {
	border: 1px solid #f5f5f5;
	width: 49%;
	float: left;
}
.check-page .cart-shipping-payment .shipping .title {background-color: #f5f5f5;padding: 15px 35px;font-size: 20px;font-family: Roboto;font-weight: bold;}

.check-page .cart-shipping-payment .shipping .items {
	padding: 44px 29px 16px;
	float: left;
	width: 100%;
}
.check-page .cart-shipping-payment .shipping .items .item {
	display: inline-block;
	float: left;
	width: 49%;
}

.check-page .cart-shipping-payment .shipping .items .alert {float: left;width: 100%;}
.check-page .cart-shipping-payment .shipping .items .item:last-child { 
}
.check-page .cart-shipping-payment .shipping .items .item:nth-child(even) {float: right;}

.check-page .cart-shipping-payment .shipping .items .item input {
	display: none;
}
.check-page .cart-shipping-payment .shipping .items .item label {
	width: 100%;
	height: 82px;
	text-align: center;
	background-color: #f5f5f5;
	line-height: 81px;
	font-family: Roboto;
	font-size: 18px;
	border-radius: 5px;
	border: 2px solid #f5f5f5;
	display: inline-block;
	cursor: pointer;
}
.check-page .cart-shipping-payment .shipping .items .item input[type="radio"]:checked+label {
	background-color: white;
	border-color: #3093fe;
	font-weight: bold;
}
.check-page .cart-shipping-payment .shipping .shipping-data {
	padding: 20px 30px;
	float: left;
	width: 100%;
}
.check-page .cart-shipping-payment .shipping .shipping-data .item {
	margin-bottom: 4px;
}
.check-page .cart-shipping-payment .shipping .shipping-data .item select {
	background-color: white;
	border: 1px solid #cccccc;
	border-radius: 0;
	width: 100%;
	max-width: 508px;
	-webkit-appearance: none;
	padding: 6px 14px;
	margin-bottom: 6px;
}

.check-page .cart-shipping-payment .shipping .shipping-data .item label {
	display: block;
	color: #444444;
	font-size: 14px;
	margin-top: 10px;
}

.check-page .cart-shipping-payment .shipping .shipping-data .item .required {
	color: red;
	margin-right: 4px;
}

.check-page .cart-shipping-payment .shipping .shipping-data .item input {
	border: 1px solid #cccccc;
	padding: 5px 20px;
	width: 100%;
	color: #6f6d6d;
	font-size: 12px;
	margin-bottom: 5px;
}

.check-page .cart-shipping-payment .shipping .shipping-data .description-text {
	color: #898989;
	font-size: 12px;
}

.check-page .cart-shipping-payment .payment {
	border: 1px solid #f5f5f5;
	width: 49%;
	float: right;
	min-height: 303px;
}
.check-page .cart-shipping-payment .payment .title {background-color: #f5f5f5;padding: 15px 30px;font-size: 20px;font-family: Roboto;font-weight: bold;}

.check-page .cart-shipping-payment .payment .items {
	padding: 44px 20px;
	text-align: center;
}
.check-page .cart-shipping-payment .payment .items .item {
	display: block;
	margin: 0 15px 9px;
}
.check-page .cart-shipping-payment .payment .items .item:last-child { 
}
.check-page .cart-shipping-payment .payment .items .item input {
	display: none;
}
.check-page .cart-shipping-payment .payment .items .item label {
	width: 100%;
	height: 60px;
	text-align: center;
	background-color: #f5f5f5;
	line-height: 60px;
	font-family: Roboto;
	font-size: 18px;
	border-radius: 5px;
	border: 2px solid #f5f5f5;
	display: inline-block;
	cursor: pointer;
	text-align: left;
	padding-left: 60px;
}
.check-page .cart-shipping-payment .payment .items .item input[type="radio"]:checked+label {
	background-color: white;
	border-color: #3093fe;
	font-weight: bold;
}

.check-page .check-file {
	    background-color: #f5f5f5;
    padding: 10px 40px 10px;
    font-family: Myriad Pro;
    font-size: 14px;
    margin-bottom: 37px;
    float: left;
    width: 100%;
    line-height: 39px;
}

.check-page .check-file .filename {
	font-family: Roboto;
    color: #3093fe;
    margin-left: 5px;
}
.check-page .check-file .remove-file {
	background-color: white;
	border: 1px solid #3093fe;
	border-radius: 30px;
	color: #3093fe;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
	display: inline-block;
	margin-left: 20px;
}

.check-page .check-file .check-file-upload {
	background-color: white;
	border: 1px solid #3093fe;
	border-radius: 30px;
	color: #3093fe;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
	display: inline-block;
	margin-left: 20px;
}
.check-page .check-file .check-file-upload i {
	margin-right: 4px;
}

.check-page .check-file .alert {
	margin-top:10px;
}
.check-success {
	width: 680px;
	text-align: center;
	padding: 0;
	font-family: Roboto;
}
.check-success .success-image {
	padding: 71px 0 47px;
	text-align: center;
}
.check-success .success-image img {
	
}
.check-success .title {
	font-size: 20px;
	color: #434343;
	margin-bottom: 25px;
	padding: 0 30px;
	font-weight: bold;
}
.check-success .text-1 {
	color: #434343;
	margin-bottom: 4px;
	padding: 0;
}
.check-success .text-2 {
	color: #b6b6b6;
	font-size: 14px;
	margin-bottom: 35px;
}
.check-success .text-3 {
	border-top: 1px solid #efefef;
	padding: 40px;
	font-size: 14px;
}
.check-success .text-3 a {
	
}


@media (max-width: 1650px) {
	.check-page .cart-list .items .image {
		width: 160px;
	}
	.check-page .cart-list .items .price {
		width: 250px;
	}
	.check-page .cart-list .items .remove {
		width: 150px;
	}
	.check-page .cart-list .items .total {
		width: 150px;
	}
}




@media (max-width: 1440px) {
	.check-page .cart-shipping-payment .shipping .items .item label {
		font-size: 14px;
	}
	.check-page .cart-list .items .price {
		width: 190px;
	}
	.check-page .cart-list .items .total {
		width: 120px;
	}
	.check-page .cart-list .items .remove {
		width: 70px;
	}
}
@media (max-width: 1200px) { 
.check-page .cart-list .items .price {
	width: 112px;
}
.check-page .cart-list .items .quanity {
	width: 100px;
}
.check-page .cart-list .items .quanity a {
	display: block !important;
	margin: 0 auto;
}
.check-page .cart-list .items .remove {
	width:70px;
}
.check-page .cart-shipping-payment .payment .items {
	padding: 24px 20px;
}
}


@media (max-width: 991px) {
	.check-page .cart-shipping-payment .payment .items .item label {
		padding-left: 20px;
		font-size: 16px;
	}
	.check-page .check-file {
		text-align:center;
	}
	.check-page .check-file .check-file-upload {
		margin-left:0;
	}
	.check-page .check-file .remove-file {
		margin-left:0;
	}
	.check-page .cart-shipping-payment .shipping {
		width:100%;
	}
	.check-page .cart-shipping-payment .payment {
		width:100%;
		min-height: auto;
	}
	.check-page .cart-list .items .image {
		display:none;
	}

	.check-page .cart-totals .text-agree {
		text-align:center;
	}
	.check-page .cart-totals {
		margin-top: 10px;
	}
	.check-page .cart-promo  {
		text-align:center;
		padding: 10px 0px 10px;
	}
	.check-page .cart-promo input {
		width: 140px;
		margin-right: 10px;
	}
	.check-page .cart-promo .promo-button {
		float: initial;
		top: 0;
		display: inline-block;
		width: 100px;
		margin-right: 0;
	}
	.check-page .cart-list .items .name {
		font-size:14px;
	}
	.check-page .cart-list .items .price {
		font-size:14px;
		font-weight:normal;
		display: none;
	}
	.check-page .cart-list .items .quanity {width: 50px;}
	.check-page .cart-list .items .price .old-price{
		font-size:12px;
	}
	.check-page .cart-list .items .total{
		font-size:12px;
		width: 80px;
	}
	.check-page .cart-list .items td {
		padding: 21px 5px;
	}

	.check-page .customer-data .input {
		width:100%;
		margin: 10px 0;
	}
.check-page .cart-shipping-payment .shipping .items {
	padding: 15px 10px;
}
.check-page .cart-shipping-payment .shipping .shipping-data {
	padding: 20px 10px;
}
	.check-page .cart-customer {
		padding:0;
	}
	.check-page .cart-customer .customer-type  {
		margin-bottom: 10px;
	}
	.check-page .cart-customer .customer-type .item {
    margin: 0;
    width: 48%;
}
.check-page .cart-customer .customer-type .item:first-child {margin-right: 2%;}
	.check-page .cart-customer .customer-type .item label {width: 100%;}
}