/*
Theme Name:	Ready Digital
Description:	Gott och kort
Author:			Fredrik
Template:		Divi
Version:		1.0.1
/*

@import url("../Divi/style.css");

/* Custom CSS
/*--------------------------------------------------*/

/*--------------------------------------------------[ Basic ]*/
.et_pb_text a,
p a {font-weight: 600;}

.et_pb_text strong,
p strong {
	color: #4d1a43;
	font-weight: 600;
}

/*--------------------------------------------------[ Top Bar ]*/
/*--------------------------------------------------[ Header ]*/
#main-header::after {
	background-color: transparent;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTEyODAgMy40QzEwNTAuNTkgMTggMTAxOS40IDg0Ljg5IDczNC40MiA4NC44OWMtMzIwIDAtMzIwLTg0LjMtNjQwLTg0LjNDNTkuNC41OSAyOC4yIDEuNiAwIDMuNFYxNDBoMTI4MHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAyNC4zMWM0My40Ni01LjY5IDk0LjU2LTkuMjUgMTU4LjQyLTkuMjUgMzIwIDAgMzIwIDg5LjI0IDY0MCA4OS4yNCAyNTYuMTMgMCAzMDcuMjgtNTcuMTYgNDgxLjU4LTgwVjE0MEgweiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0xMjgwIDUxLjc2Yy0yMDEgMTIuNDktMjQyLjQzIDUzLjQtNTEzLjU4IDUzLjQtMzIwIDAtMzIwLTU3LTY0MC01Ny00OC44NS4wMS05MC4yMSAxLjM1LTEyNi40MiAzLjZWMTQwaDEyODB6Ii8+PC9nPjwvc3ZnPg==);
	background-size: 100% 50px;
	content: "";
	display: block;
	bottom: 0;
	height: 50px;
	position: absolute;
	margin-top: -1px;
	transform: translateY(100%) rotate(180deg);
	z-index: 10;
	width: 100%;
}

/*--------------------------------------------------[ Nav ]*/
.et-cart-info span::before {content: "\e079";}
#et-top-navigation .et-cart-info {
	margin-top: -11px;
	position: relative;
	z-index: 99;
}
.et-cart-info {display: none;}

.et_mobile_menu {
	border-top: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.et_mobile_menu li a {border: 0;}

.et_mobile_menu li a:hover {
	background: transparent;
	opacity: 1;
}

#et-top-navigation .et-cart {
	position: absolute;
	top: 20px;
	right: -65px;
	transition: 0.4s transform ease-in-out;
}
#et-top-navigation .et-cart:hover {
	transform: translateY(5px);
}
#et-top-navigation .et-cart-info {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #c9e8ee;
    border-radius: 50%;
    box-shadow: none;
    top: 20px;
    z-index: 1;
    line-height: 40px;

    text-align: center;
}

#et-top-navigation .et-cart-info span:before {
	margin-right: 0;
	line-height: 60px;
	font-size: 20px;
}

span.et-cart-number {
    position: absolute;
    top: 0px;
    right: -10px;
    height: 30px;
    width: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    background: #f13674;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 2;
    font-weight: normal;
}

#top-menu li.lang-item {
	padding-right: 7px;
}

#mobile_menu li a {
	color: #4d1a43;
	font-size: 16px;
}

#mobile_menu li.lang-item {
	display: inline-block;
	padding-right: 10%;
}

#mobile_menu li.lang-item-first {padding-left: 5%;}

/*--------------------------------------------------[ Sidebar ]*/
#main-content .container::before {content: none;}

/*--------------------------------------------------[ Fly Cart ]*/
#ajax-atc-blockingbackground {
	bacground: rgba(21,8,19,.3);
	transition: opacity 0.3s ease-out;
}

#ajax-atc-cartwrapper {
	background: #d7eef2;
	box-shadow: none;
	transition: box-shadow 0.3s, transform cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.36s, opacity 0.3s;
}

#ajax-atc-cartwrapper h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}

#ajax-atc-cartwrapper-errormessage > div {
	background: #ed6889;
	color: #fff;
	font-weight: 600;
	text-align: center;
	transition: max-height 0.3s ease-out;
}

#ajax-atc-cartwrapper-items {
	background: transparent;
}

.ajax-atc-cart-product {
	background: #fff;
	border: 0;
	border-radius: 3px;
	box-shadow: 0px 3px rgba(149,212,229,0.3);
	margin-top: 6px;
	padding: 10px 10px 10px 10px;
}

#ajax-atc-cartwrapper-info {
	background: #95d4e5;
}

.ajax-atc-cart-product-quantity {

}

.ajax-atc-cart-product-quantity > a {
	/*background: #95d4e5;*/
	border-radius: 50%;
	line-height: 1;
}
.ajax-atc-cart-product-quantity > a:hover {background: transparent;}

