.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1; }
    .owl-carousel .owl-stage {
      position: relative;
      -ms-touch-action: pan-Y;
      touch-action: manipulation;
      -moz-backface-visibility: hidden;
      }
    .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;
      -webkit-transform: translate3d(0px, 0px, 0px); }
    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0); }
    .owl-carousel .owl-item {
      position: relative;
      min-height: 1px;
      float: left;
      -webkit-backface-visibility: hidden;
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none; }
    .owl-carousel .owl-item .item{
      padding: 1rem; 
      }
  .owl-theme-p .owl-dots
      {text-align:center;-webkit-tap-highlight-color:transparent}
  .owl-theme-p .owl-nav .disabled{opacity:0;cursor:default}
  .owl-theme-p .owl-dots .owl-dot{display:inline-block !important;zoom:1 !important; background-color: #fff !important; width: auto !important; height: auto !important; margin: 0 !important; padding: 0 !important;}
  .owl-theme-p .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
  .owl-theme-p .owl-dots .owl-dot.active span,.owl-theme-p .owl-dots .owl-dot:hover span{background:#869791}
  
  
    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
      display: none; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-dot {
      cursor: pointer;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
      background: none;
      color: inherit;
      border: none;
      padding: 0 !important;
      font: inherit; }
  .owl-theme-p .owl-nav button.owl-prev,
  .owl-theme-p .owl-nav button.owl-next{
      height: 75px;
      width: 40px;	
      color: #fff;
      margin: auto 0;
      background: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      bottom: 0;
  }
  .owl-theme-p .owl-nav button.owl-prev{
      left: 0;
  }
  .owl-theme-p .owl-nav button.owl-next{
      right: 0;
  }
  .owl-theme-p .owl-nav button.owl-prev:hover,
  .owl-theme-p .owl-nav button.owl-next:hover{
      background: rgba(0, 0, 0, 0.5);
  }
  .normal-sizeowl .owl-nav span{
      height: 75px;
      width: 40px;
      font-size: 60px;
      line-height: 65px;
      margin: auto;
      display: block;
      text-align: center;
  }
  .owl-videos .owl-nav span{
      height: 75px;
      width: 40px;
      font-size: 60px;
      line-height: 65px;
      margin: auto;
      display: block;
      text-align: center;
  }
  .owl-videos .video-container {
      display: block;
      width: 100%;
      max-width: 750px;
      height: 425px;
      border: 1px solid #aaa;
      margin: 10px auto;
      box-shadow: 0px 0px 5px 1px;
      box-sizing: content-box;
  }
  .owl-videos .item-video{
      -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
      -moz-animation: fadein 2s; /* Firefox < 16 */
      -ms-animation: fadein 2s; /* Internet Explorer */
       -o-animation: fadein 2s; /* Opera < 12.1 */
       animation: fadein 2s;
  }
  @keyframes fadein {
      from { opacity: 0; }
      to   { opacity: 1; }
  }
  
  /* Firefox < 16 */
  @-moz-keyframes fadein {
      from { opacity: 0; }
      to   { opacity: 1; }
  }
  
  /* Safari, Chrome and Opera > 12.1 */
  @-webkit-keyframes fadein {
      from { opacity: 0; }
      to   { opacity: 1; }
  }
  
  .owl-stage{
      min-width: 100%;
  }
    .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 {
      visibility: hidden; }
    .owl-carousel.owl-drag .owl-item {
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .owl-carousel.owl-grab {
      cursor: move;
      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 Carousel - Animate Plugin
   */
  .owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }
  
  .owl-carousel .owl-animated-in {
    z-index: 0; }
  
  .owl-carousel .owl-animated-out {
    z-index: 1; }
  
  .owl-carousel .fadeOut {
    animation-name: fadeOut; }
  
  @keyframes fadeOut {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  
  /*
   * 	Owl Carousel - Auto Height Plugin
   */
  .owl-height {
    transition: height 500ms ease-in-out; }
  
  .owl-carousel .owl-item {
  }
    .owl-carousel .owl-item .owl-lazy {
      opacity: 0;
      transition: opacity 400ms ease; }
    .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
      max-height: 0; }
    .owl-carousel .owl-item img.owl-lazy {
      transform-style: preserve-3d; }
  
  /*
   * 	Owl Carousel - Video Plugin
   */
  .owl-videos .item-video .owl-video-wrapper {
    position: relative;
    background: #000;
      display: block;
      width: 100%;
      max-width: 711px;
      height: 400px;
      border: 1px solid #aaa;
      margin: 10px auto;
      box-shadow: 0px 0px 5px 1px;
      box-sizing: content-box;
      overflow: hidden;
  }
  .owl-videos .item-video .owl-video-wrapper iframe {
        z-index: 999;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      max-width: 711px;
      height: 400px;
  }
  .owl-videos .item-video .owl-video-play-icon {
      position: absolute;
      height: 100%;
      width: 100%;
      margin: 0;
      padding: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url(/store/css/imgs/owl.video.play.png) no-repeat center, center;
      cursor: pointer;
      z-index: 1;
      -webkit-backface-visibility: hidden;
      transition: transform 100ms ease;
      background-color: rgb(0 0 0 / 0.20);
  }
  .owl-videos .item-video .owl-video-play-icon span {   
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      color: #fff;
      text-align: center;
  }
  
  .owl-videos .item-video .owl-video-play-icon:hover {
      -ms-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
      background-color: rgb(51 122 183 / .20);
  }
  
  .owl-videos .item-video .owl-video-playing .owl-video-tn,
  .owl-videos .item-video .owl-video-playing .owl-video-play-icon {
    display: none; }
  
  .owl-videos .item-video .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 400ms ease; }
  
  .owl-videos .item-video .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }
  
  /*custom product dispaly*/
  .owl-carousel .owl-item .owl-main-img {
      display: block !important;
      width: 100% !important;
      height: auto !important;
      max-width: 300px !important;
      margin: auto !important;   
  }
  .owl-title-text{
      
      font-size: 15px;
      line-height: 18px;
      margin: 0.75rem 0;
  }
  .owl-title-text a{    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;    font-weight: 600;}
  .owl-details-box{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      line-height: 20px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
  }
  .owl-price{
      color: #3366cc;
      font-size: 15px;
      font-weight: bold;
  }
  .owl-reviews{
      margin-left: 1.25rem;
  }
  .owl-carousel .owl-item .item .owl-details-box .owl-reviews img{
      display: inline !important;
      height: 15px !important;
      width: 15px !important;
      max-height: 15px;
      max-width: 15px;
      vertical-align: top;
      margin-right: 2px;
  }
  .owl-nav .owl-prev:before, .owl-nav .owl-next:before {
      display: none;
  }
  
  @media(max-width:768px) {
  .owl-videos .item-video .owl-video-wrapper,.owl-videos .item-video .owl-video-wrapper iframe {
      max-width: 560px;
      height: 315px;
  }
  }
  @media(max-width:480px) {
  .owl-videos .item-video .owl-video-wrapper,.owl-videos .item-video .owl-video-wrapper iframe {
        max-width: 480px;
      height: 270px;
  }
  }