
@media (max-width: 767px) {
	.rd-collapsed {
		height: 49px !important;
	}
	.rd-collapsed #recommended-products-slider .ec_slider_pagination,
	.rd-collapsed #similar-products-slider .ec_slider_pagination,
	.rd-collapsed #recommended-products-slider .caroufredsel_wrapper,
	.rd-collapsed #similar-products-slider .caroufredsel_wrapper {
		height: 0 !important;
		overflow: hidden;
	}
	.rd-collapsed .ec_slider_prev,
	.rd-collapsed .ec_slider_next {
		display: none !important;
	}
	.product-colors.rd-collapsed .rich-data-inside {
		display: none;
	}
	.rd-expanded .product-colors {
		overflow: visible;
	}
}


@media (max-width: 767px) {
	.collapsible::after {
		position: absolute;
		right: 10px;
		font-family:'Helvetica W01 Cn';
		font-size: 14px;
		color: #82bc00;
		text-transform: lowercase;
		line-height: 50px;
		cursor: pointer;
		z-index: 50;
	}
	.rd-collapsed .collapsible::after {
		content: 'expand +';
	}
	.rd-expanded .collapsible::after {
		content: 'collapse -';
	}
	#main > .wrap {
		padding: 0;
	}
	.product-data-panel {
		padding-bottom: 0 !important;
	}
	.product-share-container {
		padding-top: 0 !important;
	}
}

.mobile-header {
	height: 50px;
	background-color: #f7f7f7;
	border: 1px solid #ced2d4;
	font-family:'Helvetica W01 Bd Cn';
	font-size: 22px;
	line-height: 50px;
	padding-left: 8px;
	color: #58575b;
	text-transform: uppercase;
}

.questions {
	padding: 0;
	overflow: hidden;
}

.questions .product-service-shipping-returns-box {
	border: none;
}

.product-share-container.visible-xs{
	overflow: hidden;
}

/* PANEL: Header */
.product_title {
	font-family:'Helvetica W01 Bd Cn';
	font-size: 30px;
	font-weight: bold;
	color: #58575b;
}
.product_sku {
	font-family:'Helvetica W01 Cn';
	font-size: 24px;
	color: #58575b;
}
.product_sku span {
	color: #808284;
}

/* PANEL: Image */
#product3d {
	height: 100%;
}
#imageview {
	height: 100%;
}
.product-image {
	position: relative;
}
#3dview {
	display: none;
}
#imageview {
	z-index: 1;
}
#imageview .click-to-zoom {
	position: absolute;
	bottom: 5px;
	left: 8px;
	margin: 0;
	font-family: 'Helvetica W01 Light Cn';
	font-size: 14px;
	color: #d1d3d4;
}
.product-image {
	text-align: center;
	overflow: hidden;
	height: 502px;
}
.product-image img {
	position: absolute;
	transition: transform .35s, -webkit-transform .35s, -ms-transform .35s;
	-webkit-transition: transform .35s, -webkit-transform .35s, -ms-transform .35s;
	-ms-transition: width transform .35s, -webkit-transform .35s, -ms-transform .35s;
	cursor: all-scroll;
}
@media (max-width: 991px) {
	.product-image {
		height: 480px;
	}
}
@media (max-width: 767px) {
	#imageview .click-to-zoom {
		display: none !important;
	}
	#imageview img {
		width: auto;
		height: 100%;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.product-image {
		border: none !important;
	}
	.product-images-container,
	.product-add-to-cart-container,
	.product-data-panel,
	.product-share-container,
	.similar-recommended-products-container,
	.questions {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}
@media (min-width: 768px) {
	#imageview img {
		height: auto;
		max-height: 100%;
		min-width: 0;
		width: auto;
		max-width: 100%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
}

