/* Tric sliders */ 
.tric-slider {
    max-width: 1440px;
    margin: auto;
    background: white;
    margin-bottom: 0 !important;
}
.tric-slider-item-small {
	display: none;
	height: 260px;
	position: relative;
}
.tric-slider-item-small img {
	height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    z-index: 1;
}
.tric-slider-item-large {
	position: relative;
	height: 360px;
	width: 100%;
}
.tric-slider-item-large img {
	max-height: 360px;
}

.tric-slider-item-small .tric-slider-item--overlay {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 20px;
	z-index: 2;
	max-width: 49%;
}
.tric-slider-item-small h2 {
	font-size: 28px;
	color: #A7B80E;
	margin-bottom: 5px;
}
.tric-slider-item-small p {
	color: #000;
	font-family: 'Source Sans Pro';
	font-weight: 500;
}
.tric-slider-item-small .tric-slider-item--button .btn {
	padding: 5px 15px;
    background: #84196f;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 20px;
    display: inline-block;
}


@media only screen and (max-width: 1440px){
	.tric-slider {
		height: auto;
	}
}
@media only screen and (max-width: 770px){

	.tric-slider-item-small {
		display: block;
	}
	.tric-slider-item-large {
		display: none;
	}
	.tric-slider .slick-next {
		right: 10px;
	}
	.tric-slider .slick-prev {
		left: 10px;
	}
	.tric-slider .slick-dots {
		bottom: 3px;
		text-align: center;
		padding-left: 10px;
	}
}


.frontsection {
    padding: 25px 15px;
    border-top: 1px solid #ddd;
}
.frontsection table tr td {
	width: 50%;
	border-right: 1px solid #ddd;
	vertical-align: top;
	padding: 15px;
}
.frontsection table tr td:last-child {
	border-right: 0;
	padding-left: 20px;
	padding-right: 0;
}
.frontsection a {
	color: #000;
	text-decoration: underline;
}
@media only screen and (min-width: 771px) {
	.frontsection {
		border: 0;
		padding: 0;
	}
	.frontsection.mobile {
		display: none;
	}
}
@media only screen and (max-width: 771px) {
	.frontsection.desktop {
		display: none;
	}
}

/* Front categories */ 
.cms-index-index .categories {
	display: none;
}
@media only screen and (max-width: 900px) {
	.cms-index-index .categories {
		display: block;
	}
	.categories .category {
		display: inline-block;
	    width: 100%;
	    margin-bottom: 10px;
	    border: 1px solid #000;
	    height: 60px;
	    line-height: 55px;
	    vertical-align: middle;
	}
	.categories .category:first-child {
		margin-top: 10px;
	}
	.categories .category a {
		display: block;
	    font-size: 17px;
	    font-weight: bold;
	    font-family: 'Source Sans Pro';
	    text-decoration: none;
	    position: relative;
	    text-transform: uppercase;
	}
	.categories .category a:after {
		content: '\f054';
	    font-family: 'FontAwesome';
	    position: absolute;
	    right: 20px;
	    color: #000;
	    font-weight: bold;
	    transform: translateY(-50%);
	    top: 50%;
	}
	.categories .category .thumbnail {
		width: 50px;
	    height: 50px;
	    background-size: cover;
	    border: 1px solid #e6e6e6;
	    float: left;
	    border-radius: 50%;
	    margin-right: 10px;
	    margin-top: 4px;
		margin-left: 10px;
	}	
}

