html:root  {
    margin-top: 0 !important;
    overflow-x: hidden;
}
@media (min-width:769px){
  div#wpadminbar:hover {
    top: 0;
    opacity: 1;
  }
  div#wpadminbar {
    top: -26px;
    transition: .2s;
    opacity: 0;
  }
}
@media (max-width:991px){
  div#wpadminbar {
    display:none;
  }
}


/*#header {
	background: #F1f1f1;
}
#main {
	background: #4a89a2;
}
#site-sidebar {
	background: #60ad58;
}
#site-footer .row {
	background: #69696b;
}

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Breadcrumbs
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	/*background-color: #000;*/
	vertical-align: -8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-family: Raleway;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}


h2.entry-title {
	margin-top: 28px;
}

a.woof_radio_term_reset {
	vertical-align: -3px;
}


main p {
	margin-bottom: 1.5em;
}

p {
	margin: 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 15px 1.5em 0;
}

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,
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%;
}



span.fl-heading-text {
    text-transform: uppercase;
    font-family: Raleway;
    font-weight: 700;
}
.home span.fl-heading-text {
    font-size: 18px;
}









/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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: #fff; /* Fallback for when there is no custom background color defined. */
}

main#site-content.container,
main#site-content > .container {
	background: rgb(255, 255, 255);
	color: #000;
}

main#site-content a:not(.button), main#site-content a:not(.button):visited {
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {

}
li {

}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


.entry-content > ul {
    list-style: none;
    padding-left: 27px;
}
.entry-content > ul li,
.entry-content > ol li {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
}
.entry-content > ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #b88b58;
    position: absolute;
    border-radius: 50%;
    left: -25px;
    top: 8px;
}
.entry-content > h3 {
    font-size: 20px;
    line-height: 36px;
}
.entry-content > h4 {
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0;
}
.entry-content > p {
    color: #111;
    font-size: 16px;
    font-weight: 400;
}
.entry-content > a,
.entry-content > p > a {
    color: #b88b58;
    letter-spacing: 0.49px;
    text-decoration: underline;
}


.img-shadow img {
    box-shadow: 0 13px 24px rgba(0, 0, 1, 0.42);
}



blockquote {
    padding: 10px 20px 6px 87px;
    border-left: 0;
    position: relative;
    background-image: url(/app/themes/thm/img/quote-symbol.png);
    background-repeat: no-repeat;
    background-position: 2px 20px;
    font-family: "Open Sans";
    color: #707070;
    font-size: 16px;
    font-style: italic;
    margin: 0;
    padding-left: 85px;
}
blockquote strong {
    text-decoration: underline;
    display: block;
    margin-top: 8px;
    font-style: normal;
}

@media (max-width: 575px) {
    blockquote {
        padding: 10px 20px 6px 57px;
        line-height: 22px;
        font-size: 16px;
        background-size: 36px;
    }
}







/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 0;
    border-radius: 0;
    background: #b88b58;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 15px 32px;
    transition: .3s;
    -webkit-transition: .3s;
}


button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #302723;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

    outline: none;
	box-shadow: none
}
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 {
/*	box-shadow: 0 1px 3px 1px rgba(23, 24, 32, 0.2);*/
	border-radius: 0;
	border: 1px solid #c2c2c2;
/*	background-color: rgba(204, 204, 204, 0);*/
	color: #444;
	padding: 4px 16px;
}

html body main select {
    border: 1px solid #c2c2c2;
    -webkit-appearance: none !important;
    background-image: url(/app/themes/thm/img/selectbox.png) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

input:focus,
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 {
    outline: none;
}

textarea {
	width: 100%;
}



html body input, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, body .woocommerce-checkout span.select2-selection.select2-selection--single {
    background-color: rgba(204, 204, 204, 0);
    height: 46px;
    color: #000;
    padding: 4px 16px;
    border-radius: 0;
    border: 1px solid #171717;
}

html .woocommerce input.woocommerce-Button.button {
	border-radius: 4px;
	background-color: #58a42e;
	color: #fff;
	font-weight: 400;
	padding: 4px 28px;
	margin-right: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}


a, input.button, button {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}





.woofc-inner .woofc-quantity input {
    color: #000;
}


.single-post form#commentform p {
    margin-bottom: 14px;
}
.single-post form#commentform label {
    display: block;
    margin-bottom: 2px;
}
.single-post form#commentform p.form-submit {
    margin-top: 20px;
    margin-bottom: 35px;
}


@media screen and (max-width: 479px){
    .single-post form#commentform input {
        width: 100%;
    }
}















/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.home h1.site-title {
    margin: 0;
}
body.logged-in li.login-url.menu-item {
    display: none;
}














/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs-header {
    background-image: url(/app/themes/thm/img/breadcrumbs.jpg);
    font-family: "Open Sans";
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    padding: 15px 0;
    margin-bottom: 25px;
}
.breadcrumbs-header a,
.breadcrumbs-header a:visited {
    color: #fff;
    font-weight: 400;
    padding-right: 6px;
}
.breadcrumbs-header a:hover {
    color: #b88b58;
}
.breadcrumbs-header a ~ span a {
    padding-left: 6px;
    padding-right: 6px;
}
.breadcrumbs-header .breadcrumb_last {
    font-weight: bold;
    padding-left: 6px;
}
#breadcrumbs {
    margin: 0 !important;
}
.woocommerce-page .breadcrumbs-header {
    margin-bottom: 0;
}
.woocommerce-page.woocommerce-wishlist .breadcrumbs-header {
    margin-bottom: 25px;
}














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

a:visited {
	color: #444;
}

