.tovar-form__color-block {
margin-top: 15px;
margin-bottom: 10px;
}
.tovar-form__color-block li {
line-height: 1;
margin-bottom: 12px;
font-size: 14px;
color: #000;
}
.tovar-form__color-block span {
display: inline-block;
min-height: 33px;
padding-left: 6px;
background-repeat: no-repeat;
background-position: 0 0;
border-bottom: none;
line-height: 33px;
}
.tovar-form__color-block img {
  width: 34px;
}
.tovar-form__color-block form {
  float: right;
}

.tovar-form__color-block .tovar-form__submit {
height: 33px;
width: 83px;
margin-bottom: 0;
float: right;
}

#msMiniCart {
 font-size: .8em !important;
 width: 100% !important;
}

.mini-cart {
  font-size: 17px;
  display: flex;
  align-items: center;
}

.sub-content__title span.level-3 {
  display: block;
  margin: -13px 0;
  color: #000;
  font-family: "pn",Arial,sans-serif;
  font-size: 16px;
}

.sub-content__title span.last {
  margin-bottom: 10px;
}

.tovar__price-block button.sale {
  display: block;
  text-align: center;
  color: #fff;
  height: 42px;
  line-height: 42px;
  background-color: #2196f3;
  font-size: 16px;
  border-radius: 21px;
  font-family: "pns",Arial,sans-serif;
  transition: all .25s ease;
  border: none;
  width: 114px;
}

.ms2_product .price {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.jGrowl-notification {
  border: 1px solid #232121 !important;
}

.jGrowl-message {
  color: #fff !important;
}

.btn-more {
  width: auto !important;
}

.ec-stars {
  margin: 10px auto 20px auto !important;
}

.stars-form-rev {
  margin: 0 !important;
  position: relative;
  top: 2px;
}

.ec-error {
  color: red;
  font-style: italic;
  font-size: 14px;
  display: block !important;
  margin: -12px 0px 18px 9px;
}

.del-cart-n,
.cart-sect__clear {
  border: none;
  background: transparent;
}

.flt-pr-n {
  background-color: #fff;
  border: 1px solid #eceff1;
  height: 32px;
  padding: 0 12px;
  font-size: 13px;
  width: 78% !important;
}

.label-flt-pr-n {
  font-size: 12px;
}

.content-sect__selectels-container span {
  margin-right: 0px !important;
}

ul.pagination li.disabled span {
  font-size: 20px;
}

.tovar-form__price-block .pr_change {
  line-height: 1;
  position: relative;
  color: #2196f3;
  font-size: 28px;
  display: inline-block;
  margin-bottom: 13px;
  font-family: "pns",Arial,sans-serif;
}

.descript-sect__about h3,
.descript-sect__about em,
.dop-info-new h3 {
  font-size: 16px !important;
/*    font-style: normal !important; */
}

.b-product-gallery__custom-label {
  position: absolute;
  z-index: 1;
  left: -20px;
  top: 9px;
  text-align: center;
  color: #fff;
  line-height: 21px;
  font-size: 12px;
  background: #f57c20;
  width: 115px;
  transform: rotate(-45deg);
}

.tovar-sect__represent {
  overflow: hidden;
}

.tovar-form {
  padding: 35px 15px 30px 15px;
  height: auto !important;
}

.reviews-sect__item-imgs .item {
  height: auto !important;
}

.content-sect__optovikam input.error {
  border: 1px solid red;
}

.watched-sect__slider .owl-carousel .owl-nav.disabled {
  display: block !important;
}

.tovar__img {
  overflow: hidden;
}

.ui-autocomplete {
  background: #fff !important;
}

.mse2-ac-wrapper {
  background: #fff !important;
}

.logomdx img {
  width: 24px;
  position: relative;
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: none;
 background: transparent;
 font-weight: 400;
 color: black;
}
.mse2-ac-wrapper {
  padding: 0 5px;
}
.ui-menu .ui-menu-item {
/*      margin-bottom: -25px;*/
}

.remodal-wrapper a.button, #addcart-dialog a.button{
  text-align: center;
  color: #fff;
  height: 42px;
  line-height: 42px;
  background-color: #2196f3;
  font-size: 16px;
  border-radius: 21px;
  font-family: "pns",Arial,sans-serif;
  transition: all .25s ease;
  border: none;
  padding: 7px 20px;
  margin: 0 5px;
}

