/*************************************************************************/
/* The following styles overwrites the default styles defined by s7sdk to provide
   custom look and feel. */
/*************************************************************************/
/* Specify 100% width and height for responsive viewer resizing. */
html,
body {
	width: 100%;
	height: 100%;
}

/* Tool Tip */
.s7tooltip {
	background-color: rgb(224, 224, 224);
	border: 1px solid rgb(191, 191, 191);
	color: rgb(26, 26, 26);
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
	padding: 5px;
	position: absolute;
	text-align: center;
	z-index: 10000;
}

.scene7-viewer-block,
body.productDetail .media .tabBody.scene7-viewer-block {
	padding: 0;
	height: auto;
	width: auto;
}

#s7vidcontainer_photos-quickinfo {
	height: 290px;
	width: 290px;
	margin-left: 0px;
}

.page-mode-desktop #s7vidcontainer_photos {
	width: 420px;
	height: 316px;
	/*display:none;*/
}

.s7quickview.scene7-viewer-block>.s7container,
.s7quickview.scene7-viewer-block>.s7container>.s7container {
	height: 390px;
	width: 290px;
}

@media (max-width: 991px) {
	.scene7-viewer-block-mobile .s7zoomresetbutton {
		display: none !important;
	}

	.scene7-viewer-block-mobile .zoomBtnContainer {
		width: 100% !important;
	}
}

.s7quickview.scene7-viewer-block .s7zoomresetbutton {
	display: none;
}

.s7quickview.scene7-viewer-block .zoomBtnContainer {
	width: 290px !important;
}

@media (min-width: 992px) {

	#s7container_photos,
	.scene7-viewer-block>.s7container {
		/*border: 1px solid #32465a;*/
		width: 480px;
		height: 580px;
		background-color: #ffffff;
	}

	#s7viewerContainer_s7ViewerDiv {
		border: 1px solid #32465a;
	}

	#s7viewerContainer_photos,
	.scene7-viewer-block>.s7container>.s7container {
		width: 480px;
		height: 480px;

	}

	#s7vidcontainer_photos {
		/*width:480px;
		height:480px;
		display:none;*/
	}

.page-mode-desktop #s7vidcontainer_photos {
		width: 420px;
		height: 352px;
		margin-left: 0;
		/*top: 64px;*/
		/*display:none;*/
	}

}

/*************************************************************************/
/* Set attributes for the page body
body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	background: #FFFFFF;
	overflow: hidden;
} */

/*************************************************************************/

/*************************************************************************/
/* Zoom View */
.s7zoomview {
	width: 480px;
	height: 480px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

/* IconEffect component*/
.s7zoomview .s7iconeffect {
	width: 220px;
	height: 48px;
}

.s7zoomview .s7iconeffect[media-type='standard'] {
	background-image: url(../images/tapTap-desktoptablet.png);

}

.s7zoomview .s7iconeffect[media-type='multitouch'] {
	background-image: url(../images/tapTap-desktoptablet.png);

}

#zoomBtnContainer,
.zoomBtnContainer {
	height: 20px !important;
	width: 480px !important;
	margin: 10px 0 0 !important;
	text-align: center !important;
}

.s7zoominbutton[state="up"],
.s7zoominbutton[state="over"],
.s7zoominbutton[state="down"],
.s7zoominbutton[state="disabled"] {
	background-image: url("../images/s7zoom-in.png");
	cursor: pointer;
	height: 23px;
	display: inline-block;
	margin: 0 5px;
	width: 123px;
	z-index: 2;
}

.s7zoomoutbutton[state="up"],
.s7zoomoutbutton[state="over"],
.s7zoomoutbutton[state="down"],
.s7zoomoutbutton[state="disabled"] {
	background-image: url("../images/s7zoom-out.png");
	cursor: pointer;
	height: 23px;
	display: inline-block;
	margin: 0 5px;
	width: 123px;
	z-index: 2;
}

.s7zoomresetbutton[state="up"],
.s7zoomresetbutton[state="over"],
.s7zoomresetbutton[state="down"],
.s7zoomresetbutton[state="disabled"] {
	background-image: url("../images/S7_resetbutton.png");
	cursor: pointer;
	height: 23px;
	width: 123px;
	margin: 0 5px;
	display: inline-block;
}

/*************************************************************************/
/* Spin View */
.s7spinview {
	width: 480px;
	height: 480px;
	position: absolute;
	top: 0px;
}

/* IconEffect component */
.s7spinview .s7iconeffect {
	width: 100px;
	height: 100px;
	background-size: contain;
}

.s7spinview .s7iconeffect[state='spin_1D'] {
	background-image: url(../images/IconEffect_spin_up.png);
}

.s7spinview .s7iconeffect[state='spin_2D'] {
	background-image: url(../images/IconEffect_spin3d_up.png);
}

.s7spinview .s7iconeffect[state='spin_2D'] {
	background-image: url(../images/icon-ClickDragSpin-2x.png);
	width: 275px;
	height: 110px;
}

.s7quickview .s7spinview .s7iconeffect[state='spin_2D'] {
	background-image: url(../images/icon-ClickDragSpin-1x.png);
	width: 137.5px;
	height: 55px;
}

/*************************************************************************/
/* Swatches component for switching between viewers  */
.s7swatches {
	background-color: #ffffff;
	/*visibility: hidden;*/
	height: 50px;
	margin: 10px 0;
	position: relative;
	width: 480px;
}

#s7container_photos-quickinfo .s7swatches {
	width: 290px;
}

