.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#4EB300;border-color:#4EB300}.menu-line .btn-danger,.well .btn-danger{color:#fff;background-color:#4EB300;border-color:#4EB300}.menu-line .btn-danger.active,.menu-line .btn-danger:active,.menu-line .btn-danger:hover,.menu-line .open>.dropdown-toggle.btn-danger,.well .btn-danger:hover{color:#fff;background-color:#337400;border-color:#337400}.btn-primary{color:#fff;background-color:#4EB300;border-color:#4EB300}.btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#337400;border-color:#337400}.box-product .product-item .image .sticker,.product-thumb .image .sticker{display:none}.product-group a:hover{color:#4EB300;background-color:#fff;}.product-group .panel-title{font-weight:bold;font-size:14px;}.product-group a{display:flex;justify-content:space-between;}.product-group .text-right{white-space:nowrap;}.product-group .panel-heading{background-color:#4EB300;color:#fff;}.product-group, .product-group .list-group a{border-color:#4EB300;}


.find_block{
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 5px 10px;
    float: right;
}
.find_block .find_btn{
    background: #0074b3;
    color: #fff;
    padding: 3px 6px;
    width: 100%;
    display: block;
    text-align: center;
}
.find_block .find_btn:active,
.find_block .find_btn:focus,
.find_block .find_btn:hover{
	background: #337400;
	color: #fff;
	text-decoration: none;
}

#overflow{
	display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9998;
}
.popup_banner{
    display: none;
    position: fixed;
    width: 600px;
    top: 30%;
    left: 50%;
    margin-left: -300px;
    z-index: 9999;
    background: #fff;
    padding: 0px;
}
.popup_banner img{
    width: 100%;
    display: block;
}
.callback_form,
.cheap_form,
.find_form{
	display: none;
    position: fixed;
    width: 400px;
    top: 30%;
    left: 50%;
    margin-left: -200px;
    z-index: 9999;
    background: #fff;
    padding: 10px;
}
.callback_form .callback_form_title,
.cheap_form .cheap_form_title,
.find_form .find_form_title{
    text-align: center;
    font-size: 20px;
    margin: 10px auto;
}
.callback_form input[type="text"],
.callback_form textarea,
.cheap_form input[type="text"],
.cheap_form textarea,
.find_form input[type="text"], 
.find_form textarea{
	margin-bottom: 10px;
}
.callback_form [type="submit"],
.cheap_form [type="submit"],
.find_form [type="submit"]{
    display: inline-block;
    float: right;
    border: none;
    color: #fff;
    background-color: #4EB300;
    border-color: #4EB300;
    border-radius: 3px;
    padding: 7px 14px;
}
.callback_form [type="submit"]:hover,
.cheap_form [type="submit"]:hover,
.find_form [type="submit"]:hover{
	background: #337400;
	border-color: #337400;
	color: #fff;
	text-decoration: none;
}
.popup_banner .close_popup_banner,
.callback_form .close_callback_form,
.cheap_form .close_cheap_form,
.find_form .close_find_form{
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    background: #4eb300;
    color: #fff;
}
.popup_banner .close_popup_banner i,
.callback_form .close_callback_form i,
.cheap_form .close_cheap_form i,
.find_form .close_find_form i{
	color: #fff!important;
    font-size: 18px;
    line-height: 24px;
}
.popup_banner .close_popup_banner:hover,
.callback_form .close_callback_form:hover,
.cheap_form .close_cheap_form:hover,
.find_form .close_find_form:hover{
	background: #337400;
	border-color: #337400;
	color: #fff;
	text-decoration: none;
}
.callback_success,
.cheap_success,
.find_success{
	display: none;
    text-align: center;
    font-size: 20px;
    margin: 10px auto;
    color: #3e8f00;
}
.cheap_btn{
	background: #c7bfe6;
    color: #000;
	display: none;
}
.cheap_btn:active,
.cheap_btn:focus,
.cheap_btn:hover{
    background: #8570d8;
    outline: none;
    color: #fff;
	text-decoration: none;
}

.callback_btn{
    position: fixed;
    right: 5%;
    bottom: 10%;
    background: #4eb300;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    z-index: 9997;
}
.callback_btn:hover{
	background: #337400;
}
.callback_btn i{
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 54px;
}
.callback_btn:hover i{
	color: #fff;
}
.block_h_u{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.news_link{
    margin: 10px auto;
    font-size: 16px;
    line-height: 20px;
    background: #eeeeed;
    padding: 5px 15px;
    border: 1px solid #d5d5d5;
}
.news_link:hover{
    background: #337400;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 768px) {
    .popup_banner{
        width: 300px;
        top: 20%;
        margin-left: -150px;
    }
	.cheap_form,
	.find_form{
	    width: 300px;
	    margin-left: -150px;
	}
    .callback_btn{
        right: 2%;
        bottom: 2%;
    }
	
	
	.table-responsive>.table>tbody>tr>td, 
	.table-responsive>.table>tbody>tr>th, 
	.table-responsive>.table>tfoot>tr>td, 
	.table-responsive>.table>tfoot>tr>th, 
	.table-responsive>.table>thead>tr>td, 
	.table-responsive>.table>thead>tr>th {
        white-space: wrap!important;
		/* font-size: 11px!important; */
    }
	table.table.table-bordered {
        max-width: 100%!important;
    }
	
	td.btn_buy {
		min-width: 36px;
	}

	button.btn.btn-primary.btn-block.add-kjseries {
        padding: 4px 0px !important;
        max-width: 34px;
    }
	table.table.table-striped.table-bordered.table-hover.text-center tbody {
		max-width: 100% !important;
		white-space: wrap;
	}
	body .kjseries table td, .kjseries table th {
		padding: 4px 0px !important;
	}
	.kjseries table th.stock_status {
		padding: 4px 2px !important;
	}
	button.btn.btn-primary.btn-block.add-kjseries {
		padding: 4px 10px!important;
	}
	.table-responsive>.table>tbody>tr>td big {
		font-size: 14px;
	}

}
button#salesdriveforms_action_btn_1_0 {
    background: #0074b3;
    color: #fff;
    padding: 3px 6px;
    width: 100%;
    display: block;
    text-align: center;
    background-color: #0074b3!important;
	font-size: 14px;
}

img.img-responsive.stiky {
    position: absolute;
    margin-left: 7px !important;
}