a:hover,
a:focus,
a:active {
	color: #666;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}



/*--------------------------------------------------------------
# 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,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.clear:before,
.clear: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 {
	content: "";
	display: table;
	table-layout: fixed;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#site-sidebar{
	padding-top:30px;
	padding-bottom:30px;
}
.widget {
	margin: 0 0 1.5em;
    float: left;
    width: 100%;
    clear: both;
}

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

.sidebar-shop .widget .widget-title {
    margin-bottom: 25px;
    padding-bottom: 9px;
    letter-spacing: 1px;
    border-bottom: 1px solid #2a2a2a;
    font-family: Raleway;
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

.sidebar-default .widget-title {
    font-family: Raleway;
    color: #b88b58;
    font-size: 18px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    text-align: center;
    line-height: 38px;
    margin-bottom: 20px;
}
.sidebar-default .widget {
    border: 1px solid #2a2a2a;
    padding: 30px;
    margin-bottom: 25px;
}

.widget ul {
	list-style: none;
}
.widget li a {
}

ul.woof_list {
	margin: 0 !important;
	padding-left: 0;
}


.fwt {
	position: relative;
    font-family: Raleway;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.footer__menu .fwt:before {
	content: '';
	/*background-image: url(/app/themes/thm/img/divider.png);*/
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 4px;
	display: block;
}


footer .fwc.footer__certyfikat {
    padding-left: 50px;
    padding-right: 50px;
}

footer .fwc.footer__certyfikat img {
    padding: 8px;
    background: #fff;
}






/* upw */
.upw-posts .entry-image {
    margin-bottom: 1em;
    float: left;
    width: 80px;
    max-height: 40px;
}
.upw-posts .entry-image img {
    max-width: 100%;
    height: auto;
    max-height: 48px;
    width: auto;
    margin: auto;
    display: table;
}












/* widget_categories & widget_nav_menu */
.widget.widget_nav_menu ul,
.widget.widget_categories ul {
    padding-left: 0;
}
.widget.widget_nav_menu ul a,
.widget.widget_categories ul a {
    padding: 6px;
    display: block;
}
.widget.widget_nav_menu ul a:before,
.widget.widget_categories ul a:before {
    content: "\f105";
    font-family: fontawesome;
    margin-right: 10px;
    font-size: 15px;
}

.widget.widget_nav_menu ul li.menu-item.current-menu-item > a,
.widget.widget_categories ul li.cat-item.current-cat > a {
    color: #b88b58;
    font-weight: 700;
}



















/*--------------------------------------------------------------
# Facets
--------------------------------------------------------------*/
.facetwp-facet-categories .facetwp-radio {
    background: transparent;
    position: relative;
    padding-left: 0;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}
.facetwp-facet-categories .facetwp-radio:before {
    content: '>';
    padding-right: 7px;
    font-family: monospace;
}
.facetwp-facet-categories .facetwp-radio.checked {
    background: transparent;
    color: #b88b58;
}
span.facetwp-counter {
    float: right;
    width: 23px;
    height: 23px;
    background-color: #111;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-family: "Open Sans";
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
}

.facetwp-facet-categories .checked span.facetwp-counter {
    background-color: #b88b58;
}


/*facetwp-color*/
body .facetwp-color {
    display: block;
    margin: 5px 12px 18px 0;
    box-shadow: none;
    border-radius: 3px;
    width: 14px;
    height: 14px;
    border: solid 1px rgba(17, 17, 17, 0);
    cursor: pointer;
}
body .facetwp-color:before {
    content: attr(data-color);
    text-transform: capitalize;
    margin-left: 30px;
    margin-top: -5px;
    display: block;
}

body .facetwp-color.checked:before {
    color: #b88b58;
}
body .facetwp-color.checked::after {
    /*content: '';
    position: absolute;
    border: 2px solid #ffffff;
    border-top: 0;
    border-right: 0;
    width: 8px;
    height: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: 13px 0 0 2px;*/
    display: none;
}
body .facetwp-color[data-value="white"] {
    border: solid 1px #707070;
}












/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
header ~ .container {
}
main#site-content > .container > .row,
header ~ .container > .row {
	/*max-width: 1190px;*/
	/*margin: auto;*/
	/*width: 100%;*/
	/*display: block;*/
}

body > .container {
}
/*.main-content {
    float: right;
}
.blog .main-content,
.category .main-content,
.single-post .main-content {
    float: left;
}
*/
.main-content {
    float: left;
}
.post-type-archive-product .main-content,
.tax-product_cat .main-content,
.tax-product_tag .main-content {
    float: right;
}
.page-template-default main#site-content {
    margin-bottom: 50px;
}







/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


article .entry-content > table td {
    padding-left: 10px;
    padding-right: 10px;
}





/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	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;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.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;
}



/*------------------------------------------*/
/*SCROL TO TOP*/
/*------------------------------------------*/

.to-top {
  display:inline-block;
  position:fixed;
    bottom: 6px;
  left:10px;
  box-shadow:0 0 10px rgba(0,0,0,0.05);
  overflow:hidden;
    background: rgb(167, 205, 44);
    border-radius: 4px;
  padding: 10px 15px;
  color: #fff;
  visibility:hidden;
  opacity:0;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  transition:all .3s;
  z-index: 10;
}

.to-top.top-is-visible {
  visibility:visible;
  opacity:1;
}

.to-top.top-fade-out {
  opacity:.65;
}

.no-touch .to-top:hover {
    background-color: #58a42e;
    color: #fff;
  opacity:1;
}


@media only screen and (min-width: 1600px){
	.container {
		max-width: 1240px;
	}
}






















/*------------------------------------------*/
/* cookie banner */
/*------------------------------------------*/

#cookie-law {
  text-align: center;
    background: #333;
    position: relative;
}

#cookie-law > div {
    padding: 30px 15px;
    padding-right: 130px;
    display: inline-block;
    position: relative;
    max-width: 1040px;
}

#cookie-law h4 { padding: 0 !important; margin:0 0 8px !important; text-align:left !important; font-size:13px !important; color:#fff;
}
#cookie-law p { padding: 0 !important; margin:0 !important; text-align:left !important; font-size:12px !important; line-height: 18px !important; color:#D8D8D8;
}
#cookie-law a { color:#fff;
}
#cookie-law p+h4 {
    margin-top: 15px !important;
    display: block;
}
a.close-cookie-banner {
  position: absolute;
  top:0px;
  right:0px;
  margin:10px;
  display:block;
  width:20px;
  height:20px;
}

#cookie-law .fa-times {
     font-size: 28px;
    background: rgba(0, 0, 0, 0.41);
    padding: 8px 12px;
    margin-top: 20px;
    margin-left: -100px;
}

