@charset "UTF-8";

body {
	/*background-color: #fbfdef;
	background-image: url('../image/bg.png');*/
	font-family: 'Roboto';
	font-weight: 400;
	line-height:150%;
}


P { margin-top:5px;text-align: justify; margin-bottom: 15px;}
UL LI {line-height:200%;}
H1,H2,H3,H4,H5 {font-weight: 700;margin-top:15px;color:#4a4949;}
H1			{ font-size: 24px; margin-bottom: 10px; font-weight: 700; text-transform: uppercase;}
H2			{ font-size: 20px; }
H3			{ font-size: 14px; }

.table {
	border:none;
	text-align: left;
    border-collapse: separate;
    border-spacing: 1px;
	background: #C2D1E1;
	margin-top:5px;
}
.table {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.table th {
	padding: 4px 4px 4px 6px;
	color:#fff;
	border:1px solid #fff;
	font-weight: normal;
	background: #5287C2;
}
.table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.table td {
	padding: 4px;
	border:1px solid #fff;
	border-top: 1px solid #fff;
}
.table tr:nth-child(odd) td {
	background: #FBFBFC;
}
.table tr:nth-child(even) td {
	background: #FFF;
}
.table tr:last-child td {
	border-bottom:0;
}

.table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}


table.gallery {
	border:none;
	margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border-spacing: 1px;
	background: #FFCDE6;
	margin-top:15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #FF99FF;
	-webkit-box-shadow: 0 1px 2px #FF99FF;
	box-shadow: 0 1px 2px #FF99FF;
}
table.gallery td {
	padding: 4px;
	border:1px solid #fff;
}
table.gallery td p {margin:2px;}
table.gallery td p, table.gallery td * {
	text-align: center;
	color:#CC0066;
}


/* ОБЩИЕ СТИЛИ */
.dashed,
.dashed-h:hover {
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABAQMAAADD8p2OAAAABlBMVEX///95eXnZxouGAAAACklEQVQI12M4AAAAwgDB+NBPEwAAAABJRU5ErkJggg==);
}

#top_panel .phone a:before,
#top_panel .time > div:first-of-type:before,
#top_panel .wishlist a p:before,
#top_panel .user:before,
#cart a:before,
footer .phone:before,
footer .email:before,
#pwishlist .cart:before,
.product-page .right .cart:before {
	content: '';
	background-repeat: no-repeat;
	background-image: url('../image/sprite.png');
}

#top_panel .logo > div,
#top_panel .logo > a,
#top_panel .search a,
.grid .item .sticker,
.grid .item .wishlist,
.product-page .left .wishlist,
.nav .owl-prev,
.nav .owl-next,
footer .logo a {
	background-repeat: no-repeat;
	background-image: url('../image/sprite.png');
}
.small {
	font-size: 10px;
	font-weight: 400;
	color: #282828;
	line-height: 18px;
}

.grid .item .name a:hover {
	text-decoration: underline;
}

/* КОЛОНКИ */
#column_left {
	width: 260px;
	float: left;
}
#column_left + #content {
	margin-left: 290px;
	padding-bottom: 30px;
}



/* ХЛЕБНЫЕ КРОШКИ */
.breadcrumb {
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
}
.breadcrumb a {
	color: #cdcdcd;
	font-size: 14px;
	font-weight: 300;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb i {
	color: #82c228;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
}
.breadcrumb .s {
	display: inline-block;
	margin: 0 5px;
	position: relative;
	top: -2px;
	width: 4px;
	height: 5px;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAFBAMAAACQg1DoAAAAGFBMVEUAAAC+1C2+1C2+1C2+1C2+1C2+1C2+1C2gvf0nAAAAB3RSTlMA87NxHgScyeugwwAAABRJREFUCNdjUGFgKDRlKC8DkkA2ABM3AoK5x3YhAAAAAElFTkSuQmCC);
}





/* ПАГИНАЦИЯ */
.pagination {
	background-color: #fff;
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 25px 0;
}
.pagination > div {
	height: 30px;
	padding: 0 20px;
	line-height: 30px;
}
.pagination a {
	display: inline-block;
	font-size: 16px;
	color: #4a4949;
	font-weight: 400;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin: 0 2px;
	padding: 0 4px;
}
.pagination a.current {
	background-color: #80c026;
	color: #fff;
}
.pagination .links {
	text-align: center;
}
.pagination .devider,
.pagination a.current:hover,
.pagination .devider:hover {
	cursor: default;
	text-decoration: none;
}
.pagination a:hover {
	text-decoration: underline;
}
.pagination .prev:before,
.pagination .next:before {
	content: '← Предыдущая';
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	font-weight: 400;
}
.pagination .next:before {
	content: 'Следующая →';
}
.pagination .prev,
.pagination .next {
	width: auto;
}
.pagination .prev:hover:before,
.pagination .next:hover:before {
	text-decoration: underline;
}
.pagination .prev {
	margin-right: 10px;
}
.pagination .next {
	margin-left: 10px;
}





/* ВЕРХНЯЯ ПАНЕЛЬ */
#top_panel {
	display: inline-block;
	width: 100%;
	height: 70px;
}
#top_panel .logo > div,
#top_panel .logo > a {
	display: block;
	height: 60px;
	margin: 7px auto 0;
	background-position: -10px -10px;
}


#top_panel .phone {
	padding-top: 17px;
	padding-left: 30px;
}
#top_panel .phone a {
	position: relative;
	font-size: 20px;
	font-weight: 300;
}
#top_panel .phone a:before {
	width: 25px;
	height: 25px;
	background-position: -100px -10px;
	position: absolute;
	top: 3px;
	left: -27px;
}
#top_panel .phone b {
	font-weight: 500;
}


#top_panel .time {
	padding-top: 17px;
	padding-left: 10px;
	font-weight: 300;
	font-size: 18px;
	color: #282828;
}
#top_panel .time span {
	font-size: 10px;
	position: relative;
	top: -6px;
}
#top_panel .time > div {
	position: relative;
}
#top_panel .time > div:first-of-type:before {
	width: 22px;
	height: 22px;
	position: absolute;
	left: -25px;
	background-position: -100px -60px;
	top: 1px;
}

#cart,
#top_panel .wishlist {
	padding-top: 17px;
	font-weight: 300;
	font-size: 18px;
	padding-left: 25px;
}
#cart .small {
	display: block;
}
#cart a {
	display: inline-block;
	position: relative;
	margin-left: 25px;
}
#cart a .h:hover {
	text-decoration: underline;
}
#cart a:before {
	width: 24px;
	height: 24px;
	position: absolute;
	left: -30px;
	background-position: -150px -60px;
	top: 0;
}
#top_panel .wishlist a p {
	position: relative;
}
#top_panel .wishlist a p:hover {
	text-decoration: underline;
}
#top_panel .wishlist a p:before {
	width: 22px;
	height: 22px;
	position: absolute;
	left: -28px;
	background-position: -150px -10px;
	top: 2px;
}

