@charset "UTF-8";
/* -------------------------------------------------------------- 
 	SmartStore Widget: smartstore.smartgallery.css
-------------------------------------------------------------- */

.sb { position: absolute }

.smart-gallery {
	width: 600px;
}

.sg-image-wrapper {
	width: 100%;
    min-height: 300px; /* just to avoid page load flickering. This is overwritten per inline css anyway */
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
	outline: 1px solid transparent;
    text-align: center;
	/*background-color: #fff;
	border: 1px solid #d5d5d5;*/
}

.sg-image-wrapper > img {
    max-height: 100%; /* avoids page load flickering */
}

.sg-loader {
	position: absolute;
	z-index: 10;
	top: 48%;
	left: 48%;
	border: 1px solid #ccc;
}

.sg-image {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 300px;
	max-width: 100%;
	/*z-index: 9;*/
}

.sg-image a {
	display: inline-block;
    max-width: 100%;
}

.sg-image a img {
	border: 0;
	max-height: 100%;
	max-width: 100%;
}
      
.sg-image-description {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 7px;
	text-align: left;
	width: 100%;
	z-index: 11;
	background-color: rgba(0,0,0, .5);
	color: #fff;
}

.no-rgba .sg-image-description {
	background-color: #646464;
}

.sg-description-title {
	display: block;
}


.sg-nav {
	width: 100%;
	position: relative;
	overflow: hidden;
		/*opacity: 0;*/ /* //SARA debug pic 2 in product page98-04-23*/
    padding: 30PX; /*//SARA debug pic 2 in product page98-04-23*/
}

.sg-thumbs {
	position: relative;
	overflow-x: hidden;
	margin: 0 auto;
}        
            
.sg-thumb-list {
	position: relative;
    float: left;
    width: 5000px;
	height: 60px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sg-nav.has-buttons .sg-thumbs {
    margin-left: 19px;
    margin-right: 19px;
}

.sg-thumb-list li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
    float: left;
    padding: 0;
	margin-left: -1px;
}
.sg-thumb-list li:first-child {
	margin-left: 0;
}

.sg-thumb-list li a {
	position: relative;
	z-index: 0;
	display: block;
    border: 1px solid #ddd;
	background-color: #fff;
	outline: none;
    
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in;
         -o-transition: all 0.1s ease-in;
            transition: all 0.1s ease-in;
	
	box-sizing: border-box;
    width: 50px; /*//maryam-97-2-2 60px*/
    height: 60px;
	line-height: 52px;
	text-align: center;
    vertical-align: middle;
    margin-right:10px; /*//maryam-97-2-2*/
}

.sg-thumb-list li a:hover,
.sg-thumb-list li a.sg-active {
    border-color: #999;
	z-index: 1;
}

.sg-thumb-list li a > img {
	margin: 3px;
	max-width: 52px;
	max-height: 52px;
}

.sg-scroll-back,
.sg-scroll-forward {
	position: absolute;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .15);
            box-shadow: 0 0 4px rgba(0,0,0, .15);
	z-index: 30;
	height: 100%;
	width: 20px;
}

.sg-scroll-back a,
.sg-scroll-forward a {
	width: 18px;
}
.sg-scroll-back { left: 0 }
.sg-scroll-forward { right: 0 }

.sg-thumbs-overlay {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(left, #fff, rgba(255,255,255, 0) 3%, rgba(255,255,255, 0) 97%, #fff 100%);
}
            
/* Can't do display none, since Opera won't load the images then */
.sg-preloads {
	position: absolute;
	left: -9000px;
	top: -9000px;
}

/* Zooming */

.zoomContainer {
    z-index: 50;
}

.zoomWindow {
    border: 1px solid #999;
}

.zoomWindow,
.zoomLens {
   -webkit-box-shadow: 0 0 10px rgba(0,0,0, 0.4);
           box-shadow: 0 0 10px rgba(0,0,0, 0.4);
    display: none;
}




/*
 * blueimp Gallery CSS 2.11.1
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
     -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
      -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
       -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.5s linear;
     -moz-transition: opacity 0.5s linear;
      -ms-transition: opacity 0.5s linear;
       -o-transition: opacity 0.5s linear;
          transition: opacity 0.5s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(/Content/image-gallery/img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(/Content/image-gallery/img/error.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(/Content/image-gallery/img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(/Content/image-gallery/img/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(/Content/image-gallery/img/play-pause.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}

/* IE7 fixes */
*+html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
*+html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}