a.close-cookie-banner span {
  display:none !important;
}
@media (max-width: 992px) {
#cookie-law > div {
    padding: 30px 70px;
}
a.close-cookie-banner {
    right: auto;
    left: 0;
}
#cookie-law .fa-times {
    margin-left: 0;
}
 }





















/*------------------------------------------*/
/* buttons */
/*------------------------------------------*/
.btn-primary,
.fl-slide-cta-link {
    background-color: #816e5f;
    font-family: Raleway;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px 29px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn-primary:hover,
.fl-slide-cta-link:hover {
    background-color: #b88b58;
}
















/*------------------------------------------*/
/* juiz */
/*------------------------------------------*/
.juiz_sps_links .juiz_sps_item a .juiz_sps_network_name {
    font-weight: bold;
    display: none;
}








/*------------------------------------------*/
/* frontpage */
/*------------------------------------------*/


/* recent-products */

html .woocommerce ul.products li.product, html .woocommerce-page ul.products li.product {
    padding: 20px;
    color: #fff;
    text-align: center;
    z-index: 5;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    html .woocommerce ul.products li.product, html .woocommerce-page ul.products li.product {
        padding: 14px;
    }
}


html .woocommerce ul.products .product_thumbnail {
/*    height: 152px;*/
    display: table-cell;
    vertical-align: middle;
/*    overflow: hidden;*/
    display: block;
}

html .woocommerce ul.products li.product a img{
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 5px;
    max-height: 200px;
    width: auto;
    margin: auto;
}
html .woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 8px 0 7px;
    font-family: Lato;
    color: #111;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}
html .woocommerce ul.products li.product .product_excerpt {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    max-width: 270px;
    margin: auto;
    min-height: 36px;
    padding-bottom: 9px;
}
html .woocommerce ul.products li.product .price{
    display:inline-block;
    text-align:left;
    margin-top: 14px;
    margin-bottom: 20px;
}

html .woocommerce ul.products li.product .price > span{
	color: #816e5f;
    font-size: 14px;
    font-weight: 700;
}
html .woocommerce ul.products li.product .price del {
    opacity: 0.5;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    /* line-height: 76px; */
    margin-right: 32px;
    position: relative;
    text-decoration: none;
}
html .woocommerce ul.products li.product .price del:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -8px;
    right: -8px;
    height: 1px;
    display: block;
    background: #ababab;
}
html .woocommerce ul.products li.product .price ins {
    color: #816e5f;
    font-size: 14px;
    font-weight: 700;
}
.upw-content a.button.product_type_simple,
html .woocommerce ul.products li.product .button,
html .woocommerce ul.products li.product a.add_to_wishlist {
    color: #111 !important;
    transition: .6s;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    /* margin: 0; */
    text-align: center;
    width: 152px;
    height: 35px;
    border: 1px solid #111;
    border-radius: 0;
    background-color: #fff;
    clear: both;
    float: none;
    display: inline-block;
    margin: auto;
    padding-top: 10px;
}
.upw-content a.button.product_type_simple:hover,
html .woocommerce ul.products li.product .button:hover,
html .woocommerce ul.products li.product a.add_to_wishlist:hover {
    background-color: #b88b58;
    border-color: #b88b58;
    border-bottom: solid 2px #854c1e;
    color: #fff !important;
}
html .woocommerce ul.products li.product .button:active {
    border-color: #b88b58;
    border-top: solid 1px #854c1e;
    -webkit-transition: .18s;
    transition: .18s;
}
.recent-products--title {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	font-family: Raleway, sans-serif;
	text-align: center;
	overflow: hidden;
}
.recent-products--title span {
	/*display: table;*/
	/*margin: auto;*/
	position: relative;
	text-align: center;
}
.recent-products--title span:before {
	content: '';
	right: 100%;
	height: 1px;
	display: block;
	background-color: rgba(255, 255, 255, 0.4);
	width: 1000px;
	position: absolute;
	top: 16px;
	margin-right: 12px;
}
.recent-products--title span:after {
	content: '';
	left: 100%;
	height: 1px;
	display: block;
	background-color: rgba(255, 255, 255, 0.4);
	width: 1000px;
	position: absolute;
	top: 16px;
	margin-left: 12px;
}
.recent-products--subtitle {
    color: #fff;
    font-size: 16px;
    margin-bottom: 50px
}

@media(max-width:1200px){
	html .woocommerce ul.products li.product .price{
	    display:inline-block;
	    text-align:center;
	    width:100%;
	    padding-bottom: 10px;
	}
	html .woocommerce ul.products li.product{
		text-align: center;
	}
	html .woocommerce ul.products li.product .button{
		float:none;
	}
}
@media(max-width:767px){

		html .woocommerce ul.products li.product:nth-child(even) {
			margin-right: 0;
		}
		.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
			width: 48.05%;
		}
	html .woocommerce ul.products li.product .price{
		width:auto;
		text-align: left;
		padding-bottom:0;
	}

}
@media(max-width:550px){
	html .woocommerce ul.products li.product .price{
	    display:inline-block;
	    text-align:center;
	    width:100%;
	    padding-bottom: 10px;
	}
	html .woocommerce ul.products li.product{
		text-align: center;
		width:100%;
		/*float:none;*/
		margin-left: auto;
	    margin-right: auto;
	}
	html .woocommerce[class*=columns-] ul.products li.product:nth-child(2n){
		/*float:none;*/
	}
	html .woocommerce ul.products li.product .button{
		float:none;
	}

		.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
			width: 100%;
		}

		.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
			width: 100%;
			margin: 0 0 2.992em;
			max-width: 100%;
		}
}



@media only screen and (min-width: 1600px){
    .recent-products--wraper {
		padding-left: 68px;
		padding-right: 60px;
    }
}


.entry-footer span.edit-link {
	display: none;
}









/* -----------------------
 # woocommerce - tymczasowo
-------------------------*/