#top_panel .search {
	position: relative;
	padding-top: 20px;
}
#top_panel .search input {
	border: none;
	border-bottom: 1px solid #cacaca;
	box-shadow: none;
	padding-right: 35px;
}
#top_panel .search a {
	height: 30px;
	width: 30px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	background-position: -195px -55px;
}


#top_panel .user {
	padding-left: 35px;
	position: relative;
}
#top_panel .user.logged {
	padding-top: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
}
#top_panel .user:before {
	position: absolute;
	top: 17px;
	left: 0;
	height: 24px;
	width: 24px;
	background-position: -200px -10px;
}
#top_panel .user .register {
	margin-top: 17px;
	display: inline-block;
}
#top_panel .user a {
	color: #282828;
	font-size: 18px;
	font-weight: 300;
}
#top_panel .user a:hover {
	text-decoration: underline;
}
#top_panel .user .login {
	color: #7ec021;
	font-size: 14px;
}
#top_panel .user small a{
	font-size: 12px;
}







.main_menu_bg {background-color: #fcfdf1;}
#main_menu {
	text-align: center;
	display: table;
	table-layout: auto;
	margin-left:auto; margin-right:auto;
	background-color: #fcfdf1;
	height: 51px;
	padding-left:auto;
	padding-right:auto;
}
#main_menu .item {
	display: table-cell;
	height: 51px;
	vertical-align: middle;
	text-align: center;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 400;
	padding: 0 10px;
}
#main_menu .item:after {
	content: '';
	width: 5px;
	height: 5px;
	top: -2px;
	left: 2px;
}
#main_menu .item.active:after 
{
	background-color: #82c227;
}
#main_menu .item.brands {
	font-weight: 500;
	background-color: #fcfdf1;
}
#main_menu li:hover .item{
	background-color: #f9fed3;
}




/* МОДУЛИ */
.module.recommend {
	padding: 40px 0;
	display: inline-block;
	width: 100%;
}
#bestseller {
	display: inline-block;
	width: 100%;
	padding: 40px 0;
}
.module.recommend .h,
#bestseller .h {
	color: #4a4949;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 40px;
	font-size: 20px;
}











/*************/
/* КАТЕГОРИИ */
/*************/

.category-info h1 {
	color: #4a4949;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	/*padding-bottom: 30px;*/
}
.category-info p, .category-info UL LI, .category-info A {
	color: #4a4949;
	font-size: 16px;
	font-weight: 300;
}
.category-info {
	padding-bottom: 30px;
}
.category-info .more {display: none;}
.category-info #text-more {
    margin-bottom: 10px;
    cursor: pointer;
}
.category-info * A {
	text-decoration:underline;
}

/* СЕТКА ТОВАРОВ */
#category_page .grid {
	display: inline-block;
	width: 100%;
}
#category_page .content-empty {
	padding: 25px 25px 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}
.grid .item > div {
	padding: 15px;
	position: relative;
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	transition: 0.15s ease;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	transition-delay: 0ms;
}
.grid .item > div:hover {
	box-shadow: 0 0 25px rgba(0,0,0,.05);
}
.grid .item .image {
	display: block;
	height: 260px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	position: relative;
}
.grid.mini .item .image {
	height: auto;
}
.grid.mini .item .image img {
	width: 100%;
}
.grid .item .sticker {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 64px;
	height: 72px;
}
.grid .item .sticker.new {
	background-position: -260px -10px;
}
.grid .item .sticker.sale {
	background-position: -340px -10px;
}
.grid .item .name {
	height: 65px;
	overflow: hidden;
	padding: 3px 0;
}
.grid .item .name > div {
	text-align: center;
	display: table;
	width: 100%;
	height: 54px;
}
.grid .item .name > div > a {
	color: #2f2f2f;
	font-weight: 300;
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
}
.grid .item .price {
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	color: #2f2f2f;
	height: 40px;
	line-height: 40px;
}
.grid .item .price .new {
	color: #82c227;
	padding-left: 10px;
}
.grid .item .price .old {
	padding-right: 10px;
	font-weight: 300;
	font-size: 16px;
	text-decoration: line-through;
}
.grid .item .wishlist {
	position: absolute;
	width: 22px;
	height: 22px;
	background-position: -440px -10px;
	top: 20px;
	right: 20px;
	z-index: 1;
}
.grid .item .wishlist:hover {
	background-position: -440px -35px;
}
.grid .item .wishlist.added {
	background-position: -440px -60px;
}
.grid .item .go {
	display: none;
}
.grid .item:hover .go {
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	position: absolute;
	top: 15px;
	left: 0;
	width: 120px;
	z-index: 1;
	background-color: rgba(255,255,255,.8);
}
.grid .item:hover .go a:hover {
	text-decoration: underline;
}
.grid .item .go a {
	color: #82C227;
}






/* ФУТЕР */
footer {
	background-color: #fcfdf7;
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;
	min-height: 220px;
	padding: 25px 0;
}
footer .logo {
	width: 260px;
	float: left;
}
footer .logo a {
	display: inline-block;
	width: 212px;
	height: 78px;
	background-position: -10px -100px;
	margin: 20px 0 0 10px;
}
footer .contacts {
	width: 220px;
	float: right;
}
footer .links {
	margin: 0 220px 0 260px;
}
footer .h {
	color: #2f2f2f;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer ul li {
	line-height: 1.2;
	margin-bottom: 10px;
	color: #2f2f2f;
	font-size: 14px;
	font-weight: 300;
}
footer li a:hover {
	text-decoration: underline;
}
footer .contacts {
	position: relative;
	height: 180px;
}
footer .contacts .copyright {
	position: absolute;
	bottom: 25px;
	right: 35px;
}
footer .phone,
footer .email {
	color: #2f2f2f;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
}
footer .phone {
	margin-bottom: 18px;
}
footer .phone:before,
footer .email:before {
	width: 18px;
	height: 18px;
	background-position: -250px -100px;
	top: 4px;
	right: 5px;
}
footer .email:before {
	background-position: -250px -138px;	
}
footer .copyright {
	font-size: 14px;
	color: #2f2f2f;
	font-weight: 300;
	line-height: 1;
}













/*******************/
/* СТРАНИЦА ТОВАРА */
/*******************/
.product-page {
	display: inline-block;
	width: 100%;
}
.product-page .left {
	position: relative;
}
.dots {
	margin: 15px 0;
	text-align: center;
}
.dots .owl-dot {
	width: 20px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}
