 
 @media (max-width: 1368px){
  .owl-carousel {
  display: none;
  width: 95% !important;
  max-width: fit-content !important;
  /* border: 2px solid; */
  margin-inline: auto !important;
  
  position: relative;
  z-index: 1;
}}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  bottom: 20px;
  
}
.owl-stage-outer .center .js-center,
.owl-stage-outer .thumb-info:hover {
  box-shadow: 0 0 0 1px #0a0800 !important;
}

.js-selected {
  box-shadow: 0 0 0 1px #f70202 !important;
}
  .owl-carousel.stage-margin .owl-stage-outer .owl-stage {
  
 
  padding-top: 20px;
} 

.owl-carousel {
  margin-bottom: 0px;
}
.owl-stage{
margin-left: 32px !important;
}
.owl-carousel .owl-stage-outer {

  transform: translate3d(0, 0, 0);

}