/*------------------------------------------------------------------
[Rogachev Variable Product Attributes STYLE]

[Table of contents]

1.Improved Variable Product Attributes On Single Product Pages

1.1.General
1.2.Border
1.3.Background
1.4.Round
1.5.Color
1.6.Thumbnail
1.7.HTML
1.8.Tooltips

2.Improved Variable Product Attributes On Archive Product Pages

2.1.General
2.2.Border
2.3.Background
2.4.Round
2.5.Color
2.6.Thumbnail
2.7.HTML

3.Theme Support
4.Font

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1.Improved Variable Product Attributes On Single Product Pages]
-------------------------------------------------------------------*/

.variations_form .variations {
	display:none!important;
}


/*------------------------------------------------------------------
[General]
-------------------------------------------------------------------*/

#rvpa-content {
	margin-bottom:15px;
	margin-top:-15px;
}
	#rvpa-content .rvpa_attribute:before,
	#rvpa-content .rvpa_attribute:after {
		content:'';
		display:table;
		clear:both;
	}
	#rvpa-content .rvpa_attribute {
		margin-bottom:15px;
		clear:both;
	}

	#rvpa-content .rvpa_title {
		display:block;
		margin-top:15px;
		margin-bottom:5px;
		color:#222;
	}

	#rvpa-content .rvpa_desc {
		clear:both;
		display:block;
		font-size:12px;
		padding-top:10px;
	}

	#rvpa-content .rvpa_title + .rvpa_desc {
		padding-top:0;
		margin-top:-5px;
		margin-bottom:5px;
	}

	#rvpa-content .rvpa_reset_variations {
		display:none;
	}

		#rvpa-content .rvpa_attribute .rvpa_term.rvpa_active {
			cursor:pointer;
		}

.rvpa-hidden-price {
	display:none;
}

.rvpa-content .rvpa_attribute.rvpa_text .rvpa_term.rvpa_active.rvpa_outofstock,
#rvpa-content .rvpa_attribute.rvpa_text .rvpa_term.rvpa_active.rvpa_outofstock {
	position:relative;
	cursor:default;
}

	.rvpa-content .rvpa_attribute.rvpa_text .rvpa_term.rvpa_active.rvpa_outofstock span,
	#rvpa-content .rvpa_attribute.rvpa_text .rvpa_term.rvpa_active.rvpa_outofstock span {
		opacity:0.5;
		cursor:default;
	}

	.rvpa-content .rvpa_attribute.rvpa_text .rvpa_term.rvpa_active.rvpa_clicked.rvpa_outofstock span,
	#rvpa-content .rvpa_attribute.rvpa_text .rvpa_term.rvpa_active.rvpa_clicked.rvpa_outofstock span {
		opacity:1;
	}

	.rvpa-content .rvpa_attribute.rvpa_text .rvpa_term.rvpa_active.rvpa_outofstock:after,
	#rvpa-content .rvpa_attribute.rvpa_text .rvpa_term.rvpa_active.rvpa_outofstock:after {
		content:'';
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-image:url(../images/outofstock.svg);
		background-position:center center;
		background-size:100% 100%;
		border-radius:3px;
		overflow:hidden;
	}

	.rvpa-content .rvpa_attribute.rvpa_text .rvpa_term.rvpa_active.rvpa_clicked.rvpa_outofstock:after,
	#rvpa-content .rvpa_attribute.rvpa_text .rvpa_term.rvpa_active.rvpa_clicked.rvpa_outofstock:after {
		content:none;
	}


/*------------------------------------------------------------------
[Border]
-------------------------------------------------------------------*/

		#rvpa-content .rvpa_attribute.rvpa_text.rvpa_border .rvpa_term {
			display:block;
			float:left;
			min-width:16px;
			line-height:20px;
			font-size:14px;
			font-weight:600;
			text-align:center;
			padding:6px 12px;
			margin-right:5px;
			margin-top:5px;
			border:2px solid #ccc;
			color:#ccc;
			border-radius:3px;
		}
			#rvpa-content .rvpa_attribute.rvpa_text.rvpa_border .rvpa_term.rvpa_active {
			}
			#rvpa-content .rvpa_attribute.rvpa_text.rvpa_border .rvpa_term.rvpa_clicked {
				border-color:#666;
				color:#666;
			}
			#rvpa-content .rvpa_attribute.rvpa_text.rvpa_border .rvpa_term.rvpa_active.rvpa_instock {
			}


