/*------------TRÅDSPIRA----------*/
/*------------GULDPAKET----------*/
/*--------Webfolket, Jonna-------*/

@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

:root {
	--MainHeading: 'Playfair Display', serif;
	--MainAccent: #c98484;
	--SecondaryAccent: #b7c273;
}

/*-------------------
GENERAL EMPORIUM
--------------------*/
body {
	font-size: 16px;
}
.emporium--body .emporium--body-wrapper {
	max-width: 1400px;
	width: 100%;
}
.startpage .emporium--body .emporium--body-wrapper {
	max-width: none;
	padding: 5px;
}
.emporium--start-page .tws-container--tws-custom-html {
	box-shadow: none;
}
.startpage h1 {
	font-family: var(--MainHeading);
	letter-spacing: .1em;
	position: relative;
}

/*-------------------
TOPBAR
--------------------*/
.emporium--top-bar p {
	margin: 0;
}

/*-------------------
HEADER
--------------------*/
.emporium--header {
	position: sticky;
  position: -webkit-sticky;
	top: 0;
	z-index: 1000;
}
@media (max-width: 991px) {
  .emporium--header.scrolled {
  	position: fixed;
  	width: 100%;
  }
  .emporium--body{
  	margin-top: 50px;
  }
}

@media (min-width: 992px) {
	.emporium--header.scrolled .slot--header-logo {
		max-width: 200px;
		transition: all .3s ease;
	}
}

.emporium--header .emporium--header-wrapper {
	padding: 10px 30px;
}
/*-------------------
MENU
--------------------*/
.slot--header-horizontal-menu .navbar-nav > li > a {
	text-transform: uppercase;
	font-style: italic;
	font-family: var(--MainHeading);
	font-style: italic;
}
@media (max-width: 991px) {
  .slot--header-horizontal-menu .nav.navbar-nav > li > ul.tws-top-menu--sub-menu {
  overflow-y: scroll;
	height: 100%;
	max-height: 150px;
  }
}
/*-------------------
FRONTPAGE
--------------------*/
/*-------Introduktion------*/
.emporium--start-page .tws-container--tws-custom-html.introduction {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg") !important;
	background-size: cover !important;
	margin-top: 0 !important;
	padding: 50px 30px;
	background-attachment: fixed !important;
	background-position: center !important;
}
.boxed-info {
	max-width: 520px;
	margin: 0 auto;
	border: 6px double #dbdbdb;
	padding: 30px 20px;
	background: #fff;
}
.boxed-info .main-info-text {
	margin-top: 40px;
	font-size: 14px;
}
/*-----Skyltfönster-----*/
.tws-container--tws-content-box-3x .tws-content-box--first-line {
	opacity: 0;
}
.tws-content-box-3x--box .tws-content-box--inner-wrapper:hover {
	background: rgba(0, 0, 0, 0.4);
	transition: all .5s ease;
}
.tws-content-box-3x--box .tws-content-box--inner-wrapper:hover .tws-content-box--first-line {
	opacity: 1;
	transition: all .5s ease;
	font-family: var(--MainHeading);
	text-transform: uppercase;
	letter-spacing: .1em;
}

/*-----Skyltfönster 4 bilder-----*/
.tws-container--tws-content-box-4x .tws-content-box--first-line {
	opacity: 0;
}
.tws-content-box-4x--box .tws-content-box--inner-wrapper:hover {
	background: rgba(0, 0, 0, 0.4);
	transition: all .5s ease;
}
.tws-content-box-4x--box .tws-content-box--inner-wrapper:hover .tws-content-box--first-line {
	opacity: 1;
	transition: all .5s ease;
	font-family: var(--MainHeading);
	text-transform: uppercase;
	letter-spacing: .1em;
}


/*-----Custom Heading-----*/
.custom-heading-wrapper {
	text-align: center;
	position: relative;
}
.custom-heading-wrapper::before {
	content: "";
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/img_flora_green.png");
	background-size: cover;
	width: 104px;
	height: 138px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
/*	opacity: 0.6;*/
}
.custom-heading-wrapper h1 {
	font-size: 2.5rem;
}
.custom-heading-wrapper p {
	font-family: var(--MainHeading);
	letter-spacing: .1em;
	font-size: 18px;
	font-style: italic;
	position: relative;
}

