
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* -------------- */

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  margin-top: -12px;
  }
  .owl-arrow{
      font-size: 25px;
      font-weight: 700;
  }
  /* .owl-arrow span:hover{
   transition: 0.3s;
   font-size: 27px;
} */

  .owl-carousel .owl-stage-outer {
      width: 100%;
  }
.app-card-doc .app-card-thumb-holder {
  background: #e9eaf1;
  text-align: center;
  position: relative;
  height: 160px;
  border-radius: 0.55rem;
  border: 1px solid lightgray;
}
  /* .owl-item{
      width: 173px;
  } */
  
.bbb_viewed {
   padding-top: 51px;
   padding-bottom: 60px;
   background: #eff6fa
}

.bbb_main_container{
       background-color: #fff;
  padding: 11px;
}

.bbb_viewed_title_container {
   border-bottom: solid 1px #dadada
}

.bbb_viewed_title {
       margin-bottom: 16px;
  margin-top: 8px;

}

.bbb_viewed_nav_container {
  position: relative;
  right: 0px;
  bottom: 43px;
  user-select: none;
  float: right;
   
}

.bbb_viewed_nav {
   display: inline-block;
   cursor: pointer
}

.bbb_viewed_nav i {
   color: #dadada;
   font-size: 18px;
   padding: 5px;
   -webkit-transition: all 200ms ease;
   -moz-transition: all 200ms ease;
   -ms-transition: all 200ms ease;
   -o-transition: all 200ms ease;
   transition: all 200ms ease
}

.bbb_viewed_nav:hover i {
   color: #606264
}

.bbb_viewed_prev-a{
   margin-right: 15px
}

.bbb_viewed_slider_container {
   padding-top: 13px;
}

.bbb_viewed_item {
   width: 100%;
   background: #FFFFFF;
   border-radius: 2px;
   padding-top: 25px;
   padding-bottom: 25px;
   padding-left: 10px;
   padding-right: 10px
}

@media(min-width: 500px) and (max-width: 768px){
   .bbb_viewed_item {
      width: 100%;
      background: #FFFFFF;
      border-radius: 2px;
      padding-top: 25px;
      padding-bottom: 25px;
      padding-left: 20px;
      padding-right: 20px
   }
}
@media(min-width: 376px) and (max-width: 426px){
   .bbb_viewed_item {
      width: 100%;
      background: #FFFFFF;
      border-radius: 2px;
      padding-top: 25px;
      padding-bottom: 25px;
      padding-left: 35px;
      padding-right: 35px
   }
}
@media(max-width: 321px){
   .bbb_viewed_item {
      width: 100%;
      background: #FFFFFF;
      border-radius: 2px;
      padding-top: 25px;
      padding-bottom: 25px;
      padding-left: 5px;
      padding-right: 5px
   }
   .bbb_viewed_item .app-card{
      width: 233px !important;
   }
}

.bbb_viewed_image {
       width: 150px;
  height: 150px;
}

.bbb_viewed_image img {
   display: block;
   max-width: 100%
}

.bbb_viewed_content {
   width: 100%;
   margin-top: 25px
}

.bbb_viewed_price {
   font-size: 16px;
   color: #000000;
   font-weight: 500
}

.bbb_viewed_item.discount .bbb_viewed_price {
   color: #df3b3b
}

.bbb_viewed_price span {
   position: relative;
   font-size: 12px;
   font-weight: 400;
   color: rgba(0, 0, 0, 0.6);
   margin-left: 8px
}

.bbb_viewed_price span::after {
   display: block;
   position: absolute;
   top: 6px;
   left: -2px;
   width: calc(100% + 4px);
   height: 1px;
   background: #8d8d8d;
   content: ''
}

.bbb_viewed_name {
   margin-top: 3px
}

.bbb_viewed_name a {
   font-size: 14px;
   color: #000000;
   -webkit-transition: all 200ms ease;
   -moz-transition: all 200ms ease;
   -ms-transition: all 200ms ease;
   -o-transition: all 200ms ease;
   transition: all 200ms ease
}

.bbb_viewed_name a:hover {
   color: #0e8ce4
}

.item_marks {
   position: absolute;
   top: 18px;
   left: 18px
}

.item_mark {
   display: none;
   width: 36px;
   height: 36px;
   border-radius: 50%;
   color: #FFFFFF;
   font-size: 10px;
   font-weight: 500;
   line-height: 36px;
   text-align: center
}

.item_discount { 
   background: #df3b3b;
   margin-right: 5px
}

.item_new {
   background: #0e8ce4
}

.bbb_viewed_item.discount .item_discount {
   display: inline-block
}

.bbb_viewed_item.is_new .item_new {
   display: inline-block
}
.owl-carousel .owl-stage-outer {
   width: 100%;
   /* margin-left: -19px; */
}
/* -------------- */