/*
Theme Name:  CPrinting PL by RIACS
Theme URI:
Author: RIACS
Author URI: 
Description: 
Version: 1.0
Text Domain: riacs
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html{
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body{
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary{
	display: block;
	margin: 0;
}

audio,
canvas,
progress,
video{
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]){
	display: none;
	height: 0;
}

[hidden],
template{
	display: none;
}

a{
	background-color: transparent;
}

abbr[title]{
	border-bottom: 1px dotted;
}

b,
strong{
	font-weight: bold;
}

dfn{
	font-style: italic;
}

mark{
	background: #ff0;
	color: #414141;
}

small{
	font-size: 80%;
}

sub,
sup{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup{
	top: -0.5em;
}

sub{
	bottom: -0.25em;
}

img{
	border: 0;
}

svg:not(:root){
	overflow: hidden;
}

figure{
	margin: 0;
}

hr{
	box-sizing: content-box;
	height: 0;
}

pre{
	overflow: auto;
}

code,
kbd,
pre,
samp{
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea{
	color: inherit;
	font: inherit;
	margin: 0;
}

button{
	overflow: visible;
}

button,
select{
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{ appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled]{
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner{
	border: 0;
	padding: 0;
}

input{
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"]{
	box-sizing: border-box;
	padding: 0;
	margin-right: 10px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
	-webkit-appearance: none;
}

fieldset{
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend{
	border: 0;
	padding: 0;
}

textarea{
	overflow: auto;
}

optgroup{
	font-weight: bold;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

th{
	padding: 0.3em;
	border: 1px solid #f5f5f5;
	background: #f4f4f4;
}
td{
	padding: 0.3em;
	border: 1px solid #f5f5f5;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea{
	color: #414141;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	transition: color .3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: 500;
	line-height: 1.2;
	font-family: 'Lato', sans-serif;
	margin: 0 0 20px;
	transition: color .3s ease;
}

h1{
	font-size: 30px; text-align: center;
	border-bottom: 1px solid #269bbc;
	padding-bottom: 8px;
}

h2{
	font-size: 24px;
}

.lph2{ text-align: center; border-bottom:1px solid #ccc; padding-bottom: 6px; max-width: 1380px; margin:0 auto;}
h3{
	font-size: 18px;
}

h4{
	font-size: 16px;
}

h5{
	font-size: 14px;
}

h6{
	font-size: 12px;
}

p{
	margin: 10px 10px 15px;
}

dfn,
cite,
em,
i{
	font-style: italic;
}

blockquote{
	margin: 0;
}

address{
	margin: 0 0 15px;
}

pre{
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code{
	background-color: #f2f2f2;
	padding: 0.125em 0.25em;
}

code,
kbd,
tt,
var{
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym{
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins{
	background: #fff9c0;
	text-decoration: none;
}

big{
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html{
	box-sizing: border-box;
}

*,
*:before,
*:after{ /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body{
	background: #fcfcfc; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 30px;
	font-size: 150%;
	text-align: center;
	width: 80px;
	height: 100%;
}
blockquote:before{
	content: "\f10d";
	left: 10px;
}
blockquote:after{
	content: "\f10e";
	right: 10px;
}

q:before{
	content: "\"";
	position: absolute;
	top: -.25em;
	left: 0;
	font-size: 2em;
	font-style: italic;
}
q:after{
	content: "\"";
	position: absolute;
	top: -.25em;
	right: 0;
	font-size: 2em;
	font-style: italic;
}

blockquote{
	quotes: "" "";
	position: relative;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.6em;
	font-weight: 500;
	padding: 30px 110px 30px 110px;
	background: #f1f1f1;
	border-radius: 2rem;
}

q{
	quotes: "" "";
	position: relative;
	padding: 0 .75em;
}

hr{
	background-color: rgba(0,0,0,0.2);
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

ul,
ol{
	margin: 0 0 15px 20px;
	padding: 0;
}

ul{
	list-style: disc;
}

ol{
	list-style: decimal;
}

li > ul,
li > ol{
	margin-bottom: 0;
	margin-left: 15px;
}

dt{
	font-weight: bold;
}

dd{
	margin: 0 15px 15px;
}

img{
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

table{
	margin: 0 0 15px;
	width: 100%;
	border: 1px solid #f5f5f5;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#infinite-handle span button,
#infinite-handle span button:hover,
#infinite-handle span button:focus,
#infinite-handle span button:active,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover{
	font-weight: initial;
	background: #269bbc;
	padding: .5em 1em;
	color: #fff;
	border: 0;
	border-radius: 0em;
	line-height: 1.6;
	height: auto;
	border-radius: 3px;
	transition: all .3s ease;
}

.button:hover,
a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#infinite-handle span button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.added_to_cart,
.woocommerce a.added_to_cart:hover{
	background: #414141;
	color: #fff;
	transition: all .3s ease;
}

.quantity input[type="button"]{
	width: 2.5em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea{
	color: #414141;
	background-color: #fbfbfb;
	border: 1px solid #f1f1f1;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	height: auto;
	width: 100%;
	border-radius: 3px;
}

select{
	border: 1px solid #dfdfdf;
	padding: .3em 40px .3em .75em;
	background-color: #fbfbfb;
	background-image: url("images/select-arrow.png");
	background-position: right center;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	border-radius: 3px;
	width:100%;
}
select::-ms-expand {
	display: none;
}

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus{
	outline: 1px dotted #414141;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus{
	border: 1px solid #414141;
	background-color: #fbfbfb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"]{
	padding: .5em 1em;
}

textarea{
	padding: .5em 1em;
	width: 100%;
	min-height: 100px;
}

input[type="search"]{
	width: auto;
	max-width: 70%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a{
	color: #269bbc;
	text-decoration: none;
}

a:visited{
	opacity: 0.8;
}

a:hover,
a:focus,
a:active{
	text-decoration: underline dotted #269bbc; color:#269bbc;
}

a.button,
.single-entry-content a.button{
	color: #fff;
	display: inline-block;
	text-decoration: none;
}

a.button:focus{
	outline: 1px dotted #269bbc;
}

a.read-more{
	font-size: 90%;
}

a.more-tag{
	display: none;
}

.tag-read-more a.more-tag{
	display: inline-block;
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus{
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft{
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright{
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after{
	content: "";
	display: table;
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after{
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget{
	margin: 0 0 30px;
}

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

.widget ul ul{
	margin-left: 10px;
}

.widget .post-date{
	font-size: 80%;
	color: #bbb;
	padding-right: 50%;
	white-space: nowrap;
}

#colophon .widget{
	margin: 0;
	color:#f1f1f1;
}

/* Make sure select elements fit in widgets. */
.widget select{
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit{
	display: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#grid-loop,
#main.infinite-grid .infinite-wrap,
.woocommerce ul.products,
.woocommerce-page ul.products{
	margin: 0 0 1em 0;
	display: grid;
	grid-column-gap: 3%;
	grid-row-gap: 2em;
}

#grid-loop.layout-1,
#main.infinite-grid.layout-1 .infinite-wrap,
.woocommerce ul.products.columns-1,
.woocommerce-page ul.products.columns-1{
	grid-template-columns: 100%;
}

#grid-loop.layout-2,
#main.infinite-grid.layout-2 .infinite-wrap,
.woocommerce ul.products.columns-2,
.woocommerce-page ul.products.columns-2{
	grid-template-columns: 48.5% 48.5%;
}

#grid-loop.layout-3,
#main.infinite-grid.layout-3 .infinite-wrap,
.woocommerce ul.products.columns-3,
.woocommerce-page ul.products.columns-3{
	grid-template-columns: repeat(3,31.333333%);
}

#grid-loop.layout-4,
#main.infinite-grid.layout-4 .infinite-wrap,
.woocommerce ul.products.columns-4,
.woocommerce-page ul.products.columns-4{
	grid-template-columns: repeat(4,22.75%);
}

.woocommerce ul.products.columns-5,
.woocommerce-page ul.products.columns-5{
	grid-column-gap: 2%;
	grid-row-gap: 1.33em;
	grid-template-columns: repeat(5,18.4%);
}

.woocommerce ul.products.columns-6,
.woocommerce-page ul.products.columns-6{
	grid-column-gap: 2%;
	grid-row-gap: 1.33em;
	grid-template-columns: repeat(6,15%);
}

.woocommerce ul.products.columns-7,
.woocommerce-page ul.products.columns-7{
	grid-column-gap: 1%;
	grid-row-gap: .67em;
	grid-template-columns: repeat(7,13.428571%);
}

.woocommerce ul.products.columns-8,
.woocommerce-page ul.products.columns-8{
	grid-column-gap: 1%;
	grid-row-gap: .67em;
	grid-template-columns: repeat(8,11.625%);
}

.hentry{
	margin: 0 0 30px;
}

#grid-loop article,
#main.infinite-grid .infinite-wrap article,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	background: #fff;
	margin: 0;
	border-radius: .5rem;
	transition: all .3s ease;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 auto;
}

#grid-loop article:hover,
#main.infinite-grid .infinite-wrap article:hover,
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover{
	box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.211);
}

#grid-loop article .post-thumbnail img,
#main.infinite-grid .infinite-wrap article .post-thumbnail img{
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
	text-align: center;
}

.product-wrap{
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 auto;
}

#grid-loop article .entry-title,
#main.infinite-grid .infinite-wrap article .entry-title{
	font-size: 24px;
	padding: 2rem 2rem 0 2rem;
}

#grid-loop article .entry-content,
#main.infinite-grid .infinite-wrap article .entry-content{
	padding: 0 2rem;
}

#grid-loop article .entry-meta,
#main.infinite-grid .infinite-wrap article .entry-meta
#grid-loop article .entry-footer,
#main.infinite-grid .infinite-wrap article .entry-footer{
	padding: 0 2rem 2rem 2rem;
}

#grid-loop article.sticky,
#main.infinite-grid .infinite-wrap article.sticky{
	background: #f1f1f1;
}

.updated:not(.published){
	display: none;
}

.single-entry-content a{
	font-weight: 400;
}

.single-excerpt a,
.archive-description a{
	color: #fff;
	text-decoration: underline;
}

.page-links{
	clear: both;
	margin: 0 0 15px;
}

#primary{
	width: 72.5%;
	float: left;
}

.sidebar-left #primary{
	float: right;
}

#primary.full-width{
	width: auto;
	float: none;
}

#secondary{
	width: 25%;
	float: right;
	margin-bottom: 30px;
	border-radius: .5rem;
	background: #f6f6f6;
	border:1px solid #eeeeee;
}

.sidebar-left #secondary{
	float: left;
	border-left: none;
}

article{
	position: relative;
	margin-bottom: 20px;
}

.container.entry-header{
	padding: 0;
}

.entry-header{
	text-align: left;
	margin-bottom: 5px; padding-bottom: 6px;
	border-bottom: 1px solid #269bbc;
	overflow: hidden;
}

.entry-header.with-image,
.archive-header.with-image{
	margin-top: 0;
	margin-bottom: 2rem;
	min-height: 36rem;
	background-size: cover;
	background-position: center center;
	background-color: #f1f1f1;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.entry-header.with-image:before,
.archive-header.with-image:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #3a3a3a;
	opacity: .3;
}

.entry-header .entry-title,
.archive-header .archive-title{
	font-weight: 600;
	padding: 0;
	margin: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.title-meta-wrapper{
	position: relative;
}

.single .entry-header .entry-title,
.page .entry-header .entry-title,
.archive-header .archive-title,
.archive-header .archive-title{
	font-size: 4em;
	padding: 0;
	margin-bottom: 20px;
}

.archive-header .archive-title.search{
	font-size: 3em;
}
.archive-header .archive-title.search .search-query{
	display: block;
	font-size: 1.33em;
} 

.search-results .page .entry-header .entry-title{
	font-size: 30px;
	padding: 10px;
	margin-bottom: 0;
}

.entry-excerpt,
.taxonomy-description{
	text-align: center;
}

.post-thumbnail{
	margin-bottom: 1em;
}

#grid-loop article .post-thumbnail,
#main.infinite-grid .infinite-wrap article .post-thumbnail{
	margin-bottom: 0;
}