html .woocommerce .quantity input.qty, html .woocommerce-page .quantity input.qty {
    width: 47px;
    height: 45px;
    font-size: 17px;
    font-weight: 600;
    color: #111;
    border: 1px solid #000000;
    border-radius: 0;
    margin-right: 10px;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {  /* webkit - http://browserhacks.com/ */
    html .woocommerce .quantity input.qty, html .woocommerce-page .quantity input.qty {
        width: 68px;
        margin-right: -12px;
    }
}

html .woocommerce .quantity .plus,
html .woocommerce .quantity .minus,
html .woocommerce-page .quantity .plus,
html .woocommerce-page .quantity .minus {
    background: #fff;
    border: solid 1px #000 !important;
    color: #000;
    width: 26px;
    height: 23px;
    font-size: 16px;
    font-weight: 700;
}
html .woocommerce .quantity .plus, html .woocommerce-page .quantity .plus {
    border-radius: 0;
}

.woocommerce-cart table.cart th {
    text-transform: uppercase;
    letter-spacing: .25px !important;
    padding: 14px 10px;
}














/* -----------------------
 # footer
-------------------------*/




@media(max-width:1600px){
	.footer{
		padding:0 30px;
	}
}
.footer__image{
	padding:0;
    text-align: center;
}
.footer__image .logo{
	/*width:100%;*/
    padding: 6px 20px 4px;
}
.footer__image p {
    font-family: "Open Sans";
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}


@media(max-width:1199px){
	footer .fwc {
	    padding: 0 25px !important;
	}
	footer#site-footer > .container {
	    padding: 0;
	}
}



@media(max-width:991px){
	.footer__image{
		text-align:center;
	}
	.footer__image .logo{
		width:300px;
		max-width:100%;
	}
	.footer__menu{
		text-align: center;
		padding-top:30px;
	}
	.footer__faccebok{
		text-align: center;
		padding-top:30px;
		max-width: 100%;
		overflow: hidden;
	}
	.footer .copyright{
		padding-top:30px;
		text-align:center;
	}
}



footer hr.divider {
    position: relative;
    margin-top: 35px;
    margin-bottom: 16px;
    overflow: visible;
}
footer hr.divider:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    width: 32px;
    height: 11px;
    margin-left: -15px;
    background-image: url(/app/themes/thm/img/divider.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}





.footer .copyright {
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    font-family: "Open Sans";
    opacity: 0.6;
    margin-bottom: 22px;
    margin-top: 3px;
}
.footer .copyright strong{
	font-weight:600;
}
.footer .copyright a{
	color:#fff;
}
.footer .paycards.row {
    margin-bottom: 20px;
}
.footer .menu{
	padding-left:0;
	list-style:none;
	padding-top:12px;

}
.footer .menu li{
   	padding-top: 6px;
	font-size:14px;
	font-weight:300;
	color:#fff;
}
.footer .menu li a{
	  font-family: "Open Sans";
	  opacity: 0.6;
	  color: #fff;
	  font-size: 12px;
	  font-weight: 400;
	  line-height: 24px;
}
.footer .menu li a:hover{
	text-decoration:underline;
}
#menu-footer-regulamin{
	padding-top:37px;
}
.footer .footer__faccebok p{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding-bottom: 4px;
}
.footer__faccebok iframe{
	max-width: 100% !important;
	display: block;
}
.fb_iframe_widget{
	max-height: 100%;
	display: block;
    float: right;
    width: 110px !important;
}
.fb_iframe_widget span{
	max-width: 100%;
}


footer .socials {
    text-align: center;
    letter-spacing: 6px;
    padding-top: 10px;
}
footer .socials a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.footer__contact .textwidget.custom-html-widget {
    padding-left: 30px;
    position: relative;
}
.footer__contact .textwidget.custom-html-widget i {
    position: absolute;
    left: 0;
    margin-top: 6px;
}
.footer__contact {
    font-family: "Open Sans";
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}
.footer__contact span {
	opacity: 0.6;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	line-height: 16px;
	clear: left;
	display: block;
    max-width: 145px;
    margin-bottom: 18px;
}
footer .fwc {
    padding: 0 35px;
}


















/*--------------------
# Gallery module
---------------------*/
body ul.pp-gallery-filters {
    margin: auto;
    width: auto;
    display: table;
    background: #e9e9e9;
    border: solid 1px #ddd;
    border-radius: 26px;
    padding: 0 18px;
}
body li.pp-gallery-filter-label {
    color: #111 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    background: transparent !important;
}
body li.pp-gallery-filter-label.pp-filter-active {
    font-weight: 700;
}
body .pp-gallery-filters {
    text-align: center !important;
}
body .pp-photo-gallery-content img {
    display: none;
}
body .pp-photo-gallery-content a {
    height: 165px;
    display: block;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
body main div .pp-gallery-filters li {
    margin-right: 0;
    min-width: 110px;
    padding: 0 10px 18px !important;
    position: relative;
}
body .pp-gallery-filters .pp-gallery-filter-label {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding: 18px !important;
    border-right: solid 1px #f1f1f1 !important;
}
body .pp-gallery-filters .pp-gallery-filter-label:last-child {
    border-right: 0 !important;
}
body li.pp-gallery-filter-label:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background-color: #b88b58;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
body li.pp-gallery-filter-label:hover:after,
body li.pp-gallery-filter-label.pp-filter-active:after {
    height: 5px;
}
.pp-gallery-filters-wrapper {
    margin-bottom: 40px;
}
.pp-photo-gallery-caption.pp-photo-gallery-caption-hover {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    min-height: 0;
    line-height: 1.4;
}
.pp-photo-gallery-content a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: rgba(0, 0, 0, 0.75);
}
.pp-photo-gallery-content a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 5;
}
.pp-photo-gallery-content:hover a:before {
    opacity: 1;
}
.pp-photo-gallery-content:hover .pp-photo-gallery-caption.pp-photo-gallery-caption-hover {
    opacity: 1;
}





