.ajax-atc-cart-product-quantity > a::after {content: "L";}
.ajax-atc-cart-product-quantity > a:last-child::after {content: "K";}

.ajax-atc-cart-product-quantity span {
	background: #4d1a43;
	color: #fff;
	border-radius: 50%;
}

#ajax-atc-cartwrapper-totalsum h5 {
	color: #fff;
}

#ajax-atc-cartwrapper-checkoutbutton {
	border-radius: 3px;
}

/*Menu count*/
/*#woofc-count.woofc-count-top-right {
	background-color: #c9e8ee;
	border-radius: 50%;
	box-shadow: none;
	top: 20px;
	z-index: 999998;
	line-height: 40px;
	width: 40px;
	height: 40px;
}

#woofc-count:hover {top: 25px;}

.woofc-count i {color: #4f204d; font-size: 20px; line-height: 40px;}
#woofc-count-number {background-color: #f13674;}*/

/*Fly*/
/*#woofc-area {
	font-family: 'Jaldi';
	font-size: 16px;
}

#woofc-area.woofc-area-loading::before {
	animation: none;
	content: "";
	background: url(/wp-content/uploads/2019/03/ajax-loader-cart.gif);
}

#woofc-area .woofc-area-top {
	background: transparent;
	text-align: center;
}

.woofc-area-top span {
	color: #4f204d;
	font-size: 24px;
	text-transform: none;
}

#woofc-area .woofc-item {}
#woofc-area .woofc-item-inner {border-radius: 3px;}

#woofc-area .woofc-total,
#woofc-area .woofc-close,
#woofc-area .woofc-item-remove {color: #4f204d;}
[class*="hint--"]::before {border: 0;}
[class*="hint--"][aria-label]::after {content: none;}

#woofc-area .woofc-action-full a {
	background: #ed6889;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-shadow: 1px 1px rgba(0,0,0,.05);
}*/

/*Woofc QTY*/
/*#woofc-area .woofc-item-qty-minus,
#woofc-area .woofc-item-qty-plus {display: none;}

#woofc-area .woofc-item-qty .quantity {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}

#woofc-area .qty_button {
	background-color: #95d4e5;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	justify-content: center;
	font-family: 'ETModules';
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	padding: 0 6px 0 5px;
}

#woofc-area input.input-text.qty {
	background: #4f204d !important;
	border-radius: 0;
	border-radius: 50%;
	color: #fff;
	font-size: 20px !important;
	font-weight: 400 !important;
	height: 100%;
	margin: 0 3px 0;
	text-align: center;
	width: 33.333%;
	width: 35px;
	height: 35px;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield;
}*/

/*--------------------------------------------------[ Category ]*/
/*Filter bar*/
#main-content .searchandfilter {}

#main-content .searchandfilter > ul {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0 0 5px !important;
  width: 100%;
  max-width: 1280px;
}

#main-content .searchandfilter > ul li {
  width: 100%;
}
#main-content .searchandfilter li.sf-field-search {width: 100%;}

#main-content .searchandfilter > ul li ul {
  margin: 0;
  padding: 0;
}

#main-content .searchandfilter > ul li ul li {
  width: auto;
  padding: 1px 0;
}

#main-content .searchandfilter ul h4 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.055em;
  text-align: center;
  text-transform: uppercase;
}

#main-content .searchandfilter ul li label {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.1;
  /*width: 90%;*/
}

.searchandfilter .sf-count {
  color: #eb8e36;
  font-size: 12px;
  vertical-align: text-bottom;
}

/*Search*/
.sf-field-search label {width: 100%;}
.searchandfilter .sf-input-text {
	background: #fff;
	border: 0;
	border-radius: 3px;
	box-shadow: inset -2px -2px 0 rgba(0,0,0,.15);
	color: #4d1a43;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: 600;
	width: 90%;
}

.searchandfilter .sf-input-text:focus {
	color: #4d1a43;
}

/*Checkboxes*/
input.sf-input-checkbox,
input.sf-input-radio {display: none;}

.sf-label-checkbox:hover,
.sf-label-radio:hover {cursor: pointer;}

input.sf-input-checkbox + label::before,
input.sf-input-radio + label::before {
	/*background: #f39caf;
	border-radius: 3px;
	box-shadow: inset 2px 2px 0 #b17280;*/
	color: #fff;
	content: "V";
	font-family: ETModules;
	font-size: 24px;
	display: inline-block;
	line-height: 24px;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
	/*width: 24px;
	height: 24px;*/
}
input.sf-input-radio + label::before {content: "[";}

input.sf-input-checkbox:checked + label::before {
	content: "Z";
	/*box-shadow: inset 2px 2px 0 #dd8ea0;
	color: #4d1a43;*/
	color: #f39caf;
}