.entry-content p{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry-header .entry-title,
.entry-header .entry-title a,
.archive-header .archive-title,
.archive-header .archive-title a{
	text-decoration: none;
	color: #414141;
}

.entry-header.with-image .entry-title,
.entry-header.with-image .entry-title a,
.archive-header.with-image .archive-title,
.archive-header.with-image .archive-title a{
	text-decoration: none;
	color: #fff;
	margin: .25em 0;
}

.entry-header .entry-title a:hover, 
.archive-header .archive-title a:hover{color:#269bbc;}

.entry-meta,
.entry-footer{
	font-size: 14px;
	font-style: normal;
}

.single .entry-meta{
	font-size: 18px;
}

.single .entry-header.with-image .entry-meta{
	position: relative;
}

.entry-footer .cat-links,
.entry-footer .tags-links,
.entry-footer .edit-link{
	display: block;
	clear: both;
}

.entry-footer span.tags-links{
	margin-top: 10px;
}

.single .with-image .entry-meta a{
	color: #fff;
}

.entry-meta .author{
	font-weight: 600;
}

.entry-meta .author img,
.entry-footer .author img{
	border-radius: 50%;
	margin-right: 2rem;
}

.archive-title .author img{
	border-radius: 50%;
	display: block;
	margin: 0 auto 1rem;
	border: 2px solid rgba(255,255,255,.5);
}

.archive.author .archive-description{
	margin: 0 0 1em;
}

.single .entry-footer{
	margin: 1em 0;
	padding: 2em;
	background: #f4f4f4;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
}

.entry-footer .author-name{
	font-weight: 600;
}

ul.archive-sub-cats{
	list-style: none;
	margin-left: 0;
}

ul.archive-sub-cats li{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}

#homepage-sections .section{
	margin-bottom: 30px;
}

#homepage-sections .section h2.section-title{
	text-align: center;
	font-size: 36px;
	font-weight: 600;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
aside{
	color: #f1f1f1;
}

aside a:hover{
	text-decoration-color: #414141;

}

aside input,
aside button{
	margin-top: 2px;
}

#site-usp{
	width: 100%;
	padding: 10px 0;
	background: #f5f5f5;
	transition: padding .5s;
}

#masthead.scrolled #site-usp{
	padding: 5px 0;
	transition: padding 1s;
}

#site-usp .container{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#site-usp aside{
	background: transparent;
	color: #414141;
	margin: 0;
	display: block;
}

.offers-bar-widget-title{
	font-size: 18px;
	color: #414141;
	margin: 0;
	line-height: 1;
}

#site-usp aside p{
	margin: 0;
}

#site-usp aside a{
	font-weight: 400;
}

.shop-filter-wrap{
	margin: 0 0 20px;
	clear: both;
}

.shop-filter-wrap .shop-filter-toggle{
	display: inline-block;
	cursor: pointer;
	position: relative;
	border: 1px solid #f5f5f5;
	padding: .5em 2.5em .5em 1em;
	background-color: #fbfbfb;
	border-radius: 2rem;
}

.shop-filter-wrap .shop-filter-toggle.active{
	margin-bottom: 10px;
}

.shop-filter-wrap .shop-filter-toggle .toggle-icon{
	position: relative;
}

#shop-filters{
	display: none;
	background: #faeded;
	padding: 1em;
	border-radius: 2rem;
	font-size: 80%;
	width: 100%;
	table-layout: fixed;
}

.shop-filter-wrap #shop-filters.active{
	display: table;
}

#shop-filters aside{
	background: transparent;
	display: table-cell;
	width: 100%;
	position: relative;
	border-right: 1px solid #fff;
}

#shop-filters aside:last-child{
	border-right: none;
}

#shop-filters aside a{
	color: #414141;
}

#shop-filters .widget{
	margin: 0;
	padding: 10px;
}

.shop-filters-widget-title{
	position: relative;
	color: #414141;
	font-size: 14px;
	margin-bottom: 10px;
}

#shop-filters li{
	width: 32.333333%;
	min-width: 120px;
	margin-right: 1%;
	float: left;
}

#shop-filters form{
	max-width: 240px;
}

#shop-filters button{
	padding: 0 16px;
	line-height: 28px;
	height: 28px;
	font-size: 1em;
}

#shop-filters .widget_price_filter .price_slider_amount .button{
	font-size: 1.15em;
}

#shop-filters .customize-partial-edit-shortcut button,
#shop-filters .widget .customize-partial-edit-shortcut button{
	height: 30px;
	font-size: 18px;
	padding: 3px;
}

#shop-filters input[type="text"]{
	height: 24px;
}

.sidebar-widget-title,
.page-sidebar-widget-title,
.shop-sidebar-widget-title{
	color: #414141;
	font-weight: 600;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 5px;
	font-size: 20px;
	text-align: left;
}

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

.widget-area ul ul{
	margin-top: 5px;
}

.widget-area ul ul li{
	padding-left: 10px;
}

.widget-area ul ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

.widget-area li{
	margin: 0 0 7px 0;
}

.widget-area .widget{
	padding: 2rem;
	margin-bottom: 1px;
}

.widget-area .widget.widget_image{
	padding: .33rem;
	margin-bottom: 1.5rem;
}

.widget-area form{
	margin-top: 1.25rem;
}

.widget-area a:hover, a:active, a:focus {color:#0068b4;}
.widget-area .current-cat > a {
	color: #0068b4;
  }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
article.comment-body{
	background: #fbfbfb;
	border-radius: 2rem;
	padding: 1.5em;
}

.comment-content a{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.bypostauthor{
	display: block;
}

.author-email-url{
	margin-left: -2%;
}

.comment-form-author{
	float: left;
	width: 32%;
}
.comment-form-email,
.comment-form-url{
	float: left;
	margin-left: 2% !important;
	width: 32%;
}

.author-email-url input{
	width: 100%;
}

.comment-form .form-submit{
	clear: both;
}

#comments{
	background: #fff;
	margin-bottom: 25px;
}

.logged-in-as,
.comment-notes{
	font-size: 13px;
}

#comments h3.comment-reply-title{
	position: relative;
}

#comments h3.comment-reply-title:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: #f5f5f5;
}

#comments ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments li.comment{
	margin: 0 0 20px;
}

#comments li.comment .children{
	display: block;
	margin: 20px 0 0 30px;
	padding: 0px;
	list-style: none;
}

.comment-list .comment-respond{
	margin-top: 20px;
	border: 1px solid #EEE;
	padding: 20px;
}

.comment-list .vcard img{
	border-radius: 50%;
	margin-right: 10px;
}

.comment-list .vcard .fn{
	font-weight: normal;
	font-size: 16px;
}

.comment-list .edit-link{
	position: absolute;
	top: 0;
	left: auto;
}

.comment-list .edit-link a{
	font-size: 13px;
	display: inline-block;
	padding: 10px;
}

.comment-list .comment-meta{
	margin-bottom: 15px;
} 

.comment-list .comment-author{
	display: inline-block;
	margin-right: 1em;
}

.comment-list .comment-author .says{
	display: none;
}

.comment-list .comment-metadata{
	display: inline-block;
	padding-top: 10px;
	font-size: 13px;
}

.comment-list .comment-metadata a{
	text-decoration: none;
}

.comment-list .reply{
	display: inline-block;
}

.comment-list .reply a{
	text-decoration: none;
}

#cancel-comment-reply-link{
	float: right;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a{
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	line-height: 22px;
	position: relative;
}

.comment-navigation .nav-next a{
	margin-right: 13px;
}

.comment-navigation .nav-next a:after{
	content: "";
	position: absolute;
	border-left: 11px solid #faeded;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 0;
	right: -11px;
}

.comment-navigation .nav-previous a{
	margin-left: 11px;
}

.comment-navigation .nav-previous a:after{
	content: "";
	position: absolute;
	border-right: 11px solid #faeded;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 0;
	left: -11px;
}

/*--------------------------------------------------------------
# Related Posts
--------------------------------------------------------------*/

.related-posts{
	margin: 0 0 30px 0;
}

.related-posts h3{
	position: relative;
}

.related-posts h3:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: #f5f5f5;
}

.related-posts #grid-loop article .entry-content{
	padding-bottom: 10px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley{
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object{
	max-width: 100%;
}

.entry-video{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

#grid-loop article .entry-video,
#main.infinite-grid .infinite-wrap article .entry-video{
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
	overflow: hidden;
}

.entry-video embed,
.entry-video iframe,
.entry-video object,
.entry-video video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption{
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"]{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text{
	margin: 0.8075em 0;
}

.wp-caption-text{
	background: #f1f1f1;
	border: 1px solid #f5f5f5;
	text-align: center;
	font-size: 16px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery{
	margin-bottom: 15px;
}

.gallery-item{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item{
	max-width: 50%;
}

.gallery-columns-3 .gallery-item{
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item{
	max-width: 25%;
}

.gallery-columns-5 .gallery-item{
	max-width: 20%;
}

.gallery-columns-6 .gallery-item{
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item{
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item{
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item{
	max-width: 11.11%;
}

.gallery-caption{
	display: block;
	margin: 0 10px 10px 10px;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.container{
	width: 96%;
	max-width: 1400px;
	margin: 0 auto;
}

.site-content{
	position: relative;
	margin-top: 30px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
}

#masthead.scrolled{
	border-bottom: 1px solid #f0f0f0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.logged-in.admin-bar #masthead.scrolled{
	top: 32px;
}

#masthead > .container{
	display: grid;
	grid-template-columns: minmax(auto,300px) auto;
	align-items: center;
	padding: 20px 0;
	transition: padding .5s;
}

#masthead.scrolled > .container{
	padding: 5px 0;
	transition: padding 1s;
}

#site-branding{
	grid-column: 1/2;
}

.toggle-nav {
	grid-column: 2/4;
	justify-self: end;
	display: none;
}

#site-navigation{
	grid-column: 2/3;
	justify-self: end;
}

#site-navigation{
	color: #fff;
}

#site-navigation a{
	color: #fff;
	text-decoration: none;
}

#site-navigation a:hover{
	color: #0068b4;
	text-decoration: none;
}

#site-navigation a.button{
	color: #fff;
}

#top-bar{
	display: block;
	margin: 0;
	padding: 2px 0;
	background: #fafafa;
	border-bottom: 1px solid #ffffff;
	font-size: 14px;
	line-height: 1.6;
	transition: padding .5s;
}

#masthead.scrolled #top-bar{
	padding: 1px 0;
	font-size: 12px;
	transition: padding 1s;
}

.top-bar-widget-title{
	color: #414141;
	margin: 0;
	font-size: 1.2em;
}

#top-bar a.button, #top-bar a.button:hover,
#top-bar button, #top-bar input[type="button"], #top-bar input[type="reset"], #top-bar input[type="submit"],
#top-bar input[type="text"], #top-bar input[type="email"], #top-bar input[type="url"], #top-bar input[type="password"], #top-bar input[type="search"], #top-bar input[type="number"], #top-bar input[type="tel"], #top-bar input[type="range"], #top-bar input[type="date"], #top-bar input[type="month"], #top-bar input[type="week"], #top-bar input[type="time"], #top-bar input[type="datetime"], #top-bar input[type="datetime-local"], #top-bar input[type="color"], #top-bar textarea{
	height: auto;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 12px;
	margin: 2px 0;
	max-width: 160px;
}

#top-bar p,
#top-bar .widget,
#top-bar .widget p{
	margin: 0;
	padding: 0;
	background: transparent;
}

#top-bar .widget{
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

#top-bar .widget:nth-child(odd){
	text-align: right;
	margin-right: 1%;
}
#top-bar .widget:nth-child(even){
	text-align: right;
	margin-left: 1%;
}

#top-bar ul{
	position: relative;
	list-style: none;
}

#top-bar li{
	display: inline-block;
	margin-left: 12px;
}

#top-bar li:first-child{
	margin-left: 0;
}

#top-bar ul > li > ul{
	display: none;
	border: 1px;
	border-style: solid;
	border-color: rgba(255,255,255,0.1);
	border-top: 0;
	margin-top: 2px;
}

#top-bar ul > li.menu-item-has-children:hover > ul{
	position: absolute;
	display: block;
	margin-left: 0;
	text-align: left;
	z-index: 101;
}
#top-bar ul > li.menu-item-has-children:hover > ul > li{
	display: block;
	margin-left: 0;
	padding: 5px;
}

#top-bar ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul,
#top-bar ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul:hover{
	display: none;
}

#masthead .site-main-menu{
	float: left;
}

#masthead .top-search{
	float: left;
	position: relative;
	margin: 0;
	padding: 10px 15px;
}

