/* Shop Indicators */

.shop-indicator-block {
	margin-bottom: 15px;
}

.shop-indicator-block a {
	cursor: default;
        width: 105px;
        text-align: center;
}
.shop-indicator-active {
	display: inline-block;
	padding: 7px;
	border: 1px solid #bbb;
	border-radius: 4px;
	background-color: #F07746;
	color: #000000 !important;
	box-shadow: 2px 3px 0 0 rgba(0, 0, 0, 0.20);
	font-family: 'Open Sans Condensed',sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.shop-indicator-active:hover {
	background-color: #92300A;
	color: white !important;
	cursor: pointer;
}
.shop-indicator-paststep:hover {
	
	color: white !important;
	cursor: pointer;
}



.shop-indicator-inactive {
	display: inline-block;
	padding: 7px;
	border: 1px solid #bbb;
	border-radius: 4px;
	background-color: #924134;
	color: #fff !important;
	box-shadow: 2px 3px 0 0 rgba(0, 0, 0, 0.20);
	font-family: 'Open Sans Condensed',sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.diable-step {
        display: inline-block;
	padding: 7px;
	border: 1px solid #bbb;
	border-radius: 4px;
	background-color: #7a7a7a;
	color: #fff !important;
	box-shadow: 2px 3px 0 0 rgba(0, 0, 0, 0.20);
	font-family: 'Open Sans Condensed',sans-serif;
	font-size: 14px;
	font-weight: bold;
        opacity: 0.5;
        text-decoration: none!important;
}

/** css for select and preview template as per article **/
.article-alignment, .article-alignment li.preview-article {
	clear:both;
}
.article-alignment li.preview-article a {
	margin-left: 22px;
}

.article-alignment li, .article-alignment input[type="radio"] {
	float:left;
}
.article-alignment li img {
	margin-top: 0px!important;
}
#articleProperty9_dropdown ul.image-list input[type="radio"],
#articleProperty2_dropdown ul.image-list input[type="radio"] {
	margin-top: 12%;
}

#articleProperty9_dropdown li img {
	float: none;
}
/** preview-select article css ends**/
 /* CSS for get geo function */

div.getGeolocation {
    display: block;
    font-size: 12px;
    margin-bottom: 30px;
}
a.widget-geolocation-relocate-link,
a.widget-geolocation-reset-link,
a.widget-geolocation-reset-link img.widget-info:next {
    float: left;
}
a.widget-geolocation-relocate-link {
    display: block;
}
/*End of CSS for get geo function*/