.header {

}
.header__top {
    background: url(../images/sky.gif) repeat-x;
    height: 180px;
    margin-bottom: 10px;
}
.header__wrapper {
    max-width: 850px;
    margin: 0 auto;
    display: flex;
}
.header__logo {
    flex: 0 0 350px;
}
.header__logo-link {
    background: url(../images/minilogo.png) no-repeat center center;
	width: 350px;
    height: 161px;
    display: block;
}
.header__info {
    font-size: 18px;
    flex: 1 0 auto;
}
.header__info-line {
    margin: 12px 0 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 #079af1, 0 -1px 0 #079af1, 1px 0 0 #079af1, -1px 0 0 #079af1, 0 0 1px #079af1, 1px 1px 0 #079af1, -1px 1px 0 #079af1, 1px -1px 0 #079af1, -1px -1px 0 #079af1;
}
.header__info-line a {
    color: #fff;
}
.header__info-line-item:not(:last-of-type)::after {
    content: '|';
    padding: 0 7px;
}
.header__info-delivery {
    color: #f12a59;
    color: #079af1;
    margin: 12px 0 15px;
}
.header__info-delivery a {
    color: #f12a59;
    color: #079af1;
    text-decoration: underline;
}
.header__info-account {
    color: #079af1;
    margin: 8px 0 0;
}
.header__info-account a {
    color: #079af1;
    text-decoration: underline;
}
.header__info-account-username {
    font-weight: bold;
    text-decoration: underline;
}
.header__info-account-icon {
    color: #a0a0a0;
    display: inline-block;
    width: 25px;
    position: relative;
}
.header__info-account-icon::after {
    content: '';
    background-image: url(../images/User_font_awesome.svg);
    fill: red;
    background-size: 23px 23px;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.header__info-account-icon.active::after {
    background-image: url(../images/User_font_awesome_active.svg);
}
.header__info-search-cart {
    display: flex;
    align-items: center;
    margin: 15px 0;
    width: 100%;
}
.header__info-cart {
    flex: 0 0 40%;
    width: 40%;
    box-sizing: border-box;
}
.header__info-cart-link {
    color: #636363;
    text-decoration: none;
    padding-left: 25px;
}
.header__info-cart-icon {
    position: relative;
    width: 28px;
    height: 0;
    margin-right: 15px;
    display: inline-block;
}
.header__info-cart-icon::after {
    content: '';
    background: url(/static/images/cart-profile-icons.png) 0 -28px no-repeat;
    position: absolute;
    left: 0;
    bottom: -8px;
    vertical-align: top;
    display: inline-block;
    margin-right: 12px;
    width: 28px;
    height: 28px;
}
.header__info-cart-count {
    display: block;
    position: absolute;
    bottom: 8px;
    left: 20px;
    color: #fff;
    background-color: #08c425;
    min-width: 12px;
    height: 12px;
    line-height: 12px;
    padding: 3px;
    font-size: 12px;
    border-radius: 10px;
    text-align: center;
    z-index: 10;
}
.header__info-cart-count--later {
    background-color: orange;
    z-index: 9;
}
.header__info-cart-count--empty {
    display: none;
}
.header__search {
    display: block;
    flex: 0 0 60%;
    width: 60%;
}
.header__search-input {
    float: left;
    width: 70%;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-radius: 5px 0 0 5px;
    font-size: 17px;
    line-height: 35px;
    padding: 0 10px;
    box-shadow: none;
    -webkit-appearance: none;
}
.header__search-button {
    display: block;
    width: 30%;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-left: none;
    border-radius: 0 5px 5px 0;
    background-color: #ddd;
    font-size: 17px;
    line-height: 35px;
    padding: 0 10px;
    box-shadow: none;
    -webkit-appearance: none;
}

#header {
	background: url(../images/skycatalog.gif) repeat-x;
}
#header .content {
    max-width: 1320px;
	width: auto;
	margin: 0 auto;
	position: relative;
}
.blockwrap {
    max-width: 1320px;
    min-width: 320px;
    margin: 0 auto 70px;
    padding-top: 35px;
}
@media (min-width: 1100px) and (max-width: 1320px) {
    #header .content {
        width: 1060px;
    }
    .blockwrap {
        width: 1060px;
    }
}
@media (min-width: 1000px) and (max-width: 1100px) {
    #header .content {
        width: 1000px;
    }
    .blockwrap {
        width: 1000px;
    }
}
@media (max-width: 1070px) {
    .header #menucategories li.category.articles {
        display: none;
    }
}
@media (max-width: 950px) {
    .header #menucategories li.category.category--new  {
        display: none;
    }
}
.blockwrap--flex {
    display: flex;
}
@media (max-width: 850px) {
    .blockwrap--flex {
        display: block;
    }
}
#header .content a:hover {
	text-decoration: none;
}

#header .content a:hover  h4{
	text-decoration: underline;
}
#header .content a  p{
	line-height: 18px;
}
#header .content a h4{
	color: #079af1;
	font-weight: bold;
	font-size: 27px;
	font-style: italic;
	text-shadow: 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 0 1px #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	line-height: 35px;
}
#header .content a.delivery {
	left: 30px;
	top: 0;
}
#header .content a.guarantee {
	left: 30px;
	top: 80px;
}
#header .content a.guarantee h4{
	color: #f12959;
}
#header .content a.cart {
	right: 30px;
	top: 0;
	text-align: right;
}
#header .content a.profile {
	right: 30px;
	top: 80px;
	text-align: right;
}
#header .content a.profile h4{
	color: #f12959;
}