/*------------------------------------------------------------------
[Background]
-------------------------------------------------------------------*/

		#rvpa-content .rvpa_attribute.rvpa_text.rvpa_background .rvpa_term {
			display:block;
			float:left;
			min-width:16px;
			line-height:20px;
			font-size:14px;
			font-weight:600;
			text-align:center;
			padding:6px 12px;
			margin-right:5px;
			margin-top:5px;
			color:#fff;
			background-color:#ccc;
			border-radius:3px;
		}
			#rvpa-content .rvpa_attribute.rvpa_text.rvpa_background .rvpa_term.rvpa_active {
			}
			#rvpa-content .rvpa_attribute.rvpa_text.rvpa_background .rvpa_term.rvpa_clicked {
				background-color:#666;
			}
			#rvpa-content .rvpa_attribute.rvpa_text.rvpa_background .rvpa_term.rvpa_active.rvpa_instock {
			}
			#rvpa-content .rvpa_attribute.rvpa_text.rvpa_background .rvpa_term.rvpa_active.rvpa_outofstock {
				opacity:0.75;
				cursor:default;
			}
			#rvpa-content .rvpa_attribute.rvpa_text.rvpa_background .rvpa_term.rvpa_active.rvpa_clicked.rvpa_outofstock {
				opacity:1;
			}
			#rvpa-content .rvpa_attribute.rvpa_text.rvpa_background .rvpa_term.rvpa_active.rvpa_outofstock:after {
				background-image:url(../images/outofstock-white.svg);
			}



/*------------------------------------------------------------------
[Round]
-------------------------------------------------------------------*/

		#rvpa-content .rvpa_attribute.rvpa_text.rvpa_round .rvpa_term {
			display:block;
			float:left;
			width:42px;
			height:42px;
			line-height:43px;
			font-size:12px;
			font-weight:600;
			text-align:center;
			text-transform:uppercase;
			padding:3px;
			margin-right:5px;
			margin-top:5px;
			color:#fff;
			background-color:#ccc;
			border-radius:50%;
			overflow:hidden;
			text-overflow:ellipsis;
			white-space:nowrap;
		}
			#rvpa-content .rvpa_attribute.rvpa_text.rvpa_round .rvpa_term.rvpa_active {
			}
			#rvpa-content .rvpa_attribute.rvpa_text.rvpa_round .rvpa_term.rvpa_clicked {
				background-color:#666;
			}
			#rvpa-content .rvpa_attribute.rvpa_text.rvpa_round .rvpa_term.rvpa_active.rvpa_instock {
			}
			#rvpa-content .rvpa_attribute.rvpa_text.rvpa_round .rvpa_term.rvpa_active.rvpa_outofstock {
				opacity:0.5;
				cursor:default;
			}
			#rvpa-content .rvpa_attribute.rvpa_text.rvpa_round .rvpa_term.rvpa_active.rvpa_clicked.rvpa_outofstock {
				opacity:1;
			}
			#rvpa-content .rvpa_attribute.rvpa_text.rvpa_round .rvpa_term.rvpa_active.rvpa_outofstock:after {
				background-image:url(../images/outofstock-white.svg);
			}


