.landingpage-damen_herren .box {
	margin-bottom: 10px;
}

.home-blocks-static .box {
	margin-bottom: 15px;
}

.perfectPieces .banner, .seoLandingpage .banner {
	margin: 10px 0;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.perfectPieces .innerStuff, .seoLandingpage .innerStuff {
	margin-left: 12%;
	width: 76%;
}

.pieces-banner-wrapper {
	font-family: 'HelveticaRegular', sans-serif;
	width: 33%;
	top: 5%;
	left: 14%
}

.seoLP-banner-wrapper {
	font-family: 'HelveticaRegular', sans-serif;
	width: 33%;
}

.pieces-banner-head, .seoLP-banner-head {
	font-size: 27px;
	margin-bottom: 5px;
}

.pieces-banner-text, .seoLP-banner-text {
	font-size: 15px;
}


/* Gallery Page */
.catalog-category-view .page-title {
	display: none;
}

.category-description {
	display: none;
}

.catalog-category-view .main.container {
	position: relative;
}

/* Catalin_Seo */
#loading {
	text-align: center;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.6);
	left: 0;
	z-index: 125;
}

.catalog-product-view #loading {
	background: none;
}

#loading .loading-content {
	top: 50%;
	position: fixed;
	left: 45%;
}

/* Category Image */
.category-image {
	margin: 10px 0 0;
}

