@charset "UTF-8";
.price-container {
  padding: 20px 0;
}

.catalog-btn {
  display: block;
  width: 100%;
  line-height: 1.5em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 8px;
  background: #323c89;
  opacity: 0.95;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: 1px solid transparent;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.catalog-btn:hover {
  background-color: #fff;
  color: #323c89;
  border: 1px solid #323c89;
  opacity: 1;
}

.category-catalog-btn-block .catalog-btn {
  margin-bottom: 20px;
}

.root-category-list {
  padding: 10px 0;
}
.root-category-list > li {
  border-bottom: 1px solid transparent;
  width: 100%;
  transition: 0.2s;
}
.root-category-list > li:hover {
  border-bottom-color: rgb(1.2451923077, 103.3509615385, 128.2548076923);
}
.root-category-list > li > a {
  padding: 5px 15px;
}

.ooo-mar-block h3 {
  text-align: center;
  font-size: 28px;
  padding: 40px 0;
}
.ooo-mar-block-text {
  color: #737373;
  padding: 10px 40px;
  text-align: center;
}

.category-search-list {
  display: flex;
  flex-wrap: wrap;
}

.category-search-item {
  display: block;
  padding: 15px 20px;
  border: 1px solid #f3f3f3;
  color: #737373;
}

.bnr-block {
  display: flex;
  max-width: 100%;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.bnr-block:after {
  content: "";
  display: block;
  position: absolute;
  top: 99%;
  right: 0;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #f3f3f3;
}
.bnr-block img {
  max-width: 100%;
}
.bnr-block.index-bnrs {
  margin-top: 0;
  padding: 0 4px;
}
.bnr-block.big-bnrs {
  margin-top: 50px;
}
.bnr-block .carousel.slide {
  width: 100%;
}
.bnr-block .carousel-item a {
  width: 100%;
  display: flex;
  justify-content: center;
}
.bnr-block .carousel-indicators {
  bottom: -34px;
}
.bnr-block .carousel-indicators li {
  background-color: #323c89;
}

.bnr-desktop {
  display: block;
}

.bnr-mobile {
  display: none;
}

@media (max-width: 768px) {
  .bnr-desktop {
    display: none;
  }
  .bnr-mobile {
    display: block;
  }
  .bnr-block.index-bnrs {
    margin-top: 20px;
  }
}
.bnr-place {
  margin-left: 5px;
}
.bnr-place:first-child {
  margin-left: 0;
}
.bnr-place img {
  width: 245px;
}

.actions-list {
  padding: 5px 0;
}
.actions-list h3 {
  font-size: 1.5em;
  font-weight: bold;
}

.actions-list-container {
  margin-top: 15px;
}

.hot-list-container {
  margin-bottom: 15px;
}

.all-actions-btn {
  text-decoration: underline;
}

.carousel-block {
  width: 100%;
}
.carousel-block h3 {
  padding-left: 10px;
}

.product-carousel {
  display: inline-block;
  position: relative;
  padding-top: 8px;
  width: 100%;
  opacity: 0;
  transition: 0.2s;
}
.product-carousel-content {
  overflow: hidden;
}
.product-carousel-slide {
  display: flex;
  transition: all 0.25s ease 0s;
}
.product-carousel-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 3px;
  align-items: flex-end;
}
.product-carousel-controls-block {
  display: none;
  justify-content: flex-end;
}
.product-carousel-controls-block.shown {
  display: flex;
}
.product-carousel-controls {
  display: flex;
}
.product-carousel-control {
  align-items: center;
  border: 1px solid #f3f3f3;
  color: #000;
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
  margin-right: 6px;
  cursor: pointer;
}
.product-carousel-control:hover {
  border-color: #ccc;
}

.products {
  display: flex;
}

.to-list-btn,
.to-cart-btn {
  color: #fff;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  /*font-family: 'Oswald', sans-serif;*/
}

.to-list-btn {
  background: #333;
  margin-right: 5px;
  display: none;
}

.to-cart-btn {
  background: #323c89;
  flex-grow: 1;
  position: relative;
  transition: 300ms;
}
.to-cart-btn.disabled {
  opacity: 0.5;
}
.to-cart-btn .in-cart-mark {
  display: none;
}
.to-cart-btn > i {
  font-size: 1.4em;
  padding-right: 12px;
}

.in-cart .to-cart-btn .in-cart-mark {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #323c89;
}
.in-cart .to-cart-btn .in-cart-mark > i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.9rem;
}
.in-cart .to-cart-btn .in-cart-mark:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  border-right: 12px solid #fff;
}

