/* module slideshow */
.nivo-html-caption {
    display: none; 
}

@-webkit-keyframes myfirst {
    from {
        width: 0; 
    }
    to {
        width: 100%; 
    } 
}
@keyframes myfirst {
    from {
        width: 0; 
    }
    to {
        width: 100%; 
    } 
}
.timethai.pos_hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused; 
}

.pos_bannerslide .pos-slideshow {
    position: relative;
    margin-bottom: 13px; 
}
.pos_bannerslide .pos-slideshow:hover .nivo-directionNav a {
    opacity: 1;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; 
}
.pos_bannerslide .pos-slideshow:hover .nivo-directionNav a.nivo-prevNav {
    left: 100px; 
}
.pos_bannerslide .pos-slideshow:hover .nivo-directionNav a.nivo-nextNav {
    right: 100px; 
}

.pos_bannerslide .pos-slideshow .nivo-directionNav a {
    display: block;
    color: #c9c9c9;
    text-align: center;
    font-size: 0;
    position: absolute;
    z-index: 8;
    cursor: pointer;
    top: 50%;
    width: 50px;
    height: 47px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; 
}
.pos_bannerslide .pos-slideshow .nivo-directionNav a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    font-size: 36px;
    font-family: 'plaza-icon' !important;
    line-height: 43px;
    margin: 0 auto; 
}
.pos_bannerslide .pos-slideshow .nivo-directionNav a i {
    font-size: 36px;
    line-height: 62px;
    display: none; 
}
@media (max-width: 767px) {
    .pos_bannerslide .pos-slideshow .nivo-directionNav a {
        display: none; 
    } 
}
.pos_bannerslide .pos-slideshow .nivo-directionNav a:hover {
    color: #79a206; 
}
.pos_bannerslide .pos-slideshow .nivo-directionNav a.nivo-prevNav {
    left: 10px; 
}
.pos_bannerslide .pos-slideshow .nivo-directionNav a.nivo-prevNav:before {
    content: ""; 
}
.pos_bannerslide .pos-slideshow .nivo-directionNav a.nivo-nextNav {
    right: 10px; 
}
.pos_bannerslide .pos-slideshow .nivo-directionNav a.nivo-nextNav:before {
    content: "\ea34"; 
}

.pos_bannerslide .pos-slideshow .nivo-controlNav {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 30px;
    z-index: 8; 
}
@media (max-width: 1199px) {
    .pos_bannerslide .pos-slideshow .nivo-controlNav {
        bottom: 1.953125vw; 
    } 
}
@media (max-width: 767px) {
    .pos_bannerslide .pos-slideshow .nivo-controlNav {
        display: none; 
    } 
}
.pos_bannerslide .pos-slideshow .nivo-controlNav a {
    display: inline-block;
    height: 15px;
    border-radius: 100%;
    font-size: 0;
    width: 15px;
    margin: 0 4px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 8;
    background: #fff;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; 
}
.pos_bannerslide .pos-slideshow .nivo-controlNav a.active, .pos_bannerslide .pos-slideshow .nivo-controlNav a:hover {
    background: none;
    border: 1px solid #fff; 
}
.pos_bannerslide .pos-slideshow .nivo-controlNav a.active {
    width: 15px;
    height: 15px; 
}

.slideshow_container .pos-slideshow {
    position: relative;
    margin-bottom: 40px; 
}
.slideshow_container .pos-slideshow:hover .nivo-directionNav a {
    opacity: 1;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; 
}
.slideshow_container .pos-slideshow:hover .nivo-directionNav a.nivo-prevNav {
    left: 20px; 
}
.slideshow_container .pos-slideshow:hover .nivo-directionNav a.nivo-nextNav {
    right: 20px; 
}

.slideshow_container .pos-slideshow .nivo-directionNav a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 0;
    position: absolute;
    z-index: 8;
    cursor: pointer;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; 
}
.slideshow_container .pos-slideshow .nivo-directionNav a i {
    font-size: 24px;
    line-height: 50px; 
}
@media (max-width: 767px) {
    .slideshow_container .pos-slideshow .nivo-directionNav a {
        display: none; 
    } 
}
.slideshow_container .pos-slideshow .nivo-directionNav a:hover {
    background: #ec610a; 
}
.slideshow_container .pos-slideshow .nivo-directionNav a.nivo-prevNav {
    left: 10px; 
}
.slideshow_container .pos-slideshow .nivo-directionNav a.nivo-nextNav {
    right: 10px; 
}