/* PANEL: Image Tools */
#product-images-slider .ec_slider_next {
	margin-right: 0px;
	font-size: 48px;
	margin-top: -65px;
	width: 50px;
}
#product-images-slider .ec_slider_prev {
	margin-left: 0px;
	font-size: 48px;
	margin-top: -65px;
	width: 50px;
}
.product-image-selection-panel img {
	-ms-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	transition: all .8s;
	-webkit-transition: all .8s;
	cursor: pointer;
}
.product-image-selection-panel img:hover {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.image-tools-tab {
	display: inline-block;
	height: 35px;
	font-family: 'Helvetica W01 Bd Cn';
	font-size: 19px;
	color: #58575b;
	background-color: #E6E7E8;
	text-align: center;
	border-bottom: 1px solid #4b494f;
	cursor: pointer;
}
.image-tools-tab:first-child {
}
.image-tools-tab.selected {
	background-color: #FFFFFF;
	border-bottom: none;
}
.product-image-3d-tools-tab {
	border-left: 1px solid #4b494f;
}


.product_slider_image {
	border: 1px solid #4b494f;
	cursor: pointer;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
}
.product_slider_image:hover,
.product_slider_image.selected {
	border: 1px solid #82bc00;
}

.product-image-selection-panel .ec_slider_image_carousel .ec_slider_pagination {
	margin: 4px 0 0 0;
}
.ec_slider_foo_content img {
	height: auto;
}
.product-image-selection-panel .ec_slider_foo_content {
	margin: 4px;
	max-width: 88px;
}
.product-image-selection-panel .ec_slider_foo_content img{
	max-width: 88px;
	max-height: 100%;
}
.product-image-selection-panel {
	overflow: hidden;
	z-index: 1;
	position: relative;
}
.product-image-selection-panel,
.product-image-3d-tools-panel {
	position: absolute;
	top: 36px;
	left: 0px;
	background-color: #FFFFFF;
	margin: 4px;
	height: 100%;
}
.product-image-3d-tools-panel {
	z-index: 0;
}
.product-images-container {
	padding-left: 0px;
}
.product-image-tools-container {
	margin-top: 8px;
	height: 165px;
	overflow: hidden;
	position: relative;
	opacity: 0;
	transition: all .15s;
	-webkit-transition: all .15s;
	-ms-transition: all .15s;
}
@media (max-width: 767px) {
	.product-images-container {
		padding-top: 0;
		padding-bottom: 0;
	}
	#imageview {
		pointer-events: none;
	}
}