input.sf-input-radio:checked + label::before {content: "\\"; color: #f39caf;}

#main-content .searchandfilter .sf-label-checkbox,
#main-content .searchandfilter .sf-label-radio {
  padding-left: 0px;
}

/*Select*/
#main-content .searchandfilter .sf-input-select {
  border: 0;
  color: #000;
  width: 100%;
  font-size: 14px;
  padding: 6px;
}

/*Start Search & filter results*/
html:not([lang="sv-SE"]) #start-filter-header,
html:not([lang="sv-SE"]) .woocommerce-checkout #et-main-area {padding-top: 60px;}

#start-section-results,
.bg-fixed {background-attachment: fixed;}

#start-section-results .search-filter-results,
#left-area .related ul.products {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
}

.search-and-filter-product,
#left-area .related ul.products li.product {
	animation: fade-in .45s ease-in-out;
	background: #fff;
	border-radius: 3px;
	box-shadow: 2px 5px rgba(149,212,229,0.3);
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: flex-end;
	width: 47%;
	margin: 30px auto;
	transition: all ease-in 0.2s;
	position: relative;
}

@keyframes fade-in {
  from {opacity: 0; transform: translateY(7px);}
  to {opacity: 1; transform: translateY(0);}
}

.search-and-filter-product::before,
.single-product-date .product_title::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	width: 29px;
	height: 52px;
	position: absolute;
	right: -10px;
	top: -22px;
	transform: rotate(10deg);

	/*Med cirkel*/
	/*background-color: #fff;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background-size: auto 70%;
	box-shadow: -1px 3px #c9e8ee;*/
}

/*SE*/
.product-date-c-red-sv::before,
.search-and-filter-product.product-date-c-red-sv::before,
.single-product-date.product-date-c-red-sv .best-before::before {background-image: url(/wp-content/uploads/2019/03/icon-red.svg);}
.product-date-b-yellow-sv::before,
.search-and-filter-product.product-date-b-yellow-sv::before,
.single-product-date.product-date-b-yellow-sv .best-before::before {background-image: url(/wp-content/uploads/2019/03/icon-yellow.svg);}
.product-date-a-green-sv::before,
.search-and-filter-product.product-date-a-green-sv::before,
.single-product-date.product-date-a-green-sv .best-before::before {background-image: url(/wp-content/uploads/2019/03/icon-green-light.svg);}

/*NO*/
.product-date-c-red-nb::before,
.search-and-filter-product.product-date-c-red-nb::before,
.single-product-date.product-date-c-red-nb .best-before::before {background-image: url(/wp-content/uploads/2019/03/icon-red.svg);}
.product-date-b-yellow-nb::before,
.search-and-filter-product.product-date-b-yellow-nb::before,
.single-product-date.product-date-b-yellow-nb .best-before::before {background-image: url(/wp-content/uploads/2019/03/icon-yellow.svg);}
.product-date-a-green-nb::before,
.search-and-filter-product.product-date-a-green-nb::before,
.single-product-date.product-date-a-green-nb .best-before::before {background-image: url(/wp-content/uploads/2019/03/icon-green-light.svg);}

/*DK*/
.product-date-c-red-da::before,
.search-and-filter-product.product-date-c-red-da::before,
.single-product-date.product-date-c-red-da .best-before::before {background-image: url(/wp-content/uploads/2019/03/icon-red.svg);}
.product-date-b-yellow-da::before,
.search-and-filter-product.product-date-b-yellow-da::before,
.single-product-date.product-date-b-yellow-da .best-before::before {background-image: url(/wp-content/uploads/2019/03/icon-yellow.svg);}
.product-date-a-green-da::before,
.search-and-filter-product.product-date-a-green-da::before,
.single-product-date.product-date-a-green-da .best-before::before {background-image: url(/wp-content/uploads/2019/03/icon-green-light.svg);}

/*FI*/
.product-date-c-red-fi::before,
.search-and-filter-product.product-date-c-red-fi::before,
.single-product-date.product-date-c-red-fi .best-before::before {background-image: url(/wp-content/uploads/2019/03/icon-red.svg);}
.product-date-b-yellow-fi::before,
.search-and-filter-product.product-date-b-yellow-fi::before,
.single-product-date.product-date-b-yellow-fi .best-before::before {background-image: url(/wp-content/uploads/2019/03/icon-yellow.svg);}
.product-date-a-green-fi::before,
.search-and-filter-product.product-date-a-green-fi::before,
.single-product-date.product-date-a-green-fi .best-before::before {background-image: url(/wp-content/uploads/2019/03/icon-green-light.svg);}

a.sf-a-overlay {width: 100%;}

.search-and-filter-image,
#left-area .related ul.products li.product .et_shop_image {
	padding: 20px;
}

