@charset "UTF-8";

@font-face {
	font-display: block;
	font-family: nunito;
	font-style: normal;
	font-weight: normal;
	src: local("Nunito"),
		local("Nunito Regular"),
		local("Nunito-Regular"),
		url("/assets/design/content/framework/css/fonts/nunito-regular.woff2") format("woff2"),
		url("/assets/design/content/framework/css/fonts/nunito-regular.woff") format("woff"),
		url("/assets/design/content/framework/css/fonts/nunito-regular.ttf") format("truetype"),
		url("/assets/design/content/framework/css/fonts/nunito-regular.svg#nunitoregular") format("svg");
}

@font-face {
	font-display: block;
	font-family: nunito;
	font-style: normal;
	font-weight: bold;
	src: local("Nunito"),
		local("Nunito Bold"),
		local("Nunito-Bold"),
		url("/assets/design/content/framework/css/fonts/nunito-bold.woff2") format("woff2"),
		url("/assets/design/content/framework/css/fonts/nunito-bold.woff") format("woff"),
		url("/assets/design/content/framework/css/fonts/nunito-bold.ttf") format("truetype"),
		url("/assets/design/content/framework/css/fonts/nunito-bold.svg#nunitobold") format("svg");
}

@font-face {
	font-display: block;
	font-family: befonticons;
	font-style: normal;
	font-weight: normal;
	src: url("/assets/design/content/framework/css/fonts/befonticons.woff2") format("woff2"),
		url("/assets/design/content/framework/css/fonts/befonticons.woff") format("woff"),
		url("/assets/design/content/framework/css/fonts/befonticons.ttf") format("truetype"),
		url("/assets/design/content/framework/css/fonts/befonticons.svg#befonticons") format("svg");
}

.body_background {
	background-color: #fff;
}

.chat {
	text-align: center;
	/* for mobile contact us/imprint chat */
}

.chat,
.whatsapp,
.fbmessenger,
#header #navigation #nav #header #navigation #nav #header #navigation #nav #mobile-nav-account.mobile-nav-login.mobile-nav-login.mobile-nav-login,
#footer-account {
	display: none;
}

#login_register {
	display: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio, b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html, i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output, p,
pre, q,
ruby, s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt, u,
ul,
var,
video {
	border: 0;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	/* needed bc of form font size 0 adjuster for cross browser compaitbility*/
}

html {
	background-color: #222;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	visibility: visible !important;
	/* html has visibility hidden and we overwrite when css is loaded. this is to avoid flickering when using min.css. visibility is around 30ms faster render than display none */
}

body {
	background: #222;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.35;
	overflow-x: hidden;
}

/* keyboard navigation outline, e.g. on select2 disabled, as it looks bad */
*:focus-visible {
	outline: none;
}

/* prevent accidental dragging of a and img elements as this can happen easily especially on mobile users but not intended by 99.9% of users */
a,
img {
	-webkit-user-drag: none;
}

/* prevent highlighting images by the user as this usually is unwanted and messes up the look */
img {
	-o-user-select: none;
	user-select: none;
	/*
	disabled,
	bc causes CLS to be slow degrading performance measurably but not visibly
	-webkit-animation: skeleton-loading 1s linear infinite alternate;
	animation: skeleton-loading 1s linear infinite alternate;
*/
}

/* prevent 1 line of space after an img in a picture tag, see https://stackoverflow.com/questions/38361657/why-does-my-html5-picture-have-a-height-outside-of-its-img-and-why-does-it-n, however https://stackoverflow.com/questions/31444891/mystery-white-space-underneath-image-tag is better since using block has too many downsides as it alters UI massively in some cases */ 
picture > img {
	vertical-align: bottom;
}

.no-skeleton {
	animation: none;
}

@keyframes skeleton-loading {
	0% {
		background-color: hsla( 0, 0%, 95%, 0.7 );
	}

	100% {
		background-color: hsla( 0, 0%, 99%, 0.7 );
	}
}

textarea {
	-webkit-appearance: none;
}

h1 {
	color: #666;
	font-family: Nunito, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
}

h2 {
	color: #777;
	font-family: Nunito, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
}

h3 {
	color: #25AAFD;
	font-family: Nunito, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

h4 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

h5 {
	color: #25AAFD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}

h6 {
	color: #777;
	font-family: Nunito, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
}

.variations_form,
.zoomContainer {
	-webkit-tap-highlight-color: transparent;
}

.product .images,
#reviews,
#reviews-newest {
	pointer-events: none;
	-webkit-tap-highlight-color: transparent;
}

.product .images > *,
#review_block_form_wrapper,
.store-pagination {
	pointer-events: auto;
}

/* hide the html5 video download button */
video::-internal-media-controls-download-button {
	display: none;
}

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}

video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}

img {
	/*noinspection CssInvalidPropertyValue*/
	image-rendering: -webkit-optimize-contrast;
	/* otherwise images will be unsharp on normal density displays in chrome if a big image without srcset is used and downscaled by the browser */
}

img.simg {
	image-rendering: initial;
	/* reset to normal for small images otherwise they look pixelated in chrome */
}

.responsiveimg img {
	height: auto;
	max-width: 100%;
}

button[type="submit"]:hover,
input[type="submit"]:hover,
a:hover {
	transition: all .15s ease-in-out;
}

.si:before,
.navinstashop a:before,
.pluginButton div.pluginButtonIcon:before,
.icon-ok:before,
.lang_sel_sel_arrow:before,
.icon-user:before,
.icon-envelope:before,
.play-video:after,
.replay-video:after,
.icon-whatsapp:before,
.social-twitter:before,
.social-fbmessenger:before,
.arrow-right-icon:before,
.social-facebook:before,
.social-instagram:before,
.social-tiktok:before,
.social-vkontakte:before,
.social-email:before,
.social-youtube:before,
.social-pinterest:before,
.social-googleplus:before,
.loading-icon:before,
.bag-icon:before,
.social-whatsapp:before,
.social-tumblr:before,
.social-snapchat:before,
.social-wanelo:before,
.social-amazon:before,
.social-weheartit:before,
.social-reddit:before,
.social-weibo:before,
#header-searchform:before,
.search-icon:before,
.mobile_cart:before,
.header-cart:before,
.accordion-title.active a:after,
.accordion-title a:after,
.countdown-clock:before,
.remove_from_wl a:before,
.wl-already-in:before,
.wl-add-to:before,
.ssl-icon:before,
.ssl-icon_small:before,
.size_chart:before,
.size-chart-icon:before,
.select_picture:before,
.verifiedbuyer:before,
.delivery-icon:before,
.return-icon:before,
.phone-icon:before,
button.single_add_to_cart_button:before,
.arrow-icon:before,
.mobile_nav:before,
.open-menu-link.expand:after,
.open-menu-link:after,
.arrow-up-icon:before,
#back-to-top:before,
.arrow-left-icon:before,
.select2-search:after,
.icon-time:before {
	display: inline-block;
	font-family: befonticons !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	speak: none;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}

.social-text {
	margin: 10px 0 0 !important;
}

.social-icons {
	float: right;
	min-width: 265px;
	/* 265 required for order received page */
}

.social-icons a {
	display: block;
	height: 40px;
	position: relative;
	transition: all .2s ease 0s;
	width: 40px;
	/* otherwise will fuck up positioning of before element on mobile*/
}

#sidebar .social-icons li a:before,
.post-content .social-icons a:before,
.social-icons a:hover:before {
	color: #fff;
}

.social-icons a:before {
	color: #999;
	font-size: 16px;
	height: 40px;
	left: 0;
	line-height: 40px;
	position: absolute;
	width: 40px;
}

#header-searchform:before {
	color: #ccc;
	content: "\e81a";
	font-size: 15px;
	margin: 6px 0 0 -8px;
	position: absolute;
	right: 6px;
	z-index: 99;
}

.social-email:before {
	content: "\e812";
}

.social-twitter:before,
.si-twitter:before {
	content: "\e808";
	font-size: 14px !important;
	padding-top: 1px;
}

.si-paypal:before {
	content: "\e803";
}

.si-google:before {
	content: "\e802";
}

.social-amazon:before,
.si-amazon:before {
	content: "\e800";
}

.social-instagram:before,
.si-instagram:before {
	content: "\e816";
	font-size: 19px !important;
	line-height: 12px;
	position: relative;
	top: 2px;
}

.social-tiktok:before {
	content: "\e80b";
}

.social-vkontakte:before,
.si-vk:before {
	content: "\e815";
}

.social-facebook:before,
.si-facebook:before {
	content: "\e807";
}

.social-youtube:before {
	content: "\e809";
	font-size: 18px !important;
	padding-top: 1px;
}

.social-pinterest:before {
	content: "\e814";
}

.social-whatsapp:before {
	content: "\e81b";
}

.social-googleplus:before {
	content: "\e80b";
	padding: 1px 0 0 1px;
}

.social-tumblr:before {
	content: "\e813";
	padding-left: 1px;
}

.social-snapchat:before {
	content: "\e827";
	font-size: 18px !important;
	margin-left: -2px;
}

.social-wanelo:before {
	content: "\e80d";
	font-size: 13px !important;
}

.social-weheartit:before {
	content: "\e804";
	padding-top: 1px;
}

.social-weibo:before {
	content: "\e81e";
	padding-top: 1px;
}

.social-fbmessenger:before {
	content: "\e81f";
	font-size: 110%;
}

.social-reddit:before {
	content: "\e823";
}

.social-rakuten:before {
	content: "R";
}

.social-polyvore:before {
	content: "P";
}

.social-polyvore:before,
.social-rakuten:before {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 22px !important;
	font-weight: bold;
	padding-top: 1px;
	text-align: center;
}

.social-icons a.social-more {
	width: 25px;
}

.social-more-hidden {
	display: none;
}

.social-more:before {
	content: "...";
	cursor: pointer;
	font-weight: bold;
	line-height: 30px !important;
	text-align: center;
	width: 25px !important;
}

.social-instagram:hover {
	background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
		radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
		radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
		radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
		radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
		radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
		radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
		linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%) !important;
}

.social-tiktok:hover {
	background: #000 !important;
	text-shadow: 1px 1px 0 #fe2c55;
}

.social-vkontakte:hover {
	background: #567CA4 !important;
}

.social-twitter:hover {
	background: #00aced !important;
}

.social-facebook:hover {
	background: #3b5998 !important;
}

.social-youtube:hover {
	background: #ff0000 !important;
}

.social-googleplus:hover {
	background: #dd4b39 !important;
}

.social-more:hover,
.social-email:hover {
	background: #666 !important;
}

.social-whatsapp:hover {
	background: #4dc247 !important;
}

.social-pinterest:hover {
	background: #cc2127 !important;
}

.social-tumblr:hover {
	background: #35465c !important;
}

.social-snapchat:hover {
	background: #fffc00 !important;
}

.social-wanelo:hover {
	background: #fdd832 !important;
}

.social-amazon:hover {
	background: #ff9900 !important;
}

.social-weheartit:hover {
	background: #f69 !important;
}

.social-weibo:hover {
	background: #E32529 !important;
}

.search-icon:before {
	color: #ccc;
	content: "\e81a";
	font-size: 16px;
	margin: 3px 0 0 5px;
	position: absolute;
	z-index: 99;
}

#header-searchform .search-icon {
	position: relative;
}

#header-searchform .search-icon:before {
	background-color: #000;
	border-radius: 0 3px 3px 0;
	color: #fff;
	height: 28px;
	margin: 1px 0 0;
	padding-top: 4px;
	right: 1px;
	width: 32px;
}

#header-searchform #header-searchsubmit:active + .search-icon:before,
#header-searchform #header-searchsubmit:hover + .search-icon:before {
	background-color: #e50670;
	transition: all .15s ease-in-out;
}

.lang_sel_sel_arrow:before {
	content: "\e80e";
	position: absolute;
	right: 5px;
}

.currency_select_click .lang_sel_sel_arrow:before {
	top: 1px;
}

.countdown-clock:before {
	content: "\e818";
}

.delivery-icon,
.return-icon,
.phone-icon {
	color: #fff;
	text-align: center;
}

.delivery-icon:before,
.return-icon:before,
.phone-icon:before {
	font-size: 150%;
	margin-right: 4px;
	position: relative;
	top: 2px;
}

.delivery-icon:before {
	color: #808080;
	content: "\e806";
	margin-right: 6px;
}

.loading-icon:before,
.return-icon:before {
	content: "\e81c";
}

.phone-icon:before {
	content: "\e824";
}

.ssl-icon:before {
	color: #FAB001;
	content: "\e805";
	font-size: 150%;
	margin: 0 5px 0 15px;
	position: relative;
	top: 3px;
}

.ssl-icon_small:before {
	color: #FAB001;
	content: "\e805";
	font-size: 150%;
	margin: 0 5px 5px 5px;
	position: relative;
	top: 2px;
}

.ssl-icon {
	background-color: #F9F9F9;
	border: 1px solid #444;
	border-radius: 3px;
	box-sizing: border-box;
	color: #333;
	cursor: default;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 auto;
	max-width: 210px;
	overflow: hidden;
	padding: 0 4px 4px 25px;
	text-align: center;
	text-indent: -18px;
	text-transform: uppercase;
	width: 95%;
}

.wl-already-in:before,
.remove_from_wl a:before {
	color: #000;
	content: "\e804";
	margin-top: 4px;
}

.wl-add-to:before {
	color: #000;
	content: "\e801";
	font-size: 14px;
	margin-top: 4px;
}

.wl-wrapper .wl-add-to,
.wl-wrapper .remove_from_wl a,
.wl-wrapper .wl-already-in {
	border: 1px solid #000;
	height: 25px;
	padding: 5px;
	position: relative;
	text-align: center;
	width: 25px;
}

.remove_from_wl a:hover:before,
.wl-wrapper:hover:before,
.wl-add-to:hover:before {
	color: #e50670;
}

#back-to-top:before {
	font-size: 27px;
	margin-left: 1px;
	position: absolute;
	top: 0;
	width: 70%;
}

#back-to-top:before,
.arrow-up-icon:before {
	content: "\e825";
}

.arrow-left-icon:before {
	content: "\e822";
}

.arrow-right-icon:before {
	content: "\e821";
}

.arrow-icon:before {
	content: "\e80e";
}

.mobile_cart:before,
.header-cart:before {
	color: #666;
	content: "\e826";
	font-size: 18px;
	margin: 2px auto 0 auto;
}

#lang_redirect_bg {
	background: #fff;
}

.lang_redirect_btn {
	border: 2px solid #f1f1f1;
	border-radius: 2px;
	color: #444;
	margin-left: 10px;
	margin-right: 10px;
}

.lang_redirect_btn:nth-child(2n) {
	background: #e50670;
	border-color: #e50670;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	color: #fff;
	font-weight: bold;
}

.lang_redirect_btn:nth-child(2n):hover {
	background: #B30558;
	border-color: #B30558;
}

.lang_redirect_btn:hover {
	background: #f1f1f1;
}

/* dont want to show it on smiletastic */
div.lang_sel_click {
	display: none !important;
}

.currency_select_click,
.lang_sel_click {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	height: 32px;
	position: relative;
	top: 3px;
	z-index: 999991;
	/* the increased to 1 is needed so it works correctly in Firefox */
}

.currency_select_click {
	margin-left: 10px;
}

.currency_select_click li,
.lang_sel_click li {
	border-bottom: none !important;
	float: left;
	position: relative;
	width: 129px;
}

.lang_sel_click>ul>li {
	min-width: 51px;
	width: 129px;
}

.currency_select_click>ul>li {
	min-width: 35px;
	width: auto;
}

.currency_select_click a,
.currency_select_click a:visited,
.lang_sel_click a,
.lang_sel_click a:visited {
	background: #fff;
	border: 1px solid #d4d4d4;
	color: #999;
	display: block;
	font-size: 12px;
	text-decoration: none !important;
}

.lang_sel_click a,
.lang_sel_click a:visited {
	line-height: 24px;
}

.currency_select_click a,
.currency_select_click a:visited {
	cursor: pointer;
	line-height: 28px;
}

.currency_select_click ul ul,
.lang_sel_click ul ul {
	display: none;
	height: 0;
	left: 0;
	position: absolute;
	text-align: left;
	top: 30px;
	z-index: 99999;
}

.currency_select_click ul ul li {
	white-space: nowrap;
	width: 100%;
}

.currency_select_click table,
.lang_sel_click table {
	border-collapse: collapse;
	left: 0;
	position: absolute;
	top: 0;
}

.currency_select_click ul ul a,
.currency_select_click ul ul a:visited,
.lang_sel_click ul ul a,
.lang_sel_click ul ul a:visited {
	background: #ffffff;
	border-width: 0 1px 1px 1px;
	color: #999;
	line-height: 1em;
	vertical-align: top;
}

.lang_sel_click ul ul a {
	padding: 1px 0 1px 5px;
}

.currency_select_click ul ul a {
	padding: 1px 2px 1px 5px;
}

.currency_select_click a:hover,
.currency_select_click ul ul a:hover,
.currency_select_click:hover > a,
.currency_select_click ul ul:hover > a,
.lang_sel_click a:hover,
.lang_sel_click ul ul a:hover,
.lang_sel_click:hover > a,
.lang_sel_click ul ul:hover > a {
	background: #fafafa;
	color: #000 !important;
}

#navigation .currency_select_click {
	display: none;
}

.icl_lang_sel_native_first {
	bottom: 5px;
	position: relative;
}

.currency_select_click a.currency_select_select,
.lang_sel_click a.lang_sel_sel {
	background: #fff no-repeat;
	border-radius: 3px;
	color: #999;
	height: 25px;
	padding: 2px 0 2px 5px;
	position: relative;
	transition: none;
	vertical-align: top;
	z-index: 100;
/*border-color:#fff;
border-bottom:2px solid #fff !important;
}
.currency_select_click a.currency_select_select.click_border,
.lang_sel_click a.lang_sel_sel.click_border{
border: 1px solid #d4d4d4;*/
}

.lang_sel_click a.lang_sel_sel {
	padding: 2px 0 2px 5px;
}

.currency_select_click a.currency_select_select {
	padding: 1px 22px 3px 5px;
}

.currency_select_click a.currency_select_select:active,
.lang_sel_click a.lang_sel_sel:active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #000 !important;
	text-decoration: none;
}

.currency_select_click li ul li:last-child a,
.lang_sel_click li ul li:last-child a {
	border-bottom: 1px solid #d4d4d4;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.lang_sel_click li ul li:first-child a {
	border-top: 1px solid #d4d4d4;
	padding-top: 1px;
}

.currency_select_click li ul li:first-child a {
	border-top: 1px solid #d4d4d4;
	border-top-right-radius: 3px;
	padding-top: 2px;
}

.icl_lang_sel_native font {
	vertical-align: top;
	/* required for google translate */
}

.icl_lang_sel_native {
	position: relative;
	top: 6px;
	vertical-align: top;
}

#mobile_figurine_wrap,
.nav-bar-mobile {
	display: none;
}

.navinstashop a:before {
	content: "\e816";
	font-size: 15px !important;
	margin-right: 5px;
}

.emoji {
	color: #fdca33;
	font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
	position: relative;
	top: 1px;
}

.callus {
	color: #999 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.half {
	display: inline-block;
	width: 49.5%;
}

.form-row.third:nth-child(2n) {
	margin-left: 0.5%;
	margin-right: 0.5%;
}

.third {
	display: inline-block;
	width: 33%;
}

a,
a:visited {
	color: #25aafd;
	cursor: pointer;
}

.header .slogan {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

#header-login span {
	min-width: 80px;
}

#header .select-menu {
	background: #fff;
}

#navigation span {
	cursor: pointer;
}

#header #navigation #nav > li > ul.sub-menu {
	margin-top: 81px;
}

/* requires the header cache object to be separate/uncached for pages that are in menu
#header #navigation #nav>li.current-menu-item>a,
#header #navigation #nav>li.current-menu-item>a:hover {
	border-color: #25aafd;
}*/

#header #navigation #nav .nav-bgimg {
	margin-top: 10px;
	padding-right: 0;
}

#header #navigation #nav .nav-bgimg > a {
	color: transparent !important;
	height: 100%;
	padding: 0;
	width: 100%;
}

#header #navigation #nav .nbgi1 {
	height: 155px;
	width: 215px;
}

#header #navigation #nav .nbgi1 > a {
	background-image: url(/assets/static/logo.png);
	background-position: 0 0;
}

#header.header-megamenu #navigation > ul > li.megamenu {
	margin: 0;
	position: inherit !important;
	z-index: 9000;
}

#header.header-megamenu #navigation > ul > li.megamenu > ul.sub-menu {
	left: 0;
	margin: 0;
	padding: 15px 0 20px 0;
	right: 0;
	width: 100%;
}

#header #navigation #nav .nav-col-bleft {
	border-left: 1px solid #000;
	display: table-cell;
	float: none !important;
	height: 100%;
	padding-right: 0;
	vertical-align: top;
}

#header.header-megamenu #navigation > ul > li.megamenu > ul > div > li {
	float: left !important;
	margin: 0 0;
	padding: 0 20px;
	width: 160px;
}