.vertnav-top > li a { color: #000; }


@media only screen and (min-device-width: 320px) and (max-device-height: 736px) {
	/* Category SEO Text */
	.cat-banner-head {
		font-family: 'HelveticaRegular', sans-serif;
		font-size: 12px;
		margin-bottom: 5px;
	}

	.cat-banner-text {
		font-family: 'HelveticaRegular', sans-serif;
		font-size: 7px;
		line-height: normal;
		width:95%;
	}

	.show.mobile li a {
		color: #000;
	}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
	/* Category SEO Text */
	.cat-banner-head {
		font-family: 'HelveticaRegular', sans-serif;
		font-size: 22px;
		margin-bottom: 5px;
	}

	.cat-banner-text {
		font-family: 'HelveticaRegular', sans-serif;
		font-size: 11px;
		width:95%;
	}

	.pieces-banner-wrapper, .seoLP-banner-wrapper {
		font-family: "HelveticaRegular",sans-serif;
		left: 5%;
		top: 5%;
		width: 43%;
	}

	.pieces-banner-head, .seoLP-banner-head {
		font-size: 27px;
		margin-bottom: 5px;
	}

	.pieces-banner-text, .seoLP-banner-text {
		font-size: 16px;
		line-height: normal;
	}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1279px) {
	/* Category SEO Text */
	.cat-banner-head {
		font-family: 'HelveticaRegular', sans-serif;
		font-size: 25px;
		margin-bottom: 5px;
	}

	.cat-banner-text {
		font-family: 'HelveticaRegular', sans-serif;
		font-size: 13px;
		width:95%;
	}

	.pieces-banner-wrapper, .seoLP-banner-wrapper {
		font-family: "HelveticaRegular",sans-serif;
		left: 3%;
		top: 5%;
		width: 45%;
	}

	.pieces-banner-head, .seoLP-banner-head {
		font-size: 25px;
		margin-bottom: 0px;
	}

	.pieces-banner-text, .seoLP-banner-text {
		font-size: 13px;
		line-height: normal;
	}
}

@media only screen and (min-width: 320px) and (max-height: 736px) {
	/* Category SEO Text */
	.cat-banner-head {
		font-family: 'HelveticaRegular', sans-serif;
		font-size: 12px;
		margin-bottom: 5px;
	}

	.cat-banner-text {
		font-family: 'HelveticaRegular', sans-serif;
		font-size: 7px;
		line-height: normal;
		width:95%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	/* Category SEO Text */
	.cat-banner-head {
		font-family: 'HelveticaRegular', sans-serif;
		font-size: 22px;
		margin-bottom: 5px;
	}

	.cat-banner-text {
		font-family: 'HelveticaRegular', sans-serif;
		font-size: 11px;
		width:95%;
	}


}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
	/* Category SEO Text */
	.cat-banner-head {
		font-family: 'HelveticaRegular', sans-serif;
		font-size: 25px;
		margin-bottom: 5px;
	}

	.cat-banner-text {
		font-family: 'HelveticaRegular', sans-serif;
		font-size: 13px;
		width:95%;
	}
}

@media only screen  and (min-width: 1280px) {
	/* Category SEO Text */
	.cat-banner-head {
		font-family: 'HelveticaRegular', sans-serif;
		font-size: 27px;
		margin-bottom: 5px;
	}

	.cat-banner-text {
		font-family: 'HelveticaRegular', sans-serif;
		font-size: 15px;
		width:95%;
	}
}

/* Product Items */

/* Price Boxes */
.price-box .price-label {
	display: none;
}

.old-price {
	display: inline-block;
	margin-right: 20px;
}

.price-box .old-price .price {
	color: #000000 !important;
}

.price-box .special-price {
	display: inline-block;
}

.price-box .special-price .price {
	color: #e6007e !important; }

.price-box .was-old-price .price {
	font-size: 1.6666em;
}

/* Grid */

.products-grid .item {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border: none;
}

.sticker-wrapper.top-left,
.sticker-wrapper.top-right {
	top: auto;
	bottom: 1px;
	left: 0;
}

.sticker-wrapper.bluesign-wrapper {
	top: auto;
	bottom: 1px;
	right: 0;
}

.sticker.new,
.sticker.sale {
	border-radius: 0;
	padding: 5px 0;
	height: 10px;
	line-height: 10px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: normal;
	width: 60px;
	height: 10px;
}

.sticker.new {
	background: #999999;
}

.sticker.sale {
	background: #fb7ec2;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiN2VjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2M1ZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fb7ec2 0%, #fcc5e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb7ec2), color-stop(100%, #fcc5e2));
	background: -webkit-linear-gradient(top, #fb7ec2 0%, #fcc5e2 100%);
	background: -o-linear-gradient(top, #fb7ec2 0%, #fcc5e2 100%);
	background: -ms-linear-gradient(top, #fb7ec2 0%, #fcc5e2 100%);
	background: linear-gradient(to bottom, #fb7ec2 0%, #fcc5e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb7ec2', endColorstr='#fcc5e2', GradientType=0);
}

.products-grid .item:hover .sticker {
	width: 60px;
	height: 10px;
}

.products-grid .product-image-wrapper {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}

.products-grid .product-name {
	float: left;
	margin: 0;
}

.products-grid .product-name a,
.products-grid .name-style {
	font-size: 14px;
	font-weight: bold;
}

.products-grid .price-box {
	float: right;
	text-align: right;
	margin: 0;
}

.products-grid .price-box span {
	font-weight: bold;
	font-size: 16px;
}

.addto-links-icons.addto-onimage {
	margin-top: -70px;
}

.addto-links-icons .link-compare {
	display: none;
}

.color-boxes .color_item {
	margin: 0 3px 3px 0;
}

.color-boxes .color_item a {
	width: 22px;
	height: 12px;
}

.product-infos,
.color-boxes {
	max-width: 295px;
	margin: 0 auto;
}

/* Toolbar */
.toolbar {
	border-bottom: 1px solid #e5e5e5;
	border-top: none;
}

.toolbar .pager {
	text-align: right;
	display: none;
}

.toolbar-bottom .toolbar .pager {
	display: block;
}

.toolbar-bottom .toolbar {
	border: none;
	position: relative;
	z-index: 0;
}

.sorter .amount {
	float: left;
	background: none;
}

.sorter .amount strong {
	font-weight: normal;
}

.sorter .sort-by {
	display: none;
}

.sorter .limiter {
	float: right;
	margin: 0 2px 0 0;
	display: none;
}

.sorter .limiter select {
	padding: 0 0 0 0;
	position: relative;
	top: -1px;
}

.pager .pages > strong {
	display: none;
}

.pager .pagination-desktop ol {
	position: relative;
}

.pager .pagination-desktop li {
	height: auto;
	line-height: 100%;
	border-left: 1px solid #585858;
}

.pager .pagination-desktop li a {
	background: none;
	color: #585858;
	line-height: 100%;
	height: auto;
}

.pager .pagination-desktop li a:hover {
	background: none;
	color: #000000;
}

.pager .pagination-desktop li a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.pager .pagination-desktop li.current {
	text-decoration: underline;
	background: none;
	font-weight: bold;
}

.pager .pagination-desktop li a.previous:before {
	position: absolute;
	top: 3px;
	left: 13px;
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3.5px 6px 3.5px 0;
	border-color: transparent #989898 transparent transparent;
}

.pager .pagination-desktop li:hover a.previous:before {
	border-color: transparent #585858 transparent transparent;
}

.pager .pagination-desktop li a.next:after {
	position: absolute;
	top: 3px;
	right: 10px;
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #989898;
}

.pager .pagination-desktop li:hover a.next:after {
	border-color: transparent transparent transparent #585858;
}

.pagination-mobile {
	display: none;
}

/* left Sidebar */
.sidebar .block-title {
	padding: 12px 0 20px 15px;
	font-weight: bold;
	font-size: 16px;
	border-bottom-color: #585858;
	text-transform: uppercase;
}

.col-left.sidebar {
	width: 18%;
}

/* Left Navigation */
.sidebar .block-content {
	padding-top: 0;
}

.sidebar .block-vertnav .block-title span {
	font-size: 20px;
}

.sidebar .block-vertnav li > a:hover,
.sidebar .block-vertnav li.current > a,
.sidebar .block-vertnav li:hover > a,
.sidebar .block-vertnav li.active > a {
	font-weight: bold;
	color: #000000;
}

.sidebar .block-vertnav li a span {
	margin-left: 20px;
	display: block !important;
}

.sidebar .block-vertnav li.level0 > a {
	font-size: 16px;
	text-transform: uppercase;
}

.sidebar .block-vertnav li.level1 > a {
	font-size: 16px;
	text-transform: normal;
}

.sidebar .block-vertnav ul a {
	border: none;
}

.sidebar .block-vertnav li.level0 {
	border-bottom: 1px solid #e4e4e4;
}

.sidebar .block-vertnav ul.level0 li.parent:hover > ul {
	display: block !important;
}

/* TODO Effekt beim Aufklappen basteln */
.sidebar .block-vertnav ul.level0 li.parent .opener {
	display: none;
}

.sidebar .block-vertnav li.level0 > a {
	padding-top: 20px;
	padding-bottom: 20px;
}

.sidebar .block-vertnav li.level1 a {
	padding-top: 0px;
	padding-bottom: 3px;
}

.sidebar .block-vertnav .opener {
	right: auto;
	left: -5px;
	top: 0;
	background: none;
	height: 100%;
}

.sidebar .block-vertnav .opener:hover,
.sidebar .block-vertnav li.active .opener {
	background: none;
}

.sidebar .block-vertnav .opener:after {
	content: "";
	display: block;
	position: relative;
	top: 9px;
	left: 22px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3px 0 3px 7px;
	border-color: transparent transparent transparent #000000;
}

.sidebar .block-vertnav li.active .opener:after {
	border-width: 7px 3px 0 3px;
	border-color: #000000 transparent transparent transparent;
}

.sidebar .left-navigation .accordion ul {
	display: none;
}

.sidebar .category-image {
	display: none;
}

/* Shop By */
.layered-navigation {
	margin-top: 40px;
}

.layered-navigation dl dd a {
	color: #585858;
}

.layered-navigation dl dd a:hover,
.layered-navigation dl dd a.active {
	color: #000000;
	font-weight: bold;
}

.layered-navigation .currently,
.layered-navigation .block-content > .actions:first-child {
	display: none;
}

.layered-navigation ol li {
	padding-left: 0;
	background: none;
}

.layered-navigation dl dt {
	position: relative;
	padding: 20px 10px 5px;
}

.layered-navigation dl dt .opener {
	position: absolute;
	display: block;
	cursor: pointer;
	left: 0px;
	top: 0;
	height: 100%;
	width: 100%;
}

.layered-navigation dl dt .opener:after {
	content: "";
	display: block;
	position: relative;
	top: 25px;
	left: 17px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3px 0 3px 7px;
	border-color: transparent transparent transparent #000000;
}

.layered-navigation dl dt .filter-name {
	margin-left: 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}

.layered-navigation dl dt.active .opener:after {
	border-width: 7px 3px 0 3px;
	border-color: #000000 transparent transparent transparent;
}

.layered-navigation dl dt.active .filter-name,
.layered-navigation dl dt:hover .filter-name {
	font-weight: bold;
}

.layered-navigation #narrow-by-list {
	padding: 0;
}

.layered-navigation dl dd {
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
}

.layered-navigation .block-layered-nav dd.last {
	border-bottom: 1px solid #e5e5e5;
}

.layered-navigation dl dd .filter-navigation-wrapper {
	opacity: 0;
	height: 0;
	margin-bottom: 15px;
	overflow: hidden;
}

.layered-navigation dl dd ol {
	padding: 0 0 0 35px;
}

.layered-navigation .actions {
	padding-top: 20px;
}

.layered-navigation .filter-filter_color li {
	height: auto;
	line-height: normal;
	display: inline-block;
	margin: 0 10px 5px 0;
}

.layered-navigation dl dd.filter-filter_color ol {
	padding: 1px 20px 0 35px;
}

.layered-navigation .filter-filter_color input {
	display: none;
}

.layered-navigation .filter-filter_color a.checkbox {
	text-indent: -9999px;
	display: inline-block;
	height: 12px;
	width: 22px;
	border: 1px solid #e4e4e4;
}

.layered-navigation .filter-filter_color a.checkbox.selected,
.layered-navigation .filter-filter_color a.checkbox:hover {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1);
}

.layered-navigation .filter-undefined {
	display: none !important;
}

.filter-secondary_size .ol-wrapper ol {
	float: left;
	width: 38%;
	padding-left: 15px;
}

.filter-secondary_size .ol-wrapper ol:first-child {
	float: left;
	width: 62%;
	padding-left: 35px;
}

/* Last Orders */
.block-reorder .block-content {
	padding: 0;
}

.block-reorder .block-subtitle {
	margin: 0;
	padding: 10px 0 10px 15px;
}

.block-reorder #cart-sidebar-reorder {
	padding: 0 0 0 15px;
}

.block-reorder .actions {
	text-align: left;
	padding-left: 15px;
}

.block-reorder .actions a.button {
	margin-top: 5px;
}

/* Detail-Page */
.catalog-product-view .main.container,
.product-view {
	position: relative;
}

.product-view .sticker-wrapper {
	display: none;
}

.product-view .box-additional {
	margin: 0;
}

.product-view-wrapper .product-img-column .img-box {
	padding-bottom: 25px;
}

.back-to-category {
	position: absolute;
	right: 20px;
	top: -28px;
	font-size: 12px;
}

.product-view-wrapper {
	border-bottom: 1px solid #e5e5e5;
}

.box-container2.box-additional,
.box-container2 .container2-wrapper {
	border-bottom: none;
}

/* Product-Img */
.product-view .product-img-column {
	position: relative;
	width: 54%;
	float: none;
	display: inline-block;
	margin-top: 20px;
}

.more-images.itemslider-thumbnails {
	float:none !important;
}

.product-view .img-box-style1 .product-image {
	border: none;
}

/* Product-Shop */
.product-view .product-shop {
	float: right;
	margin-right: 0;
	margin-top: 15px;
}

.product-view .product-shop .product-name {
	margin-bottom: 0;
}

.product-view .product-art-nr {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}

.product-view .product-name > h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.product-view .product-type-data {
	border-bottom: 1px solid #e5e5e5;
	font-size: 13px;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.product-view .product-type-data .delivery-time {
	display: none;
}

.product-view .product-type-data a {
	color: #585858;
}

.product-view .product-type-data a:hover {
	color: #000000;
	text-decoration: underline;
}

.product-view .product-type-data > .price-box {
	border: none;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}

.product-view .product-type-data > .price-infos {
	display: inline-block;
	margin: 2px 0 0 15px;
	vertical-align: top;
	font-style: italic;
}

.product-view .product-type-data > .price-infos a {
	font-style: italic;
}

.product-view .add-to-box {
	border-bottom: none;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.product-view .add-to-box .add-to-cart .button span span {
	padding: 10px 20px;
}

.product-view .add-to-cart-attributes {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.product-view .product-shop label {
	display: inline-block;
	text-transform: uppercase;
	width: 30%;
	font-weight: bold;
	line-height: 30px;
	white-space: nowrap
}

.product-view .product-shop input {
	padding: 0;
	height: auto;
}

.product-view .product-shop .deliver-infos {
	display: inline-block;
	margin-left: 10px;
	color: #9d9d9d;
	font-size: 12px;
	font-style: italic;
}

.icon.i-wishlist-bw {
	background-position: -10px -12px;
}

.icon-hover:hover.i-wishlist-bw, .feature-icon-hover:hover .icon.i-wishlist-bw {
	background-position: -10px -62px
}

.product-view .required,
.product-view .required em {
	display: none;
}

.no-stock-info {
	font-size: 20px;
	margin: 10px 0;
}

/* Product Options */
.product-options dt {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.product-options dd {
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
	width: 68%;
}

.product-options dd select {
	width: 120px;
	padding: 0;
}

.product-options .input-box {
	position: relative;
}

.product-options .sizehelper-container{
	position: absolute;
	top: 5px;
	right: 0px;
}

.product-options .sizehelper {
	margin-left: 15px;
	font-size: 13px; text-decoration: underline;
}

.product-options .sizehelper:hover {
	color: #585858;
}

.color_item {
	display: inline-block;
	margin: 0 8px 8px 0;
	padding: 1px;
	line-height: 0;
}

.color_item:hover,
.color_item.active {
	border: 1px solid #000000;
	padding: 0;
}

.color_item a {
	display: inline-block;
	width: 21px;
	height: 18px;
	border: 1px solid #e5e5e5;
	padding: 1px;
}

#SCPcustomOptionsDiv dt {
	width: 100%;
}

#SCPcustomOptionsDiv dd {
	width: auto;
	margin-left: 31%;
}

#SCPcustomOptionsDiv dd select,
#SCPcustomOptionsDiv dd input {
	width: 100%;
}

#SCPcustomOptionsDiv .options-list {
	position: relative;
	top: -2px;
}

#SCPcustomOptionsDiv .options-list .label label,
#SCPcustomOptionsDiv .input-box .checkbox,
#SCPcustomOptionsDiv .input-box .radio {
	width: auto;
	height: 30px;
}

/* Product-Tabs */
.box-additional {
	border-bottom: 1px solid #e5e5e5;
}

.gen-tabs-style1 .tabs {
	border-bottom: 1px solid #e5e5e5;
}

.gen-tabs-style1 .tabs a {
	border: none;
	border-left: 1px solid #e5e5e5;
	position: relative;
	line-height: 28px;
	font-size: 14px;
	text-transform: uppercase;
}

.gen-tabs-style1 .tabs a:after {
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	left: 10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3px 0 3px 7px;
	border-color: transparent transparent transparent #000000;
}

.gen-tabs-style1 .tabs a.current:after {
	border-width: 7px 3px 0 3px;
	border-color: #000000 transparent transparent transparent;
}

.gen-tabs-style1 .tabs a.current {
	margin-top: 0;
	padding-top: 0;
	border-bottom: 1px solid #ffffff;
}

.gen-tabs-style1 .tabs a.current,
.gen-tabs-style1 .tabs a:hover {
	font-weight: bold;
}

.gen-tabs-style1 .tabs li {
	text-align: center;
	width: 33.333333333%;
}

#tab-details a:hover,
#tab-details a.current {
}

#product-tabs .tabs-panels {
	border-top: none;
}