.header #menucategories {
    min-width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 1100px) {
    .header #menucategories {
        flex-wrap: wrap;
    }
}
.header #menucategories li{
    display: block;
}
.header #menucategories li a {
	display: block;
    padding: 12px 15px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    line-height: 21px;
    text-decoration: none;
    color: #fff;
}
@media (max-width: 1300px) {
    .header #menucategories li a {
        padding: 10px 12px 12px;
        font-size: 20px;
    }
}
@media (max-width: 1100px) {
    .header #menucategories li a {
        padding: 10px 10px 12px;
        font-size: 19px;
    }
}
.header #menucategories li a img {
	transition: width 0.2s;
	-moz-transition: width 0.2s; /* Firefox 4 */
	-webkit-transition: width 0.2s; /* Safari and Chrome */
	-o-transition: width 0.2s; /* Opera */
    width: 135px;
    height: auto;
}
.header #menucategories li.gomain a img{
	width: 380px;
	height: 161px;
}
.header #menucategories li a:hover img, .header #menucategories li.active a img {
	width: 145px;
}
.header #menucategories li.gomain a:hover img{
	width: 290px;
}

.header .menusubcategories {
	min-width: 320px;
	text-align: center;
	/*height: 30px;*/
	overflow: hidden;
	background-color: #00c705;
}
.header .menusubcategories ul{
    max-width: 1600px;
    margin: 0 auto;
}
.header .menusubcategories li{
	display: inline;
	line-height: 30px;
	color: #fff;
	padding: 0 15px;
	font-size: 17px;
    white-space: nowrap;
}
.header .menusubcategories li.selected{
	font-weight: bold;
	font-size: 20px;
}
.header .menusubcategories li a {
	color: #fff;
}


.to-top-button-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 200px;
    text-align: center;
    font-size: 25px;
    color: rgba(7,154,241,1);
    opacity: 0.4;
    transition: opacity 0.5s;
}
.to-top-button-wrapper:hover {
    opacity: 0.8;
    cursor: pointer;
}
.to-top-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    margin-left: -60px;
    margin-top: -28px;
    background: url(../images/arrow467.png) center top no-repeat;
    padding-top: 30px;
}




.ac-results {
    position: absolute;
    top: 39px;
    left: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.5);
    box-sizing: border-box;
    border-top: none;
}
.ac-results .result-wrapper {
    /*border-bottom: 1px solid #000;*/
}
.ac-results .result-wrapper .ac-result {
    padding: 10px 10px;
    display: block;
    text-decoration: none;
    /*border: 1px solid #aaa;*/
    border-top: none;
    color: #000;
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    text-align: left;
    white-space: normal;
    font-style: normal;
}
.ac-results .result-wrapper .ac-result:hover, .ac-results .result-wrapper .ac-result:focus {
    background-color: yellow;
    outline: none;
}
.ac-results .result-wrapper .ac-result .cat {
    display: block;
    color: #888;
    font-size: 14px;
    margin-bottom: 4px;
}
.ac-results .result-wrapper .ac-result .title {
    display: block;
    font-weight: bold;
}






