/* single-page progressive blocks and navigation */

.component {
	position: relative;
}

.component .component_description, .component .component_title, .component .cart, .component .component_options {
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}

.multistep.blocked > * {
	opacity: 0.5;
}

.multistep.blocked .block_component {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 1;
	z-index: 1000;
	text-align: center;
}

.multistep.active .block_component {
	display: none;
}

/* thumbnails */

.component_option_thumbnail {
	float: left;
	cursor: pointer;
	margin: 10px 20px 10px 0px;
	position: relative;
	padding: 2px;
	box-shadow: 0px 0px 2px 2px rgba( 220, 220, 220, 0.6 );
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition-property: box-shadow, opacity;
	-webkit-transition-property: box-shadow, opacity;
	-moz-transition-property: box-shadow, opacity;
	-o-transition-property: box-shadow, opacity;
	-webkit-backface-visibility: hidden;
}

.component_option_thumbnail_none .image {
	text-align: center;
	background: rgba( 255, 255, 255, 0.95 );
}

.component_option_thumbnail_none span {
	display: inline-block;
	width: 30px;
	height: 6px;
	background: #e2e2e2;
	box-shadow: 0px 0px 3px 0px #eee;
	position: relative;
	top: 40%;
}

.component_option_thumbnail:hover  {
	box-shadow: 0px 0px 1px 3px rgba( 210, 210, 210, 0.7 );
}

.component.disabled .component_option_thumbnail:hover, .component_option_thumbnail.disabled:hover {
	box-shadow: 0px 0px 2px 2px rgba( 220, 220, 220, 0.6 );
}

.component_option_thumbnail.selected, .component.disabled .component_option_thumbnail.selected:hover, .component_option_thumbnail.disabled.selected:hover {
	box-shadow: 0px 0px 1px 4px rgba( 170, 210, 240, 0.8 );
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition-property: box-shadow, opacity;
	-webkit-transition-property: box-shadow, opacity;
	-moz-transition-property: box-shadow, opacity;
	-o-transition-property: box-shadow, opacity;
}

.component_option_thumbnail .image {
	width: 100px;
	height: 100px;
}

.component.disabled .component_option_thumbnail, .component_option_thumbnail.disabled {
	cursor: default;
	opacity: 0.5;
}

.component_option_thumbnail img {
	margin: 0;
}

/* components */

.css_clear_component_options {
	clear: both;
}

.clear_component_options {
	display: inline-block;
}

.component, .composite_form {
	padding-bottom: 20px;
	clear: both;
}

.component.progressive {
	padding-bottom: 40px;
}

.component {
	padding-top: 10px;
}

.component_options {
	margin-top: 10px;
	margin-bottom: 10px;
}

.component .images {
	float: left;
	width: auto!important;
}

.component .details {
	overflow: hidden;
}

.component .images a {
	margin-right: 20px;
	margin-top:	4px;
	display: block;
}

.component .images img {
	width: 80px!important;
}

.component .component_summary {
	overflow: hidden;
	height: 100%;
}

.component.disabled .reset_variations {
	visibility: hidden!important;
}

.component .component_summary .content {
	overflow: hidden;
}

.component .variations .attribute-options {
	display: inline-block;
	margin-right: 20px;
}

.component .variations .attribute-options select {
	display: inline;
}

.component .variations .reset_variations {
	display: block;
}

.component .component_wrap .price, .component .component_wrap p.stock {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	display: inline-block;
}

/* navigation */

.navigation .invisible {
	visibility: hidden;
}

.navigation.paged {
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 15px;
}

.navigation.paged .next {
	float: right;
}

.navigation.paged .prev {
	float: left;
}

.navigation.progressive {
	position: absolute;
	bottom: 0;
	text-align: center;
	z-index: 1001;
	display: block;
	width: 100%;
	font-size:1.2em;
}

/* review */

.review {
	margin-bottom: 10px;
}

.review dd {
	margin-left: 10px;
}

/* various */

.component_summary .quantity, .woocommerce div.product .composite_form div.quantity, .woocommerce-page div.product .composite_form div.quantity, .woocommerce #content div.product .composite_form div.quantity, .woocommerce-page #content div.product .composite_form div.quantity {
	float: left;
	margin: 0 4px 0 0;
}