/*
.departments {
  width: 325px !important;
}
*/
.departments .menu {
  width: 250px;
}

.block-categories__item {
  width: calc(50% - 12px) !important;
}

.background-f9 {
  background: #f9f9f9
}

.products-list[data-layout=list] .product-card .product-card__actions {
  width: 210px;
}

@media (min-width: 768px) {
  .wishlist__column--price {
    width: 200px;
  }
}

.social-links__link--type--telegram {
  background: #179cde
}

.social-links__link--type--vk {
  background: #4a76a8
}

.product-card__brand {
  font-size: 13px;
  /*line-height: 1;*/
  color: #b3b3b3;
  /*padding-top: 1px;*/
  white-space: nowrap;
}

.product-card__availability .text-muted {
  color: #b3b3b3 !important;
}

.mb-80px {
  margin-bottom: 80px !important;
}


.price_info {
  font-size: 13px;
  color: #b3b3b3;
  font-weight: normal;
}

label {
  cursor: pointer;
}

label.required::after {
  content: " *";
  color: #dc3545;
}

.agree {
  padding-top: 6px;
  font-size: 10px;
  color: #b3b3b3;
}

.order-success__icon {
  fill: #28a745 !important;
}


.work-steps__title {
  font-size: 24px;
  /*color: #005072;*/
  color: #3d464d;
  text-align: center;
  margin: 0 0 25px
}

.work-steps__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.work-steps__i {
  width: 175px;
  text-align: center;
  padding: 0 5px
}

.work-steps__i-img {
  margin-bottom: 7px
}

.work-steps__i-text {
  font-weight: 500;
  font-size: 16px
}

@media only screen and (max-width: 1250px) {
  .work-steps__i {
    width: 20%
  }

  .work-steps__i-text {
    font-size: 13px
  }
}

@media only screen and (max-width: 750px) {
  .work-steps__swiper {
    margin-left: -15px;
    margin-right: -15px
  }

  .work-steps__i {
    width: 130px
  }

  .work-steps__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.dropcart__product-image a img {
  max-height: 50px;
}

.checkout__totals-products .cart-table__options li {
  font-size: 80%;
  line-height: 12px;
}

.checkout__totals-products .cart-table__options li:before,
.card-table__body .cart-table__options li:before,
.order-list__column-product .cart-table__options li:before {
  content: none;
}
