.Shop_category {
  margin: 40px 0px;
}

.category_slider {
  padding-bottom: 30px !important;
}

.custom_navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}

.custom_navigation .custom_prev,
.custom_navigation .custom_next {
  background: #ecbc53 0% 0% no-repeat padding-box;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  bottom: 0px;
  top: unset;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 5px;
  border: 1px solid #810f04;
  color: #921003;
}

@media(min-width:0px) and (max-width:574px){
  .Shop_category {
    margin: 10px 0px;
}
}