.dots .owl-dot span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #cdcdcd;
}
.dots .owl-dot.active span {
	background-color: #82c227;
}
.product-page .left .image {
	border: 1px solid #f2f2f2;
}
.product-page .left .owl-item img {
	max-width: 420px;
	margin: 0 auto;
	display: block;
}
.product-page .left .wishlist {
	position: absolute;
	width: 35px;
	height: 35px;
	background-position: -500px -10px;
	top: 20px;
	right: 20px;
	z-index: 2;
}
.product-page .left .wishlist:hover {
	background-position: -500px -60px;
}
.product-page .left .wishlist.added {
	background-position: -500px -110px;
}
.nav .owl-prev,
.nav .owl-next {
	position: absolute;
	top: 38%;
	z-index: 3;
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	color: #dbdbdb;
	font-weight: 700;
	font-size: 24px;
	opacity: 0.5;
}
.nav .owl-prev:hover,
.nav .owl-next:hover {
	opacity: 1;
}
.nav .owl-prev {
	background-position: -330px -125px;
	left: 0;
}
.nav .owl-next {
	background-position: -365px -125px;
	right: 0;
}
.product-page .left .tags {
	margin: 15px 0 25px;
	text-align: center;
}
.product-page .left .tags a {
	background-color: #82c227;
	display: inline-block;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin-right: 15px;
	margin-bottom: 10px;
}
.product-page .left .tags a:hover {
	background-color: #c0e093;
}
.product-page .right {
	padding-left: 30px;
}
.product-page h1 {
	font-weight: 300;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 10px;
	margin-top: 0px;
	text-transform: normal;
}
.product-page .right .brand {
	margin-bottom: 15px;
}
.product-page .right .brand a {
	color: #2f2f2f;
	font-weight: 400;
	font-size: 16px;
}
.product-page .right .option {
	margin-bottom: 15px;
}
.product-page .right .option select {
	margin: 0;
	background-color: #fff;
	border-color: #e5e5e5;
	color: #82c227;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto';
}
.product-page .right .action {
	background-color: #fcfdf7;
	padding: 25px;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	/*margin-bottom: 35px;*/
}

.product-page .right .quantity span{
	display:block;
	float:left;
	height:36px;
	line-height:36px;
	padding-right:10px;
}
.product-page .right .quantity input[name="quantity"]{
	display:block;
	float:left;
	width:65px;
	text-align:center;
}
.product-page .right .quantity .quantity_up{
	display:block;
	width:20px;
	height:16px;
	background-image: url('../image/up-hover.png');
	background-image: url('../image/up.png');
	background-position:center top;
	background-repeat: no-repeat;
	margin-left:125px;
}
.product-page .right .quantity .quantity_up:hover{
	background-image: url('../image/up-hover.png');
}
.product-page .right .quantity .quantity_down{
	display:block;
	width:20px;
	height:16px;
	background-image: url('../image/down-hover.png');
	background-image: url('../image/down.png');
	background-position:center bottom;
	background-repeat: no-repeat;
	margin-left:125px;
}
.product-page .right .quantity .quantity_down:hover{
	background-image: url('../image/down-hover.png');
}


.product-page .right #components{
	margin-bottom: 20px;
}
.product-page .right #components span{
	float:left;
	height:58px;
	line-height:58px;
	margin-right: 10px;
}


#pwishlist .cart, 
.product-page .right .cart {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 12px;
	background-color: #82c227;
	text-align: center;
	float: right;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
	width: 190px;
}
#pwishlist .cart:before,
.product-page .right .cart:before {
	content: '';
	width: 15px;
	height: 15px;
	background-position: -440px -110px;
	top: 3px;
	margin-right: 15px;
}
#pwishlist .cart.added:before,
.product-page .right .cart.added:before {
	display: none;
}
#pwishlist .cart.added,
.product-page .right .cart.added,
#pwishlist .cart.added:hover,
.product-page .right .cart.added:hover {
	background-color: #D9D9D9;
	color: #333;
}
.product-page .right .option-name {
	color: #82c227;
	font-weight: 700;
	font-size: 15px;
	line-height: 36px;
}
.product-page .right .price {
	color: #82c227;
	font-weight: 700;
	font-size: 22px;
	line-height: 36px;
}
.product-page .right .price .old {
	text-decoration: line-through;
	font-size: 16px;
	margin-bottom: -10px;
	color: #555;
	font-weight: 300;
	margin-right: 5px;
	display: block;
	margin-top: -20px;
}
.product-page .right .price .new {
	display: block;
}
.product-page .right .description {
	margin: 30px 0;
}
.product-page .right .description p,
.product-page .tabs > div p {
	font-size: 16px;
	color: #4a4949;
	padding-bottom: 15px;
	line-height: 1.3;
	font-weight: 300;
}
.product-page .right .description b,
.product-page .right .description strong,
.product-page .tabs > div b,
.product-page .tabs > div strong {
	font-weight: 500;
}
.product-page .right .description p:last-child,
.product-page .tabs > div p:last-child {
	padding-bottom: 0;
}

.product-page .tabs,
.product-page #tabs a.active {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAFVBMVEX////8/Pz09PTy8vLw8PD29vb5+fk9LvmKAAAAOUlEQVQI12MQYHVjEGFgCE5gdGVgNWMQVgAxjRgYwEwGEFOIAchkVGEAMkUdGEQUGEMYGJwYmBwYALZ7BbjHquRzAAAAAElFTkSuQmCC);
}
.product-page .tabs {
	padding: 10px;
	margin-bottom: 25px;
}
.product-page #tabs a.active {
	background-position: 2px 0;
}
.product-page .tabs > div {
	background-color: #fff;
	display: inline-block;
	width: 100%;
	padding: 25px;
}
.product-page #tabs a {
	color: #4a4949;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
}
.product-page #related,
#blog_related {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
	position: relative;
	border-top: 1px solid #e5e5e5;
	padding: 50px 100px 25px;
	position: relative;
}
#blog_related {
	margin-top: 30px;
}
.product-page #related .grid,
#blog_related .grid {
	overflow: hidden;
	padding: 10px 10px 25px; 
}
.product-page #related .owl-carousel .owl-stage-outer,
#blog_related .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.product-page #related .h,
#blog_related .h {
	color: #4a4949;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 25px;
}
#blog_related .h {
	padding-top: 15px;
}
.product-page #related .grid.mini .name,
#blog_related .grid.mini .name {
}
.product-page #related .owl-dots,
#blog_related .owl-dots {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.product-page #related .owl-dot,
#blog_related .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #cdcdcd;
	margin: 0 2px;
}
.product-page #related .owl-dot.active,
#blog_related .owl-dot.active {
	background-color: #82c227;
}
#blog_related .grid .item {
	display: inline-block;
	min-width:30%;
}



/* БЛОК МЕНЮ НА ГЛАВНОЙ */
#menu_block {
	padding: 10px;
	background-color: #fcfdf7;
	min-height: 425px;
	display: block;
	margin: 40px 0;
	width: 100%;
	display: inline-block;
	width: 100%;
}
#menu_block .row{
	display:table-row;
}
#menu_block .item{
	display:table-cell;
	width:20%;
	padding: 30px 20px 30px 20px;
	vertical-align:top;
}
#menu_block .h {
	text-align: left;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
}
#menu_block a.h:hover{
	color: #99cc33;
	text-decoration: underline;
}
#menu_block .image img {
	width: 100%;
	display: block;
}
#menu_block .image {
	padding-top: 20px;
	max-width: 170px;
	max-height: 90px;
}
#menu_block .list {
	padding-top: 50px;
	font-size: 16px;
	font-weight: 300;
}
#menu_block .list > a {
	padding-bottom: 5px;
	position: relative;
	display:block;
	padding-left: 16px;
	list-style: none;
}
#menu_block .list > a:hover{
	color: #99cc33;
	text-decoration: underline;
}
#menu_block .list a:before {
	content: "";
	position: absolute;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #9C3;
	top: 7px;
	left: 0;
}
#menu_block #new_items {
	text-align: center;
}
#menu_block #new_items a {
	background-color: #99cc33;
	width: 280px;
	height: 39px;
	text-transform: uppercase;
	color: white;
	padding: 0 12px;
	display: inline-block;
	line-height: 39px;
	text-align: center;
	margin: 0 0 20px;
}
#menu_block #new_items a:hover {
	background-color: #6d8930;
}
#menu_block #new_items a:after {
	content: '→';
	margin-left: 5px;
}