.block {
	min-width: 320px;
    margin: 50px 0;
	text-align: center;
}
.block .two_row {
    max-height: 792px;
    overflow: hidden;
    text-align: center;
}
.block .one_row {
    max-height: 396px;
    overflow: hidden;
    text-align: center;
}
.block .two_row_articles {
    max-height: 350px;
    overflow: hidden;
    text-align: center;
}
.block .row1, .block .row2 {
	height: 176px;
	overflow: hidden;
	text-align: center;
}
.block .row1 .product, .block .row2 .product{

    display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;


	margin: 10px 3px;
	width: 300px;
	height: 150px;
	border-radius: 15px;
	overflow: hidden;
}
.block h1, .block h2 {
	font-size: 26px;
	text-align: center;
    color: #000;
    background-color: #eae8e8;
	position: relative;
    padding: 7px 0;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 1.4;
}
.block h1 span, .block h2 span {
	padding: 0 25px;
	font-weight: bold;
}
.block h1 .search-form {
    position: relative;
    display: inline-block;
}
.block h1 .search-field {
    width: 100%;
    max-width: 400px;
    font-weight: normal;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
}
.block h1 .search-input {
    border: 1px solid #777;
    margin: 0;
    padding: 3px 7px;
    font-size: 22px;
    line-height: 22px;
    height: 35px;
    box-sizing: border-box;
    width: 75%;
    border-radius: 3px 0 0 3px;
}
.block h1 .search-submit-button {
    border: 1px solid #777;
    border-left: none;
    padding: 3px 10px;
    font-size: 22px;
    line-height: 22px;
    height: 35px;
    box-sizing: border-box;
    width: 25%;
    margin: 0;
    background-color: #ccc;
    text-shadow: 0 1px 0 rgba(255,255,255,0.7);
    border-radius: 0 3px 3px 0;
    box-shadow: 0 0 2px #fff inset;
    background: #fcfff4; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfff4 0%, #d3d8cb 40%, #91998c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#d3d8cb), color-stop(100%,#91998c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfff4 0%,#d3d8cb 40%,#91998c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfff4 0%,#d3d8cb 40%,#91998c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfff4 0%,#d3d8cb 40%,#91998c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcfff4 0%,#d3d8cb 40%,#91998c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#91998c',GradientType=0 ); /* IE6-9 */

}
.block h1 .search-submit-button:hover {
    cursor: pointer;
    background: #fcfff4; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}

.block.block-description {
    margin-top: 30px;
    border-width: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 1px;
}
.block.block-description h2 {
    font-size: 25px;
    top: -40px;
    z-index: 1;
}

.block.block-description a {
    text-decoration: underline;
}
.block .no_product_message {
    font-size: 35px;
    margin: 100px 0;
    color: #555;
}
.block .catalogmenu {
    position: relative;
	text-align: left;
	margin: 3px 30px;
	font-size: 14px;
	line-height: 30px;
    height: 30px;
    line-height: 1.7;
}
.block .catalogmenu .breadcrumbs {
    float: left;
}
.block .catalogmenu a {
    text-decoration: underline;
}
@media screen and (max-width: 1320px) {
    .block .catalogmenu a.cataloglink {
        display: none;
    }
}
.block .catalogmenu a:hover {
    text-decoration: none;
}
.block .catalogmenu .catalogsort {
    display: block;
	text-align: right;
    float: right;
    background-color: #fff;
    padding-left: 10px;
}
.block .catalogmenu .catalogsort .sort-option {
    position: relative;
    line-height: 1;
    /*z-index: 1;*/
}
.block .catalogmenu .catalogsort .sort-option .label {
    padding: 2px 5px;
    margin: 0 6px;
    display: inline-block;
    position: relative;
}
.block .catalogmenu .catalogsort .sort-option .label.active {
    background-color: #1a94a4;
    border-bottom: 1px solid #1a94a4;
}
.block .catalogmenu .catalogsort .sort-option .label .label-text {
    border-bottom: 1px dashed #1a94a4;
    color: #1a94a4;
    line-height: 1;
    cursor: pointer;
}
.block .catalogmenu .catalogsort .sort-option .label.active .label-text {
    color: #fff;
    border-bottom: none;
}
.block .catalogmenu .catalogsort .sort-option .label.active:hover {
    background-color: #1cc5d5;
    border-bottom-color: #1cc5d5;
}

.block .catalogmenu .catalogsort .filter-popup {
    position: absolute;
    top: -9px;
    left: -4px;
    box-shadow: 0 0 7px #999;
    background-color: #fff;
    z-index: 5;
    border-radius: 5px;
    cursor: default;
    text-align: left;
    color: #000;
    font-weight: normal;
    padding: 10px 15px 5px;
    display: none;
}
.block .catalogmenu .catalogsort .filter-popup .scroll-area {
    display: block;
    max-height: 200px;
    overflow-y: scroll;
    padding-top: 5px;
}
.block .catalogmenu .catalogsort .filter-popup .filter-option {
    display: block;
    white-space: nowrap;
    margin-bottom: 10px;
    position: relative;
}
.block .catalogmenu .catalogsort .filter-popup .filter-option .optlabel.optlabel-apply,
.block .catalogmenu .catalogsort .filter-popup .filter-option .optlabel.optlabel-reset {
    font-weight: bold;
    border: 1px solid #1a94a4;
    padding: 2px 5px;
    margin-right: -10px;
    margin-top: 5px;
    position: relative;
    left: -10px;
    display: inline-block;
}
.block .catalogmenu .catalogsort .filter-popup .filter-option .optlabel.optlabel-apply:active,
.block .catalogmenu .catalogsort .filter-popup .filter-option .optlabel.optlabel-reset:active {
    background-color: #1a94a4;
    color: #fff;
}
.block .catalogmenu .catalogsort .filter-popup .filter-option .hidden-input {
    position: absolute;
    left: -15px;
    display: none;
}
.block .catalogmenu .catalogsort .filter-popup .filter-option input[type=checkbox] {
    margin-right: 7px;
}
.block .catalogmenu .catalogsort .filter-popup .filter-option .optlabel {
    text-decoration: none;
    color: #1a94a4;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    padding: 0;
    margin: 0 5px;
    position: relative;
    left: -5px;
}
.block .catalogmenu .catalogsort .filter-popup .filter-option .optlabel:hover {
    border-bottom-color: #1a94a4;
}
.block .catalogmenu .catalogsort .filter-popup .filter-option input:checked+.optlabel,
.block .catalogmenu .catalogsort .filter-popup .filter-option .optlabel.active {
    cursor: default;
    background-color: #1a94a4;
    border-bottom: none;
    color: #fff;
    padding: 2px 5px;
    margin: 0;
}

.block .catalogmenu .catalogsort .filter-popup h3 {
    /*margin-bottom: 20px;*/
    font-weight: bold;
    margin-bottom: 5px;
}
.block .catalogmenu .catalogsort .filter-popup .price-filter {

}
.block .catalogmenu .catalogsort .filter-popup .price-filter input {
    width: 50px;
    margin: 0 5px;
}

.block.block-description {

}
.block.block-description p {
	text-align: left;
	margin: 20px 30px;
    line-height: 20px;
    font-size: 19px;
    line-height: 1.5;
    text-indent: 10px;
    position: relative;
    z-index: 3;
    background-color: #fff;
}


.catalog__side {
    order: -1;
    flex: 0 0 150px;
    margin: 48px 15px 0;
}
@media (max-width: 850px) {
    .catalog__side {
        display: none;
    }
}
.catalog__side-title,
.catalog__side-sort-option .label {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}
.catalog__side-sort-option {
    display: block;
    margin-bottom: 20px;
}
.catalog__side-sort-option .filter-popup {
    display: block;
    max-height: 200px;
    overflow-y: auto;
    padding: 3px 0;
}
.catalog__side-sort-option .filter-option {
    display: block;
    position: relative;
}
.catalog__side .filter-option {
    color: #559aa2;
}
.catalog__side-sort-option input[type="checkbox"] {
    margin-right: 3px;
}
.catalog__side-sort-option input[type="radio"] {
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}
.catalog__side-sort-option input[type="radio"]+label {
    padding: 3px 15px;
    display: block;
}
.catalog__side-sort-option label:hover {
    cursor: pointer;
}
.catalog__side-sort-option input[type="radio"]:checked+label {
    padding: 3px 15px;
    background: #559aa2;
    color: #fff;
}
.catalog__side-sort-option input[type="radio"]:not(:checked):hover+label {
    background: rgba(85,154,162,0.1);
}
.catalog__side .optlabel-apply,
.catalog__side .optlabel-reset {
    display: block;
    border: 1px solid #559aa2;
    padding: 1px 5px;
    margin: 5px 0 5px;
    text-align: center;
    color: #559aa2;
    cursor: pointer;
    background-color: #fff;
    width: 100%;
    outline: none;
}
.catalog__side .optlabel-apply:hover,
.catalog__side .optlabel-reset:hover {
    opacity: 0.8;
}
.catalog__side .optlabel-apply:active,
.catalog__side .optlabel-reset:active {
    background: #559aa2;
    color: #fff;
}







.pages {
    margin: 15px 15px 3px;
    text-align: center;
    position: relative;
}
.showall {
    float: right;
    font-weight: bold;
}
.showall a {
    text-decoration: none;
}
.showall a.loading {
    padding-right: 25px;
    background: url("../images/loader.gif") center right no-repeat;
}
.showall a:hover {
    text-decoration: none;
}
.pages a, .pages .selected {
    min-width: 18px;
    padding: 8px 8px;
    margin: 5px 2px;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 17px;
}
.pages a:hover, .pages .selected:hover {
    text-decoration: none;
    border-color: #888;
}
.pages .ellipsis {
    display: inline-block;
    font-size: 17px;
    padding: 8px 2px;
    margin: 5px 3px;
}
.pages .pages__pages {
    margin-left: 130px;
    margin-right: 130px;
}
.pages .pagenumbers {
    display: inline-block;
    min-width: 80px;
}
.pages .pagenumbers a {
    padding: 8px 4px;
}
.pages .selected{
	background-color: #ccc;
	padding: 0 3px;
}
.pages .fastnav{
	font-weight: bold;
    display: inline-block;
    width: 100px;
    text-align: center;
}
.pages .fastnav a {
    width: 85px;
    box-sizing: border-box;
}
.pages .fastnav .nav_action {
    color: #777;
    font-size: 14px;
    font-weight: normal;
    padding: 0 3px;
}
.see-more {
    margin: 5px 0;
}
.see-more a {
    text-decoration: underline;
    font-size: 19px;
}
.products-page-divider, .reviews-page-divider {
    line-height: 0;
    border-bottom: 1px solid #bbb;
    margin: 15px 15px;
}
.reviews-page-divider {
    text-align: center;
    margin: 30px 0;
    clear: left;
}
.page-loader {
    margin: 10px 30px;
    line-height: 0;
    border-bottom: 1px solid #999;
    text-align: center;
}
.page-divider__title {
    font-size: 20px;
    color: #555;
    padding: 0 30px;
    background-color: #fff;
}
.page-divider__title_state_loading {
    padding-right: 45px;
    background: #fff url("../images/loader.gif") 115px center  no-repeat;
}


.block .lastveiwed {
    max-height: 352px;
    overflow-y: auto;

}

.block .ten-max {
    max-height: 880px;
    overflow-y: auto;
}














.product {
    position: relative;
    display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	margin: 10px 3px;
	width: 240px;
    height: 370px;
	overflow: visible;
    border-radius: 0;
    border: 1px solid #fff !important;
}
.product:hover {
    border-color: #aaa;
}
.product .photo .photothumb {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.product .photo .photothumb img {
    display: block;
    margin: 0 auto;
}
.product .photo {
	position: relative;
    margin: 0 auto;
    display: block;
    width: 240px;
    height: 240px;
}
.product .photo .zoomin {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    width: 60px;
    height: 60px;
    background: url(../images/zoom-icon.png) no-repeat center center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .product .photo .zoomin {
        background: url(../images/zoom-icon2x.png) no-repeat center center;
        background-size: 25px 25px;
    }
}
.product .photo .zoomin:hover {
    border-color: #333;
    opacity: 1;
}
.product .photo .zoomin img {
    position: absolute;
    bottom: 7px;
    right: 7px;
}
.product .description {
	margin-top: 5px;
}
.product .description h3 {
	font-size: 13px;
	line-height: 13px;
	height: auto;
    max-height: 39px;
    margin: 7px 8px 10px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.product .description h3 a {
    text-align: center;
    display: block;
    margin: 0;
    min-height: 39px;
}
.product .description .price {
	color: #019b04;
	text-align: center;
	font-size: 19px;
    margin: 5px;
}
.product .description .newprice {
	color: red;
	font-size: 19px;
}
.product .description .oldprice {
	color: #000;
	font-size: 13px;
	text-decoration: line-through;
	padding-left: 10px;
	padding-right: 5px;
}
.product .description .incart.already {
	display: block;
	text-align: center;
	font-size: 19px;
    line-height: 22px;
    height: 22px;
}

.product .description .incart.noproduct {
    display: block;
    text-align: center;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
}
.product .description .incart.noproduct .archive {
    background-color: #c4a632;
    color: #fff;
    padding: 4px 8px;
    border-radius: 3px;
}
.product .description .addtocartwrap .addtocart {
    margin: 0 auto;
    height: 22px;
    padding: 0;
    overflow: visible;
}
.product .description .product_code {
    color: #999;
    font-size: 13px;
    margin-left: 8px;
}
.product .description .addtocartwrap button.addtocart  {
    cursor: pointer;
    border: 0 none;
    outline: none;
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    background: #fff;
    color: #000;
    font-weight: bold;
    margin-bottom: 3px;
    -webkit-appearance: none;
    appearance: none;
}
.product .description button.addtocart:hover {
    text-decoration: underline;
}
.product .description .rating {
	text-align: center;
	font-size: 13px;
    position: relative;
    margin-top: -2px;
    line-height: 22px;
}
.product .description .rating .like-btn:hover {
    text-decoration: underline;
    cursor: pointer;
    color: red;
}
.product .description .admininfo {
    text-align: center;
    font-size: 12px;
    position: relative;
    line-height: 1;
}
.product .description .admininfo a {
    color: blue;
    text-decoration: underline;
}
.product .description .admininfo a:hover {
    color: red;
}

.product .description .info {
    text-align: center;
    font-size: 12px;
    position: relative;
    line-height: 1;
}
.product .description .info .reviews-count {
    color: #079AF1;
}
.product .description .info .questions-count {
    color: #f12959;
}


.product .new-label {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/new-icon.png) no-repeat;
    background-size: 35px 35px;
    opacity: 0.8;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .product .new-label {
        background: url(../images/new-icon2x.png) no-repeat;
        background-size: 35px 35px;
    }
}
.product:hover .new-label {
    opacity: 1;
}
.product .hit-label {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/hit-icon.png) no-repeat;
    background-size: 35px 35px;
    opacity: 0.8;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .product .hit-label {
        background: url(../images/hit-icon2x.png) no-repeat;
        background-size: 35px 35px;
    }
}
.product:hover .hit-label {
    opacity: 1;
}
.product .russia-label {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/russia-icon.png) no-repeat;
    background-size: 35px 35px;
    opacity: 0.9;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .product .russia-label {
        background: url(../images/russia-icon2x.png) no-repeat;
        background-size: 35px 35px;
    }
}
.product:hover .russia-label {
    opacity: 1;
}
.product .russia-label.second {
    top: 60px;
}
.product .russia-label.third {
    top: 110px;
}
.product .discount {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    background: url(../images/sale-icon.png) no-repeat;
    background-size: 35px 35px;
    opacity: 0.8;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .product .discount {
        background: url(../images/sale-icon2x.png) no-repeat;
        background-size: 35px 35px;
    }
}
.product:hover .discount {
    opacity: 1;
}
.product .discount.second {
    top: 60px;
}







