/* for search, record, blog */
    .amenu li > div {
      cursor: pointer;
      padding-left: .5em;
      -ms-flex-align: center;
      align-items: center;
    }
    
    .amenu li > div {
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      display: flex;
    }
    
    .amenu > div, .amenu li > div > span {
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    
    .amenu li > div > span {
      display: -ms-flexbox;
      display: flex;
    }
    
    .amenu li > div {
      cursor: pointer;
    }
    
    .amenu li > div > a {
      position: relative;
      display: block;
      margin: 0;
      padding: .75em;
      text-decoration: none;
      color: #000;
      outline: none;
      background: transparent;
      flex-grow: 1;
    }
    
    .amenu {
      position: relative;
      min-width: 0;
      margin-bottom: 20px;
      word-wrap: break-word;
      border: 1px solid #dfdfdf;
      border-radius: .5rem;
      background-color: #fff;
      background-clip: border-box;
      display: inline-block;
      list-style: none;
      padding: 20px;
      margin: 5px;
    }
    
    .amenu, .amenu li {
      -ms-flex-direction: column;
      flex-direction: column;
    }
    
    .amenu li > div {
      font-size: 16px;
      position: relative;
      padding: .75em .75em .75em 1em;
      max-height: 70px;
      box-shadow: 0 1px 0 #dfdfdf;
    }

/* Product Data in CatPage */
    
    img {
      color: darkred;
      text-align: center;
      min-height: 3em;
      display: block;
      position: relative;
    }
    
    img::before {
      content: "";
      display: block;
    }
    
    img::after {
      content: "" " " attr(alt);
      z-index: 1;
      color: rgb(208 208 208);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 93%;
      background-color: #5d2eff;
      font-size: .9rem;
    }
    
    .products-list-flex {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      padding-inline-start: 0px;
    }
    
    
    
    .item {
      border-radius: 10px;
      transition: 2.3s;
      background: #fff;
    }
    
    
    @media (max-width: 768px) {
      .item  {
        width:50%;
        padding: 2px;
      }
    }
    
    @media (min-width: 768px) {
      .item {
        width:33%;
        padding: 4px;
      }
    }
    
    @media (min-width: 992px) {
      .item {
        width:25%;
        padding: 5px;
      }
    }
    
    .entry-list_i  {
      border-radius: 10px;
      transition: 2.3s;
    }
    
    
    @media (max-width: 767px) {
      .entry-list_i  {
        width:50%;
        padding: 2px;
      }
    }
    
    @media (min-width: 768px) {
      .entry-list_i  {
        width:33%;
        padding: 4px;
      }
    }
    
    @media (min-width: 992px) {
      .entry-list_i {
        width:25%;
        padding: 4px;
      }
    }
    
    @media (min-width: 1240px) {
      .entry-list_i {
        width:20%;
        padding: 8px;
      }
    }
    
    .entry {
      position: relative;
      border-bottom: none;
      background-color: #fff;
      padding-bottom: 10px;
      overflow: hidden;
    }
    .entry_title {
      text-align: center;  
      margin: 0 0 10px;
      padding: 3px;
      font-size: 1rem;
      /*color: #5b2fff;*/
      color: #333333;
      overflow: hidden;
      text-transform: none;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: 300;
      line-height: 1.4;
      
    }
    
    @media (max-width: 767px) {
      .entry_title  {
        font-size: .8rem;
      }
    }
    
    
    .entry_title > span {
      font-size: 1.1rem;
      text-transform: uppercase;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
    }  
    
    @media (max-width: 767px) {
      .entry_title > span  {
        font-size: .9rem;
      }
    }
    
    .entry_hidden {
      position: absolute;
      display: none;
      border-top: none;
      border-bottom: none;
      background-color: #fff;
      box-shadow: 0px 20px 25px rgb(0 0 0 / 10%), 0px 20px 15px rgb(0 0 0 / 10%);
      border-top: .9px solid #e0e0e0;
    }
    
    .entry:hover{
      z-index: 101;
      box-shadow: 0 6px 25px rgb(0 0 0 / 10%), 0 5px 15px rgb(0 0 0 / 10%);
      -webkit-transition: all .3s cubic-bezier(.11, .85, 1, 1);
      
    }
    
    .entry:hover .entry_hidden {
      display: block;
      padding: 10px;
      
    }
    
    @media (max-width: 767px) {
    .button-info {
      display: none!important;
    }
    }
    
    .button-info {
      display: block;
      text-align: center;
    }
    
    
    .item-description {
      display: block;
      position: absolute;
      bottom: 70px;
      max-height: 240px;
      overflow: auto;
      background-color: #272727eb;
      color: #fff;
      padding: 15px;
      width: 100%;
      text-align: left;
      font-size:.9rem;
      padding-left: 10px !important;
      list-style: none;
      z-index: 100;
    }
    
    
    
    @media (max-width: 767px) {
      .item-description  {
        bottom: 100px;
        max-height: 200px;
      }
    }
    
    
    /* CSS */
    
    
    .entry input[type="checkbox"] {
      cursor: pointer;
      border-color: transparent!important;
      border-style: none!important;
      background: transparent none!important;
      z-index: 1;
      height: 25px;
      position: absolute;
      opacity: 0;
      width: 25px;
    }
    
    
    
    .entry input + .item-description {
      display: none;
      
    }
    /*
    @media (min-width: 768px) {
    .button-info:hover .item-description{
      display: block;
      visibility: visible;
    }
    }
    */
    
    .entry input:checked + .item-description {
      display: block;
      visibility: visible;
    }
    
    
    .entry input[type="checkbox"]:focus {
      outline:none;	/* Убираем обводку в ИЕ8 при "фокусе" */
    }
    
    .entry input ~ svg {
      color:#717171;      
    }
    .entry input:checked ~ svg {
      color:#1eddb7;      
    }
    
  
  /* Product Box Info */
  
    
    .model_cat {
      font-size: .9rem;
      color: #5b2fff;
      /*height: 20px;
      line-height: 20px; */
      overflow: hidden;
      /*text-align: left;*/
      text-transform: none;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding: 6px 3px 3px 3px;
      font-weight: 300;
    }
    
    .model_cat:hover {
      color: #1c01ff;
      font-weight: 400;
      #text-decoration: underline; }
    
    .model_cat > span {
      font-size: .9rem;
      text-transform: uppercase;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    
    .prc {
      
      text-align: center;
      
    }
    
    .discount_price {
      color: #e2155f;
      text-decoration: none;
      font-weight: 600;
      font-size: 16px;
    }
    
    .old_price {
      text-decoration: line-through;
      font-weight: 300;
      text-decoration-color: #ff9395e0;
      font-size: 12px !important;
      color: #000000ad;
    }
    
    .svg_ico {
      margin-top: 50%;
      display: flex;
      animation: svg-rotate 8000ms linear infinite;
      margin-left: 35%;
    }

    
    /* popup */
    
    .popup-checkbox, .popup {
      display: none;
    }
    
    .popup {
      position: fixed;
      z-index: 10;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
    }
    
    .popup:before {
      display: block;
      content: ' ';
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #000;
      opacity: .5;
    }
    
    .popup-content {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background-color: #F2F3F7;
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 20px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    .popup-checkbox:checked + .popup {
      opacity: 1;
      display: block;
    }
    
    .popup-shower {
      color: #00f;
        cursor: pointer;
        font-size: 16px;
        border-bottom: 1px dashed #00f;
        text-decoration: none;
        border: 1px solid #00f;
        padding: 4px;
        border-radius: 6px;
        margin: 2px;
        background-color: #f2f3f7;
    }
    
    .popup-shower:hover {
      color: #00a;
      text-decoration: underline;
    }
    
    .popup-closer {
      position: relative;
      top: 10px;
      right: 20px;
      color: #212121;
      font-size: 50px;
      border: 0px;
      display: block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      border-radius: 50%;
      cursor: pointer;
      float: right;
      z-index: 5;
      font-weight: 300;
      background-color: #e0e0e0;
    }
    
    .popup-closer:hover {
      background-color: #eee;
    }

    
    /* pagination */
    
    .pagination>li>a, .pagination>li>span {
      border: none;
    }
    
    
    .pagination-result ul li {
      display: inline-block;
      background: #fff;
      transition: all 0.2s;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      text-align: center;
      margin: 10px;
      border: 0px;
      font-size: 1.3rem;
      font-weight: normal;
      border-radius: 5px;
    }
    
    
    .pagination>li>a, .pagination>li>span {
      position: relative;
      margin-left: -1px;
      line-height: 1.42857143;
      color: #000;
      text-decoration: none;
      background-color: #fff;
      border: 0;
      border-radius: 3px;
      padding: 6px 16px;
    }

    .pagination-result ul li.active span {
      background: #5e2efe;
      color: #ffffff;
    }
    

  
/* filter box */
    #filtr_search {
      background-color: #e7e8ec;
      margin: 4px;
      padding: 6px;
      min-height:50px;
      text-align: center;
    }
    
    #filtr_search .dropdown-item {
      display:block;
      padding: 6px;
      border-bottom: .9px solid #f2f3f7;
    }
    
    #filtr_search .dropdown-menu {
      min-width: 200px!important;
    }
    
    #filtr_search .btn-group {
      margin: 8px;
      background-color: #fff;
      border-radius: 20px;
    }
    
    @media (max-width: 767px) {
      #filtr_search .btn-group {
        margin: 8px;
        background-color: #fff;
        width: 45%;
        overflow: auto;
        border-radius: 0;
      }
      
      #filtr_search .btn {
        border: 0;
        border-radius: 0;
        box-shadow: inset 0px 1px 0 rgb(255 255 255 / 20%), 2px 5px 8px 0px rgb(0 0 0 / 5%);
        width: 100%;
        text-align: left;
      }
    }
    
    
    @media (max-width: 576px) {
      #filtr_search .btn-group {
        margin: 8px;
        background-color: #fff;
        width: 96%;
        overflow: auto;
        border-bottom: .9px solid #e6e7eb;
        vertical-align: middle;
        border-radius: 0;
      }
      #filtr_search {
        background-color: #ffffff;
        /*display: none; */
      }
      
      #filtr_search .btn {
        border: 0;
        border-radius: 0;
        box-shadow: inset 0px 1px 0 rgb(255 255 255 / 20%), 2px 5px 8px 0px rgb(0 0 0 / 5%);
        width: 100%;
        text-align: left;
      }
    }
    
    #filtr_search a {
      font-size: 15px;
    }
    
    #filtr_search span {
      font-size: 12px;
      color: #757575;
      margin-left: 5px;
      float: right;
      padding-top: 3px;
      padding-left: 4px;
    }
    
    @media (min-width: 767px) {
      #filtr_search .btn {
        border: 0;
        border-radius: 50px;
        box-shadow: inset 0px 1px 0 rgb(255 255 255 / 20%), 2px 5px 8px 0px rgb(0 0 0 / 5%);
        width: 100%;
        text-align: left;
      }
    }
    
    
    /* bottom links to search results on blog page */
    .bottom_links {
      text-align: center;
      background-color: #e7e8ec;
      margin: 10px auto; 
      width: 100%;
    }
    
    .bottom_links a {
      font-size: 15px !important;
    }
    
    
    .bottom_links div.btn-group {
        margin: 7px;
        overflow: auto;
    }
    
    .bottom_links div.btn-group a.btn {
      border: 0;
      border-radius: 4px;
      box-shadow: inset 0 10px 0 rgb(255 255 255 / 20%), 0 1px 0px rgb(0 0 0 / 5%);
      width: 100%;
      text-align: left;
      padding: 8px 12px;
      background-color: #fff;
      white-space: inherit;
      text-align: center;
      
    }
    
    .bottom_links span {
      font-size: 12px;
      color: #757575;
      margin-left: 5px;
      float: right;
      padding-top: 3px;
      padding-left: 4px;
    }