.search-and-filter-image img,
#left-area .related ul.products li.product img {
	max-height: 300px;
	max-width: 100%;
	width: auto;
}

.search-and-filter-product-description,
.product-description {
	background: #95d4e5;
	display: block;
	padding: 20px 20px 20px 20px;
	width: 100%;

	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjxzdmcgIHdpZHRoPSI2MDAiICBoZWlnaHQ9IjYwMCIgIHZpZXdCb3g9IjAgMCA2MDAgNjAwIiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwMCwzMDApIj4gICAgPHBhdGggY2xhc3M9ImJsb2IiIGQ9Ik0xMzQuNSwtMTUzQzE3My45LC0xMjcuMywyMDUuMSwtODQuNSwyMTUuMywtMzYuNUMyMjUuNCwxMS40LDIxNC41LDY0LjQsMTgzLjMsOTQuMUMxNTIuMiwxMjMuOCwxMDAuOSwxMzAsNTIuOCwxNDkuM0M0LjgsMTY4LjUsLTQwLDIwMC44LC03OC4yLDE5NS4zQy0xMTYuMywxODkuOSwtMTQ3LjgsMTQ2LjcsLTE2NC43LDEwMi40Qy0xODEuNiw1OC4xLC0xODMuOCwxMi42LC0xODIuMiwtMzguM0MtMTgwLjcsLTg5LjMsLTE3NS4yLC0xNDUuOCwtMTQ0LjIsLTE3M0MtMTEzLjEsLTIwMC4yLC01Ni42LC0xOTguMSwtNC41LC0xOTIuN0M0Ny42LC0xODcuNCw5NS4xLC0xNzguNywxMzQuNSwtMTUzWiIgZmlsbD0iI2ZmZiIgLz4gIDwvZz48L3N2Zz4gICAg);
	background-size: 90px auto;
	background-position: left -7px bottom -10px;
	background-repeat: no-repeat;
	line-height: 1;
	text-align: left;
}

h2.woocommerce-loop-product__title,
.related h2.woocommerce-loop-product__title {
	font-size: 18px !important;
	font-weight: 600;
	padding: 0;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	text-shadow: 1px 1px rgba(255,255,255,.3);
}

.search-and-filter-price .price,
.entry-summary p.price span,
.related .price span {
	color: #ed6889;
	font-size: 20px;
	font-weight: 600;
	text-shadow: 1px 1px rgba(255,255,255,.3);
}


.search-and-filter-price .price {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: flex-end;
}

.search-and-filter-price .price del {

}

.search-and-filter-price .price del {
	color: #c9e8ee;
	text-decoration: #c9e8ee double line-through;
	margin: 0 0 0 15px;
	font-size: 18px !important;
	font-weight: 400;
	text-shadow: none;
}

.sf-best-before-date {
	background: transparent;
	color: #c9e8ee;
	font-weight: 600;
	position: absolute;
	right: 10px;
	bottom: 50px;
	text-transform: capitalize;
	transition: all ease 0.2s;
}

a.sf-add-to-cart-btn,
a.ajax-atc,
#ajax-atc-cartwrapper-checkoutbutton {
	background: #ed6889;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #fff;
	display: block;
	font-family: 'Jaldi';
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.055em;
	padding: .5em 0;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(0,0,0,.05);
	transition: all ease 0.2s;
	width: 100%;
	cursor: pointer;
}
a.sf-add-to-cart-btn:hover,
a.ajax-atc:hover,
#ajax-atc-cartwrapper-checkoutbutton:hover {background: #ed5c80;}

.search-filter-scroll-loading {
	background: url(/wp-content/uploads/2019/03/ajax-loader-blue.gif) no-repeat center;
	background-size: 24px 24px;
	border: 0;
	display: block;
	margin: 20px auto;
	animation: none;
	width: 100%;
}

.search-filter-results-list {
	display: block;
	text-align: center;
	width: 100%;
}

.sf-no-results {
	color: #4f204d;
	font-size: 18px;
	font-weight: 600;
}

/*Overlay added*/
.product.product-added::after,
.product.product-notadded:after {content: none;}
/*.product.product-added::after,
.product.product-notadded:after {
	background: rgba(255,255,255,.92);
	border-radius: 50%;
	box-shadow: none;
	line-height: 1;
	color: #a8cd1b;
	width: 42px;
}

.product.product-notadded:after {
	background: #ed6889;
	color: #fff;
}*/

/*Ajax button*/
.product a.ajax-atc,
.single-product button.single_add_to_cart_button {
	line-height: 1.5;
	position: relative;
	transition: padding ease-out 0.45s;
}

.product a.ajax-atc::after,
.single-product button.single_add_to_cart_button::before {
	content: "";
	font-family: 'ETModules';
	font-size: 20px;
	position: absolute;
	right: 10px;
}