#header.header-megamenu #navigation > ul > li.megamenu.sfHover > ul li ul {
	display: block !important;
}

#header.header-megamenu #navigation > ul > li.megamenu > ul li ul {
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: block;
	left: 0 !important;
	opacity: 1 !important;
	position: relative !important;
	top: 0 !important;
	width: 100%;
	/* dont make this important */
}

#header.header-megamenu #navigation > ul > li.megamenu ul li a {
	padding: 5px 0;
}

#header.header-megamenu #navigation > ul > li.megamenu > ul li.col-head > a {
	display: none;
}

#header.header-megamenu #navigation > ul > li.megamenu .menu-head > a {
	cursor: pointer;
	display: inline-block;
	font-weight: 600 !important;
	margin-top: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#header.header-megamenu #navigation > ul > li.megamenu .menu-head:first-child > a {
	margin: 0;
}

#header.header-megamenu #navigation ul li.megamenu ul li ul,
#header.header-megamenu #navigation ul li.megamenu ul li ul li {
	margin: 0;
	padding: 0;
}

/* requires the header cache object to be separate/uncached for pages that are in menu
#navigation #nav>li.current-menu-item>a,
#navigation #nav>li.current-page-ancestor>a,
#navigation #nav>li.current-page-parent>a {
	font-weight: 600 !important;
}*/

html body #navigation .sub-menu li .sub-menu li .sub-menu li a,
html body #navigation .sub-menu li .sub-menu li a,
html body #navigation .sub-menu li a {
	color: #000;
}

#alt-breadcrumbs,
#no-title {
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
	color: #999;
}

#alt-title .grid {
	opacity: .8;
}

#alt-title-2 {
	background-color: #efef;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
}

#sidebar .widget h3 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#footer .widget h3,
#infobar .widget h3,
.find_us_on {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400 !important;
}

.find_us_on {
	float: right;
	margin-top: 11px;
}

.shipwith {
	/* removed top margin as this looks strange when no rating is there*/
	display: inline-block;
	margin: 0 0 3px;
}

.paywith {
	margin-bottom: 5px;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none;
}

/*::-webkit-calendar-picker-indicator{
display:none;
}
.datetime-local::-webkit-calendar-picker-indicator {
display:initial;
}*/

::-webkit-scrollbar-track {
	-webkit-appearance: none;
	background-color: #FFFFFF;
	border-left: 1px solid #F1F1F1;
	border-radius: 5px;
}

::-webkit-scrollbar {
	background-color: #FFFFFF;
	width: 10px;
}

::-webkit-scrollbar-thumb {
	background-color: #808080;
	border-radius: 5px;
}

/* Modern browsers with `scrollbar-*` support */
* {
	scrollbar-color: #808080 #FFFFFF;
	scrollbar-width: thin;
}

::-webkit-inner-spin-button {
	display: none;
}

::-webkit-clear-button {
	display: none;
}

::-ms-clear {
	display: none;
}

::selection {
	background: #25aafd;
}

::-moz-selection {
	background: #25aafd;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 18px #fafafa inset, 0 -1px 2px 1px rgba(180, 180, 180, .2)!important;
}

/* dont minify/every line has to have separate color:transparent otherwise it doesnt work*/
input:focus::-webkit-input-placeholder {
	color: transparent !important;
}

input:focus:-moz-placeholder {
	color: transparent !important;
}

input:focus:-ms-input-placeholder {
	color: transparent !important;
}

.highlight {
	color: #25aafd !important;
}

#pagination a:hover,
.single .post-tags a:hover {
	background: #25aafd;
	border-color: #25aafd;
}

.discover_tags {
	font-weight: bold;
	margin: 10px 0 7px;
	text-transform: uppercase;
}

.post-tags a {
	background-color: #fafafa;
	border: 1px solid #ddd;
	color: #999;
	display: block;
	float: left;
	font-size: 12px;
	margin: 0 7px 7px 0;
	padding: 10px 20px;
}

#filters ul li a.active,
#filters ul li a:hover {
	color: #25aafd;
}

.portfolio-item:hover .portfolio-title {
	background: #25aafd;
	border-color: #25aafd;
}

.post-navigation a:hover,
.projects-nav a:hover {
	background-color: #25aafd;
}

.side-nav li a:hover,
.widget_wp_nav_menu_desc li a:hover {
	color: #25aafd;
}

.side-nav>li.current_page_item>a,
.widget_wp_nav_menu_desc>li.current_page_item>a {
	border-left-color: #25aafd;
	color: #25aafd;
}

.side-nav>li.current_page_item>a,
.side-nav>li.current_page_item>a:hover,
.widget_wp_nav_menu_desc>li.current_page_item>a,
.widget_wp_nav_menu_desc>li.current_page_item>a:hover {
	background-color: #25aafd;
}

.side-nav ul.children>li.current_page_item>a {
	color: #25aafd;
}

#footer .widget_tag_cloud a:hover,
#infobar .widget_tag_cloud a:hover,
.widget_flickr #flickr_tab a:hover,
.widget_portfolio .portfolio-widget-item .portfolio-pic:hover,
.widget_tag_cloud a:hover {
	background: #25aafd;
	border-color: #25aafd;
}

.gallery img:hover {
	background: #25aafd;
	border-color: #25aafd !important;
}

.latest-blog .blog-item:hover h4 {
	color: #25aafd;
}

.tp-caption.big_colorbg,
.tp-caption.medium_colorbg,
.tp-caption.small_colorbg {
	background: #25aafd;
}

.tp-caption a,
.tp-caption.customfont_color {
	color: #25aafd;
}
/*
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover{
background-color:#25aafd !important;
} look stupid on about us rev slider when hovering on buttons
*/
.rev_slider_wrapper {
	max-width: 614px !important;
}

.wooslider-direction-nav a:hover {
	background-color: #25aafd;
}

.store button,
.store input[type=submit] {
	color: #25aafd;
}

.products li .price {
	bottom: 3px;
	position: absolute;
}

.amount {
	font-size: 13px;
}

.product .price,
.product .price .amount {
	font-size: 15px;
}

.cart .tax_label,
.store-checkout .tax_label {
	display: none;
}

.product_tax {
	font-size: 11px;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

.fluid-width-video-wrapper {
	padding-bottom: 56.25%;
	position: relative;
}

.fluid-width-video-wrapper iframe {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.video-container .video-wrap video {
	height: auto;
	max-width: 100%;
}

.video-wrap.size-video-in-content {
	height: auto;
	margin: 10px auto;
	max-width: 100%;
	position: relative;
	/* so the replay button is properly positioned*/
	/* so the replay button is properly positioned*/
}

.play-video:after,
.replay-video:after {
	background-color: #fe4365;
	border-radius: 10px;
	bottom: 50%;
	box-sizing: border-box;
	color: #fff;
	content: "\e81c";
	cursor: pointer;
	font-size: 44px;
	font-weight: bold;
	height: 60px;
	left: 50%;
	margin-bottom: -30px;
	margin-left: -30px;
	padding-top: 3px;
	position: absolute;
	text-align: center;
	width: 60px;
}

.play-video:after {
	content: "\e821";
	padding-left: 6px;
}

.product-main-video .video-wrap {
	cursor: default;
	position: relative;
}

.product-main-video button.video-control {
	background: #f0f0f0;
	border: 2px solid #f0f0f0;
	border-radius: 10px;
	bottom: 10px;
	color: #808080;
	cursor: pointer;
	font-size: 0;
	height: 40px;
	position: absolute;
	right: 10px;
	text-align: center;
	transform: rotate(90deg);
	transition: opacity .15s linear;
	width: 40px;
}

.product-main-video button.video-control.play:before {
	content: "\e825";
	font-family: befonticons;
	font-size: 15px;
}

.product-main-video button.video-control:before {
	content: "=";
	font-size: 30px;
}

.trigger-video-control + .video-control:not(.play) {
	opacity: 0;
}

.trigger-video-control + .video-control:not(.play):hover,
.trigger-video-control:hover + .video-control:not(.play) {
	opacity: 1;
}

.product-main-video video::-webkit-media-controls-panel {
	-webkit-appearance: none;
	display: none !important;
}

.product-main-video video::-webkit-media-controls-play-button {
	-webkit-appearance: none;
	display: none !important;
}

.product-main-video video::-webkit-media-controls-start-playback-button {
	-webkit-appearance: none;
	display: none !important;
}

.pointer {
	cursor: pointer;
}

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}

blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
}

.stuck {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
	margin: -1px auto 0;
	position: fixed;
	top: 0;
}

.stuck .nav-bar {
	margin-top: 0;
}

.stuck .search_by {
	display: none;
}

.stuck .container .twelveh.columns {
	padding-top: 0;
}

.stuck .header-shipping {
	display: none;
}

.stuck .header-navigation {
	margin-top: 13px;
}

#header {
	/* hack for safari */
	transform: translateZ(0);
	width: 100%;
	will-change: transform;
	z-index: 99998;
	/* improve css performance for fixed header element */
}

#header .container {
	position: static;
}

#navigation #nav > li > ul > .container {
	display: table;
}

#navigation #nav > li > ul li .container {
	margin: 0;
	width: auto;
}

.nav-bar {
	background-color: #000;
	margin-top: 15px;
}

.container > .section > .container {
	padding: 0 !important;
}

.container .column,
.container .columns {
	display: inline;
	float: left;
/*margin-left:10px; this leads to it not being centered by 10px*/
/*margin-right:10px; unnecessary bc of following condition and makes things ocmpolicate for ipad*/
}

.container .columns~.columns {
	margin-left: 10px;
}

.row {
	margin-bottom: 20px;
}

.column.alpha,
.column.first,
.columns.alpha,
.columns.first {
	margin-left: 0;
}

.column.last,
.column.omega,
.columns.last,
.columns.omega {
	margin-right: 0;
}

.container .four.columns {
	width: 230px;
}

.container .six.columns {
	width: 340px;
}

.container .eight.columns {
	width: 470px;
}

.container .ten.columns {
	width: 600px;
}

.container .twelve.columns {
	width: 720px;
}

.container .sixteen.columns {
	width: 100%;
}

.container .twelveh.columns {
	padding-top: 5px;
	text-align: center;
	width: 754px;
}

.container .fourh.columns {
	width: 186px;
}

.container .tenh.columns {
	width: 660px;
}

.container .sixh.columns {
	width: 280px;
}

.container .one-third.columns {
	width: 300px;
}

.container:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

.clearfix:after,
.row:after {
	clear: both;
}

.clearfix,
.row {
	zoom: 1;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	width: 0;
}

p {
	margin: 0 0 15px;
}

p:last-child {
	margin-bottom: 0 !important;
}

p img {
	margin: 0;
}

img[src=""] {
	display: none;
}

ins {
	text-decoration: none;
	/* otherwise sale price on cart looks stupid with incl tax */
}

.bold,
.strong,
strong {
	font-weight: 700 !important;
}

small {
	display: inline-block;
}

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}

.hidden {
	display: none !important;
}

.hide {
	display: none !important;
}

a,
a:visited {
	outline: 0;
	text-decoration: none;
}

#alt-title a,
#copyright .copyright-text a,
#footer a,
#header a,
#infobar a,
#no-title a,
#page-wrap a,
#sidebar a,
#title a {
	transition: all .07s ease-in;
}

a:focus,
a:hover,
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.store_points input[type="submit"]:hover {
	color: #666;
}

fieldset,
form {
	font-size: 0;
	margin-bottom: 20px;
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

input[type=button],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=reset],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="date"] {
	height: 40px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
input[type=search],
select,
textarea {
	background: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(180, 180, 180, .2);
	color: #444;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 15px;
	max-width: 100%;
	outline: 0;
	padding: 8px;
	width: 180px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=search]:focus,
textarea:focus {
	border: 1px solid #bbb;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	color: #333;
	outline: none;
}

input:focus {
	outline: none;
}

textarea {
	min-height: 60px;
}

select {
	padding: 5px;
	width: 220px;
}

label,
legend {
	cursor: pointer;
	display: block;
}

button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
	box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .16);
}

.wpcf7-form input[type=text] {
	box-sizing: border-box;
	margin: 5px 0 0;
	max-width: 100%;
	width: 400px;
}

.wpcf7-form textarea {
	box-sizing: border-box;
	margin: 5px 0 0;
	max-width: 100%;
	width: 100%;
}

.wpcf7-form select {
	box-sizing: border-box;
	margin: 5px 0 0;
	max-width: 100%;
	padding: 8px;
	width: 400px;
}

.wpcf7-form {
	margin: 0;
	padding: 0;
}

.wpcf7-form input[type=checkbox] {
	width: auto;
}

.wpcf7 form.wpcf7-form p {
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0;
}

.wpcf7-list-item {
	display: inline-block;
}

div.wpcf7 img.ajax-loader {
	display: inline;
}

.wpcf7-response-output {
	display: none;
}

.wpcf7-form .invalid {
	color: #e50670 !important;
}

.wpcf7-not-valid {
	border: 1px solid #e50670 !important;
}

.wpcf7 span.wpcf7-not-valid-tip {
	display: none;
}

.medicalquestionnaire td {
	padding: 15px 10px;
	vertical-align: middle;
}

.medicalquestionnaire .attention {
	font-size: 12px;
	padding-top: 3px;
}

.medicalquestionnaire tr:nth-child(even) {
	background-color: #f5f5f5;
}

.medicalquestionnaire td:nth-child(even) {
	min-width: 60px;
}

.medicalquestionnaire tr:last-child span.wpcf7-form-control-wrap {
	float: right;
	margin-top: 10px;
}

.wpcf7-radio .wpcf7-list-item.first {
	padding-right: 10px;
}

.medicalquestionnaire .wpcf7-select {
	display: inline;
	float: right;
	margin-top: 0;
	padding: 3px;
	width: 150px;
}

.vertical-divider {
	padding: 0 10px;
}

#infobar {
	background: #444;
	border-bottom: 5px solid #444;
	border-top: 5px solid #333;
	color: #999;
	display: none;
	left: 0;
	padding: 20px 0 35px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3000;
}

#infobar a {
	color: #999;
}

#infobar a:hover {
	color: #fff;
}

.close-infobar {
	border-color: transparent #444 transparent transparent;
	border-style: solid;
	border-width: 0 40px 40px 0;
	bottom: -40px;
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
	z-index: 999;
}

.close-infobar:after {
	content: "";
	display: block;
	height: 40px;
	position: absolute;
	right: -40px;
	top: 0;
	width: 40px;
/* background:url(./images/toggle.png) no-repeat; removed bc image does not exist causing 404. create image before enabling */
}

.close-infobar.open:after {
	content: "";
	display: block;
	height: 40px;
	position: absolute;
	right: -40px;
	top: 0;
	width: 40px;
}

#infobar .no-widgets {
	color: #aaa;
	margin-bottom: -15px;
	text-align: center;
}

#infobar .widget h3 {
	border-bottom: 1px solid #555;
	color: #fff;
	font-size: 15px;
	margin: 0 0 20px;
	padding: 0 0 5px;
}

.store_head_message a:hover {
	color: #666;
}

.store_head_message a,
.store_head_message a:visited {
	color: #fff;
}

.store_head_message {
	background-color: #25aafd;
	border-bottom: 10px solid #fff;
	color: #fff;
	font-family: Nunito, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 0;
	padding: 6px 20px;
	text-align: center;
}

.subtopbar {
	color: #fff;
	font-family: Nunito, Arial, Helvetica, sans-serif;
	font-size: 28px;
	padding-left: 20px;
}

#topbar {
	background: #fff;
	border-bottom: 1px solid #fff !important;
	font-size: 10px;
	height: 39px;
}

#topbar .callus {
	box-sizing: border-box;
	color: #999;
	display: inline-block;
	float: left;
	font-size: 15px;
	line-height: 34px;
	width: 100%;
}

#topbar .callus a {
	color: #999;
}

#topbar .callus a:hover {
	color: #666;
}

#topbar .callus a.button,
#topbar .callus a.button:hover {
	color: #fff;
}

.presscard {
	background-color: #25AAFD;
	border-radius: 4px;
	color: #fff;
	width: 335px;
}

#topbar .social-icons ul {
	float: right;
	list-style: none;
	margin: 0 0 -1px;
}

.social-icons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.social-skype a {
/* background:url(./images/icons/skype.png) no-repeat; removed bc image does not exist causing 404. create image before enabling */
}

.social-skype a:hover {
	background-color: #18b7f1;
}

#header #navigation .select-menu {
	display: none;
}

#header #navigation ul {
	float: right;
	list-style: none;
	margin: 0;
	text-align: justify;
}

#header #navigation #nav li {
	text-align: left;
}

#header #navigation #nav>li {
	box-sizing: border-box;
	display: inline-block;
	float: left;
	position: relative;
}

#header #navigation #nav>#menu-item-mobile-login {
	display: none;
	margin-top: 10px;
}

#header #navigation #nav>li>a {
	border-bottom: 3px solid transparent;
	color: #666;
	cursor: pointer;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px !important;
	font-weight: normal;
	height: 78px;
	line-height: 87px;
	margin: 0 0 0 7px;
	padding: 0 5px;
}

#header .nav-bar #navigation>ul,
#header .nav-bar #navigation #nav>li {
	float: none;
}

#header .nav-bar #navigation>ul:after {
	content: "";
	display: inline-block;
	width: 100%;
}

#header .nav-bar #navigation #nav {
	height: 44px;
	overflow: hidden;
	width: 100%;
}

#header .nav-bar #navigation #nav > li > ul.sub-menu {
	margin-top: 44px;
}

#header .nav-bar #navigation #nav>li>a:hover {
	border-color: #fff !important;
}

#header .nav-bar #navigation #nav>li>a {
	border-bottom: 2px solid transparent !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.12em;
	line-height: 20px;
	margin: 0;
	padding: 12px 0 0;
	text-transform: uppercase;
}

#header #navigation #nav>li>a:hover {
	border-bottom: 3px solid #333;
	color: #333;
}

/* requires the header cache object to be separate/uncached for pages that are in menu
#header #navigation #nav>li.current-menu-ancestor>a,
#header #navigation #nav>li.current-menu-ancestor>a:hover,
#header #navigation #nav>li.current-menu-item>a,
#header #navigation #nav>li.current-menu-item>a:hover,
#header #navigation #nav>li.current-menu-parent>a,
#header #navigation #nav>li.current-menu-parent>a:hover,
#header #navigation #nav>li.current-page-ancestor>a,
#header #navigation #nav>li.current-page-ancestor>a:hover,
#header #navigation #nav>li.current_page_ancestor>a,
#header #navigation #nav>li.current_page_ancestor>a:hover {
	color: #25aafd;
	font-weight: bold;
	border-bottom: 3px solid #25aafd;
}*/

.container .scale.fourh.columns {
	margin: 0;
}

#navigation .sub-menu {
	background: #fff;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .2);
	display: none;
	padding: 5px 15px;
	position: absolute;
	z-index: 12000;
}

#navigation .sub-menu li {
	display: block;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}

#navigation .sub-menu li a {
	height: auto;
	line-height: 1;
	padding: 10px 0;
}

html body #navigation .sub-menu li .sub-menu li .sub-menu li a,
html body #navigation .sub-menu li .sub-menu li a,
html body #navigation .sub-menu li a {
	background: 0 0;
	border: none;
	display: block;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 8px 0;
	width: 160px;
}

/* requires the header cache object to be separate/uncached for pages that are in menu
#navigation .sub-menu li a:hover,
#navigation .sub-menu li.current-menu-item a:hover,
#navigation .sub-menu li.current_page_item a:hover {
	text-decoration: underline;
}*/

.header {
	background: #fff;
}

.header .logo {
	background-position: -4px -136px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	height: 73px;
	line-height: 20px;
	margin: 8px auto;
	margin-bottom: 0 !important;
	width: 190px;
}

.header .logo img {
	height: auto;
	max-width: 100%;
}

.header-navigation {
	float: right;
	margin: 6px 5px 0 0;
}

.header-navigation a:before {
	margin-top: 0;
	padding-right: 6px;
}

.header-navigation a {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
}

.header-navigation a:hover {
	text-decoration: underline;
}

.header-shipping {
	font-size: 11px;
	margin-top: 5px;
	text-transform: uppercase;
}

#header-searchform {
	float: right;
	margin: 29px 0 0;
	position: relative;
	/* for smiletastic search only */
}

#header-searchform input {
	background: none;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font-size: 12px;
	height: initial;
	line-height: 1;
	margin: 0;
	padding: 3px 0 8px 24px;
	position: relative;
	transition: all .4s ease 0s;
	width: 24px;
	z-index: 100;
}

#header-searchform input:first-child:focus {
	background-color: #efefef;
	border: none;
	color: #555;
	cursor: text;
	font-size: 14px;
	padding: 8px 25px 6px 5px;
	width: 75px;
	z-index: 98;
}

#header-searchform #header-searchsubmit {
	display: none;
}

#header-searchform #header-searchsubmit.activated {
	display: block;
	font-size: 0;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 200;
}

#navigation #nav>li:last-child>a,
#navigation #nav>li:last-child>a:hover {
	color: #E50670 !important;
}

