.big-cart{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.menu-wrapper{
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 5px 25px rgba(0,0,0,.05);
    box-shadow: 0 5px 25px rgba(0,0,0,.05);
}
#fixmenu{
    display: flex;/*изменил вставил*/
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px; 
    background: #fff;
    z-index: 9999;
    -webkit-box-shadow: 0 5px 25px rgba(0,0,0,.05);
    box-shadow: 0 5px 25px rgba(0,0,0,.05);
}
#fixmenu > ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
#fixmenu > ul li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  align-self: center;
  position: relative;
  list-style: none;
}
#fixmenu ul{
    flex-grow: 1;/*всавил*/
    margin: 0px;
    padding: 0px;

}
#fixmenu  ul li a{
    font-weight: bold;
    text-decoration: none;
    color: #00537a;
}
#fixmenu ul li a:hover{
    text-decoration: none;
    color: #f44336;
}
.default {
    width:100%;
}
.fixed {        
    position:fixed;
    top:0px; left:0;
    width:100%;
    -moz-box-shadow: 5px 5px 20px #333;
    -webkit-box-shadow: 5px 5px 20px #333;
    box-shadow: 5px 5px 20px #333;
}
.transbg {
    opacity: 0.7 !important;
}
/*вставил все, что ниже*/
#block-basket{
  margin: 0 15px 0 15px;
  border-radius: 10px;
  background-color: #e31837;
}
#block-basket:hover{
  opacity: 0.9;
}
.button-cart a{
  display: flex;
  padding: 0;
  justify-content: center;
  
  margin-left: 15px;
  margin-right: 15px;
}
.korzina{
  margin-right: 10px;
  filter: invert(1);/*изменить цвет на белый*/
}
a.text-cart{
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  color: #ffffff;
  white-space: pre;
}
p.data-price{
  margin: 0 !important;
  padding: 0 !important;
}
span.little-count{
  display: none;
}
/*==================стили блока с товарами====================================================================*/
.content-block-tovar{
    max-width: 100%;
}
#content-tovar{
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
    /*background-image: url(../img/christmas-background.jpg);*/
    background: #f7fcff;
    -webkit-tap-highlight-color: transparent;
}
}
#content-tovar h3{
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  /*padding-top: 15px;*/
  /*padding-bottom: 15px;*/
  font-weight: bold;
  color: #f44336;
}
.inner-content-tovar-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  margin-top: -15px;
}
.inner-items {
  text-align: center;
  /*выравнивание текста по центру контейнера*/
  margin: 0;
  padding: 10px;
  /*Отступ текста от краев контейнера*/
  background: #ffffff;
   z-index: 9999;
   height: 100%;
}

.items {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  /*max-width: 100%;*/
  min-width: 260px;
  /*flex-basis: 170px;*/
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 5px 5px;
  background: #ffffff;
  /*cursor: pointer;*/
  border: 1px solid silver;
  border-radius: 10px;
  /*окантовка контейнера*/
  /*max-height: 470px;*/

}
/*.items {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    max-width: 100%;
    min-width: 260px;
    flex-basis: 170px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 5px 5px;
    background: #ffffff;
    border: 1px solid silver;
    border-radius: 10px;
    max-height: 470px;
}*/
.name {
  display: block;
  font-family: Areal;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 3px 10px;
}
.mini-features{
  display:flex;
}
.mini-features p{
  overflow: hidden;
  height: 62px;
  text-decoration: none;
  font-size: 1rem;
  margin: 5px auto;
  color: #99a1a6;
}
p.mini-features {
 margin-top: 3px;
  margin-bottom: 3px;
}

.price {
  font-size: 1.4rem;
  margin: 0 auto;
}
.price > span{
  /*font-weight: bold;*/
   font-size: 1.4rem;
   white-space: nowrap;
}
.add-to-cart {
  margin-top: 10px;
  /*background: #0000fa;*/
  background: #e31837;
  /* Цвет фона */
  padding: 7px 30px;
  /* Поля вокруг текста */
  font-size: 13px;
  /* Размер шрифта */
  font-weight: bold;
  /* Насыщенность шрифта */
  color: #FFFFFF;
  /* Цвет шрифта */
  text-align: center;
  /* Надпись на кнопке по центру */
  /*border: solid 1px #73C8F0;*/
  border: solid 1px #e31837;
  /* Параметры рамки кнопки */
  border-radius: 5px;
  cursor: pointer;
  /* Изменение вида курсора при наведении*/
}

.add-to-cart:hover{
font-weight: bold;
opacity: 0.9;
}
.add-to-cart:active {
opacity: 0.8;
background: #e31969;
}

/*Конец контента*/
/*Контент-список*/

#inner-content-tovar-list{
  display: none;
}

.items-list{
  border-bottom: 1px solid silver;
  min-height: 245px;
  height: auto;
}

