.content-container {
  margin: 0 auto;
  height: 100%;
  padding-top: 10px;
  overflow: hidden;
}

.main-catalog-container {
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
.main-catalog-container .paginator {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 100%;
}
.main-catalog-container .car-selected-container {
  border: 1px solid #dadbdc;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
  background-color: white;
}
.main-catalog-container .car-selected-container h1 {
  margin: 0;
  font-size: 24px;
}
.main-catalog-container .car-categories-container {
  display: table;
  border: 1px solid #dadbdc;
  width: 100%;
  margin-bottom: 10px;
  background-color: white;
}
.main-catalog-container .car-categories-container .car-categories-nav-mobile {
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
  column-count: 1 !important;
}
.main-catalog-container .car-categories-container .car-categories-nav {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 0.3em 0 0.6em;
}
.main-catalog-container .car-categories-container .car-categories-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-catalog-container .car-categories-container .car-categories-nav ul .car-category-group {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px;
}
.main-catalog-container .car-categories-container .car-categories-nav ul .car-category-group b {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
  display: block;
}
.main-catalog-container .car-categories-container .car-categories-nav ul .car-category-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-catalog-container .car-categories-container .car-categories-nav ul .car-category-group ul li {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
}
.main-catalog-container .car-categories-container .car-categories-nav ul .car-category-group ul li a {
  color: #137fb7;
  text-decoration: none;
}

.products-table .options-block {
  padding: 8px;
  border: 1px solid #dadbdc;
  background-color: white;
  margin-bottom: 10px;
}
.products-table .product-wrapper {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  .products-table .product-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  .products-table .product-wrapper {
    width: 50%;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1299px) {
  .products-table .product-wrapper {
    width: 25%;
  }
}
@media only screen and (min-width: 1300px) {
  .products-table .product-wrapper {
    width: 20%;
  }
}
.products-table .product-wrapper .product-container {
  height: 385px;
  border: 1px solid #dadbdc;
  background-color: white;
  margin-right: -1px;
  margin-bottom: -1px;
}
.products-table .product-wrapper .product-container .product-image {
  max-width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-table .product-wrapper .product-container .product-image .product-image-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.products-table .product-wrapper .product-container .product-image .product-image-cell img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.products-table .product-wrapper .product-container .info-wrapper {
  height: 180px;
  padding: 5px;
  text-align: center;
  font-family: Arial;
}
.products-table .product-wrapper .product-container .info-wrapper a {
  display: block;
  color: black;
  font-size: 10pt;
  font-weight: bold;
  letter-spacing: 0.2px;
  height: 60px;
  overflow: hidden;
  text-align: center;
}
.products-table .product-wrapper .product-container .info-wrapper p {
  margin: 0;
  padding: 2px;
  font-size: 8pt;
  height: 37px;
  overflow: hidden;
}
.products-table .product-wrapper .product-container .info-wrapper .price-wrapper {
  height: 40px;
  margin-top: 8px;
}
.products-table .product-wrapper .product-container .info-wrapper .price-wrapper .price {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 16pt;
  height: 100%;
  padding: 10px 0;
}
.products-table .product-wrapper .product-container .info-wrapper .price-wrapper .price span {
  font-size: 10pt;
}
.products-table .product-wrapper .product-container .info-wrapper .price-wrapper .product-buy-btn {
  text-align: center;
}
.products-table .product-wrapper .product-container .info-wrapper .price-wrapper .product-buy-btn button {
  padding: 7px 10px;
  width: 80%;
}
.products-table .product-wrapper .product-container .info-wrapper .price-wrapper .product-buy-btn button i {
  font-size: 12pt;
}
.products-table .product-wrapper .product-container:hover {
  box-shadow: 0 0 1px 1px rgba(25, 26, 27, 0.15);
  border-color: #c1bebe;
}
.products-table .product-wrapper:hover {
  z-index: 2;
}
.products-table .product-wrapper-list {
  min-height: 1px;
  padding: 0;
}
.products-table .product-wrapper-list .product-container {
  border: 1px solid #dadbdc;
  background-color: white;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 10px;
}
.products-table .product-wrapper-list .product-container .product-image {
  max-width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-table .product-wrapper-list .product-container .product-image .product-image-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.products-table .product-wrapper-list .product-container .product-image .product-image-cell img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width: 900px) {
  .products-table .product-wrapper-list .product-container .product-about {
    text-align: center;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  .products-table .product-wrapper-list .product-container .product-about {
    text-align: center;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1299px) {
  .products-table .product-wrapper-list .product-container .product-about {
    text-align: left;
  }
}
@media only screen and (min-width: 1300px) {
  .products-table .product-wrapper-list .product-container .product-about {
    text-align: left;
  }
}
.products-table .product-wrapper-list .product-container .product-about .product-title a {
  font-family: arial;
  font-weight: bold;
  display: block;
  height: auto;
  line-height: 1.3em;
  font-size: 14px;
  overflow: hidden;
  padding: 4px 10px 8px 0;
  color: #2f363a;
}
.products-table .product-wrapper-list .product-container .product-about .product-title a:hover {
  text-decoration: none;
  color: #ce0707;
}
.products-table .product-wrapper-list .product-container .product-about .product-shortdesc {
  font-size: 10pt;
  padding: 10px 0;
}
.products-table .product-wrapper-list .product-container .product-about .product-article {
  font-size: 10pt;
  padding: 10px 0;
}
.products-table .product-wrapper-list .product-container .product-price {
  text-align: center;
}
.products-table .product-wrapper-list .product-container .product-price .price {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 16pt;
  height: 100%;
  padding: 10px 0;
  padding-bottom: 20px;
}
.products-table .product-wrapper-list .product-container .product-price .price span {
  font-size: 10pt;
}
.products-table .product-wrapper-list .product-container .product-price .product-buy-btn {
  text-align: center;
}
.products-table .product-wrapper-list .product-container .product-price .product-buy-btn button {
  padding: 7px 10px;
  background-color: #ce0707;
  color: white;
  width: 80%;
}
.products-table .product-wrapper-list .product-container .product-price .product-buy-btn button i {
  font-size: 12pt;
}
.products-table .product-wrapper-list .product-container .product-price .product-buy-btn button:hover {
  background-color: #b70505;
}
.products-table .product-wrapper-list .product-container:hover {
  box-shadow: 0 0 1px 1px rgba(25, 26, 27, 0.15);
  border-color: #c1bebe;
}
.products-table .product-wrapper-list:hover {
  z-index: 2;
}

@media only screen and (max-width: 900px) {
  .modal-footer .btn {
    width: 100%;
    width: 100%;
    height: 60px;
    margin: 5px 0 !important;
  }
}

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