.rating-stars {
    display: block;
    text-align: center;
    margin: 0 auto;
    height: 16px;
    color: #777;
}
.rating-stars--inline-block {
    display: inline-block;
    vertical-align: top;
}
.rating-stars:hover {
    color: #333;
}
.rating-stars__reviews-count {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 17px;
}
.rating-stars__stars {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 16px;
    position: relative;
}
.rating-stars__stars-filled {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 16px;
    z-index: 2;
    background: url(../images/stars-rating.png) no-repeat 0 -16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .rating-stars__stars-filled {
        background: url(../images/stars-rating2x.png) no-repeat 0 -16px;
        background-size: 80px 32px;
    }
}
.rating-stars__stars-filled--1 {
    width: 20%;
}
.rating-stars__stars-filled--2 {
    width: 40%;
}
.rating-stars__stars-filled--3 {
    width: 60%;
}
.rating-stars__stars-filled--4 {
    width: 80%;
}
.rating-stars__stars-filled--5 {
    width: 100%;
}
.rating-stars__stars-blank {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 16px;
    z-index: 1;
    background: url(../images/stars-rating.png) no-repeat 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .rating-stars__stars-blank {
        background: url(../images/stars-rating2x.png) no-repeat 0 0;
        background-size: 80px 32px;
    }
}