/* PANEL: Share */
.product-share-panel {
	margin-top: 6px;
}
div.ssba {
	display: inline-block;
}
div.ssba div a img {
	width: 64px !important;
}
.product-share-panel span {
	font-family: 'Helvetica W01 Bd Cn';
	font-size: 21px;
	text-transform: uppercase;
	color: #808284;
}
.product-share-container {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
@media (max-width: 767px) {
	.product-image-3d-tools-tab {
		display: none;
	}
	.product-add-to-cart-panel.ltgray-border {
		border: 0 !important;
	}
	.product-share-panel {
		padding-left: 0;
		padding-right: 0;
		margin-top: 0px;
	}
	.similar-products,
	.recommended-products,
	.similar-recommended-products-container,
	.questions {
		padding: 0 !important;
	}
	div.ssba {
		width: 100%;
	}
	div.ssba div{
		text-align: center !important;
	}
}

/* PANEL: Rich Data */
.rich_green {
	font-family:'Helvetica W01 Cn';
	font-size: 13px;
	color: #82bc00;
}
.rd-icon-container {
	position: absolute;
	top: 50%;
	transform: translate(-50%,-65%);
	-webkit-transform: translate(-50%,-65%);
	-ms-transform: translate(-50%,-65%);
}
.rd-icon-description {
	position: absolute;
	bottom: 3px;
	left: 16px;
	white-space: nowrap;
}
.product-data-panel-inside > div {
	height: 96px;
}
.product-data-panel-inside > div.product-colors {
	height: 118px;
}
.rich-data-inside {
	border-left: 1px solid #404041;
	border-right: 1px solid #404041;
	width: 100%;
	padding-left: 16px;
	position: relative;
	text-align: left;
	overflow: hidden;
}
.product-colors .rich-data-inside {
	overflow: visible;
}
.product-price .bold-section-header,
.product-size .bold-section-header,
.product-bold-factor .bold-section-header,
.product-price .rich-data-inside,
.product-size .rich-data-inside,
.product-bold-factor .rich-data-inside {
	border-right: none !important;
}
.product-data-panel .bold-section-header {
	margin-bottom: 0px;
}
.product-data-panel .bold-section-header {
	border: 1px solid #404041;
	text-align: left;
}
.rpa-color-title:hover + .rich-data-hover {
	background-color: rgba(130, 188, 0, 0.9);
}
.rich-data-inside:hover + .rich-data-hover {
	background-color: rgba(130, 188, 0, 0.9);
}
.rich-data-hover:hover {
	background-color: rgba(130, 188, 0, 0.9);
}
.rich-data-inside:hover + .rich-data-hover .rich-data-hover-content,
.rich-data-hover:hover .rich-data-hover-content {
	opacity: 1;
}
.rpa-color-title:hover + .rich-data-hover .rich-data-hover-content{
	opacity: 1;
}
.rich-data-link:hover {
	text-decoration: none !important
}

.rich-data-link {
	color: inherit !important;
}

.rich-data-hover {
	position: absolute;
	left: 1px;
	top: 24px;
	width: 8px;
	background-color: #E6E7E8;
	transtion: all .15s linear;
	-webkit-transition: all .15s linear;
	overflow: hidden;
}
.product-data-panel > div.product-data-panel-inside {
	height: 100%;
	position: relative;
}

.product-data-panel {
	position: relative;
}

.product-data-panel-disabled {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px !important;
	height: 1000px !important;
	background-color: rgba(255, 255, 255, 0.75) !important;
	z-index: 998;
}

.product-data-panel-disabled-text {
	color: #AEB3B5;
	font-size: 20px;
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 999;
	white-space: nowrap;
}

.rich-data-hover-content {
	letter-spacing: 0px;
	line-height: 17px;
	font-family: 'Helvetica W01 Cn';
	font-size: 14px;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	position: absolute;
	width: 90%;
	left:50%;
	top: 50%;
	padding: 1px 3px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	opacity: 0;
	text-shadow: 1px 1px 1px #4b494f;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.rich_green {
		font-family:'Helvetica W01 Cn';
		font-size: 11px;
		color: #82bc00;
	}
	.rd-icon-container img {
		width: 135px;
	}
}
@media (max-width: 767px) {
	.product-data-panel {
		padding: 0;
	}
	.rd-view-details {
		display: none;
	}
	.product-data-panel-inside > div {
		height: 140px;
	}
	.product-data-panel-inside > div.product-colors {
		height: 165px;
	}
	.rich-data-inside {
		width: 100%;
		border-left: 1px solid #ced2d4;
		border-right: 1px solid #ced2d4;
	}
	.rich-data-hover {
		display: none;
	}
	.product-data-panel-inside > .rpa-first .rich-data-inside,
	.product-data-panel-inside > .rpa-first .bold-section-header {
		border-left: none;
	}
	.product-data-panel-inside > .rpa-last .rich-data-inside,
	.product-data-panel-inside > .rpa-last .bold-section-header {
		border-right: none;
	}
	.rd-icon-description {
		left: 0;
		width: 100%;
		text-align: center;
	}
	.rd-icon-container {
		left: 50%;
	}

}

/* View Details Icons / Pop-Up */
#detail-bubble-style {
	width: 400px;
}