/*------Products-------*/
.emporium--start-page .tws-container--tws-articles-two {
	max-width: 1300px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

/*-----Newsletter----*/
.emporium--start-page .tws-container--tws-newsletter-subscribe .tws-newsletter-subscribe--html-before {
	max-width: 1300px;
}
.newsletter {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/maskros.jpg");
	background-size: cover;
	background-position: center;
	min-height: 300px;
	padding: 30px 20px;
	background-attachment: fixed;
}
.newsletter h1 {
	font-size: 2.5rem;
}
.newsletter p {
	font-family: var(--MainHeading);
	letter-spacing: .1em;
	font-size: 18px;
	font-style: italic;
}
/*----Instagram-----*/
@media (min-width: 993px) {
   .tws-instagram.grid .tws-instagram--insta-post {
      width: calc(16% - 8px);
   }
   .tws-instagram--insta-post {
      padding-bottom: calc(16% - 8px);
   }
}
/*-------------------
ARTICLELIST
--------------------*/

/*----Group Heading---*/
.tws-articlegroup-list .tws-artgrp-info .tws-util-heading--heading {
	background-image: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/img_flora_green.png");
	background-size: 84px 118px;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 0;
	margin-bottom: 0;
	display: inline-block;
	background-color: #fff;
	padding: 50px 30px;
	margin: 10px;
	border: 5px double #dbdbdb;
	font-size: 26px;
}
.tws-articlegroup-list--info .col-md-offset-2 {
  	background: linear-gradient(to right, rgba(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1.0) 100%);
	padding: 0;
}
.tws-articlegroup-list--top-heading {

	padding: 30px;
}
.tws-article-list--list .tws-article-list--price .tws-api--price-current {
   font-weight: normal;
   letter-spacing: 0.5px;
}
.tws-article-list--list .tws-article-list--labels .tws-article-labels--new .tws-article-labels--label-text,
.emporium--article-images .slot--article-labels .tws-article-labels--new .tws-article-labels--label-text {
   padding: 20px 10px;
   background: #aebe4b;
   letter-spacing: 1px;
   border-radius: 30px;
}
.tws-article-list--list .tws-article-list--labels .tws-article-labels--special-offer .tws-article-labels--label-text,
.emporium--article-images .slot--article-labels .tws-article-labels--special-offer .tws-article-labels--label-text {
   padding: 15px 7px;
   background: #000000;
   letter-spacing: 1px;
   border-radius: 30px;
}
.tws-articlegroup-list--info > div > p {
	background: #fff;
  margin: 15px;
  padding: 15px;
  border: 6px double #dbdbdb;
  text-align: center;
}
/*---Article carousel---*/
.slick-list {
	padding-bottom: 5px;
}
.tws-container--tws-articles-two-type-carousel .thumbnail {
	box-shadow: none;
	border: 1px solid #ebebeb;
}
.tws-container--tws-articles-two-type-carousel .thumbnail:hover {
	box-shadow: none;
	border: 1px solid #e7e7e7;
}
/*-------BAKGRUNDSBILDER ARTGRP--------*/
/*--För Fönster---*/
.articlegroup-6822631 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*--Fönstersmycken---*/
.articlegroup-6822683 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*--Änglar---*/
.articlegroup-6823039 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*--Insyns- /fönsterskydd---*/
.articlegroup-6825477 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*--För Fasaden---*/
.articlegroup-6785819 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
/*--Fasadsiffror--*/
.articlegroup-6784067 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Fasadsmycken---*/
.articlegroup-6785781 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*--Fasadbokstäver---*/
.articlegroup-6825509 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*--Tankerutor---*/
.articlegroup-6822637 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*--Black Week---*/
.articlegroup-8806461 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*--Höstkampanj---*/
.articlegroup-8740261 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Trädgård---*/
.articlegroup-6785783 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Trädgårdssmycken---*/
.articlegroup-6823041 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Rostig Trädgård---*/
.articlegroup-6823043 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Änglar under Trädgård---*/
.articlegroup-6823045 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Övrigt---*/
.articlegroup-6822629 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Till köket---*/
.articlegroup-6827013 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Vägg- / dörrkrok---*/
.articlegroup-6827015 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Änglar under Övrigt---*/
.articlegroup-6827017 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Ljuslyktor---*/
.articlegroup-6827019 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Utgående modeller---*/
.articlegroup-6852797 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Dalahästar---*/
.articlegroup-6785779 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Limited Edition---*/
.articlegroup-6785785 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Fasadsmycke ALU---*/
.articlegroup-6822607 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Dalahästar ALU---*/
.articlegroup-6822609 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Fönstersmycken ALU---*/
.articlegroup-6822611 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Till köket ALU---*/
.articlegroup-6822613 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Ljuslyktor ALU---*/
.articlegroup-6827121 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Tillbehör---*/
.articlegroup-6822757 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Tillbehör---*/
.articlegroup-6835333 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/snowdrop_spring.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*---Alla hjärtans dag---*/
.articlegroup-6980633 .tws-articlegroup-list--info {
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/map-2527433_1920.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/*-------------------
ARTICLE
--------------------*/
.slot--article-name .tws-article-name h1{
	font-family: var(--MainHeading);
	letter-spacing: .1em;
}
.tws-article-description--text-container {
	max-height: none;
	overflow: visible;
}
.tws-article-description--show-more {
	display: none;
}
.slot--article-page-footer .tws-container--tws-articles-two .tws-articles-two,
.emporium--article-bottom {
	box-shadow: none;
}

/*----Article footer----*/
.slot--article-page-footer .tws-container--tws-articles-two .tws-articles-two--heading,
.slot--article-page-footer .tws-articles-two--heading .tws-util-heading--heading {
	position: relative;
}
.slot--article-page-footer .tws-container--tws-articles-two .tws-articles-two--heading::before {
	content: "";
	background: url("https://admin.abicart.se/shop/ws19/108019/files/Designfiler/img_flora_green.png");
	background-size: cover;
	width: 84px;
	height: 118px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
/*	opacity: 0.6;*/
}
.slot--article-page-footer .tws-articles-two--heading .tws-util-heading--heading {
	padding: 20px;
}
/*-------------------
FOOTER
--------------------*/
.emporium--footer-mid-left {
	max-width: 1400px;
	width: 100%;
}
.custom-footer-1 img {
	max-width: 250px !important;
}
.emporium--footer-mid-left .fa {
	font-size: 20px;
	margin-right: 20px;
}
.emporium--footer-mid-left .fab {
	font-family: FontAwesome;
	font-size: 36px;
}
.emporium--footer-mid-left h3 {
	font-family: var(--MainHeading);
	letter-spacing: .1em;
}
.slot--custom-newsletter-footer .tws-newsletter-subscribe--html-before {
	margin-bottom: 20px;
}
.slot--custom-newsletter-footer input {
	margin-bottom: 10px;
}
.emporium--footer .slot--brand-logos {
	margin-top: 0;
}
/*-------------------
CHECKOUT
--------------------*/
.checkout .emporium--body {
   background: #f1f1f1;
}

/*----------------------------------
MEDIA QUERIES
-----------------------------------*/
@media (max-width: 567px) {
	.slot--header-logo {
		max-width: 150px;
	}
      .page-canvas {
      overflow: hidden;
   }
}
@media (max-width: 767px) {
	/*------sök-----*/
	.emporium--header-right .emporium--search-button {
		display: none;
	}
	.emporium--header-search {
		opacity: 1;
		transform: translateY(0);
		transition: none;
		pointer-events: all;
	}

}
@media (max-width: 768px) {
	/*------custom heading------*/
	.custom-heading-wrapper h1,
	.newsletter h1 {
		font-size: 2rem;
	}
	.slot--header-logo {
		max-width: 200px;
	}
}

@media (max-width: 1200px) {
	/*-------Skyltfönster-----*/
	.tws-container--tws-content-box-3x .tws-content-box--first-line {
		opacity: 1;
	}
	.tws-content-box-3x--box .tws-content-box--inner-wrapper {
		background: rgba(0, 0, 0, 0.4);
	}
}


/* welook */

.articlegroup-7727629 .emporium--body .emporium--body-wrapper {
    max-width: none !important;
    width: 100%;
}

.articlegroup-7727629 .customPageItem.customPageHtml {
    background: #fff;
    padding: 0;
    box-shadow: none;
}

.articlegroup-7727629 .customPageItem {
    margin: 0;
}

.articlegroup-7727629 .emporium--breadcrumbs {
   display:none;
}

iframe.welook-VUUn {
    display: block;
    border: none;
    height: 16000px;
    width: 100vw;
}

@media (min-width: 980px) {
iframe.welook-VUUn {
    height: 8000px;
}
  
}

/* END --- welook */