.tabs-panels .panel {
	padding: 0 20px;
}

.detail-panel li:before {
	content: ".";
	position: relative;
	top: -3px;
	margin-right: 2px;
	font-size: 37px;
	line-height: 1px;
	display: inline-block;
}

.ios8 .detail-panel li:before {
	top: -13px;
}

.product-view .action-box .add-to-links {
	float: left;
}

.product-view .action-box .add-to-links a {
	margin: 0 0 0 30px;
}

.product-view .add-to-box {
	margin-top: 0;
}

.product-view .gen-tabs.accor .tabs-panels {
	padding-bottom: 0;
}

.product-view .gen-tabs.accor .tabs-panels .panel {
	border: none;
	text-align: left;
	padding: 5px 5px 5px 35px;
}

.product-view .gen-tabs.accor .acctab {
	text-transform: uppercase;
	color: #000000;
	background: none;
	border-top: 1px solid #eaeaea;
	font-size: 16px;
	padding-left: 35px;
	text-align: left;
}

.product-view .gen-tabs.accor .acctab:hover,
.product-view .gen-tabs.accor .acctab.current {
	font-weight: bold;
}

.product-view .gen-tabs.accor .acctab:before {
	content: "";
	display: block;
	position: relative;
	top: 22px;
	left: -15px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3px 0 3px 7px;
	border-color: transparent transparent transparent #000000;
}