/*------------------------------------------------------------------
[Color]
-------------------------------------------------------------------*/

		#rvpa-content .rvpa_attribute.rvpa_color .rvpa_term {
			display:block;
			float:left;
			width:36px;
			height:36px;
			padding:3px;
			margin-right:5px;
			margin-top:5px;
			border:1px solid #ccc;
		}
			#rvpa-content .rvpa_attribute.rvpa_color .rvpa_term span {
				display:block;
				width:100%;
				height:100%;
			}
			#rvpa-content .rvpa_attribute.rvpa_color .rvpa_term.rvpa_active {
			}
			#rvpa-content .rvpa_attribute.rvpa_color .rvpa_term.rvpa_clicked {
				border-color:#666;
				border-width:2px;
				padding:2px;
			}
			#rvpa-content .rvpa_attribute.rvpa_color .rvpa_term.rvpa_active.rvpa_instock {
			}
			#rvpa-content .rvpa_attribute.rvpa_color .rvpa_term.rvpa_active.rvpa_outofstock {
				position:relative;
				cursor:default;
			}
				#rvpa-content .rvpa_attribute.rvpa_color .rvpa_term.rvpa_active.rvpa_outofstock span {
					opacity:0.5;
				}
				#rvpa-content .rvpa_attribute.rvpa_color .rvpa_term.rvpa_active.rvpa_clicked.rvpa_outofstock span {
					opacity:1;
				}
				#rvpa-content .rvpa_attribute.rvpa_color .rvpa_term.rvpa_active.rvpa_outofstock:after {
					content:'';
					position:absolute;
					top:0;
					left:0;
					width:100%;
					height:100%;
					background-image:url(../images/outofstock.svg);
					background-position:center center;
					background-size:100% 100%;
				}
				#rvpa-content .rvpa_attribute.rvpa_color .rvpa_term.rvpa_active.rvpa_clicked.rvpa_outofstock:after {
					content:none;
				}


/*------------------------------------------------------------------
[Thumbnail]
-------------------------------------------------------------------*/

		#rvpa-content .rvpa_attribute.rvpa_image .rvpa_term {
			display:block;
			float:left;
			width:36px;
			height:36px;
			padding:3px;
			margin-right:5px;
			margin-top:5px;
			border:1px solid #ccc;
		}
			#rvpa-content .rvpa_attribute.rvpa_image .rvpa_term img {
				display:block;
				width:100%;
				height:100%;
			}
			#rvpa-content .rvpa_attribute.rvpa_image .rvpa_term.rvpa_active {
			}
			#rvpa-content .rvpa_attribute.rvpa_image .rvpa_term.rvpa_clicked {
				border-color:#666;
				border-width:2px;
				padding:2px;
			}
			#rvpa-content .rvpa_attribute.rvpa_image .rvpa_term.rvpa_active.rvpa_instock {
			}
			#rvpa-content .rvpa_attribute.rvpa_image .rvpa_term.rvpa_active.rvpa_outofstock {
				position:relative;
				cursor:default;
			}
				#rvpa-content .rvpa_attribute.rvpa_image .rvpa_term.rvpa_active.rvpa_outofstock img {
					opacity:0.5;
				}
				#rvpa-content .rvpa_attribute.rvpa_image .rvpa_term.rvpa_active.rvpa_clicked.rvpa_outofstock img {
					opacity:1;
				}
				#rvpa-content .rvpa_attribute.rvpa_image .rvpa_term.rvpa_active.rvpa_outofstock:after {
					content:'';
					position:absolute;
					top:0;
					left:0;
					width:100%;
					height:100%;
					background-image:url(../images/outofstock.svg);
					background-position:center center;
					background-size:100% 100%;
				}
				#rvpa-content .rvpa_attribute.rvpa_image .rvpa_term.rvpa_active.rvpa_clicked.rvpa_outofstock:after {
					content:none;
				}


/*------------------------------------------------------------------
[HTML]
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Tooltips] Only available for Single Product Pages!
-------------------------------------------------------------------*/

#rvpa-content .rvpa_attribute .rvpa_term {
	position:relative;
}

#rvpa-content .rvpa_attribute .rvpa_term span.rvpa_tooltip {
	position:absolute;
	bottom:100%;
	left:50%;
	margin-left:-50px;
	margin-bottom:0;
	width:100px !important;
	max-height:0;
	height:auto !important;
	font-size:12px;
	line-height:14px;
	text-align:center;
	box-sizing:border-box;
	overflow:hidden;
	padding-bottom:10px;
	z-index:1;
	opacity:0!important;
	transition:all 300ms;
}
#rvpa-content .rvpa_attribute .rvpa_term span.rvpa_tooltip * {
	box-sizing:border-box;
}
	#rvpa-content .rvpa_attribute .rvpa_term.rvpa_hover .rvpa_tooltip {
		max-height:300px;
		margin-bottom:5px;
		opacity:1!important;
	}
	#rvpa-content .rvpa_attribute .rvpa_term span.rvpa_tooltip span {
		display:inline-block;
		position:relative;
		height:auto;
		width:auto;
		max-width:100%;
		background-color:#222;
		color:#fff;
		border-radius:3px;
		padding:3px 6px;
	}
		#rvpa-content .rvpa_attribute .rvpa_term span.rvpa_tooltip span:after {
			content:'';
			border:10px solid transparent;
			border-top-color:#222;
			width:1px;
			height:1px;
			position:absolute;
			left:50%;
			bottom:-20px;
			margin-left:-10px;
		}


