.bottom_slider_buttons {
  position: relative;
  max-width: 57%;
  height: 146px;
  background: #fff;
  border-radius: 1rem;
  margin-bottom: 10px;
  padding: 12px;
}

.bottom_owl_item.owl-item.active {
  border-right: 1px solid #ccccccb9;
  margin-right: 10px;
}
.bottom_owl_item.owl-item.active:first-of-type {
  border-left: none !important;
}
#bottom_buttons_slider .owl-stage-outer {
  height: 100%;
}

.slider_button_prop:hover {
  background-color: #ff4500;
}
.fast-menu-item.buttons_item_slider_bottom {
  border-radius: 1rem !important;
  box-shadow: none;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0px;
}

.buttons_photo_slider_bottom img {
  width: 200px !important;
}

.buttons_item_slider_bottom:before {
  height: 100% !important;
  top: 0 !important;
  background: none;
  border-radius: 1rem !important;
}
.buttons_item_slider_bottom:after {
  display: none;
}
.bottom_buttons_slider.owl-item {
  border-radius: 1rem !important;
}
.owl-dots {
  display: flex;
  position: absolute !important;
  width: 97%;
  height: 20px !important;
  /* bottom: 0px; */
  justify-content: center;
  margin-top: -5px;
}
.owl-dots button.owl-dot {
  width: 12px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
  height: 12px !important;
}
.owl-dots button.owl-dot.active {
  background-color: #ff4500;
}
.owl-dots button.owl-dot {
  background-color: #0072b6;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav button span {
  font-size: 70px;
  position: relative;
  top: -5px;
}
.owl-nav button:focus {
  outline: none;
}
