/*
 *
 * Theme main styles
 */
* {	box-sizing: border-box; }

html,
body {
	min-height: 100vh;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	height: auto;
	overflow-x: hidden;
	font-family: 'museo-sans', sans-serif;
	font-size: 16px;
	color: #000;
    display: flex;
    flex-direction: column;
}



a {
	color: #000;
	text-decoration: underline;
	outline: 0;
}
a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a.pdf::before {
	display: inline-block;
	text-decoration: none !important;
	padding-right: 10px;
    font-family: 'FontAwesome';
	font-size: inherit;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    content: "\f1c1";
}



p a:hover,
a.uline:hover {
	text-decoration: underline;
}
table {
  display: table;
  border-collapse: collapse;
  border-spacing: 0px !important;
}
th, td {
	    border-right: 1px solid #E1E1E1 !important;
}
th:last-child, td:last-child {
	    border-right: 0px solid #E1E1E1 !important;
}


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

}
@media only screen and (min-width: 1000px) {

}
h1,
h2,
h3,
button,
.button,
nav {
	font-family: 'museo-sans', sans-serif;
}
h1,
h2,
h3 {
	word-wrap: break-word;
	text-transform: uppercase;
	letter-spacing: 1px;
	white-space: normal;
}

.container {
	max-width: 740px;
}
.container-small,
.small-text-col .main > .container {
	max-width: 650px;
}
.main > .container,
.main > article {
	padding-top: 40px;
}
a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}


.container-wide {
	max-width: 9999px;
	width: auto;
	padding: 0 20px;
}
/* prevent double width */
.container .container {
	width: 100%;
}

.text-uppercase {
	text-transform: uppercase;
}
.tiny-text {
	font-weight: 300;
	font-size: 9px;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;	
}
.flex-center {
	justify-content: center;
}
.flex-center > * {
	margin-left: 20px;
	margin-right: 20px;
}
.flex-top {
	align-items: flex-start;
}

.grid {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 2rem;
}

section {
	padding: 40px 0;
}



.align-right {
	text-align: right;
}

.content.hidden {
	display: none;
}
.single-insight .content {
	padding-top: 40px;
}

/*.header {
	background: rgba(0,0,0,0);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 7;
	transition: all 250ms ease-in-out;
}*/
.header {
	background: rgba(0,0,0,0);
	position: relative;
	top: 0;
	width: 100%;
	z-index: 7;
	transition: all 250ms ease-in-out;
}
.header.sticky {
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	position: fixed;
}
.header.sticky .primary {
	padding-top: 80px;
}
.header .menu-bar,
.footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .menu-bar {
	min-height: 57px;
}




.header a.logo {
	display: block;
	position: relative;
	width: 75px;
	height: 40px;
}
.header a.logo::after {
    content: "";
    position: absolute;
    display: block;
    width: 160px;
    height: 46px;
    background: transparent url("../img/lang-label-en.png") no-repeat left top / auto 46px;
    left: 50px;
    top: -10px;
    pointer-events: none;
}
.ga-IE .header a.logo:after {
	background-image: url("../img/lang-label-ga.png");
}

.header a.logo span {
	display: none;
}
.logo img {
	width: 75px;
	height: auto;
	overflow: visible !important;
}

h1,
h2,
h3 {
	letter-spacing: .05rem;
}

/*
 * Regular content
 * ======================================================== */
.main h1 {
	font-size: 3.4rem;
}
.main h2,
article h2 {
	font-size: 2.8rem;
	font-weight: 300;
}
.main h3 {
	font-size: 2.2rem;
}
.main ul {
    list-style: disc inside;
}
/*#primary {
	padding-top: 100px;
	flex: 1;
}*/
#primary {
	padding-top: 20px;
	flex: 1;
}
#breadcrumbs {
	padding-bottom: 40px;
	color: #999;
	font-size: 13px;
}

blockquote {
    width: 60%;
	margin-left: auto;
	margin-right: auto;
	font-size: 140%;
	font-weight: 100;
}
img.alignright {
	float: right;
	margin-left: 20px;
	max-width: 50%;
	width: auto;
	height: auto;
}
img.alignleft {
	float: left;
	margin-right: 20px;
	max-width: 50%;
	width: auto;
	height: auto;
}

.entry-content a:not(.button) {
	color: #999;
	text-decoration: underline dotted;;
}
.entry-content a:not(.button):hover {
	color: #000;
	text-decoration: underline;
}

h1 .type {
	display: block;
	font-family: 'Cutive Mono', 'Courier', 'Courier New', monospace;
	font-size: 17px;
	font-style: italic;
	color: #bbb;
}

