body{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: lato;
}
html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,h6,p{
  margin: 0;
}
input, button, textarea, select {
  outline: none;
}
a:hover{
  text-decoration: none;
}
a,span {
  display: inline-block;
  text-decoration: none;
}
ul,li{
  margin:0;
  padding:0;
  list-style: none;
}


.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.main-wrapper {
  margin: 50px auto;
  max-width: 800px;
}

.sh-catagory-slider-item a {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    border-radius: 8px;
    background: #f5f5f5;
    padding: 10px;
    display: inline-block;
    margin: 0 5px;
    transition: .3s;
}
.sh-catagory-slider-item  a:hover {
  background: #6a8238;
  color: #FFFFFF;
}
.sh-catagory-slider-parent.owl-carousel .owl-nav button.disabled {
  cursor: not-allowed;
}

.sh-catagory-slider-parent.owl-carousel  .owl-next img {
  transform: rotate(180deg);
}

.sh-catagory-slider-parent.owl-theme .owl-nav {
  margin-top: 0;
}
.sh-catagory-slider-parent.owl-carousel .owl-prev img,button.owl-next img  {
  position: absolute;
  top: 6px;
}
.sh-catagory-slider-parent.owl-carousel  button.owl-prev img {
  left: -25px;
}
.sh-catagory-slider-parent.owl-carousel  button.owl-next img {
  right: -25px;
  position: absolute;
}
.sh-catagory-slider-parent.owl-carousel .owl-stage-outer {
  height: 38px;
}

@media all and (max-width: 991px) {
  .main-wrapper {
      width: 90%;
  }
}

@media all and (max-width: 575px) {
  .main-wrapper {
    width: 85%;
  }
}

@media all and (max-width: 450px) {
  .sh-catagory-slider-parent.owl-carousel  button.owl-prev img {
    left: -20px;
  }
  .sh-catagory-slider-parent.owl-carousel  button.owl-next img {
    right: -20px;
  }
}