.product .article h3 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 6px;
}
.product .article div {
    /*height: 150px;*/
    height: 123px;
    overflow: hidden;
}
.product .article p {
    margin: 0 20px 7px;
    text-align: left;
	font-size: 15px;
	line-height: 16px;
	height: 80px;
    overflow: hidden;
}
.product .article .readmore {
	font-weight: bold;
}
.product .article .preview {
    display: block;
    margin: 0 auto;
    max-height: 150px;
    overflow: hidden;
}
.product .article .preview img {
    display: block;
    margin: 0 auto;
}


.product .description .highlighted {
    background: yellow;
}

.product.subcategory img, .product.manufacturer img {
    display: block;
    margin: auto;
}
.product.subcategory .img-container, .product.manufacturer .img-container {
    display: block;
    margin: 0 auto;
    min-height: 240px;
}
.product.subcategory .img-container img, .product.manufacturer .img-container img {
    display: block;
    margin: 0 auto;
}
.product.subcategory .img-container, .product.manufacturer h3 {
    margin-top: 10px;
}
.product.subcategory a, .product.manufacturer a {
    text-decoration: none;
}
.product.subcategory a:hover h3 .name , .product.manufacturer a:hover h3 .name {
    text-decoration: underline;
}
.product.subcategory h3 .category, .product.manufacturer h3 .category {
    display: block;
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.product.subcategory h3 .name, .product.manufacturer h3 .name {
    display: block;
    font-weight: bold;
    /*margin: 4px 0 0;*/
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}















.product2 {
    position: relative;
    display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;


	margin: 10px 3px;
	width: 300px;
	height: 300px;
	overflow: visible;
}
.product2 .photo .photothumb {
	float: left;
    width: 250px;
    height: 250px;
    text-align: center;
    overflow: hidden;
}
.product2 .photo .photothumb img {
    display: block;
    margin: 0 auto;
}
.product2 .photo {
	position: relative;
    width: 250px;
    height: 250px;
}
.product2 .photo .zoomin {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(255,255,255, 0.5);
    width: 30px;
    height: 30px;
}
.product2 .photo .zoomin:hover {
    background: rgba(245,245,245, 0.8);
}
.product2 .photo .zoomin img {
    position: absolute;
    bottom: 7px;
    right: 7px;
}
.product2 .description {
	margin-top: 5px;
}
.product2 .description h3 {
	font-size: 15px;
	line-height: 15px;
	/*height: 66px;*/
    /*max-height: 66px;*/
	/*margin-bottom: 10px;*/
	/*margin-left: 7px;*/
	/*margin-right: 2px;*/
	/*overflow: hidden;*/
	text-align: left;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.product2 .description h3 a {
    text-align: center;
}
.product2 .description .price {
	color: #019b04;
	text-align: center;
	font-size: 19px;
	margin: 5px;
}
.product2 .description .newprice {
	color: #ff0000;
	font-size: 19px;
}
.product2 .description .oldprice {
	color: #000;
	font-size: 13px;
	text-decoration: line-through;
	padding-left: 5px;
}
.product2 .description .incart.already {
	display: block;
	text-align: center;
	font-size: 19px;
    line-height: 22px;
    height: 22px;
}






















.nav-category {
    position: relative;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    /*height: 325px;*/
    margin: 0 3px;
    padding: 10px 0 15px;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    width: 250px;
}
.nav-category { 
    font-size: 16px;
}
@media screen and (min-width: 1320px) {
    .block.categories.categories--wide .nav-category:nth-child(1), 
    .block.categories.categories--wide .nav-category:nth-child(2) {
        width: 500px;
    }
    .block.categories.categories--wide .nav-category:nth-child(1) .nav-category__tags, 
    .block.categories.categories--wide .nav-category:nth-child(2) .nav-category__tags {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
.nav-category__name {
    margin-bottom: 15px;
}
.nav-category__name-link {
    font-size: 25px;
    font-weight: bold;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    -webkit-transition: border-bottom 0.1s;
    -moz-transition: border-bottom 0.1s;
    transition: border-bottom 0.1s;
}
.nav-category__name-link:hover {
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.4);
}
.nav-category__tags {
    overflow: hidden;
}
.nav-category__tags_min-height {
    min-height: 220px;
}
.nav-category__tags_max-height {
    max-height: 220px;
}
.nav-category__tag {
    /*margin: 8px 0;*/
    line-height: 1.45;
}
/*.nav-category__tags_additional {*/
    /*margin-top: -8px;*/
/*}*/
.nav-category__tag-name {
    margin: 5px 0;
    font-size: 19px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    -webkit-transition: border-bottom 0.1s;
    -moz-transition: border-bottom 0.1s;
    transition: border-bottom 0.1s;
}
.nav-category__tag-name:hover {
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.nav-category__show-tags {
    display: none;
    margin: 9px 0 0;
    /*position: absolute;*/
    /*bottom: 12px;*/
    width: 100%;
    font-weight: bold;
}
.nav-category__show-tags-btn {
    border-bottom: 1px dashed rgba(0,0,0,0.25);
    font-size: 18px;
}
.nav-category__show-tags-btn:hover {
    text-decoration: none;
    border-bottom: 1px dashed rgba(0,0,0,0.4);
}




.product.article, .articles .product {
    /*height: 200px;*/
    height: 150px;
    overflow: hidden;
}




.newproducts.block, .newproducts .product:hover {
	border-color: #FFA500;
}
.newproducts.block h1, .newproducts.block h1 a, .newproducts.block h2, .newproducts.block h2 a, .newproducts.block .see-more a {
	color: #FFA500;
}
.header .menusubcategories.newproducts {
    background-color: #FFA500;
}



.hits.block, .hits .product:hover {
	border-color: #ff00ff;
}
.hits.block h1, .hits.block h1 a, .hits.block h2, .hits.block h2 a, .hits.block .see-more a {
	color: #ff00ff;
}
.header .menusubcategories.hits {
    background-color: #ff00ff;
}




.sale.block, .sale .product:hover {
	border-color: #ff0000;
}
.sale.block h1, .sale.block h1 a, .sale.block h2, .sale.block h2 a, .sale.block .see-more a {
	color: #ff0000;
}
.header .menusubcategories.sale {
    background-color: #ff0000;
}



.categories.block, .categories .product:hover {
	border-color: #00c6ff;
}
.categories.block h1, .categories.block h1 a, .categories.block h2, .categories.block h2 a, .categories.block .see-more a {
	color: #00c6ff;
}
.header .menusubcategories.categories {
    background-color: #00c6ff;
}




.articles.block, .articles .product:hover, .product.article:hover {
	border-color: #bbb;
}
.articles.block h1, .articles.block h1 a, .articles.block h2, .articles.block h2 a, .articles.block .see-more a {
	color: #000;
}
.product .article h3 {
    color: #f12959;
}
.header .menusubcategories.articles {
    background-color: #bbb;
}
.header .menusubcategories.articles li a {
    color: #000;
}



.watched.block, .watched .product:hover {
    border-color: #007609;
}
.watched.block h1, .watched.block h1 a, .watched.block h2, .watched.block h2 a {
    color: #00beec;
}
.header .menusubcategories.watched {
    background-color: #f7f7f7;
}



.buywith.block, .buywith .product:hover {
    border-color: #00beec;
}
.buywith.block h1, .buywith.block h1 a, .buywith.block h2, .buywith.block h2 a {
    color: #00beec;
}
.header .menusubcategories.buywith {
    background-color: #f7f7f7;
}


.similar.block, .similar .product:hover {
    border-color: #9c00ec;
}
.similar.block h1, .similar.block h1 a, .similar.block h2, .similar.block h2 a {
    color: #00beec;
}
.header .menusubcategories.similar {
    background-color: #f7f7f7;
}




.toys.block, .toys .product:hover {
    border-color: #800080;
}
.toys.block h1, .toys.block h1 a, .toys.block h2, .toys.block h2 a {
    color: #800080;
}
.header .menusubcategories.toys {
    background-color: #800080;
}


.clothes.block, .clothes .product:hover {
    border-color: #800000;
}
.clothes.block h1, .clothes.block h1 a, .clothes.block h2, .clothes.block h2 a {
    color: #800000;
}
.header .menusubcategories.clothes {
    background-color: #800000;
}


.tools.block, .tools .product:hover {
    border-color: #00C705;
}
.tools.block h1, .tools.block h1 a, .tools.block h2, .tools.block h2 a {
    color: #00C705;
}
.header .menusubcategories.tools {
    background-color: #00C705;
}







.reviews {
    min-width: 320px;
}
.reviews__title {
    margin-bottom: 40px;
    color: #079af1;
    text-align: center;
    font-size: 32px;
    font-style: italic;
    font-weight: bold;
}
.reviews__filter {
    padding: 10px 30px;
    margin: 20px 0;
    text-align: right;
    background-color: #cccccc;
}
.reviews__filter-sorting, .reviews__filter-category, .reviews__filter-subcategory {
    margin-left: 10px;
}
.reviews__items {
    width: 100%;
}

.reviews__pagination {
    margin: 55px 0 20px;
    padding: 10px 0;
    border-top: 1px solid #cccbc9;
}
.reviews__pagination .pages {
    margin-left: 0;
    margin-right: 0;
}
.reviews__pagination .showall {
    left: 0;
}

.review {
    clear: left;
    margin-bottom: 38px;
}
.review__photo, .review__info, .review__text {
    padding-top: 10px;
    padding-bottom: 10px;
}
.review__photo {
    width: 120px;
    padding: 25px 10px 0;
    text-align: center;
    float: left;
}
.review__photo a {
    display: block;
    margin-bottom: 20px;
}
.review__link {
    color: blue;
    text-decoration: none;
}
.review__link:hover {
    color: red;
}
.review__date {
    font-size: 18px;
    line-height: 1.2;
    font-style: italic;
    color: #333;
    float: right;
}
.review__name-age {
    margin: 10px 0;
    font-size: 18px;
    line-height: 1.2;
    font-style: italic;
    color: #555;
}
.review__rating {
    margin: 7px 0;
}
.review__rating-word {
    line-height: 1.6;
}
.review__text {
    margin-left: 170px;
    text-align: left;
    font-size: 18px;
    line-height: 1.3;
}
.review__title {
    margin-bottom: 5px;
    font-size: 20px;
    background: #eae9e7;
    border-top: 1px solid #cccbc9;
    padding: 10px 15px 10px 25px;

}
.review__content {
    margin-bottom: 10px;
}
.review__comment {
    margin-bottom: 20px;
}
.review__label {
    font-weight: bold;
    padding-right: 5px;
}



@media (max-width: 850px) { 
    .review__text {
        margin-left: 15px;
    }
}




.stars {
    position: relative;
    display: inline-block;
    width: 125px;
    height: 23px;
    background: url(../images/stars.png) repeat-x 0 -23px;
}
.stars span {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/stars.png) repeat-x;
    height: 23px;
}
.stars.stars1 span {
    width: 20%;
}
.stars.stars2 span {
    width: 40%;
}
.stars.stars3 span {
    width: 60%;
}
.stars.stars4 span {
    width: 80%;
}
.stars.stars5 span {
    width: 100%;
}


.catalog__breadcrumbs {
    display: none;
    line-height: 1.4;
    margin-bottom: 10px;
}
.catalog__breadcrumbs-link {
    color: blue;
}
.catalog__breadcrumbs-link:hover {
    color: red;
}
.categories__categories-list {
    text-align: center;
    display: flex;
}
.categories__category {
    flex: 0 0 40%;
    box-sizing: border-box;
    margin-bottom: 55px;
    display: block;
    text-align: left;
}
.categories__category:last-child {
    flex: 0 0 20%;
}
@media (max-width: 1320px) {
    .categories__category,
    .categories__category:last-child {
        flex: 0 0 33%;
    }
}
.categories__tags-list {
    display: flex;
    flex-wrap: wrap;
}
.categories__category-name {
    margin: 10px 0 40px;
    font-size: 22px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #f12959;
}
@media (max-width: 850px) {
    .categories__categories-list {
        display: block;
    }
    .categories__category {
        margin: 0 auto 50px;
        padding: 0 15px;
        min-width: 300px;
        border-left: none;
    }
    .categories__category-name {
        text-align: center;
    }
}

.categories__tag {
    flex: 1 1 250px;
    font-size: 18px;
    margin: 0 0 35px;
    text-align: center;
}
.categories__tag-link {
    display: block;
    text-decoration: none;
    color: blue;
    margin: 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #079af1;
}
.categories__tag-link:hover {
    color: red;
    text-decoration: none;
}
.categories__tag-image {
    display: block;
    width: 150px;
    margin: 0 auto;
    text-align: center;
}
.categories__tag-image img {
    max-width: 150px;
    max-height: 150px;
    display: block;
    margin: 0 auto;
}
.categories__tag-name {
    color: blue;
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    padding-top: 20px;
    /*border-bottom: 2px solid blue;*/
    /*padding-top: 7px;*/
    /*padding-bottom: 5px;*/
}
.categories__tag-link:hover .categories__tag-name {
    color: red;
    /*border-bottom: 2px solid red;*/
}



@media (max-width: 850px) {
    .header__desktop {
        display: none;
    }
    #header #menucategories {
        height: auto;
        margin-bottom: 20px;
    }
    #header #menucategories li {
        margin: 0;
    }
    #header #menucategories .category {
        display: none;
    }
    .blockwrap {
        padding: 0;
        margin: 30px 0;
    }
    .block {
        border: none !important;
        margin: 20px 0;
        padding: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .reviews {
        margin: 20px 0;
        padding: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .block.block-description {
        padding: 0;
    }
    .block .two_row, 
    .block .one_row,
    .block .two_row_articles {
        max-height: none;
    }
    .block .row1, .block .row2 {
        height: auto;
    }
    .block h1, .block h2 {
        height: auto;
        position: static;
        text-align: center;
        margin-bottom: 10px;
        white-space: normal;
    }
    .block h1 span, .block h2 span {
        padding: 0;
        background-color: transparent;
    }
    .product {
        margin: 10px 0;
    }
    .rightmenu {
        display: none;
    }
    .block-type-sale, .block-type-hits, .block-type-articles {
        display: none;
    }
    .pages .fastnav {
        display: none;
    }
    .pages {
        display: flex;
        flex-direction: column;
    }
    .pages .showall {
        display: block;
        order: 3;
        margin-top: 25px;
    }
    .pages .pages__pages {
        margin-left: 0;
        margin-right: 0;
    }
    .product .photo .zoomin {
        display: none;
    }
    #header .menusubcategories {
        display: none;
    }
    .block .catalogmenu {
        height: auto;
        margin: 15px 10px;
    }
    .block .catalogmenu .breadcrumbs {
        display: none;
    }

    .block .catalogmenu .catalogsort {
        position: static;
        text-align: center;
        display: block;
        padding-left: 0;
        margin-top: 5px;
        float: none;
    }

    .block h1 .search-form {
        display: none;
    }


    .nav-category__tag {
        margin: 5px 0;
    }
    .nav-category__tags_max-height {
        max-height: none;
    }
    .leftcolumnwrap {
        width: auto;
        margin: 0;
        padding: 10px 15px;
    }
    .catalog__breadcrumbs {
        display: block;
    }
    .categories__categories-list {
        margin: 20px 0;
    }
}



.mobile-header {
    display: none;
}
@media (max-width: 850px) {
    .mobile-header {
        display: block;
    }
}
.mobile-nav {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    font-size: 18px;
    margin: 0;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(100, 100, 100, 0.3);
    z-index: 200;
    background: #fff;
}
.mobile-nav.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1030;
}
.mobile-nav__home {
    height: 136px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0 0 20px;
}
.mobile-nav__home-link {
    background: url(../images/micrologo.jpg) no-repeat center center;
    width: auto;
    height: 136px;
    display: block;
}
.mobile-nav__bar {
    display: flex;

}
.mobile-nav__bar-item {
    flex: 0 0 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    text-align: center;
}
.mobile-nav__bar-item .icon-up {
    width: 21px;
    height: 21px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #dddddd;
    transition: background 0.5s;
    position: relative;
}
.mobile-nav__bar-item.active .icon-up {
    background: #0088d5;
}
.mobile-nav__bar-item .icon-search {
    color: #ccc;
    font-size: 23px;
}
.mobile-nav__bar-item.active .icon-search {
    color: #dd4c67;
}
.mobile-nav__bar-item .icon-basket {
    color: #ccc;
    font-size: 20px;
    position: relative;
}
.mobile-nav__bar-item.active .icon-basket {
    color: #0088d5;
}
.mobile-nav__bar-item .icon-menu {
    color: #ccc;
    font-size: 23px;
}
.mobile-nav__bar-item.active .icon-menu {
    color: #dd4c67;
}
.mobile-nav__cart-count {
    display: block;
    position: absolute;
    top: -8px;
    left: 20px;
    color: #fff;
    background-color: #08c425;
    min-width: 12px;
    height: 12px;
    line-height: 12px;
    padding: 3px;
    font-size: 12px;
    border-radius: 10px;
    text-align: center;
    z-index: 10;
}
.mobile-nav__bar-item.empty .mobile-nav__cart-count {
    display: none;
}
.mobile-nav__cart-count--empty {
    display: none;
}
.mobile-nav__cart-count--later {
    background-color: orange;
    z-index: 9;
}