#home_page {
	padding-bottom: 30px;
}



/* БЛОК БЛОГА */
#blog_module {
	padding: 10px;
	background-repeat: repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAHlBMVEX////z8/P9/f37+/v19fXu7u7o6Ojw8PD39/fr6+v2HGo0AAAAOElEQVQI12NgYDNgCGRgSmZgdWJQM2AIUWCYDGIygJiMDCCmIAMTkCnMoA5kGjAUMgCZDAJAJgcAwAIF56Ya4lMAAAAASUVORK5CYII=);
	display: inline-block;
	width: 100%;
	margin-bottom:40px;
}
#blog_module.product {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
#blog_module > div {
	background-color: white;
	padding: 0 25px 0px 25px;
	display: inline-block;
	width: 100%;
}
#blog_module > div > .h {
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	text-transform: uppercase;
	color:#4a4949;
}
#blog_module.home {
	margin-bottom: 20px;
}


#blog_module .left,
#blog_module .right {
	font-weight: 300;
	font-size: 16px;
	padding-right: 20px;
	margin-bottom: 20px;
	padding-left: 0;
}
#blog_module.home .left,
#blog_module.home .right {
	margin-bottom: 50px;
	height: 240px;
}
#blog_module p {
	padding-bottom: 20px;
}
#blog_module p:last-of-type {
	padding-bottom: 0;
}

#blog_module .left .h,
#blog_module .right .h {
	color: #4a4949;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: 400;

}
#blog_module .left .h a,
#blog_module .right .h a{
	color: #99cc33;
}
#blog_module .left .h a:hover,
#blog_module .right .h a:hover{
	text-decoration: underline;
}
#blog_module .right img {
	width: 100%;
	display: block;
}
#blog_module .right .image {
	width: 230px;
	float: left;
	display: inline-block;
}
#blog_module .right .text {
	display: block;
	margin-left: 260px;
}

#blog_module .button {
	background-color: #99cc33;
	width: 170px;
	height: 39px;
	margin-top: 20px;
	text-transform: uppercase;
	color: white;
	padding: 0 12px;
	display: inline-block;
	line-height: 39px;
	text-align: center;
	float:right;
}
#sliders .overlay a:hover,
#pwishlist .cart:hover,
.product-page .right .cart:hover,
#blog_module .button:hover {
	background-color: #6d8930;
}
#blog_module .button:after {
	content: '';
	width: 10px;
	height: 10px;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE4NkYzQkRDREY5MzExRTVCRDkwQTQyMjI1QTI5NTgzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE4NkYzQkREREY5MzExRTVCRDkwQTQyMjI1QTI5NTgzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTg2RjNCREFERjkzMTFFNUJEOTBBNDIyMjVBMjk1ODMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTg2RjNCREJERjkzMTFFNUJEOTBBNDIyMjVBMjk1ODMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6k8pzcAAAASUlEQVR42mL4//8/AxALArExFjYKhjFCgfgdVBEyG6tiEE5DUpSGTQO6VXg1MGBx20wgvouFTb7JRLuZpNAgKpwZwTqIBAABBgCCikDxtmfsCgAAAABJRU5ErkJggg==);
}
#blog_module.home > div {
	padding-left: 35px;
}
#blog_module.home .right img {
	width: 100%;
	display: block;
}
#blog_module.home .right .image {
	width: 192px;
	float: left;
	display: inline-block;
}
#blog_module.home .right .text {
	display: block;
	margin-left: 217px;
}
#blog_module.home .button {
	margin-left: 0px;
	float:left;
}

#blog_module .blog_item .c_dotdotdot{
	height:140px;
	font-size:16px;
	color:#4a4949;
	overflow:hidden;
}
#blog_module .blog_item:nth-of-type(2) .c_dotdotdot,
#blog_module .blog_item:nth-of-type(5) .c_dotdotdot{
	height:190px;
}


.c_dotdotdot {
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}













/* ФИЛЬТР */

.grid #loader {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,.5);
	font-size: 14px;
	font-weight: 300;
	color: #333;
	z-index: 10;
	padding: 0 20px;
}


#super_filter {
	background-color: #fcfdf7;
	padding: 30px;
}
#super_filter .sf-price {
	display: none;
}
#super_filter .h {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 25px 0 20px;
	border-top: 1px solid #e2e3de;
	margin-top: 25px;
}
#super_filter input[type="checkbox"] {
	display:none;
}
#super_filter label {   
	display:block;
	margin: 0 0 10px;
	position: relative;
	line-height: 15px;
	font-size: 14px;
	font-weight: 300;
	padding: 0 0 0 25px;
}
#super_filter label:before,
#super_filter label:after {
	content: '';
	position: absolute;
	background: #99cc33;
	width: 9px;
	height: 9px;
	top: 2px;
	left: 3px;
}
#super_filter label:before {
	display: none;
}
#super_filter input:checked + label:before {
	display: inline-block;
}
#super_filter label:after {
	background-color: transparent;
	border: 1px solid #c0c0c0;
	width: 13px;
	height: 13px;
	left: 0;
	top: -1px;
}
#super_filter .catalog a,
#super_filter #reset a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	color: #82c227;
}

#super_filter .catalog a:hover span,
#super_filter #reset a:hover span {
	text-decoration: underline;
}
#super_filter #reset {
	border-top: 1px solid #e2e3de;
	margin-top: 25px;
	padding-top: 25px;
}






#column_left .filter {
	padding-bottom: 20px;
}
#column_left .filter .line {
	height: 2px;
	background-color: #f8f7f7;
}
#column_left .filter .h {
	text-transform: uppercase;
	padding:25px 0 20px 0;
	font-weight: 600;
}





#column_left .cat,
#column_left .reset{
	padding-bottom: 10px;	
}

#column_left .reset a,
#column_left .cat a {
	color: #99cc33;
	text-transform: uppercase;


}
#column_left .reset:hover a >span,
#column_left .cat:hover a >span {
	text-decoration: underline;
}




/* СЛАЙДЕРЫ НА ГЛАВНОЙ */
#sliders {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}
#sliders .homenature {
	height: 200px;
	position: relative;
	margin-bottom: 19px;
}
/*@media only screen and (max-width: 1267px) {
#sliders .homenature {
	margin-bottom: 7px;
}
}*/

.homenature .logo {
	height: 100%;
	width: 100%;
	background-image: url('../image/logo.png');
	background-size: cover;
}

