
::-webkit-scrollbar {
    width: 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #3FB8AF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.navbar-header strong{
    color: #fff;
    line-height: 50px;
    font-size: 20px;
}
.form INPUT[type="text"], .form INPUT[type="password"]
{
	width: 100%;
	font-size: 18px;
}
.form
{
	width: 400px;
	margin: 0 auto 20px;
}
.cart_form
{
	width: auto;
	margin-top: 10px;
}
.cart_form .le-button
{
	margin-top: 15px;
	margin-left: 15px;
}
.form TEXTAREA
{
	width: 100%;
	height: 100px;
	font-size: 18px;
}
.form LABEL
{
	display: block;
	font-size: 14px;
}
.form INPUT[type="text"]
{
	display: block;
	margin-bottom: 10px;
}
.comment_list
{
	margin-top: 15px;
	list-style: none;
}
.comment_list LI
{
	padding-bottom: 15px;
}
.comment_header
{
	font-size: 18px;
}
.comment_header I
{
	font-weight: normal;
	font-style: normal;
	color: #878787;
	font-size: 13px;
}
.comment_form
{
	background-color: #F3F3F3;
	border: 1px solid #E0E0E0;
	padding: 20px;
	margin-top: 20px;
	width: 90%;
	overflow: hidden;
}
.comment_form H2
{
	margin-bottom: 0px;
}
.comment_form .comment_textarea
{
	width: 100%;
	height: 100px;
	font-size: 12px;
}
.comment_form LABEL
{
	display: block;
	float: left;
	width: 100px;
	font-size: 18px;
	margin-top: 15px;
}
.comment_form .input_name
{
	font-size: 16px;
	width: 250px;
	margin-top: 15px;
}
.input_captcha, .cart_form .input_captcha
{
	float: left;
	width: 150px !important;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 40px;
}
.comment_form .captcha, .cart_form .captcha
{
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
.comment_form .button, .feedback_form .button, .register_form .button, .login_form .button
{
	float: right;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
}
.feedback_form
{
	padding: 20px;
	margin-top: 20px;
	width: 90%;
	overflow: hidden;
}
.feedback_form .le-button
{
	float: right;
	margin-top: 15px;
	margin-right: 20px;
}
.feedback_form .input_captcha, .register_form .input_captcha
{
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.feedback_form .captcha, .register_form .captcha
{
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
.feedback_form .button_send
{
	font-size: 18px;
	float: right;
	margin-top: 25px;
}
#purchases
{
	width: 100%;
}
#purchases TR
{
	border-top: 1px solid #D5D5D5;
	height: 70px;
}
#purchases TH
{
	vertical-align: top;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
}
#purchases .image
{
	width: 50px;
	text-align: center;
}
#purchases .image A
{
	border: 1px solid #E0E0E0;
	background-color: #FFFFFF;
	margin: 0 7px 7px 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}
#purchases .name
{
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
#purchases TD.name
{
	font-size: 14px;
}
#purchases TD .download_attachment
{
	white-space: nowrap;
	color: #3B8500;
	padding: 5px 10px 7px;
	border-bottom-color: 1px dotted green;
	background-color: #CCFF72;
	line-height: 30px;
}
#purchases .price
{
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	text-align: right;
}
#purchases TD.price
{
	font-size: 14px;
}
#purchases .remove
{
	padding-left: 15px;
	text-align: right;
}
#purchases .amount
{
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
#purchases .amount SELECT
{
	font-size: 12px;
}
#purchases .coupon .name
{
	font-size: 14px;
}
#purchases .coupon .name INPUT.coupon_code
{
	width: 200px;
}
#purchases .coupon .name INPUT
{
	font-size: 16px;
}
UL#deliveries
{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	list-style: none;
	padding: 10px;
}
UL#deliveries LI
{
	margin-bottom: 20px;
}
UL#deliveries LI DIV.checkbox
{
	float: left;
	padding-left: 0;
	margin-top: 0;
}
UL#deliveries LI H3, UL#deliveries LI .description
{
	display: block;
	margin-left: 25px;
}
UL#deliveries LI H3
{
	font-size: 17px;
}
#orders_history
{
	list-style: none;
}
#orders_history LI
{
	margin-bottom: 10px;
}
#orders_history LI A
{
	font-size: 16px;
}
TABLE.order_info
{
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #F9F9F9;
	width: 100%;
	margin-top: 10px;
}
TABLE.order_info TD
{
	padding: 10px;
	border: 1px dotted #E0E0E0;
	font-size: 14px;
}
.checkout_button
{
	padding: 10px 20px;
	border: 1px solid #51A400;
	background-color: #D3FFA9;
	color: #2E5E00;
	font-size: 14px;
}
.message_error
{
	clear: both;
	height: 18px;
	padding: 10px 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	overflow: hidden;
	color: #FF0000;
	background-color: #FFCACA;
	border: 1px dotted #FF4545;
}
/*@end*/
.tooltipBody
{
	width: auto !important;
}

/* Звёздный рейтинг товаров */
.testRater{float: right;}
.rater span {vertical-align:middle;font-size:16px;}
.rater-rating {margin-top:5px;}
.rater-starsOff {display:inline-block; height:25px; background:url(../images/stars_off.png) repeat-x 0 0px;}
.rater-starsOn {display:inline-block; height:25px; background:url(../images/stars.png) repeat-x 0 0px;}

.rater-starsOn {display:block; max-width:135px; top:0;}
.rater-starsHover {background:url(../images/stars.png) repeat-x 0 0px;}
/* @end */

.formCost{
	text-align: center;
}
.formCost input{
	width: 90px;
	text-align: center;
	display: inline-block;
	border: 1px solid #ececec;
}
.category-filter {
	border-bottom: 1px solid #ececec;
	margin-bottom: 10px;
}

a.add_wishlist{
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 30px;
	z-index: 999;
}
.more_button .dropdown-menu{
	right: 0 !important;
}
.navbar-toggle{
	margin-right: 0 !important;
}
.top-bar.animate-dropdown .navbar {
    min-height: unset;
}
@media (max-width: 991px) {
	#top-megamenu-nav .navbar-nav > li{
		display: block !important;
	}
	#top-megamenu-nav .navbar-nav > li.more_button
	{
		display: none !important;
	}
	#top-megamenu-nav .navbar-nav > li > a{
		text-align: left;
		font-size: 16px;
		padding-left: 30px;	
	}
	#mc-horizontal-menu-collapse{
		overflow: hidden !important;
	}
	header .logo-holder .logo{
		text-align: center;
	}
	header .top-search-holder .phone{
		padding: 5px 0px !important
	}
	header .top-cart-row{
		padding: 15px 0px 0px !important;
		text-align: center;
	}

	.top-bar.animate-dropdown{
		background-color: #62b6b7;	
	}
	.top-bar ul > li{
		display: block;
	}
	.top-bar ul > li a{
		font-size: 16px;
		color: #fff !important;
		padding: 13px 15px !important;
		width: 100%;
		display: block;
		text-align: left;
		border: none;
	}
	.top-bar.animate-dropdown .navbar-header{
		text-align: left;
	}
	header .top-cart-row .top-cart-holder{
		position: relative;
		left: -20px;
	}

}