/*--------------------
# Homepage
---------------------*/
body main .fl-slide-title {
    font-family: "Open Sans";
    color: #fff;
    font-size: 38px;
    font-weight: 100;
    line-height: 48px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.43);
    padding: 4px 18px !important;
    display: table;
    margin-bottom: 7px !important;
}
body main .fl-slide-text p {
    font-family: "Open Sans";
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.43);
    padding: 4px 18px !important;
    display: table;
}
body input.wpcf7-form-control.wpcf7-submit,
.fl-slide-content-wrap .fl-slide-cta-link {
    min-width: 171px;
    background-color: #816e5f;
    display: table;
    text-align: center;
    padding: 16px 18px 14px !important;
    color: #fff;
    border: 0;
    border-bottom: solid 4px rgba(84, 66, 53, 0.7);
}
body input.wpcf7-form-control.wpcf7-submit:hover,
.fl-slide-content-wrap .fl-slide-cta-link:hover {
    background-color: #b88b58;
}

.fl-content-slider .fl-content-slider-navigation a {
    position: absolute;
    display: inline-block;
    opacity: .7;
    width: 30px;
    height: 117px;
    background-color: #fff;
    margin-top: -50px;
}
.fl-content-slider .fl-content-slider-navigation path {
    fill: #200f00; /* nadpisanie wartości modułu powerpack */
}
.fl-content-slider .fl-content-slider-navigation .fl-content-slider-svg-container {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -12px;
    padding: 0 5px;
    text-align: center;
    margin-left: 5px;
    opacity: .7;
}







main .fl-heading.divider,
.fl-col-small h2.fl-heading {
    position: relative;
    overflow: hidden;
}
main .fl-heading.divider span,
.fl-col-small h2.fl-heading span {
    font-family: Raleway;
    color: #111;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
/*    background: rgba(245, 245, 245, 0.92);*/
    padding-right: 32px;
}


main .fl-heading.divider span:before,
.fl-col-small h2.fl-heading span:before,
.fl-col-small h3.fl-heading span:before {
    display: inline-block;
    position: absolute;
    width: 1000%;
    height: 1px;
    background-color: rgb(194, 194, 194);
    content: '';
    top: 51%;
    left: 100%;
}

main .fl-heading.divider span:after,
.fl-col-small h2.fl-heading span:after,
.fl-col-small h3.fl-heading span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 32px;
    height: 11px;
    margin-left: -2px;
    margin-top: -5px;
    background-image: url(/app/themes/thm/img/divider.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

main .fl-heading.divider,
.fl-col-small h3.fl-heading {
    position: relative;
    overflow: hidden;
}
main .fl-heading.divider span,
.fl-col-small h3.fl-heading span {
    position: relative;
    padding-right: 20px;
}
main .fl-heading.divider.white span:after,
.fl-col-small h3.fl-heading.divider.white span:after {
    top: 5px;
    background-image: url(/app/themes/thm/img/divider-white.png);
}



.fl-col-small .fl-module.fl-module-heading + .fl-module.fl-module-heading span:before,
.fl-col-small .fl-module.fl-module-heading + .fl-module.fl-module-heading span:after {
    opacity: 0;
}








.fl-rich-text {
    color: #242424;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.fl-builder-content  a.fl-button, .fl-builder-content  a.fl-button:visited {
    padding: 15px 30px 14px !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    background: #816e5f;
    border: 0 !important;
    border-bottom: solid 4px rgba(84, 66, 53, 0.7) !important;
}
.fl-builder-content  a.fl-button:hover, .fl-builder-content  a.fl-button:visited:hover {
    background: #b88b58 !important;
}







.fl-col.in-outline {
    outline: solid 1px #b3b3b3;
    outline-offset: -20px;
}
svg.pp-big-triangle {
    display: none;
}
body .pp-testimonials h3.pp-testimonials-title {
    font-weight: 700;
}
body .pp-testimonials-content {
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1.25px;
    max-width: 400px;
    margin: auto;
}


.pp-infolist-title-text {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px !important;
    display: table;
}
.pp-infolist-description {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}
body .pp-heading-wrapper {
    vertical-align: top !important;
}




.pp-content-grid-inner.pp-content-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 25px !important;
}
.pp-content-grid-title.pp-post-title {
    font-family: Raleway;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-top: -4px !important;
}
span.pp-content-grid-date {
    color: #4a4a4a;
    font-size: 13px;
    font-style: italic;
}






















/*-------------
# Contact
-------------*/
.fl-row.contact-on-map {
    position: absolute;
    margin-top: -360px;
    margin-left: 10%;
    width: 350px;
}
.fl-builder-edit .fl-row.contact-on-map {
    z-index: 100055;
}

/*contact-form*/

body .wpcf7 textarea, .wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=email] {
    display: inline-block;
    width: 100%;
    outline: 0;
    background: transparent;
    border: 0;
    border-bottom: solid 1px #fff;
    border-radius: 0;
    margin-top: 17px;
    color: #000 !important;
    margin-bottom: 22px;
    font-size: 13px;
}
body .wpcf7 textarea:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=email]:focus {
    border-bottom: solid 2px #000;
}
.wpcf7 textarea {
    height: 80px;
}
input.wpcf7-form-control.wpcf7-submit {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #ffffff;
    border: 2px solid #f3f3f3;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    text-transform: none;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 16px;
}
h3.pp-form-title {
    font-size: 30px;
    text-align: center;
    margin: 4px 5px 10px;
}
.wpcf7 p.submit {
    padding: 8px 15px;
    display: table;
    margin: auto;
}
.wpcf7 p.pp-form-description {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.wpcf7 span.wpcf7-not-valid-tip {
    color: #dd4420 !important;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 8px;
}
.wpcf7 div.wpcf7-validation-errors {
    border: 2px solid #dd4420;
    background: #dd4420;
    margin: 0;
    margin-top: -5px;
    margin-bottom: 15px;
    font-size: 13.5px;
    text-align: center;
    line-height: 20px;
    padding: 7px 3px;
}
body .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    margin: 0;
    margin-top: -5px;
    margin-bottom: 15px;
    font-size: 13.5px;
    text-align: center;
    line-height: 20px;
    padding: 7px 3px;
    background: #398f14;
}
body #contact .fl-col.fl-node-59a805bfd2cde.fl-col-small {
    display: table;
}