#sliders .homenature .logo {
	height: 100%;
	width: 100%;
	background-image: url('../image/logo.png');
	background-size: cover;
}
#sliders .homenature .slogan {
	position: absolute;
	top: 145px;
	left: 140px;
	color: #282828;
	font-size: 11px;
	font-weight: 400;
}
#sliders .dots {
	width: 40px;
	position: absolute;	
	z-index: 3;
	bottom: 55px;
}
#mini_slider .dots {
	left: 0;
}
#big_slider .dots {
	right: 0;
	bottom: 200px;
}
#sliders .dots .owl-dot {
	height: 20px;
	width: 100%;
}
#sliders .dots .owl-dot span {
	border-radius: 0;
	background-color: #82c227;
	width: 9px;
	height: 9px;
	box-shadow: 0 0 10px rgba(255,255,255,1);
	opacity: 0.3;
}
#sliders .dots .owl-dot.active span {
	opacity: 1;
}
#mini_slider,
#big_slider {
	position: relative;
}
#sliders .overlay {
	background-color: rgba(255,255,255,.7);
	z-index: 2;
	width: 100%;	
	position: absolute;
}
#mini_slider .overlay {
	height: 145px;
	bottom: 35px;
	padding: 20px 20px 10px 160px;
}
#mini_slider .overlay .p {
	font-size: 20px;
	color: #2f2f2f;
	font-weight: 400;
}
#sliders .overlay a {
	background-color: #82c227;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	display: inline-block;
	margin-top: 15px;
}
#sliders .overlay a:after {
	content: '→';
	padding-left: 10px;
}
#big_slider {
	padding-left: 20px;
}
#big_slider .overlay {
	height: 100px;
	bottom: 35px;
	padding: 35px 55px;
}
#big_slider .overlay a {
	margin-top: 0;
	float: right;
}
#big_slider .overlay .p {
	font-size: 30px;
	color: #2f2f2f;
	font-weight: 300;
	line-height: 1;
}
#mini_slider .title,
#mini_slider .link {
	width: 100%;
}
















/****************/
/* OWL CAROUSEL */
/****************/

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* Owl Carousel - Auto Height Plugin */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.no-js .owl-carousel {
	display: block;
}

/* owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-ms-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}




.autocomplete2-suggestions{
	display:block;
	width:400px !important;
	background-color:#ffffff;
	margin:5px 0;
	border:1px solid #e4e4e4;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 0px 5px 0px #e4e4e4;
	box-shadow: 0px 0px 5px 0px #e4e4e4;
}
.autocomplete2-suggestion{
}
.autocomplete2-suggestion>a{
	display: table-row !important;
	position: relative !important;
	width:400px !important;
	height:60px !important;
	background-image: none !important;
	padding: 0 10px;
}
.autocomplete2-suggestion>a:hover{
	background-color: #f9fcff;
}
.autocomplete2-suggestion>a>div{
	display:table-cell;
	vertical-align:middle;
}
.autocomplete2-suggestion>a>div.image{
	width:70px;
	padding: 0 10px;
}
.autocomplete2-suggestion>a>div.price{
	width:130px;
	text-align:right;
	font-weight:500;
	padding: 0 10px 0 0;
}
.autocomplete2-suggestion>a>div.name{
	width:200px;
	padding:0 10px;
}

.autocomplete2-suggestion>a.view-more-link{
	display: block !important;
	position: relative !important;
	width:400px !important;
	text-align:center;
	line-height:60px;
}
.autocomplete2-suggestion>a.no-results{
	display: block !important;
	position: relative !important;
	width:400px !important;
	text-align:center;
	line-height:60px;
	cursor:default;
}

#reg_form_conteiner{
	width: 60%;
	float: right;
	border-left: 1px solid #99cc33;
	padding-left: 30px;
	margin-bottom:40px
}
#reg_form_conteiner h1{
	color: #4a4949;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.form{
	width:100%;
}
.form td:nth-child(1){
	width:35%;
}
.hidden{
	height: 0px;
	overflow: hidden;
	display: block;	
}
.hidden td{
	height: 0px;
	overflow: hidden;
	display: block;	
	padding: 0;
	line-height: 0;
	font-size: 0;
}
#reg_form_conteiner .button {
	background-color: #99cc33;
	width: 170px;
	height: 39px;
	margin-top: 20px;
	text-transform: uppercase;
	color: white;
	padding: 0 12px;
	display: inline-block;
	line-height: 39px;
	text-align: center;
}
#reg_form_conteiner .button:hover {
	background-color: #6d8930;
}




#login_form_conteiner{
	width: 40%;
	float: left;
	padding-right: 30px;
}
#login_form_conteiner h1{
	color: #4a4949;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 30px;
}
#p_edit .button,
#p_password .button,
#p_popup_insert_address_conteiner .button,
#p_addresses .button.address_insert,
#login_form_conteiner .button {
	background-color: #99cc33;
	width: 170px;
	height: 39px;
	margin-top: 20px;
	text-transform: uppercase;
	color: white;
	padding: 0 12px;
	display: inline-block;
	line-height: 39px;
	text-align: center;
}
#p_edit .success,
#p_addresses .warning,
#p_addresses .success,
#p_password .success {
	padding: 10px;
	text-align: center;
}
#login_form_conteiner .button:hover {
	background-color: #6d8930;
}
#login_form_conteiner a{
	display: inline-block;
	margin: 10px 0;
	padding: 5px;
	text-decoration:underline;
}
#login_form_conteiner a:hover{
	text-decoration:none;
}
#login_form_conteiner .warning,
#reg_form_conteiner .warning{
	padding:10px;
	margin:15px 0;
	text-align:center;
}
#login_form_conteiner .error,
#reg_form_conteiner .error{
	display:block;
	padding:5px;
	margin:0 0 5px 0;
	text-align:center;
}


.paccount h1{
	color: #4a4949;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 30px;
}

.paccount h2{
	color: #4a4949;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 20px;
}


#p_edit{
	padding-right: 30px;
}

#p_password{
	padding-right: 30px;
}

#p_orders{
	padding: 20px 0 40px 0;
}



#p_addresses td{
	padding-bottom:10px;
}
#p_popup_update_address_conteiner{
	width:700px;
	margin:0 auto;
	padding: 40px 40px 5px 40px;
	position:relative;
	background-color:#ffffff;
}
#p_popup_insert_address_conteiner{
	width:700px;
	margin:0 auto;
	padding: 40px 40px 5px 40px;
	position:relative;
	background-color:#ffffff;
}

#p_popup_order_info_conteiner{
	width:700px;
	margin:0 auto;
	padding: 40px 40px 40px 40px;
	position:relative;
	background-color:#ffffff;
}






#addresses{
	width:100%;
	margin:0;
}
#addresses option{
	cursor:pointer;
	padding:3px;
}
#addresses option:last-child{
	text-align:center;
}
#addresses option:last-child:hover{
	text-decoration:underline;
	background-color: #fefefe;
}









#p_main_menu .second_level{
	display: none;
	background-color: #f9fed3;
	position: absolute;
	top: 100%;
	z-index:9999999;
	width:444px;
	padding:15px;
}
#p_main_menu li:hover .second_level { display: block; }
#p_main_menu, #p_main_menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#p_main_menu {
	width: 100%;
}
#p_main_menu li {
	float: left;
	position: relative;
	height: 100%;
}
#main_menu .second_level>span>ul>li>a {
	display: block;
	vertical-align: middle;
	text-align: left;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 400;
	padding: 0 10px 0px 0;
	margin: 0 0 0 19px;
	text-transform:none;
	color:#aaad93;
}
#p_main_menu li:last-of-type .second_level {
	right: 0
}
#main_menu .second_level span a:before {
	display:block;
	position:absolute;
	content: '';
	width: 6px;
	height: 6px;
	top: 7px;
	left: 0px;
	background-color: #82c227;
}
#main_menu .second_level span a:hover:before,
#main_menu .second_level span a.active:before {
	background-color: #82c227;
}
#main_menu .second_level span a:hover,
#main_menu .second_level span a.active{
	color:#82c227;
}

#p_main_menu>ul li { float: none; }

#p_main_menu .second_level span{
	display:block;
	float:left;
	width:200px;
	font-size: 16px;
	font-weight: 500;
	text-transform:uppercase;
}

#p_main_menu .second_level img{
	float:right;
}

#p_main_menu .second_level li{
	min-width:250px;
}




/*fast-look-modal*/
#fast-look-modal{
	background-color:#ffffff;
	width:980px;
	margin:0 auto;
	padding:20px;
}