.top-search .riacs-icon-search,
.top-search .search-close,
#site-navigation .menu-close{
	color: inherit;
	background: transparent;
	padding: 0;
}

.top-search .search-close{
	display: block;
	text-align: center;
	height: 0;
	width: 0;
	color: transparent;
	padding: 0;
}

#site-navigation .menu-close{
	display: none;
	width: 100%;
	padding-top: 1em;
	opacity: 0;
}

.top-search .search-close:before,
#site-navigation .menu-close:before{
	content: "\f00d";
	padding-right: 1em;
}

.top-search .riacs-icon-search:focus,
.top-search .search-close:focus,
#site-navigation .menu-close:focus{
	outline: 1px dotted;
}

.top-search .search-close:focus,
#site-navigation .menu-close:focus{
	height: auto;
	width: 100%;
	color: inherit;
	padding-top: 1em;
	opacity: 1;
}

.top-search .mini-search{
	position: absolute;
	top: auto;
	right: 0;
	visibility: hidden;
	opacity: 0;
	padding: 10px;
	background: #f7f7f7;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.09);
	z-index: 99999;
	transform: translateY(30px);
	transition: all .3s ease;
}

.top-search.search-open .mini-search{
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	transition: all .3s ease;
}

#masthead .search-form,
#masthead .woocommerce-product-search{
	width: 320px;
	max-width: 100%;
}

#masthead .search-form input[type="submit"],
#masthead .woocommerce-product-search button[type="submit"]{
	position: relative;
	display: inline-block;
	
	border-radius: 5px;
	box-shadow: none;
	transition: none;
}

#masthead .search-form input[type="search"],
#masthead .woocommerce-product-search input[type="search"]{
	display: inline-block;
	width: 220px;
	border: 1px solid #ccc;
	background: #fff;
	color: #414141;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#masthead .search-form input[type="search"]::placeholder,
#masthead .woocommerce-product-search input[type="search"]::placeholder{
	color: #414141;
	opacity: .6;
}

#masthead .top-account{
	float: left;
	position: relative;
	margin: 0;
	padding: 10px 15px;
}

#masthead .top-account .mini-account{
	position: absolute;
	top: auto;
	right: 0;
	text-align: left;
	font-size: 90%;
	padding: 10px;
	min-width: 280px;
	max-height: 480px;
	overflow: auto;
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
	transform: translateY(40px);
	background: #473c33;;
	border-radius: 0 0 3px 3px;
	transition: all 0.3s ease;
}

#masthead .top-account .mini-account a{
	text-decoration: underline dotted;
}

.woocommerce .top-account .col2-set .col-1,
.woocommerce-page .top-account .col2-set .col-1,
.woocommerce .top-account .col2-set .col-2,
.woocommerce-page .top-account .col2-set .col-2{
	float: none;
	width: 100%;
}

.top-account #customer_login .u-column2{
	margin-top: .8em;
	border-top: 1px solid rgba(255,255,255,.3);
}

.top-account h2{
	position: relative;
	font-size: 1.15rem;
	text-transform: none;
	margin: 0 0 .8em;
	color:#ffffff;
}

.top-account #customer_login .u-column2 h2{
	margin-top: .8em;
	cursor: pointer;
}

.top-account #customer_login .u-column2 h2:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f107";
	font-weight: 900;
	font-size: 16px;
	text-shadow: none;
	position: absolute;
	top: 0;
	right: 0;
}

.top-account #customer_login .u-column2.open h2:after{
	content: "\f106";
}

.top-account #customer_login .u-column2 form{
	display: none;
}

.top-account #customer_login .u-column2.open form{
	display: block;
}

.top-account p{
	margin: 0 0 7px;
}

.top-account input{
	padding: .25em .5em;
}

.top-account .woocommerce-MyAccount-navigation{
	width: 100%;
}

.top-account form .form-row .required{
	color: red;
}

.woocommerce .top-account form .form-row .required{
	visibility: hidden;
	transition: all .7s;
	transition-delay: 1s;
}
.woocommerce .top-account:hover .mini-account form .form-row .required{
	visibility: visible;
	transition-delay: 0s;
}

div.mini-account form.login{
	border: none;
	padding: 0;
	margin: 0;
}

div.mini-account .form-row,
div.mini-account .form-row-first,
span.mini-account .form-row-last{
	width: 100%;
	float: left;
}

.top-account .woocommerce-form__label-for-checkbox{
	padding: 20px 0 10px 0;
	margin-left: 0;
	display: block;
}

.top-account .woocommerce-form__label-for-checkbox span{
	font-size: 90%;
}

.top-account input#rememberme.woocommerce-form__input.woocommerce-form__input-checkbox{
	height: 10px;
	margin-right: 0;
}

#masthead .top-wishlist{
	float: left;
	position: relative;
	margin: 0;
	padding: 10px 15px;
}

#masthead .top-cart{
	float: left;
	position: relative;
	margin: 0;
	padding: 10px 15px;
}

#masthead .top-cart .mini-cart{
	position: absolute;
	top: auto;
	right: 0;
	text-align: left;
	font-size: 90%;
	padding: 10px;
	min-width: 280px;
	max-height: 480px;
	overflow: auto;
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
	transform: translateY(40px);
	background: #473c33;
	border-radius: 0 0 3px 3px;
	transition: all 0.3s ease;
}

#masthead .top-cart .mini-cart p{
	margin: 0;
}

#masthead .top-cart .mini-cart .woocommerce-mini-cart__buttons .button{
	display: block;
	text-align: center;
	margin-top: 10px;
}

#masthead .top-account:hover .mini-account,
#masthead .top-account .mini-account.locked,
#masthead .top-cart:hover .mini-cart,
#masthead .top-account a:focus ~ .mini-account,
#masthead .top-cart a:focus ~ .mini-cart{
	top: auto;
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	transition: all .3s ease;
}

#masthead .top-cart .mini-cart ul.cart_list{
	list-style: none;
	padding: 0;
	margin: 0;
}

#masthead .top-cart .mini-cart ul.cart_list li:after, #masthead .top-cart .mini-cart ul.cart_list li:before, #masthead .top-cart .mini-cart ul.product_list_widget li:after, #masthead .top-cart .mini-cart ul.product_list_widget li:before{
	content: ' ';
	display: table;
}

#masthead .top-cart .mini-cart ul.cart_list li:after{
	clear: both;
}

#masthead .top-cart .mini-cart ul.cart_list li{
	padding: 4px 0;
	margin: 0;
	list-style: none;
}

#masthead .top-cart .mini-cart ul.cart_list li a{
	display: block;
	font-weight: normal;
}

#masthead .top-cart .mini-cart a.remove{
	display: block;
	font-size: 2em;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	color: red !important;
	text-decoration: none;
	border: 0;
	float: right;
	opacity: 0.7;
}

#masthead .top-cart .mini-cart a.remove:hover{
	color: #fff !important;
	background: red;
	opacity: 1;
}

#masthead .top-cart .mini-cart ul.cart_list li img{
	float: right;
	margin-left: 4px;
	width: 42px;
	height: auto;
	box-shadow: none;
}

#masthead .top-cart .mini-cart li.empty{
	list-style: none;
	text-align: center;
}

#masthead .top-cart .mini-cart dt{
	font-weight: normal;
}

#masthead .top-cart .mini-cart dd{
	margin: 0 0 0 10px;
}

#masthead a.riacs-cart{
	position: relative;
	margin-right: 22px;
}

#masthead a.riacs-wishlist{
	position: relative;
	margin-right: 10px;
}

#masthead .riacs-icon-heart,
#masthead .riacs-icon-shopping-cart{
	margin-right: 5px;
}

#masthead a.riacs-cart .item-count,
#masthead a.riacs-wishlist .wishlist_products_counter_number,
#masthead a.wishlist_products_counter .wishlist_products_counter_number{
	position: absolute;
	top: -5px;
	left: auto;
}

#masthead a.riacs-cart.items .riacs-icon-shopping-cart,
#masthead a.riacs-cart.items .item-count{
	color: #fff;
}

#masthead a:hover.riacs-cart.items .riacs-icon-shopping-cart,
#masthead a:hover.riacs-cart.items .item-count{
	color: #f2ab26;
}

#site-branding h1,
#site-branding p,
#site-branding .custom-logo{
	margin: 0;
	padding: 0;
	line-height: 1;
}

.site-title{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 41px;
}

.site-title a,
.site-title a:hover,
.site-title a:active,
.site-title a:focus{
	text-decoration: none;
	color: #414141;
}

.site-description{
	clear: both;
	font-weight: normal;
	color: #414141;
}

.masthead-block{
	background: transparent;
	height: 70px;
}

.title-tagline-hidden .site-title,
.title-tagline-hidden .site-description{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

#home-hero-section{
	background: transparent;
}

#home-hero-section .widget{
	margin: 0;
}

#home-hero-section aside{
	position: relative;
	background: transparent;
	color: #414141;
}

#home-hero-section .widget_media_image{
	display: block;
	color: #fff;
}

#home-hero-section .widget_media_image:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #e08b8b;
	opacity: .3;
}

#home-hero-section .widget_media_image .hero-widget-title{
	width: 100%;
	max-width: calc(100% - 120px);
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 76px;
	font-weight: 600;
}

#home-hero-section .widget_media_image .hero-widget-title a,
#home-hero-section .widget_media_image .hero-widget-title a:hover,
#home-hero-section .widget_media_image .hero-widget-title a:focus,
#home-hero-section .widget_media_image .hero-widget-title a:active{
	color: #fff;
	text-decoration: none;
}

#home-hero-section .widget_media_image .wp-caption{
	margin-right: 0;
}

#home-hero-section .widget_media_image img{
	width: 100%;
	height: auto;
}

#home-hero-section .widget_media_image.adaptive-sizing{
	overflow: hidden;
}

#home-hero-section .widget_media_image img.adaptive-sizing{
	width: auto;
	max-width: none !important;
}

#home-hero-section .widget_media_image .wp-caption .wp-caption-text{
	width: 100%;
	max-width: calc(100% - 120px);
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 26px;
}

#home-hero-section p{
	margin: 0;
}

.bx-wrapper .bx-controls-direction a{
	margin-top: 0;
	background: rgba(224,139,139,.7);
	height: 40px;
	width: 40px;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	text-indent: 0;
	text-decoration: none;
	border-radius: 100%;
	transform: translateY(-50%);
}

.bx-wrapper .bx-controls-direction a:hover{
	background: #e08b8b;
	opacity: 0.8;
}

/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/
.toggle-nav{
	font-size: 24px;
	background: transparent;
	color: #269bbc;
	cursor: pointer;
	width: 20px;
}

.toggle-nav:hover{
	background: transparent;
	color: #0068b4;
}

.toggle-nav:focus{
	outline: 1px dotted;
}

#site-navigation .site-main-menu{
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: .07em;
}
.mega-menu-primary #site-navigation .site-main-menu{
	margin-top: 5px;
}

.has-quadmenu-primary #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item > .quadmenu-dropdown-menu{
	top: auto;
}

#quadmenu.js .quadmenu-navbar-header{
	display: none !important;
}

#primary-menu{	
	margin: 0;
	color: #414141;
}

#primary-menu li{
	float: left;
	position: relative;
	list-style: none;
}

#primary-menu li a{
	display: block;
	color: #222222;
	text-decoration: none;
	padding: 10px 15px;
	transition: color .3s ease;
}

#primary-menu li.menu-item-has-children a{
	padding-right: 25px;
}

#primary-menu:hover li a{
	opacity: .4;
	transition: opacity .3s ease;
}

#primary-menu li:hover a{
	opacity: 1;
	color:#414141;
	transition: opacity .3s ease;
}
#primary-menu li a:hover{
	opacity: 1;
	transition: opacity .3s ease;
	color: #269bbc;
}

#primary-menu li.current-menu-item > a{
	color: #269bbc;
}

#primary-menu ul{
	position: absolute;
	visibility: hidden;
	opacity: 0;
	background: #f5f5f5;
	min-width: 260px;
	text-align: left;
	top: 140%;
	margin: 0;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.09);
	z-index: 99999;
	transition: all 0.3s ease;
}
#primary-menu li.menu-item-has-children.locked > ul,
#primary-menu li.menu-item-has-children:hover > ul,
#primary-menu li.menu-item-has-children a:focus ~ ul{
	visibility: visible;
	opacity: 1;
	top: 100%;
	transition: all 0.3s ease;
}
#primary-menu ul li{
	width: 100%;
	background: none;
}
#primary-menu ul li a{
	position: relative;
	overflow: hidden;
}