/*------------------------------------------------------------------
[2.Improved Variable Product Attributes On Archive Product Pages]
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[General]
-------------------------------------------------------------------*/

.rvpa-content {
	margin-top:30px;
}
	.rvpa-content .rvpa_attribute:before,
	.rvpa-content .rvpa_attribute:after {
		content:'';
		display:table;
		clear:both;
	}

	.rvpa-content .rvpa_attribute {
		margin-bottom:3px;
	}

	.rvpa-content .rvpa_reset_variations {
		display:none;
	}

		.rvpa-content .rvpa_attribute .rvpa_term.rvpa_active {
			cursor:pointer;
		}

		.rvpa-content .rvpa_attribute.rvpa_showonly .rvpa_term.rvpa_active {
			cursor:auto;
		}

/*------------------------------------------------------------------
[Border]
-------------------------------------------------------------------*/

		.rvpa-content .rvpa_attribute.rvpa_text.rvpa_border .rvpa_term {
			display:block;
			float:left;
			min-width:15px;
			line-height:13px;
			font-size:10px;
			font-weight:normal;
			text-align:center;
			padding:3px 5px;
			margin-right:4px;
			margin-bottom:4px;
			border:1px solid #ccc;
			color:#ccc;
			vertical-align:top;
			border-radius:2px;
		}
			.rvpa-content .rvpa_attribute.rvpa_text.rvpa_border .rvpa_term.rvpa_active {
			}
			.rvpa-content .rvpa_attribute.rvpa_text.rvpa_border .rvpa_term.rvpa_clicked {
				border-color:#666;
				color:#666;
			}
			.rvpa-content .rvpa_attribute.rvpa_text.rvpa_border .rvpa_term.rvpa_active.rvpa_instock {
			}
			.rvpa-content .rvpa_attribute.rvpa_text.rvpa_border .rvpa_term.rvpa_active.rvpa_outofstock {
				opacity:0.5;
				cursor:default;
			}
			.rvpa-content .rvpa_attribute.rvpa_text.rvpa_border .rvpa_term.rvpa_active.rvpa_clicked.rvpa_outofstock {
				opacity:1;
			}


/*------------------------------------------------------------------
[Background]
-------------------------------------------------------------------*/

		.rvpa-content .rvpa_attribute.rvpa_text.rvpa_background .rvpa_term {
			display:block;
			float:left;
			min-width:15px;
			line-height:13px;
			font-size:10px;
			font-weight:normal;
			text-align:center;
			padding:3px 5px;
			margin-right:4px;
			margin-bottom:4px;
			color:#fff;
			background-color:#ccc;
			vertical-align:top;
			border-radius:2px;
		}
			.rvpa-content .rvpa_attribute.rvpa_text.rvpa_background .rvpa_term.rvpa_active {
			}
			.rvpa-content .rvpa_attribute.rvpa_text.rvpa_background .rvpa_term.rvpa_clicked {
				background-color:#666;
			}
			.rvpa-content .rvpa_attribute.rvpa_text.rvpa_background .rvpa_term.rvpa_active.rvpa_instock {
			}
			.rvpa-content .rvpa_attribute.rvpa_text.rvpa_background .rvpa_term.rvpa_active.rvpa_outofstock {
				opacity:0.75;
				cursor:default;
			}
			.rvpa-content .rvpa_attribute.rvpa_text.rvpa_background .rvpa_term.rvpa_active.rvpa_clicked.rvpa_outofstock {
				opacity:1;
			}
			.rvpa-content .rvpa_attribute.rvpa_text.rvpa_background .rvpa_term.rvpa_active.rvpa_outofstock:after {
				background-image:url(../images/outofstock-white.svg);
			}