.product-mark {
  position: absolute;
  top: 5px;
  left: 0px;
  cursor: default;
  z-index: 3;
}
.product-mark .content {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  font-size: 10px;
  font-weight: bold;
  box-shadow: 0 1px 3px #ccc;
  transform: rotate(-5deg);
  background: #fff;
}

.product-item {
  flex-shrink: 0;
}
.product-item-content {
  width: 100%;
  border: 1px solid #f3f3f3;
  padding: 12px;
}
.product-item .product-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.product-item .product-code {
  color: #737373;
}
.product-item .product-nal,
.product-item .product-nal-group {
  color: rgb(0.7548076923, 62.6490384615, 77.7451923077);
  text-decoration: underline;
  cursor: pointer;
}
.product-item .product-name {
  height: 5em;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.product-item .product-name:after {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #fff, #fff);
}
.product-item .product-necond-text {
  text-align: center;
  color: #737373;
}
.product-item .product-price-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-item .product-price-without-card {
  color: #ccc;
}
.product-item .product-price-final {
  width: 100%;
}
.product-item .product-price-final .product-price-comment {
  text-align: center;
}
.product-item .product-price-value {
  margin-top: 0.5em;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  /*font-family: 'Oswald', sans-serif;*/
}
.product-item .product-price-comment {
  text-align: right;
  font-size: 0.9rem;
}
.product-item .product-price-comment i {
  color: #323c89;
}
.product-item .product-image-block {
  position: relative;
}
.product-item .product-mark {
  position: absolute;
  top: 5px;
  left: 0;
  cursor: default;
  z-index: 3;
}
.product-item .product-mark .content {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  font-size: 10px;
  font-weight: bold;
  box-shadow: 0 1px 3px #ccc;
  transform: rotate(-5deg);
  background-color: #015367;
  color: #fff;
}
.product-item .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 182px;
}
.product-item .product-image picture {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.product-item .product-image > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.product-item .product-image img {
  max-height: 100%;
  max-width: 100%;
}
.product-item .product-to-block {
  display: flex;
  margin-top: 0.5em;
  color: #fff;
}
.product-item .to-list-btn {
  width: 62px;
}

.product-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 10px;
  margin-left: -4px;
  margin-right: -4px;
}
.product-items .product-item {
  padding-bottom: 10px;
}

.product-item {
  width: 20%;
  padding: 4px;
}
.product-item.not-in-stock-city {
  opacity: 0.7;
}
.product-item .product-not-in-stock {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}

.price-value-whole {
  white-space: nowrap;
}

.price-value-fractional {
  font-size: 50%;
  vertical-align: text-top;
}

.price-value-delimiter {
  color: #fff;
  font-size: 1px;
}

