* {
	font: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
}

html.no-scroll,
body.no-scroll {
	overflow: hidden !important;
}

hr {
	margin-top: 3rem;
	margin-bottom: 3.5rem;
	border-width: 0;
	border-top: 1px solid #E1E1E1;
}

a {
	transition: all 0.3s;
	outline: 0;
	text-decoration: none;
}

strong {
	font-weight: 600;
}

i,
em {
	font-style: italic;
}

sup {
	vertical-align: top;
	font-size: 70%;
}

.fa {
	font-size: inherit;
	line-height: inherit;
}

.contentWrapper a {
	color: #7e3486;
	font-weight: 600;
}

.contentWrapper a:hover {
	color: #7e3486;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 2rem;
	font-weight: 600;
	color: #7e3486;
}

h1 {
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h2 {
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 20px;
}

h3 {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 20px;
}

h4 {
	font-size: 16px;
	line-height: 1.35;
	margin-bottom: 20px;
}

h5 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

h6 {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 20px;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea,
.select,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 0.3s;
	box-sizing: border-box;
	outline: 0;
	border: 1px solid #aeaeae;
	height: 40px;
	border: 1px solid #aeaeae;
	border-radius: 0;
	padding: 0 15px;
}

input[type="text"] ::-webkit-input-placeholder,
input[type="date"] ::-webkit-input-placeholder,
input[type="email"] ::-webkit-input-placeholder,
input[type="number"] ::-webkit-input-placeholder,
input[type="tel"] ::-webkit-input-placeholder,
input[type="password"] ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder,
.select ::-webkit-input-placeholder,
select ::-webkit-input-placeholder {
	color: #aaa;
}

input[type="text"] :-moz-placeholder,
input[type="date"] :-moz-placeholder,
input[type="email"] :-moz-placeholder,
input[type="number"] :-moz-placeholder,
input[type="tel"] :-moz-placeholder,
input[type="password"] :-moz-placeholder,
textarea :-moz-placeholder,
.select :-moz-placeholder,
select :-moz-placeholder {
	color: #aaa;
}

input[type="text"] ::-moz-placeholder,
input[type="date"] ::-moz-placeholder,
input[type="email"] ::-moz-placeholder,
input[type="number"] ::-moz-placeholder,
input[type="tel"] ::-moz-placeholder,
input[type="password"] ::-moz-placeholder,
textarea ::-moz-placeholder,
.select ::-moz-placeholder,
select ::-moz-placeholder {
	color: #aaa;
}

input[type="text"] :-ms-input-placeholder,
input[type="date"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder,
input[type="number"] :-ms-input-placeholder,
input[type="tel"] :-ms-input-placeholder,
input[type="password"] :-ms-input-placeholder,
textarea :-ms-input-placeholder,
.select :-ms-input-placeholder,
select :-ms-input-placeholder {
	color: #aaa;
}

input[type="text"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.select::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #aaa;
}

input[type="text"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
.select:-moz-placeholder,
select:-moz-placeholder {
	color: #aaa;
}

input[type="text"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
.select::-moz-placeholder,
select::-moz-placeholder {
	color: #aaa;
}

input[type="text"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.select:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #aaa;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="text"]:active,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="date"]:active,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="email"]:active,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="number"]:active,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="password"]:active,
textarea:hover,
textarea:focus,
textarea:active,
.select:hover,
.select:focus,
.select:active,
select:hover,
select:focus,
select:active {
	border-color: #7e3486;
}

.select {
	box-sizing: border-box;
	border-radius: 0;
	position: relative;
	width: 130px;
	border: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background: #fff;
}

.select:after {
	display: block;
	position: absolute;
	top: 0;
	right: 13px;
	font-family: FontAwesome;
	font-size: 12px;
	content: '\f0d7';
	color: #7e3486;
	height: 100%;
	line-height: inherit;
}

.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	display: block;
	border-radius: 0;
	border: 0;
	width: 108%;
	outline: 0;
	position: relative;
	height: 100%;
	z-index: 1;
	cursor: pointer;
	font-weight: 300;
}

.select select::-ms-expand {
	display: none;
}

.select select:active,
.select select:focus {
	color: #6f6f6f;
}

.select {
	padding: 0;
	line-height: 40px;
}

.select:after {
	right: 15px;
}

textarea {
	height: 120px;
	padding: 15px;
}

.button,
a.button,
input[type="submit"],
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 0.3s;
	box-sizing: border-box;
	display: inline-block;
	border: none;
	outline: 0;
	cursor: pointer;
	text-align: center;
	background: #7e3486;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	color: #fff;
	padding: 0 20px;
}

.button:hover,
.button.active,
a.button:hover,
a.button.active,
input[type="submit"]:hover,
input[type="submit"].active,
button:not(.simple_add_to_favourites, .simple-remove-from-favourites):hover,
button.active {
	background: #7e3486;
	color: #fff;
}

.button.buyButton,
.button.buy-button,
a.button.buyButton,
a.button.buy-button,
input[type="submit"].buyButton,
input[type="submit"].buy-button,
button.buyButton,
button.buy-button {
	background: #7e3486;
}

.button.buyButton:hover,
.button.buy-button:hover,
a.button.buyButton:hover,
a.button.buy-button:hover,
input[type="submit"].buyButton:hover,
input[type="submit"].buy-button:hover,
button.buyButton:hover,
button.buy-button:hover {
	background: #7e3486;
}

a.button {
	line-height: 40px;
}

.cf {
	*zoom: 1;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.w100 {
	width: 100%;
}

.w48 {
	width: 48%;
}
.w48:only-child {
	width: 100%;
}
.w49 {
	width: 49%;
}

.clear,
.clearFloat {
	clear: both;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.mfp-close {
	background: none !important;
}

/* Navigation skeleton */

ul.dropDown {
	position: relative;
	z-index: 99;
}

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

ul.dropDown > li,
ul.dropDown ul > li {
	margin: 0;
}

ul.dropDown > li {
	display: inline-block;
}

ul.dropDown > li a {
	display: block;
}

ul.dropDown > li > ul {
	top: 100%;
	left: 0;
}

ul.dropDown > li > ul li {
	line-height: 1;
}

ul.dropDown > li > ul li a {
	cursor: pointer;
}

ul.dropDown li {
	transition: all 0.15s;
}

ul.dropDown li ul {
	transition: all 0.15s;
	position: absolute;
	visibility: hidden;
	opacity: 0;
}

ul.dropDown li:hover > ul {
	visibility: visible;
	opacity: 1;
}

ul.dropDown.bigDrop > li > ul {
	*zoom: 1;
	box-sizing: border-box;
	width: 100%;
}

ul.dropDown.bigDrop > li > ul:before,
ul.dropDown.bigDrop > li > ul:after {
	content: " ";
	display: table;
}

ul.dropDown.bigDrop > li > ul:after {
	clear: both;
}

ul.dropDown.bigDrop > li > ul ul {
	display: none !important;
}

ul.dropDown.smallDrop li {
	position: relative;
}

ul.dropDown.smallDrop > li > ul {
	min-width: 100%;
}

ul.dropDown.smallDrop > li > ul li {
	display: block;
	white-space: nowrap;
}

ul.dropDown.smallDrop > li > ul li ul {
	top: 0;
	left: 90%;
}

ul.dropDown.smallDrop > li > ul li:hover > ul {
	left: 100%;
}

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

ul.treeMenu > li {
	margin: 0;
}

ul.treeMenu li {
	display: block;
	float: none;
}

ul.treeMenu li a {
	display: inline-block;
	height: auto;
	line-height: 1;
}

ul.treeMenu li .fa {
	display: inline-block;
	margin-left: 5px;
	font-size: inherit;
	color: inherit;
	cursor: pointer;
	text-align: center;
}

ul.treeMenu li .fa:before {
	content: '\f0d7';
}

ul.treeMenu li a,
ul.treeMenu li .fa {
	padding: 10px 0;
}

ul.treeMenu li.active > .fa:before {
	content: '\f0d8';
}

ul.treeMenu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}

ul.treeMenu li ul > li {
	margin: 0;
}

ul.treeMenu li ul li {
	margin-left: 13px;
}

ul.treeMenu li.current-menu-item > ul,
ul.treeMenu li.current-menu-parent > ul {
	display: block;
}

ul.treeMenu.allOpened ul {
	display: block;
}

/* General styles */

.formLayout p,
.formLayout div {
	position: relative;
	margin-bottom: 15px;
}

.formLayout p span,
.formLayout div span {
	display: block;
}

.formLayout p .left,
.formLayout p .right,
.formLayout div .left,
.formLayout div .right {
	width: 48%;
}

.formLayout p.cf,
.formLayout p .select,
.formLayout div.cf,
.formLayout div .select {
	margin-bottom: 0;
}

.formLayout p.mandatory:after,
.formLayout div.mandatory:after {
	content: '*';
	position: absolute;
	bottom: -2px;
	right: 15px;
	line-height: 40px;
}

.formLayout p.oneOfThree,
.formLayout div.oneOfThree {
	float: left;
	margin-left: 5%;
	margin-bottom: 0;
	width: 30%;
}

.formLayout p.oneOfThree:nth-of-type(3n + 1),
.formLayout div.oneOfThree:nth-of-type(3n + 1) {
	margin-left: 0;
}

.formLayout p label,
.formLayout div label {
	display: block;
	margin-bottom: 3px;
	font-weight: 600;
}

.formLayout p input[type="text"],
.formLayout p input[type="email"],
.formLayout p input[type="password"],
.formLayout p input[type="date"],
.formLayout p input[type="tel"],
.formLayout p input[type="number"],
.formLayout p select,
.formLayout p textarea,
.formLayout div input[type="text"],
.formLayout div input[type="email"],
.formLayout div input[type="password"],
.formLayout div input[type="date"],
.formLayout div input[type="tel"],
.formLayout div input[type="number"],
.formLayout div select,
.formLayout div textarea {
	width: 100%;
}

.formLayout p .select,
.formLayout div .select {
	width: 100%;
}

.formLayout p .radios,
.formLayout div .radios {
	margin-top: 15px;
}

.formLayout p .radios label,
.formLayout div .radios label {
	display: inline-block;
	margin-right: 20px;
}

.formLayout p .radios label:last-child,
.formLayout div .radios label:last-child {
	margin-right: 0;
}

.formLayout p.radioWrapper,
.formLayout div.radioWrapper {
	margin-bottom: 15px;
}

.formLayout p.radioWrapper > label,
.formLayout div.radioWrapper > label {
	margin-bottom: 10px;
}

.formLayout p.radioWrapper .inputs label,
.formLayout div.radioWrapper .inputs label {
	display: inline-block;
	margin-right: 10px;
}

.formLayout p.radioWrapper .inputs input,
.formLayout div.radioWrapper .inputs input {
	width: auto;
}

.formLayout p.radioWrapper .onLeft,
.formLayout div.radioWrapper .onLeft {
	margin-right: 5px;
}

.formLayout p.radioWrapper .onRight,
.formLayout div.radioWrapper .onRight {
	margin-left: 5px;
}

.wpcf7-form-control-wrap input[type="file"] {
	display: none;
}

.tableWrapper {
	width: 100%;
	padding-bottom: 20px;
}

.tableWrapper table {
	width: 100%;
}

.tableWrapper table thead td {
	padding: 10px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #aeaeae;
}

.tableWrapper table tbody tr {
	transition: border-color 2s;
	border-bottom: 1px solid transparent;
}

.tableWrapper table tbody td {
	padding: 7px 0;
	border: 1px solid #aeaeae;
	padding-left: 45px;
}

.tableWrapper table tbody td:first-child {
	font-weight: 700;
	border-right: none;
	border-left: none;
	padding-left: 12px;
}

.tableWrapper table tbody td:last-child {
	border-right: none;
}

.tableWrapper table tr td {
	padding-right: 10px;
	vertical-align: middle;
}

.tableWrapper table tr td:first-child {
	padding-left: 10px;
}

.tableWrapper.styled {
	padding-bottom: 0;
}

.tableWrapper.styled table tr:first-child {
	background: #e2e2e2;
	font-weight: 700;
	color: #000;
}

.tableWrapper.styled table td:first-child {
	color: #000;
}

.tableWrapper.styled p {
	margin-bottom: 0;
}

body {
	line-height: 1.5;
	font-size: 13px;
	color: #6f6f6f;
	font-family: "Open Sans", sans-serif;
	-webkit-text-size-adjust: 100%;
}

body.home .mainWrap {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

body.home .topImage {
	min-height: 0;
}

h2.grey {
	background: #4d4d4d;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
	padding: 0 13px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wrap {
	*zoom: 1;
	margin: auto;
	max-width: 950px;
	padding-left: 20px;
	padding-right: 20px;
	/*padding-top: 20px;*/
	padding-top: 0px;
}

.wrap.most-sold-products {
	margin-top: 30px;
}

.wrap:before,
.wrap:after {
	content: " ";
	display: table;
}

.wrap:after {
	clear: both;
}

.contentWrapper {
	box-sizing: border-box;
	padding-bottom: 60px;
}

.contentWrapper p {
	margin-bottom: 25px;
}

.contentWrapper.noSidebar .mainLeftContent {
	width: 100%;
}

.mainLeftContent,
.leftSideFloat {
	float: left;
	width: calc(100% - 240px - 80px);
}

.mainRightContent,
.rightSideFloat {
	float: right;
	width: 240px;
}

.topImage {
	position: relative;
	min-height: 60px;
}

.topImage img {
	width: 100%;
	display: block;
}

.topImage .titleWrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.topImage h1 {
	display: inline-block;
	background: #fff;
	height: 50px;
	line-height: 60px;
	padding: 0 40px;
	margin: 0;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 800;
	color: #7e3486;
}

#breadcrumbs {
	margin-top: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#breadcrumbs a {
	color: #aeaeae;
}

#breadcrumbs a:hover {
	color: #7e3486;
}

#breadcrumbs a[href*='shop'],
#breadcrumbs a[href*='butik'] {
	display: none;
}

#breadcrumbs a[href*='shop'] + .fa,
#breadcrumbs a[href*='butik'] + .fa {
	display: none;
}

#breadcrumbs .fa {
	color: #7e3486;
	padding-left: 5px;
	padding-right: 5px;
}

.header {
	position: relative;
	height: 120px;
	z-index: 100;
}

.header .logo {
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 2;
}

.header .logo img {
	height: 60px;
	width: 208px;
}

.header .mainMenu {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1;
	z-index: 1;
}

.header .ajaxSearch {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 60px;
	background: rgba(126, 52, 134, .5);
}

.header .ajaxSearch .fields, .speed-order-container .fields {
	position: relative;
	max-width: 400px;
	margin: auto;
	margin-top: 12px;
}

.speed-order-container .fields {
		border: 1px solid #eaeaea;
}

.header .ajaxSearch .fields input, .speed-order-container .fields input {
	width: 100%;
	padding-right: 50px;
	border: none;
}

.header .ajaxSearch .fields input ::-webkit-input-placeholder, .speed-order-container .fields input ::-webkit-input-placeholder {
	text-transform: uppercase;
	color: #000;
	font-style: italic;
	font-weight: 600;
}

.header .ajaxSearch .fields input :-moz-placeholder, .speed-order-container .fields input :-moz-placeholder {
	text-transform: uppercase;
	color: #000;
	font-style: italic;
	font-weight: 600;
}

.header .ajaxSearch .fields input ::-moz-placeholder, .speed-order-container .fields input ::-moz-placeholder {
	text-transform: uppercase;
	color: #000;
	font-style: italic;
	font-weight: 600;
}

.header .ajaxSearch .fields input :-ms-input-placeholder, .speed-order-container .fields input :-ms-input-placeholder {
	text-transform: uppercase;
	color: #000;
	font-style: italic;
	font-weight: 600;
}

.header .ajaxSearch .fields input::-webkit-input-placeholder, .speed-order-container .fields input::-webkit-input-placeholder {
	text-transform: uppercase;
	color: #000;
	font-style: italic;
	font-weight: 600;
}

.header .ajaxSearch .fields input:-moz-placeholder, .speed-order-container .fields input:-moz-placeholder {
	text-transform: uppercase;
	color: #000;
	font-style: italic;
	font-weight: 600;
}

.header .ajaxSearch .fields input::-moz-placeholder, .speed-order-container .fields input::-moz-placeholder {
	text-transform: uppercase;
	color: #000;
	font-style: italic;
	font-weight: 600;
}

.header .ajaxSearch .fields input:-ms-input-placeholder, .speed-order-container .fields input:-ms-input-placeholder {
	text-transform: uppercase;
	color: #000;
	font-style: italic;
	font-weight: 600;
}

.header .ajaxSearch .fields button, .speed-order-container .fields button {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	padding: 0 15px;
	color: #6f6f6f;
	font-size: 20px;
}

.header ul.langPicker {
	position: absolute;
	top: 13px;
	right: 10px;
	z-index: 20;
}

.header ul.langPicker li {
	*zoom: 1;
	padding: 2px 0;
	width: 50px;
}

.header ul.langPicker li:before,
.header ul.langPicker li:after {
  content: " ";
  display: table;
}

.header ul.langPicker li:after {
  clear: both;
}

.header ul.langPicker li span img {
  float: left;
  margin-top: 4px;
}

.header ul.langPicker li span:after {
  content: '\f0d7';
  font-family: FontAwesome;
  margin-left: 5px;
  color: #a5a5a5;
  font-size: 20px;
  margin-left: 10px;
  margin-top: -3px;
  float: left;
}

.header ul.langPicker img {
  width: 25px;
}

.header ul.langPicker ul {
  transition: all 0.3s;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.header ul.langPicker:hover ul {
  opacity: 1;
  visibility: visible;
}

.productSearch {
    position: relative;
    width: 350px;
}

#searchResult, #productSearchResult {
  display: none;
  position: absolute;
  width: 100%;
  top: 90%;
  height: auto;
  background: #fff;
  padding: 20px 20px 30px 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 0;
  box-sizing: border-box;
  max-width: 400px;
}

#productSearchResult {
    top: 110%;
    border: 1px solid #eaeaea;
}