/* requires the header cache object to be separate/uncached for pages that are in menu
#navigation #nav>li:last-child.current-menu-item>a,
#navigation #nav>li:last-child>a:hover {
	border-color: #E50670 !important;
}*/

.store-checkout #navigation ul li:last-child>a {
	color: #777 !important;
}

.store-checkout #navigation ul li:last-child>a:hover {
	border-bottom: 3px solid #333 !important;
}

#page-wrap {
	padding: 30px 0;
}

.howto {
	padding-right: 5px;
}

.howto_cta {
	text-align: center;
}

.howto_cta a.button.big {
	margin: 10px 10px 0;
	padding: 20px;
	width: 220px;
}

#title {
	background: linear-gradient(to top, #FAFAFA 0, #FFF 100%), #f9f9f9;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, .02);
	padding: 25px 0;
}

#title.breadcrumb-padding {
	padding: 20px 0 10px;
}

#title .blog-h1 {
	display: block;
	text-align: center;
}

#title .blog-h1 h1 {
	display: inline-block;
	font-size: 30px;
	margin: 20px 15px 0 0;
	vertical-align: top;
}

.blog-h1 .logo {
	margin-top: 0;
}

#title h1 {
	color: #666;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
}

#title .blog-h2,
#title h2 {
	color: #aaa;
	display: block;
	font-size: 15px;
	font-weight: lighter;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

#title #breadcrumbs {
	color: #aaa;
	font-size: 11px;
	line-height: 28px;
	margin: 0;
	padding: 0;
}

#title #breadcrumbs.breadcrumbspadding {
	padding-top: 12px;
}

#title #breadcrumbs a {
	color: #aaa;
}

#title #breadcrumbs a:hover {
	color: #25aafd;
}

#alt-breadcrumbs {
	border-bottom: 1px solid #e4e4e4;
	color: #999;
	font-size: 11px;
	line-height: 0;
	padding: 20px 0 19px;
}

#alt-breadcrumbs a {
	color: #999;
}

#alt-breadcrumbs a:hover {
	color: #25aafd;
}

#alt-breadcrumbs .container {
	padding-left: 20px;
}

#alt-title-2 {
	background-position: top center;
	background-repeat: no-repeat;
	height: 90px;
	margin-top: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#alt-title-2 .blog-h1,
#alt-title-2 h1 {
	line-height: 90px;
}

#alt-title-2 .five {
	background: #ff0000 !important;
}

#alt-title-2 #breadcrumbs {
	color: #aaa;
	font-size: 11px;
	line-height: 90px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#alt-title-2 #breadcrumbs a {
	color: #aaa;
}

#alt-title-2 #breadcrumbs a:hover {
	color: #25aafd;
}

#no-title {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
}

#no-title .no-title-border {
	border-top: 1px solid #e4e4e4;
}

#no-title #breadcrumbs {
	color: #999;
	font-size: 11px;
	line-height: 0;
	padding: 20px 0 19px;
}

#no-title #breadcrumbs a {
	color: #999;
}

#no-title #breadcrumbs a:hover {
	color: #25aafd;
}

#no-title #breadcrumbs .container {
	padding-left: 20px;
}

#no-title-divider {
	border-top: 1px solid #e4e4e4;
}

.blog_author {
	border: 2px solid #f1f1f1;
	border-radius: 5px;
	margin: 20px 0;
	min-height: 50px;
	padding: 10px;
}

.blog_author_pic {
	float: left;
	margin-right: 10px;
}

.blog_author_pic img {
	border-radius: 5px;
}

.blog-only {
	display: none;
}

.blog .blog-only {
	display: inline-block;
}

.blog .post {
	border-bottom: 1px solid #efefef;
	margin: 0 0 60px;
	padding: 0 0 60px;
}

.post img {
	display: block;
	height: auto;
	max-width: 100%;
}

.post-icon {
	background: #25aafd;
	border-radius: 2px;
	display: block;
	float: left;
	height: 35px;
	margin: 10px 20px 0 0;
	width: 35px;
}

.search .variations {
	display: none;
}

.search-excerpt h2 {
	font-size: 16px;
}

.search-excerpt img {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(180, 180, 180, .2);
	display: inline;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	padding: 0;
}

.search-excerpt p .search-excerpt .styled-list li {
	padding: 0;
}

.search-excerpt .styled-list {
	float: left;
	width: 86%;
}

.search-title h2 {
	color: #25aafd;
	font-size: 20px;
}

.search-result {
	border-bottom: 1px solid #efefef;
	margin: 0 0 10px;
	padding: 0 0 7px;
}

.search-meta span {
	background: #f4f4f4;
	border-radius: 3px;
	color: #999;
	font-size: 11px;
	margin: 0 10px 0 0;
	padding: 7px 15px 7px 10px;
}

.search-meta span a {
	color: #999;
}

.search-meta span a:hover {
	color: #666;
}

.search-meta span i {
	filter: alpha(opacity=40);
	margin: -2px 10px 0 0;
	opacity: .4;
}

.search-meta span.meta-category {
	display: none;
}

.blog-medium .post-icon {
	border-radius: 0;
	display: none;
	margin: 0 0 0 -55px;
	position: relative;
	z-index: 999;
}

.single .post {
	margin-bottom: 10px;
}

.store-tabs .social-text h4 {
	color: #777;
	float: left;
	font-size: 16px;
}

.store-tabs .social-icons {
	float: right;
	list-style: none;
	margin: 0;
}

.store-tabs .social-icons li a {
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
}

.social-icons.social-share li {
	visibility: hidden;
	/* to avoid reflows and bad usability, when showing the icons */
}

.social-icons li.social-share-native a {
	background: #fafafa;
	box-sizing: border-box;
	color: #444;
	display: none !important;
	height: 30px;
	line-height: 30px;
	margin: 0 !important;
	padding: 0 10px;
	text-align: center;
	visibility: visible;
	width: 100%;
	/* dont want to encourage sharing in this case on mobile, bt rather ordering */
}

li.social-share-native {
	text-align: center;
	width: 100%;
}

#pagination span.current {
	background: #333;
	border-color: #333;
	color: #fff;
	font-weight: bold;
}

.echtemenschen,
.echtemenschen1,
.echtemenschen2 {
	color: #25AAFD;
	font-family: Nunito, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.echtemenschen1 {
	margin-left: 70px;
}

.echtemenschen2 {
	margin-left: 30px;
	text-indent: -30px;
}

.echtemenschen0 {
	margin-left: 70px;
	text-indent: -80px;
}

.commentlist {
	list-style: none;
	margin: 10px 0 0;
}

.commentlist li {
	border-bottom: 1px solid #efefef;
	margin: 0 0 30px;
	padding: 0 0 16px;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 5px;
}

.commentlist li .avatar {
	float: left;
	margin-right: 10px;
}

.commentlist li .comment-text {
	overflow: hidden;
	position: relative;
}

.bundled_review_pots {
	display: none;
}

.commentlist li .date {
	color: #999;
	font-size: 11px;
}

.commentlist li .date a {
	color: #999;
}

.commentlist li .date a:hover {
	color: #333;
}

#respond {
	margin-bottom: 20px;
}

#respond form {
	margin-top: 15px;
	pointer-events: auto;
}

#respond .required {
	color: #c82929;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	margin: 3px 0 0;
}

#respond-inputs p.last {
	margin: 0;
}

#respond input {
	display: inline-block;
	float: left;
	margin: 0;
	width: 203px;
}

.comment-form #comment {
	box-sizing: border-box;
	display: block;
	float: left;
	height: 129px;
	width: 640px;
	/* optimized for not logged in on blog page */
}

#respond p.comment-notes,
#respond p.form-allowed-tags {
	display: none;
}

#respond .headline-title-wrap {
	margin-top: 20px;
}

#cancel-comment-reply-link {
	font-size: 13px;
}

#commentform input.error,
#commentform textarea.error {
	background: #fbf2f2;
	border-color: #c82929;
}

#commentform div.error,
#commentform label.error {
	color: #ff0000;
	display: none !important;
}

#filters ul li a.active {
	background: #fff;
	color: #25aafd;
}

.portfolio-item {
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(180, 180, 180, .2);
	height: 202px;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 220px;
}

.portfolio-item .portfolio-pic {
	border-radius: 4px 4px 0 0;
	display: block;
	overflow: hidden;
	position: relative;
}

.portfolio-item img {
	display: block;
	height: 143px;
	width: 220px;
}

.portfolio-item .portfolio-title {
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 0 0 4px 4px;
	border-top: none;
	display: block;
	height: 42px;
	padding: 8px 15px;
	transition: all .1s ease-in;
}

.portfolio-item .portfolio-title h4 {
	color: #666;
	font-size: 14px !important;
	font-weight: bold;
	margin: 0 0 -1px;
	padding: 0;
}

.portfolio-item .portfolio-title span {
	color: #999;
	display: block;
	font-size: 12px !important;
	margin: 0;
	padding: 0;
}

.portfolio-item .portfolio-pic .portfolio-overlay {
	background: rgba(0, 0, 0, .6);
	display: block;
	height: 143px;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 220px;
}

.portfolio-item .portfolio-pic .portfolio-overlay .overlay-link,
.portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-link {
	border-radius: 50%;
	display: block;
	height: 48px;
	left: 85px;
	opacity: 0;
	position: absolute;
	text-indent: -9999px;
	top: -25px;
	width: 48px;
/* background:url(./images/overlay-link.png) center center no-repeat rgba(0, 0, 0, .7); removed bc image does not exist causing 404. create image before enabling */
}

.portfolio-item .portfolio-pic .portfolio-overlay .overlay-lightbox,
.portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-lightbox {
	border-radius: 50%;
	display: block;
	height: 48px;
	left: 85px;
	opacity: 0;
	position: absolute;
	text-indent: -9999px;
	top: -25px;
	width: 48px;
/* background:url(./images/overlay-lightbox.png) center center no-repeat rgba(0, 0, 0, .7); removed bc image does not exist causing 404. create image before enabling */
}

.portfolio-item.one-third .portfolio-pic .portfolio-overlay {
	background: rgba(0, 0, 0, .6);
	display: block;
	height: 196px;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 300px;
}

.portfolio-item.one-third .portfolio-pic .portfolio-overlay .overlay-lightbox,
.portfolio-item.one-third .portfolio-pic .portfolio-overlay .overlay-link {
	left: 125px;
}

.portfolio-item.eight .portfolio-pic .portfolio-overlay {
	background: rgba(0, 0, 0, .6);
	display: block;
	height: 300px;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 460px;
}

.portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-lightbox,
.portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-link {
	left: 205px;
}

.portfolio-item-one .portfolio-picwrap .portfolio-overlay {
	background: rgba(0, 0, 0, .6);
	display: block;
	height: 300px;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 460px;
}

.portfolio-item-one .portfolio-picwrap .portfolio-overlay .overlay-lightbox,
.portfolio-item-one .portfolio-picwrap .portfolio-overlay .overlay-link {
	left: 205px;
}

.portfolio-detail-attributes .button {
	background-color: #F9F9F9;
	background-image: linear-gradient(to top, #F7F7F7 0, #FFF 100%);
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
}

.post-navigation .next a,
.projects-nav .next a {
/* background-image:url(./images/slider-next.png); removed bc image does not exist causing 404. create image before enabling */
	background-position: center center;
	background-repeat: no-repeat;
}

.post-navigation .prev a,
.projects-nav .prev a {
/* background-image:url(./images/slider-prev.png); removed bc image does not exist causing 404. create image before enabling */
	background-position: center center;
	background-repeat: no-repeat;
}

.tp-bannershadow {
	opacity: .7;
}

.tp-leftarrow.default {
	border-radius: 0 3px 3px 0 !important;
	height: 40px !important;
	width: 40px !important;
/* background:url(./images/slider-prev.png) 45% 50% no-repeat rgba(20, 20, 20, .5)!important; removed bc image does not exist causing 404. create image before enabling */
}

.tp-rightarrow.default {
	border-radius: 3px 0 0 3px !important;
	height: 40px !important;
	width: 40px !important;
/* background:url(./images/slider-next.png) 53% 50% no-repeat rgba(20, 20, 20, .5)!important; removed bc image does not exist causing 404. create image before enabling */
}

.tp-bullets.simplebullets.round-old .bullet {
	background: rgba(0, 0, 0, .5)!important;
	border-radius: 50%!important;
	cursor: pointer !important;
	float: left !important;
	height: 13px !important;
	margin-right: 6px !important;
	margin-top: -12px !important;
	position: relative !important;
	width: 13px !important;
}

.tp-bullets.simplebullets.round-old .bullet.selected,
.tp-bullets.simplebullets.round-old .bullet:hover {
	background: rgba(0, 0, 0, .8)!important;
}

.container #sidebar.four.columns {
	width: 170px;
}

#sidebar .widget ul.product_list_widget li {
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar .widget ul.product_list_widget li img {
	display: block;
	margin-bottom: 10px;
}

#sidebar .widget ul.product_list_widget li:last-child {
	border-bottom: none;
}

#sidebar .widget {
	color: #888;
	margin-bottom: 15px;
}

#sidebar .widget h3 {
	font-size: 15px;
	margin: 0 0 10px;
}

#sidebar .widget ul li {
	background: 0 0;
	padding: 1px 0 1px 12px;
}

.twitter_time {
	display: none;
}

#twitter-widget-1 {
	float: right;
	margin-top: -4px;
}

#twitter-widget-2,
h3 #twitter-widget-0 {
	float: right;
}

#twitterbar {
	background: #25aafd;
	color: #fff;
	margin: 0;
	padding: 15px 0;
}

#twitterbar .twitterpost {
	list-style: none;
	margin: 0;
	padding: 0 0 0 30px;
/* background:url(./images/icons/twitter.png) -10px -49px no-repeat; removed bc image does not exist causing 404. create image before enabling */
}

#twitterbar .twitterpost .tweet_time {
	display: none;
}

#twitterbar .twitterpost ul {
	margin: 0;
	padding: 0;
}

#twitterbar .twitterpost a {
	color: #fff;
	display: inline;
}

#twitterbar .twitterpost li {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}

#twitterbar .twitterpost li b {
	display: none;
}

.at,
.be,
.bn,
.cf,
.ch,
.da,
.de,
.en,
.es,
.eu,
.fi,
.fr,
.ie,
.it,
.nl,
.pt-pt,
.sv {
	display: inline-block;
	height: 22px;
	margin-right: 5px;
	width: 24px;
}

.at {
	background-position: -4px -4px;
}

.be,
.bn {
	background-position: -36px -4px;
}

.cf,
.ch {
	background-position: -68px -4px;
}

.de {
	background-position: -100px -4px;
}

.da {
	background-position: -132px -4px;
}

.es {
	background-position: -164px -4px;
}

.eu {
	background-position: -196px -4px;
}

.fi {
	background-position: -4px -36px;
}

.fr {
	background-position: -36px -36px;
}

.en {
	background-position: -68px -36px;
}

.ie {
	background-position: -100px -36px;
}

.it {
	background-position: -132px -36px;
}

.nl {
	background-position: -164px -36px;
}

.pt-pt {
	background-position: -196px -36px;
}

.sv {
	background-position: -4px -68px;
}

.sofortueberweisung,
.vorkasse {
	display: none;
	/* bc they are not offered anymore and users keep asking*/
}

.amazon-payments,
.mastercard,
.paypal,
.postfinance,
.postfinancecard,
.visa {
	display: inline-block;
	height: 30px;
	vertical-align: middle;
	width: 44px;
}

.visa {
	background-position: -250px -140px;
}

.amazon-payments {
}

.sofortueberweisung {
	background-position: -228px -42px;
}

.paypal {
	background-position: -198px -106px;
}

.mastercard {
	background-position: -153px -68px;
}

.ideal {
	background-position: -101px -68px;
}

.postfinancecard {
	background-position: -228px -4px;
}

.vorkasse {
	background-position: -252px -178px;
}

.postfinance {
	background-position: -198px -144px;
}

.postdef:before {
	background-position: -128px -209px;
	content: "";
	display: inline-block;
	height: 30px;
	margin: -2px;
	vertical-align: middle;
	width: 43px;
}

.postex:before {
	background-position: -4px -209px;
	content: "";
	display: inline-block;
	height: 30px;
	margin: -2px;
	vertical-align: middle;
	width: 43px;
}

.postex,
.postdef {
	background: #fff;
	border: 1px solid #ddd;
	border-left: none;
	border-radius: 3px;
	color: #000;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding-right: 1px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	white-space: nowrap;
}

#footer {
	background: #444;
	border-top: 10px solid #333;
	color: #999;
	padding: 30px 0 30px;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #fff;
}

.featured_brands {
	margin-bottom: 30px;
	margin-top: -10px;
	text-align: center;
}

.featured_brands h3 {
	color: #808080;
	display: inline-block;
	font-size: 15px;
	margin-right: 20px;
	text-transform: uppercase;
}

.featured_brands img {
	margin: 0 10px;
	max-height: 60px;
	vertical-align: middle;
}

#footer .widget h3 {
	border-bottom: 1px solid #555;
	color: #fff;
	font-size: 15px;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#footer .widget_facebook {
	max-height: 300px;
	overflow: hidden;
}

.sp_plugin-button {
	display: inline-block;
}

.facebook-profile {
	background-position: -36px -68px;
	display: inline-block;
	height: 57px;
	width: 57px;
}

#social-link-widget {
	color: #fff !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700 !important;
}

#social-link-widget:hover {
	text-decoration: underline;
}

._8r {
	margin-right: 10px;
	margin-top: -3px;
}

.pts {
	padding-top: 5px;
	position: relative;
	z-index: 2;
	/* required so newsletter does not overlay this button */
}

.pls {
	color: #fff;
	font-size: 13px;
	padding: 2px 0 0 5px;
}

.lfloat {
	float: left;
}

.pam {
	padding: 10px;
}

.pluginButton {
	background: #4c69ba;
	background: linear-gradient(#4c69ba, #3b55a0);
	border: none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0;
	text-shadow: 0 -1px 0 #354c8c;
	white-space: nowrap;
}

.pluginButton:hover {
	background: #5b7bd5;
	background: linear-gradient(#5b7bd5, #4864b1);
	border-color: #5874c3 #4961a8 #41599f;
	box-shadow: inset 0 0 1px #607fd6;
}

.pluginButton .pluginButtonLabel {
	font-size: 12px;
	padding: 0 5px 0 0;
	position: relative;
	top: 1px;
	vertical-align: top;
}

.pluginButtonImage {
	display: inline-block;
	padding: 0 4px 2px;
}

.pluginButton div.pluginButtonIcon {
	background-color: transparent !important;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	font-weight: bold;
	margin: -1px;
	outline: 0;
	padding: 0;
	text-shadow: 0 -1px 0 #354c8c;
}

.pluginButtonIcon {
	left: 0;
	margin: 0 4px;
	position: relative;
	top: 3px;
}

.pluginButton div.pluginButtonIcon:before {
	bottom: 3px;
	content: "\e81d";
	position: relative;
}

.twitterbutton {
	display: inline;
	float: right;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
}

.twitterbutton .btn,
.twitterbutton .btn .label {
	display: inline-block;
	font-size: 11px;
	vertical-align: top;
}

.twitterbutton .btn {
	background-color: #eee;
	background-image: linear-gradient(#fff, #dedede);
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	color: #333 !important;
	cursor: pointer;
	font-weight: 700 !important;
	height: 20px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.twitterbutton .btn:active,
.twitterbutton .btn:focus,
.twitterbutton .btn:hover {
	background-color: #d9d9d9;
	background-image: linear-gradient(#f8f8f8, #d9d9d9);
	border-color: #bbb;
	box-shadow: none;
}

.twitterbutton .btn i {
	height: 13px;
	left: 2px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 16px;
}

.twitterbutton .btn .label {
	padding: 2px 3px 0 19px;
	white-space: nowrap;
}

#copyright {
	background: #222;
	border-bottom: 2px solid #222;
	color: #777;
	padding: 5px 0;
}

#copyright a {
	color: #888;
}

#copyright a:hover {
	background-color: transparent !important;
	color: #fff;
}

#copyright .copyright-text {
	padding: 10px 0;
}

#copyright .social-icons {
	float: right;
	font-size: 11px;
	min-width: 0;
}

#back-to-top {
	background: #25AAFD;
	bottom: 80px;
	color: #fff;
	cursor: pointer;
	display: none;
	outline: 2px solid #25AAFD;
	padding: 35px 10px 10px 9px;
	position: fixed;
	right: 11px;
	transition: all .2s ease-in-out;
}

#back-to-top:hover {
	background: #fff;
	color: #25AAFD;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .widget_portfolio .portfolio-widget-item .portfolio-pic,
#infobar .widget_portfolio .portfolio-widget-item .portfolio-pic {
	background: #333;
	border: 1px solid #333;
	box-shadow: none;
	padding: 4px;
}

#footer .widget_portfolio .portfolio-widget-item .portfolio-pic:hover,
#infobar .widget_portfolio .portfolio-widget-item .portfolio-pic:hover {
	background: #25aafd;
	border-color: #25aafd;
}