body .wpcf7 .wpcf7-form-control {
    padding: 0;
    margin-bottom: 0;
    border-bottom: solid 2px #d2d2d2;
    box-shadow: none;
}
body .wpcf7 .wpcf7-form-control.wpcf7-submit {
    padding: 0;
    margin-bottom: 0;
    border-bottom: solid 2px #d2d2d2;
    box-shadow: none;
    font-family: Raleway;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 200px !important;
    letter-spacing: 1.25px;
}


.wpcf7 ::-webkit-input-placeholder { color: #9e9e9e !important;}
.wpcf7 ::-moz-placeholder { color: #9e9e9e !important;}
.wpcf7 :-ms-input-placeholder { color: #9e9e9e !important;}
.wpcf7 :-moz-placeholder { color: #9e9e9e !important;}

.wpcf7 :focus::-webkit-input-placeholder { color: #000 !important;}
.wpcf7 :focus::-moz-placeholder { color: #000 !important;}
.wpcf7 :focus:-ms-input-placeholder { color: #000 !important;}
.wpcf7 :focus:-moz-placeholder { color: #000 !important;}




div.wpcf7 {
    font-size: 16px;
    padding: 1px 14px;
}
.wpcf7-form-control.wpcf7-not-valid {
    border-color: #dd4420 !important;
}


body div.wpcf7 .ajax-loader {
    width: 20px;
    height: 20px;
    padding: 4px;
    border-radius: 50%;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 6px;
}























/*-------------
# FAQ
-------------*/
.pp-accordion-button-label {
    font-family: Raleway;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 45px;
    position: relative;
}

.fl-module-pp-advanced-accordion {
    counter-reset: section;
}
.pp-accordion-item .pp-accordion-button-label::before {
    counter-increment: section;
    content: counter(section);
    font-family: "Open Sans";
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    width: 25px;
    height: 26px;
    padding-left: 1px;
    background-color: #302723;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
    position: absolute;
    top: -4px;
    left: 0;
}
.pp-accordion-item:hover .pp-accordion-button-label::before,
.pp-accordion-item.pp-accordion-item-active .pp-accordion-button-label::before {
    background-color: #c88b58;
}
.pp-accordion-content {
/*    padding-left: 58px !important;*/
}
.pp-accordion-item {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.pp-accordion-item .pp-accordion-button {
    padding-left: 0 !important;
}
.pp-accordion-item:first-child .pp-accordion-button {
    border-top: 0 !important;
}
.pp-accordion-button i:before {
    opacity: 0;
}
















/*-------------
# post sidebar
-------------*/

/* Post Grid */
.fl-post-grid {
	margin: 0 auto;
	position: relative;
}
.fl-post-grid-post {
	background: #fff;
}
.fl-post-grid-image img {
	height: auto !important;
    background: #fff;
}
.fl-post-grid-text {
}
.fl-post-grid-title {
	padding-bottom: 7px;
}
body .fl-post-grid-text,
body .fl-post-grid-content p {
	font-size: 14px;
	line-height: 22px;
}
body .fl-post-grid-content p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
body .fl-post-grid-text a {
	text-decoration: none;
}
body h2.fl-post-grid-title {
    margin: 12px 0 14px;
    padding: 0;
    color: #0f0d0e;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
body h2.fl-post-grid-title a,
body h2.fl-post-grid-title a:visited {
    font-family: Raleway;
    color: #3c3c3c !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 30.11px;
    text-transform: uppercase;
}
body h2.fl-post-grid-title a:hover {
    color: #816e5f !important;
}
body .fl-post-grid-meta {
	font-size: 14px;
}
body .fl-post-grid-meta span.fl-post-feed-date {
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
body .fl-post-grid-meta a {
    color: #aa0000;
}
.fl-post-grid-meta a {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #b88b58 !important;
}
.fl-post-grid-meta a:hover {
    color: #816e5f !important;
}
body .fl-post-grid-meta span.fl-post-feed-date:before {
    content: '/';
    font-size: 11px;
    vertical-align: 2px;
    padding: 2px;
}
.fl-post-grid-more {
	margin-top: 10px;
	display: inline-block;
}
.fl-post-grid #infscr-loading {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fl-post-grid-content {
    color: #6c7a89;
    padding-top: 13px;
    padding-bottom: 14px;
    margin-bottom: 17px;
}
.fl-post-grid-content p {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.fl-post-grid-post.grid-cat {
    visibility: visible;
    margin-bottom: 50px;
    margin-top: 25px;
}


/* No posts message */
.fl-post-grid-empty {
	border: 1px dashed #ccc;
	font-size: 16px;
	padding: 20px;
	text-align: center;
}




@media (min-width: 768px) and (max-width: 991px) {
	body .fl-module-post-grid .fl-post-grid-post {
	    margin-bottom: 58px;
    	width: 333px;
	    float: left;
	    position: static !important;
	    margin-right: 55px;
	}
	body .fl-module-post-grid .fl-post-grid-post:nth-child(even) {
	    margin-right: 0;
	}
	body .fl-post-grid {
    	width: 721px !important;
   		height: auto !important;
	    margin: auto;
	}
}




/*grid-cat*/
/*.fl-post-grid-post.grid-cat {
    visibility: visible;
    margin-bottom: 50px;
}
.fl-post-grid-post.grid-cat:nth-child(2n+3) {
    clear: left;
}

body .fl-post-grid-meta span.fl-post-feed-date.wocat:after {
    content: '';
}
*/

.fl-post-grid-image span.post-img {
    width: 100%;
    height: 235px;
    display: block;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.fl-post-grid-image span.post-img:hover {
    opacity: .88;
}





































/*-------------
# post sidebar
-------------*/
p.post-title a {
    padding: 0;
    display: table;
    list-style: none;
    color: #111;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
}
p.post-title a:hover {
    color: #816e5f;
}
.widget_ultimate_posts ul {
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}
.widget_ultimate_posts li {
    min-height: 120px;
    float: left;
    width: 100%;
    margin-bottom: 13px;
}
.upw-image {
    float: left;
  width: 116px;
    height: 85px;
    margin-right: 15px;
    overflow: hidden;
    border: 1px solid #c5c5c5;
    padding: 10px;
}
.upw-image img {
    height: auto;
    max-width: 100%;
    max-height: 88px;
    width: auto;
    margin: auto;
    display: table;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    image-rendering: -webkit-optimize-contrast;
}
.upw-image img:hover {
    opacity: .88;
}
.upw-content {
    border-bottom: 0;
    margin-bottom: 0;
    min-height: 120px;
}
.widget_ultimate_posts .fwt {
	margin-bottom: 22px;
}


.sidebar-default .upw-image {
    padding: 0;
    border: 0;
    height: 77px;
}
.sidebar-default .upw-content {
    border-bottom: 0;
    margin-bottom: 10px;
    min-height: 103px;
    border-bottom: solid 1px #f3f3f3;
}
.sidebar-default li:last-child .upw-content {
    border-bottom: 0;
    margin-bottom: 0;
}
.sidebar-default li:last-child {
    margin-bottom: 0;
}
.sidebar-default p.post-title {
    display: table;
    margin-bottom: 0;
}
.sidebar-default p.post-date {
    display: table;
    font-family: "Open Sans";
    color: #6a6a6a;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: -2px;
    margin-bottom: 4px;
}
.sidebar-default .widget_ultimate_posts li {
    min-height: 90px;
}

.sidebar-default .widget_ultimate_posts ul {
    margin-bottom: 0;
}
.widget_ultimate_posts {
    padding-bottom: 10px !important;
}


@media screen and (max-width: 1199px) {
	p.post-title {
	    display: table;
	    font-size: 12px;
	    line-height: 15px;
	}
}



/* upw product */
.widget_ultimate_posts .product.woocommerce.add_to_cart_inline {
    border: 0 !important;
    padding: 0 !important;
    display: table;
}

.widget_ultimate_posts a.button.add_to_cart_button, body .widget_ultimate_posts a.button {
    float: left;
    padding: 10px 10px 5px;
    border-radius: 0;
    font-family: Raleway;
    color: #fff !important;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #816e5f;
    margin-top: 8px;
    border: 0;
    border-bottom: solid 4px rgba(0, 0, 0, 0.25);
    height: 31px;
    width: 135px;
}
.widget_ultimate_posts a.button.add_to_cart_button:hover, body .widget_ultimate_posts a.button:hover {
    background-color: #b88b58;
}
.widget_ultimate_posts span.woocommerce-Price-amount.amount {
    font-family: "Open Sans";
    color: #111;
    font-size: 12px;
    font-weight: 700;
}
.widget_ultimate_posts ins {
    background: transparent;
}
.widget_ultimate_posts del span.woocommerce-Price-amount.amount {
    font-size: 11px;
    opacity: .7;
}



@media (max-width: 1599px){
    .widget_ultimate_posts a.button.add_to_cart_button, body .widget_ultimate_posts a.button {
        width: 115px;
    }
    .upw-image {
        max-width: 40%;
        max-width: calc(100% - 135px);
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .upw-image {
        max-width: 100%;
        width: 140px;
        height: 101px;
        margin-bottom: 10px;
    }
    .widget_ultimate_posts a.button.add_to_cart_button, .widget_ultimate_posts a.button {
        width: 100%;
        clear: both;
    }
}





@media (max-width: 767px){
    .fl-row.contact-on-map {
        position: static;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
}








/* contact */
.contact i.icons {
    color: #58a42e;
    font-size: 24px;
    float: left;
    margin-right: 14px;
    clear: left;
}
.contact .dane-kontaktowe {
    padding-left: 55px;
}
.contact i.icon-location-pin.icons {
    position: absolute;
    left: 17px;
    top: 2px;
}




/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.contact-ctn input, .contact-ctn textarea {
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: 1.4;
	padding: 14px 20px;
	font-size: 14px !important;
	border: 0;
	border-radius: 0;
	border-bottom: solid 1px #ccc;
	box-shadow: 0 1px 3px 1px rgba(23, 24, 32, 0.2);
	border-radius: 3px;
	border: 1px solid #cccccc;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}
.contact-ctn textarea {
	border-radius: 4px;
	border: solid 1px #ccc;
	-webkit-box-shadow: 0 5px 4px -4px rgba(204, 204, 204, 0.7);
	box-shadow: 0 5px 4px -4px rgba(204, 204, 204, 0.7);
	margin-top: 9px;
}
.contact-ctn input:focus {
	border-bottom: solid 1px #555;
	color: #fff;
	-webkit-box-shadow: 0 1px 2px 1px rgba(85, 85, 85, 0.5);
	box-shadow: 0 1px 2px 1px rgba(85, 85, 85, 0.5);
	border-radius: 3px;
    border: 1px solid rgb(157, 196, 37);
}

.contact-ctn textarea:focus {
	border-bottom: solid 1px #555;
	color: #fff;
	-webkit-box-shadow: 0 1px 2px 1px rgba(85, 85, 85, 0.5);
	box-shadow: 0 1px 2px 1px rgba(85, 85, 85, 0.5);
	border-radius: 3px;
    border: 1px solid rgb(157, 196, 37);
}

span.wpcf7-form-control-wrap {
    width: 100%;
    padding: 4px 0;
    font-size: 16px;
    display: inline-block;
    margin: 5px 0 0;
}
.contact-ctn fieldset, form.wpcf7-form {
    max-width: 560px;
    margin: auto;
}
textarea.wpcf7-form-control {
    font-size: 16px;
    height: 80px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(23, 24, 32, 0.2);
    box-shadow: 0 1px 3px 1px rgba(23, 24, 32, 0.2);
    min-height: 80px;
    max-width: 100%;
}
span.wpcf7-form-control-wrap.your-message {
    width: 100%;
}
body span.wpcf7-not-valid-tip {
    color: #faca36;
    font-size: 11.5px;
    line-height: 14px;
    padding: 8px 2px;
}
body div.wpcf7-validation-errors {
    border: 2px solid #b17a00;
    color: #fff;
    padding: 8px 2px;
    text-align: center;
    background: #b17a00;
}

.wpcf7-form-control {
    border: 0;
    border-bottom: solid 2px #555;
    outline-style: solid;
    outline-width: 0;
    transition: .06s; -webkit-transition: .06s; -moz-transition: .06s; -ms-transition: .06s;
    outline-color: transparent;
}
.wpcf7-form-control:focus {
    outline-color: #555;
    border-color: #555;
    outline-width: 2px;
}

body .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
	float: left;
	min-width: 330px;
	border-bottom: 0;
	padding-left: 15px;
}

.contact-ctn input::-webkit-input-placeholder,
.contact-ctn textarea::-webkit-input-placeholder
{ color: #eee !important; }
.contact-ctn input::-moz-placeholder,
.contact-ctn textarea::-moz-placeholder
{ color:#eee !important;}
.contact-ctn input:-ms-input-placeholder,
.contact-ctn textarea:-ms-input-placeholder
{ color:#eee !important; }
.contact-ctn input:-moz-placeholder,
.contact-ctn textarea:-moz-placeholder
{ color:#eee !important; }


.contact-ctn input:focus::-webkit-input-placeholder,
.contact-ctn textarea:focus::-webkit-input-placeholder
{ color: #555 !important; }
.contact-ctn input:focus::-moz-placeholder,
.contact-ctn textarea:focus::-moz-placeholder
{ color:#555 !important;}
.contact-ctn input:focus:-ms-input-placeholder,
.contact-ctn textarea:focus:-ms-input-placeholder
{ color:#555 !important; }
.contact-ctn input:focus:-moz-placeholder,
.contact-ctn textarea:focus:-moz-placeholder
{ color:#555 !important; }

::-webkit-input-placeholder { color: #444 }
::-moz-placeholder { color:#444}
:-ms-input-placeholder { color:#444 }
:-moz-placeholder { color:#444 }



/* wpml */
body .wpml-ls-legacy-dropdown a {
    background: transparent;
    border: 0;
    color: #fff;
    margin-top: 5px;
}
body .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
    margin-left: 19px;
    font-family: Montserrat;
    color: #fff;
    font-size: 10px;
    line-height: 23px;
    text-transform: uppercase;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    max-width: 115px;
    padding-right: 18px;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: "\f107";
    font-family: fontawesome;
    border: 0;
    border-top: 0;
    position: absolute;
    right: 8px;
    top: 10px;
    font-size: 10px;
    font-weight: 600;
}
body .wpml-ls-legacy-dropdown a:hover,
body .wpml-ls-legacy-dropdown a:focus,
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    color: #fff;
    background: rgba(238, 238, 238, 0.15);
    border: 0;
}
body ul.wpml-ls-sub-menu {
    background: #200f00;
    border-color: #200f00;
}











/*-------------
# wc-social-login
-------------*/

.wc-social-login.form-row-wide >p {
    display: none;
}
body .button-social-login .si, body a.button-social-login .si {
    font-size: 11px;
    background-size: 117%;
    border-radius: 0;
    border: solid 8px #3b5998;
    margin-top: -5px;
    margin-right: 20px;

}
a.button-social-login.button-social-login-facebook, .widget-area a.button-social-login.button-social-login-facebook, .social-badge.social-badge-facebook {
    font-family: "Open Sans";
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 28px 10px 0;
    border-radius: 10px;
    /*width: 90%;*/
}

a.button-social-login.button-social-login-facebook:before {
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 0;
    width: 51px;
}

a.button-social-login.button-social-login-facebook {
    margin-bottom: 53px;
}
p.woocommerce-FormRow.woocommerce-FormRow--wide.form-row.form-row-wide:first-of-type input {
    margin-bottom: 19px;
}


@media screen and (max-width: 767px) {
    a.button-social-login.button-social-login-facebook, .widget-area a.button-social-login.button-social-login-facebook, .social-badge.social-badge-facebook {
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
}

@media screen and (max-width: 480px) {
    a.button-social-login.button-social-login-facebook, .widget-area a.button-social-login.button-social-login-facebook, .social-badge.social-badge-facebook {
        font-size: 12px;
        padding: 7px 20px 7px 0;
        border-radius: 10px;
    }
    body .button-social-login .si, body a.button-social-login .si {
        margin-top: -7px;
    }

    html .woocommerce-account .woocommerce form .form-row label[for="rememberme"],
    html .woocommerce-account .woocommerce input.woocommerce-Button.button {
        width: 100% !important;
    }

}
@media screen and (max-width: 360px) {
    a.button-social-login.button-social-login-facebook:before,
    body .button-social-login .si, body a.button-social-login .si {
        display: none;
    }
    a.button-social-login.button-social-login-facebook, .widget-area a.button-social-login.button-social-login-facebook, .social-badge.social-badge-facebook {
        font-size: 12px;
        padding: 7px 20px;
        border-radius: 10px;
    }
}
.woocommerce-account h1.entry-title {
    display: none;
}










/************************/


body > .container {
    background-color: rgb(255, 255, 255);
}


.facetwp-link {
    clear: both;
    margin: 5px 0;
}

#fb-widget {
  position: fixed;
  right: -410px;
  top: 10%;
  z-index: 100;
  border: 1px solid #200f00;
  opacity: 0;
  animation: showFB .1s ease-in .3s;
  animation-fill-mode: forwards;
  transition: opacity .2s;
}
@keyframes showFB {
  to {
    opacity: 1;
    transition: opacity .2s;
  }
}
#fb-widget .opener {
  width: 85px;
  height: 85px;
  position: absolute;
  left: -71px;
  top: -16px;
  background-image: url(facebook-icon-preview-1-400x400.png);
  background-size: cover;
  cursor: pointer;
  transition: right .3s ease-in;
}
#fb-widget iframe {
  margin-bottom: -4px;
}
#fb-widget.opened{
  transition: all .3s ease-in;
  right: 0;
}
@media (max-width:500px){
  #fb-widget {
    display: none;
  }
}

a.yellow-link{
  color: rgba(255, 192, 0, 1);
}

.ue_bar img
{
max-width: 800px;
margin: 20px auto 0;
display: block;
}