.grid a.item {
	cursor: pointer;
}
.grid .item {
	position: relative;
}
.grid .item img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}
.item-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 16px;
	background: rgba(0,0,0,0.4);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: center;
	transition: opacity 200ms ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.item:hover .item-overlay {
	opacity: 1;
}
.item-overlay h3 {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.item-overlay .text {
	color: #fff;
	font-size: 14px;
}


.faux-label {}


.cat-icon {
	color: #bbb;
}
.cat-name {
	display: inline-block;
	margin-left: 10px;
	padding: 0px 6px;
	border-radius: 4px;
	font-family: 'Lato', sans-serif;
	background: #eee;
	color: #999;
}

.overview .entry-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 20px;
	cursor: pointer;
}
.overview .entry-item .box-img {
	width: 200px;
	height: 200px;
	overflow: hidden;
	flex-shrink: 0;
}
.overview .entry-item .box-img img {
	max-width: 100%;
	width: auto;
	height: auto;	
}
.overview .entry-item:hover .box-img img {
	max-width: 100%;
	width: auto;
	height: auto;
	transform: scale(1.05);
}
.overview .entry-item .item-content {
	padding: 20px;
	position: relative;
	flex-grow: 5;
	height: 200px;
}

.overview .entry-item:hover .item-content {
	background: #f6f6f6;
}
.overview .entry-item .item-content .inner-arrow {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.overview .entry-item:hover .item-content .inner-arrow {
	color: #E67932;
}
.tw-pagination {
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}
.tw-pagination li {
	list-style: none;
	display: inline-block;
	padding-right: 6px;
}
.tw-pagination a,
.tw-pagination .current,
.tw-pagination .prev,
.tw-pagination .next {
	display: inline-block;
	margin-right: 4px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
    text-align: center;
    text-decoration: none;
    background: #e7e7e7;
    border: 1px solid #d7d7d7;
    color: #666666;
}
.tw-pagination .prev,
.tw-pagination .next {
    color: #666666;
    background: #f7f7f7;
    border: 1px solid #e7e7e7;
}
.tw-pagination .current {
    color: #E67932;
    background: #fff;
    border: 1px solid #E67932;
}
.tw-pagination a:hover {
    background: #d7d7d7;
    border: 1px solid #d7d7d7;
    color: #333;
}
.tw-pagination .prev:hover,
.tw-pagination .next:hover {
    color: #333;
    background: #e7e7e7;
    border: 1px solid #e7e7e7;
}

@media only screen and (max-width: 800px) {
	.contact.flex {
		display: block;
	}
}


/*
 * Homepage content
 * ======================================================== */
.container-home-blocks {
	max-width: 940px;
}
.home-block-nav {
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}


.home-block-nav .item {
	transition: all 250ms ease-in-out;
	padding: 10px;
	background: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 21px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.home-block-nav .item:hover {
	text-decoration: none;
	font-weight: 500;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.home-block-nav .image-box {
	padding: 10px;
	overflow: hidden;
	position: relative;
}
.home-block-nav .item:hover img {
	transform: scale(1.05);
	transition: all 250ms ease-in-out;
}










#about {
	padding-top: 160px;
	padding-bottom: 160px;
	background: #f0f0f0;
	background-image: 
    url(../img/bg-big-arrow-up.png),
    url(../img/bg-big-arrow-down.png);
  background-position:
    center top,
    center bottom;
  background-repeat:
    no-repeat;
}


/*
 * Buttons and forms
 * ======================================================== */
.button,
button,
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	color: #FFF;
	background-color: #ad1640;
	border-color: #ad1640;
	border-radius: 0px;
}
.button:hover,
button:hover,
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button:focus,
button:focus,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	color: #FFF;
	background-color: #000;
	border-color: #000;
}
.button.button-large,
button.button-large,
input[type="button"].button-large {
	height: 46px;
	padding: 0 36px;
	font-size: 13px;
	line-height: 46px;
	border-radius: 6px;

}
.button:hover {
	text-decoration: none;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a,
.button.square {
	border-radius: 0px;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	background: rgb(230,121,50,0.5);
	border-radius: 50%;
	border: 4px solid rgb(230,121,50,0.5);
	margin: -27px 0 0 -27px;
	transition: all 250ms ease-in-out;
	transform: scale(1) rotate(0deg);
}
a:hover .play-button {
	background: rgb(230,121,50,1);
	border: 4px solid rgb(230,121,50,1);
	transform: scale(1.2) rotate(120deg);
}
a:hover .play-button:hover {
	background: rgb(0,0,0,1);
	border: 4px solid rgb(0,0,0,1);
	transform: scale(1.2) rotate(120deg);
}



div.wpcf7-response-output {
    margin: 1em 0.5em 1em;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
	background-color: #f7e700;
	color: #000;
	font-size: 13px;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
	background-color: #ff0000;
	color: #fff;
	font-size: 13px;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
	background-color: #398f14;
	color: #fff;
	font-size: 13px;
}
span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 0.8em;
    font-weight: normal;
    display: block;
	background: #f00;
	padding: 1px 4px;
	margin-bottom: 3px;
	position: relative;
}
span.wpcf7-not-valid-tip:before {
    position: absolute;
    display: block;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #f00;
	content: "";
	bottom: -5px;
	left: 10px;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select,
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    border-radius: 0px;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	color: #fff;
	background-color: #000;
	border-color: #000;
}