#primary-menu ul li.menu-item-has-children ul,
#primary-menu ul li.menu-item-has-children ul,
#primary-menu ul li.menu-item-has-children.locked ul,
#primary-menu ul li.menu-item-has-children:hover ul,
#primary-menu ul li.menu-item-has-children a:focus ~ ul{
	left: 100%;
	top: 5px;
}

#primary-menu li.menu-item-has-children .sub-menu ul{
	border-radius: 0 3px 3px 3px;
}
.sub-menu li{
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sub-menu li:last-child{
	border: 0;
}

#primary-menu li.menu-item-has-children .sub-menu a{
	
	margin: 0;
	transition: all 0.3s ease;
}

#primary-menu li.menu-item-has-children:hover .sub-menu a{
	padding-top: 8px;
	padding-bottom: 8px;
	transition: all 0.3s ease;
}

.menu-item-has-children .sub-trigger{
	display: none;
}

.page-links,
.comments-pagination{
	text-align: center;
	font-weight: 600;
	margin-bottom: 25px;
}

.page-links a,
.comments-pagination .page-numbers{
	padding: 0 10px;
}

.posts-navigation,
.post-navigation{
	background: #f4f4f4;
	padding: 2em;
	border: none;
	border-bottom-left-radius: .5rem;
	border-bottom-right-radius: .5rem;
	box-shadow: none;
	margin: -29px 0 30px 0;
	overflow: hidden;
}

.posts-navigation .nav-previous,
.post-navigation .nav-previous{
	float: left;
	width: 50%;
}

.posts-navigation .nav-next,
.post-navigation .nav-next{
	float: right;
	text-align: right;
	width: 50%;
}

.post-navigation .nav-previous .fa{
	margin-right: .25em;
}

.post-navigation .nav-next .fa{
	margin-left: .25em;
}

/** koszyk lupka login */
.kolulo {float: right;
	margin-left: 39px;
border:1px solid #d0d0d0;
border-radius: 6px;}

/*--------------------------------------------------------------
## Featured Posts
--------------------------------------------------------------*/
#featured-post-section{
	width: 100%;
}

.featured-post-wrap{
	display: grid;
	grid-template-columns: repeat(3,30.666666%);
	grid-column-gap: 4%;
}

.featured-post{
	position: relative;
	transition: all 0.3s ease;
}

.featured-post .featured-icon{
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	color: #e08b8b;
	transition: all 0.3s ease;
}
.featured-post .featured-icon .fa.fa-not-a-real-icon{
	display: none;
}

.featured-post:hover .featured-icon{
	color: #414141;
	transition: all 0.3s ease;
}

.featured-post h4{
	display: inline-block;
	position: relative;
	margin: 0 0 0 20px;
	color: #414141;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.featured-post a,
.featured-post h4 a{
	color: #414141;
	text-decoration: none;
}

.featured-post .featured-excerpt{
	font-weight: 300;
	margin: 0 0 0 50px;
}

.featured-post a.featured-readmore{
	color: #fff;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon{
	font-size: 14px;
	color: #9e9e9e;
	background-color: #505050;
	background-repeat: no-repeat;
	background-size: cover;
}

#colophon aside{
	background: transparent;
}

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

.site-footer ul ul{
	margin-left: 10px;
}

.site-footer a{
	color: #f1f1f1;
}

.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active{
	text-decoration-color:none;
	color:#f1f1f1;
}

.above-footer-widget-title,
.footer-column-widget-title{
	color: #f1f1f1;
	font-weight: 600;
	position: relative;
	margin-bottom: 15px;
}

#above-footer{
	border-bottom: 1px solid rgba(255,255,255,.1);
	
}

#above-footer2{
	background-color: #3e3630;
}

#above-footer .container{
	padding-top: 20px;
	padding-bottom: 20px;
}

#above-footer2 .container{
	padding-top: 20px;
	padding-bottom: 0;
}


#above-footer .widget,
#above-footer p:last-child{
	margin-bottom: 0;
}

#top-footer{
	padding: 20px 0 0;
	border-bottom: 1px solid rgba(255,255,255,.1)
}

#top-footer .container{
	padding-bottom: 30px;
}

.top-footer{
	margin-left: -3%;
}

.footer{
	float: left;
	width: 22%;
	margin-left: 3%;
}

#bottom-footer{
	padding: 5px 0;
	line-height: 1;
	background-color: #363636;
}

.site-info{
	float: left;
	width: 45%;
}

.site-info .sep{
	opacity: .4;
}

.site-info-right,
#footer-menu ul{
	float: right;
	width: 45%;
	text-align: right;
	list-style-type: none;
	list-style: none;
	list-style-image: none;
	line-height: 32px;
	margin-top: -7px;
}
#footer-menu li{
	padding: 0 8px;
	display: inline;
}

#footer-menu a,
.widget_nav_menu a{
	position: relative;
}



/*--------------------------------------------------------------
## Pagination CSS
--------------------------------------------------------------*/
.pagination{
	text-align: center;
	margin: 30px 0;
}

.pagination span,
.pagination .dots,
.pagination a{
	background: #e9e9e9;
	padding: 6px 12px;
	border-radius: 2rem;
	font-weight: normal;
	color: #414141;
	text-decoration: none;
}

.pagination a:hover,
.pagination .current{
	background: #f2ab26;
	color: #fff;
}

/*--------------------------------------------------------------
## WooCommerce CSS
--------------------------------------------------------------*/
.woocommerce .term-description{
	margin: 0 0 20px 0;
}

.woocommerce nav.woocommerce-pagination{
	text-align: center;
	margin: 30px 0;
}