.block-images-list{
  max-width: 200px;
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.block-images-list img{
  display: block;
  /*max-width: 200px;*/
  float: left;
  border: 1px solid silver;

}
.imagegoods-list{
  display: block;
  max-width: 200px;
  float: left;

}
.name-list {
  padding-top: 15px;
  /*padding-bottom: 15px;*/
  display: block;
  font-family: Areal;
  font-size: 1rem;
  text-transform: uppercase;
}
.name a{
  color: #454547;
  font-weight: bold;
  text-decoration: none;
}
.name a:hover{ 
  color: #ef662b;
  font-weight: bold;
  text-decoration: none;

}
.name-list a{
  color: #454547;
  font-weight: bold;
  text-decoration: none;
}
.name-list a:hover{ 
  color: #ef662b;
  font-weight: bold;
  text-decoration: none;

}
.imagegoods{
  max-width: 100%;
  border: 1px solid silver;
}
/*+++++++++++++++++++блок со значками  комментариев и сообщений==========================================*/
.reviews-and-count-grid{
height: 20px;
margin: 5px;
}
.inner-reviews-and-count-grid{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-eye{
  margin-right: 20px;
  align-self: center;
}
.inner-img-eye{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-img-eye img{
margin-right: 10px;
}
.img-comment{
  align-self: center;
}
.inner-img-comment{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-img-comment img{
  margin-right: 10px;
}
/*=====================конец блока со значками  комментариев и сообщений=================================================*/
/*+++++++++++++++++++блок со значками  комментариев и сообщений==========================================*/
.reviews-and-count-list{
height: 20px;
margin: 5px;
padding-bottom: 15px;
}
.inner-reviews-and-count-list{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
  /*justify-content: left;*/
}
.inner-img-eye p{
    margin: 0;
    padding: 0;
}
.inner-img-comment p{
    margin: 0;
    padding: 0;
}
/*=====================конец блока со значками  комментариев и сообщений=================================================*/


/*=================настройка стилей лист=====================================================*/
.items-list {
  background: #ffffff;
  border: 1px solid silver;
  margin: 15px;
  border-radius: 10px;
}
.inner-items-list{
  margin: 0;
  padding: 10px;
  /*Отступ текста от краев контейнера*/
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 10px rgb(63 93 138 / 10%);
    box-shadow: 0 4px 10px rgb(63 93 138 / 10%);
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
   z-index: 9999;
   height: auto;
}
.add-to-cart-list{
  margin-top: 5px;
  margin-bottom: 5px;
  background: #e31837;
  padding: 7px 30px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border: solid 1px #e31837;
  border-radius: 5px;
  cursor: pointer;
}
.add-to-cart-list:hover{
  font-weight: bold;
  opacity: 0.9;
}
.add-to-cart-list:active{
  opacity: 0.8;
  background: #e31969;
}
h3.unavaileble{
  text-align: center;
  margin: 0 auto;
  padding-top: 15px;
}

/*=====================конец настройки стилей лист===============================================*/
/*=============конец стилей блока с товарами======================================================*/
/*======================Постраничная навигация===============================*/
.pstrnav{
  margin-top: 15px;
  padding-bottom: 15px;
  flex-grow: 1;
  align-items: center;
}
.pstrnav ul{
  display: flex;
  margin: 0;
  padding: 15px;
  justify-content:flex-start; ;
  list-style: none !important;
}
.pstrnav ul li{
  list-style: none;
}
a.pstr-prev, a.pstr-next, a.pstr-active{
  margin-left: 7px;
  align-self: center;
  padding: 3px 8px 3px 8px;
  border: 1px solid #595959;
  border-radius: 5px;
  list-style: none !important;
  font-weight: bolder;
  background-color: #dddddd;
  cursor: pointer;
  text-decoration: none;
  color: #595959;
}
.nomber{
  margin-left: 7px;
  align-self: center;
  padding: 3px 8px 3px 8px;
  border: 1px solid #595959;
  border-radius: 5px;
  list-style: none !important;
  font-weight: bolder;
  background-color: #dddddd;
  cursor: pointer;
  text-decoration: none;
  color: #595959;
}
.pstrnav p.nav-point{
  text-align: center;
  font: bold 14px sans-serif;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 5px;
}
a.pstr-prev:hover, a.pstr-next:hover, a.pstr-active, a.nomber:hover{
  background-color: #999999;
  color: #ffffff;
} 
/*=====================Конец постраничной навигации=========================*/
@media screen and (max-width: 1920px) {
  .inner-content-tovar-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

  .items {
    width: -webkit-calc(20% - 30px);
    width: calc(20% - 30px);
  }
  .inner-items {
  text-align: center;
  /*выравнивание текста по центру контейнера*/
  margin: 0;
  padding: 10px;
  /*Отступ текста от краев контейнера*/
  background: #ffffff;
  border-radius: 10px;
 /* -webkit-box-shadow: 0 4px 10px rgb(63 93 138 / 10%);
    box-shadow: 0 4px 10px rgb(63 93 138 / 10%);*/
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
   z-index: 9999;
   height: auto;
}
}

@media screen and (max-width: 435px) {
  .block-images-list > img.imagegoods {
   max-width: 140px;
   height: auto;
  }
  .items-list{
    margin: 5px;
  }
}