/*
[class*=" icon-"],
[class^=icon-]{
display:inline-block;
width:14px;
height:14px;
line-height:1;
vertical-align:middle;
background-image:url(./images/glyphicons-halflings.png);
background-position:14px 14px;
background-repeat:no-repeat;
margin-top:-1px;
}

.dropdown-menu>.active>a>[class*=" icon-"],
.dropdown-menu>.active>a>[class^=icon-],
.dropdown-menu>li>a:hover>[class*=" icon-"],
.dropdown-menu>li>a:hover>[class^=icon-],
.icon-white,
.nav>.active>a>[class*=" icon-"],
.nav>.active>a>[class^=icon-]{
background-image:url(./images/glyphicons-halflings.png);
} will mess up order received page*/

.icon-user:before {
	content: "\e80c";
	font-size: 120%;
	margin-top: 1px;
}

.icon-envelope,
.icon-user {
	background-image: none;
}

.icon-envelope:before {
	content: "\e812";
	font-size: 120%;
}

.icon-whatsapp:before {
	content: "\e81b";
	font-size: 120%;
}

.icon-ok:before {
	color: #25aafd;
	content: "\e819";
	font-weight: bold;
	position: relative;
	right: 4px;
	top: -1px;
}

.icon-ok {
	background-image: none;
	display: inline;
}

.icon-plus-sign:before {
	content: "+";
	font-size: 120%;
}

.icon-time:before {
	content: "\e818";
	padding: 0 2px;
}

.unread-single-icon {
	display: none !important;
}

.toggle .toggle-inner + .toggle-title {
	margin-top: 10px;
	/* smiletastic fix for terms and privacy policy */
}

.toggle .toggle-title.active span:before {
	content: "-";
}

.toggle .toggle-title span:before {
	content: "+";
}

.toggle .toggle-title span {
	color: #999;
	font-size: 24px;
	margin-top: -7px;
	position: absolute;
	right: 1px;
}

.toggle .toggle-title.active span {
	font-size: 35px;
	margin-top: -18px;
	right: 0;
}
/*
.icon-question-sign {
	width: 14px;
	height: 12px;
	display: inline-block;
	position: relative;
}

.icon-question-sign:before {
	background: #ccc;
	width: 14px;
	height: 14px;
	display: inline-block;
	content: " ";
	position: absolute;
	z-index: 10;
	right: 0;
	border-radius: 7px;
}

.icon-question-sign:after {
	content: "?";
	font-size: 11px;
	color: #f9f9f9;
	font-weight: bold;
	position: absolute;
	z-index: 9999;
	right: -12px;
	top: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

.toggle-title .icon-question-sign:after {top:0;}*/

.tooltip {
	display: block;
	filter: alpha(opacity=0);
	font-size: 11px;
	line-height: 1;
	opacity: 0;
	padding: 5px;
	position: absolute;
	visibility: visible;
	z-index: 9999;
}

.tooltip.in {
	filter: alpha(opacity=100);
	opacity: 1;
}

.tooltip.right {
	margin-left: 2px;
}

.tooltip.bottom {
	margin-top: 6px;
}

.tooltip.left {
	margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}

.tooltip.left .tooltip-arrow {
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000;
	border-top: 5px solid transparent;
	margin-top: -5px;
	right: 0;
	top: 50%;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom: 5px solid #000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
	top: 0;
}

.tooltip.right .tooltip-arrow {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	left: 0;
	margin-top: -5px;
}

.tooltip-inner {
	background-color: #000;
	border-radius: 2px;
	color: #fff;
	max-width: 200px;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
}

.tooltip-arrow {
	height: 0;
	position: absolute;
	width: 0;
}

#fb-root {
	display: none;
}

a.fbmessenger.button.small,
a.fbmessenger.button,
a.fbmessenger.button:hover {
	background: #0084ff;
	border-color: #0084ff;
	color: #fff;
	display: none;
	font-size: 0 !important;
	line-height: 9px!important;
	margin-right: 5px;
	margin-top: -5px;
	padding-left: 5px!important;
	padding-right: 5px!important;
	vertical-align: middle;
}

a.whatsapp.button.small,
a.whatsapp.button,
a.whatsapp.button:hover {
	background-color: #43d854;
	border-color: #43d854;
	color: #fff;
	display: none;
	font-size: 0 !important;
	line-height: 10px!important;
	margin-right: 5px;
	padding-left: 5px!important;
	padding-right: 5px!important;
}

a.fbmessenger.button i,
a.whatsapp.button i {
	font-size: 11px;
	margin: 0!important;
	opacity: 1!important;
}

.contact_questions {
	font-size: 13px;
}

.callus-contact {
	font-size: 0;
}

.fade {
	opacity: 0;
	transition: opacity .15s linear;
}

span.si {
	float: left;
	margin: 0 .5em 0 0;
	padding: 0 .5em 0 0;
}

.wc-social-login-profile {
	margin-bottom: 30px;
}

.wc-social-login-profile p,
.wc-social-login p {
	margin-bottom: 0;
}

.wc-social-login-available-providers {
	margin-bottom: 15px;
}

a.button-social-login.button-social-login-facebook,
.widget-area a.button-social-login.button-social-login-facebook,
.social-badge.social-badge-facebook {
	background: #3b5998;
}

a.button-social-login.button-social-login-vk,
.widget-area a.button-social-login.button-social-login-vk,
.social-badge.social-badge-vkontakte {
	background: #567CA4;
}

a.button-social-login.button-social-login-amazon,
.widget-area a.button-social-login.button-social-login-amazon,
.social-badge.social-badge-amazon {
	background: #FF9900;
}

a.button-social-login.button-social-login-instagram,
.widget-area a.button-social-login.button-social-login-instagram,
.social-badge.social-badge-instagram {
	background: #125688;
}

a.button-social-login.button-social-login-google,
.widget-area a.button-social-login.button-social-login-google,
.social-badge.social-badge-google {
	background: #dd4b39;
}

a.button-social-login.button-social-login-twitter,
.widget-area a.button-social-login.button-social-login-twitter,
.social-badge.social-badge-twitter {
	background: #00aced;
}

a.button-social-login.button-social-login-paypal,
.widget-area a.button-social-login.button-social-login-paypal,
.social-badge.social-badge-paypal {
	background: #00457C;
}

.button-social-login:hover,
a.button-social-login:hover,
input.button-social-login:hover,
button.button-social-login:hover,
.widget-area a.button-social-login:hover,
.button-social-login:visited,
a.button-social-login:visited,
input.button-social-login:visited,
button.button-social-login:visited,
.widget-area a.button-social-login:visited {
	color: #fff;
	text-decoration: none;
}

.button-social-login,
a.button-social-login,
input.button-social-login,
button.button-social-login,
.widget-area a.button-social-login {
	background: #333;
	border: 0;
	border-radius: 2px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .075),
		inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 2px rgba(0, 0, 0, .1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
	margin: 3px;
	overflow: visible;
	padding: 0 .5em;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
	vertical-align: middle;
	white-space: nowrap;
}

span.social-badge .si,
.button-social-login .si,
a.button-social-login .si,
input.button-social-login .si,
button.button-social-login .si,
.widget-area a.button-social-login .si {
	border-right: 1px solid #fff;
	border-right-color: rgba(255, 255, 255, .3);
	display: inline-block;
	text-align: center;
}

span.social-badge {
	background: #333;
	border: 0;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
	margin: 3px;
	overflow: visible;
	padding: 0 .5em;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
	vertical-align: middle;
	white-space: nowrap;
}

.button-social-login:hover:before,
a.button-social-login:hover:before,
input.button-social-login:hover:before,
button.button-social-login:hover:before,
.widget-area a.button-social-login:hover:before {
	background: rgba(255, 255, 255, .2);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.button-social-login:active,
a.button-social-login:active,
input.button-social-login:active,
button.button-social-login:active,
.widget-area a.button-social-login:active {
	top: 1px;
}

.store-checkout #header_placeholder {
	height: auto !important;
}

.store-checkout form.login .wc-social-login {
	display: none;
}

.store-checkout .cash-on-delivery {
	display: inline-block;
}

.store-checkout #no-title-divider {
	border: none;
}

.place-order-points {
	font-size: 13px;
}

.store-checkout #footer,
.store-checkout .lang_sel_click,
.store-checkout .currency_select_click,
.store-checkout #nav-bar-mobile,
.store-checkout #mobile_figurine_wrap,
.store-checkout .container .columns.sixh,
.store-checkout .container .twelveh.columns,
.store-checkout .nav-bar {
	display: none !important;
}

.store-checkout #header,
.store-checkout #header.stuck,
.store-checkout #header_placeholder {
	box-shadow: none !important;
	margin: 0 auto;
	position: initial !important;
}

.store-checkout #topbar {
	float: right;
	margin-right: 10%;
	margin-top: 10px;
	max-width: 50%;
	overflow: hidden;
	position: relative;
	z-index: 999999;
}

.checkout-social {
	margin-top: 15px;
}

.showlogin {
	font-weight: bold;
}

.order-again {
	display: none;
}

.account_shop_cta {
	display: block;
	margin: 0 auto;
	max-width: 250px;
	text-align: center;
}

.hr1 {
	border-bottom: 1px solid #efefef;
	clear: both;
	height: 1px;
	margin: 40px 0;
}

.gap {
	display: block;
	margin: 0;
	width: 100%;
}

.tooltips a,
.tooltips a img {
	border-bottom: 1px dotted;
	color: #444;
	display: inline-block;
	line-height: 100%;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	text-align: center;
}

.tooltips a:visited {
	color: #444;
}