.woocommerce nav.woocommerce-pagination ul{
	border: 0;
	margin: 0;
	padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li{
	border: 0;
	float: none;
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
	background: #e4e4e4;
	padding: 6px 12px;
	border: 0;
	border-radius: 2rem;
	font-weight: normal;
	line-height: 2.68;
	color: #414141;
	display: unset;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
	background: #f2ab26;
	color: #fff;
}

.single.single-product .quantity .input-text.qty.text,
.p-quantity .input-text.qty.text,
.woocommerce .quantity .qty{
	appearance: textfield;
	appearance: textfield;
}

.woocommerce .quantity .qty::-webkit-outer-spin-button,
.single.single-product .quantity .input-text.qty.text::-webkit-inner-spin-button,
.p-quantity .input-text.qty.text::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce .woocommerce-breadcrumb{
	color: #414141;
	opacity: .8;
}

.woocommerce .woocommerce-result-count{
	margin: .7em 0 1em;
}

.woocommerce div.product,
.woocommerce-page div.product{
	overflow: hidden;
}


.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product,
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product,
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product,
.woocommerce ul.products.columns-7 li.product,
.woocommerce-page ul.products.columns-7 li.product,
.woocommerce ul.products.columns-8 li.product,
.woocommerce-page ul.products.columns-8 li.product{
	width: auto;
	overflow: hidden;
	padding-bottom: 10px;
}

.woocommerce ul.products li.product .product-extra-img,
.woocommerce-page ul.products li.product .product-extra-img{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 8;
	transition: all .5s ease-in;
}

.woocommerce ul.products li.product:hover .product-extra-img,
.woocommerce-page ul.products li.product:hover .product-extra-img{
	visibility: visible;
	opacity: 1;
	transition: all .5s ease-out;
}

.product-detail-wrap,
.product-addtocart-wrap{
	padding: 0 10px 0 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{
	padding: 0;
	margin: 0;
	font-size: 18px;
}

.woocommerce ul.products li.product .woocommerce-placeholder{
	border: none;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist,
.woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist{
	margin-bottom: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title mark.count{
	display: none;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .stock,
.woocommerce ul.products li.product .price{
	color: #414141;
	font-weight: 400;
	transition: color .3s ease;
}

.woocommerce ul.products li.product .price{
	font-size: 20px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .stock{
	font-size: 24px;
}

.product .product_meta > span{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.product .product_meta .sku_wrapper .sku{
	font-weight: 400;
}

.quantity.hidden .minus,
.quantity.hidden .plus{
	display: none;
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td{
	color: #e08b8b;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale{
	position: relative;
	top: auto;
	left: auto;
	min-height: 0;
	min-width: 0;
	padding: 0;
	line-height: 1;
	border-radius: 0;
	background-color: transparent;
	font-weight: normal;
}

.woocommerce .sale-flash,
.woocommerce ul.products li.product .sale-flash,
#yith-quick-view-content .onsale{
	position: absolute;
	margin: 0;
	border-radius: 0;
	background-color: #e08b8b;
	font-weight: normal;
	text-align: center;
	color: #fff;
	min-height: 40px;
	line-height: 19px;
	left: -33px;
	text-transform: uppercase;
	top: 11px;
	width: 130px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 9;
}

#yith-quick-view-content .onsale{
	line-height: 40px;
}

.woocommerce .products .star-rating{
	margin: .5em auto .5em;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.woocommerce ul.products li.product a.added_to_cart{
	margin-top: 0;
	overflow: hidden;
}

.woocommerce ul.products li.product .button.add_to_cart_button.added{
	display: none;
}

.woocommerce-error{
	border-color: #b81c23;
}

.woocommerce-info,
.woocommerce-message{
	border-color: #f2ab26;
}

.woocommerce-product-gallery__image{
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist{
	margin-bottom: 10px;
}

.woocommerce div.product a.add_to_wishlist{
	position: relative;
	text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
	border-width: 2px;
	border-color: #dadada;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
	bottom: -6px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
	border-bottom-right-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after{
	border-bottom-left-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	padding: .5rem 1rem .25rem;
	border-width: 1px;
	border-bottom-width: 0;
	border-color: #dadada;
	background: #fdfdfd;
	margin-left: 10px;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child{
	margin-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	border-color: #c8c8c8;
	background: #fdfdfd;
	color: #636363;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
	padding: 10px 20px;
}

.woocommerce table.shop_attributes,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td{
	border-width: 0;
}

.woocommerce table.shop_attributes td{
	padding: 0.3em;
}

.woocommerce table.shop_attributes tr:nth-child(2n) td{
	background: transparent;
}

.woocommerce table.shop_attributes tr td,
.woocommerce table.shop_attributes tr th{
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.woocommerce table.shop_attributes tr:last-child td,
.woocommerce table.shop_attributes tr:last-child th{
	border-bottom: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background-color: #f2ab26;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	width: 1.2em;
	height: 1.2em;
	top: -.45em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color: rgba(0,0,0,.1);
}

.woocommerce .widget_price_filter .ui-slider-horizontal{
	height: .3em;
}

#above-footer ul.product_list_widget:after{
	content: "";
	display: table;
}

#above-footer ul.product_list_widget:after{
	clear: both;
}


#above-footer ul.product_list_widget li{
	float: left;
	width: 16.666666%;
	margin-bottom: 10px;
}

#above-footer ul.product_list_widget li:nth-child(6n+1){
	clear: both;
}

#above-footer ul.product_list_widget li img{
	float: left;
	width: 48px;
	margin-right: 10px;
}

.woocommerce ins{
	background: transparent;
}

section.up-sells.products,
section.related.products{
	clear: both;
}

.woocommerce-MyAccount-navigation ul{
	list-style: none;
	margin-left: 0;
}

/*
## fix for WC products when using 'grid' layout
## standard WC is content: ' ';
## which causes issues with first item
*/
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before{
	content: none;
}

/*--------------------------------------------------------------
## Sticky Footer CSS
--------------------------------------------------------------*/
html,body{
	height: 100%;
}

#page.sticky-footer{
	position: relative;
	min-height: 100%;
}

#colophon.sticky-footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/*--------------------------------------------------------------
## Blocks CSS
--------------------------------------------------------------*/
.site-content{
	overflow-x: hidden;
}

.wp-block-latest-posts.is-grid{
	margin: 0 0 1em 0;
	display: grid;
	grid-column-gap: 3%;
	grid-row-gap: 2em;
}

.wp-block-latest-posts.is-grid.columns-2{
	grid-template-columns: 48.5% 48.5%;
}

.wp-block-latest-posts.is-grid.columns-3{
	grid-template-columns: repeat(3,31.333333%);
}

.wp-block-latest-posts.is-grid.columns-4{
	grid-template-columns: repeat(4,22.75%);
}

.wp-block-latest-posts.is-grid.columns-5{
	grid-column-gap: 2%;
	grid-row-gap: 1.33em;
	grid-template-columns: repeat(5,18.4%);
}

.wp-block-latest-posts.is-grid.columns-6{
	grid-column-gap: 2%;
	grid-row-gap: 1.33em;
	grid-template-columns: repeat(6,15%);
}

.wp-block-latest-posts.columns-2 li,
.wp-block-latest-posts.columns-3 li,
.wp-block-latest-posts.columns-4 li,
.wp-block-latest-posts.columns-5 li,
.wp-block-latest-posts.columns-6 li{
	width: auto;
}

@media only screen and (max-width: 768px){
	.wp-block-latest-posts.is-grid.columns-2,
	.wp-block-latest-posts.is-grid.columns-3,
	.wp-block-latest-posts.is-grid.columns-4,
	.wp-block-latest-posts.is-grid.columns-5,
	.wp-block-latest-posts.is-grid.columns-6{
		display: grid;
		grid-column-gap: 3%;
		grid-row-gap: 2em;
		grid-template-columns: 48.5% 48.5%;
	}
}

@media only screen and (max-width: 480px){
	.wp-block-latest-posts.is-grid.columns-2,
	.wp-block-latest-posts.is-grid.columns-3,
	.wp-block-latest-posts.is-grid.columns-4,
	.wp-block-latest-posts.is-grid.columns-5,
	.wp-block-latest-posts.is-grid.columns-6{
		display: grid;
		grid-column-gap: 3%;
		grid-row-gap: 2em;
		grid-template-columns: 100%;
	}
}

.wp-block-latest-posts.is-grid li{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	background: #fff;
	margin: 0;
	border-radius: 2rem;
	transition: all .3s ease;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.wp-block-latest-posts.is-grid li:hover{
	box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1);
	transition: all .3s ease;
}

.wp-block-latest-posts.is-grid li .wp-block-latest-posts__featured-image > img{
	width: 100%;
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
}

.wp-block-latest-posts.is-grid li > a{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin: 0;
	padding: 2rem 2rem 0 2rem;
	color: #414141;
	overflow-wrap: break-word;
}

.wp-block-latest-posts.is-grid li > a:hover{
	text-decoration: none;
}

.wp-block-latest-posts.is-grid li .wp-block-latest-posts__post-date{
	font-size: .8125em;
	margin: 0;
	padding: 0 2rem;
	color: inherit;
	opacity: .7;
}

.wp-block-latest-posts.is-grid li .wp-block-latest-posts__post-excerpt{
	margin: 0;
	padding: 0 2rem 2rem;
}

p.has-background{
	padding: 15px 20px;
	border-radius: 5px;
}

#primary.full-width .entry-content .alignfull{
	margin-left: -webkit-calc(-50vw + 50%);
	margin-left: calc(-50vw + 50%);
	margin-right: -webkit-calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: 100vw;
	width: 100vw;
}
#primary.full-width .entry-content .alignfull img{
	max-width: 100%;
	width: 100%;
}

.entry-content .alignfull,
.entry-content .alignwide{
	width: 100%;
}
.entry-content .alignfull img,
.wp-block-image.alignfull img,
.entry-content .alignwide img,
.wp-block-image.alignwide img{
	max-width: 100%;
	width: 100%;
}

.wp-block-button__link{
	background-color: #e08b8b;
	border-radius: 2em;
	padding: .5em 1em;
	margin: 0 0 1em;
	font-size: 1rem;
	transition: all .3s ease;
}

.wp-block-button__link:hover{
	background-color: #414141;
	transition: all .3s ease;
}

.is-style-outline .wp-block-button__link:hover{
	background-color: transparent;
}

a.wp-block-button__link:hover,
a.wp-block-button__link:focus,
a.wp-block-button__link:active{
	text-decoration: none;
}

.has-custom-color-1-color{
	color: #faeded;
}

.has-custom-color-1-background-color{
	background-color: #faeded;
}

.has-custom-color-2-color{
	color: #e08b8b;
}

.has-custom-color-2-background-color{
	background-color: #e08b8b;
}

.has-very-dark-grey-color{
	color: #414141;
}

.has-very-dark-grey-background-color{
	background-color: #414141;
}

.has-very-light-grey-color{
	color: #fcfcfc;
}

.has-very-light-grey-background-color{
	background-color: #fcfcfc;
}

/*--------------------------------------------------------------
## WooCommerce Blocks CSS
--------------------------------------------------------------*/

.wp-block-woocommerce-attribute-filter,
.wp-block-woocommerce-price-filter{
	background: #faeded;
	padding: 1em 1.5em .25em 1.5em;
	border-radius: 2rem;
}

.wp-block-woocommerce-active-filters{
	margin-top: 1em;
}

.wp-block-woocommerce-active-filters > h5{
	background: #faeded;
	padding: 1rem 1.5rem 1.25em 1.5rem;
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
	margin: 0;
}

.wp-block-woocommerce-active-filters > div{
	background: #faeded;
	padding: 0 1.5em 0 1.5em;
}

.wp-block-woocommerce-active-filters > div:last-child{
	background: #faeded;
	padding-bottom: .25em;
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li{
	text-decoration: none;
}

.wc-block-active-filters .wc-block-active-filters__clear-all{
	color: inherit;
}

.wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress,
.rtl .wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress{
	--range-color: #e08b8b;
}

.wc-block-price-filter .wc-block-price-filter__range-input-wrapper input[type="range"]:focus{
	border: none;
}

.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-thumb{
	background-image: none;
	background-color: #e08b8b;
	width: 21px;
	border-radius: 50%;
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-thumb{
	background-image: none;
	background-color: #e08b8b;
	width: 21px;
	border-radius: 50%;
}

.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-thumb{
	background-image: none;
	background-color: #e08b8b;
	width: 21px;
	border-radius: 50%;
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-thumb{
	background-image: none;
	background-color: #e08b8b;
	width: 21px;
	border-radius: 50%;
}

.wc-block-price-filter .wc-block-price-filter__controls .wc-block-price-filter__amount{
	border-radius: 0;
}

.wc-block-featured-product,
.wc-block-featured-category{
	overflow: hidden;
}

@media only screen and (min-width: 600px){
	.wp-block-column > div.equal-height,
	.wp-block-cover.equal-height,
	.wp-block-cover-image.equal-height,
	.wc-block-featured-product.equal-height,
	.wc-block-featured-category.equal-height{
		min-height: auto !important;
		height: calc(100% - 1em);
	}

	.wp-block-column > div.equal-height-2,
	.wp-block-cover.equal-height-2,
	.wp-block-cover-image.equal-height-2,
	.wc-block-featured-product.equal-height-2,
	.wc-block-featured-category.equal-height-2{
		min-height: auto !important;
		height: calc(50% - 1em);
	}

	.wp-block-column > div.equal-height-3,
	.wp-block-cover.equal-height-3,
	.wp-block-cover-image.equal-height-3,
	.wc-block-featured-product.equal-height-3,
	.wc-block-featured-category.equal-height-3{
		min-height: auto !important;
		height: calc(33.333% - 1em);
	}

	.wp-block-column > div.equal-height-4,
	.wp-block-cover.equal-height-4,
	.wp-block-cover-image.equal-height-4,
	.wc-block-featured-product.equal-height-4,
	.wc-block-featured-category.equal-height-4{
		min-height: auto !important;
		height: calc(25% - 1em);
	}
}

.wc-block-featured-product .wc-block-featured-product__variation{
	font-size: 1.125em;
}

.wc-block-featured-product .wc-block-featured-product__price{
	font-size: 20px;
}

.wc-block-grid .wc-block-grid__products,
.wc-block-grid__products{
	margin: 0 0 1em 0;
	display: grid;
	grid-column-gap: 3%;
	grid-row-gap: 2em;
}

.wc-block-grid.has-1-columns .wc-block-grid__products{
	grid-template-columns: 100%;
}

.wc-block-grid.has-2-columns .wc-block-grid__products{
	grid-template-columns: 48.5% 48.5%;
}

.wc-block-grid.has-3-columns .wc-block-grid__products{
	grid-template-columns: repeat(3,31.333333%);
}

.wc-block-grid.has-4-columns .wc-block-grid__products{
	grid-template-columns: repeat(4,22.75%);
}

.wc-block-grid.has-5-columns .wc-block-grid__products{
	grid-column-gap: 2%;
	grid-row-gap: 1.33em;
	grid-template-columns: repeat(5,18.4%);
}

.wc-block-grid.has-6-columns .wc-block-grid__products{
	grid-column-gap: 2%;
	grid-row-gap: 1.33em;
	grid-template-columns: repeat(6,15%);
}

.wc-block-grid.has-7-columns .wc-block-grid__products{
	grid-column-gap: 1%;
	grid-row-gap: .67em;
	grid-template-columns: repeat(7,13.428571%);
}

.wc-block-grid.has-8-columns .wc-block-grid__products{
	grid-column-gap: 1%;
	grid-row-gap: .67em;
	grid-template-columns: repeat(8,11.625%);
}

@media only screen and (max-width: 768px){
	.wc-block-grid.has-3-columns .wc-block-grid__products,
	.wc-block-grid.has-4-columns .wc-block-grid__products,
	.wc-block-grid.has-5-columns .wc-block-grid__products,
	.wc-block-grid.has-6-columns .wc-block-grid__products,
	.wc-block-grid.has-7-columns .wc-block-grid__products,
	.wc-block-grid.has-8-columns .wc-block-grid__products{
		display: grid;
		grid-column-gap: 3%;
		grid-row-gap: 2em;
		grid-template-columns: 48.5% 48.5%;
	}
}

@media only screen and (max-width: 480px){
	.wc-block-grid.has-2-columns .wc-block-grid__products,
	.wc-block-grid.has-3-columns .wc-block-grid__products,
	.wc-block-grid.has-4-columns .wc-block-grid__products,
	.wc-block-grid.has-5-columns .wc-block-grid__products,
	.wc-block-grid.has-6-columns .wc-block-grid__products,
	.wc-block-grid.has-7-columns .wc-block-grid__products,
	.wc-block-grid.has-8-columns .wc-block-grid__products{
		display: grid;
		grid-column-gap: 3%;
		grid-row-gap: 2em;
		grid-template-columns: 100%;
	}
}

.wc-block-grid.has-2-columns .wc-block-grid__product,
.wc-block-grid.has-3-columns .wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product{
	max-width: 100%;
}

.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns:not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-6-columns:not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product{
	font-size: 1em;
}

.wc-block-grid__product{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	border-radius: 2rem;
	background: #fff;
	margin: 0 !important;
	padding: 0 !important;
	transition: all .3s ease;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 auto;
	border-left: none;
	border-right: none;
	border-bottom: none;
	overflow: hidden;
}

.wc-block-grid__product:hover{
	box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1);
}

.wc-block-grid__product a:hover{
	text-decoration: none;
}

.wc-block-grid__product .wc-block-grid__product-image{
	margin: 0;
}

.wc-block-grid__product .wc-block-grid__product-image img{
	width: 100%;
}

.wc-block-grid__product .wc-block-grid__product-title{
	padding: 0 10px 0 10px;
	margin: 1em 0 0 0;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
	color: #414141;
}

.wc-block-grid__product .wc-block-grid__product-price{
	padding: 0 10px 0 10px;
	margin: .5em 0;
	font-size: 20px;
	font-weight: 400;
}

.wc-block-featured-product .wc-block-featured-product__price del
.wc-block-grid__product .wc-block-grid__product-price del{
	opacity: .5;
}

.wc-block-featured-product .wc-block-featured-product__price ins,
.wc-block-grid__product .wc-block-grid__product-price ins{
	background: 0 0;
	font-weight: 700;
}

.wc-block-grid__product-onsale{
	position: absolute;
	border: none;
	margin: 0;
	border-radius: 0;
	background-color: #e08b8b;
	font-weight: normal;
	text-align: center;
	color: #fff;
	min-height: 20px;
	line-height: 19px;
	left: -28px;
	text-transform: uppercase;
	top: 25px;
	width: 130px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 9;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart{
	margin-bottom: 1em;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart a.add_to_cart_button.added{
	display: none;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart a.added_to_cart{
	background-color: #e08b8b;
	color: #fff;
	padding: .5em 1em;
	border: 0;
	border-radius: 2em;
	line-height: 1.6;
	height: auto;
	transition: all .3s ease;
}

.wc-block-grid__product-rating{
	font-size: .857em;
}

.woocommerce .star-rating span::before,
.wc-block-grid__product-rating .star-rating span::before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span::before{
	color: #f2ab26;
}

/*--------------------------------------------------------------
## Icons CSS
--------------------------------------------------------------*/

.entry-title:before,
.entry-title:after{
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	content: "";
}

.format-aside .entry-title:before,
.single-format-aside .entry-title:before{
	content: "\f15b";
	margin-right: 10px;
}

.format-image .entry-title:before,
.single.format-image .entry-title:before{
	content: "\f03e";
	margin-right: 10px;
}

.format-video .entry-title:before,
.single-format-video .entry-title:before{
	content: "\f03d";
	margin-right: 10px;
}

.format-link .entry-title:before,
.single-format-link .entry-title:before{
	content: "\f0c1";
	margin-right: 10px;
}

.format-quote .entry-title:before,
.single-format-quote .entry-title:before{
	content: "\f10d";
	margin-right: 10px;
}

.format-gallery .entry-title:before,
.single-format-gallery .entry-title:before{
	content: "\f302";
	margin-right: 10px;
}

.format-audio .entry-title:before,
.single-format-audio .entry-title:before{
	content: "\f025";
	margin-right: 10px;
}

.format-status .entry-title:before,
.single-format-status .entry-title:before{
	content: "\f00c";
	margin-right: 10px;
}

.format-chat .entry-title:before,
.single-format-chat .entry-title:before{
	content: "\f075";
	margin-right: 10px;
}

.post-password-required .entry-title:after,
.post-password-protected .entry-title:after,
.single-post-password-required .entry-title:after,
.single-post-password-protected .entry-title:after{
	content: "\f023";
	margin-left: 10px;
}

.comment-list a.comment-reply-link:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f3e5";
	margin-right: 5px;
}

.toggle-nav:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f0c9";
}

.toggle-nav.menu-open:before{
	content: "\f00d";
}

.menu-item-has-children:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f107";
	font-weight: 900;
	font-size: 16px;
	text-shadow: none;
	opacity: .8;
	position: absolute;
	top: .6em;
	right: 8px;
}
.menu-item-has-children .menu-item-has-children:after{
	content: "\f105";
	top: .4em
}

#primary-menu:hover .menu-item-has-children:after{
	opacity: .4;
}
#primary-menu li.menu-item-has-children:hover:after{
	opacity: .8;
}

#masthead .icons{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 19px;
	border:none
}

#masthead .icons.riacs-icon-search:before{
	display: block;
	width: 1em;
	content: "\f002";
	cursor: pointer;
	color:#222;
}

#masthead .top-search.search-open .icons.riacs-icon-search:before{
	content: "\f00d";
}