#s7ViewerDiv .s7swatches {
	width: 100%;
}

.s7swatches .s7thumb {
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

.s7swatches .s7thumb[state="default"],
.s7swatches .s7thumb[state="over"] {
	border: 1px solid #336699;
}

.s7swatches .s7thumb[state="selected"] {
	border: 1px solid #32465a;
}

.s7swatches .s7scrollrightbutton[state="disabled"] {
	visibility: hidden;
}

.s7swatches .s7scrollrightbutton[state="up"],
.s7swatches .s7scrollrightbutton[state="over"],
.s7swatches .s7scrollrightbutton[state="down"] {
	background-image: url("../images/s7arrow-right.png");
	width: 50px;
	height: 50px;
}

.s7swatches .s7scrollleftbutton[state="disabled"] {
	visibility: hidden;
}

.s7swatches .s7scrollleftbutton[state="up"],
.s7swatches .s7scrollleftbutton[state="over"],
.s7swatches .s7scrollleftbutton[state="down"] {
	background-image: url("../images/s7arrow-left.png");

}

.s7swatches .s7scrollrightbutton,
.s7swatches .s7scrollleftbutton {
	width: 50px;
	height: 50px;
}

.s7swatches .s7thumb .s7thumboverlay[type="image"] {}

.s7swatches .s7thumb .s7thumboverlay[type="swatchset"] {
	background-image: url(https://www.bradfordexchange.com/store/20091217001/responsive2/assets/s7sdk-2.8/images/ThumbOverlaySwatchSet.png);
}

.s7swatches .s7thumb .s7thumboverlay[type="spinset"] {
	background: url("../images/spin.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 100%;
	width: 100%;
	background-color: #ffffff;
}

.s7swatches .s7thumb .s7thumboverlay[type="video"] {
	background: url("../images/s7video.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 100%;
	width: 100%;
	background-color: #ffffff;
}

/*************************************************************************/
/* VideoPlayer component*/
.s7videoplayer {
	position: absolute !important;
	top: -20px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto !important;
	background-color: #ffffff;
	width: 420px;
	height: 316px;
}

/* IconEffect component*/
.s7videoplayer .s7iconeffect {
	width: 120px;
	height: 120px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.s7videoviewer.s7mouseinput .s7videoplayer .s7iconeffect[state="replay"] {
	background-image: url(../images/IconEffect_play_up.png);
}

.s7videoviewer .s7controlbar {
	bottom: -36px;
}

/* Images for the VideoPlayer play and replay icon */
.s7videoplayer .s7iconeffect[state='play'] {
	background-image: url(../images/IconEffect_play_up.png);
}

.s7videoplayer .s7iconeffect[state='replay'] {
	background-image: url(../images/IconEffect_play_up.png);
}

.s7videoviewer.s7mouseinput .s7playpausebutton[selected="true"][replay="true"][state="up"] {
	background-image: url(../images/IconEffect_play_up.png);
}


/* //S7: Suppress any padding defined on 'photos' DIV in CSS*/
#s7vidcontainer_videoPlayer.s7videoplayer .s7iconeffect {
	width: 120px;
	height: 120px
}

#s7vidcontainer_videoPlayer.s7videoviewer .s7videoplayer .s7iconeffect[state='play'] {
	background-image: url(http://6ddev.com/../images/IconEffect_play_up.png);
}

#s7vidcontainer_photos.s7videoplayer .s7iconeffect[state='replay'] {
	background-image: url("../images/IconEffect_play_up.png");
}

#playPauseBtn.s7playpausebutton[selected="true"][replay="true"][state="up"],
#playPauseBtn.s7playpausebutton[selected="true"][replay="true"][state="over"],
#playPauseBtn.s7playpausebutton[selected="true"][replay="true"][state="down"],
#playPauseBtn.s7playpausebutton[selected="true"][replay="true"][state="disabled"] {
	background-image: url("../images/s7PlayButton_up.png");
}

#s7vidcontainer_playPauseButton.s7playpausebutton[selected="true"][replay="true"][state="up"],
#s7vidcontainer_playPauseButton.s7playpausebutton[selected="true"][replay="true"][state="over"],
#s7vidcontainer_playPauseButton.s7playpausebutton[selected="true"][replay="true"][state="down"],
#s7vidcontainer_playPauseButton.s7playpausebutton[selected="true"][replay="true"][state="disabled"] {
	background-image: url("../images/s7PlayButton_up.png");
}

#s7vidcontainer_playPauseButton.s7playpausebutton {
	height: 28px;
	top: 4px;
}