#searchResult .loaderIcon, #productSearchResult .loaderIcon,  {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 7px;
  color: #ccc;
  font-size: 22px;
}

#searchResult .searchResultContent, #productSearchResult .productSearchResultContent {
  max-height: 260px;
  overflow: auto;
}

.searchResultContent ul, .productSearchResultContent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.searchResultContent ul > li, .productSearchResultContent ul > li {
  margin: 0;
}

.searchResultContent ul li, .productSearchResultContent ul li {
  margin-bottom: 2px;
  text-transform: uppercase;
}

.searchResultContent ul li .fa, .productSearchResultContent ul li .fa {
  color: #bababa;
  margin-right: 5px;
}

.searchResultContent ul li .label, .productSearchResultContent ul li .label {
  color: #7e3486;
  font-weight: 600;
}

.searchResultContent ul li .name, .productSearchResultContent ul li .name {
  color: #323232;
}

.searchResultContent ul li strong, .productSearchResultContent ul li strong {
  font-weight: 700;
}

.footerImage {
  display: block;
}

.footerImage img {
  display: block;
  width: 100%;
  height: auto;
}

.footer {
  height: 140px;
  background: #7e3486;
  text-align: center;
  color: #fff;
  font-size: 13px;
}

.footer span.divider {
  padding: 5px;
}

.footer span.divider:before {
  content: '|';
}

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