#fast-look-modal-content .mfp-close{
	position:relative;
	float:right;
	width:20px;
	height:20px;
	background-image:url(../image/close.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
#fast-look-modal-content .product-page .right .cart{
	padding:0 10px;
	width:138px;
}

.all_description{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 35px 0 12px;
	background-color: #82c227;
	text-align: center;
	float: left;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
	background-image:url(../image/right-arrow.png);
	background-position:95% 50%;
	background-repeat:no-repeat;
}
#fast-look-modal .product-page .left .image img {
	width: 100%;
	display: block;
}





#pwishlist{
	display: inline-block;
	width: 100%;
	padding-bottom: 40px;
}

#pwishlist h1{
	color: #4a4949;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 30px;
}

#pwishlist table{
	border: 0; 
	border-spacing: 0 0; 	
}

#pwishlist tr:hover{
	background-color: #fefefe;
}
#pwishlist td{
	padding:10px;
	font-weight: 500;
}

#pwishlist .name a:hover{
	text-decoration:underline;
}
#pwishlist .stock{
	min-width: 100px;
	text-align:center;
}
#pwishlist .price{
	min-width: 100px;
	text-align:center;
}
#pwishlist .action{
	min-width: 240px;
}

#pwishlist .delete{
	display: block;
	float: right;
	padding: 10px 0px 0px 10px;
}

#pwishlist .no_data{
	text-align: center;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	text-transform: uppercase;
	color: #3a3a3a;
	display: block;
	margin: 50px auto 25px;
}



.pmanufacturer{
	padding-bottom: 40px;
}
.pmanufacturer h1{
	color: #4a4949;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.pmanufacturer .paginationn{
	padding:0 0 20px 0;
	font-size: 16px;
	font-weight: 400;
}
.pmanufacturer .paginationn a{
	display:inline-block;
	padding: 5px;
}
.pmanufacturer .paginationn a:hover{
	text-decoration:none;
	background-color:#80c026;
}
.pmanufacturer .manufacturer-heading{
	font-size: 16px;
	font-weight: 400;
}
.pmanufacturer .manufacturer-content{
	margin: 10px 0;
}
.pmanufacturer .manufacturer-content ul {
	margin: 0 0 2px 0;
	padding: 0;
}
.pmanufacturer .manufacturer-content li{
	list-style-type: none; 
}
.pmanufacturer .manufacturer-content a:hover{
	text-decoration: underline; 
}

.plogout{
	padding-bottom: 40px;
}
.plogout h1{
	color: #4a4949;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 30px;
}



.pmanufacturer{
	padding-bottom: 40px;
}
.pmanufacturer h1{
	color: #4a4949;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 30px;
}


.perrorpage{
	padding-bottom: 40px;
}
.perrorpage h1{
	color: #4a4949;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 30px;
}



.pinformation{
	padding-bottom: 40px;
}
.pinformation h1{
	color: #4a4949;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 30px;
}




/*search*/
#search_page .content {
	width: 100%;
	padding: 0px 180px;

}
#search_page .noresult {
	display: inline-block;
	width: 100%;
	padding: 30px 0 50px 0;
	text-align: center;
}

#search_page input[name="search"] {
	box-shadow: none;
	height: 33px;
	padding: 0 0 0 35px;
	font-size: 14px;
	font-weight: 400;
	color: #37322c;
	background-repeat: no-repeat;
	background-position: 10px 8px;
	background-image: url(../image/search-1.png);
}

#search_page select {
	height: 33px;
	display: block;
	margin: 0 15px;
	font-size: 14px;
	font-weight: 400;
	width: 90%;
	width: calc(100% - 30px);
	color: #37322c;
	background-color: #fff;
	padding: 0 0 0 35px;
	background-position: 10px 5px;
	background-repeat: no-repeat;
	background-image: url(../image/search-2.png);
}

#search_page #search_button{
	background-color: #99cc33;
	height: 32px;
	text-transform: uppercase;
	color: white;
	padding: 0 35px;
	display: block;
	line-height: 32px;
	text-align: center;
}

#search_page #sub_category{
	margin-left:0px;
	margin-top:17px;
}
#search_page #description{
	margin-left:16px;
	margin-top:17px;
}

#search_page .h{
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 20px;
	color: #4a4949;
}

#search_page h1{
	color: #4a4949;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 30px;
	margin-top: 20px;
}
#search_page #ph2{
	color: #4a4949;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 30px;
	margin-top: 30px;
}

.pinformation h2{
	color: #4a4949;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.pinformation{
	color: #4a4949;
}

#blogCatArticles{
	color:#4a4949;
	min-height:400px;
}

#blogCatArticles #blogCategory{
	display: block;
	float:left;
	width:100%;
	margin-bottom:20px;
}
#blogCatArticles #blogCategory>.imageFeatured{
	display: block;
	float:left;
	padding:0 20px 20px 0;
	max-width:15%;
}
#blogCatArticles #blogCategory>p{
	display: block;
	float:left;
	max-width:85%;
	padding:0 0 20px 0;
}


#blogCatArticles .articleCat{
	display: block;
	float:left;
	width:100%;
	margin-bottom:20px;
}
#blogCatArticles .articleCat .articleHeader{
	margin:0 0 15px 0;
}
#blogCatArticles h3 a{
	color:#4a4949;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 30px;
}

#blogCatArticles .articleCat .articleContent .imageFeatured{
	display: block;
	float:left;
	padding:0 20px 20px 0;
	max-width:15%;
}
#blogCatArticles .articleCat .articleContent .blockClear{
	display: block;
	float:left;
	max-width:85%;
	padding:0 0 20px 0;
}

