.archive-producers-header {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
  background: white;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out 0ms;
}
@media screen and (max-width: 767px) {
  .archive-producers-header {
    display: none;
  }
}
.archive-producers-header header.header-main {
  position: unset;
}
.archive-producers-header .archive-producers-search_form.archive-producers-search_form-desktop {
  margin-bottom: 10px;
}
.archive-producers-header.show {
  opacity: 1;
  visibility: visible;
}
.free-shipping-on-order-over-amount-active .archive-producers-header {
  top: 34px;
}
@media (max-width: 900px) {
  .free-shipping-on-order-over-amount-active .archive-producers-header {
    top: 62px;
  }
}

body.admin-bar .archive-producers-header {
  top: 32px;
}
body.focus-search .site_wraper > div.archive-producers-header {
  filter: none;
}

@media screen and (max-width: 767px) {
  .post-type-archive-producers main {
    padding-right: 25px;
  }
}

div.lh_breadcrumb {
  margin: 15px 0 38px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  div.lh_breadcrumb {
    margin: 15px 0 25px 0;
  }
}

.archive-producers-search_form-desktop {
  margin-bottom: 40px;
}
.archive-producers-search_form-desktop .search_form {
  margin-bottom: 12px;
}
.archive-producers-search_form-desktop .search_form-wrap {
  display: flex;
  align-items: stretch;
  position: relative;
}
.archive-producers-search_form-desktop i {
  color: #CCCED6;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -10px;
  line-height: 18px;
  z-index: 2;
}
.archive-producers-search_form-desktop input {
  border-style: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  line-height: 38px;
  width: 100%;
  background-color: #F7F7F7;
  flex-grow: 1;
  padding: 4px 20px 4px 40px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .archive-producers-search_form-desktop input {
    margin-right: 0;
  }
}
.archive-producers-search_form-desktop input::-webkit-input-placeholder {
  color: #CCCED6;
}
.archive-producers-search_form-desktop input:-moz-placeholder {
  color: #CCCED6;
}
.archive-producers-search_form-desktop input::-moz-placeholder {
  color: #CCCED6;
}
.archive-producers-search_form-desktop input:-ms-input-placeholder {
  color: #CCCED6;
}
.archive-producers-search_form-desktop .button, .archive-producers-search_form-desktop [type=submit] {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
  background-color: #5299F7;
  border-color: #5299F7;
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
}
.archive-producers-search_form-desktop .button:hover, .archive-producers-search_form-desktop [type=submit]:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.archive-producers-search_form-desktop .button.loading:after, .archive-producers-search_form-desktop [type=submit].loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.archive-producers-search_form-desktop .button.loading .button_label, .archive-producers-search_form-desktop [type=submit].loading .button_label {
  opacity: 0.2;
}
.archive-producers-search_form-desktop .button:active, .archive-producers-search_form-desktop [type=submit]:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.archive-producers-search_form-desktop .button.added, .archive-producers-search_form-desktop [type=submit].added {
  display: none;
}
.archive-producers-search_form-desktop .button[disabled], .archive-producers-search_form-desktop [type=submit][disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.archive-producers-search_form-desktop .button:hover, .archive-producers-search_form-desktop [type=submit]:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.archive-producers-search_form-desktop .button:active, .archive-producers-search_form-desktop [type=submit]:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.archive-producers-search_form-desktop .button[disabled], .archive-producers-search_form-desktop [type=submit][disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
.archive-producers-search_form-desktop .button:hover, .archive-producers-search_form-desktop [type=submit]:hover {
  border-color: #2D44E1;
  background-color: #2D44E1;
}
.archive-producers-search_form-desktop .search_form-title {
  color: #302E3F;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.47;
  margin-bottom: 20px;
}
.archive-producers-search_form-desktop .search_form-title_count {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.05%;
  margin-left: 13px;
  display: inline-block;
}
.archive-producers-search_form-desktop .search_form-alphabet a {
  color: #302E3F;
  display: inline-block;
  padding: 4px 12px 4px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  margin-right: 6px;
}
.archive-producers-search_form-desktop .search_form-alphabet a.item-0_-_9 {
  margin-right: 14px;
}
.archive-producers-search_form-desktop .search_form-alphabet a:hover {
  transform: scale(1.4);
}
@media screen and (max-width: 767px) {
  .archive-producers-search_form-desktop .search_form-alphabet,
  .archive-producers-search_form-desktop .search_form-title_count,
  .archive-producers-search_form-desktop [type=submit] {
    display: none;
  }
}

.archive-producers-search_form-mobile {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out 0ms;
}
@media all and (min-width: 768px) {
  .archive-producers-search_form-mobile {
    display: none;
  }
}
@media print {
  .archive-producers-search_form-mobile {
    display: none;
  }
}
.archive-producers-search_form-mobile.show {
  opacity: 1;
  visibility: visible;
}
.archive-producers-search_form-mobile .search_form-alphabet {
  position: fixed;
  right: 8px;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
  padding-top: 40px;
}
.archive-producers-search_form-mobile .search_form-alphabet .item {
  display: inline-block;
  line-height: 1.7;
  color: #302E3F;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.archive-producers-all_list {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .archive-producers-all_list {
    margin-right: 20px;
  }
}
.archive-producers-all_list .all_list-handle {
  font-size: 24px;
  font-weight: 600;
  line-height: 128%;
  margin-bottom: 22px;
}
.archive-producers-all_list .all_list-symbol_block {
  margin-bottom: 30px;
}
.archive-producers-all_list .all_list-symbol_block .symbol_block-name {
  color: #302E3F;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
  text-transform: uppercase;
}
.archive-producers-all_list .symbol_block-producers {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.archive-producers-all_list .symbol_block-producers a {
  flex-basis: 25%;
  display: inline-block;
  padding: 2px 16px 2px 0;
  line-height: 1.75;
  color: #302E3F;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .archive-producers-all_list .symbol_block-producers a {
    flex-basis: 100%;
  }
}
.archive-producers-all_list .symbol_block-producers a:hover {
  color: #5299F7;
}

.producers-not-found {
  font-size: 18px;
  display: none;
}
@media screen and (max-width: 767px) {
  .producers-not-found {
    font-size: 16px;
  }
}

.archive-producers-most_popular {
  margin-bottom: 30px;
}
.archive-producers-most_popular .most_popular-handle {
  font-size: 24px;
  font-weight: 600;
  line-height: 128%;
  margin-bottom: 22px;
}
.archive-producers-most_popular .most_popular-ajax {
  position: relative;
}
.archive-producers-most_popular .most_popular-ajax:before, .archive-producers-most_popular .most_popular-ajax:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out 0ms;
}
.archive-producers-most_popular .most_popular-ajax:before {
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 2;
}
.archive-producers-most_popular .most_popular-ajax:after {
  background: url("../images/preloader.svg") 50% 50% no-repeat;
  background-size: 30px 30px;
  z-index: 3;
}
.archive-producers-most_popular .most_popular-ajax.loading {
  opacity: 0.5;
}
.archive-producers-most_popular .most_popular-ajax.loading:before, .archive-producers-most_popular .most_popular-ajax.loading:after {
  opacity: 1;
  visibility: visible;
}
.archive-producers-most_popular .most_popular {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
  gap: 15px;
  min-height: 170px;
}
@media (max-width: 500px) {
  .archive-producers-most_popular .most_popular {
    gap: 6px;
    grid-template-columns: repeat(4, 1fr);
    min-height: 145px;
  }
}
@media (min-width: 991px) {
  .archive-producers-most_popular .most_popular.hover .producer-carousel-item {
    opacity: 0.5;
  }
  .archive-producers-most_popular .most_popular.hover .producer-carousel-item:hover {
    opacity: 1;
    transform: scale(1.05);
  }
  .archive-producers-most_popular .most_popular.hover .producer-carousel-item:hover .title {
    color: #5299F7;
  }
}
.archive-producers-most_popular .producer-carousel-item {
  transition: 0.4s;
}
.archive-producers-most_popular .producer-carousel-item .thumbnail {
  display: block;
  height: 110px;
  background-color: #F7F7F7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
  line-height: 110px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .archive-producers-most_popular .producer-carousel-item .thumbnail {
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 500px) {
  .archive-producers-most_popular .producer-carousel-item .thumbnail {
    margin-bottom: 0;
  }
}
.archive-producers-most_popular .producer-carousel-item .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.archive-producers-most_popular .producer-carousel-item .thumbnail-title {
  line-height: 1.2;
  display: inline-block;
  width: 100%;
  padding: 8px;
  color: #CCCED6;
  font-size: 15px;
  font-weight: 600;
  text-overflow: ellipsis;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .archive-producers-most_popular .producer-carousel-item .thumbnail-title {
    font-size: 9.5px;
    line-height: 112%;
  }
}
.archive-producers-most_popular .producer-carousel-item .title {
  color: #302E3F;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  height: 3.6em;
  display: block;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .archive-producers-most_popular .producer-carousel-item .title {
    display: none;
  }
}

div.lh_breadcrumb {
  position: unset;
}

.single-producer-card {
  background: #F7F7F7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 35px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.single-producer-card.cart-with-thumbnail:before {
  content: "";
  right: 0;
  pointer-events: none;
  top: 0;
  background: url("../images/packet-bg.svg") 100% 0 no-repeat;
  width: 600px;
  height: 600px;
  max-width: 100%;
  position: absolute;
  opacity: 0.15;
}
@media screen and (max-width: 767px) {
  .single-producer-card.cart-with-thumbnail:before {
    display: none;
  }
}
.single-producer-card.cart-without-thumbnail {
  padding: 15px 35px;
}
.single-producer-card.cart-without-thumbnail .description_title {
  margin-bottom: 0;
}
.single-producer-card .description_title {
  color: #302E3F;
  font-size: 24px;
  font-weight: 600;
  line-height: 114%;
  margin-bottom: 17px;
}
.single-producer-card .card-content {
  display: flex;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .single-producer-card .card-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.single-producer-card .card-thumbnail {
  flex-basis: 200px;
  height: 200px;
  flex-shrink: 0;
  overflow: hidden;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  margin-right: 40px;
  background-color: rgba(204, 206, 214, 0.2);
  line-height: 200px;
}
@media screen and (max-width: 767px) {
  .single-producer-card .card-thumbnail {
    width: 72px;
    height: 72px;
    line-height: 72px;
    margin-bottom: 10px;
    flex-basis: unset;
    margin-right: 0;
  }
}
.single-producer-card .card-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-producer-card .card-thumbnail .thumbnail_title {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.18;
  text-align: center;
  width: 100%;
  padding: 10px;
  color: rgba(78, 98, 142, 0.4);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 767px) {
  .single-producer-card .card-thumbnail .thumbnail_title {
    font-size: 14px;
    padding: 4px;
  }
}
.single-producer-card .card-producer_description .more {
  display: none;
}
.single-producer-card .card-producer_description.minify .description_content {
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media screen and (max-width: 767px) {
  .single-producer-card .card-producer_description.minify .description_content {
    -webkit-line-clamp: 3;
    height: 60px;
  }
}
.single-producer-card .card-producer_description.minify .more {
  display: block;
}
.single-producer-card .card-producer_description.minify .less {
  display: none;
}
.single-producer-card .card-producer_description.without_minify .more, .single-producer-card .card-producer_description.without_minify .less {
  display: none;
}
.single-producer-card .description_content {
  text-overflow: ellipsis;
  overflow: hidden;
  height: auto;
  margin-bottom: 8px;
  font-weight: 600;
  word-break: break-word;
}
.single-producer-card .description_content p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .single-producer-card .description_content p {
    margin-bottom: 8px;
  }
}
.single-producer-card .description_expand {
  color: #2D44E1;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .single-producer-card .description_expand {
    display: inline-block;
  }
}
.single-producer-card .description_expand:not(.allow-show) {
  display: none !important;
}
.single-producer-card .description_expand:hover {
  color: #5299F7;
}

.single-producer-products_title {
  color: #302E3F;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 113%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .single-producer-products_title {
    margin-bottom: 20px;
  }
}
.single-producer-products_title .products_title-count {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-producer-products_title .products_title-count {
    display: none;
  }
}

.lh_loop_page.lh_loop_page__without_aside {
  padding-top: 0;
}

.main-content-without-aside .col-full {
  padding-right: 0;
  padding-left: 0;
}
.main-content-without-aside .col-full .lh_categories__before_loop, .main-content-without-aside .col-full .lh_loop_page__loop_before_mobile {
  display: none;
}

.single-producers .before_loop__filters_button_wrap .filters_show_button {
  display: none;
}

.single-producer-categories_list-wrap {
  margin-bottom: 54px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .single-producer-categories_list-wrap {
    margin-bottom: 30px;
    white-space: nowrap;
    width: calc(100% + 30px);
    overflow: auto;
    margin-left: -15px;
    padding: 0 15px;
  }
}
.single-producer-categories_list-wrap::-webkit-scrollbar {
  display: none;
}

.single-producer-categories_list .item {
  background: white;
  color: #302E3F;
  border: 1px solid #302E3F;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%;
  padding: 10px 24px;
  cursor: pointer;
  display: inline-block;
  margin: 0 8px 6px 0;
}
.single-producer-categories_list .item.current {
  background-color: #5299F7;
  border-color: #5299F7;
  color: white;
}