.product a.ajax-atc.added::after {
	animation: fade-in-atc .45s ease-out;
	content: "N";
	line-height: 1.5;
}

.single-product button.single_add_to_cart_button.added::before {
	animation: fade-in-atc .45s ease-out;
	content: "N";
}

button.single_add_to_cart_button::after {display: block !important;}

.product a.ajax-atc.loading::after,
.single-product button.single_add_to_cart_button.loading::before {
	animation: rotate 0.7s linear infinite;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
	/*border: 2px solid #d85f7d;
	border-top-color: #f39caf;*/
	border-top: 2px solid #f39caf;
  	border-right: 2px solid transparent;
}

.product a.ajax-atc.not-added::after,
.single-product button.single_add_to_cart_button.not-added::before {
	animation: fade-in-atc .45s ease-out;
	content: "M";
}

@keyframes fade-in-atc {
  from {opacity: 0; transform: translateX(5px);}
  to {opacity: 1; transform: translate(0, 0);}
}

@keyframes rotate {
  to {transform: rotate(360deg);}
}

.product a.ajax-atc.added,
.product a.ajax-atc.notadded,
.single-product button.single_add_to_cart_button.added
.single-product button.single_add_to_cart_button.not-added {padding-right: 10px;}

.single-product button.single_add_to_cart_button.disabled {opacity: 0.3;}
.product a.ajax-atc.disabled:hover,
.single-product button.single_add_to_cart_button.disabled:hover {cursor: not-allowed;}

/*--------------------------------------------------[ Product ]*/
.single-product .entry-summary p.price span {
	font-size: 34px !important;
}

.ajax-atc-error-message.show {
	background: #ed6889;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

/*--------------------------------------------------[ Footer ]*/
.footer-social::before {
	font-family: 'ETModules';
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
.footer-social.fb::before {content: "\e0aa";}
.footer-social.insta::before {content: "\e0b1";}


.et_bloom_header_outer {display: none;}

.et_bloom_form_content {background-color: #4d1a43;}

.et_bloom .et_bloom_optin_1 .et_bloom_form_content {background-color: #4d1a43;}

.et_bloom .et_bloom_widget_content .et_bloom_form_container .et_bloom_form_content {padding: 0 !important;}

.et_bloom_success_checkmark {transform:translateY(-50px) !important;}

/*--------------------------------------------------[ Checkout ]*/
/*--------------------------------------------------[ Page specific ]*/
#section-introduction {}

#section-introduction .et_pb_column {
	background-color: transparent !important;
	border-radius: 3px;
	padding: 20px;
}

#section-introduction .et_pb_blurb_content {
	position: relative;
}

#section-introduction .et-pb-icon {font-size: 48px;}

#section-filter {}

#koncept-blurbs .et_pb_blurb_content {
	/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjxzdmcgIHdpZHRoPSI2MDAiICBoZWlnaHQ9IjYwMCIgIHZpZXdCb3g9IjAgMCA2MDAgNjAwIiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwMCwzMDApIj4gICAgPHBhdGggY2xhc3M9ImJsb2IiIGQ9Ik0xMzQuNSwtMTUzQzE3My45LC0xMjcuMywyMDUuMSwtODQuNSwyMTUuMywtMzYuNUMyMjUuNCwxMS40LDIxNC41LDY0LjQsMTgzLjMsOTQuMUMxNTIuMiwxMjMuOCwxMDAuOSwxMzAsNTIuOCwxNDkuM0M0LjgsMTY4LjUsLTQwLDIwMC44LC03OC4yLDE5NS4zQy0xMTYuMywxODkuOSwtMTQ3LjgsMTQ2LjcsLTE2NC43LDEwMi40Qy0xODEuNiw1OC4xLC0xODMuOCwxMi42LC0xODIuMiwtMzguM0MtMTgwLjcsLTg5LjMsLTE3NS4yLC0xNDUuOCwtMTQ0LjIsLTE3M0MtMTEzLjEsLTIwMC4yLC01Ni42LC0xOTguMSwtNC41LC0xOTIuN0M0Ny42LC0xODcuNCw5NS4xLC0xNzguNywxMzQuNSwtMTUzWiIgZmlsbD0iI2ZmZiIgLz4gIDwvZz48L3N2Zz4gICAg);*/
	/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjxzdmcgIHdpZHRoPSI2MDAiICBoZWlnaHQ9IjYwMCIgIHZpZXdCb3g9IjAgMCA2MDAgNjAwIiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwMCwzMDApIj4gICAgPHBhdGggY2xhc3M9ImJsb2IiIGQ9Ik0xMzQuNSwtMTUzQzE3My45LC0xMjcuMywyMDUuMSwtODQuNSwyMTUuMywtMzYuNUMyMjUuNCwxMS40LDIxNC41LDY0LjQsMTgzLjMsOTQuMUMxNTIuMiwxMjMuOCwxMDAuOSwxMzAsNTIuOCwxNDkuM0M0LjgsMTY4LjUsLTQwLDIwMC44LC03OC4yLDE5NS4zQy0xMTYuMywxODkuOSwtMTQ3LjgsMTQ2LjcsLTE2NC43LDEwMi40Qy0xODEuNiw1OC4xLC0xODMuOCwxMi42LC0xODIuMiwtMzguM0MtMTgwLjcsLTg5LjMsLTE3NS4yLC0xNDUuOCwtMTQ0LjIsLTE3M0MtMTEzLjEsLTIwMC4yLC01Ni42LC0xOTguMSwtNC41LC0xOTIuN0M0Ny42LC0xODcuNCw5NS4xLC0xNzguNywxMzQuNSwtMTUzWiIgZmlsbD0iI2M5ZThlZSIgLz4gIDwvZz48L3N2Zz4gICAg);	*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 225px;
}