.footer ul > li {
  margin: 0;
}

.footer ul li {
  display: inline-block;
  line-height: 2;
}

.footer ul li:after {
  content: '|';
  padding: 0 5px;
}

.footer ul li:last-child:after {
  display: none;
}

.footer .socials {
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer .socials strong {
  margin-right: 10px;
}

.footer .socialCircle svg {
  width: 34px;
  height: 34px;
}

.sidebar {
  background: #ececec;
  min-height: 400px;
  padding: 35px 20px 100px 25px;
  box-sizing: border-box;
}

.sidebar h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.sidebar .section {
  margin-bottom: 40px;
}

.sidebar .section.contactSection {
  margin-bottom: 30px;
}

.sidebar .sidebarContent {
  font-size: 13px;
  color: #6e6e6e;
}

.sidebar .sidebarContent p:last-of-type {
  margin-bottom: 0;
}

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

.sidebar ul.sidebarDocuments > li {
  margin: 0;
}

.sidebar ul.sidebarDocuments li {
  margin-bottom: 10px;
}

.sidebar ul.sidebarDocuments li a {
  color: #6e6e6e;
}

.sidebar ul.sidebarDocuments li a:hover {
  color: #7e3486;
}

.sidebar ul.sidebarDocuments li a:before {
  content: '\f111';
  font-family: FontAwesome;
  position: relative;
  top: -3px;
  margin-right: 5px;
  font-size: 4px;
}

.sidebar .socialCircle:hover path.path2 {
  fill: #7e3486;
}

.sidebar-contents{
  margin-bottom: 20px;
}
.sidebar-contents .sidebar{
    padding: 35px 20px 15px 25px;
    min-height: auto !important;
}
.socialCircle {
  display: inline-block;
  margin-right: 10px;
}

.socialCircle:last-child {
  margin-right: 0;
}

.socialCircle path {
  transition: all 0.3s;
}

.socialCircle path.path1 {
  fill: #7e3486;
}

.socialCircle:hover path.path1 {
	fill: #fff;
}

.socialCircle:hover path.path3 {
	fill: #7e3486;
}

ul.dropDown.smallDrop {
	color: #000;
}

ul.dropDown.smallDrop > li {
	font-size: 13px;
	font-weight: 600;
}

ul.dropDown.smallDrop > li:last-child {
	margin-right: 0;
}

ul.dropDown.smallDrop > li > a {
	padding: 20px 10px;
	text-transform: uppercase;
}

ul.dropDown.smallDrop > li > ul {
	padding: 7px 0;
	background: #fff;
	border: 1px solid #aeaeae;
	border-top: none;
	min-width: 160px;
	text-align: left;
	left: 0;
}

ul.dropDown.smallDrop > li > ul > li > a {
	padding: 8px 15px;
}

ul.dropDown.smallDrop li:hover > a,
ul.dropDown.smallDrop li.current-menu-parent > a,
ul.dropDown.smallDrop li.current-menu-item > a,
ul.treeMenu li:hover > a,
ul.treeMenu li.current-menu-parent > a,
ul.treeMenu li.current-menu-item > a {
	color: #7e3486;
}

.contacts {
	*zoom: 1;
}

.contacts:before,
.contacts:after {
	content: " ";
	display: table;
}

.contacts:after {
	clear: both;
}

.contacts .contact {
	float: left;
	margin-left: 2%;
	margin-bottom: 20px;
	width: 23.5%;
}

.contacts .contact:nth-of-type(4n + 1) {
	margin-left: 0;
}

.contact a,
.contact span {
	display: block;
	color: #6f6f6f;
}

.contact .image {
	position: relative;
	min-height: 135px;
}

.contact .image img {
	max-width: 100px;
}

.contact .image .hoverImage {
	transition: all 0.2s;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.contact .image:hover .hoverImage {
	opacity: 1;
}

.contact .info {
	min-height: 100px;
}

.contact .name {
	font-weight: 700;
	margin-top: 5px;
}

.contact .title {
	font-style: italic;
}

.contact .vcard {
	margin-top: 5px;
}

.contact .vcard .fa {
	font-size: 15px;
}

.slideshow {
	position: relative;
}

.slideshow .rslides_nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	font-size: 60px;
	color: #ccc;
	opacity: 0;
}

.slideshow .rslides_nav.prev {
	left: 20px;
}

.slideshow .rslides_nav.next {
	right: 20px;
}

.slideshow .rslides_tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: -5px;
}

.slideshow .rslides_tabs > li {
	margin: 0;
}

.slideshow .rslides_tabs li {
	transition: background 0.3s;
	display: inline-block;
	margin-right: 5px;
	font-size: 0;
	color: transparent;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	background: #fff;
}

.slideshow .rslides_tabs li.rslides_here {
	background: #7e3486;
}

.slideshow h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 65px;
	line-height: 65px;
	width: 100%;
	background: rgba(255, 255, 255, .5);
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 600;
	color: #7e3486;
	margin: 0;
}

.slideshow:hover .rslides_nav {
	opacity: 1;
}

.startBoxes {
	background: #e7e7e7;
	padding: 50px 20px 10px 20px;
}

.startBox,
.downloadSectionStartStyle .files .file {
	float: left;
	margin-left: 1.5%;
	margin-bottom: 20px;
	width: 32.33333%;
}

.startBox:nth-of-type(3n + 1),
.downloadSectionStartStyle .files .file:nth-of-type(3n + 1) {
	margin-left: 0;
}

.startBox {
	text-align: center;
}

.startBox a {
	display: block;
	color: #3d3d3d;
	font-size: 18px;
	text-transform: uppercase;
}

.startBox .image {
	position: relative;
}

.startBox .image:before {
	content: '';
	transition: all 0.3s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #7e3486;
	opacity: 0;
}

.startBox .image:hover:before {
	opacity: 1;
}

.startBox.noHover .image:before {
	display: none !important;
}

.startBox .title {
	margin-bottom: 10px;
}

.startText {
	padding-top: 90px;
	font-size: 16px;
	line-height: 25px;
}

.startText h1 {
	font-size: 18px;
	color: #7e3486;
}

.startText .right {
	margin-top: 30px;
	text-align: center;
}

.startText .right h2 {
	position: relative;
	margin-bottom: 40px;
	color: #4c4c4c;
}

.startText .right h2:after {
	width: 35px;
	height: 6px;
	background: #7e3486;
	display: inline-block;
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -17.5px;
	margin-top: 13px;
}

.startText .right p {
	margin-bottom: 20px;
}

.startText .right a {
	font-size: 15px;
}

.startText .right a[href^="tel"] {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 30px;
	font-size: 30px;
	font-weight: 300;
	color: #4c4c4c;
}
.col2-icon {
	background-repeat: no-repeat;
	background-position: 80px 58px;
}

/*.startText .right a[href^="tel"]:before {
	content: '\f095';
	font-family: FontAwesome;
	position: absolute;
	top: -10px;
	right: 100%;
	margin-right: 20px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #bcbcbc;
	color: #fff;
}*/

.towColumnsTemplate .subTopImage {
	margin-bottom: 40px;
}

.towColumnsTemplate .subTopImage img {
	display: block;
	width: 100%;
}

.acfBox {
	float: left;
	margin-left: 1.2%;
	margin-bottom: 1.2%;
	width: 32.53333%;
	display: block;
	position: relative;
}

.acfBox:nth-of-type(3n + 1) {
	margin-left: 0;
}

.acfBox img {
	width: 100%;
	display: block;
}

.acfBox .hover {
	transition: opacity 0.4s;
	display: block;
	position: absolute;
	width: 94%;
	height: 94%;
	top: 3%;
	left: 3%;
	background: rgba(126, 52, 134, .75);
	opacity: 0;
	z-index: 2;
}

.acfBox .hover strong {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing: border-box;
	display: block;
	width: 100%;
	left: 0;
	padding: 0 20px;
	color: #fff;
	font-size: 23px;
	text-align: center;
	word-break: break-all;
}

.acfBox .hover strong:after {
	width: 35px;
	height: 6px;
	background: #7e3486;
	display: inline-block;
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -17.5px;
	background: #fff;
	margin-top: 10px;
}

.acfBox .hover .bottomText {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.acfBox:hover .hover,
.acfBox .hover {
	opacity: 1;
}

.acfdownloadBoxes ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
}

.acfdownloadBoxes ul > li {
	margin: 0;
}

