
.order[data-v-57ffc4be] {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 24px 16px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  cursor: default;
  z-index: 201;
}

/** FILTRO HEADER **/
.order-top[data-v-57ffc4be]{
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.order-top-title[data-v-57ffc4be]{
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
}
.order-top-close[data-v-57ffc4be]{
  position: absolute;
  top: 0;
  right: 0;
}

/** FILTRO BODY **/
.order-options[data-v-57ffc4be]{
  flex: 1;
  overflow-y: auto;
}
.order-option[data-v-57ffc4be]{
  padding-bottom: 14px;
  border-bottom: 1px solid #E6E1E6;
  margin-bottom: 14px;
}
.order-option-title[data-v-57ffc4be] {
  padding-right: 15px;
}
.order-option-title[data-v-57ffc4be] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
}
.order-option-title img[data-v-57ffc4be] {
  transition: .2s;
}
.order-option-title.opened img[data-v-57ffc4be] {
  transform: rotate(180deg);
}
.order-option ul[data-v-57ffc4be] {
  padding-left: 16px;
  margin-top: 24px;
  max-height: 180px;
}
.order-option-item input[data-v-57ffc4be]{
  display: none;
}
.order-option-item + .order-option-item[data-v-57ffc4be]{
  margin-top: 18px;
}
.order-option-item label[data-v-57ffc4be]{
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 1;
}
.order-option-item-inputRadio[data-v-57ffc4be]{
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-right: 0;
  background-color: #FFFFFF;
  border: 0.8px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.order-option-item-inputRadio img[data-v-57ffc4be] {
  border-radius: 100%;
}
.order-option-item input:not(:checked) ~ label .order-option-item-inputRadio img[data-v-57ffc4be] {
  display: none;
}

/** FILTRO FOOTER **/
.order-button[data-v-57ffc4be]{
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #545454;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #545454;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

/** ANIMAÇÃO **/
.fadeRight-enter[data-v-57ffc4be],
.fadeRight-leave-to[data-v-57ffc4be] {
  transform: translate3d(100vw, 0px, 0px);
}
.fadeRight-enter-to[data-v-57ffc4be],
.fadeRight-leave[data-v-57ffc4be] {
  transform: translate3d(0px, 0px, 0px);
}
.fadeRight-enter-active[data-v-57ffc4be],
.fadeRight-leave-active[data-v-57ffc4be] {
  transition: transform 0.6s ease;
}

