.homeRecent .col-md-12:first-of-type h3 {
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1px;
    color: rgb(0, 0, 0); 
    flex: unset;
    font-size: 26px;
    display: block;   
}
.homeRecent .col-md-12:last-of-type {    
    /*display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1rem;
    display: flex;*/
    /*
    scroll-snap-type: x mandatory;
    overflow-X: scroll;
    padding: 15px 15px 30px 15px;*/
    scroll-behavior: smooth;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.homeRecent .col-md-12:last-of-type::-webkit-scrollbar, 
.homeRecent .col-md-12:last-of-type::-webkit-scrollbar-thumb, 
.homeRecent .col-md-12:last-of-type::-webkit-scrollbar-track, 
.homeRecent .col-md-12:last-of-type::-webkit-scrollbar-track-piece {
    display: none;
}
.homeRecent .itemsP {
    /*scroll-snap-align: start;
    flex: 0 0 19.3%;*/
    background: #fff;   
    padding: 18px;
    margin: 0px 5px;
    box-shadow: rgb(0 0 0 / 8%) 0px 2px 4px 0px;
    border: 1px solid rgb(238, 238, 238);
    transition: box-shadow 275ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
    display: block;
    height: 391px;
    width: 100%;
}

.owl-nav { 
    width: 100%;
    transform: translateY(-225px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    height: 0px;
}
.owl-nav .arrows { 
    width:50px;
}
 
.owl-nav .owl-prev, 
.owl-nav .owl-next {
    background: rgba(255,255,255,.8)!important;    
}
.owl-nav .owl-prev {
    transform: rotate(180deg);   
}

.owl-nav .owl-prev img, 
.owl-nav .owl-next img {
    padding: 10px!important;    
}
.owl-carousel .nav-button {
  height: 50px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 110px !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.owl-carousel .owl-prev {
  left: -35px;
}
.owl-carousel .owl-next {
  right: -35px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 39px;
  background: #000000;
  border-radius: 3px;
}
.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}
.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}
.navs .btnLC {
    left:0px;
    transform:rotate(180deg);
}
.navs .btnRC {
    right:0px;
}
.category .owl-nav { transform: translateY(-190px);}
#mostProductForYou {
    position: relative;
}


@media(max-width:992px) {
    .homeRecent .itemsP {height: 309px;}
}
.owl-carousel .nav-button {
    height: 50px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 110px !important;
  }
  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
  }
  .owl-carousel .owl-prev {
    left: -35px;
  }
  .owl-carousel .owl-next {
    right: -35px;
  }
  .owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 39px;
    background: #000000;
    border-radius: 3px;
  }
  .owl-carousel .prev-carousel:hover {
    background-position: 0px -53px;
  }
  .owl-carousel .next-carousel:hover {
    background-position: -24px -53px;
  }