/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-wrapper{
	margin: 0 -5px
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;

}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */

  z-index: 1; 

}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;

}
.owl-carousel .owl-item .item-padding{
	padding: 5px
}
.owl-carousel .owl-item .name{
	
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.owl-nav{
	position: absolute;
    top: -60px;
    right: 5px;
}
.owl-nav div{
    border: 1px solid #D5DADF;
    display: inline-block;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    background: #FCFCFC;
    border-radius: 3px;
    transition: all .3s ease;
}
.owl-nav div:hover{
    border-color: #1E84B4;
    color: #fff;
    background: none/*#239BD3*/;
}
.owl-nav div.disabled{
    background: #fff;
    border-color: #EAEAEA;
    color: #EAEAEA;
}
/*==============================================*/
@media screen and (max-width: 550px) and (max-height: 1024px) {
  .owl-carousel .owl-item img {
    left: 10%;
    bottom: 5%;
    display: block;
    width: 233px;
    margin: 0 auto;
}
}
.item{
  border: 1px solid #d5dadf;
  border-radius: 3px;
  margin-bottom: 30px;
  position: relative;
  transition: all .3s ease;
  width: 91%;
  height: 400px;
  margin:0 auto;
}

.instock-order-item-right{
  padding: 10px 15px;
  text-align: center;
}

.instock-order .instock-order-item-title {
  height: 50%;
  align-items: center;
}
.instock-order-item-price{
  position: absolute;
  align-items: center;

}
.instock-order-item-left{
  width: 100%;
  height: 65%;
}
.instock-order-item-image {
  max-width: 100%;
  height: 250px;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #D5DADF;
  position: relative;
}
.instock-order-item-title{
  height: 90px ;
  overflow: hidden;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-theme .owl-nav [class*=owl-]{
  top: 250px;
  background: none;
  border: none;
  width: 30px;
  height: 38px;
}
.owl-prev {
    position: absolute;
    right: 845px;
    top: 100px;
    z-index: 500;
}
.owl-next {
    position: absolute;
    top: 100px;
    right: -33px;
    z-index: 500;
}