.acfdownloadBoxes ul a {
	display: block;
	padding: 5px 0;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

.acfdownloadBoxes ul a .fa {
	margin-right: 5px;
}

.acfdownloadBoxes .downloadSection .files {
	*zoom: 1;
}

.acfdownloadBoxes .downloadSection .files:before,
.acfdownloadBoxes .downloadSection .files:after {
	content: " ";
	display: table;
}

.acfdownloadBoxes .downloadSection .files:after {
	clear: both;
}

.acfdownloadBoxes .downloadSection .files .file {
	float: left;
	margin-left: 4%;
	margin-bottom: 4%;
	width: 22%;
}

.acfdownloadBoxes .downloadSection .files .file:nth-of-type(4n + 1) {
	margin-left: 0;
}

.acfdownloadBoxes .downloadSection .files .file .imagePreview {
	position: relative;
	display: block;
	padding-bottom: 100%;
	border: 1px solid #eee;
}

.acfdownloadBoxes .downloadSection .files .file .imagePreview img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.acfdownloadBoxes .downloadSectionStartStyle > .title {
	margin-bottom: 40px;
}

.acfdownloadBoxes .downloadSectionStartStyle .files {
	*zoom: 1;
}

.acfdownloadBoxes .downloadSectionStartStyle .files:before,
.acfdownloadBoxes .downloadSectionStartStyle .files:after {
	content: " ";
	display: table;
}

.acfdownloadBoxes .downloadSectionStartStyle .files:after {
	clear: both;
}

.acfdownloadBoxes .downloadSectionStartStyle .files .file {
	margin-bottom: 30px;
}

.workHereTemplate textarea {
	height: 185px;
}

.workHereTemplate .fileUpload label {
	*zoom: 1;
	cursor: pointer;
}

.workHereTemplate .fileUpload label:before,
.workHereTemplate .fileUpload label:after {
	content: " ";
	display: table;
}

.workHereTemplate .fileUpload label:after {
	clear: both;
}

.workHereTemplate .fileUpload span {
	display: block;
}

.workHereTemplate .fileUpload span.field {
	width: calc(100% - 140px - 20px);
	float: left;
	height: 40px;
	border: 1px solid #aeaeae;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 15px;
}

.workHereTemplate .fileUpload span.filename {
	height: 25px;
	margin-top: 9px;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
}

.workHereTemplate .fileUpload span.button {
	float: right;
	width: 140px;
	line-height: 40px;
	background: #585858;
	cursor: pointer;
}

.workHereTemplate .fileUpload span input {
	display: none;
}

.dropdowns .dropdown {
	margin-bottom: 30px;
	padding: 10px 0;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	font-size: 13px;
}
.dropdowns .dropdown .dropdowns {
	margin-left: 20px;
}

.dropdowns .dropdown .dropdownTitle {
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 700;
	font-size: inherit;
}

.dropdowns .dropdown .dropdownTitle:before {
	content: '\f067';
	font-family: FontAwesome;
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	background: #ddd;
	color: #7e3486;
	margin-right: 10px;
	top: -2px;
}

.dropdowns .dropdown .dropdownContent {
	display: none;
	margin-top: 10px;
}

.dropdowns .dropdown .dropdownContent p:last-of-type {
	margin-bottom: 0;
}

.dropdowns .dropdown.open .dropdownTitle:before {
	content: '\f068';
}

.categoryPage {
	*zoom: 1;
}

.categoryPage:before,
.categoryPage:after {
	content: " ";
	display: table;
}

.categoryPage:after {
	clear: both;
}

.categoryPage .productWrapper {
	float: right;
	width: calc(100% - 230px - 20px);
}

.selectedFiltersWrapper {
	*zoom: 1;
	transition: margin 0.3s;
	margin-bottom: 30px;
	height: auto;
}

.selectedFiltersWrapper:before,
.selectedFiltersWrapper:after {
	content: " ";
	display: table;
}

.selectedFiltersWrapper:after {
	clear: both;
}

.selectedFiltersWrapper .cf {
	clear: both;
}

.selectedFiltersWrapper.hidden {
	opacity: 0;
	visibility: hidden;
	height: 0;
	margin-bottom: 0;
}

.selectedFiltersWrapper .label {
	position: relative;
	display: inline-block;
	top: -11px;
	margin-right: 20px;
	font-size: 15px;
	font-weight: 700;
	color: #444;
	margin-top: 4px;
}

.selectedFiltersWrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.selectedFiltersWrapper ul > li {
	margin: 0;
}

.selectedFiltersWrapper ul li {
	display: inline-block;
	margin-right: 13px;
}

.selectedFiltersWrapper ul li a {
	display: block;
	border: 1px solid #acacac;
	background: #fafafa;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 13px;
	color: #444 !important;
	overflow: hidden;
}

.selectedFiltersWrapper ul li a small {
	font-size: 11px;
	font-weight: 600;
}

.selectedFiltersWrapper ul li a strong {
	font-size: 13px;
	font-weight: 700;
}

.selectedFiltersWrapper ul li a .removeTerm {
	transition: color 0.3s;
	cursor: pointer;
	margin-left: 10px;
	font-size: 12px;
	color: #b6b5b5;
}

.selectedFiltersWrapper ul li a .removeTerm:hover {
	color: #7e3486;
}

.leftSidebar {
	float: left;
	width: 230px;
}

.categoryDescription {
	margin-bottom: 10px;
}

.categoryDescription p:last-of-type {
	margin-bottom: 0;
}

.filterSidebar {
	position: relative;
	border: 1px solid #cacaca;
	background: #fafafa;
	padding: 60px 0px 40px 15px;
}

.filterSidebar .filterTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background: #7e3486;
	color: #fff;
	font-size: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	font-weight: 400;
	margin-bottom: 0;
}

.filterSidebar .section {
	margin-bottom: 20px;
}

.filterSidebar .section .title {
	margin-bottom: 15px;
	font-size: 15px;
	color: #6f6f6f;
}

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

.filterSidebar .section ul > li {
	margin: 0;
}

.filterSidebar .section:last-of-type {
	margin-bottom: 0;
}

.filterSidebar .radios label,
.filterSidebar .checkboxes label {
	display: block;
	padding-bottom: 13px;
	cursor: pointer;
}

.filterSidebar .radios label input,
.filterSidebar .checkboxes label input {
	position: absolute;
	visibility: hidden !important;
}

.filterSidebar .radios label input:checked + span:after,
.filterSidebar .checkboxes label input:checked + span:after {
	opacity: 1 !important;
}

.filterSidebar .radios label input[disabled] + span,
.filterSidebar .checkboxes label input[disabled] + span {
	cursor: not-allowed !important;
}

.filterSidebar .radios label input[disabled] + span:before,
.filterSidebar .checkboxes label input[disabled] + span:before {
	border-color: #acacac !important;
}

.filterSidebar .radios label span,
.filterSidebar .checkboxes label span {
	position: relative;
	font-size: 12px;
	padding-left: 25px;
	box-sizing: border-box;
	width: 100%;
	display: block;
}

.filterSidebar .radios label span:before,
.filterSidebar .radios label span:after,
.filterSidebar .checkboxes label span:before,
.filterSidebar .checkboxes label span:after {
	content: '' !important;
	transition: all 0.3s !important;
	position: absolute !important;
	left: 0 !important;
	margin-right: 10px !important;
	margin-top: 0 !important;
}

.filterSidebar .radios label span:before,
.filterSidebar .checkboxes label span:before {
	top: 0px !important;
	height: 16px !important;
	width: 16px !important;
	border-radius: 4px !important;
	border: 1px solid #acacac !important;
}

.filterSidebar .radios label span:after,
.filterSidebar .checkboxes label span:after {
	top: 3px !important;
	width: 12px !important;
	height: 12px !important;
	margin-right: 13px !important;
	margin-top: 10px;
	border-radius: 4px !important;
	background: #7e3486 !important;
	opacity: 0 !important;
	left: 0 !important;
	margin-left: 3px;
}

.filterSidebar .radios label span:hover:before,
.filterSidebar .checkboxes label span:hover:before {
	border-color: #7e3486 !important;
}

.filterSidebar .radios label span .prdctfltr_count,
.filterSidebar .checkboxes label span .prdctfltr_count {
	border: none;
	font-size: 10px;
	font-weight: 700;
	color: #848484;
}

.filterSidebar .radios label span .prdctfltr_count:before,
.filterSidebar .checkboxes label span .prdctfltr_count:before {
	content: '(';
}

.filterSidebar .radios label span .prdctfltr_count:after,
.filterSidebar .checkboxes label span .prdctfltr_count:after {
	content: ' st)';
}

.ajaxProducts ul.products li {
	float: left;
	margin-left: 1.5%;
	margin-bottom: 45px;
	width: 32.33333%;
}

.ajaxProducts ul.products li:nth-of-type(3n + 1) {
	margin-left: 0;
}

ul.products {
	*zoom: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.products:before,
ul.products:after {
	content: " ";
	display: table;
}

ul.products:after {
	clear: both;
}

ul.products > li {
	margin: 0;
}

ul.products > li {
	position: relative;
	padding-bottom: 26px;
	border-bottom: 1px solid #e5e5e5;
}

ul.products .woocommerce-LoopProduct-link {
	position: relative;
	display: block;
	padding: 20px;
	padding-bottom: 100%;
}

ul.products .woocommerce-LoopProduct-link img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 95%;
	max-height: 95%;
}

ul.products .woocommerce-loop-product__title {
	position: absolute;
	top: calc(100% - 32px);
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000000;
	font-size: 13px;
	font-weight: 700;
	width: calc(100% - 65px - 10px);
	height: 58px;
	line-height: 15px;
	overflow: hidden;
	margin-bottom: 0;
}

.woocommerce-MyAccount-content ul.products .woocommerce-loop-product__title {
		width: auto;
}

.woocommerce-message, .woocommerce-error {
		border-top-color: #7e3486;
}

.woocommerce-message::before, .woocommerce-error::before{
		color: #7e3486;
}

.woocommerce-account.woocommerce-page:not(.customize-support) .woocommerce-error{
		display: none;
}

ul.products .button {
	position: absolute;
	bottom: 0;
	right: 0;
	/*width: 75px;
	height: 26px;
	*/
	line-height: 26px;
	font-size: 13px;
	/*background: #414141;
	border: 1px solid #414141;
	padding: 0;
	*/
	padding: 6px;
}

ul.products .button[aria-label^="Read"] {
		display:none;
}

ul.products a.button:hover {
	background: #7e3486;
	color: white;
}

.relatedProducts ul.products > li {
	float: left;
	margin-left: 3%;
	margin-bottom: 0;
	width: 22.75%;
}

.relatedProducts ul.products > li:nth-of-type(4n + 1) {
	margin-left: 0;
}

.woocommerce-pagination {
	float: right;
}

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

.woocommerce-pagination ul > li {
	margin: 0;
}

.woocommerce-pagination ul li {
	display: inline-block;
}

.woocommerce-pagination ul li span,
.woocommerce-pagination ul li a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	background: #fff;
	color: #7e3486;
	border: 1px solid #7e3486;
}

.woocommerce-pagination ul li:hover a,
.woocommerce-pagination ul li .current {
	color: #fff;
	background: #7e3486;
}

