
/*---------------------------owl slider---------------------------*/
 


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: 0px;
    top: 50%; 
    display: block;
    padding: 0 .3em !important;
    font-size: 40px !important;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
  }
  

  .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -10px;
    top: 50%; 
    display: block ;
    padding: 0 .3em !important;
    font-size: 40px !important ;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
  }
  
  
  .deals .owl-carousel .item img{
    width: 80px;
    margin: 0 auto;
    text-align: center;
  }
  
  
  .owl-theme .owl-nav [class*=owl-]:hover{
    background-color: #fff;
  }
  
  
  .deals .owl-carousel .item figure {
    margin: 0;
  }
  
  .deals .owl-carousel .item figure a {
    display: block;
    text-align: center;
    max-width: 100%;
    transition: all 0.3s;
    padding: 3em;
    text-decoration: none;
    color: #565a5c;
  }
  
  .deals .owl-carousel .item figure a:hover {
    box-shadow: 0 11px 13.35px 1.65px rgba(148,148,148,0.23);
    transform: scale(1.1);
  }
  
  
.owl-carousel .owl-item img
{
  width: 200px !important;
}


  /*---------------------------olw slider----------------------------*/
  
  