#koncept-blurbs h3.et_pb_module_header {
	background: #ced61e;
	border-radius: 3px;
	line-height: 1;
	margin-bottom: 10px;
	padding: 10px;
	color: #fff;
}
#koncept-blurbs .blurb-1 h3.et_pb_module_header {text-shadow: 1px 1px rgba(0,0,0,.1);}
#koncept-blurbs .blurb-2 h3.et_pb_module_header {background: #d66787;}
#koncept-blurbs .blurb-3 h3.et_pb_module_header {background: #351830;}

/*--------------------------------------------------[ Misc ]*/
/*Buttons*/
.et_pb_button {
	color: #fff;
	font-weight: 600;
}

/*Geolocation*/
/*#main-header {transition: all ease-in-out 0.25s;}
.rdygeo-container.rdygeo-show ~ #main-header {top: 60px !important;}*/

.rdygeo-container {
	background: #c9e8ee;
	color: #4f204d;
	font-family: 'Jaldi';
	font-size: 18px;
	font-weight: 600;
	line-height: 60px;
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	text-align: center;
	z-index: 999;
	transform: translateY(-100%);
	transition: transform ease-out 0.5s;
}
.rdygeo-container.rdygeo-show  {transform: translateY(0);}
.rdygeo-container:not(.rdygeo-show) {overflow: hidden;}

.rdygeo-no.rdygeo-show + div + div + div + #main-header {top: 60px !important;}
.rdygeo-se.rdygeo-show + div + div + #main-header {top: 60px !important;}
.rdygeo-dk.rdygeo-show + div + #main-header {top: 60px !important;}
.rdygeo-fi.rdygeo-show + #main-header {top: 60px !important;}

html[lang="nb-NO"] .rdygeo-no.rdygeo-show {transform: translateY(-100%);}
html[lang="nb-NO"] .rdygeo-no.rdygeo-show + div + div + div + #main-header {top: 0 !important;}

html[lang="sv-SE"] .rdygeo-se.rdygeo-show {transform: translateY(-100%);}
html[lang="sv-SE"] .rdygeo-se.rdygeo-show + div + div + #main-header {top: 0 !important;}

html[lang="da-DK"] .rdygeo-dk.rdygeo-show {transform: translateY(-100%);}
html[lang="da-DK"] .rdygeo-dk.rdygeo-show + div + #main-header {top: 0 !important;}

html[lang="fi"] .rdygeo-fi.rdygeo-show {transform: translateY(-100%);}
html[lang="fi"] .rdygeo-fi.rdygeo-show + #main-header {top: 0 !important;}*/

.rdygeo-msg {}
.rdygeo-close {
	color: #4d1a43;
	float: right;
	margin-right: 10px;
	font-family: 'ETModules';
	font-size: 24px;
}

.rdygeo-no.rdygeo-show + #main-header #top-menu a[lang="nb-NO"] img {
	animation: heartbeat 1.2s ease-in-out infinite both;
	transform-origin: 50% 50% 0;
}
html[lang="nb-NO"] .rdygeo-no.rdygeo-show + #main-header #top-menu a[lang="nb-NO"] img {animation: none;}


html #main-header #top-menu .lang-item a img { border: 2px solid #ffffff; }

html[lang="nb-NO"] #main-header #top-menu a[lang="nb-NO"] img { outline: 3px solid #f13674; }
html[lang="sv-SE"] #main-header #top-menu a[lang="sv-SE"] img { outline: 3px solid #f13674; }
html[lang="fi"] #main-header #top-menu a[lang="fi"] img { outline: 3px solid #f13674; }
html[lang="da-DK"] #main-header #top-menu a[lang="da-DK"] img { outline: 3px solid #f13674; }