.product-view .gen-tabs.accor .acctab.current:before {
	border-width: 7px 3px 0 3px;
	border-color: #000000 transparent transparent transparent;
}

.product-view .materials-header {
	font-weight: bold;
}

/* Badge Overlay */
#product-tabs .panel {
	position: relative;
}

#badge-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #eaeaea;
}

#badge-overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	z-index: 10;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#badge-overlay.hide {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: -2;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.infoblocks {
	margin-top: 15px;
}

.infoblocks .info-block-item > img {
	cursor: pointer;
}

.infoblocks .hidden-info-block {
	display: none;
}

.infoblocks .info-block-list .info-block-item:first-child {
}

.infoblocks .info-block-list .info-block-item {
	display: inline-block;
	line-height: 80px;
	margin: 0 10px;
	width: 105px;
	text-align: center;
}

#badge-overlay .closer {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

#badge-overlay > img {
	position: absolute;
	top: 15px;
	left: 15px;
}

#badge-overlay .overlay-content {
	padding: 15px;
}

#badge-overlay .overlay-content p {
	padding: 0 0 5px 0;
}

#badge-overlay .overlay-content p:first-child {
	padding: 0 0 0 120px;
	height: 50px;
}

#badge-overlay .overlay-content ul {
	list-style: inherit;
	margin: 0 0 0 15px;
}

