#click_clear {
  background-color: #fff;
  box-shadow: none;
  outline: none;
  border: none;
  cursor: pointer;
}
#click_clear:hover {
  background-color: #f2f2f2;
}
#click_clear:disabled {
  display: none;
}

#variant1 {
  color: #2c3e50;
}
#variant1 .block-category {
  position: relative;
  margin-top: 50px;
}
#variant1 .category-items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#variant1 .category-items .category-item {
  display: flex;
  flex-direction: column;
  width: 21%;
  max-width: 230px;
  margin-bottom: 40px;
  min-height: 150px;
  padding: 15px 5px 5px 5px;
  text-align: center;
  align-items: center;
  border-radius: 20px;
  color: #222;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.05);
}
#variant1 .category-items .category-item svg {
  width: 60px;
  margin-bottom: 10px;
}
#variant1 .category-items .category-item div {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
#variant1 .myitems-thead {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#variant1 .myitems-thead .thead-td:first-child {
  width: 70%;
}
#variant1 .myitems-thead .thead-td:last-child {
  width: 30%;
  display: flex;
  justify-content: space-around;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
#variant1 .myitems {
  padding: 25px 0;
}
#variant1 .myitems .myitems-title {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #2c3e50;
  line-height: 22px;
  margin-bottom: 10px;
}
#variant1 .myitems .myitems-title input {
  display: none;
}
#variant1 .myitems .myitems-title + span {
  display: block;
  text-align: center;
  font-style: italic;
  color: #7f8c8d;
}
#variant1 .myitems .myitems-subtitle {
  font-size: 16px;
  text-align: center;
  font-style: italic;
  padding: 5px 0;
  color: #CF110A;
}
#variant1 .myitems .line-price {
  display: flex;
  align-items: center;
  padding-left: 15px;
}
#variant1 .myitems .line-price .line-price_price {
  color: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  padding: 2px 5px;
  width: 100px;
  text-align: center;
}
#variant1 .myitems .line-price .line-price_price span:first-child {
  display: none;
}
#variant1 .myitems .line-price .line-price_price span:last-child {
  font-size: 22px;
  font-weight: 600;
  margin-right: 2px;
}
#variant1 .myitems .line-price .line-price_price0 {
  background-color: transparent !important;
}
#variant1 .myitems .myitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f7f7;
  border: 1px solid #fff;
  box-shadow: 0px 0px 8px 5px rgba(126, 178, 217, 0.12);
  margin-bottom: 10px;
}
#variant1 .myitems .myitem .myitem-name {
  width: 70%;
  padding: 15px;
  background-color: #fff;
  font-size: 16px;
}
#variant1 .myitems .myitem .myitem-name span {
  display: block;
  font-weight: 400;
  font-style: italic;
  color: #7f8c8d;
  margin-top: 5px;
}
#variant1 .myitems .myitem .myitem-right {
  width: 30%;
  height: inherit;
  display: flex;
  justify-content: space-around;
}
#variant1 #search-form {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
#variant1 #search-form .search-block {
  width: 100%;
  max-width: 100%;
  padding-left: 10px;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#variant1 #search-form .search-block .form-control {
  border: none;
  box-shadow: none;
}
#variant1 #search-form button[type=submit] {
  display: block;
  height: 100%;
  min-height: 52px;
  padding: 0 10px;
}
#variant1 #search-form button[type=submit]:not(:disabled) {
  color: #fff;
  background-color: #01a049;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
#variant1 #search-form button[data-search=clear] {
  padding-right: 10px;
  margin-left: -20px;
  background: transparent;
}
#variant1 .result-search {
  display: none;
  position: absolute;
  overflow-y: scroll;
  max-height: 200px;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -1px;
  z-index: 1;
}
#variant1 .result-search ul li {
  cursor: pointer;
  padding: 4px 3px;
}
#variant1 .result-search ul li:hover {
  background-color: #f5f7f7;
}
#variant1 .item_hidden {
  display: none !important;
}
#variant1 .about-error {
  display: none;
}
#variant1 mark {
  background-color: #ff0;
  padding: 0;
}
#variant1 .podcat div {
  margin: 20px 0 5px;
  padding-left: 20px;
  font-weight: 700;
  font-size: 16px;
}
#variant1 .podcat span {
  color: #7f8c8d;
  display: block;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 10px;
}

.scroling-line-dev {
  position: sticky;
  top: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  padding: 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.scroling-line-dev a {
  color: #2c3e50;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  /**/
  #variant1 .category-items .category-item {
    width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  /**/
  .scroling-line-dev {
    flex-wrap: wrap;
  }

  #variant1 .category-items .category-item {
    width: 30%;
  }
  #variant1 .myitems-thead {
    display: none;
  }
  #variant1 .myitems .myitem {
    flex-direction: column;
  }
  #variant1 .myitems .myitem .myitem-name {
    width: 100%;
  }
  #variant1 .myitems .myitem .myitem-right {
    width: 100%;
  }
  #variant1 .myitems .myitem .line-price .line-price_price {
    width: 100%;
  }
  #variant1 .myitems .myitem .line-price .line-price_price span:first-child {
    display: block;
    font-size: 14px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/
  body {
    font-size: 16px;
  }

  .form-text {
    font-size: 14px;
  }

  .anketa table {
    width: 100%;
  }

  #variant1 .category-items .category-item {
    width: 100%;
    max-width: 150px;
    margin-bottom: 20px;
  }
}