/*------------- #VARIABLES --------------*/
.row-inline {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}

.wheels-search-form {
  padding-bottom: 0;
}
.wheels-search-form__season {
  padding-top: 1rem;
}
.wheels-search-form__season .checkbox .checkbox-material .check {
  background: white;
}
.wheels-search-form__input select, .wheels-search-form__input input, .wheels-search-form__input textarea {
  background: #fff;
  color: #4f5052;
  padding: 0.5em 1em;
}
.wheels-search-form__label {
  font-weight: bold;
  padding: 0.5em 1em;
}
.wheels-search-form__list {
  list-style: disc;
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
}
.wheels-search-form__list p {
  margin-left: -2rem;
  font-weight: normal;
}
.wheels-search-form__list li {
  cursor: pointer;
}
.wheels-search-form__recent-search-label {
  cursor: pointer;
  display: inline-block;
}
.wheels-search-form__recent-search-label--active {
  text-decoration: underline;
}
.wheels-search-form__recent-search-label--active i {
  transform: rotate(180deg);
}
.wheels-search-form__recent-search-label i {
  pointer-events: none;
}
.wheels-search-form__recent-search-content {
  display: none;
}
.wheels-search-form__recent-search-content--active {
  display: block;
}
.wheels-search-form__recent-search-item {
  cursor: pointer;
}
.wheels-search-form .btnActions {
  display: flex;
  align-items: center;
}
.wheels-search-form .checkbox {
  margin-bottom: 0;
}

.oe {
  display: block;
}
.oe--hide {
  display: none;
}

.oe-table {
  margin: auto;
}
.oe-table__title {
  text-align: center;
  font-size: 1.4rem !important;
}
.oe-table__head {
  color: #fff;
  font-size: 0.8rem;
}
.oe-table__body td {
  text-align: center;
  height: 4rem;
}
.oe-table td, .oe-table th {
  padding: 0.3em 0.5em;
  border: 1px solid #fff;
  font-size: 0.7rem;
  line-height: 1;
}
.oe-table .value {
  display: flex;
  padding: 1em 0.5em;
}
.oe-table .value + .value {
  position: relative;
  padding-bottom: 0.5em;
}
.oe-table .value + .value:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 1em);
  height: 1px;
  background: #fff;
  left: -0.5em;
  top: 0;
}

.ui-spacer {
  padding-left: 1rem;
}

.oe-arianne {
  font-weight: bold;
  margin: 1em;
  margin-left: 2rem;
}
.oe-arianne__title {
  text-align: center;
}
.oe-arianne__head {
  color: #fff;
}
.wheels-filter__head {
  padding: 1em 1em;
  text-align: center;
  font-weight: bold;
  background: #fd7e14;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.wheels-filter__body {
  padding: 1.5em 1em;
  background: #ecf0f4;
  overflow-y: scroll;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  max-height: 15rem;
  min-height: 15rem;
}
.wheels-filter__body .checkbox {
  font-weight: bold;
  margin-bottom: 0.7rem;
}
.wheels-filter__body label {
  font-size: 0.7rem;
}
.wheels-filter__body .check {
  background: #fff;
}

span.checkbox-material + span.checkbox-material {
  display: none;
}

.js-wheel-order {
  cursor: pointer;
}
.js-wheel-order:hover {
  color: #f58f1e;
}
.js-wheel-order:hover:after {
  content: "\f0d8";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-family: "FontAwesome";
}
.js-wheel-order.asc:after {
  content: "\f0d8";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-family: "FontAwesome";
}
.js-wheel-order.asc:hover:after {
  content: "\f0d7";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-family: "FontAwesome";
}
.js-wheel-order.desc:after {
  content: "\f0d7";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-family: "FontAwesome";
}

.icon__gray {
  color: rgb(170, 170, 170);
}

.storage-out-cancel i {
  pointer-events: none;
}

.modalLink {
  position: relative;
  overflow: visible !important;
}

.icon-group {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  gap: 0.5em;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.icon-group img {
  width: 20px;
  height: auto;
  background: #fff;
}

.wheels-table-result .modalLink img.zoom {
  transform: none !important;
  left: 0 !important;
}

.tires-table-results .modalLink {
  max-width: 80px !important;
  overflow: hidden !important;
}

.wheel-result-from-oe__loading-results, .wheel-table-result__loading-results {
  display: none !important;
  opacity: 0 !important;
}
.wheel-result-from-oe__loading-results.active, .wheel-table-result__loading-results.active {
  display: block !important;
  opacity: 1 !important;
}

.popupConvertion {
  position: absolute;
  background: #fff;
  color: black;
  padding: 1rem;
  display: none;
  cursor: help;
}
.popupConvertion__body p:last-of-type {
  padding: 0;
  margin: 0;
}
.popupConvertion__value {
  color: #ff0000;
}

.legend {
  margin: auto;
  padding: 2rem;
  justify-content: center;
}
.legend__sqare {
  width: 1rem;
  height: 1rem;
}
.legend__sqare--red {
  background: #ffa7a7 !important;
}
.legend__sqare--green {
  background: #b5ffb5 !important;
}
.legend__sqare--yellow {
  background: #ffffad !important;
}

.legend__sqare, .bg {
  display: block;
}
.legend__sqare--red, .bg--red {
  background: #ffa7a7 !important;
}
.legend__sqare--green, .bg--green {
  background: #b5ffb5 !important;
}
.legend__sqare--yellow, .bg--yellow {
  background: #ffffad !important;
}

#paginationBlock a, #paginationBlock span {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 3px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  text-decoration: none;
}
#paginationBlock a:hover {
  background: #f58f1e;
  color: #fff;
}
#paginationBlock a.disabled {
  display: none;
}
#paginationBlock span.active {
  background: #f58f1e;
  color: #fff;
  pointer-events: none;
}

.bg-gray {
  background: #47484a;
}

.bg-white {
  background: #fff;
}

.text-white {
  color: #fff;
}

/*# sourceMappingURL=roues-frb.css.map */