#badge-overlay .overlay-content li {
	line-height: 25px;
}

/* Add To Links */
.action-box {
	clear: both;
}

.action-box .product-links {
	padding-top: 15px;
}

/* Wishlist Link */
.product-view .add-to-links .i-wishlist-bw {
	margin: 0;
	padding: 0;
	background-position: -17px -19px;
	transform: scale(0.6, 0.6);
	-ms-transform: scale(0.6, 0.6);
	-webkit-transform: scale(0.6, 0.6);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.product-view .add-to-links .feature-icon-hover:hover:hover,
.product-view .add-to-links .feature-icon-hover:hover:hover span {
	color: #000000;
	text-decoration: underline;
}

.product-view .add-to-links .feature-icon-hover > span:first-child {
	width: 20px;
	height: 19px;
	display: inline-block;
}

.product-view .add-to-links .feature-icon-hover span span {
	border-radius: 0;
	height: 20px;
	width: 20px;
	padding: 0;
}

.product-view .icon-hover:hover.i-wishlist-bw, .feature-icon-hover:hover .icon.i-wishlist-bw {
	background-position: -17px -19px;
}

/* SocialPrivacy */
#socialshareprivacy {
	float: right;
}

.social_share_privacy_area .settings_info {
	display: none;
}

.social_share_privacy_area li.help_info.display .info, .social_share_privacy_area li .help_info.icon.display .info {
	z-index: 10000;
}

/* Cart */
.add-to-cart-attributes select {
	width: 120px;
}

/* Upsell */
.product-view .box-up-sell {
	padding: 0 30px;
	margin-top: 0;
	width: 100%;
}

.product-view .box-up-sell div{
	text-align: left;
}

.product-view .box-up-sell .price-box{
	text-align: right;
}

.box-up-sell .section-title {
	border: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 !important;
}

.box-up-sell .owl-item > .item {
	max-width: 315px;
	min-height: 140px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.box-up-sell .product-image {
	display: inline-block;
	vertical-align: top;
	width: 39%;
}

.box-up-sell .product-information {
	display: inline-block;
	margin: 0 0 0 4%;
	width: 55%;
}

.box-up-sell .product-information .product-name {
	width: 100%;
	text-transform: uppercase;
	margin: 0;
}

.box-up-sell .product-information .product-price {
	margin-top: 20px;
}

.box-up-sell .product-information .product-price > .price-label {
	display: inline-block;
	vertical-align: top;
}

.box-up-sell .product-information .price-box {
	width: 70%;
}

.box-up-sell .product-information .price-box .old-price {
	margin: 0;
}

.box-up-sell .products-grid .price-box span {
	font-size: 14px;
}

.box-up-sell .product-information .add-to-cart {
	position: absolute;
	bottom: 20px;
}

.box-up-sell .product-information .add-to-cart-attributes {
	padding: 0;
	margin: 0;
}

.box-up-sell .add-to-cart .button {
	background: #cacaca;
	background: rgb(202, 202, 202);
	background: rgba(202, 202, 202, 0.85);
}

.box-up-sell .add-to-cart .button:hover {
	background: #717171;
	background: rgb(113, 113, 113);
	background: rgba(113, 113, 113, 0.85);
}

.box-up-sell .add-to-cart .button span span {
	padding: 4px;
}

.box-up-sell .qty {
	margin: 15px 0;
}

/* Storefinder */
.box-frame-storefinder {
	text-align: center;
	margin-top: 15px;
}

.box-frame-storefinder h2 {
	text-transform: uppercase;
	font-size: 17px;
	background: rgb(230, 226, 223);
	color: #989898;
	line-height: 45px;
	font-weight: bold;
	margin-bottom: 0;
	cursor: pointer;
}

.box-frame-storefinder .storefinder-detail {
	border: 2px solid rgb(230, 226, 223);
	border-top: none;
	padding-top: 20px;
}

.box-frame-storefinder .mobile {
	display: none;
}

.box-frame-storefinder.hide {
	display: none;
}

#open-storefinder {
	width: 50px;
	height: 30px;
	display: block;
	margin: 0 auto;
	border-radius: 0;
	background: url(../images/sprite.png) -250px -160px no-repeat rgb(230, 226, 223);
}