#masthead .riacs-icon-user:before{
	content: "\f2f6";
}

.logged-in #masthead .riacs-icon-user:before{
	content: "\f007";
}

.top-account .mini-account-login:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f063";
	margin-right: 5px;
}

.top-account .mini-account-register:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f061";
	margin-right: 5px;
}

#masthead .riacs-icon-heart:before{
	content: "\f004";
}

#masthead .icons,
#masthead a.wishlist_products_counter{
	position: relative;
}

#masthead a.wishlist_products_counter{
	margin: 0 0 0 20px;
}

#masthead a.wishlist_products_counter:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f004";
}

#masthead .riacs-icon-shopping-cart:before{
	content: "\f07a";
}

.shop-filter-wrap .shop-filter-toggle .toggle-icon:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f078";
	position: absolute;
	top: 0;
	left: .5em;
}
.shop-filter-wrap .shop-filter-toggle.active .toggle-icon:before{
	content: "\f077";
}

.yith-wcwl-add-button .fa{
	font-family: FontAwesome;
	font-weight: normal;
}

.riacs-icon-barcode:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-style: normal;
	content: "\f02a";
}

.riacs-icon-folder:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-style: normal;
	content: "\f07b";
}

.riacs-icon-tag:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-style: normal;
	content: "\f02b";
}

.woocommerce-MyAccount-navigation-link:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f111";
	display: inline-block;
	width: 20px;
}
.woocommerce-MyAccount-navigation-link--dashboard:before{
	content: "\f007";
}
.woocommerce-MyAccount-navigation-link--orders:before{
	content: "\f0d1";
}
.woocommerce-MyAccount-navigation-link--downloads:before{
	content: "\f019";
}
.woocommerce-MyAccount-navigation-link--edit-address:before{
	content: "\f3c5";
}
.woocommerce-MyAccount-navigation-link--edit-account:before{
	content: "\f044";
}
.woocommerce-MyAccount-navigation-link--customer-logout:before{
	content: "\f2f5";
}

/*--------------------------------------------------------------
## Jetpack CSS
--------------------------------------------------------------*/

.infinite-scroll #main nav.pagination{
	display: none;
}

.infinite-loader{
	color: #e08b8b;
	margin-bottom: 20px;
}

.infinite-loader .spinner{
	left: 50% !important;
}

#infinite-handle{
	text-align: center;
	margin-bottom: 20px;
}

#infinite-handle span{
	background: transparent;
	font-size: inherit;
	padding: 0;
}

.infinite-wrap .entry-video{
	max-width: 100%;
	overflow: hidden;
}

/*--------------------------------------------------------------
## Responsive CSS
--------------------------------------------------------------*/
@media only screen and (max-width: 1440px){
	.entry-header.with-image,
	.archive-header.with-image{
		min-height: 24rem;
	}
}

@media only screen and (max-width: 1120px){
	.container{
		max-width: 100%;
		padding: 0 10px;
	}

	#above-footer ul.product_list_widget li{
		width: 25%;
	}

	#above-footer ul.product_list_widget li:nth-child(4n+1){
		clear: both;
	}

	#above-footer ul.product_list_widget li:nth-child(6n+1){
		clear: none;
	}
}

@media only screen and (max-width: 1024px){
	#top-bar{
		border-width: 0;
	}

	.toggle-nav,
	#site-navigation .menu-close{
		display: block;
	}

	.has-quadmenu-primary .toggle-nav{
		display: block !important;
	}

	#masthead .site-main-menu{
		float: none;
		order: 2;
	}

	#site-navigation{
		display: none;
	}
	.mega-menu-primary #site-navigation{
		display: block;
	}

	#site-navigation.menu-open{
		display: grid;
		max-height: 50vh;
		padding-right: 10px;
		overflow: hidden auto;
		grid-column: 1/4;
		justify-self: end;
		width: 100%;
		border-top: 1px solid #000;
	}

	.has-quadmenu-primary #site-navigation.menu-open{
		border-top: 0;
	}

	#site-navigation.menu-open .site-main-menu{
		width: 100%;
	}

	.mega-menu-primary #site-navigation .site-main-menu{
		margin-top: 0;
	}

	#primary-menu li{
		position: relative;
		width: 100%;
		border-top: 0;
		margin-top: 0;
	}
	#primary-menu > li:after{
		display: none;
	}
	#primary-menu li a{
		padding: 8px 10px;
		margin: 0;
	}
	#primary-menu li.menu-item-has-children a,
	#primary-menu li.menu-item-has-children a:hover{
		padding: 8px 40px 8px 10px;
	}
	.menu-item-has-children:after{
		display: none;
	}
	.menu-item-has-children .menu-item-has-children:after{
		display: none;
	}
	#primary-menu > li.current-menu-item,
	#primary-menu > li:hover,
	#primary-menu > li.current-menu-item:hover{
		background-image: none;
	}
	.menu-item-has-children .sub-trigger{
		position: relative;
		width: 30px;
		height: 30px;
		line-height: 1;
		float: right;
		z-index: 100;
		cursor: pointer;
		display: block;
		background: transparent;
		color: #fff;
	}
	.menu-item-has-children .sub-trigger:focus{
		outline: 1px dotted #f2ab26;
	}
	.menu-item-has-children .sub-trigger:after{
		position: absolute;
		top: .1em;
		left: .2em;
		font-family: 'Font Awesome 5 Free';
		font-size: 26px;
		font-weight: 900;
		text-shadow: none;
		content: "\f107";
	}
	.menu-item-has-children .sub-trigger.is-open:after{
		content: "\f106";
	}
	#primary-menu .sub-menu,
	#primary-menu li:hover > .sub-menu,
	#primary-menu ul.children,
	#primary-menu li:hover > ul.children,
	#primary-menu ul li.menu-item-has-children ul,
	#primary-menu ul li.menu-item-has-children ul,
	#primary-menu ul li.menu-item-has-children.locked ul,
	#primary-menu ul li.menu-item-has-children:hover ul,
	#primary-menu ul li.menu-item-has-children a:focus ~ ul{
		left: 0;
		width: 100%;
		border: none;
		box-shadow: none;
		display: none;
		opacity: 1;
		visibility: visible;
		position: relative;
		top: 0 !important;
		transition: none;
	}
	#primary-menu .sub-menu li,
	#primary-menu ul.children li{
		padding: 0;
		text-transform: none;
		border: 0;
	}

	#primary-menu li.menu-item-has-children .sub-menu a{
		padding-top: 8px;
		padding-bottom: 8px;
	}

	#primary-menu > li > ul{
		border: 0;
		padding: 0 5px;
	}
	#primary-menu > li > ul > li > ul{
		padding: 0 5px 0 10px;
	}
	#primary-menu > li > ul > li > ul > li > ul{
		padding: 0 5px 0 15px;
	}

	#primary-menu ul ul,
	#primary-menu ul li:hover ul{
		left: auto;
		top: auto;
	}

	#masthead .top-account .mini-account,
	#masthead .top-cart .mini-cart{
		display: none;
	}

	.top-search .mini-search{
		left: 1px;
		right: auto;
		bottom: -55px;
	}

	.entry-header.with-image,
	.archive-header.with-image{
		min-height: 18rem;
	}
	
	.kolulo {float: 
		left; order: 1;
		margin: 8px 0px 12px 0px;
		height: 50px;}

}

@media only screen and (max-width: 768px){
	#top-bar .widget{
		display: block;
		width: 100%;
	}

	#top-bar .widget:nth-child(odd){
		text-align: center;
		margin-right: 0;
	}
	#top-bar .widget:nth-child(even){
		text-align: center;
		margin-left: 0;
	}

	#top-bar li{
		margin-left: 7px;
	}

	#top-bar li:first-child{
		margin-left: 0;
	}

	#grid-loop.layout-2,
	#grid-loop.layout-3,
	#grid-loop.layout-4,
	#main.infinite-grid.layout-2 .infinite-wrap,
	#main.infinite-grid.layout-3 .infinite-wrap,
	#main.infinite-grid.layout-4 .infinite-wrap,
	.woocommerce ul.products.columns-2,
	.woocommerce-page ul.products.columns-2,
	.woocommerce ul.products.columns-3,
	.woocommerce-page ul.products.columns-3,
	.woocommerce ul.products.columns-4,
	.woocommerce-page ul.products.columns-4,
	.woocommerce ul.products.columns-5,
	.woocommerce-page ul.products.columns-5,
	.woocommerce ul.products.columns-6,
	.woocommerce-page ul.products.columns-6,
	.woocommerce ul.products.columns-7,
	.woocommerce-page ul.products.columns-7,
	.woocommerce ul.products.columns-8,
	.woocommerce-page ul.products.columns-8{
		grid-column-gap: 3%;
		grid-row-gap: 2em;
		grid-template-columns: 48.5% 48.5%;
	}

	.featured-post-wrap{
		grid-template-columns: 100%;
		grid-column-gap: 0;
		grid-row-gap: 65px;
	}

	.footer{
		width: 47%;
	}

	.footer:nth-child(3){
		clear: both;
	}

	.footer:nth-child(3),
	.footer:nth-child(4){
		margin-top: 25px;
	}

	#masthead > .container {
		grid-template-columns: auto auto minmax(auto,24px);
	}

	#masthead .top-account:hover .mini-account,
	#masthead .top-cart:hover .mini-cart{
		transform: translateY(-480px);
		visibility: hidden;
		z-index: -99;
	}

	#masthead a.riacs-cart{
		margin-right: 12px;
	}

	.site-info{
		float: none;
		width: 100%;
		text-align: center;
	}

	.site-info-right,
	#footer-menu ul{
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}

	#shop-filters aside{
		display: block;
		border-right: 0;
		border-top: 1px solid #fff;
		clear: both;
	}

	#shop-filters aside:first-child{
		border-top: none;
	}

	#shop-filters aside:after{
		clear: both;
	}

	#shop-filters aside:before,
	#shop-filters aside:after{
		content: "";
		display: table;
	}

	#primary{
		width: auto !important;
		float: none !important;
		margin-bottom: 25px;
	}

	#secondary{
		width: auto;
		float: none !important;
	}

	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product{
		width: auto;
		margin: 0;
	}

	#site-usp,
	#site-usp .container{
		display: none;
	}

	#home-hero-section .widget_media_image .wp-caption{
		margin: 0;
	}

	#above-footer ul.product_list_widget li{
		width: 50%;
	}

	#above-footer ul.product_list_widget li:nth-child(2n+1){
		clear: both;
	}

	#above-footer ul.product_list_widget li:nth-child(4n+1){
		clear: none;
	}

	.entry-header.with-image,
	.archive-header.with-image{
		min-height: 12rem;
	}

}

