.comparison {}

a.comparison-link {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
a.comparison-link:hover {border-bottom-style: solid;}
a.comparison-link.active {
	border-bottom: none;
	background: #efefef;
	color: black;
}

.comparison .comparison-add {display:inline-block;}
.comparison .comparison-remove,
.comparison .comparison-go,
.comparison .comparison-total {display:none;}

.comparison.added .comparison-add {display:none;}
.comparison.added .comparison-remove,
.comparison.added.can_compare .comparison-go,
.comparison.added.can_compare .comparison-total {display:inline-block;}

.comparison .loading {opacity: .7;cursor:default;}
.comparison .loading:hover {text-decoration: none;}


.comparison-table td {padding: 5px;}
.comparison-table .comparison-head {padding-bottom: 1em;}
.comparison-table .comparison-head img {min-height: 90px;}

.comparison-table .comparison-remove {
	display: inline-block;
	font-weight: normal;
	background: #ffffff;
	position: absolute;
	margin-top: .5em;
	padding: 0 .2em;
	font-size: .8em;
	color: #333;
}
.comparison-table thead {border-bottom: 1px solid #AAA;}
.comparison-table .comparison-corner {text-align: center;vertical-align: bottom;padding-bottom: 1em;}
.comparison-table .same {display: none;}

.comparison-table tbody .comparison-row:first-child td {padding-top: 2em;}

.comparison-table .field-price {
	font-weight: bold;
}a.btn_one_click {
	border-bottom: 1px dashed;
	text-decoration: none;
}
.msoneclick_body_loader {
	text-align: center;
	padding: 30px 0;
}
.msoneclick_body_loader img{
	width: 30px;
}
.msoneclick_modal .modal-footer{
	text-align: center;
}

.msoneclick_modal .modal-body {
	padding: 0px;
}

.msoc-message-success  {background-color: green !important;}
.msoc-message-error  {background-color: brown !important;}
.msoc-message-info  {background-color: black !important;}
/*
.msoneclick_modal .btn-msoneclick {
	background-color: #bc3038;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 0 auto;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	width: 380px;
}*/



.forder-popup__block {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
}
.forder-popup__price {
	color: #3f454b;
	font-size: 18px;
	width: 100px;
	line-height: 30px;
}

.forder-popup__block--grey {
	background-color: #f7f7f7;
	font-size: 12px;
	padding: 20px 40px;
}
.forder-popup__selects {
	padding: 20px 0;
}

.msoneclick_modal form{
	margin: 0px;
	padding: 0px;
}

.msoneclick_modal .form-horizontal .control-label {
	float: left;
	width: 86px;
	padding-top: 8px;
	text-align: right;
}



.msoneclick_modal .modal-title {
	font-size: 16px;
}
.msoneclick_modal .ms2_form .form-group #product_change{
	width: 80px;
	text-align: center;
}
.msoneclick_modal .ms2_form .form-group{
	margin-top: 10px;
}
.msoneclick_modal hr{
	margin: 20px -15px 0px -15px;
	border-bottom: 0px;
}
.msoc_product_line {
	border-bottom: 1px solid #EEE;
}

.msoc_product_line.row{
	min-height: 86px;
}
.msoc_product_line_image {
	position: absolute;
	left: -16px;
}
.msoc_product_line_pagetitle {
	margin-left: 110px;
}
.msoc_product_line_count {
	width: 214px;
	text-align: right;
	top: 8px;
}


.msoneclick_form input.invalid {
	border: 1px solid #d0021b;
	box-shadow: 0 0 2px 0 rgba(239, 195, 201, 1);
}
input.forder-popup__input {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	box-shadow: none;
	box-sizing: border-box;
	color: #3f4561;
	font-size: 12px;
	height: 35px;
	line-height: 19px;
	padding: 7px 10px;
	width: 380px;
}
textarea.forder-popup__textarea {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	box-shadow: none;
	box-sizing: border-box;
	color: #3f4561;
	font-size: 12px;
	height: 75px;
	line-height: 19px;
	padding: 7px 10px;
	width: 380px;
}

.msoneclick_form .invalid.errorNotic {
	top: 0px !important;
	left: 410px !important;
}
.errorNotic {
	top: 5px;
	border-radius: 3px;
	background: rgba(208,2,27,.8) none repeat scroll 0 0;
	padding: 7px 10px 4px;
	font-size: 11px;
	line-height: 13px;
	position: absolute;
	z-index: 1;
	width: auto !important;
	min-width: 50px !important;
	max-width: 250px !important;
	color: #FFF;
	box-shadow: none !important;
	height: 26px;
	margin: 0;
	padding: 0 !important;
	text-align: right;
	display: table;
}
.errorNotic .errorBlok {
	display: table-cell !important;
	float: none !important;
	margin: 0;
	line-height: 14px;
	padding: 2px 10px;
	vertical-align: middle;
	text-align: left;
	height: auto;
}
.errorNotic:after {
	content: " ";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: -4px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid rgba(208, 2, 27, 0.8);
}

.msoc_product_line_image img{
	max-width: 80px;
	max-height: 80px;
	padding: 6px;
}

.msoneclickSuccess .label {
	font-size: 20px;
	padding: 10px;
	font-weight: normal;
}
.msoneclickSuccess h2{
	padding-top: 0px;
}
.msoc_product_line_count .product__add-cart .btnMinus.minus{
	left: 3px;
}
.msoc_product_line_count .product__add-cart .btnPlus.plus{
	right: -55px;
}
.msoc_product_line_count .product__add-cart #product_price {
	text-align: center;
	width: 80px;
}
.msoc_field__required:after {
	content: "*";
	color: red;
	margin-left: 3px;
}