/*.articleContent ul { list-style-image: url('../image/bullet_green.png'); vertical-align: middle;}
*/
.articleContent ul { margin-left:0px;padding-left:0px;}
.articleContent li 
{
    background: url('../image/bullet_green.png') no-repeat 0px 0px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 24px;
    vertical-align: middle;
}

.articleContent img {
	margin: 10px;
}
.articleContent img.left {
	margin: 15px 25px 15px 0;
	float: left;
	max-width: 500px;
}
.articleContent img.right {
	margin: 15px 0 15px 25px;
	float: right;
	max-width: 500px;
}

.articleContent blockquote:before{
	content:'';
	background:url('../image/blockquote-bg-rose.png') no-repeat;
	display:table;
	width:100px;
	height:68px;
	float: left;
	font-size: 100px;
	margin-right: 10px;
	color: #fff;
	padding: 50px 12px 5px 8px;
	line-height: 100px;
}

.articleContent blockquote {
	display: block;
	max-width: 90%;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 1em;
	min-height: 60px;
}
.articleContent blockquote p { padding:0 10px 10px 10px; border-bottom:2px solid #F7E3CC; padding-bottom:10px; }

#blogCatArticles .articleCat .articleContent .readMore .button {
	background-color: #99cc33;
	width: 170px;
	height: 39px;
	margin-top: 20px;
	text-transform: uppercase;
	color: white;
	padding: 0 12px;
	display: inline-block;
	line-height: 39px;
	text-align: center;
	float:right;
}
#blogCatArticles .articleCat .articleContent .readMore .button:hover {
	background-color: #6d8930;
}
#blogCatArticles .articleCat .articleContent .readMore .button:after {
	content: '';
	width: 10px;
	height: 10px;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE4NkYzQkRDREY5MzExRTVCRDkwQTQyMjI1QTI5NTgzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE4NkYzQkREREY5MzExRTVCRDkwQTQyMjI1QTI5NTgzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTg2RjNCREFERjkzMTFFNUJEOTBBNDIyMjVBMjk1ODMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTg2RjNCREJERjkzMTFFNUJEOTBBNDIyMjVBMjk1ODMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6k8pzcAAAASUlEQVR42mL4//8/AxALArExFjYKhjFCgfgdVBEyG6tiEE5DUpSGTQO6VXg1MGBx20wgvouFTb7JRLuZpNAgKpwZwTqIBAABBgCCikDxtmfsCgAAAABJRU5ErkJggg==);
}

#blogArticle{
	padding-bottom: 30px;
	min-height:400px;
}


.cart_added_comment{
	content: '';
	display:none;
	position:absolute;
	margin-top:40px;
	margin-left:-7px;
	width:190px;
	height:50px;
	padding:10px;
	text-align:center;
	color: #82c227;
	border:1px solid #eee;
	background-color: #fcfdf7;
}
#pwishlist .cart_added_comment{
	margin-left: 4px;
}

#tab-description, #tab-effect, #tab-composition{
	font-size: 16px;
	color: #4a4949;
	padding-bottom: 15px;
	line-height: 1.3;
	font-weight: 300;
}
#tab-description * A {text-decoration:underline;}
.forgotten .button {
	background-color: #99cc33;
	width: 170px;
	height: 39px;
	margin-top: 20px;
	text-transform: uppercase;
	color: white;
	padding: 0 12px;
	display: inline-block;
	line-height: 39px;
	text-align: center;
	float:right;
}
.forgotten .button:hover {
	background-color: #6d8930;
}
.forgotten h2{
	color: #4a4949;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.forgotten .warning{
	padding:10px;
	margin:15px 0;
	text-align:center;
}
.forgotten .error{
	display:block;
	padding:5px;
	margin:0 0 5px 0;
	text-align:center;
}



.text-block P,
.text-block > DIV,
.text-block * TD,
.text-block * P {
	font-size: 16px;
	color: #4a4949;
	font-weight: 300;
}
.text-block b,
.text-block strong {
	font-size: 16px;
	color: #4a4949;
	padding-bottom: 15px;
	line-height: 1.3;
	font-weight: 500;	
}

.text-block ol li,
.text-block ul li {
	font-size: 16px;
	color: #4a4949;
	padding-bottom: 10px;
	line-height: 1.3;
	font-weight: 300;
}
.text-block img {
	margin: 10px;
}
.text-block img.left {
	margin: 15px 25px 15px 0;
	float: left;
	max-width: 500px;
}
.text-block img.right {
	margin: 15px 0 15px 25px;
	float: right;
	max-width: 500px;
}
.text-block a {
	text-decoration: underline;
}
.text-block a:hover {
	color: #777;
}
#blogArticle {
	max-width: 1000px;
	margin: 0 auto;
}

.toc {float:left;display:block;min-width:250px;width:auto;height:auto;padding:10px;margin:5px;margin-left:0px;background-color:#E1EBF4;}
.toc DIV {display:block;padding-bottom:7px;}
.toc DIV * {white-space: nowrap;}
.toc A {line-height:160%; color: #065BC4;}



/* КАТЕГОРИЯ БЛОГА */
#blog_category_page .info h1 {
	padding: 10px 0 45px;
}
#blog_category_page .info {
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;
	background-color: #fcfdf1;
	padding: 20px;
}
#blog_category_page .info .image {
	width: 192px;
	float: left;
	display: inline-block;
}
#blog_category_page .info .desc {
	display: block;
	margin-left: 212px;
}
#blog_category_page .info .desc.only {
	margin: 0;
}
#blog_category_page .info h1 {
	padding-bottom: 15px;
}
#blog_category_page .info .desc > div {
	color: #4a4949;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 20px;
}

#blog_category_page .list .item {
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;
}
#blog_category_page .list .item h3 {
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
}
#blog_category_page .list .item h3 a {
	color: #4a4949;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 30px;
}
#blog_category_page .list .item h3 a:hover {
	text-decoration: underline;
}
#blog_category_page .list .item .image {
	float: left;
	width: 192px;
	display: inline-block;
}
#blog_category_page .list .item .desc {
	margin-left: 212px;
	display: block;
}
#blog_category_page .list .item .desc > div {
	color: #4a4949;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 20px;
}
#blog_category_page .list .item .go {
	background-color: #99cc33;
	width: 170px;
	height: 39px;
	text-transform: uppercase;
	color: white;
	padding: 0 12px;
	display: inline-block;
	line-height: 39px;
	text-align: center;
}
#blog_category_page .list .item .go:hover {
	background-color: #6d8930;
}









/* HINT */

[data-hint] {
	position:relative;
	display:inline-block;
}

[data-hint]:before,[data-hint]:after {
	position:absolute;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	visibility:hidden;
	opacity:0;
	z-index:1000000;
	pointer-events:none;
	-webkit-transition:.1s ease;
	-moz-transition:.1s ease;
	transition:.1s ease;
	-webkit-transition-delay:0;
	-moz-transition-delay:0;
	transition-delay:0;
}