.filterRow {
	position: relative;
	margin-bottom: 50px;
	font-style: italic;
	background: #e5e5e5;
}

.filterRow span.title {
	display: inline-block;
	font-weight: 700;
	margin-left: 12px;
}

.filterRow ul {
	display: inline-block;
}

.filterRow ul li {
	display: inline-block;
	padding: 9px 0;
}
.filterRow ul li a:empty {
	display: none;
}

.filterRow ul li:last-child a {
	border-right: none;
}

.filterRow ul li a {
	display: block;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 13px;
	color: #6f6f6f;
	cursor: pointer;
	line-height: 1;
	border-right: 1px solid #333;
}

.filterRow ul li a:hover {
	color: #7e3486;
}

.filterRow ul li a.active {
	font-weight: 700;
}

.contactTemplate .columns {
	margin-bottom: 60px;
}

.contactTemplate .socialCircle:hover path.path2 {
	fill: #7e3486;
}

#map {
	height: 360px;
}

.mapSearchWrapper {
	position: relative;
	margin-top: 15px;
}

.mapSearchWrapper #mapSearchField {
	width: 100%;
	height: 40px;
}

.mapSearchWrapper #currentSearch {
	display: block;
	margin-top: 5px;
	font-style: italic;
}

.mapSearchWrapper .icon {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #7e3486;
	font-size: 20px;
}

.productPage .imagesWrapper {
	margin-bottom: 30px;
}

.productPage .imagesWrapper .image {
	display: block;
	text-align: center;
}

.productPage .imagesWrapper .pager {
	margin: 0;
	padding: 0;
	list-style: none;
}

.productPage .imagesWrapper .pager > li {
	margin: 0;
}

.productPage .imagesWrapper .pager li {
	display: inline-block;
	margin-right: 5px;
}

.productPage .imagesWrapper .pager li a {
	display: block;
	cursor: pointer;
	font-size: 9px;
	color: #6f6f6f;
}

.productPage .subContent {
	margin-top: 25px;
	margin-bottom: 50px;
}

.productPage .subContent p:last-of-type {
	margin-bottom: 0;
}

.productPage .productTable {
	margin-bottom: 40px;
}

.productPage .productTable .showMore {
	display: inline-block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #3b3e49;
	color: #3b3e49;
	cursor: pointer;
	margin-top: 40px;
}

.productPage .productTable .showMore .fa:before {
	content: '\f068';
}

.productPage .productTable .showMore:hover {
	border-color: #7e3486;
	background: #7e3486;
	color: #fff;
}

.productPage .productTable.minimized .tableWrapper {
	overflow: hidden;
}

.productPage .productTable.minimized .showMore .fa:before {
	content: '\f067';
}

.productPage .videoLink {
	color: #6f6f6f;
}

.productPage .videoLink .fa {
	position: relative;
	margin-right: 10px;
	font-size: 35px;
	bottom: -7px;
}

.relatedProducts h2.relatedProductsTitle {
	font-size: 17px;
	border-bottom: 1px solid #b7b7b7;
	color: #4a4a4a;
	padding-bottom: 20px;
}

.withSubmenuTemplate {
	*zoom: 1;
}

.withSubmenuTemplate:before,
.withSubmenuTemplate:after {
	content: " ";
	display: table;
}

.withSubmenuTemplate:after {
	clear: both;
}

.withSubmenuTemplate > .leftSide {
	width: 200px;
	float: left;
}

.withSubmenuTemplate > .leftSide ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.withSubmenuTemplate > .leftSide ul > li {
	margin: 0;
}

.withSubmenuTemplate > .leftSide ul li a {
	display: block;
	font-weight: 400;
	padding: 5px 0;
	font-size: 14px;
	color: #7e3486;
}

.withSubmenuTemplate > .leftSide ul li.parent {
	margin-bottom: 10px;
}

.withSubmenuTemplate > .leftSide ul li.parent a {
	color: #6f6f6f;
	font-size: 20px;
}

.withSubmenuTemplate > .leftSide ul li.current_page_item > a,
.withSubmenuTemplate > .leftSide ul li.current_page_parent > a {
	font-weight: 600;
}

.withSubmenuTemplate > .leftSide ul li.current_page_item > a:hover,
.withSubmenuTemplate > .leftSide ul li.current_page_parent > a:hover {
	color: #7e3486;
}

.withSubmenuTemplate > .leftSide ul li ul {
	margin-left: 15px;
}

.withSubmenuTemplate > .leftSide ul li ul li {
	position: relative;
}

.withSubmenuTemplate > .rightSide {
	width: calc(100% - 200px - 40px);
	float: right;
}

.newsPosts {
	margin-top: 60px;
}

.newsPost {
	*zoom: 1;
	border-bottom: 1px solid #aeaeae;
	padding: 15px 0;
	position: relative;
}

.newsPost:before,
.newsPost:after {
	content: " ";
	display: table;
}

.newsPost:after {
	clear: both;
}

.newsPost .image {
	display: block;
	float: left;
	width: 28%;
	min-height: 150px;
}

.newsPost .image img {
	display: block;
}

.newsPost .info {
	float: right;
	width: 70%;
	padding-bottom: 10px;
}

.newsPost .title {
	font-size: 20px;
	color: #6f6f6f;
	margin-bottom: 5px;
}

.newsPost .date {
	font-size: 12px;
	color: #6f6f6f;
}

.newsPost .excerpt {
	font-size: 16px;
}

.newsPost .readMore {
	position: absolute;
	bottom: 15px;
	right: 0;
	height: 30px;
	line-height: 30px;
}

.newsPage .leftSide {
	float: left;
}

.newsPage .extra {
	margin: 40px 0;
}

.pagination {
	display: table;
	margin: 30px auto;
}

.pagination .page-numbers {
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	margin-right: 5px;
	background: #efefef;
	color: #6f6f6f;
	text-align: center;
}

.pagination .page-numbers.current {
	background: #7e3486 !important;
	color: #fff !important;
}

.pagination .page-numbers:hover {
	background: rgba(126, 52, 134, .5);
	color: #fff;
}

.pagination .page-numbers.next .fa {
	position: relative;
	right: -1px;
}

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

ul.arrows > li {
	margin: 0;
}

ul.arrows li:before {
	content: '\f105';
	font-family: FontAwesome;
	margin-right: 7px;
}

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

ul.split > li {
	margin: 0;
}

ul.split li {
	float: left;
	margin-left: 2%;
	margin-bottom: 20px;
	width: 49%;
}

ul.split li:nth-of-type(2n + 1) {
	margin-left: 0;
}

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

ul.tags > li {
	margin: 0;
}

ul.tags li {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 5px;
	padding: 2px 5px;
	border-radius: 5px;
	background: #fafafa;
	border: 1px solid #ccc;
	font-size: 12px;
}

.youtubeIframeWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.youtubeIframeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe {
	max-width: 100%;
}

button.mfp-close,
button.mfp-arrow {
	background: none !important;
}

.cookiePopup {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 0 40px;
	border-top: 1px solid #e1e1e1;
	z-index: 10000;
}

.cookiePopup .innerWrapper {
	*zoom: 1;
	position: relative;
	max-width: 950px;
	margin: auto;
	padding: 20px 0;
	box-sizing: border-box;
}

.cookiePopup .innerWrapper:before,
.cookiePopup .innerWrapper:after {
	content: " ";
	display: table;
}

.cookiePopup .innerWrapper:after {
	clear: both;
}

.cookiePopup .text,
.cookiePopup .button {
	display: block;
	line-height: 35px;
}

.cookiePopup .text {
	max-width: 680px;
	margin: auto;
	line-height: 1.7;
}

.cookiePopup .text a {
	color: #7e3486;
	font-weight: 600;
}

.cookiePopup .text a:hover {
	color: #7e3486;
}

.cookiePopup .cookieBtn {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	min-width: 100px;
}

/* Slidebars */

.slidebar {
	display: none;
}

.slidebar ul.langPicker {
	margin-top: 20px;
}

.slidebar ul.langPicker li,
.slidebar ul.langPicker ul {
	display: inline-block;
}

.slidebar ul.langPicker ul {
	margin-left: 10px;
}

.slidebar ul.langPicker img {
	height: 20px;
	width: auto;
}

#mobileNav {
	*zoom: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	width: 100%;
	background: #fff;
	z-index: 10;
}

#mobileNav:before,
#mobileNav:after {
	content: " ";
	display: table;
}

#mobileNav:after {
	clear: both;
}

#mobileNav:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #aeaeae;
}

#mobileNav .menuIcon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: opacity 0.6s, padding-top 0.4s;
	display: block;
	height: 60px;
	padding: 0 20px;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	padding-top: 13px;
}

#mobileNav .menuIcon span {
	transition: all 0.4s;
	position: relative;
	border-radius: 10px;
	display: block;
	height: 3px;
	width: 30px;
	background: #797979;
	margin-bottom: 4px;
}

#mobileNav .menuIcon span.x3 {
	margin: 0;
}

#mobileNav .menuIcon .text {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -23px;
	margin-left: 18px;
}

#mobileNav .menuIcon.leftMenuIcon {
	left: 0;
}

#mobileNav .menuIcon.rightMenuIcon {
	right: 0;
}

#mobileNav .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#mobileNav .logo img {
	display: block;
	height: 40px;
}

#mobileNav > .right {
	float: right;
	margin-right: 10px;
}

#mobileNav .icon {
	*zoom: 1;
	float: left;
	width: 50px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	text-align: center;
}

#mobileNav .icon:before,
#mobileNav .icon:after {
	content: " ";
	display: table;
}

#mobileNav .icon:after {
	clear: both;
}

#mobileNav .icon.mobileCart .productCountWrapper {
	font-size: 70%;
}

.canvasContainer .pageWrapper,
.canvasContainer .footer {
	transition: opacity 0.3s;
}

