/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 0px;
  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-theme .owl-nav {
   position: relative;
    top: 10px;
    width: 100%;
}

.owl-next{
	background: #fff !important;
    color: #000 !important;
    font-size: 28px !important;
    border: solid 1px #423d3d !important;
    opacity: 1 !important;
    margin-right: 10px !important;
    height: 40px;
    padding: 0px !important;
    border-radius: 60px !important;
    width: 40px;
    box-shadow: 3px 3px 6px 3px #e8e8e8;



	}
	
.owl-prev{
	background: #fff !important;
    color: #000 !important;
    font-size: 28px !important;
    border: solid 1px #423d3d !important;
    opacity: 1 !important;
    margin-right: 10px !important;
    height: 40px;
    padding: 0px !important;
    border-radius: 60px !important;
    width: 40px;
    box-shadow: 3px 3px 6px 3px #e8e8e8;



}

.wbrecomm_fbt{margin-bottom: 40px;}
.wbrecomm_sp{margin-bottom: 40px;}
.product_offer{
    position: absolute;
    background: #5bce04;
    padding: 2px 10px !important;
    top: 0;
    color: #fff;
    font-size: 13px;}

.slider-heading{ 
	border-bottom: solid 1px #6e6e6e;
    padding: 10px 0 2px 0px;
    max-width: 100%;
    width: 99%;
    margin: 0px auto;
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    color: #000;
	}

.owl-img-wrapper{
	height: 240px;
    display: table-cell;
    vertical-align: middle;
    width: 275px;
}

.owl-item .book1{ padding-top:0px;}
.owl-item .book1 a{color: #000;font-weight: 600;font-size: 13px;}
.owl-item .book5{ padding-top:6px;}
.owl-item .book5 a{color: #3e6c85;font-weight: 600;font-size: 18px;}
.owl-item .item a.item-img{
	width: 100%;
    text-align: center;
    display: block;
	}
.counter{
	width: 100%;
    text-align: right;
    font-size: 12px;
    padding: 4px 8px;
    height: 26px;
	}

@media only screen and (max-width: 540px) {
	.owl-img-wrapper {
    height: 190px;
	}
	
 .owl-prev{
	  background:none !important;
	 margin-top: 30px !important;
    margin-right: 20px !important;
    
	  
 }
 
.owl-next{
  background:none !important;
   margin-top: 30px !important;
   margin-left: 20px !important;
	
 }
 
.owl-carousel .owl-item img{
	max-height: 145px;
}
 
}