#open-storefinder:hover {
	background-position: -250px -110px;
	background-color: #989898;
}

/* Cart */
.checkout-cart-index .page-title {
	margin: 25px 0 0 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #888888;
}

.checkout-cart-index .page-title h1,
.checkout-onepage-success .page-title h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.checkout-onepage-success .sub-title {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 30px;
}

.block_cart_below_table {
	float: right;
	width: auto;
	font-weight: bold;
	position: relative;
}

.block_cart_below_table span {
	padding: 3px 0 0 0;
	right: 240px;
	font-size: 0;
	position: absolute;
}

.cart-table-wrapper .proceed-wrapper {
	min-height: 1px;
}

.cart-table-wrapper .proceed-wrapper button.button {
	float: right;
	margin: 20px 0 10px;
}

.onestepcheckout-place-order-wrapper button.button,
.add-to-cart button.button,
.checkout-types button.button,
.cart-table-wrapper .proceed-wrapper button.button {
	background-color: #9a9a9a;
}

.onestepcheckout-place-order-wrapper button.button span,
.onestepcheckout-place-order-wrapper button.button:hover span,
.add-to-cart button.button span,
.add-to-cart button.button:hover span,
.checkout-types button.button span,
.checkout-types button.button:hover span,
.cart-table-wrapper .proceed-wrapper button.button span {
	color: white;
}

.continue-wrapper {
	display: none;
}

.cart-empty {
	margin-top: 30px;
}

.cart-empty a {
	text-decoration: underline
}

.ssl-content {
	line-height: 80px;
	padding-bottom: 0;
	padding-right: 10px;
}

.ssl-content img {
	position: relative;
	right: -10px;
}

.checkout-cart-index .old-price .price {
    color: #000000 !important;
}

.checkout-cart-index .old-price{
	margin-right: 0;
}

.checkout-cart-index .special-price .price{
	color: #e6007e !important;
}

.checkout-cart-index .special-price{
	margin-left: 20px;
}

.checkout-cart-index th.col-unit-price{
	padding-left: 50px;
	text-align: right;
}

/* Cart Table */
.data-table tr.even {
	background: #ececec;
}

.cart .data-table .qty {
	height: auto;
	padding: 0;
}

.data-table tr.odd td, .data-table tr.odd th,
.data-table tr.even td, .data-table tr.even th {
	border: none;
}

.cart-table tfoot td.last,
.data-table tr.odd.last,
.cart-table thead tr {
	border-color: #888888;
}

.data-table tr.even.last {
	border-bottom: 1px solid #888888;
}

.cart-table .product-image {
	max-width: 110px;
	width: 200px;
}

.cart .product-name,
.cart .product-name a {
	font-size: 16px;
	font-weight: bold;
}

.cart .item-options {
	margin: 0;
	font-size: 13px;
}

.cart .item-options dt {
	padding-left: 0;
	background: none;
	float: left;
	width: 50%;
	text-transform: uppercase;
	overflow: hidden;
}

.cart .item-options dd {
	color: #000000;
	float: left;
	width: 45%;
}

.cart .matandcare-wrapper {
	clear: both;
}

.cart .matandcare-wrapper .matandcare-hint {
	display: inline-block;
	margin-right: 11.5%;
	position: relative;
	width: 55px;
}

.cart .matandcare-wrapper .matandcare-hint .hint {
	text-decoration: underline;
	cursor: pointer;
}

.cart .matandcare-wrapper .matandcare-hint .hidden-hint {
	position: absolute;
	background: rgba(89, 89, 89, 0.95);
	padding: 15px;
	width: 300px;
	border: 1px solid #999999;
	left: -10px;
	color: #ffffff;
	text-transform: uppercase;
}

.cart .matandcare-wrapper .matandcare-hint .hidden-hint {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	top: 50px;
	z-index: -2;
	transition: opacity 0.4s, top 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: opacity 0.4s, top 0.4s;
	-o-transition: opacity 0.4s, top 0.4s;
}

.cart .matandcare-wrapper .matandcare-hint:hover .hidden-hint {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	top: 20px;
	z-index: 10;
	transition: opacity 0.4s, top 0.4s;
	-webkit-transition: opacity 0.4s, top 0.4s;
	-moz-transition: opacity 0.4s, top 0.4s;
	-o-transition: opacity 0.4s, top 0.4s;
}

.cart .matandcare-wrapper .hidden-hint .caret {
	position: absolute;
	left: 20px;
	top: -7px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 6px 10.4px 6px;
	border-color: transparent transparent #595959 transparent;
	-webkit-box-shadow: 0px -1px 0px -1px rgba(137, 137, 137, 1);
	-moz-box-shadow: 0px -1px 0px -1px rgba(137, 137, 137, 1);
	box-shadow: 0px -1px 0px -1px rgba(137, 137, 137, 1);
}

#shopping-cart-table .col-delete a.link-edit,
#shopping-cart-table .col-delete a.link-remove {
	position: relative;
	width: 100%;
	display: block;
	text-align: left;
}

#shopping-cart-table .col-delete a.link-edit .btn-edit,
#shopping-cart-table .col-delete a.link-remove .btn-remove {
	position: absolute;
	left: 0;
}