html.slidebarsOpening .canvasContainer,
html.slidebarsOpened .canvasContainer {
	overflow: hidden;
}

html.slidebarsOpening .canvasContainer .pageWrapper,
html.slidebarsOpening .canvasContainer .footer,
html.slidebarsOpened .canvasContainer .pageWrapper,
html.slidebarsOpened .canvasContainer .footer {
	overflow: hidden;
	opacity: 0.15;
}

html.slidebarsOpening.slidebarMenuOpened #mobileNav .menuIcon span,
html.slidebarsOpened.slidebarMenuOpened #mobileNav .menuIcon span {
	margin: 0;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	width: 35px;
}

html.slidebarsOpening.slidebarMenuOpened #mobileNav .menuIcon span.x1,
html.slidebarsOpened.slidebarMenuOpened #mobileNav .menuIcon span.x1 {
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
	bottom: -9px;
}

html.slidebarsOpening.slidebarMenuOpened #mobileNav .menuIcon span.x2,
html.slidebarsOpened.slidebarMenuOpened #mobileNav .menuIcon span.x2 {
	opacity: 0;
}

html.slidebarsOpening.slidebarMenuOpened #mobileNav .menuIcon span.x3,
html.slidebarsOpened.slidebarMenuOpened #mobileNav .menuIcon span.x3 {
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
	bottom: -3px;
}

html.slidebarsOpening.slidebarMenuOpened #mobileNav .menuIcon span.ring,
html.slidebarsOpened.slidebarMenuOpened #mobileNav .menuIcon span.ring {
	opacity: 1;
}

html.slidebarsOpening.slidebarMenuOpened #mobileNav .menuIcon .text,
html.slidebarsOpened.slidebarMenuOpened #mobileNav .menuIcon .text {
	margin-left: 19px;
	margin-top: -21px;
}

html.slidebarCartOpened #mobileNav {
	border-top: 1px solid #e1e1e1;
}

html.slidebarCartOpened .openSlidebarCart {
	color: #7e3486;
}

/*.woocommerce-MyAccount-navigation {
		display: inline-block;
		float: left;
		padding: 20px;
		margin-right: 20px;
		background: #fafafa;
}
.woocommerce-EditAccountForm {
		float: left;
}
*/
.woocommerce-MyAccount-navigation-link {
		padding: 5px;
}


.simple_container{
		text-align:right;
		margin-top:8px;
		margin-bottom:8px;
}

.relatedProducts .simple_container {
		display: none;
}

.simple_add_to_favourites, .simple-remove-from-favourites{
		text-shadow: 0px 0px 5px #7e3486;
		background-color:transparent;
		/*border:1px solid #262626;*/
		font-weight:bold;
		-webkit-transition: 200 ms all ease;
		transition: 200ms all ease;
		color:white;
		padding:8px;
}

.simple_add_to_favourites .fa:hover{
		color: #7e3486;
		text-shadow: none;
}

.simple_message{
		/*background-color:#262626;*/
		font-weight:bold;
		color:#fff;
		padding:5px;
		border-radius:3px;
		display:none;
		opacity: 0;
}

.simple_message:not(:empty) ~ button {
		display: none;
}

ul.products .simple-remove-from-favourites {
		position: absolute;
		bottom: 45px;
		right: 0px;
}

.simple-remove-from-favourites {
		line-height: 26px;
		height: 26px;
		text-shadow: none;
		background: white;
		color: #7e3486;
}

.simple-remove-from-favourites .fa:hover{
		text-shadow: 0px 0px 5px #7e3486;
		color: white;
}

#simple_favourites_display a.button {
		/*display: none;*/
}

.speed-order-container {
		float: left;
}

.speed-order-container table {
		border:0px;
		margin:18px;
}

.speed-order-container td {
		border-top: 1px solid;
		max-width: 200px;
		margin: 5px;
		padding: 5px;
}

.speed-order-container table input {
		border:0px;
}

.speed-order-container table input[type="number"] {
		border: 1px solid;

}

#speed-order-table .product_remove {
		padding: 0px;
		height: 25px;
		width: 25px;
		border-radius: 50%;
}

#speed-order-table thead, #speed-order-table tfoot{
		font-weight: bold;
}

ul.products .button {
		/*display: none;*/
}

ul.products .simple_container {
		position: absolute;
		bottom: 25px;
		right: 0;
		z-index: 9999
}

.woocommerce .quantity .qty {
		padding: 0px;
}

.productPage .productPrice {
		text-align: right;
		margin-bottom: 20px;
}

.productPage p.price, .productPage .cart {
		display: inline-block;
}

.productPage p.price, .productPage .cart .button {
		margin-left: 5px;
}

.productPage .quantity {
		float: left;
		padding-left: 20px;
}

.woocommerce-Price-amount {
		color: #a46497;
		font-size: 120%;
		font-weight: bold;
		padding: 5px;
}


.woocommerce-MyAccount-content .tableWrapper{
		float: left;
		width: auto;
		margin-top: 20px;
}

.woocommerce-billing-fields__field-wrapper {
		display: none;
}

.woocommerce-shipping-fields__field-wrapper input:read-only, .woocommerce-shipping-fields__field-wrapper select:read-only, .woocommerce-shipping-fields__field-wrapper select:read-only ~ span .select2-selection__rendered {
		background-color: rgb(235, 235, 228);
}

.woocommerce-shipping-fields__field-wrapper select:read-only ~ span .select2-selection{
		height: auto;
}

.pagination h2.screen-reader-text {
    display: none;
}

/*a.added_to_cart, span.price {display:none !important}*/

@media screen and (max-width: 1330px) {

  .header .logo {
    position: static;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    text-align: left;
  }
} 

@media all and (min-width: 1000px) {
	.filterSidebar .sections {
		display: block !important;
	}
}

@media all and (max-width: 1024px) {
	.cookiePopup .innerWrapper {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.cookiePopup .text {
		float: none;
		height: auto;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.cookiePopup .cookieBtn {
		display: inline-block;
		float: none;
	}

	[canvas],
	[off-canvas*=push] {
		z-index: 1;
	}

	[off-canvas*=reveal],
	[off-canvas*=shift] {
		z-index: 0;
	}

	[canvas=container],
	[off-canvas],
	body,
	html {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	body,
	html {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	[canvas=container] {
		width: 100%;
		height: 100%;
		overflow-y: auto;
		position: relative;
		background-color: #fff;
		-webkit-overflow-scrolling: touch;
	}

	[canvas=container]:after,
	[canvas=container]:before {
		clear: both;
		content: '';
		display: table;
	}

	[off-canvas] {
		display: none;
		position: fixed;
		overflow: hidden;
		overflow-y: auto;
		background-color: #000;
		color: #fff;
		-webkit-overflow-scrolling: touch;
	}

	[off-canvas*=top] {
		width: 100%;
		height: 255px;
		top: 0;
	}

	[off-canvas*=right] {
		width: 255px;
		height: 100%;
		top: 0;
		right: 0;
	}

	[off-canvas*=bottom] {
		width: 100%;
		height: 255px;
		bottom: 0;
	}

	[off-canvas*=left] {
		width: 255px;
		height: 100%;
		top: 0;
		left: 0;
	}

	[off-canvas*=overlay] {
		z-index: 9999;
	}

	[canvas],
	[off-canvas] {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-backface-visibility: hidden;
	}

	[off-canvas*=shift][off-canvas*=top] {
		-webkit-transform: translate(0, 50%);
		-ms-transform: translate(0, 50%);
		transform: translate(0, 50%);
	}

	[off-canvas*=shift][off-canvas*=right] {
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	[off-canvas*=shift][off-canvas*=bottom] {
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	[off-canvas*=shift][off-canvas*=left] {
		-webkit-transform: translate(50%, 0);
		-ms-transform: translate(50%, 0);
		transform: translate(50%, 0);
	}

	#wpadminbar {
		display: none !important;
	}

	html {
		margin-top: 0 !important;
	}

	.slidebar {
		display: none;
		background: none;
		color: #6f6f6f;
		z-index: 1000;
	}

	.slidebar .innerWrapper {
		margin: 40px 30px;
		overflow-y: auto;
		padding: 1px;
	}

	.slidebar ul.treeMenu li {
		*zoom: 1;
	}

	.slidebar ul.treeMenu li:before,
	.slidebar ul.treeMenu li:after {
		content: " ";
		display: table;
	}

	.slidebar ul.treeMenu li:after {
		clear: both;
	}

	.slidebar ul.treeMenu li a {
		width: calc(100% - 20px);
		float: left;
	}

	.slidebar ul.treeMenu li .fa {
		width: 20px;
		float: right;
		margin: 0;
	}

	.slidebar ul.treeMenu li ul {
		clear: both;
	}

	#mobileNav {
		display: block;
	}

	.header {
		height: 60px;
	}

	.header > .wrap {
		display: none !important;
	}

	.header .ajaxSearch {
		height: 40px;
	}

	.header .ajaxSearch .fields {
		margin-top: 5px;
	}

	.header .ajaxSearch .fields input,
	.header .ajaxSearch .fields button {
		height: 30px;
	}

	.header .ajaxSearch .fields input ::-webkit-input-placeholder {
		font-size: 10px;
	}

	.header .ajaxSearch .fields input :-moz-placeholder {
		font-size: 10px;
	}

	.header .ajaxSearch .fields input ::-moz-placeholder {
		font-size: 10px;
	}

	.header .ajaxSearch .fields input :-ms-input-placeholder {
		font-size: 10px;
	}

	.header .ajaxSearch .fields input::-webkit-input-placeholder {
		font-size: 10px;
	}

	.header .ajaxSearch .fields input:-moz-placeholder {
		font-size: 10px;
	}

	.header .ajaxSearch .fields input::-moz-placeholder {
		font-size: 10px;
	}

	.header .ajaxSearch .fields input:-ms-input-placeholder {
		font-size: 10px;
	}

	.footer {
		height: auto;
		padding-bottom: 30px;
	}

	#searchResult {
		margin-top: 1px;
		padding: 10px 10px 15px 10px;
	}

	#searchResult .searchResultContent {
		max-height: 120px;
	}

	#searchResult ul li {
		margin-bottom: 5px;
		font-size: 12px;
	}

	#searchResult .loaderIcon {
		font-size: 16px;
		bottom: 0;
	}

	.topImage {
		overflow: hidden;
	}

	.topImage .titleWrapper.full h1 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}

	.topImage img {
		width: 150%;
		margin-left: -25%;
		max-width: none;
	}

	.startBoxes .box a {
		font-size: 14px;
	}

	.sidebar {
		min-height: 0 !important;
		padding-bottom: 20px;
	}

	.tableWrapper {
		overflow: auto;
	}

	.tableWrapper table {
		min-width: 700px;
	}
	.sidebar-contents{
    	display:block !important; 
 	}
	body.single-product .mainRightContent{
		display:none !important; 
	}
	body.single-product .mainLeftContent{
		width: 100%;
	}
}