@keyframes heartbeat {
  0% {transform: scale(1);}
  50% {
  	-webkit-transform: scale(1.5);
  	transform: scale(1.5);
  }
  100% {
  	-webkit-transform: scale(1);
  	transform: scale(1);
  }
}

/*List-style categories*/
.li-product {
	line-height: 62px;
	position: relative;
	padding: 10px 0 10px 50px;
}

.li-product::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	width: 39px;
	height: 62px;
	position: absolute;
	left: 0;
}

/*Tabs*/
#tabs-villkor .et_pb_tabs_controls {
	background: #4d1a43;
}

ul.et_pb_tabs_controls::after {border: 0;}

#tabs-villkor .et_pb_tabs_controls li {
	border-color: #6d4365;
}
#tabs-villkor .et_pb_tabs_controls li a {
	color: #fff;
	letter-spacing: 0.025em;
	padding: 15px 30px;
}
#tabs-villkor .et_pb_tabs_controls li.active a {color: #4d1a43;}

/*Divi Form*/
.et_contact_bottom_container {
	float: none;
	margin-top: 0;
	text-align: center;
}
.et_contact_bottom_container .et_pb_contact_submit {color: #fff;}

/*No-select*/
.no-select,
#main-header,
.ajax-atc,
.ajax-atc-cart-product-info {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*Contact Form 7*/
.wpcf7-form {
	font-family: 'Jaldi';
	font-weight: 600;
}

.wpcf7-form p {padding-bottom: 10px;}

.wpcf7-form label {color: #4e204d;}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	background: #c9e8ee;
	border: 0;
	border-radius: 3px;
	color: #4e204d;
	font-size: 15px;
	font-weight: 600;
	padding: 10px;
	transition: all ease 0.2s;
	width: 100%;
}

.wpcf7-form .wpcf7-submit {
	background: #ed6889;
	border-width: 0px !important;
	border-color: #c25671;
	border-radius: 3px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	margin-top: 5px;
	padding: .3em 1em;
	text-transform: uppercase;
	text-decoration: none;
	transition: all ease 0.2s;
}
.wpcf7-form .wpcf7-submit:hover {background: #ed5c80; cursor: pointer;}
.wpcf7-form p:last-of-type {text-align: center;}

span.wpcf7-not-valid-tip {color: #f13674; font-weight: 600;}
div.wpcf7-validation-errors {
	border-color: #f13674;
	line-height: 1;
	padding: 20px;
}

.godkanner input {position: absolute;}
.godkanner .wpcf7-list-item-label {
	display: inline-block;
	line-height: 1.2;
	padding-left: 25px;
}

/*Ajax cart*/
.ajax-atc-onclick-error-message {
	background: #4d1a43;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #fff;
	font-weight: 600;
	line-height: 1.3;
	padding: 10px;
	position: absolute;
	text-align: center;
	z-index: 2;
}




/*Checkout*/
.product-quantity {display: block; font-size: 14px;}
.product-quantity>span.q-sum {font-size: 30px; color: #f13674; margin-left: 4px; display: inline-block; vertical-align: middle;}



/*Checkout-B2B-pick*/
.pick_b2 {
	display: flex;
	margin-bottom: 10px;
}
.pick_b2 a {
	flex-grow: 1;
	width: 50%;
	padding: 10px;
	background: #E7E7E7;
	text-align: center;
	color: #afafaf;
	font-size: 16px;
}
.pick_b2 a:hover {
	color: #6E6E6E;
}
.pick_b2 a:first-child {
	margin-right: 5px;
}
.pick_b2 a.active {
	background: #9BCA1B;
	color: #ffffff;
}
.pick_b2 a.active:before {
	content: '\4e';
	font-family: "ETModules" !important;
	margin-right: 6px;
	display: inline-block;
	vertical-align: top;
}

#order_comments { width: 100%; }


h1.product_title.entry-title { padding-bottom: 0 !important; }
.single-product .summary .price+h2 { display: none; }



.cart_totals h2, .cart_totals table { display: none; }


/*----------------------------------------------------------------------------[ Media Queries ]-------*/

@media screen and (min-width: 782px) {
  /*---[ Basic Desktop ]---*/
  /*---[ Top Bar Desktop ]---*/
  /*---[ Header Desktop ]---*/
  .et_pb_svg_logo #logo {
  	height: 80% !important;
  	max-height: 80%;
  	transform: translateY(6px);
  }

  #et-top-navigation .et-cart {right: -70px;}

  /*---[ Nav Desktop ]---*/
  #top-menu-nav > ul > li > a:hover {opacity: 1;}

  /*---[ Sidebar Desktop ]---*/

  /*---[ Category Desktop ]---*/
  #main-content .searchandfilter li.sf-field-search {width: 20%;}
  #main-content .searchandfilter .sf-input-text {width: 100%;}
  #main-content .searchandfilter > ul li {width: 40%;}

  #main-content .searchandfilter > ul li ul {
  	display: flex;
  	flex-flow: row nowrap;
  	align-items: stretch;
  	justify-content: center;
  }

  #main-content .searchandfilter > ul li ul li {
  	display: block;
  	text-align: center;
  	margin: 0 10px;
  	width: auto;
  }
  input.sf-input-checkbox + label::before,
  input.sf-input-radio + label::before {display: block;}

  #main-content .sf-field-sort_order ul li.sf-item-0 {/*display: none;*/}

  .search-and-filter-product,
  #left-area .related ul.products li.product {
  	width: 29%;
  	/*margin: 35px auto;*/
  	/*margin: 3% 3% 3% 0;*/
  	margin: 3% 0;
  	padding-bottom: 0;
  }
  .search-and-filter-product:hover {
  	box-shadow: 2px 7px rgba(149,212,229,0.3);
  	/*transform: translateY(-1px);*/
  }
  .search-and-filter-product:hover .sf-best-before-date {color: #fff;}

  .search-and-filter-product::before {
	width: 30px;
	height: 60px;
	right: -15px;
	top: -25px;
  }

  .search-and-filter-product a.ajax-atc,
  .search-and-filter-product a.ajax-atc::after {font-size: 18px;}

  .search-and-filter-image,
  #left-area .related ul.products li.product .et_shop_image {
  	padding: 50px;
  }

  /*.search-and-filter-product-description {
	position: absolute;
	bottom: 0;
	}*/

  /*---[ Product Desktop ]---*/
  /*---[ Footer Desktop ]---*/
  #footer-widgets {padding-top: 3%;}

  /*---[ Checkout Desktop ]---*/
  /*---[ Page specific Desktop ]---*/
  #section-filter {
  	/*position: sticky;
  	top: 160px;*/
  	z-index: 99;
  }

  #section-filter .et_pb_row form.searchandfilter {
  	background: rgba(0,0,0,.15);
  	border-radius: 3px;
  	margin-bottom: 20px;
  	padding: 0 20px;
  }
  #main-content .searchandfilter ul li label {font-size: 15px;}

  #koncept-blurbs .et_pb_column:nth-child(1) {margin-top: 60px;}
  #koncept-blurbs .et_pb_column:nth-child(2) {margin-top: 90px;}
  #koncept-blurbs .et_pb_column:nth-child(3) {margin-top: 120px;}

  /*---[ Misc Desktop ]---*/
  .column-displace-top {
  	border-radius: 3px;
  	box-shadow: 30px -30px 30px rgba(0,0,0,.03);
  	margin-top: -150px;
  	padding: 30px;
  }

  /*Fly Cart*/
  #woofc-count.woofc-count-top-right {
  	width: 60px;
	height: 60px;
  }
  .woofc-count i {line-height: 60px; font-size: 24px;}



	#kco-wrapper #kco-order-review { width: 47%; }
	#kco-wrapper #kco-iframe { width: 53%; }
}

