.breads .separator {
  padding: 0 0 0 0.3125rem;
}

.breads ol {
  flex-wrap: wrap;
  row-gap: 10px;
}

.product-slider .swiper-pagination .swiper-pagination-bullet {
  min-width: 0.75rem;
  min-height: 0.75rem;
}

.f-link {
  font-weight: 400;
  font-size: 0.9375rem;
  color: #1c7ced;
}

.product-label-super__du__colored {
  background: #fde708;
  color: #111;
  text-align: left;
}

.product-label.product-label-super.product-label-super__du {
  bottom: 4.5625rem;
  background: #fde708;
  color: #111;
}

@media (min-width: 79.9988em) {
  .product-label.product-label-super.product-label-super__du {
    left: 0;
    right: auto;
    bottom: unset;
  }
}

.product-label-super__du {
}

.slider-nullable > .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}

.slider-nullable-wrapper .headline-content__buttons {
  display: none;
}

@media (min-width: 668px) {
  .slider-nullable > .swiper-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1279px) {
  .slider-nullable > .swiper-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.catalog-dropdown-mobile__list span > img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.promotions-list .main-thumb img {
  object-fit: contain;
}

.promotions-list .main-ent {
  position: relative;
}

.product-info-part.product-info-part__promo {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

.promotions-lis .product-label {
  top: 0;
  bottom: auto;
}

.success__message {
  padding: 5px 0;
  display: block;
  color: #111;
  font-size: 14px;
  padding: 6px;
  margin: 20px 0;
  color: #fff;
  background: #4caf50;
  border-bottom: 1px solid rgba(31, 28, 33, 0.1);
  border-radius: 0.25rem;
}

.select-post .select__value {
  height: 40px;
  border: none;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.js-delivery-form.js-delivery-novaposta .auth-form-delivery {
  display: -ms-flex;
  display: flex;
}

.select-post .select__options:only-child {
  display: none;
}

.select-post .select__content {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.select-post.error .select__value {
  border: 1px solid #ec2929;
}

.search-form input:focus,
.search-form input {
  outline: none !important;
}

.search-thumb img {
  object-fit: contain;
}

body:before {
  content: '';
  transition: background-color 0.2s ease-in-out;
}

._is-overlay-search .search-form-content {
  z-index: 20;
}

.search-form-content.has-items .loader-small,
._is-overlay-search .loader-small {
  right: 32px;
}

.select-filters-list ul button svg {
  min-width: 0.75rem;
  min-height: 0.75rem;
}

.dropdown-list .checkbox input + span {
  content: '';
  min-width: 23px;
  min-height: 23px;
}

body._is-overlay:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.55);
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

body._is-overlay .catalog-btn {
  position: relative;
  z-index: 10;
}

.mobile-compare-list {
  padding-left: 20px;
}

.catalog-list-dropdown,
.search-dropdown {
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
}

.search-dropdown {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.mobile-compare-list a {
  font-weight: normal;
}

.mobile-compare-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}

.select-post .select__title {
  height: 40px;
}

.breads li:last-child a {
  text-decoration: underline;
}

@media (min-width: 481px) {
  .pagination-desktop {
    display: block;
  }

  .pagination-mobile {
    display: none;
  }
}

.pagination-mobile svg {
  stroke: #1f1c21;
}

.pagination-mobile__prev svg {
  margin-right: 5px;
}

.pagination-mobile__next svg {
  margin-left: 5px;
}

@media (max-width: 480px) {
  .pagination-mobile a {
    width: 100%;
  }

  .pagination-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1025px) {
  .auth-form-delivery__full .f-group {
    display: block;
    position: relative;
    flex: 1 1 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 992px) {
  .breads.breads__default li {
    display: none;
  }

  .breads.breads__default li:first-child a {
    display: flex;
    align-items: center;
  }

  .breads.breads__default li:first-child a > span {
    display: block;
  }

  .breads.breads__default li:first-child {
    display: inline-block;
  }

  .product-info .product-info-part + .product-info-part {
    margin-left: 0;
  }

  .swiper .product-available,
  .products-list .product-available,
  .main-catalog-content-items .product-available {
    margin-top: 12px;
    padding-left: 0.9375rem;
  }
}

/* loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader-small {
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 11px;
  width: 18px;
  height: 18px;
  border: 3px solid #fde708;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  animation: rotation 1s linear infinite;
}

body.is-search .loader-small {
  opacity: 1;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.product-title {
  word-wrap: break-word;
}

.tab-main-content table.table-auto td {
  width: auto;
}

.js-catalog-dropdown-mobile-lvl-2
  .catalog-dropdown-mobile__list
  .catalog-list-item
  a {
  padding-right: 20px;
}

.catalog-dropdown-mobile__list {
  max-height: 90vh;
  overflow-y: auto;
}

.search-form .f-group._form-focus ~ .search-dropdown {
  opacity: 1;
  visibility: visible;
}

.popup__product__content__bot {
  position: absolute;
  right: 20px;
}

.popup__product__content__bot {
  position: relative;
}

.popup__product__img img {
  height: 120px;
  object-fit: contain;
}

.dublicates-message {
  position: relative;
  top: -30px;
}

.popup__item {
  padding-bottom: 20px;
}

.js-catalog-dropdown-mobile-lvl-2 {
  z-index: 100;
}

.search-dropdown:not(.has-items) {
  display: none;
}

.search-form-content.has-items .search-clear {
  display: block !important;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  cursor: pointer;
}

@media (max-width: 29.99875em) {
  .search-form .search-form-content:hover .search-clear {
    opacity: 1;
    pointer-events: all;
  }
  .search-form .search-form-content:hover .search-dropdown.has-items {
    display: block !important;
  }
}

/* loader */
.tiny-loader {
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid rgba(28, 124, 237, 0.1);
  border-radius: 50%;
  border-top: 2px solid #3498db;
  width: 10px;
  height: 10px;
  animation: spin-loader 0.77s linear infinite;
}

@keyframes spin-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* end-loader */

._select-open .select__option[data-value='#'] {
  display: none;
}

.mobile-menu__header__link {
  display: block;
  text-decoration: none;
}

div#select-post {
  display: flex;
}

.f-group__custom__select > * {
  max-width: 100%;
}

.f-group__custom__select .select {
  width: 100%;
}

@media (max-width: 1024px) {
  .loader-small {
  }
  .auth-form-delivery {
    display: -ms-grid !important;
    display: grid !important;
  }

  .auth-form-delivery .f-group {
    flex-basis: unset;
    width: 100%;
  }
}

.select-disabled {
  opacity: 0.68;
  pointer-events: none;
}

.main-article .wysiwyg > :first-child:not(p) {
  padding-top: 20px;
}

.select-post select {
  outline: none;
}

label.select-post-2 select {
  /* display: none; */
}

.pull-right a {
  color: #1f1c21;
  text-decoration: none;
}

#novaPoshtaOffice {
  display: none;
}

.article-table {
  overflow-x: auto;
}

@media (max-width: 980px) {
  .article-table {
    width: 980px;
  }

  .main__content__article__scroll {
    overflow-x: auto;
  }
}

.catalog-list-items {
  display: flex;
  flex-direction: column;
  height: auto;
}

.catalog-list-items ul {
  position: relative;
  max-height: 360px;
  padding-right: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}

.catalog-item-right-part ul,
.catalog-main-list {
  max-height: 780px;
  overflow-y: auto;
  overflow-x: hidden;
}

.catalog-list-items li {
  line-height: normal;
}

.catalog-similiar ul {
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
}

/* catalog */
.catalog-similiar ul::-webkit-scrollbar {
  height: 6px;
  background-color: rgba(65, 68, 82, 0.1);
  border-radius: 4px;
}

.catalog-similiar ul::-webkit-scrollbar-thumb {
  height: 6px;
  background-color: rgba(65, 68, 82, 0.6);
  border-radius: 4px;
}

.catalog-similiar ul.padding-bottom {
  padding-bottom: 10px;
}

.catalog-similiar ul li {
  flex: 1 0 auto;
}

/* catalog */

.catalog-item-right-part ul::-webkit-scrollbar,
.catalog-main-list::-webkit-scrollbar,
.catalog-list-items ul::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(65, 68, 82, 0.1);
  border-radius: 4px;
}

.catalog-item-right-part ul::-webkit-scrollbar-thumb,
.catalog-main-list::-webkit-scrollbar-thumb,
.catalog-list-items ul::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: rgba(65, 68, 82, 0.6);
  border-radius: 4px;
}