@media all and (max-width: 1000px) {
	.filterSidebar {
		width: 100%;
		padding: 33px 0px 0 15px;
		margin-bottom: 40px;
		min-height: 0 !important;
	}

	.filterSidebar .filterTitle {
		height: 33px;
		line-height: 33px;
		cursor: pointer;
	}

	.filterSidebar .filterTitle:after {
		position: relative;
		font-family: FontAwesome;
		content: '\f105';
		margin-left: 10px;
		font-size: 20px;
		top: 2px;
	}

	.filterSidebar .filterTitle.open:after {
		content: '\f107';
	}

	.filterSidebar .sections {
		*zoom: 1;
		display: none;
		padding: 20px 0;
	}

	.filterSidebar .sections:before,
	.filterSidebar .sections:after {
		content: " ";
		display: table;
	}

	.filterSidebar .sections:after {
		clear: both;
	}

	.filterSidebar .section {
		float: left;
		margin-left: 2%;
		margin-bottom: 2%;
		width: 49%;
		vertical-align: top;
	}

	.filterSidebar .section:nth-of-type(3n + 1) {
		margin-left: 0;
	}

	.filterSidebar .section:nth-of-type(4) {
		clear: left;
	}

	.filterSidebar .section .title {
		font-size: 12px;
	}

	.filterSidebar .checkboxes label span {
		font-size: 10px;
	}

	.categoryPage .productWrapper {
		width: 100%;
	}

	.relatedProducts ul.products > li {
		float: left;
		margin-left: 2%;
		margin-bottom: 2%;
		width: 49%;
	}

	.relatedProducts ul.products > li:nth-of-type(4n + 1) {
		margin-left: 2%;
	}

	.relatedProducts ul.products > li:nth-of-type(2n + 1) {
		margin-left: 0;
	}
}

@media all and (max-width: 850px) {
	.acfdownloadBoxes .downloadSection .files .file {
		font-size: 12px;
	}
}

@media all and (max-width: 768px) {
	.slideshow h3 {
		height: 30px;
		line-height: 30px;
		font-size: 20px;
	}

	.topImage .titleWrapper.full h1 {
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}

	.topImage .titleWrapper.thin h1 {
		font-size: 20px;
		height: 40px;
		line-height: 50px;
		padding: 0 20px;
	}

	.startText {
		padding-top: 50px;
	}

	.filterRow {
		text-align: center;
		font-style: normal;
		padding: 10px;
	}

	.filterRow span.title {
		padding-left: 0;
		margin: 0 0 10px 0 !important;
	}

	.filterRow ul li {
		width: 100%;
		margin-bottom: 0;
		padding: 10px 0;
	}

	.filterRow ul li a {
		border: none;
	}

	.contacts .contact {
		float: left;
		margin-left: 2%;
		margin-bottom: 2%;
		width: 32%;
	}

	.contacts .contact:nth-of-type(4n + 1) {
		margin-left: 2%;
	}

	.contacts .contact:nth-of-type(3n + 1) {
		margin-left: 0;
	}
}

@media all and (max-width: 750px) {
	.mainLeftContent,
	.mainRightContent,
	.leftSideFloat,
	.rightSideFloat {
		width: 100%;
	}

	.mainRightContent {
		margin-top: 30px;
	}

	.acfBox {
		float: left;
		margin-left: 2%;
		margin-bottom: 2%;
		width: 49%;
	}

	.acfBox:nth-of-type(3n + 1) {
		margin-left: 2%;
	}

	.acfBox:nth-of-type(2n + 1) {
		margin-left: 0;
	}

	.sidebar .sidebarContent {
		margin-bottom: 20px;
	}

	.ajaxProducts ul.products > li {
		float: left;
		margin-left: 5%;
		margin-bottom: 2%;
		width: 47.5%;
	}

	.ajaxProducts ul.products > li:nth-of-type(3n + 1) {
		margin-left: 5%;
	}

	.ajaxProducts ul.products > li:nth-of-type(2n + 1) {
		margin-left: 0;
	}

	.selectedFiltersWrapper ul li a small {
		font-size: 10px;
	}

	.selectedFiltersWrapper ul li a strong {
		font-size: 11px;
	}

	.rslides img {
		width: 300%;
		margin-left: -100%;
		max-width: none;
	}
}

@media all and (max-width: 700px) {
	.filterRow {
		margin-bottom: 30px;
	}

	.filterRow ul li a {
		font-weight: 400 !important;
	}

	.withSubmenuTemplate > .leftSide,
	.withSubmenuTemplate > .rightSide {
		width: 100%;
		float: none;
	}

	.withSubmenuTemplate > .leftSide {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #eee;
	}

	.newsPost .image {
		width: 15%;
	}

	.newsPost .info {
		width: 83%;
		padding-bottom: 0;
	}

	.newsPost .readMore {
		position: static;
	}

	ul.split li {
		float: left;
		margin-left: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	ul.split li:nth-of-type(2n + 1) {
		margin-left: 0;
	}

	ul.split li:nth-of-type(1n + 1) {
		margin-left: 0;
	}
}

@media all and (max-width: 600px) {
	.w48,
	.w49 {
		width: 100% !important;
	}

	.w48:last-of-type,
	.w49:last-of-type {
		margin-top: 40px;
	}

	.formLayout .w48,
	.formLayout .w49 {
		margin-top: 0 !important;
	}

	.formLayout .oneOfThree {
		width: 100% !important;
		margin: 0 0 15px 0 !important;
	}

	.footer {
		font-size: 12px;
	}

	#searchResult ul li {
		font-size: 10px;
	}

	.slideshow h3 {
		font-size: 4vw;
	}

	.topImage .titleWrapper.full h1 {
		padding: 10px 20px;
		height: auto;
		line-height: 1.4;
		font-size: 14px;
		white-space: normal;
		overflow: visible;
	}

	.topImage .titleWrapper.thin {
		max-width: 90%;
		left: 5%;
		bottom: -5px;
		overflow: hidden;
	}

	.topImage .titleWrapper.thin h1 {
		display: inline-block;
		font-size: 16px;
		height: 35px;
		line-height: 38px;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.topImage img {
		width: 200%;
		margin-left: -50%;
	}

	.startBox,
	.downloadSectionStartStyle .files .file {
		float: left;
		margin-left: 2%;
		margin-bottom: 2%;
		width: 49%;
	}

	.startBox:nth-of-type(3n + 1),
	.downloadSectionStartStyle .files .file:nth-of-type(3n + 1) {
		margin-left: 2%;
	}

	.startBox:nth-of-type(2n + 1),
	.downloadSectionStartStyle .files .file:nth-of-type(2n + 1) {
		margin-left: 0;
	}

	.startBox img,
	.downloadSectionStartStyle .files .file img {
		width: 100%;
	}

	.filterSidebar .section {
		float: left;
		margin-left: 2%;
		margin-bottom: 2%;
		width: 49%;
	}

	.filterSidebar .section:nth-of-type(3n + 1) {
		margin-left: 2%;
	}

	.filterSidebar .section:nth-of-type(2n + 1) {
		margin-left: 0;
	}

	.filterSidebar .section:nth-of-type(4) {
		clear: none;
	}

	.filterSidebar .section:nth-of-type(3),
	.filterSidebar .section:nth-of-type(5) {
		clear: left;
	}
}

@media all and (max-width: 550px) {
	.acfdownloadBoxes .downloadSection .files .file {
		float: left;
		margin-left: 2%;
		margin-bottom: 2%;
		width: 49%;
	}

	.acfdownloadBoxes .downloadSection .files .file:nth-of-type(2n + 1) {
		margin-left: 0;
	}

	.newsPost .image,
	.newsPost .info {
		width: 100%;
		float: none;
	}

	.newsPost .image {
		margin-bottom: 20px;
	}
}

@media all and (max-width: 500px) {
	.filterRow span.title {
		width: auto;
		padding-left: 7px;
		margin-bottom: 10px;
	}

	.filterRow ul {
		position: static;
	}

	.filterRow ul li {
		margin-bottom: 15px;
	}

	.contacts .contact {
		float: left;
		margin-left: 2%;
		margin-bottom: 2%;
		width: 49%;
		font-size: 11px;
	}

	.contacts .contact:nth-of-type(3n + 1) {
		margin-left: 2%;
	}

	.contacts .contact:nth-of-type(2n + 1) {
		margin-left: 0;
	}
}

@media all and (max-width: 400px) {
	.startBox,
	.downloadSectionStartStyle .files .file {
		float: left;
		margin-left: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	.startBox:nth-of-type(2n + 1),
	.downloadSectionStartStyle .files .file:nth-of-type(2n + 1) {
		margin-left: 0;
	}

	.startBox:nth-of-type(1n + 1),
	.downloadSectionStartStyle .files .file:nth-of-type(1n + 1) {
		margin-left: 0;
	}

	.topImage img {
		width: 300%;
		margin-left: -100%;
	}

	.acfBox {
		width: 100%;
		margin: 0 0 20px 0 !important;
	}

	.filterSidebar .section {
		width: 100%;
		margin: 0 0 20px 0 !important;
	}

	.ajaxProducts ul.products > li {
		float: left;
		margin-left: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	.ajaxProducts ul.products > li:nth-of-type(2n + 1) {
		margin-left: 0;
	}

	.ajaxProducts ul.products > li:nth-of-type(1n + 1) {
		margin-left: 0;
	}

	.selectedFiltersWrapper ul li {
		margin-right: 0;
		width: 100%;
	}

	.selectedFiltersWrapper ul li .removeTerm {
		float: right;
	}

	.relatedProducts ul.products > li {
		float: left;
		margin-left: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	.relatedProducts ul.products > li:nth-of-type(2n + 1) {
		margin-left: 0;
	}

	.relatedProducts ul.products > li:nth-of-type(1n + 1) {
		margin-left: 0;
	}
}

@media all and (max-width: 320px) {
	.acfdownloadBoxes .downloadSection .files .file {
		float: left;
		margin-left: 0;
		margin-bottom: 30px;
		width: 100%;
	}

	.acfdownloadBoxes .downloadSection .files .file:nth-of-type(1n + 1) {
		margin-left: 0;
	}

	#mobileNav .logo {
		margin-left: 15px;
	}
}

#cookie-notice {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #fff !important;
		text-align: center;
		box-sizing: border-box;
		padding: 0 40px;
		border-top: 1px solid #e1e1e1;
		z-index: 10000;
}
.cookie-notice-container {
		zoom: 1;
		position: relative;
		max-width: 950px;
		margin: auto;
		padding: 20px 0;
		box-sizing: border-box;
}
#cn-notice-text {
		max-width: 680px;
		margin: auto;
		line-height: 1.7;
	display: block;
		line-height: 1.5;
		font-size: 13px;
		color: #000;
		font-family: "Open Sans", sans-serif;
		-webkit-text-size-adjust: 100%;
}
#cookie-notice .cn-button {
		display: inline-block;
		height: 40px;
		line-height: 40px;
		margin-top: 10px;
		min-width: 100px;
	background: #5b7cbd;
		color: #fff;
	font-family:inherit;
	border:0;
	text-shadow:0;
	box-shadow:0;
	padding:0 10px;
}

