/* ELLIE DESKTOP PRODUCT GALLERY ARROWS FIX V35
   Autor: Modyfikator stworzony przez gumis
   Zakres: tylko desktopowa galeria produktu. */

@media (min-width: 768px) {
  body#product #product-images-cont,
  body.page-product #product-images-cont {
    position: relative !important;
  }

  body#product #product-images-cont .product-cover,
  body.page-product #product-images-cont .product-cover {
    position: relative !important;
    overflow: hidden !important;
  }

  body#product #product-images-cont .product-cover .ellie-gallery-arrow,
  body.page-product #product-images-cont .product-cover .ellie-gallery-arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 45 !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(52, 33, 23, 0.28) !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #342117 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: Arial, sans-serif !important;
    font-size: 32px !important;
    line-height: 38px !important;
    font-weight: 400 !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12) !important;
    cursor: pointer !important;
    opacity: 0.92 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    text-indent: 0 !important;
    transition: background-color .18s ease, color .18s ease, opacity .18s ease, border-color .18s ease !important;
  }

  body#product #product-images-cont .product-cover .ellie-gallery-arrow:hover,
  body.page-product #product-images-cont .product-cover .ellie-gallery-arrow:hover {
    background: #342117 !important;
    color: #ffffff !important;
    border-color: #342117 !important;
    opacity: 1 !important;
  }

  body#product #product-images-cont .product-cover .ellie-gallery-prev,
  body.page-product #product-images-cont .product-cover .ellie-gallery-prev {
    left: 12px !important;
  }

  body#product #product-images-cont .product-cover .ellie-gallery-next,
  body.page-product #product-images-cont .product-cover .ellie-gallery-next {
    right: 12px !important;
  }

  body#product #product-images-cont .product-cover .ellie-gallery-arrow[hidden],
  body.page-product #product-images-cont .product-cover .ellie-gallery-arrow[hidden] {
    display: none !important;
  }

  body#product #product-images-cont .js-thumb,
  body.page-product #product-images-cont .js-thumb,
  body#product #product-images-cont .js-thumb-container,
  body.page-product #product-images-cont .js-thumb-container {
    cursor: pointer !important;
  }

  body#product #product-images-cont .js-thumb.js-thumb-selected,
  body#product #product-images-cont .js-thumb.selected,
  body.page-product #product-images-cont .js-thumb.js-thumb-selected,
  body.page-product #product-images-cont .js-thumb.selected {
    outline: 2px solid #342117 !important;
    outline-offset: 2px !important;
  }

  body#product #product-images-cont .ellie-gallery-updating .js-qv-product-cover,
  body.page-product #product-images-cont .ellie-gallery-updating .js-qv-product-cover {
    opacity: .72 !important;
  }
}