.accordion .accordion-title {
	background-color: #F9F9F9;
	background-image: linear-gradient(to top, #F7F7F7 0, #FFF 100%);
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .1);
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.accordion .accordion-title a {
/* background:url(./images/accordion-open.png) right center no-repeat; removed bc image does not exist causing 404. create image before enabling */
	color: #999 !important;
	display: block;
	padding: 10px 15px;
}

.accordion .accordion-title a i {
	margin: 0 8px 0 0;
	opacity: .4;
}

.accordion .accordion-title.active a {
	color: #444 !important;
/* background:url(./images/accordion-close.png) right center no-repeat; removed bc image does not exist causing 404. create image before enabling */
}

.accordion .accordion-title.active a i {
	opacity: .95;
}

.accordion .accordion-inner {
	display: none;
	margin-top: -8px;
	padding: 2px 12px 14px;
}

.accordion .accordion-inner div {
	max-width: 100%;
}

.alert-message {
	background-color: #F9F9F9;
	background-image: linear-gradient(to top, #F7F7F7 0, #FFF 100%);
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .1);
	display: block;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 10px 40px;
	position: relative;
	text-align: center;
}

.report_error {
	color: #000 !important;
	float: right;
	font-size: 10px;
	margin-top: 27px;
}

.report_error:hover .warning {
	color: #ffb400;
	transition: all .15s ease-in-out;
}

.report_error_text {
	border-bottom: 1px dotted #000;
	margin-right: 10px;
}

a.button,
input[type=submit] {
	background-color: #F9F9F9;
	background-image: linear-gradient(to top, #F7F7F7 0, #FFF 100%);
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	color: #25aafd;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	margin: 0 0 5px;
	padding: 12px;
}

a.button {
	display: inline-block;
}

a.add_to_cart_button {
	background-color: #E50670;
	background-image: none;
	border: none;
	border-radius: 30px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 13px;
	margin: 0 5px 5px 0;
	padding: 15px 25px;
}

.add_to_cart_plus {
	display: none;
}

.product-name a.review_button:hover,
.bundled_table_item .review_button:hover,
.review_button:hover,
a.add_to_cart_button:visited:hover,
a.add_to_cart_button:hover {
	background-color: #B30558;
	border-color: #B30558;
	color: #fff;
}

.store-review-link {
	color: #444;
}

.store-review-link:hover {
	color: #444;
	text-decoration: underline;
}

a.add_to_cart_button:visited {
	color: #fff;
}

a.howto_page_order {
	float: right;
	margin-bottom: 13px;
}

a.add_to_cart_call_action {
	padding: 20px 81px 20px 85px;
}

.product_predecessor a.add_to_cart_button.button {
	font-size: 100%;
	margin-top: 5px;
	padding: 10px;
}

.product_predecessor {
	margin-top: 15px;
	text-align: center;
}

.welcome {
	color: #777;
	font-family: Nunito, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0;
	vertical-align: top;
}

.welcomestatt {
	color: #777;
	display: inherit;
	font-size: 17px;
	font-weight: bold;
	margin-left: 210px;
	margin-top: -20px;
}

.welcomelearnmore {
	margin-top: 20px !important;
	text-align: center;
	width: 145px;
}

a.button.small {
	box-sizing: border-box;
	font-size: 11px;
	height: 24px;
	line-height: 11px;
	padding: 6px 18px;
}

a.button.alternative-1.chat {
	display: none;
	margin-right: 5px;
}

a.button.alternative-1 {
	background: #25aafd;
	border-color: #25aafd;
	box-shadow: none;
	color: #fff;
}

a.button.alternative-2 {
	background: #ccc;
	border-color: #ccc;
	box-shadow: none;
	color: #fff;
}

a.button.alternative-3 {
	background: #555;
	border-color: #555;
	box-shadow: none;
	color: #fff;
}

#header #navigation #nav .contact_nav a.button.alternative-1:hover,
#topbar .callus a.button.alternative-1:hover,
a.button.alternative-1:hover,
.store .form-row button:hover,
.store .form-row input[type=submit]:hover,
a.button.alternative-2:hover,
a.button.alternative-3:hover {
	background: #333;
	border-color: #333;
}

a.button.small i {
	margin: -2px 5px 0 -7px;
	opacity: .7;
}

a.button i {
	margin: -1px 5px 0 -7px;
	opacity: .7;
}

a.button.alternative-1 i,
a.button.alternative-2 i,
a.button.alternative-3 i {
	opacity: 1;
}

.teaser {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	display: block;
	padding: 25px 25px 5px;
}

.teaser h1,
.teaser h2,
.teaser h3,
.teaser h4,
.teaser h5,
.teaser h6,
.teaser p {
	margin: 0 0 10px;
}

.teaser .teaser-img {
	border-radius: 5px 5px 0 0;
	margin: -26px -26px 10px;
	overflow: hidden;
}

.teaser .teaser-img img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.teaser a.button {
	margin: 20px 0 0;
}

.teaserbox .border {
	background: #fff;
	border: 1px solid #e3e3e3;
	box-shadow: inset 1px 1px 2px 0 rgba(180, 180, 180, .1);
	padding: 25px;
}

.teaserbox a.button {
	margin: 20px 0 0;
}

.callout {
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px 0 rgba(180, 180, 180, .2);
	display: block;
	margin: 0;
	padding: 10px;
/* background:url(./images/stripes.png) #fff !important; removed bc image does not exist causing 404. create image before enabling */
}

.callout .border {
	background: #fff;
	border: 1px solid #e3e3e3;
	box-shadow: inset 1px 1px 2px 0 rgba(180, 180, 180, .1);
	padding: 20px 20px 0;
}

.callout .callout-button {
	float: right;
}

.callout .callout-content {
	float: left;
}

.callout a.button {
	margin: 0;
	text-align: center;
}

.callout h1,
.callout h2,
.callout h3,
.callout h4,
.callout h5,
.callout h6 {
	line-height: 1.3;
	margin: 0 !important;
}

.one_whole {
	float: left;
	position: relative;
	width: 100%;
}

.one_half {
	width: 48%;
}

.one_third {
	width: 30.66%;
}

.two_third {
	width: 65.33%;
}

.one_fourth {
	width: 22%;
}

.three_fourth {
	width: 74%;
}

.one_fifth {
	width: 19.2%;
}

.two_fifth {
	width: 37.6%;
}

.three_fifth {
	width: 58.4%;
}

.four_fifth {
	width: 76.8%;
}

.one_sixth {
	width: 13.33%;
}

.five_sixth {
	width: 82.67%;
}

.five_sixth,
.four_fifth,
.one_fifth,
.one_fourth,
.one_half,
.one_sixth,
.one_third,
.three_fifth,
.three_fourth,
.two_fifth,
.two_third {
	float: left;
	margin-bottom: 0;
	margin-right: 4%;
	position: relative;
}

.three_fourth_button {
	float: left;
	margin-bottom: 20px;
	margin-right: 0;
	position: relative;
	width: 74%;
}

.post-2352 div.three_fifth {
	margin-right: 0;
	width: 59.1%;
}

.last {
	margin-right: 0;
}

.description.style-1 {
	background: #f8f8f8;
	border-radius: 4px;
	margin: 0 0 20px;
	padding: 10px 18px 1px;
}

.google_map {
	background: #efefef;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 4px 0 rgba(180, 180, 180, .3);
	margin-bottom: 30px;
}

.google_map.full {
	height: auto;
	margin: 0;
	width: 100%!important;
}

.entry-content img {
	max-width: 100000%;
}

.unread-single-icon {
/* background-image:url(./images/unread.png); removed bc image does not exist causing 404. create image before enabling */
	background-position: top left;
	background-repeat: no-repeat;
	display: inline-block;
	height: 32px;
	line-height: 1;
	margin-right: 12px;
	margin-top: -9px;
	vertical-align: middle !important;
	width: 32px;
}

.manualicon-usd {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding: 8px 0;
}

ul.styled-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.styled-list li {
	display: block;
	margin-bottom: 10px;
	padding-left: 1.5em;
	text-indent: -.5em;
}

.store-tabs ul.styled-list li {
	float: none;
}

.frontmember-img {
	margin: -10px 5px -16px -39px;
}

.frontmember-img img {
	max-width: 113%;
}

.howtomember-img {
	margin: -10px -12px -17px -20px;
}

.howtomember-img img {
	max-width: 113%;
}

.member {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 2px 0 rgba(180, 180, 180, .2);
	max-width: 460px;
	overflow: hidden;
	padding: 11px;
	text-align: justify;
}

.member-img img {
	height: auto;
	max-width: 101%;
	width: 101%;
}

.member-img {
	margin: -11px -11px 5px;
}

.member h4 {
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.member .member-role {
	color: #bfbfbf;
	font-size: 11px;
	margin-bottom: 10px;
	text-align: center;
}

.member p {
	margin: 0;
}

.cv {
	text-align: left;
}

a.read-more-link {
	white-space: nowrap;
}

.latest-blog .blog-item {
	margin-bottom: 20px;
	position: relative;
	text-align: left;
}

.latest-blog .blog-item .blog-pic {
	border-radius: 4px;
	display: block;
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
}

.latest-blog .blog-item .blog-pic img {
	height: 143px;
	width: 220px;
}

.latest-blog .blog-item .blog-overlay {
	background: rgba(0, 0, 0, .6);
	display: block;
	height: 150px;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 220px;
}

.latest-blog .blog-item .post-icon {
	background-color: rgba(0, 0, 0, .7);
	background-position: 8px 7px;
	background-repeat: no-repeat;
	border-radius: 50%;
	height: 50px;
	left: 83px;
	margin: 0;
	position: absolute;
	top: 45px !important;
	width: 50px;
}

.latest-blog .blog-item img {
	display: block;
}

.latest-blog .blog-item h4 {
	color: #666;
	font-size: 14px;
	line-height: 23px;
	margin: 0 0 0 5px;
	padding: 0;
}

.latest-blog .blog-item .blog-item-description span {
	color: #ccc;
	display: block;
	font-size: 11px;
	margin: -2px 0 0 5px;
	padding: 0;
}

.pricing-table {
	padding-top: 31px;
	width: 940px;
}

.pricing-table.col-5 .plan {
	display: block;
	float: left;
	width: 187px;
}

.plan {
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px 0 rgba(180, 180, 180, .2);
	margin-right: -1px;
	text-align: center;
}

.pricing-table .featured {
	background: #333;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: bold;
	height: 31px !important;
	letter-spacing: 1px !important;
	line-height: 31px !important;
	margin: -31px -1px 0;
	position: relative;
	text-transform: uppercase;
	z-index: 999;
}

.plan .plan-head {
	background-image: linear-gradient(to top, #F7F7F7 0, #FFF 100%);
}

.plan .plan-head h3 {
	display: block;
	font-size: 14px;
	margin: 25px 0 5px;
	padding: 0;
	text-align: center;
	width: 100%;
}

.plan .price {
	border-bottom: 1px solid #ddd;
	display: block;
	font-size: 36px;
	font-weight: 300;
	line-height: 38px;
	margin: 0;
	padding: 0;
}

.plan .price span {
	color: #c0c0c0;
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	margin: 5px 0 25px;
	padding: 0;
}

.plan .signup {
	border-top: 1px solid #ddd;
	padding: 0;
	text-align: center;
}

.plan .signup a.button {
	background-color: #25aafd;
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff !important;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	margin: 0;
	width: 94px;
}

.plan .signup a.button:hover {
	background-color: #333;
}

.plan:nth-child(5) .signup a.button {
	background-color: #E50670;
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff !important;
	display: inline-block;
	font-size: 13px;
	font-weight: 700 !important;
	line-height: 13px;
	margin: 0;
	width: 94px;
}

.plan:nth-child(5) .signup a.button:hover {
	background-color: #B30558;
}

.plan ul {
	background: #fff;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.plan li {
	font-size: 12px;
	padding: 10px 0;
	text-align: center;
/* background:url(./images/dotted.png) bottom left repeat-x; removed bc image does not exist causing 404. create image before enabling */
}

.plan li:last-child {
	background: 0 0;
}

.toggle .pricing-table.col-5 .plan {
	width: 118px;
}

.toggle-table .toggle .toggle-inner {
	padding: 13px 0 0 2px;
}

.toggle-table .plan .plan-head {
	border-bottom: 1px solid #ddd;
	height: 72px;
	line-height: 71px;
}

.toggle-table .plan .plan-head h3 {
	color: #666;
	display: inline-block;
	font-size: 14px;
	line-height: 135%;
	margin: 5px 0 0;
	padding: 0 2px 5px 0;
	vertical-align: middle;
}

.toggle-table .plan .plan-head small {
	display: block;
	font-size: 10px;
}

.toggle-table .toggle .toggle-inner p {
	padding: 0 20px 0 15px;
}

.toggle-table .pricing-table .plan:nth-child(1) li strong {
	display: inline-block;
	line-height: 15px;
	vertical-align: middle;
}

.toggle-table .plan li:nth-child(2) {
	height: 60px;
	line-height: 60px;
}

.toggle-table .plan li:nth-child(4) {
	height: 40px;
	line-height: 40px;
}

.toggle-table .plan .price {
	display: none;
}

blockquote {
	color: #adadad;
	margin: 0 0 20px;
	padding: 0;
}

blockquote p {
	border-left: 4px solid #e6e6e6;
	margin: 0 !important;
	padding: 1px 0 1px 20px;
}

.responsive embed,
.responsive iframe,
.responsive img,
.responsive object {
	height: auto;
	max-width: 100%;
}

.social-icon {
	background-color: #efefef !important;
	border-radius: 3px;
	float: left;
	margin: 0 8px 5px 0;
}

.social-icon a:hover {
	border-radius: 3px;
}

.panel {
	background: #fff;
	border: 1px solid #d3d3d3;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .1);
	clear: both;
	padding: 20px 20px 0;
}

.morequestions {
	margin-top: 15px;
	position: fixed;
	width: 180px;
}

.testimonial {
	background: #fff;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	box-shadow: 1px 1px 2px 0 rgba(180, 180, 180, .2);
	min-height: 95px;
	padding: 10px 15px 10px 20px;
	position: relative;
}

.testimonial:after {
	background-position: -250px -80px;
	bottom: -22px;
	content: "";
	height: 22px;
	left: 30px;
	position: absolute;
	width: 22px;
}

.testimonial2 {
	background: #fafafa;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	box-shadow: 1px 1px 2px 0 rgba(180, 180, 180, .2);
	min-height: 95px;
	padding: 10px 15px 10px 20px;
	position: relative;
}

.testimonial2:after {
	background-position: -250px -110px;
	bottom: -22px;
	content: "";
	height: 22px;
	left: 30px;
	position: absolute;
	width: 22px;
}

.testimonial3 {
	background: #fafafa;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	box-shadow: 1px 1px 2px 0 rgba(180, 180, 180, .2);
	margin-top: 30px;
	min-height: 95px;
	padding: 10px 15px 10px 20px;
	position: relative;
}

.testimonial3:after {
	background-position: -250px -110px;
	bottom: -22px;
	content: "";
	height: 22px;
	left: 30px;
	position: absolute;
	width: 22px;
}

.testimonial-author,
.testimonial-author1,
.testimonial-author2 {
	color: #555;
	font-weight: bold;
	margin: 4px 0 10px 56px;
}

.testimonial-author1,
.testimonial-author2 {
	font-size: 18px;
}

.testimonialtextright {
	margin-left: 10px;
	text-align: justify;
}

.testimonialtextleft {
	margin-right: 15px;
	text-align: justify;
}

.accordion {
	text-align: justify;
}

.toggle {
	margin-bottom: 10px;
}

.toggle-title {
	margin-top: 15px;
}

.toggle .toggle-title {
	background-color: #F9F9F9;
	background-image: linear-gradient(to top, #F7F7F7 0, #FFF 100%);
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #777;
	cursor: pointer;
	display: block;
	font-weight: 500;
	margin-top: 0;
	overflow: hidden;
	padding: 10px 40px 10px 30px;
	position: relative;
	text-align: left;
	text-indent: -22px;
}

.toggle .toggle-title i {
	margin: -2px 8px 0 0;
	opacity: .4;
}

.toggle .toggle-title.active {
	border-radius: 3px 3px 0 0;
	color: #444;
}

.toggle .toggle-title.active i {
	line-height: 1;
	opacity: .95;
}

.toggle .toggle-inner {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0 0 3px 3px;
	border-top: 0;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .1);
	display: none;
	margin: 0;
	padding: 13px 20px 10px;
	text-align: justify;
}

.toggle .toggle-inner p:last-child {
	margin: 0;
}

.toggle .toggle-inner div {
	max-width: 100%;
}

.title {
	line-height: 1.2;
	margin: 0 0 10px;
	padding: 0;
}

.title span {
	padding-right: 7px;
}

cite,
em,
i {
	font-style: italic;
}

small,
sub,
sup {
	font-size: 11px;
	position: relative;
	vertical-align: baseline;
}

mark {
	background-color: #25aafd;
	border-radius: 3px;
	color: #fff;
	display: inline;
	padding: 0;
}

form label {
	font-size: 13px;
	width: 120px;
}

.checkbox {
	float: left;
}

.section {
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	border: 1px solid #ececec;
	border-left: none !important;
	border-right: none !important;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.section:first-child {
	border-top: none !important;
}

.one_whole > .video-embed {
	margin-top: 20px;
}

.logged-in .logged-in-hidden {
	display: none;
}

.videosection {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 0;
}

.videosection .video-wrap {
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.videosection .video-fallback {
	background-position: center center;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.videosection .video-overlay {
	background-position: center center;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.videosection .container {
	position: relative;
	z-index: 3;
}

.youtube-placeholder {
	display: block;
	text-align: center;
}

.play-video:before,
.youtube-placeholder:after {
	bottom: 27px;
	display: block;
	font-family: nunito, arial;
	margin-bottom: -15px;
	position: relative;
	text-align: center;
	width: 100%;
}

:lang(de-de) .play-video:before,
:lang(de-de) .youtube-placeholder:after,
:lang(de-ch) .play-video:before,
:lang(de-ch) .youtube-placeholder:after,
:lang(de-at) .play-video:before,
:lang(de-at) .youtube-placeholder:after {
	content: "Zum abspielen klicken!";
}

:lang(da-dk) .play-video:before,
:lang(da-dk) .youtube-placeholder:after {
	content: "Klik for at afspille!";
}

:lang(nl-nl) .play-video:before,
:lang(nl-nl) .youtube-placeholder:after,
:lang(nl-be) .play-video:before,
:lang(nl-be) .youtube-placeholder:after {
	content: "Klik om af te spelen!";
}

:lang(en-us) .play-video:before,
:lang(en-us) .youtube-placeholder:after,
:lang(en-ca) .play-video:before,
:lang(en-ca) .youtube-placeholder:after,
:lang(en-au) .play-video:before,
:lang(en-au) .youtube-placeholder:after,
:lang(en-gb) .play-video:before,
:lang(en-gb) .youtube-placeholder:after,
:lang(en-ie) .play-video:before,
:lang(en-ie) .youtube-placeholder:after {
	content: "Click to play!";
}

:lang(fr-fr) .play-video:before,
:lang(fr-fr) .youtube-placeholder:after,
:lang(fr-be) .play-video:before,
:lang(fr-be) .youtube-placeholder:after,
:lang(fr-ch) .play-video:before,
:lang(fr-ch) .youtube-placeholder:after {
	content: "Cliquez pour voir le vidéo!";
}

:lang(it-it) .play-video:before,
:lang(it-it) .youtube-placeholder:after {
	content: "Clicca per riprodurre!";
}

:lang(es-es) .play-video:before,
:lang(es-es) .youtube-placeholder:after {
	content: "¡Haz clic para reproducir!";
}

:lang(fi-fi) .play-video:before,
:lang(fi-fi) .youtube-placeholder:after {
	content: "Napsauta ja toista!";
}

:lang(pt-pt) .play-video:before,
:lang(pt-pt) .youtube-placeholder:after {
	content: "Clique para reproduzir!";
}

:lang(sv-se) .play-video:before,
:lang(sv-se) .youtube-placeholder:after {
	content: "Klicka för att spela!";
}

:lang(cs-cz) .play-video:before,
:lang(cs-cz) .youtube-placeholder:after {
	content: "Kliknutím hrát!";
}

:lang(hu-hu) .play-video:before,
:lang(hu-hu) .youtube-placeholder:after {
	content: "Kattintson játszani!";
}

:lang(pl-pl) .play-video:before,
:lang(pl-pl) .youtube-placeholder:after {
	content: "Kliknij aby zagrać!";
}

:lang(ru-ru) .play-video:before,
:lang(ru-ru) .youtube-placeholder:after {
	content: "Нажмите чтобы играть!";
}

.store .page-title {
	display: none;
}

.store-pagination ~ .page-title.description {
	margin-top: 30px;
}

.store .page-title.description {
	clear: both;
	color: #808080;
	display: block;
	font-size: 15px;
}

.term-description {
	color: #808080;
}

.term-description a:hover {
	border-color: #444;
	color: #444;
}

.term-description a {
	border-bottom: 1px dotted #808080;
	color: #808080;
}

.store-result-count {
	color: #999;
	float: left;
	font-weight: bold;
}

.store-cart .est_delivery {
	display: block;
}

.store-ordering {
	display: none;
	float: right;
	position: relative;
	z-index: 3;
	/* hidden bc its not working to sort by rating and its not worth it to fix it since other pages use working productfilter*/
}

.product .onsale,
.onbestseller,
.onsale,
.onnew-arrival,
.crowdfund_badge {
	background: #25aafd;
	border-radius: 2px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px;
	position: absolute;
	right: 5px;
	text-align: center;
	text-transform: uppercase;
	top: 5px;
	z-index: 9;
}

.onbestseller,
.onsale,
.onnew-arrival,
.crowdfund_badge {
	display: none;
}

.product-category h3 {
	margin: 10px 0 !important;
}

.out-of-stock {
	color: #c0081a;
	font-weight: bold;
}

.hover_image_main + p.stock.out-of-stock {
	margin-top: 30px;
}

.faq.upsells.products {
	margin-top: 0;
}

.faq p {
	margin: 0;
}

.faq .products li {
	margin: 0 30px 0 0;
}

.faq .products li:nth-child(4n) {
	margin: 0 0 10px !important;
}

.upsells.products {
	margin: 0;
	padding: 30px 0 0;
}

.upsells .get_points {
	display: none;
}

.upsells.products h2 {
	padding-bottom: 10px;
}

.single-product .sale_text:before {
	content: "\a";
	white-space: pre;
}

.single-product .sale_text {
	font-size: 15px;
}

.products .product .sale_text,
.product-subtotal .sale_text,
.cross-sells .sale_text {
	display: none;
	/* for normal cross sells bc sale badge already there */
}

.cross-sells h2:first-letter {
	text-transform: capitalize;
}

.cross-sells h2 .amount {
	color: #777;
	font-size: inherit;
}

.cross-sells .star-rating {
	float: none;
	margin-top: 5px;
}

.cross-sells .catalog_rating_count {
	margin-top: 8px;
}

.cross-sells .dont-forget h3 {
	max-height: none;
}

.cross-sells h3 {
	padding: 0 !important;
	text-align: center;
}

.cross-sells .products li {
	margin-right: 10px;
	min-height: 189px !important;
	padding: 10px 5px 5px;
	text-align: center;
	width: 138px;
}

.cross-sells .products li img,
.cross-sells .products li .video-container {
	margin: -10px -5px 0;
	width: 148px;
}

.cross-sells ul>.product.last {
	margin: 0 10px 0 0 !important;
}

.cross-sells .products li .add_to_cart_button,
.cross-sells .products li .product_type_variable,
.products li .product_type_bundle {
	border-radius: 3px;
	display: inline-block;
	float: right;
	font-size: 12px;
	margin: 30px 0 0 0;
	padding: 3px 5px;
	position: static;
/* width:80%;
text-align:center;*/
}

.variations abbr.required {
	display: none;
}

.store-pagination {
	clear: both;
	overflow: auto;
	padding-top: 2px;
	zoom: 1;
/*display:inline; will look messed if page does only have e.g. 5 products*/
}

#comments .store-pagination {
	display: block;
}

.page-numbers li {
	display: inline-block;
}

.store-pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.store-tabs .store-pagination a,
.store-pagination a,
.store-pagination span {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #999 !important;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 12px;
	margin: 0 4px 0 0;
	padding: 7px 10px 6px;
}

.store-pagination a:hover {
	background: #25aafd !important;
	border-color: #25aafd !important;
	color: #fff !important;
}

.store-pagination span.current {
	background: #333;
	border-color: #333;
	color: #fff !important;
	font-weight: bold;
}

.orderby option[value=date],
.orderby option[value=price],
.orderby option[value=price-desc] {
	display: none;
}

.orderby {
	cursor: pointer;
	margin-bottom: 0;
}

.product_title {
	color: #777 !important;
}

.product_title .subtitle,
.product_title .subtitle2 {
	font-size: 70%;
}

.store-cart #shipping_method input:checked+label {
	border-right: 3px solid #25aafd;
	padding-right: 5px;
}

#shipping_method li:nth-child(n+2) {
	border-top: 2px solid #f1f1f1;
	margin-top: 10px;
	padding-top: 10px;
}

.ships_in+div[itemprop="offers"] {
	float: left;
	width: 100%;
}

.single-product .product-rating {
	display: inline-block;
	overflow: hidden;
	/* otherwise blank space on ios between rating & line after it */
}

.shipping .ships_in {
	display: block;
	font-size: 12px;
}

.single-product .ships_in {
	display: inline-block;
	float: right;
	font-size: 12px;
	margin-top: -2px;
}

.ships_in .delivery_icon {
	display: none;
}

.est_shipping {
	color: #808080;
	font-size: 12px;
}

.single-product .ships_in .delivery-icon:before {
	color: #555;
	display: inline-block;
	font-size: 125%;
}

.bundled_item_wrap .ships_in {
	font-size: 12px;
}

.product-details-title {
	border-top: 1px solid #000;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
}

.product-details-title span {
	background-color: #fff;
	left: 30px;
	padding: 0 10px;
	position: relative;
	top: -11px;
	white-space: nowrap;
}

.desc-facts-container {
	margin-bottom: 10px;
}

.desc-facts-title {
	font-weight: bold;
	text-transform: uppercase;
}

.styled-list.decimal {
	list-style: decimal;
	padding-left: 30px;
	/*for numbers with 2 digits e.g. 13.*/
}

.styled-list.decimal li {
	margin-bottom: 5px;
}

.styled-list.points {
	padding-left: 16px;
}

.styled-list.points li {
	display: list-item;
	list-style: square;
	margin-bottom: 5px;
	padding: 0;
	text-indent: 0;
}

.from_price {
	font-size: 12px;
}

.from_price {
	display: none;
}

.catalog_rating_count {
	color: #25AAFD;
	float: right;
	font-size: 12px;
	margin-top: 2px;
}

.products .star-rating {
	float: right;
	margin-right: 0;
}

.products {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

.products a {
	display: block;
}

.products li {
	background: #fafafa;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(180, 180, 180, .2);
	float: left;
	list-style: none;
	margin: 0 26px 20px 0;
	min-height: 271px;
	overflow: hidden;
	padding: 20px 10px 5px;
	position: relative;
	width: 198px;
}

.products li.type-product {
	min-height: 290px;
}

.products li:nth-child(4n) {
	margin: 0 0 20px 0;
}

.upsells .products li:nth-child(4n) {
	margin-right: 20px;
}

.products li:last-child {
	margin-right: 0 !important;
}

.products li img,
.products li .video-container {
	border-bottom: 1px solid #ccc;
	height: auto;
	margin: -20px -10px 5px;
	max-width: none !important;
	width: 218px;
}

.products li h3 {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 13px;
	-webkit-line-clamp: 2;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	/* smiletastic optimized bc of overflow */
}

.products li .price {
	border: none;
	color: #25aafd;
	display: inline-block;
	font-size: 18px;
	margin: 0;
	padding: 0;
	/* for review rating in catalog and for wishlist */
}

.cross-sells .products li .price {
	left: 5px;
	margin-top: 5px;
}

.products li .price del {
	/* for cross sells */
	color: #999;
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
}

.products li .price ins {
	display: inline-block;
	text-decoration: none;
	/* for cross sells */
}

.products li .add_to_cart_button,
.products li .product_type_variable,
a.button.product_type_bundle {
	background-color: inherit;
	border: 2px solid #E50670;
	border-radius: 3px;
	bottom: 4px;
	color: #E50670;
	display: inline-block;
	font-size: 100%;
	margin: 0;
	padding: 3px;
	position: absolute;
	right: 5px;
}

.mobile_bundle_more {
	display: none;
}

.bundle_form {
	padding-top: 10px;
	position: relative;
	/* dont remove relative (only if you wrap bundle_wrap in new wrap with position relative then you can do) bc will mess up bundled big hover */
}

.store table.shop_table .not_optional td.product-thumbnail {
	padding-left: 50px;
}

.quantity_fixed .minus,
.quantity_fixed .plus {
	visibility: hidden;
}

.quantity.quantity_fixed {
	border: none;
	pointer-events: none;
}

.bundled_product_optional_checkbox .get_points {
	display: block;
}

.bundled_product_summary .bundled_product_optional_checkbox .quantity {
	float: right;
	margin-top: -20px;
}

.bundled_product_summary .bundled_product_optional_checkbox span {
	color: #444;
	display: inline-block;
	font-weight: inherit;
}

.bundled_product_summary .bundled_product_optional_checkbox span.amount {
	font-size: 13px;
}

.bundled_product_summary .bundled_product_optional_checkbox {
	margin-bottom: 0;
	max-width: 340px;
	padding-bottom: 10px;
	width: auto;
}

.bundled_product_summary .bundled_product_images {
	float: left;
}

.bundled_product_summary .bundled_product_images img {
	cursor: pointer;
	height: auto;
	width: 100px;
}

/* necessary for many variations*/
.bundled_product_summary .details {
	display: inline-block;
	max-width: 340px;
}

#product-2932 h1.product_title.entry-title {
	font-size: 33px;
}

ul.products .count {
	display: none !important;
}

.products li a:hover img {
	opacity: .8;
}

.product {
	position: relative;
}

.product .images {
	cursor: pointer;
	float: left;
	margin-right: 20px;
	position: relative;
	text-align: center;
	width: 458px;
	/* needed for internet explorer loading otherwise messed up */
}

.product .images img {
	height: auto;
	max-width: 100%;
}

.zoomContainer {
/*z-index:2;*/
}

/* required for zoom-image to be clickable when zoomed */
.zoomContainer {
	pointer-events: none;
}

/* required bc of the above pointer-events none to show the zoom icon for product main image */
.product-main-image.zoom {
	cursor: zoom-in;
}

.product .images .attachment-shop_single {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(180, 180, 180, .2);
	cursor: zoom-in;
	overflow: hidden;
}

.product .images .thumbnails li:nth-child(4n) img {
	margin-right: 0;
}

.product .images .thumbnails {
	list-style: none;
	margin: 17px -22px 0 0;
}

.product_excerpt {
	font-size: 13px;
	margin-bottom: 5px;
}

.bundled_product_summary .bundled_product_images li:last-child img,
.product .images .thumbnails li:last-child img {
	margin-right: 0;
}

.thumbnails li.zoom {
	float: left;
}

.bundled_product_summary .bundled_product_images img,
.product .images .thumbnails img,
.thumbnail_sprite {
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(180, 180, 180, .2);
	display: block;
	height: 100px;
	margin-right: 15px;
	overflow: hidden;
	padding: 0;
	width: 100px;
}

.bundled-product-name {
	display: inline-block;
}

.product .summary {
	float: left;
	min-height: 560px;
	width: 460px;
}

.product h1 {
	margin: 0;
	padding: 0;
}

.bundled_product .price {
	margin: 0 !important;
	padding: 0;
	text-align: left;
}

.product .price {
	border-bottom: 1px solid #efefef;
	color: #25aafd;
	display: block;
	font-size: 18px;
	margin: 0;
	padding-bottom: 5px;
}

div[itemprop="offers"] .price,
.product .ships_in+.price {
	min-height: 1px;
}

.bundle_price .price,
.bundled_product .price,
.single_variation .price {
	border-bottom: none;
}

.dont-forget .single_variation {
	display: inline-block;
	float: left;
}

.bundle_price,
.bundled_product,
.single_variation {
	min-height: 29px;
}

.bundle_price del {
	color: #999;
	font-size: 12px;
	margin-right: 5px;
}

.bundle_price ins {
	text-decoration: none;
}

.bundle_price {
	padding-top: 20px;
	text-transform: uppercase;
}

.bundle_price,
.bundle_price .amount {
	color: #25aafd;
	font-size: 15px;
}

#display_variations_shop_page td.label,
.bundle_price .total,
.price .from_price,
.cross-sells li.product .price .from_price {
	display: none;
}

.bundled_table_item,
.bundled_table_item td {
	border-bottom: none !important;
	border-top: none !important;
}

.bundle_table_item,
.bundle_table_item td {
	border-bottom: none !important;
}

dt.bundled_title_meta,
.bundled_notice {
	margin: 12px 0 5px;
}

.only-xleft {
	color: #e50670;
	display: block;
	font-family: nunito, cursive;
	font-size: 16px;
	margin-top: 20px;
	text-transform: uppercase;
	white-space: nowrap;
}

.bundled_wrap .only-xleft {
	font-size: 11px;
	margin: 0;
}

.bundled_wrap .ships_in {
	float: left;
}

#tab-wl-items .products li .price {
	min-width: 35%;
	/* if no rating on wishlist fix */
}

.wl-wrapper a.button.single_add_to_cart_button {
	box-sizing: border-box;
	padding-top: 11px;
}

.wl-wrapper .only-xleft,
.cart_item .only-xleft {
	font-size: 11px;
	margin: 5px 0 0;
}

.up-to-price {
	color: #25aafd;
	display: block;
	font-size: 16px;
	margin-top: 15px;
	white-space: nowrap;
}

.afterprice,
.afterprice a,
.afterprice a img,
.afterprice a:visited {
	color: #444 !important;
	font-size: 14px !important;
}

.afterprice span {
	border-bottom: 1px dotted !important;
	font-weight: bold;
}

.crowd_shipping_label {
	color: #444 !important;
	float: right;
	font-size: 12px !important;
	line-height: 28px;
	text-transform: uppercase;
}

.payshiptiptop,
.payshiptiptop a {
	border-bottom: none !important;
}

.tooltip.right {
	margin-left: 8px !important;
}

.tooltip.right .tooltip-arrow {
	border-right: 5px solid #ddd !important;
	top: 82%!important;
}

.store .tooltip.top {
	margin-top: -22px;
}

.tooltip.right .tooltip-inner {
	background-color: #fff;
	background-image: linear-gradient(to top, #F7F7F7 0, #FFF 100%);
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .1);
	color: #444;
	font-size: 14px !important;
	line-height: 1.5;
	padding-top: 3px !important;
	width: 180px;
}

.tooltip.top {
	margin-left: 60px;
	margin-top: -30px;
}

.tooltip.top .tooltip-arrow {
	border-bottom: none;
}

.tooltip.top .tooltip-inner {
	background-color: #F7F7F7;
	background-image: linear-gradient(to top, #F7F7F7 0, #FFF 100%);
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .1);
	color: #444;
	font-size: 14px !important;
	line-height: 1.5;
	width: 170px !important;
}

.tooltip .postex {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div[itemprop=description] {
	padding-top: 10px;
}

div[itemprop=description] h2 {
	padding-bottom: 10px;
}

.product .price del {
	color: #999;
	font-size: 12px;
	margin-right: 5px;
}

.product .price ins {
	text-decoration: none;
}

.cart {
	margin: 15px 0 0;
}

.update_cart {
	float: none !important;
	padding-left: 25px !important;
}

.loading-icon {
	position: relative;
}

.shop_table .loading-icon:before {
	color: #25aafd;
	cursor: pointer;
	font-size: 16px;
	left: 6px;
	pointer-events: none;
	position: absolute;
	top: -2px;
	/* checked and optimized on desis screen */
}

.images .cart {
	margin: 0;
}

.wl-wrapper {
	display: inline-block;
	margin: 10px 10px 0 10px;
	right: 0;
	top: 0;
}

.cart button:focus,
.cart input:focus {
	outline: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity {
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	float: left;
	margin-right: 20px;
	overflow: hidden;
	width: 86px;
}

.quantity .minus,
.quantity .plus,
.quantity .qty {
	border: 0;
	color: #444;
	float: left;
	font-size: 12px;
	height: 37px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 30px;
}

.quantity .qty {
	background-color: #fff;
	border: none;
	box-shadow: none;
	width: 32px;
}

.quantity input[type=number]:focus {
	border: none;
	box-shadow: none;
}

.variations_button .quantity .qty {
	width: 32px;
}

.variations_button .quantity {
	width: 86px;
}

.quantity .minus,
.quantity .plus {
	background-color: #F9F9F9;
	background-image: linear-gradient(to top, #F7F7F7 0, #FFF 100%);
	cursor: pointer;
	width: 26px;
}

.quantity .minus,
.quantity .qty {
	border-right: 1px solid #ddd !important;
}

.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.input-text,
.quantity .minus,
.quantity .plus {
	-webkit-appearance: none;
	border-radius: 0;
}

a.single_add_to_cart_button,
button.single_add_to_cart_button {
	background-color: #E50670;
	background-image: none;
	border: none;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	color: #fff !important;
	display: inline-block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 38px;
	line-height: 13px;
	margin: 0 0 0 20px;
	padding: 6px 20px;
	position: relative;
}

.outfit_button + button.single_add_to_cart_button {
	background-color: #000;
}

.outfit_button + button.single_add_to_cart_button:hover {
}

button.single_add_to_cart_button:hover {
	background-color: #B30558;
	color: #fff;
}

.bluebutton:hover {
	background-color: #009dee !important;
	border-color: #009dee !important;
}

.bluebutton {
	background-color: #25aafd;
	background-image: none;
	border: 1px solid #25aafd !important;
	color: #fff;
	display: block;
	font-family: Nunito, Arial, Helvetica, sans-serif;
	font-size: 115%;
	margin-bottom: 10px !important;
	margin-right: 0;
	padding: 10px 0 8px;
	text-align: center;
}

.from_price {
	font-size: 12px;
}

.select_variations {
	font-size: 12px;
}

.variations_button {
	bottom: 38px;
	float: right;
	position: relative;
}

.variations .value select {
	float: right;
	padding: 5px 0;
}

.singlechoice label {
	max-width: initial !important;
}

.bundle_variations_form table,
.variations_form table {
	background: #fafafa;
	border: 1px solid #d3d3d3;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .1);
	clear: both;
	margin-top: 15px;
	width: 400px;
}

.bundle_variations_form table td,
.variations_form table td {
	padding: 10px 7px;
	vertical-align: middle;
}

.bundle_variations_form table tr,
.variations_form table tr {
	border-bottom: 1px solid #ddd;
}

.bundle_variations_form table label,
.variations_form table label {
	width: auto;
}

.bundle_variations_form table tr:last-child,
.variations_form table tr:last-child {
	border: none;
}

.reset_variations {
	display: none !important;
}

.bundle_variations_form select,
.variations_form select {
	margin: 0;
	padding: 0;
}

.single_variation_wrap {
	padding: 20px 0 0;
}

.value select {
	width: 260px;
}

#ich-habe {
	width: 355px;
}

.product_meta {
	background: #fafafa;
	border-radius: 3px;
	display: none;
	padding: 20px;
}

.product_meta .posted_in,
.product_meta .tagged_as {
	color: #999;
	display: block;
}

.product_meta .sku_wrapper {
	color: #999;
	display: none;
}

#tab-description .section {
	border-left: none !important;
	border-right: none !important;
}

#tab-description > .container > h2 {
	border: none;
	display: none;
}

#tab-description .section:last-child {
	border-bottom: none !important;
}

#tab-description .container .section:nth-child(1),
#tab-description>div:nth-child(1) {
	border: none !important;
}

#tab-description .entry-content .container {
	width: 100%;
}

#tab-description .container .sixteen.columns {
	margin: 0;
	width: 100%;
}