@media only screen and (max-width: 580px){
	#comments{
		padding: 15px;
	}

	#above-footer ul.product_list_widget li{
		float: none;
		width: 100%;
	}

	#above-footer ul.product_list_widget li:nth-child(2n+1){
		clear: none;
	}
}

@media only screen and (max-width: 480px){
	.top-footer{
		margin: 0;
	}

	.footer{
		width: auto;
		float: none;
		margin: 0 0 20px !important;
	}

	.footer:last-child{
		margin: 0 !important;
	}

	#bottom-footer{
		text-align: center;
	}

	#comments{
		padding: 10px;
	}

	.author-email-url{
		margin-left: 0
	}

	.comment-form-author, 
	.comment-form-email, 
	.comment-form-url{
		width: auto;
		margin-left: 0;
		float: none;
	}

	#masthead .top-account,
	#masthead .top-wishlist,
	#masthead .top-cart{
		margin: 0 0 0 10px;
	}

	#grid-loop.layout-2,
	#grid-loop.layout-3,
	#grid-loop.layout-4,
	#main.infinite-grid.layout-2 .infinite-wrap,
	#main.infinite-grid.layout-3 .infinite-wrap,
	#main.infinite-grid.layout-4 .infinite-wrap,
	.woocommerce ul.products.columns-2,
	.woocommerce-page ul.products.columns-2,
	.woocommerce ul.products.columns-3,
	.woocommerce-page ul.products.columns-3,
	.woocommerce ul.products.columns-4,
	.woocommerce-page ul.products.columns-4,
	.woocommerce ul.products.columns-5,
	.woocommerce-page ul.products.columns-5,
	.woocommerce ul.products.columns-6,
	.woocommerce-page ul.products.columns-6,
	.woocommerce ul.products.columns-7,
	.woocommerce-page ul.products.columns-7,
	.woocommerce ul.products.columns-8,
	.woocommerce-page ul.products.columns-8{
		grid-template-columns: 100%;
	}
}

