/******************** ссылка *******************/

a[href="#wantdiscount"], input.BigButton {
    display: block;
    width: auto;
	margin: 12px 30px 12px 10px;
    font-size: 80%;
    color: rgba(255,255,255,.9);
    text-shadow: #000 0 1px 2px;
    text-decoration: none;
    text-align: center;
    line-height: 1.1;
    white-space: pre-line;
    padding: .7em 0;
    border: 1px solid;
    border-color: #60d876 #2ba929 #54a929 #62d860;
    border-radius: 12px;
    outline: none;
	background-image: linear-gradient(#37da53, #2bac23 50%, #249928);
    box-shadow: inset rgba(255,255,255,.5) 1px 1px;
	
}
a[href="#wantdiscount"]:first-line, input.BigButton:first-line {
  font-size: 170%;
  font-weight: 700;
}
a[href="#wantdiscount"]:hover, input.BigButton:hover {
color: rgb(255,255,255);
    background: #77d860 linear-gradient(#1ebd00, #62d860 50%, #207619);
}
a[href="#wantdiscount"]:active, input.BigButton:active {
    color: rgb(255,255,255);
    border-color: #278018;
    background-image: linear-gradient(#57c85a, #42a044);
    box-shadow: none;
}

input.BigButton
{
	margin: 0px;
	font-size: 1.2em;
}
/********************* zone ********************/
.enterzone
{

	display:-moz-inline-stack; /* for FF2*/
	display:inline-block; /* normal browsers */
	zoom:1; /* for IE (hasLayout true) */
	*display:inline; /* for IE */

	width:100%;
	height: auto;
	clear:both;
	margin: 0px;
	text-align:center;
}

.enterzone input, .enterzone textarea, .enterzone select
{
        display:block;
	width:100%;
	clear:both;
	text-align:center;
	padding-left:5px;
	border: 2px solid #2bad24;
}

#phone-field
{
	font-size: 1.5em;
}

.enterzone select
{
	width:100%;
}

.enterzone textarea
{
	height:80px;
}

.enterzone div
{
	display: block;	
	position: relative;
	text-align:center;
	clear: both;
	width:auto;
	height:auto;
	font-size: 12px;
	margin: 0px;
}

.enterzone label
{
	color: #333;
	font-size: 14px;
	font-weight: 300;
	margin-top:8px;
}

.zoneColumns 
{
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	text-align:center;
	padding:0px;
	vertical-align:top;
}

.zoneColumns li 
{

	display:-moz-inline-stack; /* for FF2*/
	display:inline-block; /* normal browsers */
	zoom:1; /* for IE (hasLayout true) */
	*display:inline; /* for IE */

	vertical-align:top;
	padding: 0px;
	list-style: none;
	width: 100%;
	min-width: 204px;
	height: auto;

	background-color:#fff;
}

.winmidtitle h3
{
	text-align:center;
}

/* вкладки на странице карточки товара */
a[id="infotabs"]
{
	position: relative;
	top: -70px;
}

/* Отзывы */
.askaron-reviews-new
{
	display: none;
}

a[name="new-review"]
{
	position: relative;
	display: block;
	top: -170px;
}

/* Верхнее меню */
#primary-menu ul li:first-child .mega-menu-content.style-2 li
{
	float: none;
}

/* Заказать со скидкой в карточках товаров */
.getsamdiscount
{
	text-align:center;
	border: 2px solid #c0392b;	
	border-radius: 5px;
	font-weight: bold;
	padding: 3px 10px;
}

.getsamdiscount:hover
{
	background: #c0392b;
	color: #fff;
}

.shop.grid-container.product-4 .getsamdiscount
{
	display: block;
}

.shop.grid-container.product-1 .getsamdiscount
{
	display: inline-block;
}

.shop.grid-container.product-1.products-table .getsamdiscount
{
	display: inline-block;
}

.bx-newslist-img {
    max-height: 170px;
    overflow: hidden;
}

.redpanelbutton
{
	background-color: #c0392b;
	color: #fff;
    padding: 0 17px;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
	margin: 5px;
	display: inline-block;
}

.redpanelbutton i
{
	padding: 0px 10px 0px 0px;
}

.redpanelbutton:hover
{
	color: #eee;
}