#tab-description h3 {
	margin-bottom: 0;
}

#tab-newest_reviews {
	min-height: 15px;
}

#comments {
	margin-bottom: 30px;
}

.technicalcontent {
	text-align: left;
	width: 100%;
}

.technicalcontent th {
	background: #fafafa;
	border: 1px solid #ddd;
	padding: 5px 10px;
	vertical-align: middle;
	width: 160px;
}

.technicalcontent td {
	color: #444;
	padding: 5px 10px;
}

.store-tabs {
	clear: both;
	margin: 0;
	padding: 25px 0 0;
}

.product .store-tabs .social-icons {
	float: right;
	margin-top: 10px;
}

/*#tab-description {
padding: 125px 0 0;
margin-top: -145px;
} removed*/

#tab-description .container {
	box-sizing: border-box;
	padding: 10px 0 0;
}

.panels {
	background: #fff;
	clear: both;
	display: block !important;
}

#comments_new {
	padding: 3px 0;
}

.mar20 {
	margin: 0 0 20px 20px !important;
}

.hr_cls {
	border: none;
	margin: 0 0 5px !important;
}

.textdecornone {
	text-decoration: none;
}

.verifiedbuyer {
	background: #fff;
	background: linear-gradient(120deg, #78d78f 18px, #fff 21px);
	border: 1px solid #000;
	border-radius: 2px;
	display: inline;
	font-family: Nunito, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin-left: 5px;
	padding: 1px 3px 0 0;
	white-space: nowrap;
}

.verifiedbuyer:before {
	background: #78d78d;
	background: linear-gradient(120deg, #78d78f 18px, #fff 21px);
	color: #000;
	content: "\e819";
	font-size: 110%;
	margin-right: 5px;
	padding: 0 2px;
}

.depth-10 .comment-text .verifiedbuyer,
.depth-11 .comment-text .verifiedbuyer,
.depth-2 .comment-text .verifiedbuyer,
.depth-3 .comment-text .verifiedbuyer,
.depth-4 .comment-text .verifiedbuyer,
.depth-5 .comment-text .verifiedbuyer,
.depth-6 .comment-text .verifiedbuyer,
.depth-7 .comment-text .verifiedbuyer,
.depth-8 .comment-text .verifiedbuyer,
.depth-9 .comment-text .verifiedbuyer {
	display: none;
}

/* Original review form */
.star-rating {
	color: #f6d70a;
	float: left;
	font-family: befonticons;
	font-size: 14px;
	height: 14px;
	line-height: 1;
	margin-right: 5px;
	margin-top: -1px;
	overflow: hidden;
	position: relative;
	right: 0;
	text-align: left;
	top: 3px;
	width: 75px;
}

#tab-reviews .comment-text .star-rating {
	top: -20px;
}

.comment-text .star-rating {
	float: right;
}

.star-rating:before {
	content: "\e810\e810\e810\e810\e810";
	float: left;
	left: 0;
	letter-spacing: .1em !important;
	position: absolute;
	top: 0;
}

.star-rating span {
	float: left;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
}

.star-rating span:before {
	content: "\e811\e811\e811\e811\e811";
	left: 0;
	letter-spacing: .1em !important;
	position: absolute;
	top: 0;
}

.comment-form-author label,
.comment-form-email label {
	display: inline-block;
	float: left;
	width: 65px;
}

.comment-form .form-submit,
.comment-form-author,
.comment-form-email {
	float: right;
	margin: 0 7px 10px 0;
}

.comment-form .form-submit {
	width: 286px;
}

.comment-form #submit {
	width: 100%!important;
}

.comment-form-comment {
	display: inline-block;
	float: left;
}

.comment-form.comment-is-logged-in #comment {
	box-sizing: border-box;
	width: 952px;
}

.review_container,
.review-qualifiers,
.form-row.attachment-url,
#review_or,
.form-row.attachment-file {
	display: none !important;
	/* dont want to show pic reviews here*/
}

.review_container h3 {
	margin-bottom: 10px;
	text-align: center;
}

.review_container h2 {
	text-align: center;
}

.ui-datepicker-calendar {
	display: none;
}

#review_anchor,
#tab-scroll {
	display: block;
	position: relative;
	top: -125px;
	visibility: hidden;
}

#review_comment_field,
h5.pic_cta {
	display: none;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

input[type="file"] {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#review_attachment_file {
	padding-left: 0;
	width: auto;
}

#review_attachment_url_field,
#email_field,
#author_field {
	/* for not logged in */
	margin-bottom: 0;
	vertical-align: top;
	width: 49.5%;
	/* needed for review button not too far below when logged in*/
	/* fix for IE */
}

#email_field {
	margin-right: 1%;
}

.show_style_point {
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

#review_attachment_file_field {
	min-width: 270px;
}

#author_field {
	float: right;
}

#review_or {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	text-align: center;
	width: 100px;
}

#reviews .review-title,
#reviews-newest .review-title {
	font-weight: bold;
	margin: 0;
}

#reviews .review-main-title,
#reviews-newest .review-main-title {
	margin-bottom: 25px;
}

#reviews .commentlist li,
#reviews-newest .commentlist li {
	background: #fafafa;
	border: none;
	border-radius: 3px;
	box-sizing: border-box;
	clear: both;
	margin-bottom: 0;
	padding: 10px 10px 5px;
	width: 100%;
}

#submit_review:hover {
	background: inherit !important;
	border-color: inherit !important;
}

/* Reviews Pro */
#review_attachment_url_field {
	display: none !important;
}

.product-rating-summary .averagerating {
	margin: 0 auto;
	width: 96px;
}

.product-rating-summary .star-rating {
	float: none;
	font-size: 19px;
	height: 19px;
	margin-bottom: 5px;
	width: 96px;
}

.product-rating + .contributions-form-title {
	margin-top: 20px;
}

.store #reviews .product-rating,
.store #reviews-newest .product-rating {
	display: none;
	pointer-events: auto;
	width: 100%;
	/* hidden here since it looks stupid*/
}

.store #reviews .product-rating .product-rating-summary,
.store #reviews-newest .product-rating .product-rating-summary {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 70%;
}

.store #reviews .product-rating .product-rating-details,
.store #reviews-newest .product-rating .product-rating-details {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
}

.store #reviews .product-rating .product-rating-details table,
.store #reviews-newest .product-rating .product-rating-details table {
	border: none;
	width: 100%;
}

.store #reviews .product-rating .product-rating-details table td,
.store #reviews-newest .product-rating .product-rating-details table td {
	border: 0;
	padding: 1px;
	vertical-align: middle;
	white-space: nowrap;
}

.store #reviews .product-rating .product-rating-details table td.rating-count a,
.store #reviews-newest .product-rating .product-rating-details table td.rating-count a {
	color: #808080;
}

.store #reviews .product-rating .product-rating-details table td a,
.store #reviews-newest .product-rating .product-rating-details table td a {
	color: #444;
	position: relative;
	/* this must be normal text color!! */
}

.store #reviews .product-rating .product-rating-details table td.rating-number,
.store #reviews-newest .product-rating .product-rating-details table td.rating-number {
	width: 28px;
}

.store #reviews .product-rating .product-rating-details table td .rating-star:before,
.store #reviews-newest .product-rating .product-rating-details table td .rating-star:before {
	content: "\e811";
	font-family: befonticons;
	left: 13px;
	position: absolute;
	speak: none;
	top: -2px;
}

.store #reviews .product-rating .product-rating-details table td.rating-graph,
.store #reviews-newest .product-rating .product-rating-details table td.rating-graph {
	padding: 1px 5px;
}

.store #reviews .product-rating .product-rating-details table td.rating-graph .bar,
.store #reviews-newest .product-rating .product-rating-details table td.rating-graph .bar {
	background-color: #f6d70a;
	border-radius: 10px;
	display: inline-block;
	height: 1em;
	margin-top: -2px;
	vertical-align: middle;
	width: 1px;
}

.store #reviews .product-rating .product-rating-details table td.rating-count,
.store #reviews-newest .product-rating .product-rating-details table td.rating-count {
	width: 20px;
}

.contribution-form-wrapper fieldset {
	border: 0;
	font-size: 14px;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.contribution-form-wrapper.active {
	display: block !important;
}

.star-rating-selector {
	margin-top: 10px;
}

.star-rating-selector fieldset {
	cursor: pointer;
	float: right;
}

.review-qualifiers {
	display: none;
	float: right;
	margin-top: 10px;
}

.active #review_comment_field {
	display: block;
}

.active #review_comment {
	min-height: 150px;
}

.star-rating-selector:not(:checked) input {
	clip: rect(0, 0, 0, 0);
	left: -9999px;
	position: absolute;
}

.star-rating-selector:not(:checked) label.checkbox {
	cursor: pointer;
	float: right;
	font-size: 19px;
	line-height: 1em;
	margin-left: 1px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	white-space: nowrap;
	width: 1em;
}

.star-rating-selector:not(:checked) label.checkbox:before {
	color: #f6d70a;
	content: "\e810";
	display: inline-block;
	font-family: befonticons;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	left: 0;
	position: absolute;
	speak: none;
	text-indent: 0;
}

.star-rating-selector:not(:checked) label.checkbox:active {
	left: 1px;
	position: relative;
	top: 1px;
}

.star-rating-selector:not(:checked) label.checkbox:hover:before,
.star-rating-selector:not(:checked) label.checkbox:hover ~ label.checkbox:before,
.star-rating-selector:not(:checked) input:checked ~ label.checkbox:before {
	content: "\e811";
}

.contribution-admin-badge {
	background: #ddd;
	border-radius: 5px;
	display: inline-block;
	margin-right: 5px;
	padding: 3px 5px;
}

.comment-form-author label,
.comment-form-email label {
	display: inline-block;
	float: left;
	width: 65px;
}

.comment-form .form-submit,
.comment-form-author,
.comment-form-email {
	float: right;
	margin: 0 4px 10px 0;
}

.comment-form .form-submit {
	width: 286px;
}

.comment-form #submit {
	width: 100%!important;
}

.comment-form-comment {
	display: inline-block;
	float: left;
}

.comment-form.comment-is-logged-in #comment {
	box-sizing: border-box;
	width: 960px;
}

.review_container h3 {
	margin-bottom: 10px;
	text-align: center;
}

#grid {
	column-count: 4;
	column-gap: 8px;
	font-size: 25px;
	text-align: center;
	/* for vertical gap */
}

#review_anchor,
#tab-scroll {
	display: block;
	position: relative;
	top: -125px;
	visibility: hidden;
}

.review_container h2 {
	text-align: center;
}

.ui-datepicker-calendar {
	display: none;
}

#review_attachment_url_field,
#review_attachment_file_field,
#author_field,
#email_field,
#review_or,
.show_style_point,
#submit_review {
	display: none;
}

input[type="file"] {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#review_attachment_file {
	padding-left: 0;
	width: auto;
}

#review_attachment_url_field,
#email_field,
#author_field {
	/* for not logged in */
	margin-bottom: 0;
	vertical-align: top;
	width: 49.5%;
	/* needed for review button not too far below when logged in*/
	/* fix for IE */
}

#email_field {
	margin-right: 0.5%;
}

.show_style_point {
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

#review_attachment_file_field {
	display: none !important;
	min-width: 270px;
}

#review_or {
	display: none !important;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 100px;
}

#reviews .review-title,
#reviews-newest .review-title {
	font-weight: bold;
	margin: 0;
}

#reviews .review-main-title,
#reviews-newest .review-main-title {
	margin-bottom: 25px;
}

#reviews .commentlist li,
#reviews-newest .commentlist li {
	border-bottom: 2px solid #f1f1f1;
	clear: both;
	margin-bottom: 0;
	padding: 10px;
}

.comment-text p {
	margin-bottom: 5px;
}

#reviews .commentlist li:last-child,
#reviews-newest .commentlist li:last-child {
	margin-bottom: 10px;
}

#reviews li .avatar,
#reviews-newest li .avatar {
	border: 4px solid #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 0 1px rgba(0, 0, 0, .1);
	display: block;
	float: left;
	margin-right: 20px;
}

#reviews li .comment-text .description,
#reviews-newest li .comment-text .description {
	clear: both;
	padding: 0;
}

.bundled_review_pots {
	margin: 5px;
}

#reviews .add_review,
#reviews-newest .add_review {
	float: right;
	margin: 20px 0;
}

.comment-form-comment label,
.comment-form-rating label {
	display: none;
}

.pp_description {
	display: none !important;
}

.pp.store form label {
	width: auto;
}

h3.comment-reply-title {
	font-size: 24px;
}

p.stars {
	font-size: 14px;
	line-height: 1;
	position: relative;
}

p.stars:after {
	clear: both;
	content: "";
	display: block;
}

p.stars a {
	background: #fafafa;
	border-radius: 4px;
	box-sizing: border-box;
	color: #000;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 5px;
	padding: 6px;
	position: relative;
	width: 90px;
}

p.stars a.active,
p.stars a:hover {
	background: #efefef;
}

p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
	color: #f6d70a;
	font-family: befonticons;
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 9px;
	width: 50px;
}

p.stars a.star-1:hover,
p.stars a.star-2:hover,
p.stars a.star-3:hover,
p.stars a.star-4:hover,
p.stars a.star-5:hover {
	text-decoration: none;
}

p.stars a.star-1:after {
	content: "\e811";
}

p.stars a.star-2:after {
	content: "\e811\e811";
}

p.stars a.star-3:after {
	content: "\e811\e811\e811";
}

p.stars a.star-4:after {
	content: "\e811\e811\e811\e811";
}

p.stars a.star-5:after {
	content: "\e811\e811\e811\e811\e811";
}

.store-message.review_success {
	border: none;
	margin-top: 10px;
}