/* Readmore */ 
.desc-readmorewrap {
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.desc-readmorewrap .desc-readmore {
	padding: 5px 15px;
    background: #84196f;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}
.desc-readmorewrap .desc-readmore i.fa {
	margin-left: 10px;
    position: relative;
    top: 1px;
}
.catalog-category-view .desc-readmorewrap {
	text-align: left;
	padding: 10px 10px 10px 15px;
}
.catalog-category-view .desc-readmorewrap .desc-readmore {
	padding: 5px 0px;
    background: #fff;
    text-decoration: underline;
    color: #000;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Source Sans Pro';
}
.readmore.large {
	height: 240px;
	overflow: hidden;
	margin-bottom: 20px;
}	
.catalog-category-view .readmore.large {
	height: 170px;
}
.readmore.large.expanded {
	height: auto;
	overflow: visible;
}
@media only screen and (min-width: 771px) {
	.readmore.large {
		border-bottom: 0;
		margin-bottom: 0;
	}
	.catalog-category-view .desc-readmorewrap {
		text-align: center;
		background: #f5f5f5;
		border-bottom: 1px solid #ddd;
		padding-top: 0;
		padding-bottom: 20px;
	}
	.catalog-category-view .desc-readmorewrap .desc-readmore {
		background: #a7b80f;
		padding: 5px 10px;
		color: #fff;
		font-family: 'Source Sans Pro';
		text-decoration: none;
		font-weight: 400;
		border-radius: 2px;
	}
}

.mob-link img {
    display: none;
}
.page-overlay {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    margin: 0 auto;
    z-index: 99;
    -webkit-transition:background 0.2s;
	-moz-transition:background 0.2s;
	-o-transition:background 0.2s;
	transition:background 0.2s
}
.page-overlay.closing {
	background: transparent;
}
.no-scroll {
	position: fixed;
    overscroll-behavior: contain;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@media only screen and (max-width: 771px) {
	.logo {
		display: none;
	}
	.page-header-container .store-language-container {
		display: none;
	}
	.mob-link {
		width: 33.33%;
		float: left;
		height: 55px;
	}
	.mob-link.mob-logo {
		background: #f5f5f5;
	}
	.mob-link img {
	    max-width: 100%;
	    width: 65px;
	    margin: 1px auto;
	    display: block;
	}
	.skip-link.skip-cart {
		border-right: 0;
		border-left: 1px solid #ededed;
	}
	#header-search {
		display: block;
		padding: 0;
	}
	#search {
		border: 0;
		font-size: 16px;
		border-bottom: 1px solid #e6e6e6;
	}
}
.skip-link.skip-nav .icon {
	background: none;
	text-indent: initial !important;
	padding-top: 4px;
}
.skip-link.skip-nav .icon:before {
	content: '\f0c9';
	font-family: 'FontAwesome';
	text-indent: initial !important;
	color: #000;
	font-size: 30px;
}
.skip-link.skip-cart {
}
.skip-link.skip-cart .icon {
	/* background: url('../images/cart.svg') no-repeat;
    background-position: center;
    height: 50px;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; */ 
}
.skip-link.skip-cart:hover .icon {
	/* background: url('../images/cart.svg') no-repeat;
    background-position: center !important;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; */ 
}
@media only screen and (max-width: 771px) {
	.skip-nav .label {
	    display: inline;
	    font-family: 'Source Sans Pro';
	    font-size: 10px;
	    text-transform: uppercase;
	    color: #000;
	    font-weight: bold;
	}
	.header-top-usps {
		width: 100%;
		line-height: 40px;
		display: none;
		font-size: 12px;
		text-align: center;
		border-bottom: 1px solid #ddd;
		font-family: 'Source Sans Pro';
		font-size: 14px;
		color: #000;
	}
	.header-top-usps .container {
		max-width: 1200px;
		margin: auto;
		text-align: center;
		color: #fff;
	}
	.header-top-usps .container ul {
		list-style: none;
		margin: auto;
	}
	.header-top-usps .container ul li {
		display: inline-block;
		margin-right: 35px;
		text-align: center;
	}
	.header-top-usps ul li em.fa {
		margin-right: 5px;
		font-size: 16px;
		color: #84196f;
	}
}



/* Mobile navigation */ 
.sidepanel {
    position: fixed;
    left: -100%;
    top: 0;
    width: 90%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
    transition: left 0.2s ease-out;
    -webkit-transition: left 0.2s ease-out;
    -moz-transition: left 0.2s ease-out;
    -o-transition: left 0.2s ease-out;
    -ms-transition: left 0.2s ease-out;
	font-family: "Source Sans Pro";
    -webkit-overflow-scrolling: touch;
}
.sidepanel.active {
	left: 0;
}
.navigation-root, 
.navigation-root>div {
	height: 100%;
}
.navigation-logo {
	background: #f5f5f5;
	height: 40px;
}
.navigation-logo img {
	width: 120px;
	margin: auto;
	padding: 5px;
}
.navigation-header {
    height: 50px;
    display: block;
    /* border-bottom: 1px solid #e6e6e6; */ 
    width: 100%;
    clear: both;
    background: #851970;
}
.navigation-header button.navigation-close {
	height: 49px;
    width: 15%;
    float: left;
    text-align: center;
    font-size: 25px;
    background: #851970;
    border: 0;
    padding-bottom: 3px;
    color: #fff;
    font-weight: lighter;
}
.navigation-header .search {
    width: 85%;
    float: left;
}
.navigation-header h3 {
	float: left;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    margin: 0;
    width: 85%;
}
.navigation-header .search input {
	height: 49px;
	background: #851970;
	border: 0;
	width: 100%;
	padding-left: 35px;
}

.navigation-header .search input:focus,
.navigation-header .search input:hover {
	outline: none;
}
.navigation-header .search .input-box {
	padding-top: 0;
	position: relative;
}
.navigation-header .search .input-box:before {
    content: '\f002';
    font-family: 'FontAwesome';
    left: 10px;
    top: 30%;
    position: absolute;
    color: #fff;
    font-size: 15px;
}
.navigation-subheader {
	display: none;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #e6e6e6;
}
.navigation-subheader button.back {
	font-size: 15px;
	border: 0;
	background: #fff;
}
.navigation-subheader button.back:focus,
.navigation-subheader button.back:active {
	border: 0;
	outline: none;
}
.navigation-subheader button.back:before {
	content: '\f053';
    font-family: 'FontAwesome';
    margin-right: 15px;
    display: inline-block;
    padding-left: 10px;
}
.navigation-wrapper {
	overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 95%;
    border-bottom: 1px solid #e6e6e6;
	float: left;
	width: 100%;
	position: relative;
}
.navigation-container,
.subnavigation-container {
    margin-bottom: 44px;
    box-sizing: border-box;
    position: relative;
    left: 0;
    width: 100%;
    /* transition: left 90ms ease-out;
    -webkit-transition: left 90ms ease-out;
    -moz-transition: left 90ms ease-out;
    -o-transition: left 90ms ease-out;
    -ms-transition: left 90ms ease-out; */
}
.navigation-container {
	margin-bottom: 0;
}
.navigation-container.closed {
	left: -100%;
}
.navigation-container .menu-container .sorting {
	margin-top: 15px;
}
.subnavigation-container {
	left: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	margin-bottom: 45px !important;
	display: none;
}
.subnavigation-container.open {
	left: 0;
	display: block;
}
.subnavigation-container .subnavigation-campaigns {
	display: block;
    clear: both;
    padding: 15px;
    margin-top: 15px;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 45px;
    background: #f5f5f5;
}
.subnavigation-container .subnavigation-campaigns .campaign {
	min-height: 55px;
    border: 1px solid #ddd;
    background: #ffffff;
    background-position: right 20px bottom;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 55px;
    padding: 0 15px;
    margin-bottom: 15px;
    position: relative;
}
.subnavigation-container .subnavigation-campaigns .campaign .campaigntitle {
	color: #84196f;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
}
.subnavigation-container .subnavigation-campaigns .campaign i.fa {
	position: absolute;
	right: 10px;
	color: #000;
	transform: translateY(-50%);
    top: 50%;
}
.navigation-footer {
	display: table;
	width: 100%;
	height: 55px;
	table-layout: fixed;
	bottom: 0;
	text-align: center;
	padding: 0 5px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.navigation-footer.hidden {
	display: none !important;
}
.navigation-footer .footer-block {
	display: inline-block;
	padding: 10px;
	width: 50%;
	margin: 0 0;
	vertical-align: middle;
}
.navigation-footer .footer-block:first-child {
	width: 100%;
}
.navigation-footer .footer-block:nth-child(2) {
	width: 50%;
	margin: 0;
	float: left;
}
.navigation-footer .footer-block:last-child {
	border-right: 0;
	margin-top: 0;
}
.navigation-footer .footer-block button {
	background: #ffffff;
    width: 100%;
    padding: 10px 0;
    border: 1px solid #000;
    color: #000;
    position: relative;
}
.navigation-footer .footer-block button i.fab {
	position: absolute;
    left: 17px;
    top: 8px;
    color: #851970;
    font-size: 27px;
}
.navigation-footer .footer-block button i.fa {
	float: left;
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 20px;
}
.navigation-featured {
	display: block;
	clear: both;
	padding: 25px 15px 15px 15px;
	margin-top: 15px;
	border-top: 1px solid #e6e6e6;
	background: #f5f5f5;
}
.navigation-featured .sidepanel-featured {
	height: 110px;
	border: 1px solid #e6e6e6;
	background: #fff;
	margin-bottom: 15px;
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}
.navigation-featured .sidepanel-featured a {
	height: 110px;
	display: block;
}
.navigation-featured .sidepanel-featured h3 {
    position: relative;
    top: 50%;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 25px;
    transform: translateY(-50%);
    font-weight: bold;
    color: #851970;
    font-size: 23px;
}
.navigation-featured .sidepanel-featured h3 span.subtitle {
	text-transform: none;
	font-size: 15px;
	color: #000;
	display: block;
	font-weight: 500;
	max-width: 80%;
}
@media only screen and (max-width: 770px) {
	.nav-primary li.level0 > a {
		display: inline-block;
		width: 100%;
		clear: both;
		font-size: 18px;
	}
	.nav-primary li.level0 > a .titlewrapper {
		float: left;
		min-height: 50px;
		padding-top: 5px;
		font-size: 18px;
	}
	.nav-primary li.level0 > a span.subtitle {
	    display: block;
	    font-size: 14px;
	    font-weight: lighter;
	    color: #545454;
	    text-transform: none;
	}
	.nav-primary li.level0 > a .iconframe {
	    width: 50px;
	    height: 50px;
	    background-size: cover;
	    border: 1px solid #e6e6e6;
	    float: left;
	    border-radius: 50%;
	    margin-right: 10px;
	}
	.nav-primary li.level0 > a .iconframe.not-bordered,
	.iconframe.not-bordered {
		/* border: 0; */
	}
	.navigation-container .menu-container .sorting {
		margin-top: 25px;
	}
	.subnavigation-container .menu-container ul li.level1 ul.level1 {
		display: none;
		padding: 0 0 20px 60px;
	}
	.subnavigation-container .menu-container ul li.level1.view-all {
		border-bottom: 1px solid #e6e6e6;
	    background-image: url('../images/testkostumer.jpg');
	    background-size: contain;
	    background-position: bottom right;
	    background-repeat: no-repeat;
	    position: relative;
	}
	/* .subnavigation-container .menu-container ul li.level1.view-all:before {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		background: rgba(0,0,0,0.3);
		content: '';
		height: 100%;
	} */
	.subnavigation-container .menu-container ul li.level1.view-all > a {
	    height: 60px;
	    text-align: left;
	    line-height: 50px;
	    color: #000;
	    display: block;
	}
	.subnavigation-container .menu-container ul li.level1.view-all > a span {
		display: block;
		text-transform: none;
		color: #000;
		font-size: 15px;
	}
	.subnavigation-container .menu-container ul li.level1.view-all > a:after {
	    content: '\f054';
	    color: #000;
	    position: absolute;
	    padding-left: 15px;
	}
	.subnavigation-container .menu-container ul li.level1 > a {
		display: inline-block;
		width: 100%;
		clear: both;
		padding: 5px 15px 5px 10px;
	    text-align: left;
	    color: #000;
	    text-transform: uppercase;
	    line-height: 30px;
	    font-size: 16px;
	    position: relative;
	    font-weight: 600;
	}
	.subnavigation-container .menu-container ul li.level1 > a:after {
		content: '\f078';
	    font-family: 'FontAwesome';
	    position: absolute;
	    right: 20px;
	    color: #000;
	    font-weight: bold;
		transform: translateY(-50%);
	    top: 50%;
	}
	.subnavigation-container .menu-container ul li.level1 > a.active:after {
		content: '\f077';
	}
	.subnavigation-container .menu-container ul li.level1 > a .titlewrapper {
		float: left;
		min-height: 50px;
		line-height: 50px; 
	}
	.subnavigation-container .menu-container ul li.level1 a span.subtitle {
		display: none;
	    font-size: 12px;
	    font-weight: lighter;
	    color: #545454;
	    text-transform: none;
	}
	.subnavigation-container .menu-container ul li.level1 > a .iconframe {
		width: 50px;
	    height: 50px;
	    background-size: cover;
	    border: 1px solid #e6e6e6;
	    float: left;
	    border-radius: 50%;
	    margin-right: 10px;
	}
	.subnavigation-container .menu-container ul li.level2 > a {
		display: inline-block;
		width: 100%;
		clear: both;
		padding: 2px 15px 2px 10px;
	    text-align: left;
	    color: #000;
	    text-transform: none;
	    line-height: 30px;
	    font-size: 15px;
	    position: relative;
	    font-weight: 600;
	}
	.subnavigation-container .menu-container ul li.level2.view-all a {
		color: #84196f !important;
	}
	.subnavigation-container .menu-container ul li.level2 > a .iconframe {
		display: none;
	}
}


/* Navigation-mobile input placeholder focus */ 
#navigation-mobile input::-webkit-input-placeholder { /* Chrome */
  color: #fff;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
#navigation-mobile input:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
#navigation-mobile input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  transition: opacity 250ms ease-in-out;
}
#navigation-mobile input:focus:-ms-input-placeholder {
  opacity: 1;
}
#navigation-mobile input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.5;
  transition: opacity 250ms ease-in-out;
}
#navigation-mobile input:focus::-moz-placeholder {
  opacity: 1;
}
#navigation-mobile input:-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  opacity: 0.5;
  transition: opacity 250ms ease-in-out;
}
#navigation-mobile input:focus:-moz-placeholder {
  opacity: 1;
}
#navigation-mobile input {
	transition: color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;	
    color: #fff;
}