/*--------------------------------------------------------------
## Print CSS
--------------------------------------------------------------*/
@media print{
	#masthead,
	#secondary,
	#colophon,
	#respond{
		display: none;
	}
}



 /** linia do h*/
 h2.lintit {font-size: 36px;}

 h2.lintit, h3.lintit {
	display: table;
	white-space: nowrap;
	margin:0 auto;
	padding-bottom: 10px;
	font-weight: 600;
  }
  h2.lintit:before, h3.lintit:before,
  h2.lintit:after, h3.lintit:after {
	border-top: 1px solid rgba(57, 57, 57, 0.22);
	content: "";
	display: table-cell;
	position: relative;
	top: 0.7em;
	width: 49%;
  }
  h2.lintit:before, h3.lintit:before {
	right: 2%;
  }
  h2.lintit:after, h3.lintit:after {
	left: 2%;
  }


  /** socjalki */
  div.centerred, div.centerrred {
	display: flex;
	column-gap: 5px;
	justify-content: center;
	flex-wrap: wrap;
}
.centerred h2 {color:#fff;}

/*
div.centerred a{
	padding: 10px 12px;
	border-radius: 6px;
	font-size: 20px;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
}
div.centerred a:hover{
	background: #f2ab26;;
	color:#fff;
}
*/

.butnews {padding:1em 5em; background: #665b5b; border-radius:6px;}
.butnews:hover {background: #f2ab26;}
div.centerred a:hover {color:#fff;}

div.centerrred a {
color: #fff;
display: inline-block;
margin-bottom: 10px;
}

div.centerrred a:hover{
	color:#f2ab26;
}

.fb{
	font-size: 26px; padding: 15px 12px;
}
.insta, .linkedin {font-size: 35px; padding: 9px 12px;}

/** to top */

#back-to-top-btn {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 26px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	color: #269bbc;
	cursor: pointer;
	outline: none;
	border: 1px solid #269bbc;
	border-radius: 6px;
	padding: 0em;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	transition-property: background-color, color;
}
 #back-to-top-btn:hover, #back-to-top-btn:focus {
	background-color: #269bbc;
	color: #fff;  
	border: 1px solid #269bbc;
 }
 
 @media(max-width: 992px) {
	#back-to-top-btn { font-size: 22px; width: 40px; height: 40px; bottom: 35px; right: 15px; }
 }
 @media(max-width:768px) {
  #back-to-top-btn { font-size: 18px; width: 32px; height: 32px; bottom: 30px; right: 6px; }
 }
 
 /* Animations */
 .btnEntrance {
	animation-duration: 0.3s;
	animation-fill-mode: both;
	animation-name: btnEntrance;
 }
 
 /* fadeInUp */
 @keyframes btnEntrance {
	from {
	  opacity: 0;
	  transform: translate3d(0, 100%, 0);
	}
	to {
	  opacity: 1;
	  transform: translate3d(0, 0, 0);
	}
 }
 
 .btnExit {
	animation-duration: 0.20s;
	animation-fill-mode: both;  
	animation-name: btnExit;
 }
 
 /* fadeOutDown */
 @keyframes btnExit {
	from {
	  opacity: 1;
	}
	to {
	  opacity: 0;
	  transform: translate3d(0, 100%, 0);
	}
 }



	  



  .user-role-subadmin .form-table tr:nth-child(1n+5) {
	display: none !important;
 }

 .prinftab {width:300px;}
 .prwartab {width:600px;}

.woocommerce div.product p.stock {
  font-size: 1em;
  font-weight: 600;
}

.woocommerce div.product form.cart div.quantity {
	float: left;
	margin: 20px 4px 0 0;
  }

  .woocommerce div.product form.cart .button {
	vertical-align: middle;
	float: left;
	margin: 20px 4px 0 0;
  }

/* letter */
.page-id-152 .entry-title {display:none;}
.zlet {text-align:center;}
.zlet h2 {font-size:36px;}
.odb {font-size:39px; color:#f2ab26;}
.flet {  width:50%; margin: 0 auto;
margin-bottom:45px; text-align: left;}

.txpod td{border: none;}

/* moj flex */


.rowrow {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
	margin: 0 auto;
	max-width:1200px;
  }
  
  /* Create four equal columns that sits next to each other */
  .co20 {
	flex: 20%;
	max-width: 19%;
	padding: 4px 4px;
	text-align: center;
	margin:5px;
	border:1px solid #ccc;
	border-radius: 5px;
  }
  .co33 {
	flex: 33.33%;
	max-width: 33.33%;
	padding: 4px 4px;
  }
  .co50 {
	flex: 50%;
	max-width: 50%;
	padding: 4px 4px;
  }
  .co100 {
	flex: 100%;
	max-width: 100%;
	padding: 4px 4px;
  }
  
  .co20 img, .co33 img, .co50 img {
   
	vertical-align: middle;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media (max-width: 800px) {
	.co20, .co33, .co50 {
	  flex: 50%;
	  max-width: 50%;
	}
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media (max-width: 600px) {
	.co20, .co33, .co50, .co100 {
	  flex: 100%;
	  max-width: 100%;
	}
  }

.h2kat {font-size:18px;}

.co20:hover{border:1px solid #0068b4;}

/** heromoje hero */


.heroImage {
	background-image: url("https://cprinting.pl/wp-content/uploads/2020/10/heroimg.jpg");
	background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	   padding: 4% 10% 10% 10%;
 }
 
 .heroContents,.heroContents h2 {
	text-align: center;
	 color: #ffffff;
	 font-size: 2em;
	 font-weight: 500;
 text-shadow: 1px 1px #666;
 }
 
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
	 .heroContents,.heroContents h2{
	  font-size: 1.2em;
	 }
  }
 
 .heroContents p{
 padding: 0 0 30px 0px;
 
 }
 
 .bookButton {
	 font-weight: initial;
	 background: #269bbca8;
	 padding: .5em 1em;
	 color: #f1f1f1;
	 border-radius: 5px;
	 line-height: 1.6;
	 height:auto;
	 width:200px;
	 margin:.25em;
	 transition: all .3s ease;
  }
 
 #homepage-sections .section{
	 margin-bottom: 30px;
 }
 
 #homepage-sections .section h2.section-title{
	 text-align: center;
	 font-size: 36px;
	 font-weight: 600;
 }

/** cp*/


.r1, .r2 {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
	padding: 0 4px;
	justify-content: center;
	max-width: 1280px;
	margin: 15px auto;
  }
  
  
  
   .c1a {
	  -ms-flex: 50%; /* IE10 */
	  flex: 50%;
	  max-width: 50%;
	  padding: 2px 0px 2px 20px;
   }
   
   .c1b {
	  -ms-flex: 50%; /* IE10 */
	  flex: 50%;
	  max-width: 50%;
	  padding: 2px 0px 2px 8px;
   }
   
   .c2a {
	  -ms-flex: 50%; /* IE10 */
	  flex: 50%;
	  max-width: 50%;
	  padding: 2px 0px 2px 8px;
   }
   
   .c2b {
	  -ms-flex: 50%; /* IE10 */
	  flex: 50%;
	  max-width: 50%;
	  padding: 2px 0px 2px 8px;
   }
  
   .c1a img {
	  vertical-align: middle;
	  padding-left:8px;
	  padding-top:5px;
	  width: 100%;
	}
  
   .c2b img {
	  vertical-align: middle;
	  padding-left:20px;
	  padding-top:5px;
	  width: 100%;
	}
  
  @media screen and (max-width: 1280px) {
	  .r1, .r2 {max-width: 1100px;}
   }
  
   @media screen and (max-width: 600px) {
	  .c1a, .c2a  {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	  }
	  
	   .r2 {flex-direction: column-reverse;}
   
	  .c1b, .c2b  {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	  }
	  
   }
  
   .c100 {
	-ms-flex: 100%; /* IE10 */
	flex: 100%;
	max-width: 100%;
	padding: 0px 0px 30px 4px;
	text-align:justify;
  }
  .c100b {
	  -ms-flex: 100%; /* IE10 */
	  flex: 100%;
	  max-width: 100%;
	  padding: 30px 0px 30px 4px;
	  text-align:left;
   }
  .c50 {
	-ms-flex: 50%; /* IE10 */
	flex: 50%;
	max-width: 50%;
	padding: 2px 0px 2px 8px;
   }
  
   .c25 {
	  -ms-flex: 25%; /* IE10 */
	  flex: 25%;
	  max-width: 25%;
   }
	
   .c70 {
	  -ms-flex: 75%; /* IE10 */
	  flex: 75%;
	  max-width: 75%; 
  }
  .c25tx {padding: 0px 0px 0px 0px;}
  .c70tx {padding: 0px 0px 40px 0px;}
  .c50tx { 
	text-align:justify;
	border-left: 1px solid #269bbc;
	padding-left:20px;
	margin-left:20px;
	
	}
  
  .c30 {
	-ms-flex: 33.3%; /* IE10 */
	flex: 33.3%;
	max-width: 33.3%;
	padding: 2px 4px;
	text-align: justify;
  }
  .c30 h3{text-align: center;}
	  
  .c30 a{
	 text-decoration: none;
	 color: #414141;
	 text-align: center;
   }
  .c30 a:hover{color: #269bbc;}
  
  
  .c50 img {
   vertical-align: middle;
   padding-left:20px;
   padding-top:23px;
  }
  .c30 img {vertical-align: middle;}
  
  
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 650px) {
	.c30, .c25, .c50, .c70, .c100, .c100b {
	  -ms-flex: 100%;
	  flex: 100%;
	  max-width: 100%;
	}
  }
  
  .ht{margin-top: 2em; margin-bottom: 2em; text-align: center;}
  
  
  .conbo {
	  position: relative;
	  width: 100%;
	  
   }
   
   .over {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  height: 100%;
	  width: 100%;
	  opacity: 0;
	  transition: .5s ease;
	  background-color: #269bbc;
   }
   
   .conbo:hover .over {
	  opacity: .2;
   }
  
   ul.jpp { list-style-position: outside;
	  list-style-type: none;
   }
   ul.jpp > li {
	  text-indent: -12px;
   }
   ul.jpp > li:before {
	  content: "–";
	  text-indent: -12px;
   }
  .ik{padding-left:0px;}
  .bk {padding-left:0px; padding-top:40px;}
  .bk2 {padding-left:0px; padding-top:30px;}
  .bnk {padding-left:55px; padding-top:40px;}
  .kk {padding-left:60px;padding-top: 40px;}
   .fk {padding-top: 40px; text-align:left;}
  
   /** dictionary */
  
  
  .c50s {
	  -ms-flex: 50%; /* IE10 */
	  flex: 50%;
	  max-width: 50%;
	  padding: 12px 8px 12px 16px;
	  }
  .db {padding:15px 25px 35px 30px; background:#ffffff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06); transition: all .3s ease; min-height:195px;}
  .dt h2{text-align:left; border-bottom: 1px solid #269bbc; padding-bottom:6px;}
  .dc{text-align:justify;}
  
  
  @media screen and (max-width: 650px) {
	  .c50s {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	  }
   }




/** kontakt form */
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 801px) { 
	.column-half{
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #ff0000;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

/** tabele */

table { 
	width: 100%; 
	border-collapse: collapse; 
 }
 tr:nth-of-type(odd) { 
	background: #F1F9FA; 
 }
 th { 
	background: #DEF1F3; 
	color: #333; 
	font-weight: 600; 
	width: 180px;
 }
 td, th { 
	padding: 6px; 
	border: 0; 
	text-align: center; 
 }

 @media 
 only screen and (max-width: 760px),
 (min-device-width: 768px) and (max-device-width: 1024px)  {
 
	 /* Force table to not be like tables anymore */
	 table, thead, tbody, th, td, tr { 
		 display: block; 
	 }
	 
	 /* Hide table headers (but not display: none;, for accessibility) */
	 thead tr { 
		 position: absolute;
		 top: -9999px;
		 left: -9999px;
	   
	 }
	 
	 tr { border: none;}
	 
 
	 td { 
		 /* Behave  like a "row" */
		 border: none;
		 border-bottom: 1px solid #E3F3F4; 
		 position: relative;
		 padding-left: 70%; 
	   text-align: left;
	   
	}
 
	 td:before { 
		 /* Now like a table header */
		 position: absolute;
		 /* Top/left values mimic padding */
		 top: 6px;
		 left: 6px;
		 width: 70%; 
		 padding-right: 10px; 
		 white-space: nowrap;
	 }
	 
	 .tab1 td:nth-of-type(1):before { content: "Papier"; }
	 .tab1 td:nth-of-type(2):before { content: "Gramatura"; }
	 .tab1 td:nth-of-type(3):before { content: "Nieprzeźroczystość %"; }
	 .tab1 td:nth-of-type(4):before { content: "Białość (CIE)"; }
	 .tab1 td:nth-of-type(5):before { content: "Szorstkość (Bendtsen,ml/min)"; }
	 .tab1 td:nth-of-type(6):before { content: "Grubość (μm)"; }

	 .tab2 td:nth-of-type(1):before { content: "Papier"; }
	 .tab2 td:nth-of-type(2):before { content: "Gramatura"; }
	 .tab2 td:nth-of-type(3):before { content: "Nieprzeźroczystość %"; }
	 .tab2 td:nth-of-type(4):before { content: "Grubość (μm)"; }
	 .tab2 td:nth-of-type(5):before { content: "Wolumen (grubość/gramatura)"; }
	 .tab2 td:nth-of-type(6):before { content: "Białość (CIE)"; }
	 .tab2 td:nth-of-type(7):before { content: "Jasność"; }
	 .tab2 td:nth-of-type(8):before { content: "Szorstkość (Bendtsen,ml/min)"; }

	 .tab3 td:nth-of-type(1):before { content: "Papier"; }
	 .tab3 td:nth-of-type(2):before { content: "Gramatura"; }
	 .tab3 td:nth-of-type(3):before { content: "Nieprzeźroczystość %"; }
	 .tab3 td:nth-of-type(4):before { content: "Grubość (μm)"; }
	 .tab3 td:nth-of-type(5):before { content: "Wolumen (grubość/gramatura)"; }
	 .tab3 td:nth-of-type(6):before { content: "Białość (CIE)"; }

	 .tab4 td:nth-of-type(1):before { content: "Papier"; }
	 .tab4 td:nth-of-type(2):before { content: "Gramatura"; }
	 .tab4 td:nth-of-type(3):before { content: "Nieprzeźroczystość %"; }
	 .tab4 td:nth-of-type(4):before { content: "Grubość (μm)"; }
	 .tab4 td:nth-of-type(5):before { content: "Wolumen (grubość/gramatura)"; }
	 .tab4 td:nth-of-type(6):before { content: "Jasność"; }
	 .tab4 td:nth-of-type(7):before { content: "Gładkość Bekk"; }
	 .tab4 td:nth-of-type(8):before { content: "Połysk Gardner"; }
 
	 .tab5 td:nth-of-type(1):before { content: "Papier"; }
	 .tab5 td:nth-of-type(2):before { content: "Gramatura"; }
	 .tab5 td:nth-of-type(3):before { content: "Grubość (μm)"; }
	 .tab5 td:nth-of-type(4):before { content: "Sztywność"; }
	 .tab5 td:nth-of-type(5):before { content: "Białość Góra"; }
	 .tab5 td:nth-of-type(6):before { content: "Białość Spód"; }
	 .tab5 td:nth-of-type(7):before { content: "Połysk 75° Gardner (%)"; }
	 .tab5 td:nth-of-type(8):before { content: "Gładkość PPS S10 (μm)"; }

	 .tab1de td:nth-of-type(1):before { content: "Papier"; }
	 .tab1de td:nth-of-type(2):before { content: "Grammatur"; }
	 .tab1de td:nth-of-type(3):before { content: "Opazität %"; }
	 .tab1de td:nth-of-type(4):before { content: "Weißgrad (CIE)"; }
	 .tab1de td:nth-of-type(5):before { content: "Rauheit (Bendtsen,ml/min)"; }
	 .tab1de td:nth-of-type(6):before { content: "Dicke (μm)"; }

	 .tab2de td:nth-of-type(1):before { content: "Papier"; }
	 .tab2de td:nth-of-type(2):before { content: "Grammatur"; }
	 .tab2de td:nth-of-type(3):before { content: "Opazität %"; }
	 .tab2de td:nth-of-type(4):before { content: "Dicke (μm)"; }
	 .tab2de td:nth-of-type(5):before { content: "Volumen (Stärke/ Grammatur)"; }
	 .tab2de td:nth-of-type(6):before { content: "Weißgrad (CIE)"; }
	 .tab2de td:nth-of-type(7):before { content: "Helligkeit"; }
	 .tab2de td:nth-of-type(8):before { content: "Rauheit (Bendtsen,ml/min)"; }

	 .tab3de td:nth-of-type(1):before { content: "Papier"; }
	 .tab3de td:nth-of-type(2):before { content: "Grammatur"; }
	 .tab3de td:nth-of-type(3):before { content: "Opazität %"; }
	 .tab3de td:nth-of-type(4):before { content: "Dicke (μm)"; }
	 .tab3de td:nth-of-type(5):before { content: "Volumen (Stärke/ Grammatur)"; }
	 .tab3de td:nth-of-type(6):before { content: "Weißgrad (CIE)"; }

	 .tab4de td:nth-of-type(1):before { content: "Papier"; }
	 .tab4de td:nth-of-type(2):before { content: "Grammatur"; }
	 .tab4de td:nth-of-type(3):before { content: "Opazität %"; }
	 .tab4de td:nth-of-type(4):before { content: "Dicke (μm)"; }
	 .tab4de td:nth-of-type(5):before { content: "Volumen (Stärke/ Grammatur)"; }
	 .tab4de td:nth-of-type(6):before { content: "Helligkeit"; }
	 .tab4de td:nth-of-type(7):before { content: "Glätte Bekk"; }
	 .tab4de td:nth-of-type(8):before { content: "Glanz Gardner"; }
 
	 .tab5de td:nth-of-type(1):before { content: "Papier"; }
	 .tab5de td:nth-of-type(2):before { content: "Grammatur"; }
	 .tab5de td:nth-of-type(3):before { content: "Dicke (μm)"; }
	 .tab5de td:nth-of-type(4):before { content: "Steifigkeit"; }
	 .tab5de td:nth-of-type(5):before { content: "Weißgrad Oben"; }
	 .tab5de td:nth-of-type(6):before { content: "Weißgrad Unten"; }
	 .tab5de td:nth-of-type(7):before { content: "Glanz 75° Gardner (%)"; }
	 .tab5de td:nth-of-type(8):before { content: "Glätte PPS S10 (μm)"; }

	 .tab1en td:nth-of-type(1):before { content: "Paper"; }
	 .tab1en td:nth-of-type(2):before { content: "Weight"; }
	 .tab1en td:nth-of-type(3):before { content: "Opacity %"; }
	 .tab1en td:nth-of-type(4):before { content: "Whiteness (CIE)"; }
	 .tab1en td:nth-of-type(5):before { content: "Roughness (Bendtsen,ml/min)"; }
	 .tab1en td:nth-of-type(6):before { content: "Thickness (μm)"; }

	 .tab2en td:nth-of-type(1):before { content: "Paper"; }
	 .tab2en td:nth-of-type(2):before { content: "Weight"; }
	 .tab2en td:nth-of-type(3):before { content: "Opacity %"; }
	 .tab2en td:nth-of-type(4):before { content: "Thickness (μm)"; }
	 .tab2en td:nth-of-type(5):before { content: "Volume (thickness/weight)"; }
	 .tab2en td:nth-of-type(6):before { content: "Whiteness (CIE)"; }
	 .tab2en td:nth-of-type(7):before { content: "Brightness"; }
	 .tab2en td:nth-of-type(8):before { content: "Roughness (Bendtsen,ml/min)"; }

	 .tab3en td:nth-of-type(1):before { content: "Paper"; }
	 .tab3en td:nth-of-type(2):before { content: "Weight"; }
	 .tab3en td:nth-of-type(3):before { content: "Opacity %"; }
	 .tab3en td:nth-of-type(4):before { content: "Thickness (μm)"; }
	 .tab3en td:nth-of-type(5):before { content: "Volume (thickness/weight)"; }
	 .tab3en td:nth-of-type(6):before { content: "Whiteness (CIE)"; }

	 .tab4en td:nth-of-type(1):before { content: "Paper"; }
	 .tab4en td:nth-of-type(2):before { content: "Weight"; }
	 .tab4en td:nth-of-type(3):before { content: "Opacity %"; }
	 .tab4en td:nth-of-type(4):before { content: "Thickness (μm)"; }
	 .tab4en td:nth-of-type(5):before { content: "Volume (thickness/weight)"; }
	 .tab4en td:nth-of-type(6):before { content: "Brightness"; }
	 .tab4en td:nth-of-type(7):before { content: "Smoothness Bekk"; }
	 .tab4en td:nth-of-type(8):before { content: "Gloss Gardner"; }
 
	 .tab5en td:nth-of-type(1):before { content: "Paper"; }
	 .tab5en td:nth-of-type(2):before { content: "Weight"; }
	 .tab5en td:nth-of-type(3):before { content: "Thickness (μm)"; }
	 .tab5en td:nth-of-type(4):before { content: "Stiffness"; }
	 .tab5en td:nth-of-type(5):before { content: "Whiteness top"; }
	 .tab5en td:nth-of-type(6):before { content: "Whiteness bottom"; }
	 .tab5en td:nth-of-type(7):before { content: "Gloss 75° Gardner (%)"; }
	 .tab5en td:nth-of-type(8):before { content: "Smoothness PPS S10 (μm)"; }

 }

 .page-id-11 .entry-title{display: none;}
 .page-id-1697 .entry-title{display: none;}
 .page-id-158 .entry-title{display: none;}