div.wpcf7-mail-sent-ok,
.store-message {
	background-color: #f2f7e4;
	border-radius: 4px;
	color: #78D88F;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 5px;
	padding: 12px;
}

#page-wrap .store-message a.button {
	background-color: #78D88F;
	background-image: none;
	border-color: #78D88F;
	color: #fff;
	float: right;
	margin: 0;
}

#page-wrap a.button,
.section .description a.button {
	margin-right: 5px;
}

.store table.cart td.actions .button.checkout-button {
	-webkit-appearance: none;
	background-color: #E50670;
	background-image: none;
	border: none;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	color: #fff;
	float: none;
	padding: 13px 20px;
}

.po_box label {
	display: inline-block !important;
	font-size: 14px;
	margin-bottom: 15px !important;
	width: 300px;
}

#po-box-checkbox {
	margin-left: 0;
	vertical-align: middle;
}

:lang(de-de) label[for=shipping_company]:after {
	content: " / PostNummer";
}

:lang(de-de) label[for=shipping_address_1]:after {
	content: " (z.B. für Versand an Packstationen!)";
}

.logged-in #billing_email_field.is-set,
.is-set {
	display: none !important;
}

.single_country {
	background: #fafafa;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(180, 180, 180, .2);
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	height: 38px;
	margin-bottom: 0;
	overflow: hidden;
	padding: 9px 10px 8px;
	width: 98%;
}

.store form.checkout .shipping input {
	float: left;
	margin: 2px 3px 5px 0;
	width: auto;
}

.store form.checkout .shipping .billing_phone input {
	float: none;
	margin-top: 0;
}

.cart_totals .shipping .billing_phone {
	display: none;
}

.shipping .billing_phone {
	display: block;
	font-size: 14px;
	padding-top: 20px;
}

.store-checkout table.store-checkout-review-order-table {
	table-layout: fixed;
}

.store-checkout tr.shipping td {
	box-sizing: border-box;
	display: block;
}

#user_shipping_track_phone_number {
	box-sizing: border-box;
	width: 100%;
}

.store form.checkout .shipping input[type="radio"] {
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 0;
	/* following is required so on iOS it will not show radio buttons */
}

#order_review #shipping_method li:nth-child(n+2) {
	border-top: none;
	margin-top: 10px;
	padding-top: 0;
}

.store-checkout #shipping_method label span {
	margin-left: 0;
}

.store-checkout #shipping_method label {
	border: 2px solid #f1f1f1;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0;
	padding: 5px;
	transition: all .15s ease-in-out;
}

.store-checkout #shipping_method input:checked+label {
	background: #f1f1f1;
}

.store-checkout #shipping_method label:hover {
	border-color: #808080;
}

.store-checkout .shipping td {
	width: 65%;
}

.store-checkout .review_button,
.store-order-received .review_button {
	display: none;
}

.checkout-button-bottom,
.checkout-button-top {
	-webkit-appearance: none;
	background-color: #E50670 !important;
	background-image: none !important;
	border: none !important;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	color: #fff !important;
	padding: 12px 8px !important;
	width: 100%;
}

.checkout-button-bottom:hover,
.checkout-button-top:hover {
	background-color: #B30558 !important;
	color: #fff !important;
}

.place_order_top {
	-webkit-appearance: none;
	background-color: #E50670 !important;
	background-image: none !important;
	border: none !important;
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	color: #fff !important;
	line-height: inherit !important;
	padding: 14px 20px !important;
	width: 100%;
	z-index: 9999 !important;
}

.place_order_top:hover {
	background-color: #B30558 !important;
	color: #fff !important;
}

.place_order_top_absolute {
	display: none;
	position: absolute;
	right: 10px;
	top: 30px;
	z-index: 999;
}

.place_order_top_fixed {
	border-left: 1px solid #fff;
	border-top: 10px solid #fff;
	margin-left: -1px;
	position: fixed;
	top: 0;
	width: 940px;
	z-index: 999;
}

.store table.cart td.actions .button.checkout-button:hover {
	background-color: #B30558;
	color: #fff;
}

form[name="checkout"] > .blockUI h1,
form[name="checkout"] > .blockUI h1 {
	bottom: -460px;
	position: relative;
}

.store-order-received .col-2 {
	display: none;
} /* to hide shipping address on order received bc already shown above there, but cnanot remove from php bc we need in my account page*/

#shipping-company-received,
#shipping-address-1-received,
#shipping-street-number-received,
#shipping_address_2_field input[name="door_code"],
#shipping-care-of-received,
#user_shipping_track {
	background: #fff;
	box-sizing: border-box;
	display: inline-block;
	margin: 5px 0;
	width: auto;
}

#billing_phone input {
	background: #fff;
	margin: 10px auto 20px;
	max-width: 200px;
}

#shipping-care-of-received,
#shipping-company-received {
	min-width: 250px;
}

#shipping_address_2_field input[name="door_code"],
#user_shipping_track {
	margin-top: 0;
	min-width: 250px;
}

#shipping-address-1-received {
	margin-right: 5px;
	width: 175px;
}

#shipping-street-number-received {
	width: 70px;
}

.received_update_shipping_meta #shipping_address_2_field {
	display: block;
	width: 100%;
}

.received_update_shipping_meta address {
	font-size: 14px;
}

.received-separator {
	background: #ececec;
	display: inline-block;
	height: 2px;
	margin-bottom: 10px;
	width: 300px;
}

#received_update_shipping_meta {
	background-color: #78ea7c;
	background-image: none;
	border-color: #78ea7c;
	color: #fff;
	transition: all .15s ease-in-out;
}

#received_update_shipping_meta:hover {
	background: #6cd76f;
	border-color: #6fd76f;
	transition: all .15s ease-in-out;
}

.dont-forget .amount {
	position: relative;
	top: 10px;
}

.dont-forget .quantity.buttons_added {
	display: none !important;
}

a.wl_add_cart {
	font-size: 80%;
}

.pre_img_goods .task_pre #secsBox {
	min-width: 22px;
}

.pre_img_goods .task_pre em:last-child {
	margin-left: 3px;
}

.dont-forget {
	float: left;
	margin-top: 10px;
	width: 500px;
}

.dont-forget img {
	border-radius: 5px;
}

.dont-forget > div {
	display: table;
	float: right;
	font-size: 85%;
	min-height: 218px;
	padding: 0 5px 0 10px;
	width: 265px;
}

.dont-forget > div > div {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

.cross-sells .bundle_price,
.cross-sells .bundled_product,
.cross-sells .single_variation {
	float: left;
	margin-top: 10px;
}

.dont-forget a.single_add_to_cart_button {
	background-color: #25aafd;
	box-sizing: border-box;
	float: right;
	margin: 0 10px 0 0;
	padding-top: 13px;
	width: auto;
}

.dont-forget a.single_add_to_cart_button:hover {
	background-color: #1d90d8;
}

.mobile_bundle_more {
	clear: both;
	color: #fff;
	cursor: pointer;
	display: none;
	font-weight: bold;
	padding: 10px 0 !important;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.blockui,
.blockUI {
	cursor: wait !important;
}

.blockUI.blockMsg {
	border: none !important;
	width: unset !important;
	background-color: unset !important;
}

.order_details .order {
	margin: 15px 0;
}

.order_details .wc-social-login-link-account {
	display: block;
	text-align: center;
}

.or_password {
	display: block;
	margin: 10px 0;
	text-align: center;
}

form.update_password_order_review_page {
	text-align: center;
}

.order_details-shipping address {
	margin: 15px 0;
}

.order_details-shipping {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin: 0 0 20px 0;
	padding: 20px 0;
	text-align: center;
}

.received-graphic {
	display: block;
	text-align: center;
}

.received-graphic .icon-envelope:before {
	color: #808080;
	display: block;
	font-size: 100px;
	margin: -10px auto;
}

h1 .icon-ok:before,
.received-graphic .icon-envelope.colored:before {
	color: #25aafd;
	right: 0;
	top: 0;
}

.received-graphic .bag-icon:before {
	color: #808080;
	content: "\e80f";
	display: block;
	font-size: 100px;
	margin: -10px auto;
}

.received-graphic .delivery-icon:before {
	color: #808080;
	display: block;
	font-size: 96px;
	margin: -6px auto -10px;
}

.received-graphic .arrow-right-icon:before {
	color: #808080;
	display: inline-block;
	float: left;
	font-size: 30px;
	margin: 45px 0 0;
}

.received-graphic .one_fourth {
	margin-right: 0 !important;
}

.received-graphic ~ .columns .social-icons {
	min-width: 300px;
}

.received-graphic ~ .columns .find_us_on {
	display: inline-block !important;
	float: left;
}

.received-graphic ~ .columns {
	margin-top: 20px;
}

.share_order {
	display: inline-block;
	float: left;
	margin-top: 10px;
}

#postresult {
	margin: 30px 0 0 !important;
	min-height: 500px !important;
	width: 100% !important;
}

.store-message li,
.store-message ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.store-error+.store-error {
	margin-top: -30px !important;
}

.store-error a {
	color: #e50670;
	font-weight: bold;
}

.contribution-form-wrapper .store-error {
	margin-top: 20px !important;
}

div.wpcf7-validation-errors,
.screen-reader-response,
.store-error {
	background-color: #fdf3f3;
	border-radius: 4px;
	color: #e50670;
	display: block;
	font-size: 14px;
	line-height: 35px;
	list-style: none !important;
	margin: 0 0 20px !important;
	padding: 6px 12px 6px 20px;
}

.screen-reader-response {
	display: none;
}

.store-message:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.cart_totals h2 {
	margin-top: 25px;
	text-align: right;
}

.cart_totals .postwarning,
.cart_totals .postdef,
.cart_totals .postex {
	display: none !important;
}

.store-checkout .free_from {
	display: none !important;
}

.free_from {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.est_delivery {
	color: #808080;
	display: block;
	font-size: 11px;
	white-space: nowrap;
	/* required for checkout page */
}

.cart_totals .shipping .billing_phone {
	display: none;
}

#shipping_method {
	font-size: 0;
	list-style: none;
	margin: 0;
}

#shipping_method li,

.order-total .amount {
	font-size: 13px;
}

.cart_totals strong {
	font-weight: 400 !important;
}

#shipping_method label div.postwarning,
.cart_totals .shipping input {
	display: none;
}

#shipping_method label {
	margin: 0 0 5px;
	width: 100%;
}

#shipping_method li:last-child label {
	margin-bottom: 0;
}

.cart_totals .shipping .free {
	color: #25aafd;
	font-weight: bold;
	visibility: visible;
}

#shipping_method .amount {
	font-weight: normal;
}

#shipping_method .free_from .amount {
	font-weight: bold;
}

#shipping_method label div {
	/*display:inline-block; otherwise free from on cart looks stupid */
	margin: 0;
	vertical-align: middle;
}

#shipping_method input[type=radio]:checked+label .postwarning {
	display: block;
}

.postwarning {
	font-size: 12px;
	padding-top: 5px;
}

.store .addresses div,
.store table.shop_table {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .1);
	margin: 0 -1px 20px 0;
	overflow: hidden;
	text-align: left;
	width: 100%;
}

table.shop_table.order_details .product-image {
	box-sizing: border-box;
	padding-right: 0;
	width: 60px;
}

.order_details .product-image img {
	border-radius: 4px;
	height: auto;
	width: 50px;
}

#update_password input {
	display: inline-block;
	margin-bottom: 6px;
}

#update_password input[type="submit"] {
	padding: 10px 12px 9px;
}

#update_password label {
	margin-bottom: 5px;
	width: 100%;
}

.order_details li strong div {
	/* .order_details tr td div - leads to bundled not showing in order details page */
	display: none;
}

.bacs_details .account_name,
.iban,
.bic,
.verwendungszweck {
	color: #444 !important;
}

.store table.shop_table th {
	background: #fafafa;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 15px 19px;
	white-space: nowrap;
	/* cart page totals */
}

.store-checkout .store table.shop_table td {
	padding: 6px 10px 4px;
}

.store table.shop_table td {
	padding: 9px 20px 6px;
	vertical-align: middle;
}

/* bc of est. delivery we hide the border top on the Shipping row so it looks like 1 row*/
.order_details tfoot tr:nth-child(2) {
	border-top: none;
}

.order_details tfoot tr,
/* for view order page in my account */
.cart_totals tr.shipping,
.shop_table_responsive .cart_item+tr:last-child,
tr.cart_item:first-child {
	border-top: 1px solid #ddd;
}

.store-checkout-review-order-table tbody {
	border-bottom: 1px solid #ddd;
	/* for hide/show details button on checkout better than on tfoot */
}

.store table.shop_table .shipping td,
.store table.shop_table .order-total td {
	padding: 6px 15px;
}

.store table.shop_table td small {
	font-weight: normal;
}

.store table.shop_table tfoot th {
	border-top: 1px solid rgba(0, 0, 0, .1);
	font-weight: bold;
	text-align: right;
}

table.shop_table.order_details .product-total {
	width: 120px !important;
}

.store table.shop_table td.product-total {
	min-width: 150px;
	padding-right: 0;
}

.order-info {
	line-height: 2;
}

.order-image {
	text-align: center;
}

.order-image img {
	border-radius: 4px;
	display: inline-block;
	height: 50px;
	margin-right: 4px;
	width: 50px;
}

.order-actions a {
	text-align: center;
	width: 85px;
	word-wrap: break-word;
}

.order-actions {
	text-align: center;
	width: 120px;
}

.order-actions .review,
.order-actions .track {
	background-color: #E50670;
	background-image: none !important;
	color: #fff;
	font-weight: bold !important;
}

.order-actions .review:hover,
.order-actions .track:hover {
	background-color: #B30558;
}

.order-number,
.order-date,
.order-total {
	width: 15%;
}

.shop_table_responsive.my_account_orders tr.order:nth-child(n+5),
.my_account_points_rewards {
	display: none;
}

.store table.my_account_orders td,
.store table.my_account_orders th {
	padding: 4px 8px;
	vertical-align: middle;
}

.store table.my_account_orders .order-actions .button {
	margin: .125em 0 .125em .25em;
}

.store td.product-name dl.variation {
	font-size: 80%;
	margin: 0;
}

.store td.product-name dl.variation dt {
	clear: left;
	float: left;
	font-weight: bold;
	margin: 0 3px 0 0;
	padding: 0;
}

.store td.product-name dl.variation dd {
	margin: 2px 0 0;
}

.store #content table.cart .product-thumbnail,
.store table.cart .product-thumbnail {
	box-sizing: border-box;
	min-width: 0;
	padding-right: 0;
	width: 90px;
}

.store #content table.cart .product-quantity,
.store table.cart .product-quantity {
	text-align: center;
	width: 100px;
}

.store #content table.cart .product-subtotal,
.store table.cart .product-subtotal {
	text-align: right;
	width: 90px;
}

.store #content table.cart img,
.store table.cart img {
	border-radius: 4px;
	height: auto;
	width: 90px;
}

.store #content table.cart td,
.store #content table.cart th,
.store table.cart td,
.store table.cart th {
	vertical-align: middle;
}

.store #content table.cart a.remove,
.store table.cart a.remove {
	border-radius: 100%;
	color: #c0081a;
	display: block;
	font-size: 2em;
	font-weight: bold;
	height: 1em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	width: 1em;
}

.store #content table.cart a.remove:hover,
.store table.cart a.remove:hover {
	background-color: #c0081a;
	color: #fff;
}

.removelink {
	bottom: -7px;
	color: #777 !important;
	font-size: 70%;
	position: relative;
}

.cart_item .quantity.buttons_added {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.cart_item td.product-quantity {
	line-height: 0;
}

.cartdropdown {
	display: none;
}

td.product-var {
	text-align: center;
}

.cart-var-val {
	cursor: pointer;
	text-align: center;
	width: 70px;
}

.cartdropdown > li:hover {
	background: #fff none repeat scroll 0 0;
	border: 1px solid;
}

.cartdropdown > li {
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(180, 180, 180, .2);
	margin: 10px 0;
	padding: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 85px;
}

.var_attribute {
	text-align: center;
}

.store #content table.cart td.actions,
.store table.cart td.actions {
	overflow: hidden;
	padding: 10px !important;
	text-align: right;
}

.store #content table.cart td.actions .coupon,
.store table.cart td.actions .coupon {
	float: left;
}

.store #content table.cart td.actions .coupon label,
.store table.cart td.actions .coupon label {
	display: none;
}

.store #content table.cart td.actions .coupon .input-text,
.store table.cart td.actions .coupon .input-text {
	background: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(180, 180, 180, .2);
	color: #999;
	font-size: 13px;
	margin: 0 4px 0 0;
	outline: 0;
	padding: 12px 8px 10px;
	width: 95px;
}

.store #content table.cart td.actions .button.alt,
.store table.cart td.actions .button.alt {
	float: right;
	margin-left: 4px;
}

.store #content table.cart input,
.store table.cart input {
	float: left;
	line-height: 1em;
	margin: 0;
	vertical-align: middle;
}

.cart-collaterals {
	display: inline-block;
	margin-top: 0;
	width: 100%;
}

.cart-collaterals:after {
	clear: both;
	content: "";
	display: block;
}

.cart-subtotal {
	display: none !important;
}

.cart_totals {
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .1);
	float: right;
	margin-bottom: 8px;
	overflow: hidden;
	width: 458px;
}

tr.shipping td {
	padding: 9px 10px 5px 5px;
	vertical-align: middle;
	width: 83%;
}

.cart_totals h2 {
	margin: 10px 20px;
}

.cart_totals table {
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	margin-bottom: -1px !important;
	width: 100%;
}

.cart_totals th {
	background: #fafafa;
	border-right: 1px solid #ddd;
	padding: 15px 10px;
	text-align: left;
	vertical-align: middle;
}

.cart_totals td {
	color: #444;
	padding: 15px 10px;
	text-align: right;
}

.cart_totals .total .amount {
	color: #444;
	font-size: 16px;
}

.shipping_calculator .shipping-calculator-form {
	border-top: 1px solid #ddd;
	padding: 20px;
}

#customer_details .col-1,
#customer_details .col-2 {
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	margin: 0 0 20px;
	overflow: hidden;
	padding: 20px 20px 5px;
}

#customer_details .col-1 h3,
#customer_details .col-2 h3 {
	background: #fafafa;
	border-bottom: 1px solid #ddd;
	margin: -20px -20px 15px;
	padding: 10px 20px;
}

div.cart-collaterals h3 {
	margin: 0;
	padding: 10px;
}

.show_order_details {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 0;
}

#order_review th {
	padding: 10px 20px;
	vertical-align: middle;
}

#order_review th.product-total {
	border-right: none;
}

.checkout .shop_table tr:first-child th {
	border-bottom: 1px solid #ddd;
}

#existingorcoupon .col-1 {
	border: 1px solid #ddd;
	border-radius: 3px;
	border-top: none;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	margin: -7px 0 20px;
	overflow: hidden;
	padding: 23px 20px 0;
}

.rememberme {
	margin: -7px 0 7px;
	width: 200px;
}

/* required for rememberme and overall usability, bc checkboxes should be on the same line as label/text */
input[type="checkbox"] {
	width: initial !important;
}

.store form.checkout .termsforcheckout,
.store form.checkout input,
.store form.checkout select,
.store form.checkout textarea {
	background: #fafafa;
	box-sizing: border-box;
	margin: 1px 3px 0 0;
	padding: 10px;
	width: 100%;
}

.store form.checkout textarea,
#customer_details .col-1 p,
#customer_details .col-2 p {
	margin-bottom: 15px;
}

#customer_details .col-2 h3#ship-to-different-address {
	margin-bottom: 0;
}

#customer_details .col-2 {
	padding-bottom: 0;
}

#ship-to-different-address + .shipping_address {
	margin-top: 15px;
}

.termsforcheckout {
	border: 1px solid #ddd;
	display: none;
	height: 145px !important;
	margin-bottom: 12px !important;
	overflow: auto;
	width: 99%!important;
}

.checkout-terms-wait {
	color: #25aafd;
	display: none;
	margin-top: -48px;
	position: relative;
	text-align: center;
	top: -72px;
}

.single-product .select2-container .select2-selection--single,
.single-product .select2-results__options {
	background: #fff;
}

.cart .select2-container .select2-selection--single {
	padding: 10px 22px 9px 10px;
}

.select2-container .select2-selection--single {
	background: #fafafa;
	background-clip: padding-box;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	box-sizing: border-box;
	color: #444;
	display: block;
	font-size: 14px;
	overflow: hidden;
	padding: 9px 22px 7px 10px;
	position: relative;
	text-decoration: none;
	-webkit-touch-callout: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
}

.select2-dropdown {
	background: #fafafa;
	border: 1px solid #d4d4d4;
	border-radius: 0 0 3px 3px;
	border-top: 0;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	margin-top: -2px;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 9999;
}

.select2-results__options {
	background: #fafafa;
	margin: 0;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 4px;
	position: relative;
	-webkit-tap-highlight-color: transparent;
}

.select2-results__options li {
	background-image: none;
	display: list-item;
	list-style: none;
	margin: 3px 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #f1f1f1;
	border-radius: 3px;
}