/* Front featured categories */
.featured-wrapper {
	border-top: 1px solid #ddd;
    display: block;
    width: 100%;
    clear: both;
    height: 151px;
    box-sizing: border-box;	
} 
.featured-wrapper .featured {
	float: left;
    width: 50%;
    height: 150px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.featured-wrapper .featured:after {
    content: '';
    background: rgba(0,0,0,0.04);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.featured-wrapper .featured:last-child {
	border-right: 0;
}
.featured-wrapper .featured .featured-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 35px;
	z-index: 9999;
}
.featured-wrapper .featured .featured-content h3 {
	text-transform: none;
	color: #000;
	font-size: 17px;
	font-weight: 700;
}
.featured-wrapper .featured .featured-content .btn {
	padding: 5px 15px;
    background: #A7B80E;
    color: #fff;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 5px;
    display: inline-block;
}
.featured-wrapper .featured .featured-content .btn i.fa {
	padding-left: 5px;
}
.magecon-block {
	width: 90px;
    height: 92px;
    background: #f5f5f5;
    position: relative;
}
.magecon-youtube {
	vertical-align: middle;
    position: absolute;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    left: 0;
    right: 0; 
}
.magecon-youtube img {
	position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.magecon-block:after {
    content: '\f04b';
    font-family: 'FontAwesome';
    color: #851970;
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    border: 1px solid #851970;
    font-size: 20px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    padding-left: 3px;
    line-height: 35px;
    background: #fff;
    pointer-events: none;
    margin: auto;
    top: 5%;
}
#productiframe {
	width: 100%;
}
@media only screen and (max-width: 771px) {
	.featured-wrapper .featured:nth-child(3),
	.featured-wrapper .featured:nth-child(4) {
		display: none;
	}
	.featured-wrapper .featured .featured-content {
		padding: 0 20px;
	}
}
@media only screen and (min-width: 771px) {
	.featured-wrapper {
		margin: 30px auto 20px auto;
		border-top: 0;
	}
	.featured-wrapper .featured:after {
		display: none;
	}
}

/* Size guide */ 
.product-style-guide table tr th {
	background: #851970;
	color: #fff;
	text-align: center;
	font-size: 12px;
    font-family: 'Source Sans Pro';
}
.product-style-guide table tr th:first-child {
	background: #fff;
    color: #000;
    font-size: 16px;
}
.product-style-guide table tr td {
	vertical-align: middle;
    padding: 5px 2px;
    border-top: 1px solid #ddd;
    font-size: 12px;
    text-align: center;
    border-right: 1px solid #ddd;
    font-family: 'Source Sans Pro';
}
.product-style-guide table tr td:first-child {
	background: #851970;
    color: #fff;
    text-align: left;
    width: 20%;
    vertical-align: middle;
}
.slide-element.product-style-guide table {
	width: 95% !important;
	margin: auto;
	border: 1px solid #ddd;
	margin-top: 20px;
}
.product-style-guide table {
	border: 1px solid #ddd;
	margin-top: 20px;
}
.slide-element.video iframe {
	width: 100%;
    min-height: 238px;
    height: 100%;
    border: 0;
    top: 125px;
    position: relative;
}
.slide-element.product-style-guide {
	padding: 0 !important;
}

@keyframes spinner {
    to {transform: rotate(360deg);}
}
@-webkit-keyframes spinner {
    to {-webkit-transform: rotate(360deg);}
}
.spinner {
    min-width: 24px;
    min-height: 24px;
    top: 150px;
    position: relative;
}
.spinner:after {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 2px solid #851970;
    border-right: 2px solid transparent;
    animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite;
}
@media only screen and (max-width: 475px) {
	.slide-element.video iframe {
		top: 70px;
	}
}
@media only screen and (max-width: 375px) {
	.slide-element.video iframe {
		top: 50px;
	}
}

/* Custom Desktop */
@media only screen and (min-width: 771px) {
	.tric-slider-item-large .tric-slider-item--overlay {
	    position: absolute;
	    left: 0;
	    right: 0;
	    max-width: 560px;
	    width: 100%;
	    margin: auto;
	    top: 50%;
	    text-align: center;
	    transform: translateY(-50%);
	}
	.tric-slider-item-large .tric-slider-item--content h2 {
		font-size: 50px;
	    font-weight: bold;
	    color: #a7b80f;
	}
	.tric-slider-item-large .tric-slider-item--content p {
		font-size: 25px;
	}
	.tric-slider .slick-dots {
		bottom: 10px !important;
	}
	.tric-slider-item-large .tric-slider-item--button .btn {
		padding: 5px 15px;
	    background: #A7B80E;
	    color: #fff;
	    border: 0;
	    border-radius: 2px;
	    cursor: pointer;
	    margin-top: 20px;
	    border: 2px solid #A7B80E;
	    font-size: 22px;
	    display: inline-block;
	}
	.featured-wrapper .featured {
	    width: 25%;
	    margin-right: 0px;
	    border-bottom: 2px solid #ddd;
	    border-bottom: 3px solid #ddd;
	    text-transform: uppercase;
	}
	.featured-wrapper .featured:last-child {
		margin-right: 0;
		border-right: 1px solid #ddd;
	}
	.featured-wrapper .featured .featured-content h3 {
		font-size: 22px;
	}
	.sectionwrapper {
		border: 1px solid #ddd;
		margin-top: 25px;
		margin-bottom: 45px;
	}
	.frontsection.shop-desktop-small {
		width: 25%;
		display: inline-block;
		vertical-align: top;
		background: #f5f5f5;
		padding: 20px;
		border: 0;
		border-right: 1px solid #ddd;
	}
	.frontsection table tr td {
		padding: 0;
	}
	.frontsection.shop-desktop-small h2 {
		font-weight: bold;
		color: #000;
		padding-bottom: 10px;
	}
	.frontsection.shop-desktop-small a {
		margin-top: 15px;
		display: block;
	}
	.frontsection.trust-desktop-small {
	    width: 74.7%;
	    vertical-align: top;
	    display: inline-block;
	    padding: 30px;
	    border: 0;
	    background: #fff !important;	
	}
	.cms-index-index .readmore > p {
	    color: #5d5d5d;
	    font-size: 16px;
	    text-align: center;
	    margin: 0 0 1.5em;
	}
	.slide-element.video iframe {
		min-height: 525px;
		top: initial;
	}
}

/* Product Attachement */ 
.product-view .attachements {
	width: 100%;
	padding: 0;
	display: inline-block;
	margin-top: 20px;
}
.product-view .attachements .inner {
	border: 1px solid #ddd;
	padding: 0;
}
.product-view .attachements .inner h3 {
	text-transform: uppercase;
    font-weight: bold;
    padding: 3px 10px;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
}
.product-view .attachements .attachement {
	padding: 0 20px 10px 20px;
}
.product-view .attachements .attachement a {
	font-family: 'Source Sans Pro';
    color: #6b6b6b;
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
}
.product-view .attachements .attachement i.fa {
	padding-right: 5px;
    font-size: 15px;
    color: #A7B80E;
}
@media only screen and (max-width: 771px) {
	.product-view .attachements {
		width: 100%;
	}
}

/* Desktop temp overlay */ 
html[lang="da"] .desktop-temp-overlay {
	position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    background: rgba(255,255,255,0.96);
    z-index: 999;
    display: none;
}
html[lang="da"] .desktop-temp-overlay h2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 100px;
	margin: auto;
	display: block;
	width: 100%;
}
@media only screen and (max-width: 771px) {
	html[lang="da"] .desktop-temp-overlay {
		display: none;
	}
	.header-top-links .customerservice {
		display: none;
	}
	.tric-slider-item-small h2 {
		font-weight: bold;
	}
		.tric-slider-item-small p {
		font-size: 18px !important;
		margin-bottom: 0;
	}
}
.checkout-onepage-success .main-container {
	padding: 0 15px;
}
.checkout-onepage-success .main-container p {
    margin-bottom: 15px;
}
.checkout-onepage-success .page-title h1 {
	font-size: 33px;
    text-transform: none;
    padding: 20px 0;
    border-bottom: 0;
    padding-bottom: 0px;
}
.checkout-onepage-success .page-title img {
	margin: auto;
    display: block;
    max-width: 120px;
    margin: auto;
    padding: 20px 0;
}
.checkout-onepage-success .sub-title {
	font-size: 30px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.checkout-onepage-success .headerp {
	font-size: 25px;
    color: #a7b80f;
    padding-top: 10px;
    margin-bottom: 0 !important;
    background: #f5f5f5;
    padding-bottom: 5px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
}
.checkout-onepage-success .headerp2 {
	font-size: 20px;
    margin-bottom: 30px;
    background: #f5f5f5;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
}

.catalog-product-view .aw-heading {
    display: block;
    background-color: #f5f5f5;
    color: #000;
    border-bottom: 1px solid #ddd;
    float: none;
    line-height: 37px;
    margin: 0 0 0;
    padding: 5px 0 5px 10px;
    font-family: 'Source Sans Pro';
    text-align: center;
    font-weight: bold;
    font-size: 28px;
}
.aw-container {
	display: none !important;
}
.catalog-product-view .aw-container {
	display: block !important;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
.catalog-product-view .aw-container .products-grid {
	margin-bottom: 0;
}
.catalog-product-view .aw-container .products-grid li.item:hover {
	transform: none !important;
}
.catalog-product-view .aw-container .products-grid li.item:hover .actions {
	display: none;
}
.catalog-product-view .aw-container .products-grid li.item .product-info .actions .button.btn-cart {
	display: none;
}
.catalog-product-view .aw-slider {
	margin-bottom: 0;
}
@media only screen and (max-width: 771px) {
	.catalog-product-view .aw-heading {
		border-bottom: 0;
		font-size: 20px;
		line-height: 22px;
	}
}
.scroll-to-sizeguide:hover {
	text-decoration: none;
	border: 1px solid #fff !important;
}
.catalog-product-view .box-up-sell {
	display: none;
}
.cart .category-products {
	padding-left: 20px;
}
.aw-item:hover {
	border-radius: initial !important;
	border: 0 !important;
}
@media only screen and (max-width: 771px) {
	.cart .aw-heading {
	    line-height: 30px !important;
	    font-size: 15px !important;
	    text-align: center;
	    margin: 0;
	    padding: 0;
	}
	.cart .category-products {
		padding-left: 0;
		margin-top: 40px;
	}
	#shopping-cart-table .button2 span, .button2 span span {
		padding-left: 0 !important;
	}
	#shopping-cart-table .button2 {
		border: 0;
	}
	#shopping-cart-table {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 475px) {
	.onestepcheckout-index-index .main-container {
		background: #f9f9f9 !important;
	}
}
@media only screen and (max-width: 400px) {
	.onestepcheckout-threecolumns input[type="radio"]+label .price {
	    display: block;
	    float: none;
	    left: 35px;
	    position: relative;
	}
}
.product-view .block-related {
	display: none;
}