.product-image-no-image,
.category-image-no-image {
  align-content: center;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.product-image-no-image .no-image-text,
.category-image-no-image .no-image-text {
  width: 100%;
  height: 15%;
  color: #ccc;
  text-align: center;
  margin-top: 5%;
}
.product-image-no-image .no-image-camera,
.category-image-no-image .no-image-camera {
  width: 100%;
  height: 30%;
  background: url("/img/camera.png") no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
}
.category-list .nav > li > a {
  padding: 8px 0 6px 0;
}

h1.category-header {
  font-size: 2rem;
  text-transform: uppercase;
  color: #737373;
  padding-left: 10px;
}

.category-item-children .nav > li {
  border-bottom: 1px solid transparent;
  width: 100%;
  transition: 0.2s;
}
.category-item-children .nav > li:hover {
  border-bottom-color: rgb(1.2451923077, 103.3509615385, 128.2548076923);
}
.category-item-children .nav .more-category-btn {
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
}
.category-item-children .nav .more-category {
  display: none;
}

.size-category .product-item-content {
  width: 100%;
}
.size-category .product-item .to-cart-btn {
  padding: 10px 0;
}
.size-category .product-item .to-cart-btn > i {
  padding-right: 6px;
}

.list-type-view .product-items .product-item {
  width: 100%;
  padding-bottom: 6px;
}
.list-type-view .product-items .product-item-content {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 12px 15px;
}
.list-type-view .product-items .product-item .product-mark {
  left: -5px;
  transition: 0.15s;
}
.list-type-view .product-items .product-item .product-mark .content {
  height: 20px;
  width: 20px;
  font-size: 7px;
}
.list-type-view .product-items .product-image-block {
  order: 0;
  flex-shrink: 0;
}
.list-type-view .product-items .product-image-block:hover .product-mark {
  opacity: 0;
}
.list-type-view .product-items .product-image {
  height: 90px;
  width: 80px;
}
.list-type-view .product-items .product-image img {
  transition: 0.1s;
  transition-property: transform;
  transition-delay: 0s;
  transform: scale(1);
}
.list-type-view .product-items .product-image img:hover {
  transform: scale(3);
  transition: 0.5s;
  transition-delay: 0.3s;
  z-index: 5;
}
.list-type-view .product-items .no-image-text {
  font-size: 7px;
}
.list-type-view .product-items .product-name {
  order: 1;
  height: auto;
  margin-left: 15px;
  margin-right: auto;
  font-size: 1rem;
}
.list-type-view .product-items .product-name:after {
  display: none;
}
.list-type-view .product-items .product-top {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  padding: 0 15px;
  flex-shrink: 0;
}
.list-type-view .product-items .product-code {
  font-size: 0.8em;
  color: #737373;
  white-space: nowrap;
}
.list-type-view .product-items .product-nal,
.list-type-view .product-items .product-nal-group {
  font-size: 0.85em;
  white-space: nowrap;
}
.list-type-view .product-items .product-necond-text {
  order: 10;
  text-align: left;
  margin-top: 0;
  font-size: 0.85em;
}
.list-type-view .product-items .product-not-in-stock {
  order: 10;
  margin-top: 0;
  font-weight: normal;
  font-size: 0.85em;
}
.list-type-view .product-items .product-price-block {
  order: 3;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  margin-left: 15px;
  margin-right: 15px;
  flex-shrink: 0;
}
.list-type-view .product-items .product-price-value {
  margin-top: 0;
  font-size: 1.3em;
  white-space: nowrap;
}
.list-type-view .product-items .product-price-without-card {
  margin-right: 0;
}
.list-type-view .product-items .product-price-without-card .product-price-value {
  font-size: 0.85em;
  text-decoration: line-through;
  color: #ccc;
}
.list-type-view .product-items .product-price-without-card .product-price-comment {
  font-size: 0.7em;
  text-align: right;
}
.list-type-view .product-items .product-price-comment {
  font-size: 0.75em;
  text-align: right;
}
.list-type-view .product-items .product-price.product-price-final {
  margin-left: 0;
}
.list-type-view .product-items .product-to-block {
  order: 4;
  align-self: stretch;
  flex-direction: column;
}
.list-type-view .product-items .product-to-block > .to-cart-btn {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 60px;
  padding: 0 15px;
}
.list-type-view .product-items .product-to-block > .to-cart-btn > i {
  padding-right: 0;
  font-size: 1.4em;
}
.list-type-view .product-items .to-cart-text {
  display: block;
  font-size: 0.65em;
  text-transform: uppercase;
  white-space: nowrap;
}

.category-item {
  margin-top: 12px;
  width: 25%;
}
.category-item-block {
  width: 100%;
  padding: 5px;
  height: 100%;
}
.category-item-content {
  width: 100%;
  border: 1px solid #f3f3f3;
  padding: 15px;
  height: 100%;
}
.category-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 182px;
}
.category-item-image picture {
  height: 100%;
}
.category-item-image > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.category-item-image img {
  max-height: 100%;
  max-width: 100%;
}
.category-item-title {
  font-weight: bold;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #737373;
}
.category-products-block {
  width: 100%;
  padding-left: 15px;
}

.bs-tooltip-left .arrow::before {
  border-left-color: #015367;
}

.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #015367;
}

.breadcrumb {
  background: none;
  padding: 10px 0 0;
  margin-bottom: 0;
  color: #737373;
}

