/*
* Container style
*/
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
* Scrollbar rail styles
*/
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9; }

/*
* Scrollbar thumb styles
*/
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #999;
  width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  touch-action: auto; }
  .ps:hover > .ps__rail-x {
    opacity: 0.6; }
  .ps:hover > .ps__rail-y {
    opacity: 0.6; }

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0;
  position: absolute; }
  .ps__rail-x:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps__rail-x:hover > .ps__thumb-x {
      background-color: #999;
      height: 11px; }
  .ps__rail-x:focus {
    background-color: #eee;
    opacity: 0.9; }
    .ps__rail-x:focus > .ps__thumb-x {
      background-color: #999;
      height: 11px; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0;
  position: absolute;
  width: 4px; }
  .ps__rail-y:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps__rail-y:hover > .ps__thumb-y {
      background-color: #999;
      width: 11px; }
  .ps__rail-y:focus {
    background-color: #eee;
    opacity: 0.9; }
    .ps__rail-y:focus > .ps__thumb-y {
      background-color: #999;
      width: 11px; }

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute; }

.ps__thumb-y {
  background-color: #aaa;
  transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
  background-color: #000;
  border-radius: 6px;
  width: 4px !important;
  opacity: 1;
  visibility: visible;
  border-radius: 0; }

.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; }
  .ps {
    overflow: auto !important; } }

@media (min-width: 768px) and (max-width: 1365px) {
  body.product #product_gallery_thumbs {
    order: 2;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex: 1 0 100%;
    flex-basis: 100%;
    margin-top: 33px;
    padding-left: 0;
    padding-bottom: 15px;
    height: 97px; }
    body.product #product_gallery_thumbs .thumb {
      flex: 0 0 82px;
      height: 100%;
      margin-right: 5px; } }

@media (min-width: 768px) and (max-width: 991px) {
  body.product #product_gallery_thumbs {
    height: 87px;
    margin-top: 26px; }
    body.product #product_gallery_thumbs .thumb {
      flex: 0 0 72px; } }

@media (max-width: 1365px) {
  body.product #product_gallery_thumbs .thumb {
    margin-bottom: 0; } }

@media (min-width: 768px) and (max-width: 1365px) and (max-width: 767px) {
  body.product #product_gallery_thumbs {
    display: none; } }

@media (max-width: 767px) {
  body.product #product_gallery_thumbs {
    display: none; } }


/*# sourceMappingURL=navigation~product.css.map*/