/**
 * Site Global styles
 */

/* Default without p,input,sup,textarea,select,button */


.print {
	display: none;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

sup {
	position: static;
	color: #93007b;
}

sub {
	position: static;
	color: #93007b;
	bottom: 0;
}


a {
	color: #466fab;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/**
 * Root
 */

.p-root {
	font-family: roboto, avenir, centurygothic, helvetica, sans-serif, arial;
	font-size: 14px;
}

.p-root__edit-order {
	text-align: center;
	border: 1px solid #ccc;
	background: #eee;
}

/**
 * Top
 */

.p-root-top {
	background: #93007b;
	color: #fff;
	padding: 4px;
}

.p-root-top__block {
	display: flex;
    font-size: 12px;
}

.p-root-top__block a {
	color: #cecece;
	padding-left: 20px;
	padding-right: 20px;
}

.p-root-top__block-icon {
	margin-right: 5px;
}


/**
 * Header
 */

.p-root-header {
	padding-top: 8px;
	padding-bottom: 8px;
	display: flex;
	justify-content: space-between;
	color: #404042;
	font-size: 15px;
}

.p-root-header__left {
	max-height: 27px;
}

.p-root-header a {
	color: #404042;
	transition: opacity .2s;
}

.p-root-header__right {
	display: flex;
	align-items: center;
}

.p-root-header__block {
	display: flex;
	align-items: center;
	padding-right: 50px;
}

.p-root-header__block i {
	margin-right: 5px;
}

.p-root-header__block-icon {
	margin-right: 5px;
	color: #555;
}

.p-root-header__cart:hover {
	color: #c00;
	text-decoration: none;
}

.p-root__header-block-cart-text {
	float: right;
	margin-top: 16px;
	text-align: right;
}

.p-root__header-block-cart-text-top {
	text-align: left;
	font-size: 11px;
	color: #999;
}

.p-root__header-block-cart-text-bottom {
	text-align: left;
	font-size: 14px;
	color: #333;
}

.p-root__header-order-sum {
}

.p-root__topmenu-right-cart-cnt-number {
}

.p-root__topmenu-right-cart-cnt {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-radius: 15px;
	padding: 2px 7px 2px 7px;
	background: #feb226;
	background: #93007b;
}

.p-root__topmenu-right-cart-cnt:hover {
	text-decoration: none;
	color: #ccc;
}

/**
 * Top menu
 */
.p-root-menu-wrapper {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.12), 0 0 3px 0 rgba(0,0,0,.06);
}

.p-root-menu {
	display: flex;
	justify-content: space-between;
	justify-content: flex-start;
	font-size: 16px;
}

.p-root-menu__item {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 60px;
}

@media (max-width: 1250px) {
	.p-root-menu__item {
		padding-right: 40px;
	}
}

/**
 * Left
 */

.p-root__left {
}

/**
 * Leftmenu
 */

.p-root__leftmenu {
	padding: 0px 20px 20px 20px;
	border: 1px solid #f0f0f0;
	margin-top: 15px;
	background-color: #f2f2f2;
	border-radius: 0 0 0 16px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.20);
}

.p-root__leftmenu a {
	color: #404040;
}


.p-root__leftmenu-catalog {
	font-size: 16px;
}

.p-root__leftmenu-catalog-level1 {
	padding-top: 10px;
	margin-bottom: 8px;
	font-size: 16px;
	border-bottom: 2px solid #93007b;
	line-height: 30px;
	text-transform: uppercase;
}

.p-root__leftmenu-catalog-levelx {
	border-bottom: 1px solid #ddd;
	line-height: 30px;
}

.p-root__leftmenu-catalog-levelx_last {
	border-bottom: 0px;
}

.p-root__leftmenu-catalog-levelx_grey {
	font-size: 12px;
	color: #999;
}

/**
 * News
 */

.p-root__leftmenu-news {
	font-size: 12px;
	padding: 0px 20px 30px 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.20);
}

.p-root__leftmenu-news-head {
	font-size: 16px;
	padding-top: 10px;
	line-height: 30px;
}

.p-root__leftmenu-news-link {
	color: #666;
}

.p-root__leftmenu-news-link:hover {
	text-decoration: none;
}

.p-root__leftmenu-news-item {
	line-height: 16px;
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.p-root__leftmenu-news-date {
	color: #404040;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 3px;
}

/**
 * Content
 */

.p-root__content {
	background-color: #fff;
	min-height: 600px;
	font-size: 14px;
	padding: 10px 0 0 0;
	width: 100%;
}

/**
 * Content main page
 */

.p-root__content .news {
	float: right;
	width: 250px;
}

.p-root__content .news h3 {
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	line-height: 30px;
}

.p-root__content .news .item {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
}

.p-root__content .news .item a {
	color: #404040;
}

.p-root__content .item .time {
	display: table-cell;
	color: #999;
}

.p-root__content .item .newstext {
	display: table-cell;
	padding-left: 10px;
}

.p-root__content .news .last {
	border-bottom: 0px;
}



/**
 * Pageheader <h1>
 */

.p-root-h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 15px;
	color: #666;
}

.p-root-h1__grey {
	color: #999
}

/**
 * Footer
 */

.p-root__footer {
	clear: both;
	border-top: 7px solid #93007b;

	width: 100%;
	margin-top: 20px;
	padding-top: 10px;
	height: 100px;
	background: #fefefe;
}

.p-root__footer-left {
	float: left;
	padding-left: 10px;
}

.p-root__footer-right {
	float: right;
	padding-right: 10px;
}

.p-root__footer-copyright {
	margin: 0 auto;
	text-align: center;
	color: #666;
}