/*------------------------------------------------------------------
[Round]
-------------------------------------------------------------------*/

		.rvpa-content .rvpa_attribute.rvpa_text.rvpa_round .rvpa_term {
			display:block;
			float:left;
			width:20px;
			height:20px;
			line-height:21px;
			font-size:10px;
			font-weight:normal;
			text-align:center;
			text-transform:uppercase;
			padding:2px;
			margin-right:4px;
			margin-bottom:4px;
			color:#fff;
			background-color:#ccc;
			border-radius:50%;
			overflow:hidden;
			text-overflow:ellipsis;
			white-space:nowrap;
		}
			.rvpa-content .rvpa_attribute.rvpa_text.rvpa_round .rvpa_term.rvpa_active {
			}
			.rvpa-content .rvpa_attribute.rvpa_text.rvpa_round .rvpa_term.rvpa_clicked {
				background-color:#666;
			}
			.rvpa-content .rvpa_attribute.rvpa_text.rvpa_round .rvpa_term.rvpa_active.rvpa_instock {
			}
			.rvpa-content .rvpa_attribute.rvpa_text.rvpa_round .rvpa_term.rvpa_active.rvpa_outofstock {
				opacity:0.5;
				cursor:default;
			}
			.rvpa-content .rvpa_attribute.rvpa_text.rvpa_round .rvpa_term.rvpa_active.rvpa_clicked.rvpa_outofstock {
				opacity:1;
			}
			.rvpa-content .rvpa_attribute.rvpa_text.rvpa_round .rvpa_term.rvpa_active.rvpa_outofstock:after {
				background-image:url(../images/outofstock-white.svg);
			}


/*------------------------------------------------------------------
[Color]
-------------------------------------------------------------------*/

		.rvpa-content .rvpa_attribute.rvpa_color .rvpa_term {
			display:block;
			float:left;
			width:18px;
			height:18px;
			padding:2px;
			margin-right:4px;
			margin-bottom:4px;
			border:1px solid #ccc;
		}
			.rvpa-content .rvpa_attribute.rvpa_color .rvpa_term span {
				display:block;
				width:100%;
				height:100%;
			}
			.rvpa-content .rvpa_attribute.rvpa_color .rvpa_term.rvpa_active {
			}
			.rvpa-content .rvpa_attribute.rvpa_color .rvpa_term.rvpa_clicked {
				border-color:#666;
				border-width:2px;
				padding:1px;
			}
			.rvpa-content .rvpa_attribute.rvpa_color .rvpa_term.rvpa_active.rvpa_instock {
			}
			.rvpa-content .rvpa_attribute.rvpa_color .rvpa_term.rvpa_active.rvpa_outofstock {
				position:relative;
				cursor:default;
			}
				.rvpa-content .rvpa_attribute.rvpa_color .rvpa_term.rvpa_active.rvpa_outofstock span {
					opacity:0.5;
				}
				.rvpa-content .rvpa_attribute.rvpa_color .rvpa_term.rvpa_active.rvpa_clicked.rvpa_outofstock span {
					opacity:1;
				}
				.rvpa-content .rvpa_attribute.rvpa_color .rvpa_term.rvpa_active.rvpa_outofstock:after {
					content:'';
					position:absolute;
					top:0;
					left:0;
					width:100%;
					height:100%;
					background-image:url(../images/outofstock.svg);
					background-position:center center;
					background-size:100% 100%;
				}
				.rvpa-content .rvpa_attribute.rvpa_color .rvpa_term.rvpa_active.rvpa_clicked.rvpa_outofstock:after {
					content:none;
				}


