.custom_filter_checkbox:hover{
	color: #ab9500;
	background-color: #F3F3F3;
	cursor: pointer;
}
.custom_filter_checkbox{
	padding: 3px;
}

.search_field{
	border: 1px solid #86867F ! important;
}

.search_field:focus{
	border: 1px solid #353535 ! important;
}
#discountGoodTable{
	margin: auto;
	border: 2px solid #ab9500;
	width: 400px;
	padding: 2px;
	text-align: center;
}
#discountGoodTable div{
	text-align: center;
	font-size: 18px;
}
#showMoreGoodsButton{
	width: 140px;
	height: 31px;
	margin: 10px auto;
	border: 2px solid black;
	cursor: pointer;
	text-align: center;
	border: #0B9931 2px solid !important;
	background-color: #F0FAF3 !important;
	font-weight: bolder !important;
	font-size: 10pt !important;
	color: #0B9931 !important;
	text-decoration: none !important;
	padding-left: 6px !important;
	padding-right: 6px !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	line-height: 1.5 !important;
	transition: all 0.5s;
}
#showMoreGoodsButton:hover {
	background-color: #0B9931 !important;
	color: white !important;
}
.block{
	font-size: 16px;
	font-weight: bolder;
	margin-left: 10px;
}
.sortButtonsText{
	font-size:13pt;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 15px;
}
.expandOptsButton a{
	font-size: 16px;
	cursor: pointer;
	font-weight: normal;
}
.sortRadioButton{
	margin: 10px 0px 3px 3px !important;
	cursor: pointer;
	vertical-align: bottom;
}
.good_discountInfo_text{
	font-weight: bolder;
	font-size: 18px;
	color: #0B9931;
}
.good_discountInfo_value{
	font-size: 18px;
	color: #0B9931;
}
.goods_discountInfo_text{
	font-weight: bolder;
	font-size: 12px;
	color: #0B9931;
}
.goods_discountInfo_value{
	font-size: 12px;
	color: #0B9931;
}

.cart_conj_good_block{
        border: 1px solid white;
	border-top: 1px solid #e1e1e1;
	width: 100%;
	height: 250px;
	float: left;
	margin: 4px;
	text-align: center;
        padding-top: 5px;
}
.cart_conj_good_block.added{
	opacity: 0;
}
.cart_conj_good_block:hover{
	border: 1px solid #ab9500;
}
.cart_conj_good_image{
	max-width: 100%;
	max-height: 150px;
	margin: auto;
}
.cart_conj_good_name{
	height: 38px;
        overflow: hidden;
        word-break: break-word;
        font-size: 16px;
	color: #ab9500;
        line-height: 1.2;
	text-align: center;
        text-overflow: ellipsis;
}
.cart_conj_good_button{
	display: inline-block;
	font-size: 14px;
	color: white;
	font-weight: bold;
	height: 31px;
        width: 68px;
	cursor: pointer;
}
.cart_conj_good_button.yellow{
	color: #005689;
        padding-top: 5px;
        text-align: left;
        width: 50%;
}
.cart_conj_good_button.green{
	border: 2px solid #0B9931;
	color: #0B9931;
	background-color: #F0FAF3;
	font-size: 14px;
	transition: all 1s;
        float: right;
        margin-right: 5px;
        padding-top: 5px;
}
.cart_conj_good_button.green:hover{
	background-color: #0B9931;
	color: white;
}

.cart_conj_good_imgblock{
	height: 170px;
        padding: 0px;
	margin-bottom: 1px;
        display: table-cell;
        vertical-align: middle;
}
.delivery_main_block a{
	font-size: 16px;
}
.main_headers{
	background-color: rgb(240, 250, 243);
	color: #0B9931;
        margin-top: 0px;
}
.comission_form_header{
	text-align: right !important;
        padding-top: 15px;
}
textarea.w300{
	width: 300px;
}

#phoneTableRow{
	display: none;
}
.phoneImage{
	width: 16px;
	height: 16px;
}
.yesNoButtonsContacts{
	display: inline-block !important;
	float: none !important;
	width: 40px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	margin: 0px 2px;
	
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
    text-align: center !important;
    border: #0B9931 2px solid !important;
    background-color: #F0FAF3;
    font-weight: bolder !important;
    font-size: 10pt !important;
    color: #0B9931;
    text-decoration: none !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    margin-top: 0px !important;
    line-height: 1.5 !important;
    transition: all 0.5s;
}