@media (max-width: 62.49875em) {
  .breads li:not(:last-child) a,
  .breads a {
    text-decoration: none;
  }

  .breads-customized li {
    display: none;
  }

  .breads-customized li.second-to-last:first-child a > span {
    display: block;
  }

  .breads-customized li a {
    text-decoration: none;
  }

  .breads-customized li.second-to-last a,
  .breads-customized li.second-to-last {
    display: inline-flex;
    align-items: center;
  }
}

.catalog-list-items::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(65, 68, 82, 0.1);
  border-radius: 4px;
}

.catalog-list-items::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: rgba(65, 68, 82, 0.6);
  border-radius: 4px;
}

.table__orders::-webkit-scrollbar {
  height: 8px;
  background-color: rgba(65, 68, 82, 0.1);
  border-radius: 10px;
}

.table__orders::-webkit-scrollbar-thumb {
  height: 8px;
  background-color: rgba(65, 68, 82, 0.6);
  border-radius: 10px;
}

.table__orders table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.25rem;
  table-layout: auto;
}

.pagination__black a {
  color: rgb(31, 28, 33);
}

.pull-right a:hover {
  text-decoration: none;
}

.wysiwyg.wysiwyg-article .pull-right {
  margin-bottom: 20px;
}

.compare-thumb {
  display: block;
}

.table-address .text-left {
  line-height: 2;
}

.btn-primary {
  cursor: pointer;
}

.text-danger {
  color: #ec2929;
}