/*------------------------------------------------------------------
[Thumbnail]
-------------------------------------------------------------------*/

		.rvpa-content .rvpa_attribute.rvpa_image .rvpa_term {
			display:block;
			float:left;
			width:18px;
			height:18px;
			padding:2px;
			margin-right:4px;
			margin-bottom:4px;
			border:1px solid #ccc;
			vertical-align:top;
		}
			.rvpa-content .rvpa_attribute.rvpa_image .rvpa_term img {
				display:block;
				width:100%;
				height:100%;
			}
			.rvpa-content .rvpa_attribute.rvpa_image .rvpa_term.rvpa_active {
			}
			.rvpa-content .rvpa_attribute.rvpa_image .rvpa_term.rvpa_clicked {
				border-color:#666;
				border-width:2px;
				padding:1px;
			}
			.rvpa-content .rvpa_attribute.rvpa_image .rvpa_term.rvpa_active.rvpa_instock {
			}
			.rvpa-content .rvpa_attribute.rvpa_image .rvpa_term.rvpa_active.rvpa_outofstock {
				position:relative;
				cursor:default;
			}
				.rvpa-content .rvpa_attribute.rvpa_image .rvpa_term.rvpa_active.rvpa_outofstock img {
					opacity:0.5;
				}
				.rvpa-content .rvpa_attribute.rvpa_image .rvpa_term.rvpa_active.rvpa_clicked.rvpa_outofstock img {
					opacity:1;
				}
				.rvpa-content .rvpa_attribute.rvpa_image .rvpa_term.rvpa_active.rvpa_outofstock:after {
					content:'';
					position:absolute;
					top:0;
					left:0;
					width:100%;
					height:100%;
					background-image:url(../images/outofstock.svg);
					background-position:center center;
					background-size:100% 100%;
				}
				.rvpa-content .rvpa_attribute.rvpa_image .rvpa_term.rvpa_active.rvpa_clicked.rvpa_outofstock:after {
					content:none;
				}


/*------------------------------------------------------------------
[HTML]
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Select Box]
-------------------------------------------------------------------*/

.rvpa_select_wrapper {
	width:100%;
}

	#rvpa-content .rvpa_select_wrapper {
		max-width: 320px;
	}

	.rvpa-content .rvpa_select_wrapper {
		max-width: 220px;
	}

	.rvpa_select_wrapper .rvpa_term.rvpa_clicked:after {
		content:'\f002';
		font-family:'rvpa';
		float:right;
		color:#df4444;
		font-size:14px;
	}

		.rvpa-content .rvpa_select_wrapper .rvpa_term.rvpa_clicked:after {
			font-size:12px;
		}

	#rvpa-content .rvpa_attribute .rvpa_select_wrapper_inner.rvpa_selectbox_opened:after,
	.rvpa-content .rvpa_attribute .rvpa_select_wrapper_inner.rvpa_selectbox_opened:after {
		content:'\f007';
	}

#rvpa-content .rvpa_select_wrapper {
	position:relative;
	height:36px;
	margin-top:10px;
}

#rvpa-content .rvpa_select_wrapper_inner {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	max-width:320px;
	max-height:36px;
	overflow:hidden;
	box-sizing:border-box;
	border:1px solid #ccc;
	transition:max-height 200ms;
	cursor:pointer;
	z-index:10;
	color:#777;
	background-color:#fff;
}

#rvpa-content .rvpa_selectbox_title {
	margin-bottom:0;
}

	#rvpa-content .rvpa_selectbox_title + .rvpa_desc {
		margin-top:0;
		padding-top:0;
		margin-bottom:10px;
	}

#rvpa-content .rvpa_attribute.rvpa_selectbox {
	position:relative;

}
	#rvpa-content .rvpa_attribute .rvpa_select_wrapper_inner strong,
	#rvpa-content .rvpa_attribute .rvpa_select_wrapper_inner span {
		height:28px;
		line-height:28px;
		display:block;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		padding:3px 10px;
		margin:0;
	}

	#rvpa-content .rvpa_attribute .rvpa_select_wrapper_inner strong {
		font-weight:normal;
	}

#rvpa-content .rvpa_attribute .rvpa_select_wrapper_inner.rvpa_selectbox_opened {
	max-height:360px;
	overflow-x:hidden;
}

#rvpa-content .rvpa_attribute .rvpa_select_wrapper_inner:after {
	font-family:'rvpa';
	content:'\f005';
	position:absolute;
	top:0;
	right:0;
	width:36px;
	height:36px;
	line-height:36px;
	font-size:14px;
	text-align:center;
	color:#777;
	z-index:-1;
}
	#rvpa-content .rvpa_attribute .rvpa_select_wrapper_inner:hover:after {
		color:#222;
	}

#rvpa-content .rvpa_attribute.rvpa_selectbox .rvpa_outofstock {
	color:#ccc;
	cursor:auto;
}

.rvpa-content .rvpa_select_wrapper {
	position:relative;
	height:26px;
	margin-bottom:6px;
}

	.rvpa-content .rvpa_select_wrapper_inner {
		position:absolute;
		width:100%;
		max-width:220px;
		max-height:26px;
		overflow:hidden;
		box-sizing:border-box;
		border:1px solid #ccc;
		transition:max-height 200ms;
		cursor:pointer;
		z-index:10;
		color:#777;
		background-color:#fff;
	}