.table_comission{
	border-collapse: collapse;
}
.comission_form_header{
	font-weight: bold;
}
.single_line{
	font-style: normal;
}

.numericInputs{
	font-size: 10pt;
    /* height: 15px; */
    border: #e1e1e1 1px solid;
    padding: 3px;
}

.comission_sale_dropdowns{
	width: 100%;
        margin: 7px 0px;
}
.contacts_form td span{
	color: grey;
}
.red_star{
	color: red !important;
}
.info_question_marks{
	height: 13px;
	cursor: pointer;
	display: inline-block;
}

.question_mark_wrappers {
    position: relative;
}
.question_mark_wrappers:hover::after {
    content: attr(data-title); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    left: 20%; top: 80%; /* Положение подсказки */
    z-index: 1; /* Отображаем подсказку поверх других элементов */
    background: rgba(255,255,230,0.9); /* Полупрозрачный цвет фона */
    font-family: Arial, sans-serif; /* Гарнитура шрифта */
    font-size: 14px; /* Размер текста подсказки */
    padding: 5px 5px; /* Поля */
    border: 1px solid #333; /* Параметры рамки */
	text-align: left;
	width: 120px;
   }
   
.w300{
	width: 302px;
}
.single_line_text_align_left{
	text-align: left !important;
}

#goodCommentButton{
    display: block;
	border: 2px solid #0B9931;
	color: #0B9931;
    background-color: #F0FAF3;
	width: 100px;
	height: 32px;
    font-size: 16px;
	font-weight: bold;
    text-align: center;
    padding: 4px 0px 0px 0px;
	cursor: pointer;
}
#goodCommentButton:hover{
	color: white;
    background-color: #0B9931;
}

.contacts_form td.single_line{
	max-width: 280px;
        padding-right: 5px;
}

.good_comment_bullets_div{
	display: inline-block;
}
.good_comment_bullets_div img{
	width: 17px;
	height: 17px;
	cursor: pointer;
}

.good_comment_bullets{
	width: 17px;
	height: 17px;
	cursor: pointer;
}

.good_comment_bullets_static{
	width: 17px;
	height: 17px;
}
.good_comment_bullets_static_good_page{
	width: 16px;
	height: 16px;
}
.good_comment_bullets_random_goods{
	width: 14px !important;
	height: 14px;
        margin: 0px !important;
	display: inline !important;
}
.good_comment_bullets_main_page_goods{
	width: 16px;
	height: 16px;
	margin: 0px !important;
	display: inline !important;
}
.good_comment_bullets_goods_page{
	width: 16px;
	height: 16px;
	float: none !important;
	margin: 0px !important;
	display: inline !important;
}

.good_comment_bullets_yellow{
	display: none;
	cursor: pointer;
}
.good_comment_bullets_grey{
	cursor: pointer;
}

.div_for_comment_inputs{
	display: inline-block;
	float: left;
	margin: 0px 5px 0px 6px;
}

.textInputHintForCommentInput{
	margin: 0px;
	color: red;
}

#goodCommentSuccess{
	display: none;
	width: 100%;
	border: 2px solid #0B9931;
	background-color: #F0FAF3;
	color: #0B9931;
	font-size: 22px;
	text-align: center;
}
.user_comments_date{
	text-align: left !important;
	vertical-align: top;
	padding: 10px 0px 0px 10px!important;
}
.user_comments_rating{
	padding-top: 4px;
	text-align: center;
}

.good_comment_bullet_number{
	display: inline-block;
	width: 32px;
	cursor: pointer;
	font-size: 16px;
    text-align: center;
    margin-right: 1px;
}
.user_comments_td{
    padding: 10px 0px;
    word-break: break-word;
    vertical-align: top;
}
.bullets_img_container{
	display: inline-block;
    margin-top: -3px;
}
.contacts_link:hover{
    color: #ab9500 !important;
}
.articles_link_block{
    text-align: center;
}
.articles_link{
    color: #606060;
    font-size: 18pt;
    width: 50px;
    display: inline-table;
    line-height: 1;
    margin-top: 5px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.articles_link:hover{
    color: #ab9500 !important;
}
.blog_icon_png{
    width: 95px;
    height: 118px;
}
.rules_confirm_span_text{
    margin-left: 4px;
}