.mobile-nav__logo {
    width: 30px;
    height: auto;
}

.mobile-nav__search {
    display: block;
    padding: 5px 15px 5px;
}
.mobile-nav__search__input {
    float: left;
    width: 70%;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-radius: 5px 0 0 5px;
    font-size: 17px;
    line-height: 35px;
    padding: 0 10px;
    box-shadow: none;
    -webkit-appearance: none;
}
.mobile-nav__search__button {
    display: block;
    width: 30%;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-left: none;
    border-radius: 0 5px 5px 0;
    background-color: #ddd;
    font-size: 17px;
    line-height: 35px;
    padding: 0 10px;
    box-shadow: none;
    -webkit-appearance: none;
}

.articles-nav__search {
    display: block;
    padding: 5px 15px 5px;
    max-width: 280px;
    margin: 0 auto;
}
.articles-nav__search__input {
    float: left;
    width: 70%;
    height: 23px;
    line-height: 23px;
    font-size: 15px;
    border-radius: 3px 0 0 3px;
    box-sizing: border-box;
    border: 1px solid #aaa;
    padding: 0 10px;
    box-shadow: none;
    -webkit-appearance: none;
}
.articles-nav__search__button {
    display: block;
    width: 30%;
    height: 23px;
    line-height: 23px;
    font-size: 15px;
    border-radius: 0 3px 3px 0;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-left: none;
    background-color: #ddd;
    padding: 0 10px;
    box-shadow: none;
    -webkit-appearance: none;
}