/* //bottom links to search results on blog page */

    
/* button BUY */
  
    .buy_button { display: inline-flex; }
    .buy_button>.buy_button_link {
      -webkit-touch-callout: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: transparent;
      border: none;
      color: inherit;
      cursor: pointer;
      display: block;
      font-size: inherit;
      font-weight: inherit;
      line-height: 0;
      margin: 0;
      padding: 0;
      position: relative;
      text-decoration: none;
      white-space: normal;
    }
    
    .buy_button>.buy_button_link>.buy_button_hd.buy_button-OO {
      background-color: #5e2dfe;
      color: #fff;
    }
    
    .buy_button>.buy_button_link>.buy_button_hd.buy_button-OO:hover {
      background-color: #07f9df;
    }
    
    .buy_button>.buy_button_link>.buy_button_hd {
      align-items: center;
      border-radius: 6px;
      box-sizing: border-box;
      color: #fff;
      display: inline-flex;
      font-size: 14px;
      font-weight: 700;
      justify-content: center;
      line-height: 1.29;
      min-height: 32px;
      min-width: 96px;
      padding: 0 12px;
      text-align: center;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,opacity .3s ease-in-out;
    }
    
    .buy_button>.buy_button_link>.buy_button_hd .buy_button_text {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

/* //button BUY */

/* hovser img */
.image>img:hover {
	transform: scale(1.5);
  transition: transform .7s ease-in-out;
}

.rslt {
  padding: 20px 0px; 
  color:#696969;
  font-size: 0.9rem;
}