.slideshow_container .pos-slideshow .nivo-controlNav {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 30px;
    z-index: 8; 
}
@media (max-width: 1199px) {
    .slideshow_container .pos-slideshow .nivo-controlNav {
        bottom: 1.953125vw; 
    } 
}
@media (max-width: 767px) {
    .slideshow_container .pos-slideshow .nivo-controlNav {
        display: none; 
    } 
}
.slideshow_container .pos-slideshow .nivo-controlNav a {
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
    font-size: 0;
    width: 13px;
    height: 13px;
    background: #e7e3e7;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; 
}
.slideshow_container .pos-slideshow .nivo-controlNav a.active, .slideshow_container .pos-slideshow .nivo-controlNav a:hover {
    background: #ec610a; 
}

.desc1 {
    position: absolute;
    top: 50%;
    z-index: 8;
    min-width: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    direction: ltr !important;
    text-align: left;
    margin-left: -50px; 
}
@media (min-width: 1920px) {
    .desc1 {
        margin-left: -118px; 
    } 
}
.desc1 .title4 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #222222;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    padding-left: 8px;
    margin-bottom: 50px; 
}
.desc1 .title4:before {
    content: "";
    position: absolute;
    display: block;
    height: 30px;
    width: 2px;
    background: #222;
    left: 0;
    top: 0; 
}
.desc1 .title4 span {
    display: block; 
}
.desc1 .title1 {
    text-transform: uppercase;
    font-size: 90px;
    z-index: 0;
    width: 100%;
    color: #222;
    font-weight: normal;
    line-height: 80px;
    margin-bottom: 0px;
    animation: rollIn 1s linear alternate;
    -webkit-animation: rollIn 1s linear alternate;
    -moz-animation: rollIn 1s linear alternate; 
}
.desc1 .title2 {
    text-transform: uppercase;
    font-size: 90px;
    line-height: 80px;
    z-index: 0;
    width: 100%;
    color: #222;
    font-weight: 500;
    margin: 0;
    margin-bottom: 50px;
    animation: rollIn 1s linear alternate;
    -webkit-animation: rollIn 1s linear alternate;
    -moz-animation: rollIn 1s linear alternate; 
}
.desc1 .title3 {
    font-size: 18px;
    color: #222222;
    font-weight: normal;
    margin-bottom: 85px;
    animation: rollIn 1.2s linear alternate;
    -webkit-animation: rollIn 1.2s linear alternate;
    -moz-animation: rollIn 1.2s linear alternate; 
}
.desc1 .readmore {
    animation: slideInUp 0.5s linear alternate;
    -webkit-animation: slideInUp 0.5s linear alternate;
    -moz-animation: slideInUp 0.5s linear alternate;
    display: inline-block; 
}
.desc1 .readmore a {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding: 18px 50px;
    display: inline-block;
    background: #222;
    font-weight: 500;
    border-radius: 30px; 
}
.desc1 .readmore a:hover {
    background: #79a206;
    color: #fff;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; 
}

/* end module slideshow */


.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 */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    padding: 0 15px;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
    .owl-carousel .owl-item:hover {
      z-index: 2; }
  
  .owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    -webkit-transform-style: preserve-3d; }
  
  .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;
    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-drag .owl-item {
    -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 - Lazy Load Plugin
   */
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }
  
  /*
   * 	Owl Carousel - Video Plugin
   */
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease; }
  
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
  
  .owl-carousel .owl-video-playing .owl-video-tn,
  .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
  
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }
  
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }
  
/* module featured-products */
.pos-featured-products {
    padding: 0 55px;
    margin-top: 10px; }
    .pos-featured-products .owl-prev {
      left: 10px !important; }
    .pos-featured-products .owl-next {
      right: 10px !important; }
  
  /* end module featured-products */

  /* item product */