/* Search */ 
@media only screen and (min-width: 771px) {
	.cms-addwish .products-grid li.item {
		width: 20%;
		clear: none !important;
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 771px) {
	.cms-addwish .main-container {
		padding: 0; 
	}
	.cms-addwish .page-title {
		padding: 15px;
	}
}
@media only screen and (max-width: 1350px) {
	.tric-slider-item-large img {
		height: 100%;
		object-fit: cover;
	}
}

.product-view #nostock {
	border: 3px solid #6fad39;
	padding: 20px;
	margin-bottom: 20px;
	width: 100%;
	display: block;
}
.product-view #nostock h3 {
	font-weight: bold;
}
.product-view #nostock p {
	margin-bottom: 15px;
}
.product-view #nostock .circle-wrapper .circle {
    display: inline-block;
    margin-right: 40px;
    font-size: 18px;
    margin-bottom: 15px;
}
.product-view #nostock .circle-wrapper .circle .outericon {
	width: 50px;
    height: 50px;
    background: #a7b80f;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin-right: 10px;
    font-size: 26px;
    display: inline-block;
    border-radius: 50%;
}
.product-view #nostock .circle-wrapper .circle .outericon span {
	color: #000;
}
@media only screen and (max-width: 771px) {
	.product-view #nostock .circle-wrapper .circle:first-child {
		margin-bottom: 15px;
	}
}
.emaerket-icon {
    float: left;
    width: 95px;
    margin-top: 1px;
}
@media only screen and (max-width: 771px) {
    .emaerket-icon-link {
        width: 25%;
        display: inline-block;
    }
    .emaerket-icon {
        float: left;
        width: 95px;
        margin-top: 5px;
        margin-left: 5px;
    }
    .header-top-links .trustpilot-widget {
        margin: auto;
        width: 72%;
        display: inline-block;
        top: 10px !important;
    }
}