/*
 * Grid (isotope)
 * ======================================================== */

.grid-item { width: 100%; padding: 8px; }
.grid-item--width2 { width: 100%; }


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	.grid-item { width: 50%; }
	.grid-item--width2 { width: 100%; }
}

/* Larger than tablet */
@media (min-width: 750px) {
	.grid-item { width: 33.33%; }
	.grid-item--width2 { width: 66.67%; }
}
/* Larger than desktop */
@media (min-width: 1000px) {}
/* Larger than Desktop HD */
@media (min-width: 1200px) {}

.inspiration-item  .inner {
	position: relative;
	background: #f3f3f3;
	padding: 10px 10px 20px 10px;
}
.inspiration-item:hover a {
	color: #000;
	text-decoration: none;
}
.inspiration-item:hover .inner {
	background: #eee;
}
.inspiration-item.article_own .inner {
	background: #E67932;
}
.inspiration-item.article_own:hover .inner {
	background: #DA732F
}
.inspiration-item .expl-link {
	display: block;
	position: relative;
	background: #f3f3f3;
	padding: 4px 10px 4px 10px;
	color: #E67932;
	border-top: 1px solid #E67932;
}
.inspiration-item:hover .expl-link {
	background: #eee;
	transition: all 250ms ease-in-out;
}
.inspiration-item .expl-link:hover {
	background: #ddd;
	color: #E67932;
}
.inspiration-item h2,
.inspiration-item h3 {
	font-size: 21px;
	font-weight: 600;
	position: relative;
	font-family: 'Lato', sans-serif;
}
.inspiration-item.article_own h2,
.inspiration-item.article_own h3 {
	color: #fff;	
}
.inspiration-item h2.title-ontop,
.inspiration-item h3.title-ontop  {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 0 10px 10px;
	margin-bottom: 0;
	color: #fff;
	text-shadow: 0 0 8px rgba(0,0,0,0.15);
}
.inspiration-item h2:after,
.inspiration-item h3:after {
	position: absolute;
	content: "";
	width: 50%;
	height: 1px;
	background: #E67932;
	left: -10px;
	bottom: -8px;
}
.inspiration-item.article_own h2:after,
.inspiration-item.article_own h3:after {
	background: rgba(255,255,255,0.5);
}
.inspiration-item h2.title-ontop:after,
.inspiration-item h3.title-ontop:after {
	display: none;
}
.inspiration-item .img-box {
	width: 100%;
	min-height: 160px;
	height: auto;
	overflow: hidden;
	position: relative;
}
/*.inspiration-item .img-box.img-box-square {
	height: 300px;
}
*/
.inspiration-item .img-box img {
	width: 100%;
	height: 160px;
	display: block;
	object-fit: cover;
	transition: all 250ms ease-in-out;
}
.inspiration-item .img-box.img-box-square img {
	height: auto;
}
.inspiration-item:hover .img-box img {
	transform: scale(1.05);
}
.inspiration-item .cat {
	position: absolute;
	bottom: 0;
	right: 0;
}
.inspiration-item .cat-name {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 2px 8px;
}
.inspiration-item .quote-small {
	position: relative;
	padding: 15px 15px 40px 15px;
	font-size: 18px;
	font-weight: 200;
}
.inspiration-item .quote-small .author {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.2px;
	color: #999;
}
.inspiration-item .quote-small:before {
	position: absolute;
	top: -1px;
	left: -8px;
	font-size: 41px;
	font-weight: bold;
	content: "“";
	font-family: Georgia, Times, serif;
	color: #ddd;
}


.quote-big {
	position: relative;
	padding: 15px 15px 45px 15px;
	font-size: 21px;
	font-weight: 200;
	max-width: 400px;
}
.quote-big .author {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 17px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.2px;
	color: #999;
}
.quote-big:before {
	position: absolute;
	top: -1px;
	left: -8px;
	font-size: 41px;
	font-weight: bold;
	content: "“";
	font-family: Georgia, Times, serif;
	color: #ddd;
}


/*
 * Swipers
 * ======================================================== */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #E67932;
}



/* #testimonials
   ---------------------------------------- */