.pos_title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 50px; }
    .pos_title h2 {
      text-transform: capitalize;
      font-size: 40px;
      font-weight: normal;
      color: #222;
      position: relative;
      display: block;
      padding-bottom: 25px;
      font-family: 'Lora', serif; }
    .pos_title span.text1 {
      margin: 0;
      font-size: 14px;
      color: #888888;
      margin-bottom: 15px;
      display: block; }
    .pos_title span.text2 {
      margin: 0;
      font-size: 14px;
      color: #888888;
      line-height: 24px;
      display: block; }
  
  .pos_new_product {
    margin-top: 70px; }
    .pos_new_product .pos_title {
      margin-bottom: 40px; }
  
  .col-right .js-product-miniature .product_desc .product_name {
    font-size: 16px; }
  .col-right .js-product-miniature .product_desc .product-price-and-shipping .price {
    font-size: 16px; }
  
  .js-product-miniature {
    position: relative;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    margin-bottom: 30px; }
    .js-product-miniature .img_block {
      overflow: hidden;
      position: relative; }
      .js-product-miniature .img_block img {
        width: 100%;
        margin: 0;
        -webkit-transition: all 300ms ease-in;
        -moz-transition: all 300ms ease-in;
        -ms-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in; }
      .js-product-miniature .img_block .add-to-links {
        bottom: 0;
        position: absolute;
        left: 0;
        opacity: 1;
        text-align: center;
        background: #fff;
        padding: 0 10px;
        filter: alpha(opacity=0);
        visibility: hidden;
        transform: perspective(600px) rotateX(90deg);
        -webkit-transform: perspective(600px) rotateX(90deg);
        -moz-transform: perspective(600px) rotateX(90deg);
        -o-transform: perspective(600px) rotateX(90deg);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        filter: alpha(opacity=0); }
        .js-product-miniature .img_block .add-to-links li {
          display: inline-block;
          text-align: center;
          font-size: 0px;
          vertical-align: top;
          width: 40px;
          position: relative; }
          .js-product-miniature .img_block .add-to-links li:last-child {
            border-right: none; }
          .js-product-miniature .img_block .add-to-links li a {
            vertical-align: top;
            display: block;
            width: 40px;
            background: none;
            color: #222;
            text-align: center;
            line-height: 60px;
            font-size: 0px;
            text-shadow: 0 0 0; }
            .js-product-miniature .img_block .add-to-links li a:before {
              font-family: 'plaza-icon' !important;
              vertical-align: middle;
              position: absolute;
              display: block;
              left: 0;
              right: 0;
              margin: 0 auto;
              font-size: 18px; }
          .js-product-miniature .img_block .add-to-links li:hover a:before {
            color: #79a206;
            background: #fff; }
        .js-product-miniature .img_block .add-to-links li.cart .product-add-to-cart .button {
          vertical-align: top;
          display: block;
          width: 40px;
          border: none;
          background: none;
          text-align: center;
          font-size: 18px;
          text-shadow: 0 0 0;
          padding: 0px;
          line-height: 60px;
          height: 60px;
          cursor: pointer; }
          .js-product-miniature .img_block .add-to-links li.cart .product-add-to-cart .button span {
            font-size: 0px; }
          .js-product-miniature .img_block .add-to-links li.cart .product-add-to-cart .button i {
            line-height: 60px; }
        .js-product-miniature .img_block .add-to-links li.cart:hover .product-add-to-cart .button {
          background: #fff;
          color: #79a206; }
        .js-product-miniature .img_block .add-to-links li a.quick-view:before {
          content: "\e95c"; }
        .js-product-miniature .img_block .add-to-links li a.addToWishlist:before {
          content: "\e977"; }
    .js-product-miniature:hover .add-to-links {
      z-index: 3;
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    .js-product-miniature .product_desc {
      overflow: hidden;
      text-align: center;
      position: relative; }
      .js-product-miniature .product_desc .product_name {
        color: #222222;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 10px;
        display: inline-block; }
        .js-product-miniature .product_desc .product_name:hover {
          color: #79a206; }
      .js-product-miniature .product_desc .hook-reviews {
        display: inline-block;
        line-height: 1;
        margin-bottom: 0px;
        margin-top: 20px;
        margin-bottom: 5px;
        -webkit-transition: all 300ms ease-in;
        -moz-transition: all 300ms ease-in;
        -ms-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in; }
        .js-product-miniature .product_desc .hook-reviews .comments_note {
          direction: ltr !important; }
        .js-product-miniature .product_desc .hook-reviews .star_content {
          display: inline-block;
          vertical-align: bottom; }
        .js-product-miniature .product_desc .hook-reviews .nb-comments {
          font-size: 12px;
          display: none; }
      .js-product-miniature .product_desc .product-desc p {
        font-size: 12px;
        color: #8c8c8c;
        line-height: 25px;
        padding: 15px 0;
        margin: 0;
        display: none; }
      .js-product-miniature .product_desc .variant-links {
        margin-top: 15px;
        margin-top: 15px;
        background: transparent;
        padding: 0;
        min-height: auto;
        text-align: left;
        display: none; }
        .js-product-miniature .product_desc .variant-links a {
          margin: 0 5px 0 0;
          margin: 0 5px 0 0;
          border-radius: 100%;
          width: 15px;
          height: 15px; }
  
  .js-product-miniature .product-price-and-shipping {
    line-height: 1; }
    .js-product-miniature .product-price-and-shipping .sr-only {
      display: none; }
    .js-product-miniature .product-price-and-shipping .price {
      font-size: 14px;
      font-weight: 500;
      color: #222; }
    .js-product-miniature .product-price-and-shipping .price_sale {
      font-size: 14px;
      font-weight: 500;
      color: #79a206; }
    .js-product-miniature .product-price-and-shipping .regular-price {
      font-size: 14px;
      color: #999;
      font-weight: 400;
      padding-right: 5px;
      text-decoration: line-through;
      display: inline-block; }
    .js-product-miniature .product-price-and-shipping .discount-percentage {
      display: inline-block;
      padding: 1px 5px 0;
      background: #d4232b;
      color: white;
      line-height: 17px;
      font-size: 12px;
      font-weight: 700;
      -webkit-transform: translate3d(7px, -2px, 0);
      -moz-transform: translate3d(7px, -2px, 0);
      -ms-transform: translate3d(7px, -2px, 0);
      -o-transform: translate3d(7px, -2px, 0);
      transform: translate3d(7px, -2px, 0); }
  
  .product-flag .new,
  .product-flag .sale, .product-flag .pack {
    position: absolute;
    top: 10px !important;
    left: 10px;
    overflow: hidden;
    background: #79a206;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    height: 23px;
    width: 50px;
    line-height: 23px;
    text-align: center;
    text-transform: capitalize;
    font-weight: normal; }
    .product-flag .new span,
    .product-flag .sale span, .product-flag .pack span {
      background: #79a206;
      color: #fff;
      border-radius: 3px;
      font-size: 12px;
      line-height: 23px;
      text-align: center; }
  
  .discount-percentage {
    left: 10px;
    position: absolute;
    top: 40px !important;
    overflow: hidden;
    background: #dc0f0f;
    color: #fff;
    border-radius: 0;
    font-size: 12px;
    height: 23px;
    width: 50px;
    line-height: 23px;
    text-align: center;
    text-transform: capitalize;
    font-weight: normal;
    border-radius: 3px; }
  
  .product_accessoriesslide .discount-percentage {
    left: 10px !important;
    position: absolute;
    top: 10px !important;
    overflow: hidden;
    background: #dc0f0f !important;
    color: #fff;
    border-radius: 0;
    font-size: 12px !important;
    height: 23px;
    width: 50px;
    line-height: 23px;
    text-align: center;
    text-transform: capitalize;
    font-weight: normal;
    border-radius: 3px;
    box-shadow: none !important;
    min-height: auto !important;
    padding: 0 !important; }
  
  .product-flag .pack {
    z-index: 2; }
  
  .product-flag .on-sale {
    top: 35px !important; }
    .product-flag .on-sale:before {
      background: #f8484a; }
    .product-flag .on-sale span {
      background: #f8484a; }
  
  .product-flag .discount {
    display: none; }
  
  .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .owl-dots {
        display: none; } }
    .owl-dots .owl-dot {
      display: inline-block;
      margin: 0 4px; }
      .owl-dots .owl-dot span {
        display: inline-block;
        width: 20px;
        height: 8px;
        border-radius: 0px;
        background: #C5AB76;
        opacity: 0.5;
        -webkit-transition: all 300ms ease-in;
        -moz-transition: all 300ms ease-in;
        -ms-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in; }
        .owl-dots .owl-dot span:hover {
          opacity: 1;
          -webkit-transition: all 300ms ease-in;
          -moz-transition: all 300ms ease-in;
          -ms-transition: all 300ms ease-in;
          -o-transition: all 300ms ease-in;
          transition: all 300ms ease-in; }
      .owl-dots .owl-dot.active span {
        opacity: 1;
        width: 40px;
        height: 8px;
        -webkit-transition: all 300ms ease-in;
        -moz-transition: all 300ms ease-in;
        -ms-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
    }
  
  .owl-nav > div {
    position: absolute;
    top: 40%;
    opacity: 0;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    font-size: 0;
    color: #c9c9c9;
    width: 50px;
    height: 47px;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; }
    .owl-nav > div:before {
      font-family: 'plaza-icon' !important;
      font-size: 30px; }
    .owl-nav > div:hover {
      opacity: 1;
      -webkit-transition: all 300ms ease-in;
      -moz-transition: all 300ms ease-in;
      -ms-transition: all 300ms ease-in;
      -o-transition: all 300ms ease-in;
      transition: all 300ms ease-in;
      -webkit-transition: all 300ms ease-in;
      -moz-transition: all 300ms ease-in;
      -ms-transition: all 300ms ease-in;
      -o-transition: all 300ms ease-in;
      transition: all 300ms ease-in; }
    .owl-nav > div.owl-prev {
      left: -50px; }
      .owl-nav > div.owl-prev:hover {
        color: #222; }
      .owl-nav > div.owl-prev:before {
        content: "\ea33"; }
    .owl-nav > div.owl-next {
      right: -50px; }
      .owl-nav > div.owl-next:hover {
        color: #222; }
      .owl-nav > div.owl-next:before {
        content: "\ea34"; }
    @media (max-width: 767px) {
      .owl-nav > div {
        display: none; } }
  
  .pos_content :hover .owl-buttons > div {
    opacity: 1;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; }
  
  .pos_content:hover .owl-nav > div {
    opacity: 1 !important;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; }
  
  /* end item product */