.mobile-nav__cart-empty-message {
    line-height: 50px;
    color: #555;
    text-align: center;
    display: none;
}
.mobile-nav__cart-empty-message a {
    font-style: italic;
    text-decoration: underline;
    color: #555;
}

.mobile-nav__menu {
    display: none;
}
.mobile-nav__menu-sub {
    overflow-y: scroll;
    max-height: 270px;
    box-shadow: inset 0 8px 8px -8px #ccc, inset 0 -8px 8px -8px #ccc;
    border-bottom: 2px solid #ddd;
    display: none;
}
.mobile-nav__menu a {
    text-decoration: underline;
    font-style: italic;
    color: #222;
}
.mobile-nav__menu-item {
    text-align: left;
    display: block;
    padding: 8px 15px;
    line-height: 1.3;
    border-bottom: 2px solid #ddd;
    color: #222;
    position: relative;
}
.mobile-nav__menu-item .icon-down {
    color: #fff;
    width: 23px;
    height: 23px;
    line-height: 23px;
    position: absolute;
    top: calc(50% - 12px);
    font-size: 15px;
    right: 15px;
    border-radius: 50%;
    text-align: center;
    transition: transform 0.1s;
}
.mobile-nav__menu-item .icon-down.active {
    transform: rotate(180deg);
}
.mobile-nav__menu-item .icon-user {
    margin-left: -7px;
    margin-right: 3px;
    color: #777;
}
.mobile-nav__menu-item:last-child {
    border-bottom: none;
}



.header #menucategories .category.articles a {
    color: #757373;
}
.header #menucategories .category.articles.active a {
    background-color: #bbb;
    color: #000;
}
.header #menucategories .category.category--hits a {
    color: #f0f;
}
.header #menucategories .category.category--hits.active a {
    background-color: #f0f;
    color: #fff;
}
.header #menucategories .category.category--new a {
    color: orange;
}
.header #menucategories .category.category--new.active a {
    background-color: orange;
    color: #fff;
}
.header #menucategories .category.category--sale a {
    color: red;
}
.header #menucategories .category.category--sale.active a {
    background-color: red;
    color: #fff;
}