#s7vidcontainer_controls .s7videoscrubber {
	height: 8px;
	top: 14px;

}

#s7vidcontainer_videoScrubber .s7track {
	height: 8px;

}

#s7vidcontainer_videoScrubber .s7trackloaded {
	height: 8px;

}

#s7vidcontainer_videoScrubber .s7trackplayed {
	height: 8px;

}

#s7vidcontainer_videoScrubber .s7knob {
	height: 24px;

}

#s7vidcontainer_controls.s7controlbar {
	height: 36px;
}

#s7vidcontainer_videoTime.s7videotime {
	top: 8px;
	font-size: 10px;
}

#s7vidcontainer_fullScreenButton.s7button.s7fullscreenbutton {
	top: 4px;
	height: 28px;
}

.page-mode-desktop #s7vidcontainer_photos {
	width: 420px;
	height: 316px;
	/*display:none;*/
}

@media screen and (-webkit-device-pixel-ratio:2),
screen and (-webkit-device-pixel-ratio:1.5) {
	.s7swatches .s7thumb .s7thumboverlay[type="video"] {
		background: url("../images/s7video-retina.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
		height: 100%;
		width: 100%;
		background-color: #ffffff;
	}

	.s7zoomview .s7iconeffect[media-type='standard'] {
		display: block;
		background-image: url(../images/tapTap-desktoptablet.png) no-repeat center;
		-webkit-background-size: 220px 48px;
		background-size: 220px 48px;
	}

	.s7zoomview .s7iconeffect[media-type='multitouch'] {
		background-image: url(../images/tapTap-desktoptablet.png) no-repeat center;
		-webkit-background-size: 220px 48px;
		background-size: 220px 48px;
	}

	.s7swatches .s7scrollrightbutton[state="disabled"] {
		visibility: hidden;
	}

	.s7swatches .s7scrollrightbutton[state="up"],
	.s7swatches .s7scrollrightbutton[state="over"],
	.s7swatches .s7scrollrightbutton[state="down"] {
		background-image: url(../images/s7arrow-right-retina.png);
		width: 50px;
		height: 50px;
	}

	.s7swatches .s7scrollleftbutton[state="disabled"] {
		visibility: hidden;
	}

	.s7swatches .s7scrollleftbutton[state="up"],
	.s7swatches .s7scrollleftbutton[state="over"],
	.s7swatches .s7scrollleftbutton[state="down"] {
		background-image: url(../images/s7arrow-left-retina.png);

	}

	.s7swatches .s7thumb .s7thumboverlay[type="video"] {
		background: url(../images/s7video-retina.png);
		-webkit-background-size: 50px 50px;
		background-size: 50px 50px;
		background-color: #ffffff;
	}

	.s7swatches .s7thumb .s7thumboverlay[type="spinset"] {
		background: url(../images/spin_retina.png);
		-webkit-background-size: 50px 50px;
		background-size: 50px 50px;
		background-color: #ffffff;
	}
}

#s7container_photos_inner {
	position: absolute;
	height: 70px;
	top: 510px;
}

#s7container_photos-quickinfo_inner {
	height: 70px;
	position: absolute;
	top: 320px;
}