#shopping-cart-table .col-delete a.link-edit span,
#shopping-cart-table .col-delete a.link-remove span {
	padding-left: 20px;
}

#shopping-cart-table .truncated .truncated_full_value dl {
	width: 260px;
}

#shopping-cart-table .truncated .truncated_full_value dt {
	width: 15%;
}

#shopping-cart-table .truncated .truncated_full_value dd {
	width: 80%;
}

.truncated .truncated_full_value {
	z-index: auto;
}

.truncated .truncated_full_value .item-options {
	background: rgba(89, 89, 89, 0.95);
	padding: 15px;
	width: 300px;
	border: 1px solid #999999;
	left: -10px;
	color: #ffffff;
}

.truncated .truncated_full_value .item-options dd {
	color: #ffffff;
}

.truncated .truncated_full_value .item-options {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	top: 30px;
	z-index: -2;
	transition: opacity 0.4s, top 0.4s;
	-webkit-transition: opacity 0.4s, top 0.4s;
	-moz-transition: opacity 0.4s, top 0.4s;
	-o-transition: opacity 0.4s, top 0.4s;
}

.truncated .truncated_full_value.show .item-options {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	top: 0px;
	z-index: 10;
	transition: opacity 0.4s, top 0.4s;
	-webkit-transition: opacity 0.4s, top 0.4s;
	-moz-transition: opacity 0.4s, top 0.4s;
	-o-transition: opacity 0.4s, top 0.4s;
}

.truncated .truncated_full_value.show .item-options:before {
	position: absolute;
	display: block;
	content: "";
	left: 20px;
	top: -7px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 6px 10.4px 6px;
	border-color: transparent transparent #595959 transparent;
	-webkit-box-shadow: 0px -1px 0px -1px rgba(137, 137, 137, 1);
	-moz-box-shadow: 0px -1px 0px -1px rgba(137, 137, 137, 1);
	box-shadow: 0px -1px 0px -1px rgba(137, 137, 137, 1);
}

/* Cart Collaterals */
.cart-collaterals {
	margin-top: 10px;
}

/* Discount Box */
#discount-coupon-form {
	display: block;
	border: 1px solid #888888;
	padding: 15px 20px;
}

.cart .discount h2 {
	border: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.cart .discount label {
	margin: 0 0 15px;
}

.discount-form .input-box {
	display: inline-block;
	width: 45%;
	min-width: 175px;
	vertical-align: top;
	margin-right: 5px;
	position: relative;
}

.discount-form .input-box span {
	position: absolute;
	top: 7px;
	left: 5px;
}

.discount-form .input-box input {
	padding: 4px 5px 4px 30px;
}

.cart .discount-form .buttons-set {
	display: inline-block;
	margin: 0;
}

.coupon-box {
	min-height: 140px;
}

.cart .discount .input-box {
	margin-bottom: 10px;
}

/* Cart Totals */
.cart .totals {
	background: none;
}

.cart .totals .totals-inner {
	padding: 0;
}

.shopping-cart-totals-table-wrapper {
	background: #ececec;
	min-height: 140px;
	padding: 15px 5px;
}

#shopping-cart-totals-table td {
	padding: 2px 9% 2px 0%;
}

#shopping-cart-totals-table tfoot td {
	padding: 7px 9% 5px 0%;
	background: #ffffff;
	text-transform: uppercase;
}

#shopping-cart-totals-table td:first-child {
	text-align: left !important;
	padding-left: 4%;
	padding-right: 0;
}

#shopping-cart-totals-table tbody tr:first-child td {
	font-size: 18px;
	font-weight: bold;
	padding: 7px 9% 5px 0;
}

#shopping-cart-totals-table tbody tr:first-child td:first-child {
	padding-left: 4%;
}

#shopping-cart-totals-table colgroup {
	width: 6px;
	height: 10px;
	position: absolute;
	right: 7%;
	top: 5%;
}

#shopping-cart-totals-table colgroup:after {
	content: "*";
	display: block;
}

.block_cart_below_totals p {
	text-align: right;
	font-size: 13px;
	padding: 15px 5px;
}

.block_cart_below_totals .widget {
	display: inline;
}

.block_cart_below_totals .widget a {
	background: none;
	padding: 0;
}

#shopping-cart-table tr,
#shopping-cart-totals-table {
	position: relative;
}

#shopping-cart-totals-table .summary-details-1 td {
	padding: 2px 9% 2px 0% !important;
}

#shopping-cart-totals-table .summary-details-1 td:first-child {
	padding-left: 4% !important;
	padding-right: 0 !important;
}

tr.summary-total {
	cursor: text;
}

tr.summary-total .summary-collapse {
	background: none;
	cursor: text;
	float: none;
	text-align: left;
	padding: 0;
}

.button.btn-checkout span span {
	padding: 10px 20px;
}

/* Customer Account */
/* General */
.my-account {
	position: relative;
	margin: 18px 0 0 0;
}

.my-account .back-link {
	position: absolute;
	top: 20px;
	right: 0;
}

.sales-order-view .my-account .back-link {
	top: auto;
	bottom: 5px;
}

.my-account .back-link a {
	font-size: 12px;
	line-height: 100%;
}

.my-account .back-link a small {
	display: none;
}

.fieldset .legend,
.wishlist-table {
	border-color: #eaeaea;
}

.my-account .page-title,
.my-account .box-head {
	border-color: #eaeaea;
	margin-bottom: 15px;
	padding-bottom: 19px;
}