.accordion,
.accordion li {
	list-style: none;
	padding-left: 0;
}
.accordion h2 {
	cursor: pointer;
	font-size: 1.8rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	position: relative;
}
.accordion h2 .icon {
	position: absolute;
	right: 20px;
	top: 5px;
	color: rgba(0,0,0,0.3);
}
.accordion h2:hover .icon {
	color: rgba(0,0,0,1);
}
.accordion .collapse {
	background: #eee;
	padding: 20px;
}
.accordion .collapse  p:last-child {
	margin-bottom: 0;
}



/* conatct page
 *
 * ============================= */
.gmap {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 0;
}

/* fixes potential theme css conflict */
.gmap img {
   max-width: inherit !important;
}





	




/*
 * Contact footer
 * ======================================================== */
#contact {
	background: #ddd;
	padding: 40px 0;
	font-size: 14px;
}
#contact .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: space-between;
	flex-wrap: wrap;
}
#contact .container > div {
	width: 25%;
	padding-right: 20px;
}
@media only screen and (max-width: 800px) {
	#contact .container > div {
		width: 50%;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 800px) {
	#contact .container > div {
		width: 100%;
		padding-right: 0px;
	}
}
.adress-type {
	font-style: italic;
}

/*
 * Footer
 * ======================================================== */
.prefooter {
	background: #F8F8FC;
	color: #ccc;
	font-size: 12px;
}
.footer {
	background: #ad1640;
	color: #ccc;
	font-size: 12px;
	padding: 10px 0;
}
.footer .section.container .left,
.footer .section.container .right {
	width: 50%;
}
.footer a {
	color: #ddd;
}
.footer a:hover {
	color: #fff;
}





/*
 * Extras
 * ======================================================== */

.grecaptcha-badge{visibility:collapse !important;}

#user_switching_switch_on {
	background: #000;
	margin-bottom: 0;
	padding: 10px 20px;
}
#admin-edit-post {
	position: fixed;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 0px 5px 5px 0px;
	background: #000;
	top: 150px;
	left: 0;
}
#admin-edit-post a {
	text-decoration: none !important;
	color: #ffffff90;
}
#admin-edit-post a:hover {
	text-decoration: none !important;
	color: #fff;
}





/*
 * WooCommerce adjustments
 * ======================================================== */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .button.product_type_simple {
	font-size: 12px;
	height: auto;
}
.woocommerce a.button.add_to_cart_button,
.woocommerce .button.product_type_simple {
	border-radius: 0;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}
.woocommerce a.button.add_to_cart_button:hover,
.woocommerce .button.product_type_simple:hover {
	border-radius: 0;
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
}
.woocommerce a.button.add_to_cart_button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f055";
	padding-right: 8px;
}

.woocommerce-result-count,
/* .single-product .product_meta .posted_in, */
.single-product article .date {
	display: none;
}
.single-product .product_meta .posted_in {
	display: block;
}
.single-product .main {
	padding-top: 120px;
}
.single-product article h1 {
	font-size: 3.4rem;
}
.single-product .woocommerce-tabs h2 {
	font-size: 1.8rem;
}
.single-product .post-nav {
	display: flex;
	justify-content: space-between;
}
.single-product .post-nav a {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
}
.single-product .post-nav a:hover {
	font-weight: 400;
	text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	border-bottom-left-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border-bottom-right-radius: 0;
}
.woocommerce-loop-product__title {}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 0;
}


.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: rgba(65, 205, 215,1);
	border: 1px solid rgba(65, 205, 215,0);
	color: #fff;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #fff;
	border: 1px solid rgba(65, 205, 215,1);
	color: rgba(65, 205, 215,1);

}
.single_add_to_cart_button:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f055";
	padding-right: 8px;
}
/*
.woocommerce .coupon {
	display: none;
}
*/
#ship-to-different-address {
	font-size: 1.3rem;
}
.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:before {
    font-family: 'FontAwesome';	
    content: "\f291" !important;
}
.cart-contents:hover {
    text-decoration: none;
}
.fa.fa-shopping-basket {
	font-weight: 600 !important;
}
.cart-contents-count {
	position: absolute;
    color: #000;
    background: rgba(65, 205, 215,1); 
    font-weight: bold;
    border-radius: 50%;
    padding: 1px 6px;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    height: 17px; 
    width: 17px;
    transform: translateY(-50%) translateX(50%); 
    font-size: 10px;
}
.woocommerce .products .product.outofstock .woocommerce-loop-product__link {
	position: relative;
	display: inline-block;
}
.woocommerce .products .product.outofstock .woocommerce-loop-product__link:before {
	position: absolute;
	content: "verkocht";
	background: #000;
	display: inline-block;
	padding: 4px 10px;
	font-family: Lato;
	text-transform: uppercase;
	font-size: 10px;
	z-index: 2;
	right: 0;
	color: rgba(255,255,255,0.7);
	letter-spacing: 1px;
}

.en-US.woocommerce .products .product.outofstock .woocommerce-loop-product__link:before {
	content: "sold";
}