.no-select {
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  height: 2.5rem;
  background: #fff;
  border: 1px solid rgba(65, 68, 82, 0.25);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  border-radius: 0.25rem;
}

.js-post-select.error select {
  border: 1px solid #ec2929;
}

.alert.alert-success.alert-dismissible {
  padding: 15px;
  background: green;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
}

.option-groups-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.option-groups-list .radio {
  padding: 0 5px;
}

.option-groups-list input {
  position: absolute;
  opacity: 0;
  left: -9999px;
}

.option-groups-list label {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
}

.option-groups-list input:checked + span:before {
  content: '';
  background: #fde708;
}

.product-checkers {
  padding-top: 20px;
  padding-bottom: 20px;
}

.select-post select {
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  height: 2.5rem;
  background: #fff;
  border: 1px solid rgba(65, 68, 82, 0.25);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  border-radius: 0.25rem;
}

.compare-thumb img {
  height: 280px;
  object-fit: contain;
}

.main__content > :only-child {
  /*display: block;*/
}

.small-thumb img {
  object-fit: cover;
}

.card-sm .product-price > span {
  max-width: 127px;
  display: block;
  line-height: 1;
}

.checkout-item-right {
  width: calc(100% - 90px);
}

.main__container__full .breads__container {
  padding-left: 0;
}

.catalog-thumb > a {
  display: block;
  text-decoration: none;
}

.main__container__full,
.main__content__items__cat .main__content__article {
  width: 100%;
}

.text-center {
  text-align: center;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.main-article .wysiwyg-article img:first-child {
  padding-top: 0;
}

@media (min-width: 62.49875em) {
  .wysiwyg-article img:first-child {
    width: auto;
    float: left;
    padding: 0 1.25rem 1.25rem 0;
  }
}

.headline-title__empty {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.product-slide img {
  max-height: 642px;
  object-fit: contain;
}

.btn-add-compare.active svg {
  stroke: #1c7ced;
}

.btn-add-compare.active {
  pointer-events: none;
}

.btn-add-fav.active svg {
  fill: #ec2929;
  stroke: #ec2929;
}

.btn-add-fav.active {
  pointer-events: none;
}

.dublicates-message {
  color: rgb(31, 28, 33);
  font-size: 14px;
  text-align: right;
  margin-bottom: 20px;
}

div.noUi-connect {
  background: #414452;
}

.popup__content {
  border-radius: 4px;
}

.js-search-clear {
  cursor: pointer;
}

.checkout-step {
  border-bottom: 1px solid rgba(65, 68, 82, 0.1);
}

.select-def + .select__body .select__content {
  text-align: left;
}

.select__value input {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  outline: none;
  color: rgb(31, 28, 33);
  background-color: transparent;
  border: none !important;
}

.select__value {
  border: none;
}

div.checkout-item:not(:last-child) {
  border-bottom: 1px solid rgba(65, 68, 82, 0.1);
}

div.checkout-totals {
  border-top: 1px solid rgba(65, 68, 82, 0.1);
}

.btn-primary-in-basket {
  pointer-events: none;
  cursor: default;
  background-color: transparent;
  border: 1px solid #fde708 !important;
}

button.buy-primary-button.btn-primary-in-basket.btn-primary-in-basket__styled,
.btn-primary-in-basket__added {
  pointer-events: all;
}

.btn-primary-in-basket,
.btn-primary-in-basket__added:hover {
  background-color: transparent !important;
}

.btn-primary-in-basket__added {
  background-color: transparent;
  cursor: default;
}

.product-slider__inner .single-slider:not(.swiper-initialized) {
  opacity: 0;
}

.nav .nav-item.active {
  position: relative;
}

.slider-link {
  display: block;
}

.catalog-content-items .catalog-list-item > a img {
  object-fit: contain;
}

.nav .nav-item.active:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 0.0625rem;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  background-color: #fde708;
  bottom: -0.96875rem;
}

.slider .swiper-slide.swiper-slide-prev,
.slider .swiper-slide.swiper-slide-next {
  opacity: 0 !important;
}

.loader-overlay {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 300;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
}

.loader-overlay.active {
  display: flex;
}

.loader-overlay.active .loader {
  animation: l7 1.5s infinite;
}

.loader {
  width: 55px;
  aspect-ratio: 1;
  --g1: conic-gradient(from 90deg at 3px 3px, #fde708 90deg, #fde708 0);
  --g2: conic-gradient(from -90deg at 22px 22px, #fde708 90deg, #fde708 0);
  background: var(--g1), var(--g1), var(--g1), var(--g2), var(--g2), var(--g2);
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

@keyframes l7 {
  0% {
    background-position: 0 0, 0 100%, 100% 100%;
  }
  25% {
    background-position: 100% 0, 0 100%, 100% 100%;
  }
  50% {
    background-position: 100% 0, 0 0, 100% 100%;
  }
  75% {
    background-position: 100% 0, 0 0, 0 100%;
  }
  100% {
    background-position: 100% 100%, 0 0, 0 100%;
  }
}