.select2-results__options .select2-results__option {
	cursor: pointer;
	margin: 0;
	min-height: 1em;
	padding: 5px 7px;
	-webkit-touch-callout: none;
	user-select: none;
}

.select2-search {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	position: relative;
	white-space: nowrap;
	width: 100%;
	z-index: 10000;
}

.select2-search:after {
	color: #aaa;
	content: "\e81a";
	position: absolute;
	right: 10px;
	top: 3px;
}

.select2-search input {
	background: #fff;
	border: 1px solid #d4d4d4;
	box-shadow: none;
	box-sizing: border-box;
	font-family: sans-serif;
	font-size: 1em;
	height: auto !important;
	margin: 0;
	outline: 0;
	padding: 4px 20px 4px 5px !important;
	width: 100%;
}

.select2-container .select2-selection--single .select2-selection__arrow {
	background-clip: padding-box;
	border-radius: 0 3px 3px 0;
	display: inline-block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.select2-container .select2-selection--single .select2-selection__arrow b:after {
	border: 4px solid transparent;
	border-top-color: #666;
	content: "";
	display: block;
	left: 50%;
	margin-left: -7px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
}

.select2-offscreen,
.select2-offscreen:focus, #s2id_autogen1,
.select2-hidden-accessible,
.select2-display-none,
.select2-search--dropdown.select2-search--hide {
	display: none !important;
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-results {
	display: block;
}

.store form.checkout label.checkbox {
	display: block;
	width: auto;
}

.store form.checkout input[type=checkbox] {
	display: inline;
	margin-left: 10px;
	margin-top: 1px;
	width: auto;
}

#ship-to-different-address + .shipping_address {
	display: none;
}

#ship-to-different-address-checkbox {
	margin-top: 5px;
}

.store form.checkout .terms input[type=checkbox],
.store form.checkout .newsletter-checkout input[type=checkbox] {
	margin-left: 0;
}

.store form.checkout .form-row-wide {
	width: 100%;
}

.store form.checkout.processing {
	position: static !important;
}

#billing_email_field {
	width: 100%;
}

#account_birthday {
	height: 38px;
	padding-top: 11px;
}

#billing_first_name_field,
#billing_last_name_field {
	display: inline-block;
	margin-right: 0 !important;
	vertical-align: top;
	width: 49.5%;
}

#account_birthday_field,
#billing_city_field,
#billing_company_field,
#billing_country_field,
#billing_postcode_field,
#billing_language_field,
#shipping_city_field,
#shipping_company_field,
#shipping_country_field,
#shipping_first_name_field,
#shipping_last_name_field,
#shipping_postcode_field,
#shipping_language_field {
	display: inline-block;
	vertical-align: top;
	width: 33%;
}

.order_details-shipping #billing-phone {
	margin-left: auto;
	margin-right: auto;
	max-width: 33%;
	min-width: 300px;
}

#billing_address_2_field,
#shipping_address_2_field,
#billing_state_field,
#shipping_state_field {
	display: none;
	vertical-align: top;
	width: 33%;
} /* to hide initially on load and only show when necessary to avoid strange look */

.postcode_state {
	margin-right: 0.5%!important;
	width: 16.25%!important;
}

#shipping_postcode_field+#shipping_state_field,
#billing_postcode_field+#billing_state_field,
#billing_state_field+#billing_postcode_field {
	margin-left: 0;
}

#billing_address_2_field + #billing_city_field,
#shipping_address_2_field + #shipping_city_field,
#billing_address_1_field+#billing_city_field,
#shipping_address_1_field+#shipping_city_field,
.shipping_address > #shipping_last_name_field:first-child,
h3+#billing_last_name_field,
#billing_email_field+#billing_last_name_field {
	margin-left: 0;
	margin-right: 0;
}

#billing_last_name_field~#billing_first_name_field,
#billing_last_name_field {
	margin-left: 1%;
}

#shipping_city_field+#shipping_postcode_field,
#billing_city_field+#billing_postcode_field,
.address2_postcode+#billing_postcode_field,
.address2_postcode+#shipping_postcode_field,
#shipping_last_name_field~#shipping_first_name_field,
#shipping_last_name_field,
#billing_city_field,
#shipping_city_field,
#billing_state_field,
#shipping_state_field {
	margin-left: 0.5%;
	margin-right: 0.5%;
}

.store-edit-address #billing_last_name_field,
.store-edit-address #shipping_city_field+#shipping_postcode_field,
.store-edit-address #billing_city_field+#billing_postcode_field,
.store-edit-address #billing_last_name_field~#billing_first_name_field,
.store-edit-address #shipping_last_name_field~#shipping_first_name_field,
.store-edit-address .address2_postcode+#billing_postcode_field,
.store-edit-address .address2_postcode+#shipping_postcode_field,
.store-edit-address #shipping_last_name_field~#shipping_first_name_field,
.store-edit-address #shipping_last_name_field,
.store-edit-address #billing_city_field,
.store-edit-address #shipping_city_field,
.store-edit-address #billing_state_field,
.store-edit-address #shipping_state_field {
	margin-left: 0.3%;
	margin-right: 0.3%;
	/* for some reasons it has some bug on the my account page leading to a line break if we have 0.5% */
}

#billing_phone_field {
	margin: 10px 0 0 16px;
	width: 95%;
}

#billing_phone_field input {
	margin-top: 0;
	max-width: 250px;
	width: 100%;
}

.create-account {
	display: block;
	margin-bottom: 15px;
}

#shiptobilling {
	float: right;
	margin-top: 4px;
	width: 186px;
}

.checkout .shop_table th {
	border-right: 1px solid #ddd;
}

.checkout .shop_table th .product-total {
	border-right: none;
}

.checkout #termsforcheckout {
	font-size: 12px;
}

.checkout .shop_table .total {
	color: #25aafd;
	font-size: 16px;
	font-weight: bold;
}

.checkout_overlay {
	color: #25AAFD;
	font-family: Nunito, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

.verwendungszweck {
	margin-bottom: 20px;
}

#payment {
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	overflow: hidden;
	padding: 0;
}

#payment ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#payment ul li {
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 10px 5px 19px 10px;
}

#payment ul li .payment_box {
	clear: both;
	display: block;
	padding: 15px 0 0 16px;
	width: 95%;
}

#payment ul li .payment_box p {
	font-size: 14px;
	margin: 0;
}

#payment ul li:after {
	clear: both;
	content: "";
	display: block;
}

#payment input {
	cursor: pointer;
	float: left;
	width: auto;
}

#payment_method_bacs {
	margin-top: 3px !important;
}

#payment ul li.payment_method_bacs {
	padding: 10px 5px 9px 10px;
}

#payment ul li .payment_box.payment_method_bacs {
	padding: 10px 0 9px 17px;
}

#payment .payment_methods input,
#payment .my_account_payment input {
	margin-left: 0;
	margin-top: 7px;
}

.bacs_instruction_headline {
	color: #25aafd !important;
}

.payment_methods > li > div {
	/* required for clicking on visa mastercard icons works instead of only triggering the label */
	margin-bottom: -12px;
	position: relative;
	z-index: 999;
}

.payment_title {
	display: inline-block !important;
	margin-right: 5px;
}

.store table.shop_table td.payment_method {
	padding-right: 0;
}

.payment_method div {
	display: none;
}

#payment label {
	display: inline-block;
	float: left;
	margin: 0;
	position: relative;
	vertical-align: baseline;
	width: auto;
	z-index: 10;
	/* below required for clicking on visa mastercard icons works instead of only triggering the label */
}

.terms .checkbox {
	float: none;
}

#payment p.terms {
	margin: 15px 0 0 15px;
}

#payment label img {
	display: inline-block;
	padding-left: 3px;
	vertical-align: middle;
}

#payment input.button {
	background-color: #E50670;
	background-image: none;
	border: none;
	border-radius: 30px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 13px;
	margin: 10px 20px 10px 25px;
	padding: 20px 25px;
}

#payment input.button:hover {
	background-color: #B30558;
	color: #fff;
}

.place-order div {
	display: inline-block;
	line-height: normal;
	max-width: 600px;
	text-align: left;
	vertical-align: middle;
}

.shipping img {
	display: inline-block;
	padding-left: 3px;
	vertical-align: middle;
}

.store-info {
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	clear: both;
	font-size: 14px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px 20px;
}

.store-info form {
	margin: 15px 0 0;
}

.store .store-info .form-row input {
	background: #fff;
}

.store_box form {
	display: inline-block;
	margin-bottom: 0;
}

.store_points input[type="submit"] {
	background-color: inherit;
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #25aafd;
	font-weight: normal;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}

.summary .wc_points_rewards_earn_points {
	margin-top: 15px;
	white-space: nowrap;
}

.related.products .get_points {
	display: none;
}

.get_points {
	font-size: 11px;
}

.store .addresses {
	margin-top: 0;
}

.store .addresses .col-1 {
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	padding: 20px 14px;
	width: 49.5%;
}

.store .addresses .col-2 {
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	box-sizing: border-box;
	float: right;
	overflow: hidden;
	padding: 20px 14px;
	width: 49.5%;
}

.store .addresses address {
	font-style: normal;
	margin: 0;
	padding: 0;
}

.store .addresses p {
	margin: 0;
	padding: 0;
}

.store .addresses header {
	border: none;
	margin: 0;
	padding: 0;
}

.store .addresses h3 {
	background: #fafafa;
	border-bottom: 1px solid #ddd;
	margin: -20px -20px 20px;
	padding: 10px 20px;
}

.store-billing-fields,
.store-shipping-fields {
	font-size: 0;
}

.store .form-row input,
.store .form-row select,
.store .form-row textarea {
	background: #fafafa;
	box-sizing: border-box;
	clear: left;
	padding: 10px;
	width: 100%;
}

.store .form-row.star-rating-selector label {
	display: inline-block;
}

.store .form-row label {
	display: block;
	margin: 0 0 5px;
	padding: 0;
	width: auto;
}

.store .form-row button,
.store .form-row input[type=submit] {
	background-color: #F9F9F9;
	background-image: linear-gradient(to top, #F7F7F7 0, #FFF 100%);
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	color: #25aafd;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	margin: 0 5px 5px 0;
	padding: 12px 20px;
	width: auto;
	/* this button is submit button of reviews */
}

nav.woocommerce-MyAccount-navigation ul {
	border-bottom: 2px solid #f1f1f1;
	display: flex;
	justify-content: space-around;
	list-style: none;
	margin: 0;
	margin-bottom: 30px;
	white-space: nowrap;
}

nav.woocommerce-MyAccount-navigation li {
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: -2px;
	padding: 0 8px 4px;
	position: relative;
}

nav.woocommerce-MyAccount-navigation li a {
	color: #444;
}

nav.woocommerce-MyAccount-navigation li.is-active,
nav.woocommerce-MyAccount-navigation li:hover {
	border-bottom: 2px solid #444;
	font-weight: bold;
	padding: 0 7px 4px;
	/* to mitigate the width becoming greater when font is bold */
}

.my_account_orders td,
.my_account_orders th {
	padding: 15px 10px !important;
}

.bundled_table_item .review_button {
	background-color: #ccc;
}

.product-name a.review_button {
	color: #fff;
}

.review_button {
	-webkit-appearance: none;
	background-color: #E50670;
	border: 2px solid #E50670;
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	color: #fff;
	float: right;
	margin-top: -6px;
	padding: 3px 12px;
}

.store .widget_price_filter .price_slider_amount .button {
	float: left;
	font-size: 1.15em;
}

.store .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #1e1e1e;
	border-radius: 1em;
}

.store .widget_price_filter .button {
	background-color: #F9F9F9;
	background-image: linear-gradient(to top, #F7F7F7 0, #FFF 100%);
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .2);
	color: #444;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	margin: 0;
	padding: 6px 20px;
}

.store .commentlist li.comment {
	margin-bottom: 20px;
	width: 97%;
}

.store .commentlist li.comment:after {
	clear: both;
	content: "";
	display: block;
}

.display_variations_radio_style label {
	background-color: #fff;
	background-repeat: no-repeat;
	float: left;
	height: 25px !important;
	margin-bottom: 7px;
	margin-left: 7px;
	margin-top: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 25px !important;
}

.thumb_bg {
	height: 0;
	padding-bottom: 100%;
	width: 100%;
}

.display_variations_radio_style input[type=radio] {
	border: 1px solid #ddd;
	cursor: pointer;
	float: left;
	height: 25px;
	opacity: 0;
	outline: 4px solid #ddd;
	position: absolute;
	width: 25px;
	z-index: 999;
}

.display_variations_radio_style span {
	background-color: #fff;
	border: 1px solid #ddd;
	bottom: 35px;
	display: none;
	float: left;
	height: 145px;
	outline: 4px solid #ddd;
	position: absolute;
	width: 112px;
	z-index: 999;
}

.display_variations_radio_style .img-container {
	background: none repeat scroll 0 0 #fff;
}

.display_variations_radio_style span .catalog-img {
	border: medium none;
	clear: both;
	cursor: initial;
	height: 100px;
	left: 5px;
	outline: medium none;
	overflow: hidden;
	top: 5px;
	width: 100px;
}

.display_variations_radio_style span .title {
	bottom: 0;
	clear: both;
	float: left;
	left: 5px;
	margin: 0;
	overflow: hidden;
	position: absolute;
}

.display_variations_radio_style span h4 {
	clear: both;
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.display_variations_radio_style span b {
	clear: both;
	color: #8a8a8a;
	float: left;
	font-size: 11px;
	font-weight: normal;
	overflow: hidden;
	position: relative;
}

.display_variations_shop_page_form .single_variation {
	min-height: auto !important;
}

.display_variations_shop_page_form .single_variation_wrap {
	padding: 0 !important;
}

.display_variations_shop_page_form {
	display: inline-block;
	margin: 0;
	/* for star rating */
}

#display_variations_shop_page {
	background: none !important;
	border: none;
	bottom: 29px;
	box-shadow: none !important;
	clear: both;
	margin: 0 !important;
	overflow: hidden;
	position: absolute;
	width: auto !important;
}

#display_variations_shop_page tr {
	border: none !important;
}

#display_variations_shop_page td {
	padding: 0;
	vertical-align: middle;
}

.display_variations_shop_style label {
	float: left;
	height: 27px !important;
	margin-right: 4px;
	margin-top: 0;
	position: relative;
	width: 27px !important;
}

.display_variations_shop_style input[type=radio] {
	height: 13px;
	opacity: 0;
	position: absolute;
	width: 27px;
}

.display_variations_shop_style img {
	border: 1px solid #aaa !important;
	cursor: pointer;
	height: 25px !important;
	margin: 0 !important;
	opacity: 1;
	position: absolute;
	width: 25px !important;
}

.showonphone,
.showonphoneportrait,
.showonresponsive {
	display: none;
}

.showonphoneimp,
.showonphoneportraitimp,
.showonresponsiveimp {
	display: none !important;
}

/***************/
#breadcrumbs {
	list-style: none;
	margin: 10px 0;
	overflow: hidden;
}

#breadcrumbs li {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

#breadcrumbs .separator {
	font-size: 18px;
}

.newsletter-checkout {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 15px;
	/* especially necessary for mobile */
}

.newsletter-checkout label {
	width: auto;
}

.wc-credit-card-form-card-number {
	float: left !important;
	margin-bottom: 15px !important;
	width: 100% !important;
}

.wc-credit-card-form-card-number.identified,
.identified iframe,
.store #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field.identified {
	margin-right: 5px !important;
	width: 210px !important;
}

.wc-braintree-hosted-field-card-expiry-parent,
#stripe-cc-form .form-row-first {
	display: inline-block;
	width: 74%;
}

.wc-braintree-hosted-field-card-csc-parent,
#stripe-cc-form .form-row-last {
	display: inline-block;
	float: right;
	width: 25%;
}

#stripe-cc-form input {
	margin-top: 2px !important;
	width: 100%;
}

#wc-braintree-credit-card-credit-card-form,
#stripe-cc-form {
	background-color: #ececec;
	border: 1px solid #ddd;
	border-radius: 7px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	box-sizing: border-box;
	margin: 8px 0 7px 0;
	padding: 10px 10px 0 10px;
	width: 285px;
}

.payment_method_braintree_credit_card label abbr.required {
	display: none;
}

.identified ~ span {
	margin-top: 21px;
}

.secure_payment {
	clear: both;
	display: block;
	float: left;
	font-size: 10px !important;
	margin-top: 5px !important;
}

.has-error .form-control {
	border-color: #a94442;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#payment div label {
	font-size: 11px;
}

#wc-braintree-credit-card-credit-card-form label {
	float: none;
}

.wc-braintree-hosted-field-card-number-parent {
	margin-bottom: 15px !important;
}

.store #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field {
	background: #fafafa;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(180, 180, 180, .2);
	box-sizing: border-box;
	color: #444;
	height: 36px;
	margin: 1px 3px 0 0;
	padding: 0;
	width: 100%;
}

.store #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field:focus {
	border: 1px solid #bbb;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	color: #333;
}

.store #payment div.payment_method_braintree_credit_card iframe {
	margin: 0 0 0 6px;
}

.payment_method_braintree_paypal p {
	display: inline-block;
	font-weight: bold;
}

.paypal-payment-buttons {
	background: #fff;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	width: 570px;
	z-index: 9999999999999;
}

.store-order-pay .size_chart_overlay_background {
	display: none;
	height: 1200px;
	width: 100%;
}

#paypal-pro-hosted-iframe {
	position: relative;
	z-index: 9999999999999;
}

.store-view-order .warranty-button {
	float: right;
}

.warranty-data ~ form label {
	width: 100%;
}

.warranty-data + h4 {
	margin-top: 10px;
}

div.wfb-field-div {
	margin: 10px 0;
	overflow: auto;
	width: 100%;
}

div.wfb-field-div label {
	float: left;
	width: 35%;
}

div.wfb-field-div span.required {
	color: #ff0000;
}

div.wfb-field-div input,
div.wfb-field-div select,
div.wfb-field-div textarea {
	float: left;
	width: 50%;
}

#wcContent .order-info {
	margin-bottom: 0;
}

.warranty_request_type_ex_button {
	margin-left: 10px !important;
}

.rma-steps {
	border: 3px solid #25aafd;
	border-radius: 35px;
	box-sizing: border-box;
	color: #25aafd;
	display: block;
	font-size: 35px;
	height: 70px;
	margin: 0 auto 15px auto;
	padding-top: 10px;
	text-align: center;
	width: 70px;
}

.rma_short_description {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.rma_or ~ .form-row input {
	float: left;
}

.one_fifth.rma_or {
	font-size: 24px;
	font-weight: bold;
	line-height: 77px;
	text-align: center;
	text-transform: uppercase;
	width: 16.8%;
}

ul.follow-up-lists li {
	margin: 10px 20px;
}

ul.follow-up-lists {
	margin: 20px 0;
}

.fue-unsubscribe-form label {
	width: auto;
}

/* parcelone tracking table */
.tracking-table {
	margin-top: 25px;
	width: 100%;
}

.tracking-table tr {
	border-top: 2px solid #ececec;
}

.tracking-table th {
	font-weight: bold;
}

.tracking-table td:first-child {
	white-space: nowrap;
}

.tracking-table td:last-child {
	min-width: 110px;
}

.tracking-table td,
.tracking-table th {
	padding: 5px 10px 5px 5px;
}

.display-block {
	display: block;
}

.display-none {
	display: none;
}

.woocommerce-product-gallery__trigger {
	display: none !important;
}

@media (min-resolution: 1.5dppx) {
	.store table.cart td.actions .coupon .input-text {
		padding: 10px 8px 11px;
	}

	#header-searchsubmit,
	#mobile-searchsubmit {
		height: 35px;
	}

	#header-searchform-mobile .search-icon:before {
		padding-top: 5px;
	}

	.title {
		background-image: none;
		background-size: 5px 5px;
	}
}

.rating-width-0 {
	width: 0;
}

.rating-width-0-5 {
	width: 8%;
}

.rating-width-1 {
	width: 15%;
}

.rating-width-1-5 {
	width: 28%;
}

.rating-width-2 {
	width: 38%;
}

.rating-width-2-5 {
	width: 48%;
}

.rating-width-3 {
	width: 58%;
}

.rating-width-3-5 {
	width: 67%;
}

.rating-width-4 {
	width: 75%;
}

.rating-width-4-5 {
	width: 85%;
}

.rating-width-5 {
	width: 100%;
}

/* hide it on cart */
.woocommerce-shipping-destination {
	display: none;
}

#map-autocomplete-canvas {
	height: 200px;
	margin: 20px 0;
	overflow: hidden;
	position: relative;
}

.autocomplete-dropdown {
	background: #FAFAFA;
	border: 1px solid #D4D4D4;
	border-top: 0;
	box-sizing: border-box;
	font-size: 12px;
	margin: -1px 0 0 0;
	padding: 0 10px;
}

.pac-item {
	border-top: 1px solid #D4D4D4;
	cursor: pointer;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pac-selected,
.pac-item:hover {
	color: #25AAFD !important;
}

.checkout-social {
	font-size: 14px;
}

.margin-top-35 {
	margin-top: 35px;
}