.rvpa-content .rvpa_selectbox_title {
	height:0;
	overflow:hidden;
	margin-bottom:31px;
}

.rvpa-content .rvpa_attribute.rvpa_selectbox {
	position:relative;
}
	.rvpa-content .rvpa_attribute .rvpa_select_wrapper_inner strong,
	.rvpa-content .rvpa_attribute .rvpa_select_wrapper_inner span {
		height:18px;
		line-height:18px;
		font-size:12px;
		display:block;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		padding:3px 10px;
	}
	.rvpa-content .rvpa_attribute .rvpa_select_wrapper_inner strong {
		font-weight:normal;
	}

	.rvpa-content .rvpa_attribute .rvpa_select_wrapper_inner.rvpa_selectbox_opened {
		max-height:240px;
	}

.rvpa-content .rvpa_attribute .rvpa_select_wrapper_inner:after {
	font-family:'rvpa';
	content:'\f005';
	position:absolute;
	top:0;
	right:0;
	width:26px;
	height:26px;
	line-height:26px;
	font-size:12px;
	text-align:center;
	color:#777;
	z-index:-1;
}
	.rvpa-content .rvpa_attribute .rvpa_select_wrapper_inner:hover:after {
		color:#222;
	}

.rvpa-content .rvpa_attribute.rvpa_selectbox .rvpa_outofstock {
	color:#ccc;
	cursor:auto;
}

.rvpa_attribute.rvpa_selectbox + em.rvpa_desc {
	margin-bottom:15px!important;
}

.rvpa_attribute.rvpa_selectbox .rvpa_term.rvpa_clicked {
	font-weight:600;
	background-color:#f4f4f4;
}

	.rvpa_attribute.rvpa_selectbox .rvpa_term.rvpa_clicked:after {
		font-weight:normal;
	}

.rvpa-disableunclick .rvpa_attribute.rvpa_selectbox .rvpa_term.rvpa_clicked:after {
	content:'';
}


/*------------------------------------------------------------------
[3.Theme Support]
-------------------------------------------------------------------*/

.x-main .products .rvpa-content {
	margin-top:11px;
	margin-left:10px;
}
.listify .type-product .rvpa-content {
	margin-left:10px;
}


/*------------------------------------------------------------------
[4.Font]
-------------------------------------------------------------------*/

@charset "UTF-8";

@font-face {
	font-family:"rvpa";
	src:url("../font/fonts/rvpa.eot");
	src:url("../font/fonts/rvpa.svg#rvpa") format("svg"),
		url("../font/fonts/rvpa.eot?#iefix") format("embedded-opentype"),
		url("../font/fonts/rvpa.woff") format("woff"),
		url("../font/fonts/rvpa.ttf") format("truetype");
	font-weight:normal;
	font-style:normal;
}

[class^="rvpa-"]:before,
[class*=" rvpa-"]:before {
	font-family:"rvpa" !important;
	font-style:normal !important;
	font-weight:normal !important;
	font-variant:normal !important;
	text-transform:none !important;
	speak:none;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	vertical-align:middle;
}

.rvpa-reorder:before {
	content:"\f001";
}
.rvpa-remove:before {
	content:"\f002";
}
.rvpa-slidedown:before {
	content:"\f003";
}
.rvpa-slideup:before {
	content:"\f004";
}
.rvpa-select:before {
	content:"\f005";
}
.rvpa-warning:before {
	content:"\f006";
}
.rvpa-select-down:before {
	content:"\f007";
}


/*------------------------------------------------------------------
[5.Quantity]
-------------------------------------------------------------------*/

.rvpa_quantity {
	display:none;
	margin-top:10px;
}
	.rvpa_quantity input {
		width:50px;
	}

.rvpa-image-loading {
	position:relative!important;
}
	.rvpa-image-loading:after {
		content:'';
		position:absolute;
		top:10px;
		left:10px;
		bottom:10px;
		right:10px;
		z-index:999;
		background:url(../images/loading.gif) no-repeat top left;
		background-size:30px;
	}

.rvpa-stepped .rvpa_attribute {
	display:none;
}