.my-account .page-title h1,
.my-account .box-head h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.my-account .buttons-set,
.my-account .buttons-set .button {
	margin: 0;
}

.my-account .buttons-set .button {
	margin: 5px 0;
}

/* Navigation */
.block-account .block-title {
	background: none;
	padding-left: 15px !important;
}

.block-account .block-content ul {
	list-style: none;
	padding: 20px 0 0 0;
}

.block-account .block-content ul strong,
.block-account .block-content ul a {
	text-transform: none;
	padding: 5px 0 5px 15px;
}

.block-account .block-content ul a:hover {
	color: #000000;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.03);
}

/* Dashboard */
.dashboard .welcome-msg .hello {
	padding-top: 3px;
}

.dashboard .welcome-msg .hello strong {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4,
.dashboard .box-info h4,
.order-info-box h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.box-account.box-info {
	margin-bottom: 30px;
}

.box-account.box-info a {
	color: #585858;
	font-style: italic;
	text-decoration: underline;
}

.box-account.box-info a i {
	display: inline-block;
	position: relative;
	top: 4px;
}

/* Account Information */
.customer-account-edit .my-account .form-list,
.customer-account-edit .my-account .buttons-set {
	display: inline-block;
	width: 50%;
}

.customer-account-edit .my-account .field {
	width: 100%;
	margin-bottom: 0;
}

.customer-account-edit .my-account .field:first-child {
	margin-bottom: 7px;
}

/* Adress Book */
.addresses-list h2,
.addresses-list h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Order History */
.my-account .top-order-links {
	right: 0;
	position: absolute;
	bottom: -30px;
}

.my-account .page-title.title-buttons {
	position: relative;
}

.my-account .order-info {
	display: none;
}

.my-account .order-date {
	margin-top: 30px;
	color: #000000;
}

.my-account .summary-details-1 {
	display: table-row !important;
}

.my-account .summary-details-1 td.last {
	text-align: right;
	padding-right: 8px !important;
}

/* Wishlist */
#wishlist-table .cart-cell input { padding: 0;
	height: 27px;
}

#wishlist-table tr {
	position: relative;
}

.my-wishlist .btn-cart {
	margin: 5px 0 5px;
}

#wishlist-table td.last a.link-edit,
#wishlist-table td.last a.link-remove {
	position: relative;
	width: 100%;
	display: block;
	text-align: left;
}

#wishlist-table td.last a.link-edit .btn-edit,
#wishlist-table td.last a.link-remove .btn-remove {
	position: absolute;
	left: 0;
}

#wishlist-table td.last a.link-edit span,
#wishlist-table td.last a.link-remove span {
	padding-left: 20px;
}

#wishlist-view-form .button.btn-share {
	display: none;
}

.my-account .buttons-set .button.btn-add {
	float: right;
	margin-right: 95px;
}

.my-account .buttons-set .button.btn-update {
	text-transform: none;
	text-decoration: underline;
}

.my-account .buttons-set .button.btn-update span,
.my-account .buttons-set .button.btn-update:hover,
.my-account .buttons-set .button.btn-update:hover span {
	background: none;
	color: #333333;
	text-decoration: underline;
}

/* Contacts */
#contactForm .buttons-set {
	float: right;
	text-align: right;
	margin: 0;
}

#contactForm button {
	margin: 0;
}

.contacct-form {
	display: inline-block;
	width: 50%;
}

.contact-info {
	display: inline-block;
	vertical-align: top;
	margin: 105px 0 0 5%;
	width: 44%;
}

.contact-info-content {
	font-size: 16px;
	text-align: center;
}

.contact-info-content a {
	text-decoration: underline;
}

.contacts-index-index .page-title h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin: 0px 0 10px;
}

/* Logout Page */
.customer-account-logoutsuccess .page-title h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}

/* Login Page */
/* Dashboard */
.account-login .page-title h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}

.account-login .content h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.registered-users label {
	display: none;
}

.registered-users input {
}

/* Forgot Password */
.customer-account-forgotpassword .page-title h1,
.customer-account-resetpassword .page-title h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}

.customer-account-forgotpassword .main.container label,
.customer-account-resetpassword .main.container label {
	display: none;
}

.customer-account-forgotpassword .main.container input,
.customer-account-resetpassword .main.container input {
	margin-top: 10px;
}

.customer-account-forgotpassword .main.container {
	position: relative;
}

.customer-account-forgotpassword .main.container .buttons-set,
.customer-account-resetpassword .main.container .buttons-set {
	margin: 0;
}

.customer-account-forgotpassword .main.container .back-link {
	position: absolute;
	top: 10px;
	right: 20px;
}

.customer-account-forgotpassword .main.container .back-link a {
	font-size: 12px;
}

.customer-account-forgotpassword .main.container .buttons-set button.button,
.customer-account-resetpassword .main.container .buttons-set button.button {
	margin: 0;
}

/* Create Account */

.account-create {
	position: relative;
}

.account-create .page-title h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}

.account-create .field label {
	display: none;
}

.account-create .dob .field label {
	display: block;
}

.account-create input,
.account-create select {
}

.account-create .back-link {
	position: absolute;
	top: 0;
	right: 0px;
	width: 105px;
}

.account-create .back-link a {
	font-size: 12px;
}

.account-create .buttons-set {
	margin: 0;
}

.account-create .buttons-set button.button {
	margin: 0;
}