/*
 * blueimp Gallery Indicator CSS 1.1.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
}
.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0 3px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer;
}
.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .indicator {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.blueimp-gallery-single > .indicator {
  display: none;
}
.blueimp-gallery > .indicator {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* IE7 fixes */
*+html .blueimp-gallery > .indicator > li {
  display: inline;
}


.smartgallery-overlay,
.blueimp-gallery {
	-webkit-transition: opacity 0.2s linear, transform 0.2s ease-out;
		    transition: opacity 0.2s linear, transform 0.2s ease-out;
}

.smartgallery-overlay {
	position: fixed;
	z-index: 999998;
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.smartgallery-overlay.in {
	opacity: 0.3;
}


.blueimp-gallery {
	left: 40px;
	right: 40px;
	top: 40px;
	bottom: 40px;
	background: #fff;
	border: 1px solid rgba(0,0,0, 0.25);
	border-radius: 4px;
	border-top-right-radius: 0;
	-webkit-box-shadow: 0px 4px 20px rgba(0,0,0, 0.35);
	        box-shadow: 0px 4px 20px rgba(0,0,0, 0.35);
	-webkit-transform: translate(0, -75px) scale(0.9, 0.9);
	   -moz-transform: translate(0, -75px) scale(0.9, 0.9);
	    -ms-transform: translate(0, -75px) scale(0.9, 0.9);
	        transform: translate(0, -75px) scale(0.9, 0.9);
}

.blueimp-gallery-display {
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	        transform: none;
}


.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close {
	-webkit-transition: all 0.1s ease-in-out;
		   transition: all 0.1s ease-in-out;
}

.blueimp-gallery > .prev, 
.blueimp-gallery > .next {
	border: none;
	border-radius: 0;
	text-shadow: none;
	font-family: initial;
	background: transparent;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	color: #bbb;
	opacity: 1;
}
.blueimp-gallery > .prev { left: 0; }
.blueimp-gallery > .next { right: 0; }

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover {
	color: #888;
	background-color: #f5f5f5;
}
.blueimp-gallery > .prev:active,
.blueimp-gallery > .next:active {
	background-color: #eaeaea;
}

.blueimp-gallery > .close {
	text-shadow: none;
	opacity: 1 !important;
	padding: 8px 12px;
	padding-top: 2px;
	border-bottom-left-radius: 6px;
	background-color: #c5c5c5;
	color: #fff;
	margin: 0;
	top: 0;
	right: 0;
}
.blueimp-gallery > .close:hover {
	background-color: #ee5f5b;
}
.blueimp-gallery > .close:active {
	background-color: #ea3d38;
}

.blueimp-gallery > .indicator {
	margin: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	background-color: rgba(255,255,255, 0.5);
	opacity: 0.95;
	padding: 10px 0;
	-webkit-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
.blueimp-gallery > .indicator.out {
	bottom: -80px;
	opacity: 0;
}

.blueimp-gallery > .indicator > li {
	position: relative;
	z-index: 0;
	margin: 0;
	margin-left: -1px;
	opacity: 1;
	border: 1px solid #ccc;
	box-shadow: none;
	padding: 3px;
	background-origin: content-box;
	background-size: contain;
	border-radius: 0;
	width: 50px;
	height: 50px;
}
.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > li.active {
	border-color: #444;
}
.blueimp-gallery > .indicator > li:hover {
	z-index: 1;
}
.blueimp-gallery > .indicator > li.active {
	z-index: 2;
	outline: 1px solid #444;
}

@media (max-width: 767px) {
	.blueimp-gallery > .indicator > li {
		width: 25px;
		height: 25px;
	}
}