[data-hint]:hover:before,[data-hint]:hover:after {
	visibility:visible;
	opacity:1;
	-webkit-transition-delay:100ms;
	-moz-transition-delay:100ms;
	transition-delay:100ms;
}

[data-hint]:before {
	content:'';
	position:absolute;
	background:transparent;
	border:6px solid transparent;
	z-index:1000001;
}

[data-hint]:after {
	content:attr(data-hint);
	background:#fff;
	border:1px solid #e5e5e5;
	color:#82c227;
	font-weight:300;
	font-size:14px;
	font-family:Roboto, Helvetica, Arial, sans-serif;
	line-height:12px;
	white-space:nowrap;
	padding:8px 10px;
}

[data-hint=]:before,[data-hint=]:after {
	display:none!important;
}

.hint--left:before {
	border-left-color:#e5e5e5;
	margin-right:-12px;
	margin-bottom:-6px;
}

.hint--right:before {
	border-right-color:#e5e5e5;
	margin-left:-12px;
	margin-bottom:-6px;
}

.hint--right:before,.hint--right:after {
	left:100%;
	bottom:50%;
}

.hint--left:before,.hint--left:after {
	right:100%;
	bottom:50%;
}

.hint--always:after,.hint--always:before {
	opacity:1;
	visibility:visible;
}

.hint--top-left:before,.hint--top-right:before,.hint--top:before {
	border-top-color:#e5e5e5;
	margin-bottom:-12px;
}

.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before {
	border-bottom-color:#e5e5e5;
	margin-top:-12px;
}

.hint--top:before,.hint--top:after,.hint--top-left:before,.hint--top-left:after,.hint--top-right:before,.hint--top-right:after {
	bottom:100%;
	left:50%;
}

.hint--top:after,.hint--top:before,.hint--bottom:after,.hint--bottom:before {
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transform:translateX(-50%);
}

.hint--top:hover:after,.hint--top:hover:before,.hint--top:focus:after,.hint--top:focus:before,.hint--always.hint--top:after,.hint--always.hint--top:before {
	-webkit-transform:translateX(-50%) translateY(-8px);
	-moz-transform:translateX(-50%) translateY(-8px);
	transform:translateX(-50%) translateY(-8px);
}

.hint--bottom:before,.hint--bottom:after,.hint--bottom-left:before,.hint--bottom-left:after,.hint--bottom-right:before,.hint--bottom-right:after {
	top:100%;
	left:50%;
}

.hint--bottom:hover:after,.hint--bottom:hover:before,.hint--bottom:focus:after,.hint--bottom:focus:before,.hint--always.hint--bottom:after,.hint--always.hint--bottom:before {
	-webkit-transform:translateX(-50%) translateY(8px);
	-moz-transform:translateX(-50%) translateY(8px);
	transform:translateX(-50%) translateY(8px);
}

.hint--right:after,.hint--left:after {
	margin-bottom:-14px;
}

.hint--right:hover:after,.hint--right:hover:before,.hint--right:focus:after,.hint--right:focus:before,.hint--always.hint--right:after,.hint--always.hint--right:before {
	-webkit-transform:translateX(8px);
	-moz-transform:translateX(8px);
	transform:translateX(8px);
}

.hint--left:hover:after,.hint--left:hover:before,.hint--left:focus:after,.hint--left:focus:before,.hint--always.hint--left:after,.hint--always.hint--left:before {
	-webkit-transform:translateX(-8px);
	-moz-transform:translateX(-8px);
	transform:translateX(-8px);
}

.hint--top-left:after,.hint--top-left:before,.hint--bottom-left:after,.hint--bottom-left:before {
	-webkit-transform:translateX(-100%);
	-moz-transform:translateX(-100%);
	transform:translateX(-100%);
}

.hint--top-left:after,.hint--bottom-left:after {
	margin-left:6px;
}

.hint--top-left:hover:after,.hint--top-left:hover:before,.hint--top-left:focus:after,.hint--top-left:focus:before,.hint--always.hint--top-left:after,.hint--always.hint--top-left:before {
	-webkit-transform:translateX(-100%) translateY(-8px);
	-moz-transform:translateX(-100%) translateY(-8px);
	transform:translateX(-100%) translateY(-8px);
}

.hint--top-right:after,.hint--top-right:before,.hint--bottom-right:after,.hint--bottom-right:before {
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	transform:translateX(0);
}

.hint--top-right:after,.hint--bottom-right:after {
	margin-left:-6px;
}

.hint--top-right:hover:after,.hint--top-right:hover:before,.hint--top-right:focus:after,.hint--top-right:focus:before,.hint--always.hint--top-right:after,.hint--always.hint--top-right:before {
	-webkit-transform:translateY(-8px);
	-moz-transform:translateY(-8px);
	transform:translateY(-8px);
}

.hint--bottom-left:hover:after,.hint--bottom-left:hover:before,.hint--bottom-left:focus:after,.hint--bottom-left:focus:before,.hint--always.hint--bottom-left:after,.hint--always.hint--bottom-left:before {
	-webkit-transform:translateX(-100%) translateY(8px);
	-moz-transform:translateX(-100%) translateY(8px);
	transform:translateX(-100%) translateY(8px);
}

.hint--bottom-right:hover:after,.hint--bottom-right:hover:before,.hint--bottom-right:focus:after,.hint--bottom-right:focus:before,.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before {
	-webkit-transform:translateY(8px);
	-moz-transform:translateY(8px);
	transform:translateY(8px);
}


#share {
	text-align: center;
	padding-top: 5px;
}
#share .stButton .stMainServices {
	height: 30px !important;
}
#share .stButton .stButton_gradient {
	height: 22px !important;
}



#p_orders table,
#p_popup_order_info table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	margin-bottom: 20px;
	border-bottom: 1px solid #BED0FC;
}
#p_orders table th,
#p_popup_order_info table th {
	width: 20%;
	font-weight: 700;
	font-size: 13px;
	color: #4f6b72;
	border: 1px solid #BED0FC;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #F5FAFA url(img/bullet2.gif) no-repeat;
}
#p_orders table thead td,
#p_popup_order_info table thead td {
	font-weight: 500;
}
#p_orders table td,
#p_popup_order_info table td {
	background-color: #FFFFFF;
	border: 1px solid #BED0FC;
	padding: 6px 6px 6px 12px;
	border-bottom: 0;
}
#p_orders #none td,
#p_popup_order_info #none td {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#p_orders table * input,
#p_orders table td textarea,
#p_popup_order_info table * input,
#p_popup_order_info table td textarea {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#p_popup_order_info h2 {
	font-weight: 500;
	font-size: 18px;
	padding: 15px 0;
}


.articleContent .button {
	background-color: #FF9AE6;
	background-position: bottom;
	background-repeat: no-repeat;
	border-radius: 20px;
	width: 170px;
	height: 39px;
	text-transform: uppercase;
	color: white;
	padding: 0 12px;
	display: inline-block;
	line-height: 39px;
	text-align: center;
}
.articleContent .button:hover {
	background-color: #FA1FD9;
}