/*
	Most sold products
*/

.most-sold-products * {
	box-sizing: border-box;
}

.most-sold-products .slider {
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.most-sold-products .slider.no-animations * {
	transition: none;
}

.most-sold-products .slider .action,
.most-sold-products .slider .action[data-direction="previous"] {
	background: rgba(255,255,255,0.65);
	cursor: pointer;
	height: 100%;
	opacity: 0;
	position: absolute;
	transition: opacity 150ms ease-out;
	width: 50px;
	z-index: 20;
}

.most-sold-products .slider .action[data-direction="next"] {
	left: auto;
	right: 0px;
}

.most-sold-products .slider:hover .action[data-direction="previous"],
.most-sold-products .slider:hover .action[data-direction="next"] {
	opacity: 1;
}

.most-sold-products .slider .action i {
	color: rgba(0,0,0,0.6);
	font-size: 28px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) translateZ(0);
	transition: color 300ms ease-out;
}

.most-sold-products .slider .action:hover i {
	color: rgba(0,0,0,1);
}

.most-sold-products a.product {
	display: inline-block;
	margin: 0 6px 0 0;
	max-width: 233px;
	transform: scale(0.98);
	transition: margin 650ms ease-out, transform 300ms ease-out;
	width: calc(100% / 4);
}

.most-sold-products a.product:hover {
	transform: scale(1);
}

.most-sold-products a.product p {
	color: rgba(0,0,0,1);
	font-size: 14px;
	font-weight: 700;
	overflow: hidden;
	padding: 10px 0 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;

}

@media only screen and (max-width: 860px) {

	.most-sold-products a.product {
		max-width: 100%;
		width: calc(100% / 2);
	}
}

/*
	Popup
*/

[data-action="toggle_popup"] {
	cursor: pointer;
}

.bemix-info-button {
	border: 2px solid rgba(0,0,0,1);
	border-radius: 100%;
	display: inline-block;
	height: 20px;
	margin: 0 0 0 10px;
	opacity: 0.65;
	position: relative;
	vertical-align: inherit;
	transition: opacity 150ms ease-out;
	width: 20px;
}

.bemix-info-button:hover {
	opacity: 1;
}

.bemix-info-button span {
	color: rgba(0,0,0,1);
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) translateZ(0);

	/* Make the text not selectable */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

dl.variation p {
	display: inline;
}

dl.variation .bemix-info-button {
	border: 1px solid rgba(0,0,0,1);
	display: inline-block;
	height: 12px;
	margin: 0 0 0 5px;
	opacity: 1;
	vertical-align: sub;
	width: 12px;
}

dl.variation .bemix-info-button span {
	font-size: 10px;
}

.bemix-popup-container {
	background: rgba(0,0,0,0.45);
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: opacity 150ms ease-out;
	width: 100%;
	z-index: 100;
}

.bemix-popup-container.active {
	opacity: 1;
	pointer-events: all;
}

.bemix-popup-container .popup-wrapper {
	background-color: rgba(255,255,255,1);
	height: auto;
	left: calc(50% - 30px);
	margin: 30px;
	max-height: 600px;
	max-width: 400px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: calc(50% - 30px);
	transform: translateX(-50%) translateY(-30%) translateZ(0);
	transition: transform 150ms ease-out, opacity 150ms ease-out;
	width: 100%;

	/* Shadows */
	-webkit-box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.15);
}

.bemix-popup-container.active .popup-wrapper {
	opacity: 1;
	pointer-events: all;
	transform: translateX(-50%) translateY(-50%) translateZ(0);
}

.bemix-popup-container.active .popup-wrapper p {
	padding: 30px 30px 0 30px;
}

/* Popup header */

.bemix-popup-container .popup-wrapper .popup-header {
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.bemix-popup-container .popup-wrapper .popup-header span {
	display: block;
	font-size: 20px;
	padding: 30px;
}

.bemix-popup-container .popup-wrapper .popup-header .close {
	color: rgba(0,0,0,1);
	cursor: pointer;
	font-size: 20px;
	opacity: 0.6;
	padding: 30px;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 150ms ease-out;
}

.bemix-popup-container .popup-wrapper .popup-header .close:hover {
	opacity: 1;
}

/* Image gallery */
.fa.fa-circle {
	display: none;
}

.woocommerce-form-login .woocommerce-form__label-for-checkbox { display:none !important; }
/*img.custom-img {
    height: auto;
    max-height: 26px;
    max-width: 26px;
    width: 100%;
}*/

img.custom-img {
    height: 26px;
    width: auto;
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN-Bold.woff2') format('woff2'),
        url('../fonts/DIN-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN-Light.woff2') format('woff2'),
        url('../fonts/DIN-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN-Regular.woff2') format('woff2'),
        url('../fonts/DIN-Regular.woff') format('woff'),
        url('../fonts/DIN-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.mild-media-slider .carousel-cell .cell-item .content h1.normal {
	font-family: 'DIN';
	font-weight: bold;
  }

  .mild-media-slider .carousel-cell .cell-item .content p {
	font-family: 'DIN';
	font-weight: 300;
  }

/* mindre pilar */
.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: -3%;
	top: 20%;
	width: 37%;
	height: 60%;
  }

  .flickity-prev-next-button.next {
	right: -45px;
  }

  .mild-media-slider .carousel-cell .cell-item .content p {
    font-family: 'DIN';
    font-weight: normal;
}

.purple-text {
    color: #7e3486 !important;
}
.button.lasmer {
    background-color: #7e3486 !important;
    color: rgba(255,255,255,1) !important;
}

.contentWrapper.noPadding {
	padding-bottom: 0 !important;
}

.vcText {
	padding-bottom: 50px;
}

.vcText .wrap {
	text-align: center;
}

.vcText h2 {
    margin: 0;
}

.vcText .flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.vcText .container {
	display: flex;
	flex-wrap: wrap;
}

.vcText .container .image {
	margin-right: 16px;
	background-image: url("../images/grå.png");
	width: 120px;
	height: 144px;
}

.vcText:hover .container .image {
	background-image: url("../images/lila-blink.png");
}

.vcText .container .info {
    margin-top: 24px;
	text-align: left;
}

.vcText .container .info a {
	color: #6f6f6f;
}

.chat-bubble {
	position: fixed;
	width: 220px;
	height: 213px;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.chat-bubble .bubble {
	width: 156px;
	height: 149px;
	background-image: url("../images/bubble.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 176px 173.4px;
	font-size: 14px;
	color: #ffffff;
	padding: 32px;
	text-align: center;
	z-index: 100;
}

.chat-bubble .bubble h2 {
	font-size: 16px;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

@media (max-width: 768px) {
	.chat-bubble {
		position: fixed;
	}

	.chat-bubble .bubble {
		width: 144px;
		height: 141.4px;
		padding: 16px;
	}
}

@media (max-width: 414px) {
    .vcText .wrap {
        text-align: left;
    }

	.chat-bubble {
		display: none;
	}

	.vcText .flex-center {
		display: block;
		justify-content: unset;
		align-items: unset;	
	}

	.vcText .container {
		display: block;
		flex-wrap: unset;	
	}

	.vcText .container .info {
		text-align: left;
	}
}
.single-product .topImage, .tax-product_cat .topImage {
	display: none;
}