/* global */
/* mobile */
@media (max-width: 767px) {
  .owl-categories {
    height: 215px;
  }
  .owl-categories > .owl-nav > button.owl-next {
    position: relative;
    left: 45%;
    bottom: -8vw;
    background: white;
    border-radius: 50px;
  }
  .owl-categories > .owl-nav > button.owl-prev {
    position: relative;
    right: 45%;
    bottom: -8vw;
    background: white;
    border-radius: 50px;
  }

  .owl-categories-img_wrap {
    width: 94%;
    height: auto;
  }
  .categories_carousel_wrap {
    padding-top: 10%;
    background: white;
  }
  .category-image {
    width: 100%;
    height: 100%;
  }

  .owl-categories > .owl-stage-outer {
    padding-left: 4%;
    margin-left: -27%;
  }
  .owl-categories > .owl-nav {
    border-radius: 2.5px;
    background: white;
    position: relative;
    bottom: 50%;
    width: 65%;
    margin-left: 18%;
    height: 46%;
  }
  .owl-categories .active img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
  }
  .owl-categories .center img {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
    opacity: 1 !important;
  }
  .categories_carousel_text_one {
    font-size: 12px;
    font-style: italic;
    text-align: left;
    padding-left: 8%;
    position: relative;
    bottom: 20%;
    margin-bottom: 0px;
  }
  #categories_carousel_numbers {
    position: relative;
    bottom: 22%;
    color: #f37282;
    font-weight: bold;
    margin-bottom: 0px;
    /* font-size:30px; */
  }
  #categories_carousel_cause {
    position: relative;
    bottom: 22%;
    color: #f37282;
    font-weight: bold;
    margin-bottom: 0px;
  }
}
/* tablets */
@media (min-width: 768px) {
  .owl-categories {
    height: 30vw;
  }
  .owl-categories .active img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
  }
  .owl-categories .center img {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
    opacity: 1 !important;
  }

  .owl-categories > .owl-nav {
    background: white;
    position: relative;
    bottom: 49%;
    width: 32%;
    height: 55%;
    margin-left: 35%;
    border-radius: 5px;
  }
  .owl-categories > .owl-nav > button.owl-next {
    position: relative;
    left: 39%;
  }
  .owl-categories > .owl-nav > button.owl-prev {
    position: relative;
    left: 39%;
  }
  .owl-categories > .owl-stage-outer {
    margin-left: -13%;
  }
  .owl-categories-img_wrap {
    width: 88%;
    height: 25vw;
  }
  .category-image {
    width: 100%;
    height: 100%;
  }
  .categories_carousel_wrap {
    padding-top: 3%;

    background: white;
  }
  .categories_carousel_text_one {
    font-size: 11px;
    font-style: italic;
    text-align: left;
    padding-left: 8%;
    margin-bottom: 0px;
    margin-top: -5px;
  }
  #categories_carousel_numbers {
    font-size: 18.5px;
    color: #f37282;
    font-weight: bold;
    margin-bottom: 0px;
  }
  #categories_carousel_cause {
    font-size: 18.5px;
    color: #f37282;
    font-weight: bold;
  }
}
/* medium */
@media (min-width: 992px) {
  .owl-categories > .owl-nav {
    background: white;
    position: relative;
    bottom: 55%;
    width: 32%;
    height: 55%;
    margin-left: 35%;
    border-radius: 5px;
  }
  .categories_carousel_text_one {
    font-size: 18px;
    font-style: italic;
    text-align: left;
    padding-left: 8%;
    margin-top: -5px;
  }
  #categories_carousel_numbers {
    font-size: 25px;
    color: #f37282;
    font-weight: bold;
  }
  #categories_carousel_cause {
    font-size: 25px;
    color: #f37282;
    font-weight: bold;
  }
}
/* large */
@media (min-width: 1200px) {
  .owl-categories > .owl-nav {
    background: white;
    position: relative;
    bottom: 49%;
    width: 32%;
    height: 55%;
    margin-left: 35%;
    border-radius: 5px;
  }
  .categories_carousel_text_one {
    font-size: 22px;
    font-style: italic;
    text-align: left;
    padding-left: 8%;
    margin-top: -3px;
  }
  #categories_carousel_numbers {
    font-size: 31px;
    color: #f37282;
    font-weight: bold;
  }
  #categories_carousel_cause {
    font-size: 31px;
    color: #f37282;
    font-weight: bold;
  }
}