.remodal-wrapper a.button:hover,  #addcart-dialog a.button:hover{
  cursor: pointer;
  text-decoration: none;
}

.sub-content__title:hover {
  text-decoration: none;
  color: #2196f3;
}

.sub-content__title span:hover {
  text-decoration: none;
  color: #2196f3;
}
/* Допил цветов */
.box img {
  background-color: green;
  transition: transform .2s; /* Animation */
  width: 34px;
  height: 34px;
  margin: 0 auto;
}
.box img:hover {
  transform: scale(5);
}


.tooltipp {
  position: relative;
  display: inline-block;
}

.tooltipp .tooltiptextt {
  visibility: hidden;
  width: 60px;
  text-align: center;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  left:40px;
  z-index: 1;
}

.tooltipp:hover .tooltiptextt {
  visibility: visible;
}
.html-sitemap {
  margin-bottom:20px;
}
.html-sitemap > li > ul{
  padding-left:15px;
}
.html-sitemap > li > ul > li > ul {
  padding-left:30px;
}
.aside-nav__item {
  padding: 0 30px 30px 30px;
}
.aside-nav__item .icon {
  color: #ffffff;
  padding: 15px;
  top: -15px;
  right: 0;
}
.aside-nav__link {
  padding: 0;
}
.aside-nav__link:hover, .aside-nav__link:active,  .aside-nav__link:focus  {
  text-decoration:none;
}
.aside-nav__item.active>.aside-nav__link {
  text-decoration:none;
}
.content-sect__contacts .form input.error::-webkit-input-placeholder, .content-sect__contacts .form textarea.error::-webkit-input-placeholder {
  color: brown;
}
.content-sect__contacts .form input.error::-moz-placeholder, .content-sect__contacts .form textarea.error::-moz-placeholder {
  color: brown;
}
.content-sect__contacts .form input.error:-ms-input-placeholder, .content-sect__contacts .form textarea.error:-ms-input-placeholder {
  color: brown;
}
.content-sect__contacts .form input.error::-ms-input-placeholder, .content-sect__contacts .form textarea.error::-ms-input-placeholder {
  color: brown;
}
.content-sect__contacts .form input.error::placeholder, .content-sect__contacts .form textarea.error::placeholder {
  color: brown;
}
/*.ui-pnotify.ui-pnotify-fade-normal {
  opacity: 1;   
}*/
.tovar .h3 {
    line-height: 1;
    text-align: center;
    font-size: 20px;
    padding: 0 20px;
    margin-bottom: 25px;
}
.reviews-sect__item-title {
  font-size: 24px;
}
.aside-nav__link span:hover{
    text-decoration:underline;
}
.aside-nav__link i {
    transition:background-color .4s;
    border-radius: 50%;
}
.aside-nav__link i:hover, .aside-nav__item.item-submenu.active .aside-nav__link i{
    background-color: #0a6ebd;
}
@media screen and (max-width:500px) {
  .content-sect__categories-item img {
      max-width:100%;
      display:block;
          height: auto;
          margin: 0 auto;
  }
  .content-sect__categories {
      justify-content: space-between
  }
  .content-sect__categories-item {
      width: 45%;
  }
  
  .content-sect__item {
      height: 327px;
      background-size: contain;
  }
  
  .content-sect__slider_inner {
      position: static !important;
  }
}

.category-all-list {
    text-align: right;
}
.desc-sect__character-desc a {
    color: #d73600;
}

.content-sect__select-tovar {
    justify-content: space-around;
}



.content-sect__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
	transition: all .25s ease;
}
.content-sect__categories.not-empty {
    max-height: 490px;
	margin-bottom: 20px;
}
.content-sect__categories.show-more {
    max-height: unset;
}
.content-sect__categories-item {
    width: 16.6%;
    margin-right: 3%;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
	.content-sect__categories-item {
		width: 22% !important;
	}
}
@media screen and (max-width: 576px) {
	.content-sect__categories-item {
		width: 30% !important;
	}
}
@media screen and (max-width: 480px) {
	.content-sect__categories-item {
		width: 45% !important;
	}
}

.content-sect__categories-item img {
    max-width: 90%;
    height: auto;
}
.content-sect__categories-item a {
    text-align: center;
    display: inline-block;
    font-size: 20px;
    color: #000;
    display: block;
    line-height: 1;
}
.desc-sect__categories-more {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}