/*--------------------------------------------------[ Larger ]*/
@media screen and (min-width: 982px) {
	.search-and-filter-product,
	#left-area .related ul.products li.product {width: 21%;}
	.column-displace-top {padding: 50px;}
}

/*--------------------------------------------------[ Mobile only ]*/

@media screen and (max-width: 781px) {
	#main-header > .container {width: 95%;}
	#woofc-count.woofc-count-top-right {right: 15px;}
	.mobile_menu_bar {margin-right: 80px;}
	#main-content .searchandfilter > ul li {width: 33%;}
	.search-and-filter-product,
	#left-area .related ul.products li.product {width: 47%;}
	.search-and-filter-product a.ajax-atc,
  	.search-and-filter-product a.ajax-atc::after {font-size: 15px; letter-spacing: 0.025em;}
	#row-contact-form {width: 90%;}
	#et-top-navigation .et-cart {top: 10px; right: 5px;}
	#et-top-navigation .et-cart .et-cart-info {height: 40px; width: 40px;}
	#et-top-navigation .et-cart-info span:before {line-height: 40px; font-size: 16px;}
	span.et-cart-number {width: 20px; height: 20px; line-height: 20px;}
}

@media screen and (max-width: 400px) {
	#main-content .searchandfilter > ul li {width: 100%;}
	.search-and-filter-product {width: 100%;}
	.search-and-filter-product a.ajax-atc,
	.search-and-filter-product a.ajax-atc::after {font-size: 16px; letter-spacing: 0.055em;}
	#rdygeo-container .rdygeo-msg {display: none;}

}



#billing_country_field { display: block; }