.product-page-title {
  border-bottom: 1px solid #f3f3f3;
  display: inline-block;
}
.product-page .product-price-comment {
  color: #737373;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.product-page .price-without-card {
  color: #ccc;
}
.product-page .price-final .product-price-value {
  font-size: 2.5rem;
}
.product-page .to-cart-btn {
  margin: 15px 0 10px;
}
.product-page .to-list-btn {
  margin-right: 0;
}
.product-page .to-list-btn > i {
  padding-right: 12px;
}
.product-page .best-price-btn {
  text-align: right;
  font-weight: bold;
  margin-top: 8px;
  cursor: pointer;
  align-self: flex-end;
  text-transform: uppercase;
  color: #737373;
}
.product-page .product {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product-page .product-price-min-count-info {
  text-align: center;
  color: #737373;
  padding: 8px 0 5px;
}
.product-page .product.not-in-stock-city .to-cart-btn {
  opacity: 0.5;
}
.product-page .product-necond-text {
  text-align: center;
  color: #737373;
}
.product-page .product .product-not-in-stock {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}
.product-page .product-image-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
.product-page .product-image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-page .product-image-gallery-item {
  height: 100px;
  margin: 5px 5px 5px 0;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.2s;
}
.product-page .product-image-gallery-item.active, .product-page .product-image-gallery-item:hover {
  opacity: 1;
}
.product-page .product-image-gallery-item img {
  max-height: 100%;
}
.product-page .product-mark {
  top: 25px;
  left: 25px;
}
.product-page .product-mark .content {
  height: 50px;
  width: 50px;
  font-size: 14px;
}
.product-page .product-image {
  /*height: 100%;*/
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-page .product-image img {
  max-width: 100%;
  max-height: 100%;
}
.product-page .product-image .gallery-slide {
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.product-page .product-image .gallery-slide.active {
  display: flex;
}
.product-page .product-image .gallery-slide picture {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-page .product-image .gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  border: none;
  padding: 0;
  width: 36px;
  height: 52px;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  border-radius: 3px;
  transition: background 0.2s;
}
.product-page .product-image .gallery-nav:hover {
  background: rgba(0, 0, 0, 0.6);
}
.product-page .product-image .gallery-nav.gallery-prev {
  left: 6px;
}
.product-page .product-image .gallery-nav.gallery-next {
  right: 6px;
}
.product-page .product-info-block {
  margin: 20px 0;
  width: 100%;
}
.product-page .product-info-block h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #737373;
  margin-bottom: 0;
  padding: 8px 0;
}
.product-page .product-price-block {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product-page .product-price-content {
  border: 1px solid #f3f3f3;
  padding: 12px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.product-page .product-price {
  display: flex;
  justify-content: space-around;
}
.product-page .product-price-value {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  /*font-family: 'Oswald', sans-serif;*/
}
.product-page .product-price-additional {
  color: #737373;
}
.product-page .product-price-additional-block {
  display: flex;
  justify-content: center;
}
.product-page .product-price-comment i {
  color: #323c89;
}
.product-page .product-code {
  width: 100%;
  text-align: right;
  min-height: 21px;
  color: #737373;
}
.product-page .in-stock-table {
  width: 100%;
}
.product-page .nal-content {
  display: flex;
  justify-content: space-between;
  cursor: default;
}
.product-page .nal-title {
  font-size: 1.5rem;
}
.product-page .nal-city {
  padding: 10px;
}
.product-page .nal-city-title {
  font-weight: bold;
}
.product-page .nal-placement.not-in-stock {
  color: #ccc;
}
.product-page .product-properties {
  margin: 15px 0;
}
.product-page .property {
  border-top: 1px solid #dee2e6;
  padding: 0.75rem;
  display: flex;
}
.product-page .property-name {
  /*font-weight: bold;*/
  width: 50%;
  text-align: center;
}
.product-page .property-value {
  width: 50%;
  text-align: center;
}

.neighbors-block {
  margin: 30px 0;
}

.neighbors-content {
  display: flex;
  justify-content: center;
}

.price-category-title {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  color: #737373;
  padding-left: 10px;
}

.price-filters-title {
  margin-bottom: 20px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #737373;
}

.product-filter-container {
  padding: 5px 20px 10px 10px;
}
.product-filter-container > div {
  margin: 15px 0;
}

.product-filter-title {
  font-weight: bold;
}

.product-filter-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
.product-filter-top i {
  color: #737373;
  font-size: 14px;
}
.product-filter-top .filter-sort {
  display: flex;
  align-items: center;
}
.product-filter-top .dropdown {
  border: 1px solid #f3f3f3;
}
.product-filter-top .navbar {
  min-height: auto;
  margin-bottom: 0;
}
.product-filter-top .product-filter-sort-by {
  cursor: pointer;
  margin-bottom: 0;
  padding: 6px 10px;
  display: flex;
  align-items: center;
}
.product-filter-top .filter-view-type {
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-filter-top .view-type-select-item {
  cursor: pointer;
  padding: 6px 10px;
  border: 1px solid #f3f3f3;
  color: #737373;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  line-height: 1;
}
.product-filter-top .view-type-select-item.selected {
  border-color: #323c89;
  color: #323c89;
}
.product-filter-top .view-type-select-item.selected i {
  color: #323c89;
}
.product-filter-top .view-type-select-item:hover {
  border-color: #323c89;
  color: #323c89;
  text-decoration: none;
}
.product-filter-top .view-type-select-item:hover i {
  color: #323c89;
}
.product-filter-top .sort-by-select-item {
  cursor: pointer;
}
.product-filter-top .sort-by-select-item:active {
  color: inherit;
  background-color: #f3f3f3;
}

.price-filter .slider {
  width: 100%;
}
.price-filter .slider .slider-track {
  height: 5px;
  border: 1px solid;
  margin-top: -4px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.price-filter .slider .slider-handle {
  border-radius: 0;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  margin-left: -5px;
  background: #323c89;
}
.price-filter-top {
  margin: 10px 0;
}
.price-filter-bottom {
  display: flex;
  justify-content: space-around;
}
.price-filter-bottom input {
  width: 40%;
  text-align: center;
}

.product-item.filtered-by-price,
.product-item.filtered-by-nal {
  display: none;
}

.product-list-is-empty {
  display: none;
}
.product-list-is-empty.visible {
  display: block;
}

.nal-filter label {
  font-weight: normal;
}
.nal-filter-placement {
  padding-left: 20px;
}

.product-view-nal-block {
  border: 1px solid #f3f3f3;
  padding: 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.product-in-stock-title {
  font-size: 1.5rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #737373;
  margin-bottom: 0;
  font-weight: lighter;
  padding: 7px 20px;
}

.product-header {
  font-size: 2.5rem;
  color: #737373;
  margin-bottom: 0;
  padding: 5px 0;
  margin-top: 7px;
}

.in-stock-table {
  width: 100%;
}
.in-stock-table td, .in-stock-table th {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
}
.in-stock-table th {
  padding: 0 3px 5px;
}
.in-stock-table .first-th {
  width: 100%;
}
.in-stock-table-city-cell {
  padding-bottom: 5px;
}
.in-stock-table .row-placement td {
  padding: 3px 0;
  font-size: 10px;
}
.in-stock-table .address td {
  padding: 0 3px 3px;
}
.in-stock-table .row-in-stock td {
  padding: 3px 0;
  border-right: 1px solid #f3f3f3;
  transition: 0.5s;
}
.in-stock-table .row-in-stock td:last-child {
  border-right: 1px solid transparent;
}
.in-stock-table .row-in-stock:hover td {
  background-color: #f3f3f3;
}
.in-stock-table .row-in-stock.current td {
  background-color: #f3f3f3;
}
.in-stock-table .in-stock-column-shat, .in-stock-table .in-stock-column-ural, .in-stock-table .in-stock-column-office, .in-stock-table .in-stock-column-mar_shop {
  /*width: 12%;*/
}
.in-stock-table .in-stock-column-nk_shop {
  /*width: 20%;*/
}

.tooltip.show {
  opacity: 1;
}
.tooltip-inner {
  max-width: 100%;
  color: #fff;
  background-color: #015367;
  border-radius: 0;
}
.tooltip-inner a {
  display: block;
  text-decoration: underline;
}
.tooltip .nal-city {
  cursor: default;
}
.tooltip .nal-city-title {
  font-weight: bold;
}
.tooltip .nal-placement.not-in-stock {
  opacity: 0.5;
}

.product-group .group-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  justify-content: center;
  width: 100%;
}
.product-group .group-list-title {
  width: 100%;
  margin: 7px 0;
  text-transform: uppercase;
  text-align: center;
}
.product-group .group-item {
  padding: 5px 8px;
  color: #fff;
  background-color: #323c89;
  border: 1px solid #323c89;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 200ms;
}
.product-group .group-item.not-in-stock-city {
  opacity: 0.5;
}
.product-group .group-item.not-in-stock {
  opacity: 0.7;
  cursor: not-allowed;
  background-color: #ccc;
  border-color: #ccc;
}
.product-group .group-item:hover {
  color: #323c89;
  background-color: #fff;
}
.product-group .group-item.selected {
  color: #323c89;
  background-color: #fff;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #015367; /* цвет стрелочки (по умолчанию #000)*/
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #015367; /* цвет стрелочки (по умолчанию #000)*/
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #015367; /* цвет стрелочки (по умолчанию #000) */
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #015367; /* цвет стрелочки (по умолчанию #000) */
}

.category-products-block {
  position: relative;
}
.category-products-block .spinner-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
}
.category-products-block .spinner-border {
  color: #323c89;
}
.category-products-block.loading .spinner-container {
  display: flex;
}

.category-filters {
  margin-bottom: 50px;
}

.filters-category-title {
  font-size: 1.3rem;
}
.filters-category-list {
  padding: 5px 0 10px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 12px;
}
.filters-category-item {
  margin-left: 40px;
  color: #737373;
  margin-bottom: 5px;
}
.filters-category-item:hover {
  color: inherit;
}
.filters-category-item.current {
  color: inherit;
}
.filters-category-item.current:hover {
  color: #737373;
}
.filters-category-item:nth-child(1) {
  margin-left: 0;
}
.filters-category-item:nth-child(2) {
  margin-left: 20px;
}
.filters .filter {
  padding-bottom: 15px;
}
.filters .filter label {
  font-weight: normal;
  display: flex;
  align-items: center;
}
.filters .filter label:hover {
  color: #737373;
}
.filters .filter-content {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
}
.filters .filter input[type=radio],
.filters .filter input[type=checkbox] {
  margin: 0 8px 0 0;
}
.filters .filter-title {
  font-size: 1.1rem;
  padding-bottom: 5px;
}
.filters .filter-title .fas {
  font-size: 12px;
}
.filters .filter-price-inputs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 5px 0 10px;
}
.filters .filter-price-input {
  padding: 10px;
  width: 45%;
  border: 1px solid #f3f3f3;
}
.filters .filter-price-input:active, .filters .filter-price-input:hover, .filters .filter-price-input:focus {
  border-radius: 0;
  text-decoration: none;
  outline: none;
}
.filters .filter-price-input:hover {
  border-color: #ccc;
}
.filters .filter-price-input:focus {
  border-color: #323c89;
}
.filters .filter-price-slider {
  display: flex;
  justify-content: center;
  display: none;
}
.filters .filter-price-slider .slider {
  width: 200px;
}
.filters .filter-price-slider .slider-track {
  height: 1px;
  margin-top: -1px;
}
.filters .filter-price-slider .slider-handle {
  border-radius: 0;
  background-color: #ccc;
  background-image: none;
}
.filters .filter-nal-placement-block {
  margin-left: 20px;
}

.filter.with-scroll .filter-content {
  overflow-y: scroll;
  scroll-behavior: smooth;
  height: 200px;
}

.filter-current {
  display: none;
}
.filter-current.shown {
  display: block;
}
.filter-current-item {
  display: inline-block;
  vertical-align: middle;
  margin: 4px;
}
.filter-current-item.clone {
  display: none;
}
.filter-current-item-name {
  margin-right: 8px;
}
.filter-current-item-remove {
  color: #ccc;
}
.filter-current-item .content {
  display: flex;
  border: 1px solid #f3f3f3;
  padding: 6px 6px 6px 12px;
  cursor: pointer;
  line-height: 1.4rem;
  border-radius: 2px;
}
.filter-current-item .content:hover {
  background: #f3f3f3;
}

/*# sourceMappingURL=price.css.map */