.detail-bubble {
	font-size: 12px !important;
	font-family:'Helvetica W01 Cn';
}
.detail-bubble {
	display: none;
	border-radius: 5px;
	min-height: 100px;
	min-width: 100px;
	position: absolute;
	z-index: 3500;
}
.detail-bubble-close {
	position: absolute;
	top: 3px;
	right: 5px;
	cursor: pointer;
}
.detail-bubble-close:hover {
	color: rgba(130, 188, 0, 0.95);
}
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #000000;
	border-radius: 5px;
	min-height: 100px;
	min-width: 300px;
	padding: 16px;
	display: inline-block;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 6px;
	margin-left: -6px;
}
#rd-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2500;
	background-color: rgba(128, 130, 132, 0.5);
	display: none;
}
.rd-view-details {
	/*margin-top: -10px;*/
	margin-left: 5px;
	font-size: 16px;
}
.rd-view-details:hover {
	cursor: pointer;
}
@media (max-width: 991px) {
	.product-data-panel {
		padding-right: 0px;
	}
}
/* RPA Brand */
.rich-data-hover-content.brand {
	width: 300px;
}
.product-brand-name {
	font-family:'Helvetica W01 Bd Cn';
	font-size: 20px;
	color: #58575b;
}
.product-brand-short {
	font-family:'Helvetica W01 Cn';
	font-size: 14px;
	line-height: 14px;
	color: #58575b;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.product-brand-name {
		font-size: 18px;
	}
	.product-brand-short {
		font-size: 12px;
		line-height: 12px;
	}
}
@media (max-width: 767px) {
	.product-brand-name {
		color: #646366;
	}
	.product-brand-short {
		color: #646366;
	}
}
/* RPA Price */
.rich-data-inside .price {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.rich-data-hover-content.rd-price {
	width: 80px;
}
.product-price .price {
	text-align: left;
	font-family:'Helvetica W01 Bd Cn';
	font-size: 20px;
	color: #58575b;
}
.product-price .price ins {
	text-decoration: none;
	display: block;
}
.product-price .price del {
	font-family:'Helvetica W01 Cn';
	font-size: 14px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.product-price .price {
		font-size: 18px;
	}
	.product-price .price del {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.product-price .price {
		color: #646366;
	}
}

/* RPA Size */
.rich-data-hover-content.size {
	width: 80px;
}
.product-size {
	text-align: left;
	font-family:'Helvetica W01 Cn';
	font-size: 14px;
	color: #58575b;
}
.product-size-spec {
	text-align: left;
	line-height: 15px;
}
.product-size-size {
	text-align: left;
	font-family:'Helvetica W01 Bd Cn';
	font-size: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.product-size {
		font-size: 12px;
	}
	.product-size-size {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.product-size {
		color: #646366;
	}
}
/* RPA Style */
.rich-data-hover-content.style {
	width: 170px;
}
.product-style {
	text-align: left;
	font-family:'Helvetica W01 Cn';
	font-size: 12px;
	color: #58575b;
}
.product-style-icon {
	padding-top: 4px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.product-style-icon {
		padding-top: 13px;
	}
	.product-style {
		text-align: left;
		font-family:'Helvetica W01 Cn';
		font-size: 10px;
		color: #58575b;
	}
}
@media (max-width: 767px) {
	.product-style {
		color: #646366;
	}
}
/* RPA Contents */
.rich-data-hover-content.contents {
	width: 300px;
}
.product-contents .rich-data-inside {
	padding-left: 0px;
	height: 94px;
}
.rpa-material-div {
	height: 100%;
	text-align: left;
	border-right: 1px solid #404041;
	display: inline-block;
	position: relative;
	padding-left: 16px;
	color: #58575b;
}
.rpa-material-percentage {
	font-family:'Helvetica W01 Bd Cn';
	font-size: 20px;
}
.rpa-material-title {
	font-family:'Helvetica W01 Cn';
	font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.rpa-material-percentage {
		font-size: 18px;
	}
	.rpa-material-title {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.rpa-material-div {
		color: #646366;
	}
}
/* RPA Description */
.description-text {
	font-family: 'Helvetica W01 Cn';
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
	.description-text {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.description-text {
		color: #646366;
	}
}
/* RPA Bold Factor */
.rich-data-hover-content.bold-factor {
	width: 170px;
}
.bold-factor-labels span {
	position: absolute;
	font-family:'Helvetica W01 Cn';
	font-size: 11px;
	color: #bbbdbf;
}
.bold-factor-labels span.selected {
	color: #58575b;
}
.bold-label {
	left: 6px;
}
.bolder-label {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.bold-factor-labels {
	height: 18px;
	position: relative;
	padding-top: 4px;
}
.boldest-label {
	right: 3px;
}
.product-bold-factor {
	text-align: left;
	font-family:'Helvetica W01 Cn';
	font-size: 12px;
	color: #58575b;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.product-bold-factor {
		font-size: 10px;
	}
	.bold-factor-labels span {
		font-size: 9px;
	}
	.bold-factor-labels {
		height: 24px;
		padding-top: 10px;
	}
}
@media (max-width: 767px) {
	.product-bold-factor {
		color: #646366;
	}
	.bold-factor-labels span.selected {
		color: #646366;
	}
}
/* RPA Thickness */
.rich-data-hover-content.thickness {
	width: 170px;
}
.thickness-labels span {
	position: absolute;
	font-family:'Helvetica W01 Cn';
	font-size: 11px;
	color: #bbbdbf;
}
.thickness-labels {
	height: 18px;
	position: relative;
	padding-top: 4px;
}
.product-thickness {
	text-align: left;
	font-family:'Helvetica W01 Cn';
	font-size: 12px;
	color: #58575b;
}
.thinnest-label {
	left: 4px;
}
.thickest-label {
	right: 4px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.product-thickness {
		font-size: 10px;
	}
	.thickness-labels span {
		font-size: 9px;
	}
	.thickness-labels {
		height: 24px;
		padding-top: 10px;
	}
}
@media (max-width: 767px) {
	.product-thickness {
		color: #646366;
	}
}
/* RPA Color */
.rpa-color-div.wedding .rpa-color-title {
	background-image: url('../images/wedding-guide.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.product-colors .rich-data-inside {
	padding-left: 0px;
	height: 94px;
}
.rich-data-hover-content.color {
	min-width: 40px;
	width: 80%;
}
.rpa-color-div .rich-data-hover {
	top: 0px;
	left: 0px;
	height: 70px;
}
.rpa-color-title {
	height: 71px;
	position: relative;
	border-bottom: 1px solid #4b494f;
}
.rpa-color-title-text {
	font-family:'Helvetica W01 Cn';
	font-size: 12px;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.rpa-wedding-color {
	overflow: hidden;
	position: absolute;
	font-size: 16px;
	text-align: center;
	height: 22px;
	width: auto;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: -3px;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-ms-webkit-transition: all .15s linear;
	z-index: 25;
}
.rpa-wedding-color .bold-section-header {
	margin-top: -1px;
	border-left: none;
	border-right: none;
}
.rpa-wedding-color.rd-color {
	cursor: pointer;
}
.rpa-color-div {
	height: 100%;
	text-align: left;
	border-right: 1px solid #404041;
	display: inline-block;
	position: relative;
	border-bottom: 1px solid #404041;
	color: #58575b;
}
.rpa-wedding-color:hover .wedding-gallery-tab,
.rpa-wedding-color:hover i {
	color: #82bc00;
}
.rpa-wedding-color.selected {
	background-color: #EDEDED;
	height: 32px;
	bottom: -10px;
	border-left: 1px solid #E6E7E8;
	padding-left: 1px;
	padding-right: 1px;
}
.rpa-wedding-color.selected .wedding-gallery-tab {
	top: 5px;
}
.rpa-first .rpa-wedding-color.selected {
	left: -1px;
}
.rpa-last .rpa-wedding-color.selected {
	right: -1px;
}
.rpa-wedding-color.selected span {
	background-color: #EDEDED;
}
.wedding-gallery-tab {
	font-family:'Helvetica W01 Cn';
	font-size: 9px;
	white-space: nowrap;
	position: absolute;
	margin-top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.wedding-gallery-tab {
		font-size: 7px;
	}
	.rpa-color-title-text {
		font-size: 10px;
	}
}
@media (max-width: 767px) {
	.rpa-last .rpa-wedding-color.selected {
		right: 0;
	}
	.rpa-first .rpa-wedding-color.selected {
		left: 0;
	}
	.rpa-color-title,
	.rpa-material-div,
	.rpa-color-div {
		border-color: #ced2d4;
	}
	.product-colors .rich-data-inside {
		height: 116px;
	}
	.rpa-color-title {
		height: 93px;
	}
	.rpa-color-div {
		color: #646366;
	}

}

/* RPA Columns for Rich Data Color and Contents */
.rpa-first {
	border-left: none !important;
}
.rpa-last {
	border-right: none !important;
}
.rpa-col-1 {
	width: 100%;
}
.rpa-col-2 {
	width: 50%;
}
.rpa-col-3 {
	width: 33.3%;
}
/* Remainder fix */
.rpa-col-3.rpa-last {
	width: 33.4%;
}
.rpa-col-4 {
	width: 25%;
}
.rpa-col-5 {
	width: 20%;
}
.rpa-col-6 {
	width: 16.6%;
}
/* Remainder fix */
.rpa-col-6.rpa-last,
.rpa-col-6.rpa-first {
	width: 16.8%;
}
.rpa-col-7 {
	width: 14.3%;
}
/* Remainder fix */
.rpa-col-7.rpa-last {
	width: 14.2%;
}
/* PANEL: Add to Cart */
.qty-msg {
	font-size: 12px;
	color: #82bc00;
	font-family: 'Helvetica W01 Cn';
	text-align: center;
	margin-top: 4px;
}
.product-add-to-cart-qty {
	text-align: center;
}
.spinner_container {
	padding-top: 8px;
	text-align: center;
}
.spinner_container span {
	font-size: 20px;
	color: #58575b;
	vertical-align: middle;
	margin-right: 3px;
	font-family: 'Helvetica W01 Bd Cn';
}
.spinner {
	width: 65px;
	border: 1px solid #808284;
	height: 42px;
	border-radius: 4px;
	vertical-align: middle;
	display: inline-block;
}
.spinner input {
	width: 35px;
	height: 38px;
	border: none;
	display: inline-block;
	float: left;
	text-align: right;
	color: #58575b;
	background-color: transparent;
	font-size: 26px;
}
.controls {
	display: inline-block;
	height: 38px;
}
.spinner-up {
	height: 19px;
	width: 25px;
	font-size: 25px;
	text-align: center;
}
.spinner-down {
	height: 20px;
	width: 25px;
	font-size: 25px;
	text-align: center;
}
.spinner-up i,
.spinner-down i {
	vertical-align: super;
	color: #58575b;
	font-weight: bold;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	cursor: pointer;
	height: 20px;
	margin-top: -4px;
}
.spinner-up:hover i,
.spinner-down:hover i {
	color: rgba(130, 188, 0, 0.95);
}
.product-add-to-cart-panel {
	height: 502px;
	overflow: hidden;
}
.product-add-to-cart-container {
	padding-right: 0px;
}
.product-add-to-cart-panel div.button {
	height: 40px;
	font-size: 16px;
	font-family:'Helvetica W01 Cn';
	background-color: #e6e7e8;
	border: 1px solid #4b494f;
	text-align: center;
	margin: 8px auto;
	color: #58575b; /* bold-gray */
	text-transform: uppercase;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	border-radius: 2px;
	padding: 8px;
}
.product-add-to-cart-panel div.button.add-to-cart {
	background-color: #82bc00;
	border-color: #82bc00;
	color: #FFFFFF;
}
.product-add-to-cart-panel div.button.add-to-cart:hover {
	background-color: #7AAA00;
	border-color: #7AAA00;
	color: #fff;
}
.product-add-to-cart-panel a {
	text-decoration: none !important;
}
/*TODO:  Change when implemented*/
.product-add-to-gift-box-button,
.product-add-to-wish-list-button {
	cursor: default;
	color:	lightgray !important;
	border: 1px solid lightgray !important;
}
.product-add-to-cart-panel div.button:hover {
	/*background-color: #4B494F; /* bold-gray */*/
	/*color: #FFFFFF !important; /* bold-white */*/
	/*text-decoration: none !important;*/
}
.product-add-to-cart-panel div.button.add-to-cart::before {
	font-family: FontAwesome;
	content: '\f07a';
	padding-right: 10px;
	font-size: 18px;
}
.product-add-to-wish-list-button::before {
	font-family: FontAwesome;
	content: '\f044';
	padding-right: 10px;
	font-size: 18px;
}
.product-add-to-gift-box-button::before {
	font-family: FontAwesome;
	content: '\f06b';
	padding-right: 10px;
	font-size: 18px;
}
.product-service-shipping-returns-box {
	font-family:'Helvetica W01 Cn';
	font-size: 14px !important;
	line-height: 17px;
/*	padding-left: 14px;
	padding-right: 14px;*/
	color: #808284 !important;
	border-top: 1px solid #4B494F;
	padding-top: 6px;
}
.product-service-shipping-returns-box p {
	font-family:'Helvetica W01 Cn';
	font-size: 14px !important;
	line-height: 17px;
	padding-left: 14px;
	padding-right: 14px;
	color: #808284 !important;
}
.product-service-shipping-returns-box p.heading {
	font-size: 16px;
	line-height: 18px;
	color: #58575b !important;
	font-family:'Helvetica W01 Bd Cn' !important;
	margin-bottom: 3px;
}
.product-service-shipping-returns-box a {
	/*color: #808284;*/
}
.product-service-shipping-returns-box a {
	font-family:'Helvetica W01 Cn';
	/*color: #808284;*/
}
.product-service-shipping-returns-box a:hover {
	text-decoration: underline;
}
.product-shipping-info .fa {
	height: 30px;
	width: 30px;
	font-size: 40px;
	display: inline-block;
	vertical-align: top;
	float: left;
	color: #82bc00; /* bold-green */
	margin-right: 30px;
	padding-left: 14px;
}
.product-shipping-info span {
	font-size: 14px;
	vertical-align: sub;
}
.product-shipping-info .box {
	margin-bottom: 5px;
}
.product-shipping-info .truck {
	margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.product-add-to-cart-panel div.button {
		padding: 4px;
		height: 32px;
	}
}
@media (max-width: 991px) {
	.product-add-to-cart-panel {
		height: 480px;
	} 
}
@media (max-width: 767px) {
	.product-add-to-cart-panel {
		height:auto;
		border: none;
	} 
	.product-add-to-cart-container {
		padding: 8px 0 0 0;
	} 
	.product-service-shipping-returns-box:not(.cart-page) {
		display: none;
	}
	.buyer-assurance {
		margin-bottom: 8px;
	}
}

@media (max-width: 479px) {
	.checkout-summary .product-image,
	.checkout-summary .product-image img {
		height: 30px !important;
		width: 30px !important;
	}
	th {
		font-size: 14px !important;
	}
	.shop_table .product-price {
	  width: 50px !important;
	}
	.shop_table input.sign-in-button {
		width: 50px !important;
	}
	.hide-xxs {
		display: none !important;
	}
	.qty-increment,
	.qty-decrement {
		display: block;
		text-align: center;
		margin: 8px auto !important;
		font-size: 20px !important;
	}
	.rpa-wedding-color {
		display: none!important;
	}
	.product-colors > .rich-data-inside > .rpa-color-div {
		border-bottom: 0 !important;
	}
}

/* PANEL: Wedding Gallery */
.wedding-gallery-container {
	padding-right: 0px;
	display: none;
	z-index: 5;
}
.wedding-gallery-header {
	text-align: center;
	font-family: 'Helvetica W01 Bd Cn';
	font-size: 21px;
	text-transform: uppercase;
	color: #4b494f;
}
.wedding-gallery {
	height: 199px;
	background-color: #EDEDED;
	border: 1px solid #E6E7E8;
}
.wedding-gallery .slider_wrapper {
	display: none;
}
.wedding-gallery .slider_wrapper a.ec_slider_next {
	font-size: 48px;
	width: 50px;
	margin-right: 0;
	margin-top: -105px;
}
.wedding-gallery .slider_wrapper a.ec_slider_prev {
	font-size: 48px;
	width: 50px;
	margin-left: 0;
	margin-top: -105px;
}
.wedding-gallery .slider_wrapper .ec_slider_foo_content img {
	max-width: 100%;
}
.wedding-gallery-item {
	background-color: #fff;
	border: 1px solid #4b494f;
	border-radius: 2px;
	height: 133px;
	margin-left: 4px;
	margin-right: 4px;
	position: relative;
	transition: all .15s;
	-webkit-transition: all .15s;
	-ms-transition: all .15s;
	cursor: pointer;
}
.wedding-gallery .slider_wrapper .wedding-gallery-item img {
	padding: 5px;
	display: block;
	height: 100%;
	position: absolute;
	top: 50%;
	width: auto;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.wedding-gallery .slider_wrapper .wedding-gallery-item.wedding-gallery-blog-post img {
	top: 5px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: 113px;
}
.wedding-gallery-title {
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	text-align: center;
	font-family:'Helvetica W01 Cn';
	font-size: 11px;
	color: #58575b;
	transition: all .15s;
	-webkit-transition: all .15s;
	-ms-transition: all .15s;
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}
.wedding-gallery-item:hover {
	border: 1px solid #82bc00;
}
.wedding-gallery-item:hover .wedding-gallery-title {
	color: #82bc00;
}
@media (max-width: 767px) {
	.wedding-gallery-container {
		padding-left: 0;
		padding-right: 0;
	} 
}
/* PANEL: Similar/Recommended */
.similar-recommended-products-container {
	padding-right: 0;
	float: right;
	z-index: 5;
}

#recommended-products img:hover,
#similar-products img:hover {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.sr-content {
	position: absolute;
	top: 40px;
	left: 6px;
	background-color: #FFFFFF;
}
#similar-products {
	z-index: 1;
}
#recommended-products {
	z-index: 0;
}
#similar-products .ec_slider_prev,
#recommended-products .ec_slider_prev {
	margin-left: 0px;
	font-size: 48px;
	margin-top: -85px;
	width: 50px;
}
#similar-products .ec_slider_next,
#recommended-products .ec_slider_next {
	margin-right: 0px;
	font-size: 48px;
	margin-top: -85px;
	width: 50px;
}

#recommended-products a.
#similar-products a {
	display: block;
}
#recommended-products-slider .ec_slider_foo_content img,
#new-arrivals-slider .ec_slider_foo_content img,
#recommended-products .ec_slider_foo_content img,
#similar-products .ec_slider_foo_content img {
	width: auto;
	height: 140px;
	max-width: 140px;
	max-height: 140px;
	min-width: 0;
	min-height: 0;
}
#recommended-products img,
#similar-products img {
	-ms-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	transition: all .8s;
	-webkit-transition: all .8s;
	cursor: pointer;
}
.sr-tab .header-title {
	text-align: center;
}
.sr-tab {
	background-color: #E6E7E8;
	border-bottom: 1px solid #4b494f;
	height: 35px;
	font-family: 'Helvetica W01 Bd Cn';
	font-size: 19px;
	cursor: pointer;
}
.sr-tab.selected {
	background-color: #FFFFFF;
	border-bottom: none;
}
.sr-tab .header-title::before {
	position: absolute;
	display: inline-block;
	width: 20%;
	border-top: 1px solid #58575b;
	top: 16px;
	content: '\00a0';
	transition: .15s all linear;
	-webkit-transition: .15s all linear;
}
.sr-tab .header-title::after {
	position: absolute;
	display: inline-block;
	width: 20%;
	border-top: 1px solid #58575b;
	top: 16px;
	content: '\00a0';
	transition: .15s all linear;
	-webkit-transition: .15s all linear;
}
#recommended-tab {
	border-left: 1px solid #4b494f;
}
#recommended-tab .header-title::before {
	width: 11%;
}
#recommended-tab .header-title::after {
	width: 11%;
}
.similar-recommended-products {
	height: 213px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#similar-tab .header-title::before,
	#similar-tab .header-title::after {
		width: 16%;
	}
	#recommended-tab .header-title::before,
	#recommended-tab .header-title::after {
		width: 5%;
	}
}
@media (max-width: 767px) {
	.similar-recommended-products-container {
		padding: 0;
	} 
	.similar-recommended-products {
		border: none;
		height: auto;
	}
	.sr-content {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0;
		width: 100% !important;
	}
	.sr-tab {
		display: none;
	}
}
@media (max-width: 400px) {

	.mobile-header,
	.product-data-panel .bold-section-header-text, .bold-section-header-text {
		font-size: 18px;
	}

	.sr-content {
		width: 100% !important;
	}

}