.jGrowl.top-right {
    top:50px!important;
}
.comparison.added.can_compare .ts_can_compare {
    display: block;
}
.comparison.added.can_compare .ts_cant_compare {
    display: none;
}
.comparison .ts_can_compare {
    display: none;
}
.comparison .ts_cant_compare {
    display: block;
}

input[type=radio], input[type=checkbox] {
	display: none;
}

label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	/* padding-left: 25px; */
	margin-right: 15px;
}

input[type=checkbox] + label:before,
label > input[type=checkbox]:before,
.filters input[type=checkbox] + span:after {
	content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/bitrix/templates/interlamp/css/../images/checkbox1.png') 0 0 no-repeat;
    margin-bottom: -3px;
    margin-right: 7px;
	left: 0;
}

input[type=checkbox].error + label:before,
label > input[type=checkbox].error:before,
.filters input[type=checkbox].error + span:after {
    background: url('../img/checkbox1_error.png') 0 0 no-repeat;
}

input[type=checkbox]:checked + label:before,
label > input[type=checkbox]:checked:before,
.filters input[type=checkbox]:checked + span:after {
    background-position: -31px 0;
}

input[type=radio] + label:before,
.delivery input[type=radio] + span + span.dlvr-name:before {
	content: "";
    padding-left: 25px;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    margin-bottom: 18px;
    background: url(/bitrix/templates/interlamp/css/../images/radio.png) no-repeat left -60px;
}

input[type=radio]:checked + label:before,
.delivery input[type=radio]:checked + span + span.dlvr-name:before {
    background: url(/bitrix/templates/interlamp/css/../images/radio.png) no-repeat left 2px;
}

span.dlvr-name {
    margin-bottom: 18px;
    display: block;
}

#jGrowl .af-message-error,
#jGrowl .tickets-message-error {
    background-color: #ff3600 !important;
}

div.bubble_login div.all div.login_cont div.cont input.error,
div.bubble_click div.all div.click_cont div.cont input.error {
    color: #ff3600;
    border-color: #ff3600;
}

div.bubble_click div.all div.click_cont div.cont input[type=checkbox] {
    display: none;
}

#one_click_form .conditions {
    margin-bottom: 25px;
    text-align: center;
}

#comment-form .conditions a {
    font-size: 12px;
}