/* 
Theme Name: SystemyKominowe
Description: Theme designed for SystemyKominowe website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http: //www.gnu.org/licenses/gpl-2.0.html
Text Domain: SystemyKominowe
*/

/*** General ***/
body {
    background-color: #fff;
    font-size: 18px;
	font-weight: 400;
    line-height: 1.6;
    font-family: 'Lato', sans-serif;
    color: #383838;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

/** Misc **/
.extra15pad {
	padding: 0 30px 30px 30px;
}

.widePadding {
	margin: 7% 6% 4% 6%;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #ac0006;
}

::selection {
    color: #fff; 
    background: #ac0006;
}

.no-margin,
.noMargin {
	margin: 0;
}

.no-padding,
.noPadding {
	padding-left: 0;
	padding-right: 0;
}

.hidden {
	display: none !important;
}

.align-left {
	text-align: left
}

.align-right {
	text-align: right
}

.align-center {
	text-align: center
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 0;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
   height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 10px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', serif;
	font-weight: 700;
}

.screen-reader-text,
.element-invisible {
	position: absolute;
	top: -999999em;
	left: auto;
	width: 1px;
	height: 1px;
	overflow:hidden;
}

.woocommerce #fullpage .pageBodyContent .h-list-broder li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0; 
	padding: 10px;
	border: 2px solid #dfdfdf;
	border-radius: 5px;
}

.concatenate {
	word-wrap: break-word;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.no-list,
.woocommerce #fullpage .pageBodyContent .no-list { 
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.modal-backdrop {
	z-index: 100000;
}

.xoo-wsc-hide {
	opacity: 0;
}

.modal {
	z-index: 100001;
}

.modal.fade.show {
	background: rgba(0,0,0,0.8);
}


.modal-dialog {
	max-width: 768px
}

.modal .close {
	font-size: 40px;
	position: absolute;
	z-index: 25;
	top: 10px;
	right: 10px;
	border: none;
	line-height: 30px;
	cursor: pointer;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	color: #fff;
	opacity: 1;
	font-weight: 300;
}

.modal .close:hover {
	opacity: 0.6
}

.modal-header,
.modal-footer {
	justify-content: center;
}

.modal-header h4 {
	margin: 0;
}

.modal-footer p {
	margin: 0;
	text-align: center;
	font-size: 14px;
}

.modal-body .modalDesc p {
	font-size: 34px;
	line-height: 1;
	font-weight: 700;
	max-width: 330px;
	display: inline-block;
	margin-bottom: 30px
}

.modal-body .modalDesc p:last-child {
	font-weight: 200;
	margin-bottom: 0
}

blockquote {
	font-weight: 200;
	font-size: 20px;
	color: #ee2324;
	padding: 25px 15px 25px 50px;
	position: relative;
	border: none;
	margin: 0 0 45px 0;
}

blockquote::before {
	font-family: "Times new roman";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 90px;
	line-height: 1;
	content: "“";
	color: #ee2324;
	bottom: 0;
}

blockquote p {
	font-weight: 300;
	font-size: 22px !important;
	color: #ee2324;
	line-height: 1.25;
	margin: 0 !important;
	font-style: italic;
}

.acf-map {
	width: 100%;
	min-height: 550px;
	margin-top: 45px;
}

.animateDnGeneral {
	animation: animateDown 2s ease-out 0.1s 1 normal forwards;
}

.swiper-slide-active .animateDn {
	opacity: 0;
	animation: animateDown 2s ease-out 0.3s 1 normal forwards;
}

.animateRt {
	animation: animateRight 2s ease-out 0.5s 1 normal forwards;
}

.animateRtGeneral {
	animation: animateRight 2s ease-out 0.1s 1 normal forwards;
}

.animateDn.delay1, 
.animateRt.delay1 {
	animation-delay: 0.8s
}

.animateDn.delay2, 
.animateRt.delay2 {
	animation-delay: 1.1s
}

.animateDn.delay3, 
.animateRt.delay3 {
	animation-delay: 1.5s
}

.animateDn.delay4, .animateRt.delay4 {
	animation-delay: 1.8s
}

@keyframes fadeOut {
  0% {
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	opacity: 1
  }
  
  40% {
	-webkit-transform: translate3d(0,-170px,0);
    transform: translate3d(0,-170px,0);
	opacity: 1
  }
  
  100%  {
	-webkit-transform: translate3d(0,-170px,0);
    transform: translate3d(0,-170px,0);
	opacity: 0
  }
}

@keyframes animateDown {
  0% {
	-webkit-transform: translate3d(0,-40px,0);
    transform: translate3d(0,-40px,0);
	opacity: 0
  }
  
  40%  {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1
  }
  
  100%  {
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	opacity: 1
  }
}

@keyframes animateRight {
  0% {
	-webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
	opacity: 0
  }
  
  40%  {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1
  }
  
  100%  {
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	opacity: 1
  }
}

#svgelem{
	position: absolute;
	z-index: 99;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	height: 376px;
	width: 341px;
}

/** Menu i Logo **/
.fixed-navbar {
    position: fixed;
    top: 0;
    left: 0;
	padding-top: 0;
	width: 100%;
    z-index: 15;
	background: transparent;
    transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	background: transparent;
}

.top-navbar {
	margin: 0 auto;
}

.nav-fix .fixed-navbar {
	top: 0;
	padding: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(70,12,0,0.3);
	box-shadow: 0 0 20px 0 rgba(70,12,0,0.3);
}

.nav-open .fixed-navbar {
	left: -200px
}

.navbar-lockup {
    position: relative;
	background-color: #ac0006;
	z-index: 21;
	width: 100%;
	height: 60px;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.fixed-navbar .top-navbar {
	padding: 25px 0;
	background: #fff;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	height: 107px;
}

.nav-fix .fixed-navbar .top-navbar {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 77px;
}

.fixed-navbar .top-navbar-inner {
	margin: 0 auto;
}

.top-navbar .phoneUnder,
.top-navbar .phoneNr {
	font-size: 20px;
	font-weight: 700;
	color: #2c364c;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	line-height: 1
}

.top-navbar #contactPhone {
	display: inline-block;
	vertical-align: top;
	height: 44px;
	line-height: 1.35
}

.top-navbar #btnConfig {
	display: inline-block;
	vertical-align: top;
	margin-left: 50px;
}

.top-navbar #contactPhone a {
	color: #2c364c;
	text-decoration: none;
}

.top-navbar #contactPhone a:hover,
.top-navbar #contactPhone a:active {
	opacity: 0.8;
	text-decoration: none;
}

#main-menu {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}

.navbar-lockup .menu-header,
.navbar-lockup .menu-header .menu,
.navbar-lockup .menu-header .menu li,
.navbar-lockup .menu-header .menu li a {
	height: 100%;
	background: #ac0006;
}

.navbar-lockup .menu-header .menu {
	-ms-flex-pack: space-between !important;
	justify-content: space-between !important;
}

.navbar-lockup .menu-header {
    float: none;
	width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.navbar-lockup .nav > li {    
	position: relative;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	float: none;
	text-align: left;
}

.navbar-lockup .nav > li > a {
	font-weight: 400;
	position: relative;
	color: #fff;
    font-size: 16px;
	line-height: 1;
    text-transform: uppercase;
	padding: 10px 15px;
	vertical-align: middle;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	 transition: background-color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out;
	-webkit-transition: background-color .1s ease-in-out;
}

.navbar-lockup .nav li > a {
	font-weight: 400;
	position: relative;
	color: #fff;
    font-size: 16px;
	line-height: 1;
	padding: 10px 15px;
}

.navbar-lockup .nav li:active a,
.current_page_item a,
.current_page_parent a,
.navbar-lockup .nav li:hover a {
	text-decoration: none;
}

.single-faq .nav > li#menu-item-10546 > a,
.navbar-lockup .nav > li:active > a,
.current_page_item > a,
.navbar-lockup .nav li.current-menu-parent > a,
.navbar-lockup .nav li.current-menu-ancestor li.current-menu-item  > a,
.current_page_parent > a,
.navbar-lockup .nav > li:hover > a {
	background-color: #7e0003;
	color: #fff !important; 
}

.fa-caret-down {
	padding-left: 10px;
	color: #7e0003;
}

.navbar-lockup .nav li.current-menu-parent > a .fa-caret-down,
.navbar-lockup .nav li.current-menu-item > a .fa-caret-down,
.menu  li:hover .fa-caret-down {
	color: #fff;
}

.navbar-lockup .nav li.menu-item-has-children ul.dropdown-menu {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: block;
	background: #ac0006;
	opacity: 0;
	visibility: hidden;
	border: none;
	box-shadow: 3px 3px 10px 0 rgba(0,0,0,.2);
	margin: 0;
	padding: 0;
	line-height: 1;
	border-radius: 0;
	top: 60px;
	left: 0;
	min-width: 100%
}

.navbar-lockup .nav li.menu-item-has-children#menu-item-10582 ul.dropdown-menu {
	width: 150px;
}

.navbar-lockup .nav li.menu-item-has-children > ul.dropdown-menu > li.menu-item-has-children > .dropdown-menu {
	left: 160px;
	top: 0;
}

.navbar-lockup .nav > li.menu-item-has-children:hover > ul.dropdown-menu,
.navbar-lockup .nav > li.menu-item-has-children:hover > ul.dropdown-menu > li.menu-item-has-children:hover > .dropdown-menu {
	opacity: 1;
	visibility: visible;
}

.navbar-lockup .nav li.menu-item-has-children ul.dropdown-menu li {
	line-height: 1;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #7e0003;
}

.navbar-lockup .nav li.menu-item-has-children ul.dropdown-menu li a {
	color: #fff;
	line-height: 1;
	font-size: 14px;
	text-align: left;
	padding: 12px 10px;
	display: block;
}

.navbar-lockup .nav li.current-menu-parent > a,
.navbar-lockup .nav li.current-post-ancestor > a,
.navbar-lockup .nav li.current-menu-item > a,
.navbar-lockup .nav li.menu-item-has-children ul.dropdown-menu li a:hover,
.navbar-lockup ul.nav ul.dropdown-menu li.current-menu-item a {
	color: #fff;
	box-shadow: inset 0 0 10px 0 rgba(0,0,0,.1);
}

.navbar-lockup .nav > li.current-menu-item > a,
.navbar-lockup .nav > li.current-product_cat-ancestor > a,
.navbar-lockup .nav > li.current-product_cat-ancestor >  ul > li.current-menu-item > a,
.navbar-lockup .nav  > li.current-product_cat-ancestor > ul > li.current-product_cat-ancestor > ul li.current-menu-item > a,
.navbar-lockup .nav li.menu-item-has-children ul.dropdown-menu li a:hover {	
	background-color: #7e0003;
}

/* Slide out side menu */
.slide-out-nav {
	display: none;
	position: fixed;
	top: 0;
	right: -100vw;
	bottom: 0;
	width: calc(100% - 45px);
	background: #ac0006;
	overflow: auto;
	z-index: 2020;
	-webkit-transition: all .55s ease-in-out;
	transition: all .55s ease-in-out;
	opacity: 0;
}

.slide-out-nav.nav-open {
	width: 300px;
	opacity: 1;
	right: 0;
	-webkit-box-shadow: 0 -10px 50px 0 #000;
	-ms-box-shadow: 0 -10px 50px 0 #000;
	box-shadow: 0 -10px 50px 0 #000;
}

.slide-out-nav .mobile-nav {
	margin: 30px 20px 0 0;
	padding-left: 0;
	text-align: right;
	list-style: none;
}

.slide-out-nav .mobile-nav li {
	margin-bottom: 10px
}

.slide-out-nav .mobile-nav > li {
	border-bottom: 1px solid #e30613;
	padding-bottom: 5px;
}

.slide-out-nav .mobile-nav > li:first-child {
	margin-top: 10px;
}

.slide-out-nav .mobile-nav > li:last-child {
	border-bottom: none;
	margin-bottom: 70px;
}

.slide-out-nav .mobile-nav li a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .8px;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}

.slide-out-nav .mobile-nav > li.current-menu-item > a,
.slide-out-nav .mobile-nav ul > li.current-menu-item > a,
.slide-out-nav .mobile-nav > li.current_page_parent > a {
	color: #ee2324
}

.slide-out-nav .mobile-nav li a:hover {
	color: #ee2324;
	text-decoration: none
}

.slide-out-nav .mobile-nav li ul {
	display: block;
	position: relative;
	background: transparent;
	text-align: right;
	margin: 0 0 15px 0;
	width: 100%
}

.slide-out-nav .mobile-nav li ul ul {
	margin-bottom: 0
}

.slide-out-nav .mobile-nav ul.dropdown-menu li {
	margin: 0 0 8px 0;
	line-height: 1.1
}

.slide-out-nav .mobile-nav ul.dropdown-menu li a {
	font-size: 12px;
	text-transform: lowercase;
}

.slide-out-nav .mobile-nav-slice {
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	width: 100%;
	height: 125%;
	background-color: #fff;
	opacity: .05
}

.slide-out-nav #socialHeader {
	text-align: center;
}

.slide-out-nav #searchTop,
.slide-out-nav #searchTopInner,
.slide-out-nav .search-form,
.slide-out-nav .search-form label,
.slide-out-nav #searchTop div[id*="ajaxsearchlite"].wpdreams_asl_container {
	width: 100%;
}

.slide-out-nav #ajaxsearchlite1 .probox, .slide-out-nav div.asl_w .probox > div,
.slide-out-nav #ajaxsearchlite1 .probox, .slide-out-nav div.asl_w .probox {
	height: 46px !important;
	text-shadow: none;
	box-shadow: none !important;
}

.slide-out-nav #ajaxsearchlite1 .probox .proinput input, 
.slide-out-nav div.asl_w .probox .proinput input {
	font-size: 16px;
	height: 46px !important;
	border-radius: 5px;
}

div.asl_r .results .asl_nores .asl_nores_header i {
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	text-align: center;
	padding: 0 10px;
}

.mobile-nav-toggle {
	display: none;
	float: left;
	margin: 18px 0 0 18px;
	width: 45px;
	cursor: pointer;
	z-index: 10005;
	-webkit-transition: all .25s cubic-bezier(0.694,0.0482,0.335,1);
	transition: all .25s cubic-bezier(0.694,0.0482,0.335,1);
	border: none;
}

.mobile-nav-toggle:hover,
.mobile-nav-toggle-search:hover {
	opacity: 0.85
}

.mobile-nav-toggle span {
	display: block;
	width: 20px;
	height: 4px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 7px;
	background-color: #fff;
	-webkit-transition: all .2s cubic-bezier(0.694,0.0482,0.335,1);
	transition: all .2s cubic-bezier(0.694,0.0482,0.335,1);
	float: right
}

.mobile-nav-toggle span:nth-child(3) {
	width: 40px;
}

.mobile-nav-toggle:hover span:nth-child(3) {
	width: 36px;
}

.mobile-nav-toggle:hover span:nth-child(2),
.mobile-nav-toggle:hover span:nth-child(4) {
	width: 24px;
}

.mobile-nav-toggle.nav-open {
	top: 24px;
	width: 35px;
}

.mobile-nav-toggle.nav-fix span,
.mobile-nav-toggle.nav-open span {
	background: #fff;
}

.mobile-shift {
	position: relative;
	left: 0;
	-webkit-transition: left .55s cubic-bezier(0.694,0.0482,0.335,1);
	transition: left .55s cubic-bezier(0.694,0.0482,0.335,1);
}

.mobile-shift.nav-open {
	left: -200px
}

.navbar-lockup .navbar-inner {
	height: 100%;
	margin: 0 auto;
}

.navbar-lockup #userMenu,
.navbar-lockup #mainMenu {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	height: 100%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.navbar-lockup #mainMenu {
	float: left;
}

.navbar-lockup #mainMenuSearch,
.navbar-lockup #userMenu {
	float: right
}

#mainMenuSearchBtn {
	display: none;
}

.navbar-lockup #mainMenu > .main-menu {
	height: 100%;
	padding: 0;
}

/* User menu */
#userMenu #menu-item-10934 > a {
	background: 970005;
	font-weight: 700;
	width: 130px;
	text-align: right;
}

.mobile-nav-close {
	position: absolute;
	top: 18px;
	left: 13px;
	z-index: 2000;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.mobile-nav-close span {
	display: block;
	width: 26px;
	height: 4px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 7px;
	background-color: #fff;
	-webkit-transition: all .2s cubic-bezier(0.694,0.0482,0.335,1);
	transition: all .2s cubic-bezier(0.694,0.0482,0.335,1);
	float: right;
}

.mobile-nav-close span:nth-child(2) {
	-webkit-transform: rotate(-45deg) translate3d(-7px,7px,0px);
	transform: rotate(-45deg) translate3d(-7px,7px,0px);
}

.mobile-nav-close span:nth-child(3) {
	width: 4px;
	webkit-transform: translate3d(-18px,0,0);
	transform: translate3d(-18px,0,0);
	visibility: hidden;
}

.mobile-nav-close span:nth-child(4) {
	width: 26px;
	webkit-transform: rotate(45deg) translate3d(-8px,-8px,0px);
	transform: rotate(45deg) translate3d(-8px,-8px,0px);
}

/** Btns **/
.colBtn {
	margin-top: 15px;
	margin-bottom: 15px;
}

.btn-empty {
	color: #000;
	background-color: #fff;
	font-weight: 700;
	border: 2px solid transparent;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	padding: 11px 50px;
	display: inline-block;
	line-height: 1;
	border-radius: 5px;
	-ms-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
}

.btn-empty:hover,
.btn-empty:active {
	color: #888;
	text-decoration: none;
	border: 2px solid #888;
}

.btn-empty-black {
	color: #2c364c;
	background-color: #fff;
	border: 2px solid #2c364c;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	padding: 11px 50px;
	display: inline-block;
	line-height: 1;
	-ms-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.btn-empty-black:hover,
.btn-empty-black:active {
	color: #ac0006;
	text-decoration: none;
	border: 2px solid #ac0006;
}

.btn-grey {
	color: #111 !important;
	background-color: #d9d9d9;
	border: 2xp solid #b1b1b1;
}

.btn-orange {
	color: #fff !important;
	background-color: #ffa71b;
	border: 2xp solid #d8840b;
}

.btn-grey,
.btn-orange {
	font-weight: 300;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	width: auto;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px 35px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	line-height: 1.35;
	-ms-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.btn-orange:hover,
.btn-orange:active {
	background: #d8840b;
	border: 2xp solid #bd7207;
	color: #fff !important;
}

.btn-grey:hover,
.btn-grey:active {
	background: #b1b1b1;
	border: 2xp solid #898989;
	color: #111 !important;
}

.btn-red {
	color: #fff !important;
	background-color: #ab0107;
	border: 2xp solid #880005;
	font-weight: 300;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	width: auto;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px 35px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	line-height: 1.35;
	-ms-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.btn-red a b {
	font-weight: 700;
}

.btn-red a span,
.btn-red a i {
	display: inline-block;
	vertical-align: middle;
}

.btn-red input[type=submit] {
	margin: 0;
	padding: 10px 40px;
}

.btn-red:hover,
.btn-red:active {
	background: #880005;
	border: 2xp solid #6f0005;
	color: #fff !important;
}

.btn-red:active {
	 -ms-transform: translate(0, 3px); /* IE 9 */
    -webkit-transform: translate(0, 3px); /* Safari */
    transform: translate(0, 3px);
}

.btn-red.btn-arrow-right {
	padding-right: 50px;
}

.btn-red.btn-arrow-right:hover {
	padding-right: 60px
}

.btn-red.btn-arrow-right::after {
	position: absolute;
	top: 4px;
	bottom: 0;
	right: 10px;
	margin: auto;
	font-family: "Font Awesome 5 Free";
	color: #ac0006;
	display: inline-block;
	vertical-align: middle;
	content: "\f054";
	opacity: 0.5;
	width: 20px;
	height: 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	-ms-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.btn-red.btn-arrow-right:hover::after {
	color: #fff;
	right: 15px;
}

.btn-red.btn-download span {
	position: relative;
}

.btn-red.btn-download span::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -40px;
	margin: auto 0;
	font-family: "Font Awesome 5 Free";
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	-ms-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.btn-red.btn-windows span::before {
	content: "\f17a";
}

.btn-red.btn-linux span::before {
	content: "\f17c";
}

.btn-red.btn-apple span::before {
	content: "\f179";
}

.btn-red.btn-android span::before {
	content: "\f17b";
}

.btn-red.btn-arrow-right-span::after {
	position: absolute;
	top: 4px;
	opacity: 0;
	bottom: 0;
	right: 40px;
	margin: auto;
	font-family: "Font Awesome 5 Free";
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	content: "\f054";
	width: 30px;
	height: 30px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	-ms-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.btn-red.btn-arrow-right-span:hover::after {
	right: 20px;
	opacity: 1;
	color: #fff;
}

.btnWrapp {
	text-align: center;
}

.btn-bold, 
.btn-bold a {
	font-weight: 700
}

.btn-capital, 
.btn-capital a {
	text-transform: uppercase;
}

.btn-big, 
.btn-big a {
	font-size: 24px;
}

.btn-noBorder, 
.btn-noBorder a {
	border-bottom: none;
}

.btn-medium span,
.btn-medium a span {
	padding: 5px 30px;
}

.btn-border-white {
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 25px;
}

.btn-border-white i {
	margin: 0 0 0 10px
}

.btn-border-white:hover {
	color: #adc3da;
	border-color: #adc3da
}

.blockBtns {
	margin-top: 45px;
}

.btn-full {
	width: 100%;
}

.btn-bold {
	font-weight: 700;
}

.btm-capital {
	text-transform: uppercase;
}

table.cart button,
table.cart .button {
	margin-left: 15px;
}

/* Sections */
.imgBlockBg {
	padding: 0;
}

.sections {
	padding-top: 45px;
	padding-bottom: 45px;
}

.ajax-row__loader {
    display: none;
}

@keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.lds-rolling {
    position: relative
}

.lds-rolling div,
.lds-rolling div:after {
    position: absolute;
    width: 160px;
   height: 160px;
    border: 20px solid #000;
    border-top-color: transparent;
    border-radius: 50%
}

.lds-rolling div {
    -webkit-animation: lds-rolling 1s linear infinite;
    animation: lds-rolling 1s linear infinite;
    top: 100px;
    left: 100px;
    left: 50%;
    transform: translateX(-50%);
    right: 0
}

.lds-rolling div:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.lds-rolling {
   height: 125px !important;
    transform: scale(0.2)
}

.container-gray {
	background-color: #f4f4f4;
}

.container-white {
	background-color: #fff;
}

/* Ogólne */
.pageBodyContent {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.page .pageBodyContent p a,
.page .pageBodyContent li a {
	color: #ac0006
}

#fullpage .pageBodyContent ol li,
#fullpage .pageBodyContent ul li,
#fullpage p {
	color: #383838;
}

#fullpage .pageBodyContent ol,
#fullpage .pageBodyContent ul {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 20px;
}

#fullpage .pageBodyContent ol li,
#fullpage .pageBodyContent ul li {
	margin-bottom: 15px;
}

#fullpage h1,
#fullpage h2.sectionTitle,
#fullpage h3,
#fullpage h4,
#fullpage h5,
#fullpage h6 {
	color: #383838;
}

#fullpage .pageBodyContent h1 {
	line-height: 1.1;
	margin-bottom: 30px;
}

#fullpage h2.sectionTitle {
	font-size: 40px;
	margin: 0 0 60px 0;
	font-weight: 400;
}

#fullpage p.sectionDesc {
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	text-align: center;
}

#fullpage h3 {
	font-size: 40px;
	margin: 0 0 40px 0
}

#fullpage h4 {
	font-size: 26px;
	font-weight: 400;
	margin: 0 0 20px 0;
}

#fullpage p {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 20px 0;
	color: #383838;
}

#fullpage .section {
	padding-top: 90px;
	padding-bottom: 90px;
	position: relative;
}

#fullpage .colDesc p:last-of-type {
	margin: 0;
}

#fullpage .col .colSpacer {
	padding: 0 10% 
}

#fullpage .col .colSpacer h4 {
	margin: 30px 0 60px 0
}

/* Boczne menu */
#siebar .widget_nav_menu {
	background: #fff;
	padding: 0;
	margin-bottom: 60px
}

#siebar .widget_nav_menu h4 {
	margin: 0;
	padding: 30px;
	color: #ac0006;
	font-weight: 700;
	text-transform: uppercase;
}

#siebar .menu {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

#siebar .menu li a {
	font-size: 16px;
	color: #fff;
	padding: 15px 30px;
	display: block;
	min-height: 50px;
	vertical-align: top;
	line-height: 1.2;
	text-decoration: none;
	-webkit-box-shadow: 0 2px 10px -5px #000;
	box-shadow: 0 2px 10px -5px #000;
	position: relative;
	background: #ac0006;
}

#siebar .menu li.current-menu-item a,
#siebar .menu li a:hover {
	background: #7e0003;
}

/* Home page - ogólne */
#fullpage .sectionTitleWrap {
	margin-bottom: 90px;
	position: relative;
	z-index: 1;
}

#fullpage .sectionTitleWrap h2 {
	color: #ccc;
	line-height: 1;
	font-weight: 700;
	margin: 0;
	display: inline-block;
	padding-right: 85px;
	background: #fff;
	position: relative;
	z-index: 2;
}


#fullpage .sectionTitleWrap:before {
	content: "";
	width: calc(100% - 15px);
	height: 1px;
	background: #b2b2b2;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#fullpage .container-gray .sectionTitleWrap h2 {
	background: #f4f4f4;
}

#fullpage .sectionTitleWrap h2 span {
	display: block;
}

#fullpage .sectionTitleWrap h2 .h2_1 {
	font-size: 55px;
}

#fullpage .sectionTitleWrap h2 .h2_2 {
	font-size: 40px;
}

/* Home page - baner */
#baner {
	max-height: 820px;
	height: calc(100vh - 167px);
	position: relative;
	padding: 0
}

#baner > div,
#baner > div > div,
#baner > div > div > div ,
#baner > div > div > div > div {
	height: 100%;
}

#baner .slide-wrapp-inner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 100%;
}

#baner .swiper-pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	width: 120px;
	height: 28px;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 5px 10px;
	border-radius: 5px;
}

#baner .swiper-pagination span {
	border-radius: 5px;
	background: #999999;
	width: 17px;
	height: 16px;
	margin: 0 5px
}

#baner .swiper-pagination span.swiper-pagination-bullet-active {
	background: #ac0006;
}

#baner .desc-block-wrap {
	padding: 0 10vw;
	max-width: 45%;
}

#baner .swiper-slide:nth-child(1) .desc-block-wrap {
	opacity: 0;
}

#baner .fromTop .desc-block {
	padding-top: 10vh
}

#baner .fromBottom .desc-block {
	padding-bottom: 10vh
}

#baner .desc-block-wrap h1,
#baner .desc-block-wrap h2 {
	font-size: 42px;
}

#baner .desc-block-wrap h1,
#baner .desc-block-wrap h2,
#baner .desc-block-wrap h3 {
	margin-bottom: 30px;
	color: #134c73;
}

#baner .desc-block-wrap .underlayOn h1,
#baner .desc-block-wrap .underlayOn h2,
#baner .desc-block-wrap .underlayOn h3,
#baner .desc-block-wrap .underlayOn p {
	color: #fff;
	overflow-wrap: break-word;
	background: rgba(0, 0, 0, 0.4);
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

#baner .desc-block-wrap p {
	display: inline-block;
}

/* Widok 2 */
.kominySystemoweCols .colSpacer {
	height: 520px;
	background-size: auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	max-width: 330px;
	position: relative;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: translate3D(0,0,0);
}

.kominySystemoweCols .colSpacer:hover {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3);
	transform: translate3D(0,-10px,0);
}

.kominySystemoweCols .colSpacer a {
	text-decoration: none;
	display: inline-block;
	height: 100%;
	width: 100%;
}

#fullpage .kominySystemoweCols .colSpacer h4 {
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	width: 150px;
	position: absolute;
	top: -24px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 18px;
	padding: 5px;
	line-height: 1;
	font-weight: 400;
}

.kominySystemoweCols .colSpacer .logoWrap {
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 50px;
}

.kominySystemoweCols > div:nth-child(3) .colSpacer .logoWrap {
	background-color: #0065b3;
}

.kominySystemoweCols > div:nth-child(4) .colSpacer .logoWrap {
	background-color: #000;
}

.kominySystemoweCols .colSpacer .logoWrap img {
	max-height: 40px;
}

/* Widok 3 konfigurator */
#konfiguratorWrap {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 0;
}

#konfiguratorWrap .colBlockWrap {
	position: relative;
}

.configBlockWrap form {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
}

#konfiguratorWrap .colBlockWrap .colDesc {
	position: absolute;
	top: 0;
	right: -460px;
}

#konfiguratorWrap .colBlockWrap .colDesc h2 {
	color: #507da1;
	font-size: 60px;
	font-weight: 400;
}

#konfigurator.configBlock {
	background: #fff;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 3;
}

#konfigurator .configBlockTitle {
	margin: 20px auto 0 auto;
	padding: 0 30px;
	position: relative;
	text-align: center;
	line-height: 1;
}

#konfigurator .configBlockTitle:after {
	content: "";
	width: 160px;
	height: 1px;
	background:	#6e6e6e;
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
}

#konfigurator .configBlockTitle h3 {
	color: #ac0006;
	font-size: 28px;
	font-weight: 700;
	margin: 30px 0 20px 0;
}

#konfigurator .configBlockDesc p {
	color: #6e6e6e;
	font-size: 14px;
	text-align: center;
	margin: 0 0 30px 0;
	line-height: 1.1
}

#konfigurator .configBlockSubTitle h5 {
	margin: 30px auto 60px auto;
	text-align: center;	
}

#siebar #konfigurator .configBlockSubTitle h5 {
	margin-bottom: 30px
}

#konfiguratorWrap .colBlockWrap {
	width: 100%;
	max-width: 530px;
}

.configBlockWrap .dropdowFilterInner {
	opacity: 0;
	visibility: hidden;
	transform: translate3D(0,-20px,0);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	z-index: 10;
}

.configBlockWrap form:before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.configBlocksInner.config-open form:before,
.configBlockWrap:hover form:before {
	opacity: 1;
	visibility: visible;
}

.configBlocksInner.config-open .dropdowFilterInner,
.configBlockWrap:hover .dropdowFilterInner {
	opacity: 1;
	visibility: visible;
	transform: translate3D(0,0,0);
}

.configBlocks .configBlocksInner {
	width: 50%;
}

#siebar .arrowSearchDn {
	display: none;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 20px; 
	 transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-moz-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
}

#siebar .arrowSearchDn span {
	display: none;
}

#siebar .arrowSearchDn i {
	color: #ac0006;
	font-size: 28px;
}

#siebar .filterWrap {
	overflow: hidden;
	width: 100%;
	 transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-moz-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
	-webkit-transition: all .35s cubic-bezier(0.694,0.0482,0.335,1);
}

#siebar #konfigurator.configBlock {
	border-radius: 5px
}

#siebar #konfigurator .configBlocks {
	flex-wrap: wrap;
}

#siebar #konfigurator .configBlocksInnerRight form,
#siebar #konfigurator .configBlocksInnerLeft form {
	transform: translate3d(0,0,0);
}

#siebar #konfigurator .configBlockTitle h3 {
	font-size: 22px
}

#siebar #konfigurator .configBlockDesc {
	padding: 0 15px;
}

.configBlocksInnerRight form::after,
.configBlocksInnerLeft form::after {
	display: none;
}

.configBlocks form {
	height: 270px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.configBlocksInnerLeft form {
	transform: translate3d(-10px,0,0);
}

.configBlocksInnerLeft form:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #000000 transparent transparent;
}

.configBlocksInnerRight form {
	transform: translate3d(10px,0,0);
}

.configBlocksInnerRight form:after {
	position: absolute;
	bottom: -10px;
	right: 0;
	content: "";	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #000000 transparent transparent transparent;
}

#konfigurator .dropdowFilter {
	width: 100%;
	display: inline-block;
	padding: 10px 15px;
}

#konfigurator .select2-container--default .select2-selection--single {
	padding: 6px;
	height: 100%;
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#konfigurator .select2-container--default .select2-selection--single .select2-selection__rendered,
#konfigurator .select2-container--default .select2-selection--single .select2-selection__placeholder {
	font-size: 16px;
}

#konfigurator .select2-container--default .select2-selection--single .select2-selection__clear {
	color: #ac0006;
	font-weight: 700;
}

#siebar .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;
}

#konfigurator .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}

#konfigurator .dropdowFilter .btn {
	padding: 7px 20px;
}

.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #999;
	font-size: 16px;
	line-height: 26px;
}

.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
}

.woocommerce-ordering .select2-container--default .select2-selection--single {
	border: 1px solid #eee;
}

/* Widok 4 */
.reasonsCols > div {
	margin-bottom: 30px;
}

.reasonsCols .colSpacer {
	padding: 30px;
	border-radius: 5px;
	background-color: #fff;
	background-image: url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAEZCAQAAACXo548AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfjCxsPHh/+2VcUAAALrElEQVR42u3d2W9c5RnH8e+csT3j3U68x3bs2M5mJ45NMLGJnTgJDhAS46WkhgABArRASuiu3lRCve1lq173vty2/Q9a0VaqQK2EBF0kKrVULQjSQiC4F1Njx+uZ9Xnfc36fK1Ak9Jzw1at3Zs55T2KZVTeRHJXRRh+dVJNgOf//nHxhmfd4m3dW4yyznigCWhlgDx100ExayRbc+/yNv/Imb/AJKNl8JCijghZmuMwJKq3HibRlXuPH/I4PWE5oY5CzMs5wgRE6aKPaepjIe593+BGv8b6SzU0/wxxmggnqrEeJkdf5IT/TxiBbKaroZZ4l9lmPEjt3M8evlWy2xpnnHrppsh4kljoZU7LhtTPKMBNM0Gg9Smw1MaRkw0hRQxvnucyY9Sgxl2aXkg1jkHnO0Eu99SCxlyBQstsr4wQTjHOcTutRBICEkt1aLbsY4xEukrIeRb6wrGS3UsEUT3CKGiqsR5G1lOxmKjnNOUYZo8p6FFlPya63iy5GeZRz1oPI5pTsndI8yFWO6LsBdynZVY08yL2McZRy61Fka0o2o55uzrPEqPUgshMlC1DDNF9lSqurD5QsTPMw4wyRth5Ewoh3suX0cZwFHor534NX4v2/aojnWaKWhPUgEl58k+3nEU4xrKcKfBPPZDsY4iILtFsPItmLX7JJ2pnnOQatB5HcxC/ZczzBGD3WY0iu4pXsABNc5n593PJZXJJNkKKXx3lWjxn6Li7JBsyyxJiC9V88kh3hQe7npPUYUghRTzZJHT28xNPWg0ihRD3ZBq6woC+0oiTayZ5glosKNlqim2wdR7jOnB42jJroJnuBb7FPwUZPNJPt4yGWGLEeQ4ohesnWcIA5ntc3sFEVvWQneIHT1FiPIcUSrWTbmeciJ3UMfJRFJ9kke1niKzruLeqik2wn3+UxHfgWfVFJ9hzPcEYnaMVBFJJtZIJnmbUeQ0rD/2TrOMM3dCB8fPie7B4eY4FhktaDSKn4nGzAQRZ4kj7rQaSU/E02wX5eYZZm60GktPxNdooXOalg48fPZKs4wYvMW48hFnxMtpxJXtV3BHHlY7KzfEdPGsSXb8nWMcPXOG49htjxKdkENZznVQ5aDyKWfEp2mUW+rW9h486fZJuY4zmtsOJHsglaucj3dF6h+JJsJY/ydVqsxxAX+JBsB49xlT3WY4gbXE82wV4WeUVHxMsK15NNM8u3abQeQ9zhdrLVXOOabn2RtVxOtpUHuK7vYeVOLic7w6vaw8p67ib7JNfpsh5C3ONmso1Mc4Nj1mOIi9xMdpIfsN96CHGTi8nO800OWQ8hrnIt2TT38jLj1mOIu1xLdpjvK1jZjlvJTnCDUcdmEse4lMcAV5nXuS+yPVeSTdDJNR5QsLKTwHqA/2tmnjn91iU7c2OVreVhnmLAegzxgQvJ1jPJ4wxbjyF+cGFjMMQNvaNLwrJfZce4wVnrIcQftsmW0cJTLFr/JYhPbDcGKV5mwfqvQPxiuco2s8iX9JiMZMdulU1zlpd0E7dkyy7Zo1yi34GPf+IZq2R7eIpzVFhfvvjHJtkuLrOgXazkwibZKa6zy/rSxU8We8kLPK8TtiRXpU62gn5eYNL6ssVfpd4Y9PCC7ieQfJQ22VrOMk+b9UWLz0q7MTjLl3Ubt+SnlKtsG0vca33B4rvSJdvGdSb1bJfkq1QbgzrO87R2sZK/Uq2yx5mj1fpiJQpKk2wds0yRsL5YiYJSbAwaWeKS3ncghVH8VTbJcV7WS+akUIqf7AhX2Gt9mRIdxd0YJKhjlgukrC9ToqO4q2wtp5hht/VFSpQUN9kWnmXI+hIlWoqZbDsPM0WV9SVKtBQv2STTPEq19QVK1BQr2YB6Jjmkewqk0IqVbBVXuZ+09eVJ9BQn2QpGuKafD6QYipPsPuZ015YUR3GSPc08DdaXJtFU+F+/yjnCJf1EK8VS+FW2lmf0sjkpnkInW8ME09oUSPEUOtlBntQ3BVJMhd7L3sMlyq0vSqKskMkmGOc+HcApxVXIjUEzVzhhfUESdYVLNskQkzRZX5BEXeGSPcQz+uAlxVeoZFNMcZEa68uR6CtMskkOMEGt9cVIHBQm2dvMcZ/1pUg8FOJLrhQHOU+L9aVIPBRile1kUbfBSKkUItk+LuuFSFIq+W8MWpliwPoyJD7yXWUDTnHa+iIkTvJPdppj1hchcZLfxqCa49ytswqklPJbZfdyRa+nl9LKL9keHtC7aKW08tkYdHNa76KVUstnlT2rH2ml9HJPNsVJDluPL/GT68agjklG9NCMlF6uq+xePUkrNnJPdop66+EljnLbGHQxrnclio3cVtkJZqwHl7jKLdm7GbUeXOIq+41BJQMMlux1zSLrZJ9eA4sMWo8t8ZV9si3cR6f12BJf2SZbyRADek292Mk22cNc0OmxYim7ZBNMMG09ssRbdslWMkizXj8nlrL5kquaSY4pWLGVzSrbxCJ91gNL3GWT7C7GaLQeWOIufLIN3EW3tgViLXyyg8zoxR1iL3yyB5kiZT2uSLhvDAKqOao7ZMUF4VbZFMO6FUbcEC7ZSibptR5VBMImW6tDNsQVYZKtYD+H9NFL3BAm2Q5OUGk9qEhGmGT7mdGBnOKKMMkeZkTbAnHFTt/LBlTQQ5WeQxBX7LTKlnOEfgUr7tg52dMcsh5SZNVOyaa5S8fFiUt2SraDAwV5aahIgZTd3O5P6xjVzTDilu1X2V7GdeyxuGX7ZLuYpNZ6RJG1tt+n9rFfj86IW7ZONqCBfgUrrtl6Y1DOKP3W44msF2zzJ1MMW48nst7WyVYxTLv1eCLrbZ3sHj2HIC7aKtl6jrHbejiRjbZKtotx3dYtLtoq2d0cocZ6OJGNtkq2gyHS1sOJbLT5TwkpevS6T3HTZqtskl4dtCGu2izZBP3ssx5MZHOb72UHdVq3uGrzVXY/XdaDiWxus2Rb6NEdXOKqjcmmOESz9VgiW9mY7C4OUmU9lshWNibbyKAenhF3bbbKHlWy4q6NydbTp6M5xV0bk23WTYfisvXJVrNXp8OIy9Ynu49u65FEtrM+2W46rUcS2c76ZAcYsB5JZDt3JpugRw8pituCdf/WoWPjxG1rk03STYv1QCLbW5tsNUf1+Iy4bm2ytfTrqVpx3dpk6zhAnfVAItu7c2PQq+M2xHVrk61kj26IEdfduZftCvmyexEzwZp/atKHL3HfarKVel2S+GA12VbdECM+WE22U8mKD1aTbdaj4OKDtRsD3cMlHlhNtkMfv8QHazcG+uVLPLCSbBWN1qOIhJFJNkmHbjsUP2SSTdOlc7jED5lkU7QoWfHDSrLt+vAlflhJtlW3HYofMslW0KJkxQ8rH7/26IBO8cPKxqBN71IUP2SSLaPJehCRcDLJVunJWvFFACRooNx6EJFwAiBJg/UYImEFQA27SVgPIhJOADQqWfFHAFRTq2TFFwFQS4OSFV9k9rL6iku8EQBp3cUl/sissrq/QLyR2cvWay8rvgiASqqVrPgiAKr0JZf4I5OsnvsSbwRAhQ5CFn9k9rJoYyC+CAj0PIL4JCCte2XFJwHVemut+CSgRqus+CQgRdJ6CJHwApL6tkB8ElBJmfUQIuEFVGkvKz4JCLQxEJ/o45d4JqBcyYpPtC0QzwSk9Y2B+CTQrYfil4Bl6xFEsqEVVjyjZMUzSlY8o2TFM0pWPKNkxTP69Us8E/C59Qgi2Qj4VNGKTwJu8Zn1ECLhBXymVVZ8EnDbegSRbAR8oo2B+CTgYyUrPgm4pb2s+CTgtpIVn2hjIJ4J+IhPrYcQCU+rrHgm4ENuWQ8hEl7ALT6xHkIkvACUrHhjWcmKXz7lwwD4mNs6zUC88C/+kEn2P0pWvPAuvwqAm3xgPYlICG/xS/5UBnzER3psURz3MX/mp/yCW2XAf7lpPY/IDt7gJ/ycv0MZ8C6/YZmUbvYWJ/2bv/AWr/N73oNMsv/kTT4nrXsNxEn/4I/8lrdXbiz4Hx8a9wt0eFZqAAAAAElFTkSuQmCC');
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	height: 100%;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.reasonsCols .colSpacer:hover {
	background-position: 120% 50%;
}

.reasonsCols .blockNr {
	display: inline-block;
	vertical-align: top;
	font-size: 80px;
	font-weight: 700;
	color: #ffa71b;
	line-height: 0.8;
	padding: 0 20px 0 0;
}

#fullpage .reasonsCols h4 {
	color: #ac0006;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

#fullpage .blockDesc p {
	line-height: 1.2;
	font-size: 16px;
}

/* Widok 5 */
.projectsCols > div {
	margin-bottom: 45px;
}

.projectsCols .colSpacer {
	background-size: auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: translate3D(0,0,0);
	border-radius: 5px;
}

.projectsCols .colSpacer:hover {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3);
	transform: translate3D(0,-10px,0);
}

.projectsCols .colSpacer .coverWrap {
	border-radius: 5px;
	overflow: hidden;
}

.projectsCols .colSpacer a {
	text-decoration: none;
	display: inline-block;
	height: 100%;
	width: 100%;
}

#fullpage .projectsCols .colSpacer h4 {
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.2);
	text-align: center;
	max-width: 70%;
	width: 100%;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 16px;
	padding: 10px;
	line-height: 1;
	font-weight: 300;
}

#fullpage .projectsCols .seeMore {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: translate3D(0,10px,0);
	opacity: 0;
	visibility: hidden;
}

#fullpage .projectsCols a:hover .seeMore {
	transform: translate3D(0,-10px,0);
	opacity: 1;
	visibility: visible;
}

/* Widok 6*/
#faqTabs.swiper-container {
	width: 100%;
	height: 585px;
}

#faqTabs .swiper-slide {
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 30px 15px 15px;
}

#faqTabs .swiper-slide .faqElementInner {
	padding: 20px;
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 2px;
}

#featuredFaq.featuredFaq h3,
#faqTabs .swiper-slide h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

#main #faqTabs .faqElement h3 {
	font-size: 26px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

#main #faqTabs .faqElement h3 a,
#featuredFaq.featuredFaq h3 a,
#faqTabs .swiper-slide h4 a {
	color: #383838;
}

#featuredFaq.featuredFaq p,
#faqTabs .swiper-slide p {
	font-size: 16px;
	margin: 0;
}

#featuredFaq.featuredFaq #my-video {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 30px;
	margin-top: 5px;
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

#featuredFaq .video-js .vjs-big-play-button {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.faqElementImg {
	width: 115px;
	margin-right: 20px;
	color: #fff;
}

.faqElementMeta {
	width: calc(100% - 135px);
}

.video-js .vjs-big-play-button {
	height: 100px;
	width: 100px;
	border-radius: 250px;
	border: 2px solid #ac0006;
	background-color: rgba(255,255,255,0.5);
}

.video-js .vjs-big-play-button {
    font-size: 45px;
    line-height: 1;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
    content: "\f101";
    color: #ac0006;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 45px;
    margin: auto;
    line-height: 1;
    font-size: 45px;
}

.video-js:hover .vjs-big-play-button .vjs-icon-placeholder::before,
.video-js .vjs-big-play-button:hover .vjs-icon-placeholder::before {
    color: #fff;
}

#featuredFaq.featuredFaq .featuredFaqBody {
	max-width: 687px;
}

/* Widok 6a */
#opisUslugi .colDesc {
	max-width: 991px;
	margin: 0 auto;
}

#opisUslugi .colDesc h3 {
	margin-top: 45px;
	margin-bottom: 90px;
}

/* Pages */
.archive #fullpage,
.single #fullpage,
.error404 .error-404,
.woocommerce-page #fullpage,
.page-template-default #fullpage {
	padding-top: 165px;
	background-color: #f9f9f9;
}

.single #fullpage #main {
	margin-top: 45px;
}

.page-template-default #fullpage {
	padding-bottom: 0
}

.page-template-page-ulubione .subTitleHeader,
.woocommerce-page .subTitleHeader,
.page-template-default .subTitleHeader {
	height: 260px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-bottom: 60px;
	text-align: center;
}

.page-template-page-ulubione h1.subPageTitle,
.single-product h1.subPageTitle,
.woocommerce-account.woocommerce-view-order h1.subPageTitle,
.woocommerce-page h1.subPageTitle,
.page-template-default h1.subPageTitle {
	color: #fff !important;
	font-weight: 400;
	font-size: 60px;
	margin: 0;
	padding: 30px;
	text-shadow: 3px 3px #000;
	text-transform: uppercase;
}

.woocommerce-page .emptyHeader .subTitleHeader,
.page-template-default .emptyHeader .subTitleHeader,
.archive .subTitleHeader {
	background-color: #ececec;
	height: 160px;
	margin-bottom: 45px;
}

.archive .emptyHeader .subTitleHeader h1.subPageTitle,
.woocommerce-page .emptyHeader h1.subPageTitle,
.page-template-default .emptyHeader h1.subPageTitle {
	color: #383838 !important;
	font-weight: 400;
	font-size: 38px;
	margin: 0;
	padding: 30px;
	text-shadow: 3px 3px #ddd;
	text-transform: uppercase;
}

.subTitleHeader h2.subPageTitle {
	font-size: 28px;
	font-weight: 400;
}

.page-template-page-ulubione .pageBodyContent,
.woocommerce-page #main > .pageBodyContent,
.page-template-default .pageBodyContent {
	width: 100%;
	padding: 45px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	margin-bottom: 45px;
	border-radius: 5px;
}

.page-template-default .pageBodyContent h1:first-of-type,
.page-template-default .pageBodyContent h2:first-of-type {
	margin: 0 0 30px 0;
}

.page-template-default .pageBodyContent h1,
.page-template-default .pageBodyContent h2,
.page-template-default .pageBodyContent h3,
.page-template-default .pageBodyContent h4,
.page-template-default .pageBodyContent h5,
.page-template-default .pageBodyContent h6 {
	margin: 30px 0;
}

.page-template-default .pageBodyContent p 
.page-template-default .pageBodyContent ul, 
.page-template-default .pageBodyContent ol {
	margin-bottom: 35px;
}

.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before {
	display: none;
}

.woocommerce-message {
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

#fullpage .cart-empty.woocommerce-info {
	margin-bottom: 30px !important;
	max-width: 768px;
}

#fullpage .woocommerce-message a,
#fullpage .woocommerce-message li {
	color: #155724 !important;
}

.woocommerce-error {
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

#fullpage .woocommerce-error a,
#fullpage .woocommerce-error li {
	color: #721c24 !important;
}

.woocommerce-info {
	color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.tax-product_cat #fullpage p.woocommerce-info {
	margin-top: 45px !important;
	margin-bottom: 90px !important;
}

#fullpage .woocommerce-info a,
#fullpage .woocommerce-info li {
	color: #004085 !important;
}

#fullpage .woocommerce-NoticeGroup > ul li:last-child {
	margin-bottom: 0
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 15px 30px;
	font-size: 20px !important;
	margin: 0 !important;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.pageBodyContent .rowAdres {
	padding: 0 90px
}

.woocommerce-error {
	color: #ac0006;
}

/* Ulubione */
#simple_favourites_display {
	display: inline-block;
	width: 100%;
}

#simple_favourites_display > h2 {
	display: none;
}

#simple_favourites_display .products {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#simple_favourites_display .products li.product  {
	height: auto !important;
	max-width: 300px;
}

.woocommerce ul.products.columns-4[class*="columns-"] li.product, 
.woocommerce-page ul.products.columns-4[class*="columns-"] li.product,
.woocommerce ul.products.columns-4[class*="columns-"] li.product:nth-child(2n), 
.woocommerce-page ul.products.columns-4[class*="columns-"] li.product:nth-child(2n) {
    float: initial;
    clear: initial !important;
}

#fullpage .woocommerce ul.products li.product .simple-remove-from-favourites {
	font-size: 100%;
	margin: 0 auto;
	line-height: 1;
	cursor: pointer;
	text-decoration: none;
	overflow: visible;
	padding: 8px 15px;
	font-weight: 700;
	border-radius: 3px;
	left: 0;
	right: 0;
	color: #fff;
	background-color: #f3391b;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	width: 200px;
}

.simple_message {
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
	font-weight: 700;
	padding: 8px 10px;
	border-radius: 3px;
	display: none;
	margin: 0 10px 0 0;
}

.simple_container {
	position: absolute;
	right: 76px;
	top: 57px;
}

.simple_add_to_favourites {
	border: 1px solid #d3ced2  !important;
	padding: 5px 20px  !important;
	cursor: pointer;
	background: #fff;
	color: #ac0006 !important;
	border-radius: 3px;
	outline: none !important;
}

.simple_add_to_favourites:active {
	outline: none;
}

.simple_add_to_favourites:hover {
	background: #ac0006  !important;
	color: #fff !important;
	border: 1px solid #ac0006  !important;
}

.simple_add_to_favourites i {
	padding-right: 10px;
}

/* Side koszyk */
.xoo-wsc-basket {
	top: 107px;
	right: 0;
	margin: 0;
	height: 60px;
	bottom: initial !important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 0;
	box-shadow: none;
	z-index: 2000;
	background: #b23135;
}

.nav-fix .xoo-wsc-basket {
	top: 77px
}

.xoo-wsc-sum-col a {
	color: #ac0006;
}

a.xoo-wsc-remove {
	color: #f3391b;
}

.xoo-wsc-sum-col .wcpa_cart_type_image-group img {
	max-height: 50px;
	max-width: 100px;
}

.xoo-wsc-sum-col .wcpa_cart_type_image-group p > span {
	width: 100%;
	display: inline-block;
	margin: 5px 0; 
}

.xoo-wsc-footer a.button {
    margin: 6px 0;
    background: #ac0006;
    padding: 5px;
    color: #fff;
    font-size: 14px;
}

.xoo-wsc-bki {
    color: #fff;
}

.xoo-wsc-footer a.button:hover {
	opacity: 0.65;
}

.xoo-wsc-items-count {
	background-color: #e30613 !important
}

/* News navigation */
#pagination { 
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 0;
}

#pagination .pages {
	display: none;
}

#pagination a.page, 
#pagination span.current, 
#pagination span.extend {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: .9rem;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 6px;
	width: 35px;
	margin: 0 5px
}

#pagination span.current {
	background: #ac0006;
	color: #fff
}

#pagination a.page:hover {
	background: #f96244;
	color: #fff
}

#pagination a.previouspostslink,
#pagination a.nextpostslink,
#pagination a.last,
#pagination a.first {
	color: #000;
	font-size: .8rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

#pagination a.last,
#pagination a.first {
	color: #000;
}

#pagination a.previouspostslink::before {
	font-family: "Font Awesome 5 Free";
	color: #000;
	display: inline-block;
	vertical-align: middle;
	content: "\f053";
	width: 26px;
	height: 14px;
	font-size: .7rem;
	font-weight: 700;
}

#pagination a.nextpostslink::after {
	font-family: "Font Awesome 5 Free";
	color: #000;
	display: inline-block;
	vertical-align: middle;
	content: "\f054";
	width: 26px;
	height: 14px;
	font-size: 14px;
	font-weight: 700;
}

/* WP pagination*/
.woocommerce-pagination {
	margin-bottom: 30px;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 10px 15px;
}

.woocommerce nav.woocommerce-pagination ul li a {
	color: #ac0006
}

/* Strona produktu */
.woocommerce-notices-wrapper {
	display: none;
}

.pageBodyContentShop .products {
	margin-top: 15px !important;
	display: inline-block;
	width: 100%;
}

.cross-sells ul li,
.pageBodyContentShop .products .product {
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
	padding: 50px 0 0 !important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: translate3D(0,0,0);
}

.cross-sells ul li {
	padding-top: 0 !important;
}

.cart-collaterals .cross-sells ul li a {
	position: relative;
	z-index: 1;
}

.cart-collaterals .cross-sells ul li h2,
.cart-collaterals .cross-sells ul li .price {
	display: none !important;
}

.xoo-wsc-sum-col .xoo-wsc-price,
.wcpa_cart_price {
	display: none !important;
}

.variation .wcpa_cart_val img {
	margin: 5px 5px 0 0; 
}

#relatedProducts {
	margin-top: 15px
}

#relatedProducts .products.up-sells .product {
	width: 100% !important;
	max-width: 370px;
}

#relatedProducts .products.related .product {
	width: 32%;
	float: left;
	clear: none !important;
	margin-right: 2%;
	margin-bottom: 30px;
}

#relatedProducts .products.related .product:nth-child(3n+3) {
	margin-right: 0 !important;
}

#relatedProducts .products .product a:after,
.pageBodyContentShop .products .product a:after {
	content: "Skonfiguruj";
	font-size: 20px;
	height: 65px;
	text-align: center;
	color: #fff;
	background: #ac0006;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 20px;
	font-weight: 700;
	border-radius: 0 0 3px 3px;
	-webkit-transition: all .15s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	z-index: 3;
}

.archive .pageBodyContentShop .products .product a:after {
	height: 68px;
}

.cross-sells ul li:hover,
#relatedProducts .products .product a:hover,
.pageBodyContentShop .products .product:hover {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3);
	transform: translate3D(0,-10px,0);
}

#relatedProducts .products .product a:hover:after,
.pageBodyContentShop .products .product a:hover:after {
	opacity: 1;
}

.product .catLogo {
	position: absolute;
	z-index: 10;
	top: 0;
	color: #fff;
	left: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.product .catLogo img {
	max-height: 28px;
	max-width: 100%;
}

.single .product .catLogo img {
	max-height: 40px;
	width: initial !important;
}

.pageBodyContentShop .products .img-wrap img {
	max-height: 320px;
	width: auto !important;
	margin: 0 auto !important;
	padding-top: 45px;
}

.pageBodyContentShop .product .fiSize {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 30px 10px 10px;
}

.pageBodyContentShop .product .img-wrap {
	min-height: 280xp;
}

.cross-sells ul li h2,
#relatedProducts .woocommerce-loop-product__title,
.pageBodyContentShop .woocommerce-loop-product__title {
	background: rgba(245,245,245);
	padding: 20px 15px !important;
	margin-top: 20px !important;
	text-align: center;
	font-size: 20px;
	color: #2b2b2b;
	position: relative;
	z-index: 2;
	box-shadow: 0 -5px 20px 0 rgba(110, 110, 110, 0.2);
	
}

.pageBodyContentShop .woocommerce-loop-product__title {
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cross-sells ul li .price,
#relatedProducts ul.products li.product .price,
.pageBodyContentShop ul.products li.product .price {
	background: rgba(248,248,248);
	border-top: 1px solid #ddd;
	box-shadow: 0 -3px 3px 0 rgba(150, 150, 150, 0.1);
	padding: 15px;
	margin: 0;
	color: #888;
	position: relative;
	z-index: 1;
	text-align: center;
	border-radius: 0 0 3px 3px;
}

#relatedProducts ul.products li.product .price del,
.pageBodyContentShop ul.products li.product .price del {
	position: absolute;
	top: 5px;
}

#relatedProducts ul.products li.product .price del,
.pageBodyContentShop ul.products li.product .price del {
	color: #676767;
	font-size: 12px;
}

.woocommerce div.product p.price ins,
#relatedProducts ul.products li.product .price ins,
.pageBodyContentShop ul.products li.product .price ins {
	text-decoration: none;
}

.cross-sells ul li .price span,
#relatedProducts ul.products li.product .woocommerce-Price-amount.amount,
.pageBodyContentShop ul.products li.product .price span {
	color: #ac0006;
	font-weight: 700;
	font-size: 24px;
}

.pageBodyContentShop ul.products li.product .price span.priceMoreParams {
	font-size: 18px;
}

#main .cross-sells ul li .price {
	margin: 0
}

#relatedProducts ul.products li.product .price span span,
.pageBodyContentShop ul.products li.product .price span span {
	font-weight: 300;
}

#relatedProducts ul.products li.product .price del,
#relatedProducts ul.products li.product .price del span,
.pageBodyContentShop ul.products li.product .price del,
.pageBodyContentShop ul.products li.product .price del span {
	font-size: 13px !important;
	color: #676767;
	
}

#main .priceBox .onsale,
#relatedProducts ul.products li.product .onsale,
.pageBodyContentShop ul.products li.product .onsale {
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	color: #ac0006;
	font-size: 28px;
	min-height: 50px;
	min-width: 50px;
	line-height: 1;
	padding: 10px;
}

.single-product.woocommerce .woocommerce-breadcrumb {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: none
}

.single-product #fullpage #main {
	margin-top: 0;
}

.single-product.woocommerce-page .emptyHeader .subTitleHeader {
	margin-bottom: 20px;
}

.woocommerce .summaryWrap {
	position: relative;
}

.woocommerce .summaryWrap,
.woocommerce div.product {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.woocommerce div.product div.images {
	width: 420px;
	max-height: 465px;
	padding-top: 45px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	box-shadow: 0 0 10px 0 rgba(0,62,75,0.1) !important;
	background: #fff;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	border-radius: 5px;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
	width: calc( 100% - 460px);
	margin-left: 40px;
	box-shadow: 0 0 10px 0 rgba(0,62,75,0.1) !important;
	border-radius: 5px;
	background: #fff;
	padding: 45px;
}

.includedElementsBox,
.summaryLowerBox {
	box-shadow: 0 0 10px 0 rgba(0,62,75,0.1) !important;
	border-radius: 5px;
	background: #fff;
	padding: 45px;
}

.woocommerce-page div.product .woocommerce-tabs {
    float: right;
    width: 52%;
    clear: none;
}

.woocommerce .summaryWrap .summaryLeft .priceBox {
	width: 100%;
}

.woocommerce .summaryWrap .summaryLeft .priceBox {
	position: relative;
}

.woocommerce .summaryWrap .summaryLeft .priceBox .onsale {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -60px;
}

.woocommerce .summaryWrap .summaryLeft {
	width: 350px;
}

.woocommerce .summaryWrap .summaryRight {
	width: calc(100% - 350px);
	padding-left: 60px;
}

.woocommerce #fullpage .summaryWrap .summaryRight ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.woocommerce #main .section-title {
	font-size: 20px;
	margin: 0 0 30px 0;
	padding-bottom: 10px;
	border-bottom: 3px solid #dfdfdf;
}

.woocommerce #main .pageBodyContent ul li,
.woocommerce #main .pageBodyContent ol li {
	margin-bottom: 8px;
}

.woocommerce #main .pageBodyContent ul li,
.woocommerce #main .pageBodyContent ol li,
.woocommerce #main .pageBodyContent p {
	font-size: 16px;
	line-height: 1.4
}

.woocommerce #main .section-title span {
	display: inline-block;
	position: relative;
}

.woocommerce #main .section-title span:after {
	width: 100%;
	background: #ac0006;
	height: 3px;
	position: absolute;
	bottom: -13px;
	left: 0;
	content: "";
}

#fullpage .pageBodyContent ul.products {
	padding: 0;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	color: #ac0006;
	font-size: 32px;
}

.woocommerce-price-suffix {
	font-size: 12px;
	color: #383838;
}

.woocommerce div.product p.price span.brutto {
	font-size: 14px
} 

.form-row.form-row-wide.create-account {
	padding: 10px 20px;
	background: #ac0006;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
}

.form-row.form-row-wide.create-account:hover {
	opacity: 0.85;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled] ,
.woocommerce .reset_variations,
.woocommerce button.button.alt.disabled,
.woocommerce .woocommerce-message .button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	padding: 12px 15px;
	background-color: #ffa71b;
	color: #fff;
	-webkit-transition: all 0.35s cubic-bezier(0.72, 0.07, 0.07, 1);
	transition: all 0.35s cubic-bezier(0.72, 0.07, 0.07, 1);
	font-weight: 700;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce .reset_variations:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	color: #fff !important;
	background-color: #d8840b;
	opacity: 0.85;
	padding: 12px 15px;
}

.product-type-variable .summaryLeft > p {
	display: none;
}

#main .posted_in,
#main .sku_wrapper {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

#main .posted_in a {
	font-size: 14px;
}

.woocommerce div.product div.summary form.cart .reset_variations {
	background: #eee;
	font-style: normal;
	text-decoration: none;
	width: 100%;
	color: #000;
	text-align: center;
	padding: 7px 10px;
	margin: 10px 0;
}

.woocommerce div.product div.summary form.cart .reset_variations:hover {
	color: #000 !important;
	background: #ddd;
}

.woocommerce .woocommerce-variation-price {
	margin: 0 0 15px 0;
	text-align: right;
}

.single_variation_wrap .woocommerce-variation > p {
	font-size: 14px !important;
	color: #ac0006 !important;
	border: 1px solid #ac0006;
	padding: 5px 10px;
	border-radius: 5px;
	text-align: right;
}

#includedElements {
	margin-bottom: 15px;
}

.includedElementsBox {
	margin-bottom: 30px;
}

#includedElements .innerFigure {
	box-shadow: 0 0 10px 0 rgba(0,62,75,0.1);
	border-radius: 5px;
	background:	#fff;
	padding: 15px;
	height: 100%;
	-webkit-transition: all .15s ease-in-out;
	transition: all .3s ease-in-out;
	transform: translate3D(0, 0, 0);
	text-align: center;
}

#includedElements .innerFigure img {
	max-height: 138px;
}

#includedElements .innerFigure p {
	text-align: center;
	font-weight: 700;
	margin: 15px 0 0;
}

#includedElements .innerFigure:hover {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3);
	transform: translate3D(0,-10px,0);
}

#includedElements .includedElementsDesc p:last-child {
	margin-bottom: 0;
}

.woocommerce .cart-collaterals div > h2 {
	font-size: 20px;
	margin: 0 0 30px 0;
	padding-bottom: 10px;
	border-bottom: 3px solid #dfdfdf;
}

#main .cart_totals .woocommerce-shipping-destination {
	font-size: 14px;
	line-height: 1.2;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
	width: initial;
	max-width: 100px;
	max-height: 100px;
}

#add_payment_method .wcpa_cart_type_image-group img,
.woocommerce-cart table.cart .wcpa_cart_type_image-group img,
.woocommerce-checkout .wcpa_cart_type_image-group img {
	max-width: 75px;
	float: left;
}

#add_payment_method .wcpa_cart_type_image-group p > span,
.woocommerce-cart table.cart .wcpa_cart_type_image-group p > span,
.woocommerce-checkout .wcpa_cart_type_image-group  p > span {
	font-size: 16px;
	max-width: calc(100% - 75px);
	display: inline-block;
}

#add_payment_method .product-name,
.woocommerce-cart table.cart .product-name,
.woocommerce-checkout .product-name {
	font-size: 16px;
	max-width: 400px;
}

.woocommerce-cart-form__cart-item {
	position: relative;
}


#add_payment_method .product-name a,
.woocommerce-cart table.cart .product-name a,
.woocommerce-checkout .product-name a {
	color: #ac0006;
	font-size: 18px;
}

#main .priceBox p {
	display: flex;
	flex-wrap: wrap;	
	width: 100%;
	-ms-flex-pack: space-between !important;
	justify-content: space-between !important;
}

#main .priceBox p b {
	color: #383838;
	font-weight: 300;
	font-size: 14px;
}

.woocommerce-Price-amount.amount,
.rightpress_product_price_live_update .woocommerce-Price-amount.amount {
	font-weight: 700;
	font-size: 24px;
}

.order-total strong > .woocommerce-Price-amount.amount {
	display: block;
}

.includes_tax .woocommerce-Price-amount.amount {
	font-size: 16px;
}

.single-product.woocommerce div.product form.cart {
	width: 100%;
	margin-bottom: 0
}

.summaryLeft .select2-container--default .select2-selection--single {
	height: 34px;
}

.summaryLeft .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 16px;
	line-height: 30px;
}

.summaryLeft .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
}

.summaryLeft .select_arrow {
	display: none !important;
}

.woocommerce div.product div.summary form.cart .button.single_add_to_cart_button {
	width: calc(100% - 80px);
	height: 38px;
	padding: 10px 15px 14px 15px;
	font-size: 16px;
	border-radius: 5px;
	font-style: normal;
	text-decoration: none;
}

.product_cat-wentylacja .button.single_add_to_cart_button {
	width: 100% !important;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0;
	margin-right: 20px;
	width: 60px;
}

.woocommerce div.product div.summary .variations_button {
	display: inline-block;
	float: left;
	width: 100%;
}

.woocommerce div.product form.cart .variations {
	table-layout: fixed;
	margin-bottom: 0
}

.woocommerce div.product form.cart .variations tr {
	border-bottom: 3px solid #fff;
}

.wcpa_form_outer .wcpa_form_item {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px
}

.wcpa_form_outer .wcpa_type_image-group {
	display: flex;
	flex-wrap: wrap;
	margin: 0
}

.wcpa_form_outer .wcpa_row .extraElements {
	position: relative;
	width: 100%;
	z-index: 1;
}

.wcpa_form_outer .wcpa_row .wcpa_form_item > label {
	font-weight: 300;
	margin: 5px 0 0;
	font-size: 16px;
}

.wcpa_form_outer .wcpa_row .extraElements .wcpa_image label {
	font-size: 14px;
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 10px 0 rgba(0,62,75,0.1) !important;
	border-radius: 5px;
	margin: 5px 0 0;
	width: 100%;
	min-width: 300px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: absolute;
	left: 0;
}

.wcpa_form_outer .wcpa_row .extraElements .wcpa_image label span {
	display: inline-block;
	font-weight: 700
}

.wcpa_form_outer .wcpa_row .extraElements .wcpa_image:hover label {
	opacity: 1;
	visibility: visible;
}
	
.wcpa_form_outer .wcpa_row:last-of-type .wcpa_form_item .wcpa_image img {
	box-shadow: 0 0 5px 0 rgba(0,62,75,0.1) !important;
	border-radius: 5px;
	border: 2px solid transparent;
}

.wcpa_form_outer .wcpa_row:last-of-type .extraElements .wcpa_form_item .wcpa_image img {
	margin: 0 auto;
}

.wcpa_form_outer .extraWentylacje {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0;
	width: 100%;
}

#main .wcpa_form_outer .extraWentylacje .wcpa_image {
	width: 100%;
	margin: 0 0 10px 0;
	text-align: right
}

.wcpa_form_outer .extraWentylacje .wcpa_image img {
	max-height: 50px;
	margin-right: 20px;
	float: left;
}

.wcpa_form_outer .extraWentylacje .wcpa_image > label {
	float: right;
	font-size: 14px;
	width: 190px;
	padding: 0;
	text-align: left;
}

.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_circle .wcpa_image img,
.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_square .wcpa_image img, 
.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_squircle .wcpa_image img {
	border: 2px solid transparent;
	box-shadow: 0 0 5px 0 rgba(0,62,75,0.1) !important;
	max-height: 75px;
}

.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_circle .wcpa_image input:checked + div img, 
.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_circle .wcpa_image input:checked + img, 
.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_square .wcpa_image input:checked + div img, 
.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_square .wcpa_image input:checked + img, 
.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_squircle .wcpa_image input:checked + div img, 
.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_squircle .wcpa_image input:checked + img {  
    border: 2px solid #ac0006;
}

.wcpa_form_outer .wcpa_row:not(:last-of-type) .wcpa_form_item .select {
	width: calc(100% - 120px) !important;
}

#main .wcpa_price_summary {
	border-radius: 5px;
}

#main .summaryLeft .wcpa_form_outer {
	margin: 0 0 10px 0
}

#main .wcpa_price_summary ul {
	padding: 5px 20px;
	margin:0 0 30px 0;
}

#fullpage .pageBodyContent .wcpa_price_summary ul li {
	padding: 5px 0;
	margin: 0
}

.wcpa_form_outer .wcpa_form_item .wcpa_tooltip_icon {
	background: #ac0006;
	margin: 5px 5px 0 0;
	float: left;
	font-weight: 700;
}

#main .wcpa_price_summary .wcpa_price {
	font-weight: 700;
	font-size: 20px;	
}

#main .wcpa_price_summary .wcpa_total .wcpa_price  {
	color: #ac0006;
}

.wcpa_price_summary ul li:first-child {
	border-top: none;
}

.woocommerce div.product form.cart .variations td {
	vertical-align: top;
	line-height: 38px;
	height: 34px;
	padding: 0;
}

.woocommerce div.product form.cart .variations select {
	height: 38px;
	border: 1px solid #aaa;
	font-size: 16px;
	border-radius: 5px;
	width: 100%;
	margin-right: 0;
	min-width: 0;
	border: 1px solid #eee;
}

.woocommerce .summary .product_meta {
	opacity: 0.65;
	display: inline-block;
	width: 100%;
	margin: 15px 0 0;
}

.woocommerce #fullpage .summary .product_meta a {
	color: #ac0006;
	font-weight: 700;
}

.woocommerce .quantity .qty {
	height: 38px;
	border: 1px solid #eee;
	width: 100%;
	border-radius: 5px !important;
	box-shadow: 0 0 10px 0 rgba(0,62,75,0.1);
}

.woocommerce div.product form.cart .reset_variations {
	vertical-align: top;
	display: inline-block;
	line-height: 1;
	height: 28px;
}

.woocommerce .summary .product_meta span {
	font-style: normal;
}

.woocommerce div.product .woocommerce-tabs .panel {
	font-style: normal;
	padding: 10px 0 0;
}

.woocommerce div.product .woocommerce-tabs .panel p {
	font-weight: 200;
}

.woocommerce #fullpage div.product .woocommerce-tabs ul.tabs li a {
	color: #ac0006;
	outline: none;
}

.woocommerce #tab-description > p {
	margin-bottom: 20px;
}

#swipebox-overlay {
	z-index: 9999900 !important;
}

.woocommerce .woocommerce-product-gallery__image {
	width: 100%;
}

.woocommerce .woocommerce-product-gallery__wrapper .gallery  {
	width: calc(100% + 20px);
	margin-top: 20px;
	margin-left: -20px;
}

/* Cart */
.woocommerce-checkout .variation-Elementydodatkowe .wcpa_cart_type_image-group img,
.woocommerce-cart table.cart .variation-Elementydodatkowe .wcpa_cart_type_image-group img {
	max-width: 40px;
	margin: 0 5px 0 0;
}

.woocommerce-checkout .variation-Elementydodatkowe .wcpa_cart_type_image-group p,
.woocommerce-cart table.cart .variation-Elementydodatkowe .wcpa_cart_type_image-group p {
	margin: 0 0 5px 0 !important;
	font-size: 14px;
	width: 100%;
}

.woocommerce-checkout .variation-Elementydodatkowe .wcpa_cart_type_image-group p span,
.woocommerce-cart table.cart .variation-Elementydodatkowe .wcpa_cart_type_image-group p span {
	font-size: 14px;
	max-width: initial;
	display: inline-block;
	line-height: 1.4;
	padding-top: 10px;
}

/* Product */
.woocommerce .woocommerce-product-gallery__wrapper {
	maxheight: 420px;
}

.woocommerce .woocommerce-product-gallery__wrapper .gallery dl {
	width: 25%;
}

.woocommerce .woocommerce-product-gallery__wrapper .gallery dl dt {
    padding-right: 0;
    padding-left: 20px;
}

.woocommerce .woocommerce-product-gallery__wrapper .gallery img {
	box-shadow: 0 0 5px 1px rgba(0,62,75,0.1) !important;
	border-radius: 5px;
}

.woocommerce .woocommerce-product-gallery__wrapper .gallery br,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display: none;
}

.woocommerce .woocommerce-product-gallery__image img {
	box-shadow: none !important; 
	border-radius: 5px;
	max-width: 400px;
	max-height: 400px;
}

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

.single-product.woocommerce span.onsale {
	left: -70px;
	right: initial;
	z-index: 1000;
	top: initial;
	background: #ac0006;
	padding: 0;
}

.woocommerce-variation-availability {
	position: absolute;
	bottom: -25px; 
	right: 0;
	z-index: 100;
}

.single .pageBodyContent .woocommerce-variation-availability p.stock {
	margin: 0;
	font-size: 16px;
	line-height: 1;
}

.woocommerce-shipping-calculator {
	display: none;
}

.woocommerce .summary.entry-summary > .cart {
	margin: 20px 0 10px 0;
}

.woocommerce .summary.entry-summary > .cart,
.woocommerce .responsiveTable,
.woocommerce .single_variation_wrap {
	position: relative;
	display: inline-block;
	width: 100%;
}

.woocommerce .responsiveTable table {
	width: 100%;
}

.woocommerce .responsiveTable {
	overflow-x: auto;
	padding: 30px 0;
}

.woocommerce .responsiveTable table tr {
	border-bottom: 1px solid #eee;
}

.woocommerce .responsiveTable table tr td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.woocommerce table.shop_attributes {
	margin-bottom: 30px;
}

.woocommerce table.shop_attributes td {
	font-style: normal;
}

.woocommerce table.shop_attributes.extraTabs th {
	width: 50%;
	text-align: right;
	padding-right: 30px;
}

.woocommerce.single .pageBodyContent .woocommerce-Tabs-panel h4 {
	margin: 0 0 10px 0;
	color: #ac0006;
	font-weight: 200;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
}

.woocommerce.single .pageBodyContent .woocommerce-Tabs-panel .tabDesc {
	margin-bottom: 30px;
}

.woocommerce .variations_form {
	display: flex !important;
	flex-wrap: wrap;
	align-items: flex-start !important;
	justify-content: flex-end !important;
}

.singleBodyProduct #subscribe {
	padding: 0;
}

.singleBodyProduct #subscribe p {
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 20px 0;
}

.singleBodyProduct #subscribe h3 {
	font-size: 26px;
	font-weight: 300;
	margin: 15px 0;
}

.youtubeIframeWrap { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

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

/* Breadcrumbs */
.woocommerce .woocommerce-breadcrumb {
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	width: 75%;
	max-width: 960px;
	float: left;
	color: #383838;
	font-weight: 700;
}

.woocommerce .woocommerce-breadcrumb a {
	font-size: 14px;
	font-weight: 400;
}

/* News navigation */
#navigator {
	text-align: center;
	margin: 15px 0 0;
	padding: 15px 0 0;
	border-top: 1px solid #eee;
}

#navigator li {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
	line-height: 1;
}	

#navigator li a {
	display: inline-block;
	vertical-align: middle;
	color: #888;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none;
	position: relative;
}

#navigator li.prev a::before {
	font-family: "Font Awesome 5 Free";
	color: #888;
	display: inline-block;
	vertical-align: middle;
	content: "\f053";
	width: 26px;
	height: 20px;
	font-size: 16px;
	font-weight: 700;
}

#navigator li.next a::after {
	font-family: "Font Awesome 5 Free";
	color: #888;
	display: inline-block;
	vertical-align: middle;
	content: "\f054";
	width: 26px;
	height: 20px;
	font-size: 16px;
	font-weight: 700;
}

#navigator li i {
	font-size: .9rem;
	display: inline-block;
	vertical-align: middle;
}

#navigator li a:active,
#navigator li a:hover::after,
#navigator li a:hover::before,
#navigator li a:hover {
	color: #000
}


/* Produkty ostatnio oglądane */
#fullpage .woocommerce ul.product_list_widget li:first-child {
    clear: both;
}

#fullpage .woocommerce ul.product_list_widget li {
    float: left;
	text-align: center;
    margin: 0 3.8% 2.992em 0;
    margin-left: 0px;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;
}

#fullpage .woocommerce ul.product_list_widget li:last-child {
    margin-right: 0;
}

#fullpage .woocommerce ul.product_list_widget li a {
    color: #ac0006;
	text-decoration: none;
}

#fullpage .woocommerce ul.product_list_widget li a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
	max-width: 100%;
}

#fullpage .woocommerce ul.product_list_widget li .product-title {
	font-family: 'Lato', serif;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	font-size: 15px;
	padding: 0;
	color: #ac0006;
	margin: 20px 0 0;
	display: inline-block;
	width: 100%;
}

#fullpage .woocommerce ul.product_list_widget li .woocommerce-Price-amount {
    text-align: center;
    color: #ac0006;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 16px;
}

#fullpage .woocommerce ul.product_list_widget li del {
	color: inherit;
	opacity: .5;
}

#fullpage .woocommerce ul.product_list_widget li ins {
	text-decoration: none;
}

#fullpage .woocommerce ul.product_list_widget li del,
#fullpage .woocommerce ul.product_list_widget li ins {
	display: inline-block;
	color: #77a464;
	font-weight: 400;
	font-size: 16px;
}

/* Blog */
#fullpage {
	overflow-x: hidden;
	padding-top: 167px;
}

.subTitleHeader {
	text-align: center;
}

.articleList {
	margin-top: 30px;
}

.newsElement {
	margin-bottom: 120px;
}

.newsHeader {
	padding: 10px 15px;
	background: #fff;
	text-align: center;
	box-shadow: 0 5px 10px 0 #ac0006;
	z-index: 10;
	position: relative;
}

.newsCoverWrap div {
	height: 100%;
}

.newsHeaderWrap {
	background: #f96244
}

.newsHeader h3 {
	font-size: 24px;
	font-weight: 400;
	overflow: hidden;
}

.newsHeader h3 a {
	color: #162c39;
}

.dateAuthorBox {
	border-top: 1px solid #e6edef;
	margin-top: 5px;
	padding-top: 5px;
}

.vlogElement .dateAuthorBox {
	margin-top: 9px;
	padding-top: 9px;
}

.newsWrapp {
	width: 100%;
}

.newsWrapp .newsBody {
	padding: 33px;
}

.vlogElement .newsWrapp .newsBody {
	padding: 25px 30px
}

.newsWrapp .newsBody p {
	font-size: 18px;
	font-weight: 300;
	color: #eee;
	margin: 0 0 40px 0
}

.dateBox i,
.dateBox span {
	font-size: 12px;
}

.dateBox span {
	margin-right: 15px;
}

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

.singleBody .dateAuthorBox {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	border: none;
}

.singleBody .headerImg {
	position: relative;
}

.singleBody .headerImg img {
	width: 100%;
}

.singleBody h1.page-title {
	padding: 20px 60px;
	margin: 0;
}

.newsCoverWrap {
	padding-right: 0
}	

.newsHeaderWrap {
	padding-left: 0;
}

.newsCoverWrap .newsCover {
	-webkit-clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
	clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
}

.newsHeaderWrap {
	-webkit-clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
	clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
	margin-left: -90px;
}

.newsHeader {
	padding: 10px 30px 10px 90px;
	box-shadow: 0 5px 10px 0 #901901;
	margin-right: -20px;
}

.articleList .newsWrapp  {
	padding-left: 100px;
}

.newsWrapp .newsBody {
	padding: 60px 110px;
}

.sub2colImg .pageBodyTxt {
	padding-right: 30px;
}

.sub2colImg.revColOrder .pageBodyTxt {
	padding: 0 0 0 30px
}
	
.singleBody .headerImg .subhead-meta {
	position: absolute;
	bottom: -1px;
	right: 49px;
	margin: 0;
}

.singleBody .headerImg .subhead-meta:after {
	position: absolute;
	top: 0;
	right: -50px;
	width: 50px;
	height: 100%;
	content: "";
	background: #fff;
	-webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.single #rightCol .rightColInner {
	background: #fff;
	padding: 60px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}

.single.woocommerce-page #rightCol .rightColInner {
	padding: 30px 45px;
}

.single #fullpage .metaHeader h1 {
	font-size: 28px;
	margin-bottom: 30px;
}

.single #fullpage #rightCol .metaHeader {
	display: none;
}

.backBtnPost {
	margin: 0 0 30px 0;
}

.single .backBtnPost a {
	color: #999
}

.single .pageBodyContent h2,
.single .pageBodyContent h3,
.single .pageBodyContent h5,
.single .pageBodyContent h4 {
	color: #000;
	margin: 0 0 45px 0
}

.single .pageBodyContent ol,
.single .pageBodyContent ul,
.single .pageBodyContent p {
	margin: 0 0 5px 0;
}

.single .pageBodyContent li a,
.single .pageBodyContent p a {
	color: #ac0006
}

/* Realizacje */
.post-type-archive-realizacje #fullpage .projectsGallery h2 {
	color: #ac0006;
	font-size: 22px;
}

.post-type-archive-realizacje #fullpage .projectsGallery h4 {
	color: #888;
	font-size: 16px;
	margin: 0
}

.projectsGallery > .row > div {
	margin-bottom: 30px;
	min-width: 219px;
	max-width: 284px;
}

.projectsGallery > .row > div.projectsGalleryTitle {
	max-width: 261px;
}

.projectsGallery {
	margin-bottom: 45px;
}

.projectsGallery a {
	display: inline-block;
	overflow: hidden;
	border-radius: 5px;
}

.projectsGallery a img {
	position: relative;
	transition: all 2s ease-in-out;
	opacity: 1;
	transform: scale(1)
}

.projectsGallery a:hover img {
	opacity: 0.8;
	transform: scale(1.5);
}

/* Kategoria produktów */ 
.container-fluid.subTitleHeader .container-inner {
	height: 100%;
}

.container-fluid.subTitleHeader.hasDesc header,
.container-fluid.subTitleHeader .container-inner header {
	flex: 0 0 35%;
}

.container-fluid.subTitleHeader.hasDesc .term-description,
.container-fluid.subTitleHeader .container-inner .term-description {
	flex: 0 0 65%;
}

.term-description {
	padding: 15px;
	text-align: left;
	overflow: hidden;
	max-height: 160px;
}

.term-description .term-description-inner {
	max-height: 100px;
}

#fullpage .term-description p {
	margin-bottom: 8px;
	font-size: 15px;
}

#fullpage .term-description p:last-child {
	margin-bottom: 0
}

.pageBodyFilters {
	margin-bottom: 30px;
}

.pageBodyFilters {
	flex-wrap: wrap;
	background:	#fff;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
	position: relative;
	z-index: 3;
	padding: 30px;
	border-radius: 5px
}

.pageBodyFilters.affix {
	position: fixed;
	top: 160px;
	width: 236px;
}

.pageBodyFilters .filterWrap > div {
	width: 100%;
}

.pageBodyFilters .woocommerce-widget-layered-nav {
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.pageBodyFilters .select2-container--default .select2-selection--single {
    background-color: #fff;
	border: 1px solid #eee;
    border-radius: 5px;
	height: 34px;
}

.pageBodyFilters .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 16px;
	color: #6f6f6f;
}

.pageBodyFilters .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.select2-results__option {
	padding: 5px;
	font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #ac0006 !important;
	border-radius: 4px;
}

.select2-dropdown {
	border-color: #eee !important;
	padding: 2px;
	margin-top: 3px;
}

.select2-results {
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	height: 30px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #eee;
	border-radius: 4px;
}

.orderingCats h4,
.pageBodyFilters .filterWrap > div .section-title {	
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 20px;
}

.orderingCats {
	width: 25%;
	float: right;
}

.woocommerce .widget_price_filter .price_slider_amount {
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
}

.pageBodyFilters .woocommerce:not(.widget_price_filter) h4,
.woocommerce .orderingCats .section-title {
	display: none;
}

#siebar .pageBodyFilters .widget_price_filter {
	margin-top: 15px;
}

#siebar .searchBoxTitle,
#siebar .pageBodyFilters .widget_price_filter h4.section-title {
	font-size: 16px;
	color: #6f6f6f;
	width: 100%;
}

#siebar .pageBodyFilters .widget_price_filter .price_label {
	margin: 0 0 25px 0;
	text-align: left;
	font-size: 14px;
	color: #6f6f6f;
}

.woocommerce .woocommerce-ordering {
	width: 100%;
	max-width: 294px;
}

.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	padding: 4px;
	font-size: 14px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	color: #6f6f6f;
	font-weight: 300;
}

.woocommerce-widget-layered-nav-dropdown {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.woocommerce-widget-layered-nav-dropdown .select2-container {
	width: 70%;
}

.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
	width: 30%;
	margin: 0 0 0 5px;
	border: none;
	background: #ebe9eb;
	font-weight: 700;
	color: #515151;
	padding: 7px;
	border-radius: 5px;
	cursor: pointer
}

.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:hover {
	background-color: #dad8da;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #ac0006;
	margin-bottom: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background: #595d68;
}

/* Gallery */
.pageBodyTxt .gallery  {
	text-align: center;
	margin: 30px 0;
	display: inline-block;
	width: 100%;
}

.archives-gallery .galleryDate {
	font-size: .9rem;
}

.archives-gallery .galleryBodyDesc {
	margin: 2rem 0 3rem 0;
}

.gallery-columns-1 dl {
	width: 100%;
}

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

.gallery-columns-3 dl {
	width: 33.33333%;
}

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

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

.gallery-columns-6 dl {
	width: 16.66666%;
}

.gallery-columns-7 dl {
	width: 12.5%;
}

.gallery-columns-8 dl {
	width: 11.1111%;
}

.gallery-columns-9 dl {
	width: 11.1111%;
}

.gallery-columns-10 dl {
	width: 10%;
}

.gallery dl {
	float: left;
	padding: 0;
	box-sizing: border-box;
	margin: 0 0 30px 0;
	overflow: hidden;
}

.gallery dl dt a {
	position: relative;
	width: 100%;
	height: 100%;
	display: inline-block;
	z-index: 10;
}

.gallery dl dt {
	padding-right: 30px;
}

.gallery dl:last-child dt {
	padding-right: 0
}

.gallery dl dt a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 0
}

.gallery dl dt a::before {
	font-family: "Font Awesome 5 Free";
	color: #fff;
	display: inline-block;
	content: "\f002";
	width: 24px;
	height: 24px;
	font-size: 1.4rem;
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 12;
	line-height: 1;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	opacity: 0;
	-webkit-transform: translate3d(0,30px,0);
	transform: translate3d(0,30px,0);
}

.gallery dl dt a:hover::before,
.gallery dl dt a:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/** Search results page **/
.search-results #main {
	margin-top: 50px;
	background: #b23135;
}

.search-results h1 {
	font-weight: 400;
	margin: 30px 0 0;
}

.search-results h1 span {
	font-weight: 700;
}

.search-results .searchElement {
	padding: 30px 45px;
	border-bottom: 1px solid #eee;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.search-results .searchElement:hover {
	background: #fbfbfb
}

.search-results #main h3 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
}

.search-results #main h3 a {
	color: #000;
	font-size: 18px;
}

.search-results #main h3 strong {
	color: #ac0006
}


#ajaxsearchlite1 .probox .proinput form,
#ajaxsearchlite1 .probox .proinput input, 
div.asl_w .probox .proinput input,
#ajaxsearchlite1 .probox, 
div.asl_w .probox {
	height: 46px !important; 
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
	font-size: 18px !important;
}

div.asl_w .probox .proloading, 
div.asl_w .probox .proclose, 
div.asl_w .probox .prosettings,
div.asl_m .probox .promagnifier .innericon, 
div.asl_m .probox .prosettings .innericon, 
div.asl_m .probox .proclose .innericon,
div.asl_w .probox .promagnifier {
	width: 34px !important;
}

div.asl_m .probox .proinput {
	margin: 0 !important;
	padding: 0 20px !important;
}

div.asl_w .probox .promagnifier {
	width: 45px !important;
	box-shadow: none !important
}

div.asl_m .probox .promagnifier .innericon svg {
	width: 26px !important;
}

div.asl_r.vertical {
	border: 1px solid #ac0006 !important;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2) !important;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.2) !important;
}

div.asl_r .results .item:hover {
	background: #fff !important;
}

div.asl_r .results .item .asl_content h3 {
	display: table !important;
	height: 72px;
}

div.asl_r .results .item .asl_content h3 a {
	font-size: 16px !important;
	line-height: 1 !important;
	color: #ac0006 !important;
	display: table-cell;
	vertical-align: middle;
}

div.asl_r .results .item:hover .asl_content h3 a {
	color: #2c364c !important
}

div.asl_r .results .item div.etc {
	display: none;
}

div.asl_r .results .item:last-child {
	border-bottom: none !important;
}

div.asl_r .results .item .asl_content .asl_desc {
    margin-top: 6px  !important;
    font-size: 14px  !important;
}

div.asl_r p.showmore a {
    border: none !important;
    padding: 10px;
	font-size: 14px !important;
	color: #ac0006 !important;
}

div.asl_m .probox .proloading {
    padding: 7px !important;
}

/* Szukarka pod menu */
#mainMenuSearch {
	height: 100%;
	width: 440px;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	background: #b23135;
}

#mainMenuSearch div #ajaxsearchlite1 div {
	background: #b23135;
}

.searchFieldOn #mainMenuSearch {

}

#mainMenuSearch #ajaxsearchlite1 form,
#mainMenuSearch #ajaxsearchlite1 form input,
#mainMenuSearch div,
#mainMenuSearch div #ajaxsearchlite1 div {
	height: 100% !important;
}

#ajaxsearchlite1 .probox .proinput input.orig {
	color: #fff !important;
}

#mainMenuSearch #ajaxsearchlite1.asl_w .probox div.asl_simple-circle {
	width: 22px !important;
	height: 22px !important;
}

#mainMenuSearch #ajaxsearchlite1.asl_w {
	border: none !important;
}

#mainMenuSearch div #mainMenuSearch div #ajaxsearchlite1 div.proloading {
	height: 34px !important;
}

div.asl_w .probox .promagnifier .innericon svg {
    fill: #fff !important;
}

div.asl_w .probox div.asl_simple-circle {
	border: 4px solid #fff !important;
}

#mainMenuSearch ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff !important;
	opacity: 0.9;
	font-weight: 300;
}

#mainMenuSearch ::-moz-placeholder { /* Firefox 19+ */
	color: #fff !important;
	opacity: 0.9;
	font-weight: 300;
}

#mainMenuSearch :-ms-input-placeholder { /* IE 10+ */
	color: #fff !important;
	opacity: 0.9;
	font-weight: 300;
}

#mainMenuSearch :-moz-placeholder { /* Firefox 18- */
	color: #fff !important;
	opacity: 0.9;
	font-weight: 300;
}

/* Strefa klienta Woo */
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	max-width: 250px;
	padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 0 0 5px 20px;
	position: relative;
}

.woocommerce-MyAccount-navigation ul li a {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.woocommerce-MyAccount-navigation ul li a::before {
    font-family: "Font Awesome 5 Free";
    color: #444444;
    display: inline-block;
    content: "\f105";
	font-weight: 700;
    width: 14px;
    height: 14px;
    font-size: 12px;
    position: absolute;
    top: 8px;
    left: -5px;
    z-index: 12;
    line-height: 1;
    margin: auto;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.woocommerce-MyAccount-navigation ul li a::after {
    font-family: "Font Awesome 5 Free";
    color: #444444;
    display: inline-block;
    content: "\f105";
	font-weight: 700;
    width: 14px;
    height: 14px;
    font-size: 12px;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 12;
    line-height: 1;
    margin: auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
}

.woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
	left: 0;
}

.woocommerce-MyAccount-navigation ul li a:hover:after {
	opacity: 0;
	left: 5px;
}

.woocommerce-LostPassword.lost_password {
	margin: 0 0 2px 0;
}

#customer_login {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	-ms-flex-align: start !important;
	align-items: start !important;
}

.col2-set .column {
	width: 48%;
	margin: 0 2% 0 0;
}

#customer_login .u-column0 img {
	padding: 100px 13px 13px 13px;
}

.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
	font-size: 16px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
	background-color: #fff;
	font-weight: 300;
	vertical-align: top;
	width: 100%;
}

.woocommerce .login .password-input {
	width: 100%;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
	top: 2px;
}

.checkout ::-webkit-input-placeholder {
	color: #000 !important;
	opacity: 0.7;
	font-weight: 300;
}

.checkout ::-moz-placeholder {
	color: #000 !important;
	opacity: 0.7;
	font-weight: 300;
}

.checkout :-ms-input-placeholde {
	color: #000 !important;
	opacity: 0.7;
	font-weight: 300;
}

.checkout :-moz-placeholder {
	color: #000 !important;
	opacity: 0.7;
	font-weight: 300;
}

.woocommerce form .form-row label.inline {
	margin: 0 0 0 10px
}

.woocommerce .column-1,
.woocommerce .column-2,
.woocommerce .u-column1.col-1,
.woocommerce .u-column2.col-2,
.woocommerce .col2-set .column-1, 
.woocommerce-page .col2-set .column-2 {
    float: left;
    width: 48%;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	max-width: 48%;
}

.woocommerce-account-fields span {
	color: #fff;
	font-weight: 700;
}

.showlogin,
.showcoupon {
	text-decoration: underline;
}

.woocommerce .column-2,
.woocommerce .u-column2.col-2,
.woocommerce-page .col2-set .column-2 {
	float: right;
}

#order_comments_field span.woocommerce-input-wrapper,
.woocommerce form .woocommerce-billing-fields .form-row,
.woocommerce form .woocommerce-shipping-fields .form-row,
.woocommerce form .woocommerce-address-fields .form-row {
	width: 100%;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.woocommerce form .woocommerce-billing-fields .form-row span.woocommerce-input-wrapper,
.woocommerce form .woocommerce-shipping-fields .form-row span.woocommerce-input-wrapper,
.woocommerce form .woocommerce-address-fields .form-row span.woocommerce-input-wrapper {
	display: inline-block;
	width: calc(100% - 300px);
	margin-left: 50px;
}

.woocommerce table.shop_table td.product-quantity {
	width: 80px 
}

.woocommerce-order h2,
.woocommerce-checkout h3 {
	margin: 35px 0 20px 0;
	font-size: 22px;
	font-weight: 300;
}

#add_payment_method #payment, 
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: #fff;
	border: 1px solid #ddd;
}

p.shipping-method-description,
.woocommerce-checkout .woocommerce p,
.woocommerce-checkout .woocommerce label,
.woocommerce-terms-and-conditions-checkbox-text,
.woocommerce-terms-and-conditions-checkbox-text a,
.woocommerce-privacy-policy-text p,
#add_payment_method #payment div.payment_box p:last-child, 
.woocommerce-cart #payment div.payment_box p:last-child, 
.woocommerce-checkout #payment div.payment_box p:last-child {
	font-size: 14px;
	font-weight: 300;
}

.woocommerce ul#shipping_method {
	padding-left: 0
}

.woocommerce #fullpage ul#shipping_method li.shipping-method-description {
	font-size: 16px;
}

.woocommerce ul#shipping_method li label {
    font-size: 16px;
    font-weight: 700;
}

#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #ececec;
	border-top-color: #fff;
	border-right-color: #fff;
	border-left-color: #fff;
	top: -0.86em;
}

#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
	background-color: #ececec;	
}

.woocommerce form .woocommerce-shipping-fields .form-row label,
.woocommerce form .woocommerce-billing-fields .form-row label,
.woocommerce form .woocommerce-address-fields .form-row label {
	width: 250px;
}

.woocommerce-Address address {
	border: 1px solid #ddd;
	padding: 10px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: right;
	margin: 0;
	text-align: center;
	padding: 20px 30px;
}

.woocommerce-notice {
	padding: 10px;
	text-align: center;
	margin: 0 0 30px 0;
}

.woocommerce-notice--success {
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.woocommerce .woocommerce-form-login-toggle {
	float: left;
	width: 48%;
	margin: 0 2% 0 0;
}

.woocommerce .woocommerce-form-coupon-toggle {
	float: left;
	width: 48%;
	margin: 0 0 0 2%;
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login
.woocommerce .checkout_coupon.woocommerce-form-coupon {
	float: left;
	width: 48%;
	margin: 0 1%;
}

.woocommerce .checkout.woocommerce-checkout {
	float: left;
	width: 100%;
	margin-top: 30px;
}

/* Brand menu */
#brandsMenu {
	background: #fff;
	padding: 30px;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
	position: relative;
	z-index: 2;
}

#brandsMenu h4 {
	color: #ac0006;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

#brandsMenu h4 span {
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

#brandsMenu a,
#brandsMenu {
	color: #1e1e1e;
	text-decoration: none;
}

#brandsMenu li {
	position: relative;
	border-bottom: 1px solid #eee;
}

#brandsMenu li:last-child {
	border-bottom: none
}

#brandsMenu .brandTitle {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	margin: 10px 20px 10px 0;
}

#brandsMenu .brandDesc {
	color: #525252;
	font-size: 16px;
}

#brandsMenu .brandDesc i {
	padding-left: 10px;
}

#brandsMenu a:hover .brandDesc {
	color: #ac0006;
}

/* Summary boxes */
.woocommerce #main .pageBodyContent .summaryLowerBox p {
	font-size: 14px;
}

.summaryLowerLeft .summaryLowerBox:first-child {
	margin-bottom: 30px;
}

.summaryTableChars .summaryTableCharsHead,
.summaryTableChars .bodyTableValues {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.summaryTableChars .headTableVal,
.summaryTableChars .bodyTableVal {
	width: 30%;
	padding: 5px 10px;
}

.summaryTableChars .bodyTableLabel,
.summaryTableChars .headTableLabel {
	width: 70%;
	padding: 7px 10px;
}

.summaryTableChars .headTableVal,
.summaryTableChars .headTableLabel {
	background: #f9f9f9;
	font-weight: 700;
}

.summaryTableChars .bodyTableVal,
.summaryTableChars .bodyTableLabel {
	border-bottom: 1px solid #dfdfdf
}

#filesRow .fileRow {
	border-bottom: 1px solid #dfdfdf;
	padding: 5px 10px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#filesRow .fileRow:last-child {
	border-bottom: none;
}

#filesRow .fileRow .fileMetaWrap {
	line-height: 1.25;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 40px);
	-ms-flex-pack: space-between !important;
	justify-content: space-between !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	
}

#filesRow .fileRow .fileMetaWrap > div {
	width: 50%;
}

#filesRow .fileRow .fileTypeIco {
	font-size: 32px;
	color: #ac0006;
	width: 40px;
}

#filesRow .fileRow .fileMetaBlock {
	font-size: 14px;
	color: #888
}

#filesRow .fileRow .fileMetaBlock .spacer {
	margin: 0 5px;
}

#filesRow .fileRow .fileMetaBlock i.fa-download {
	color: #ac0006;
	font-size: 16px;
}

#filesRow .fileRow .fileMetaBlock a {
	color: #ac0006;
	font-size: 18px;
	margin-right: 5px;
}


/* Forms */
.formBox {
	max-width: 100%;
}

.quickContactCols .descBlockInner {
	padding-right: 10%
}

.inputsForm {
	width: 100%;
}

.contact-form-wrap-hidden {
	display: none;
}

.wpcf7-form-control-wrap {
	display: inline-block;
	vertical-align: top;
}

.inputDivs input,
.wpcf7-textarea,
.wpcf7-text {
	border: 1px solid #8c94a6;
	width: 100%;
	padding: 10px 20px;
	margin: 0 0 15px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}

.wpcf7-textarea:focus,
.wpcf7-text:focus {
	border: 1px solid #7e0003;
}

.wpcf7-textarea {
	height: 120px;
}

.wpcf7-response-output {
	display: inline-block;
	width: 100%;
	line-height: 2.15;
	font-size: 16px;
	background: #fff !important;
	margin: 0 0 20px 0!important;
	padding: 10px !important;
	border-width: 1px !important;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.wpcf7 .ajax-loader {
	background-image: url('img/ajax-loader.png') !important;
	width: 160px !important;
	height: 20px !important;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto !important;
}

.wpcf7 .formBox .ajax-loader {
	position: relative;
	bottom: initial;
	left: initial;
	right: initial;
	margin: 0
}

.wpcf7-mail-sent-ok {
	background: #398f14 !important;
	border-color: #327c12 !important;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	display: inline-block !important;
	margin-top: 0 !important
}

.wpcf7-validation-errors {
	display: inline-block;
	background-color: #a94442 !important;
	border-color: #993a38 !important;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	display: inline-block !important;
	vertical-align: top;
}

.wpcf7-form label.error {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	border-radius: 3px;
	padding: 1px 4px;
	font-size: 12px;
	border: 1px solid #8c94a6;
}

.wpcf7-display-none {
	display: none
}

.wpcf7-not-valid {
    background: #F2DEDE;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 15px;
	font-size: 12px;
	right: 0;
	background: #a94442;
	color: #fff;
	padding: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 1;
}

.wpcf7-form-control-wrap,
.contact-form-span-title {
	float: left;
}

.contact-form-span-title {
	width: 30%;
}

.wpcf7-form-control-wrap {
	width: 70%;
}

.wpcf7-form-control-wrap.acceptance-1 {
	width: 100%;
}

#fullpage .quickContactCols h3 {
	font-weight: 300
}

#fullpage .quickContactCols p {
	font-size: 20px;
	font-weight: 300
}

#fullpage .quickContactCols p a {
	color: #ac0006;
}

#fullpage .consentAdmin a,
.wpcf7-acceptance a {
	color: #ac0006;
	font-size: 14px;
}

#fullpage .consentAdmin,
.wpcf7-acceptance {
	font-size: 14px;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item input {
	margin-right: 5px;
}

.wpcf7-form-control-wrap input.wpcf7-text,
.wpcf7-form-control-wrap input.wpcf7-textarea {
	width: 100%;
}

.sendFooter {
	margin-top: 30px;
}

.formFooter a {
	cursor: pointer
}

/* Social box */
ul.socialBox.socialTop {
	background: #ac0006;
	line-height: 60px;
	height: 60px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 15px 0 0;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	overflow: hidden;
}

ul.socialBox.socialTop li {
	display: inline-block;
	line-height: 1;
	margin: 0 10px;
	vertical-align: middle;
}

ul.socialBox.socialTop li a {
	color: #fff;
	font-size: 24px;
}


.nav-fix ul.socialBox.socialTop li a {
    font-size: 26px;
}

ul.socialBox li a {
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

ul.socialBox li a:hover {
	opacity: 0.65;
}

/** Footer **/
footer#contact {
	background: #000;
	padding-top: 45px;
	padding-bottom: 45px;
}

#footer-upper.container {
	padding: 30px 60px;
}

#footer-upper.container,
#footer-lower .container {
	max-width: 1570px
}

footer h3 {
	font-size: 20px;
	font-weight: 400;
	color: #eee;
	margin: 0 0 40px 0;
	position: relative;
}

footer p,
footer ul li,
footer ol li,
footer a {
	font-size: 16px;
	color: #fff;
	margin: 0 0 8px 0;
	font-weight: 300;
}

footer #footer-upper-2 a {
	font-weight: 400;
	color: #fff;
}

footer a:hover {
	color: #fff;
	opacity: 0.8;
	text-decoration: none
}

footer ul,
footer ol,
#footer-lower ul {
	list-style: none;
	margin: 0;
	padding: 0
}

footer ul li,
footer ol li {
	margin: 0 0 5px 0;
	position: relative;
	padding-left: 10px
}

footer ul li a,
footer ol li a {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

footer ul li i {
	margin-right: 15px
}

#footer-upper ul li a::before {
    font-family: "Font Awesome 5 Free";
    color: #fff;
    display: inline-block;
    content: "\f105";
	font-weight: 700;
    width: 14px;
    height: 14px;
    font-size: 12px;
    position: absolute;
    top: 8px;
    left: -5px;
    z-index: 12;
    line-height: 1;
    margin: auto;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#footer-upper ul li a::after {
    font-family: "Font Awesome 5 Free";
    color: #fff;
    display: inline-block;
    content: "\f105";
	font-weight: 700;
    width: 14px;
    height: 14px;
    font-size: 12px;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 12;
    line-height: 1;
    margin: auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
}

#footer-upper ul li a:hover:before {
	opacity: 1;
	left: 0;
}

#footer-upper ul li a:hover:after {
	opacity: 0;
	left: 5px;
}

#footer-lower {
	background: #272727
}

#footer-lower ul li {
	display: inline-block;
}

#footer-lower .lower-col-left ul li {
	margin-left: 20px;
}

#footer-lower .lower-col-right ul {
	line-height: 1
}

#footer-lower .lower-col-right ul li {
	margin-left: 20px;
	line-height: 1
}

#footer-lower .lower-col-right ul li a {
	font-size: 22px;
	line-height: 1
}

#footer-upper-3 p {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	position: relative;
	border-bottom: 1px solid #fff;
}

#footer-upper-3 p:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.imgDescPaymentsRow .imgPayments {
	margin-right: 50px
}

.lower-col-left {
	padding-bottom: 15px;
	padding-top: 15px;
}

#footer-lower p,
#footer-lower a {
	font-size: 14px;
	color: #888;
	margin: 15px;
	line-height: 1;
}

.footerLogotypesInner li {
	padding: 0;
	margin-bottom: 15px;
}

.footerLogotypesInner .colSpacer img {
	max-width: 80px
}

/* Cookies */
#cookie-law-info-bar {
	border-top: 2px solid #1f1f1f !important;
	background-color: #262626 !important;
	color: #818181 !important;
}

#cookie_action_close_header {
	color: #000 !important;
	background-color: rgb(255, 255, 255) !important;
	border-radius: 3px !important;
	text-shadow: none !important;
	padding: 10px 20px !important;
	margin: 5px 10px !important;
}

/* Error page */
#noResults,
.no-results {
	display: inline-block;
	width: 100%;
}

.no-results .page-content-warap {
	margin: 230px auto 45px auto;
	background: #fff;
	padding: 60px;
	max-width: 1570px;
}

.error-404 {
	margin-top: 0;
	margin-bottom: 100px;
	background: #fff;
	text-align: center;
	padding: 60px;
}

.error-404 h1,
#noResults h2,
.no-results h3 {
	margin: 45px auto;
	font-size: 40px;
	padding: 0 5%;
	text-align: center;
	color: #ac0006;
}

.error-404 .page-content,
#noResults p {
	padding: 0 0 100px 0;
	text-align: center;
	color: #fff;
}

/* Modal voideo */
#showVideo .modal-body {
	padding: 0;
	vertical-align: top;
	height: 720px;
}

#showVideo .modal-content {
	background: #000;
}

#showVideo .modal-dialog {
	margin: 30px auto;
	max-width: 1280px 
}

/* Wyłączenie angielskiego kom. na newsletterze */
.page-id-5778 .pageBodyContent > p:last-child {
	display: none;
}

.page-id-5778 .pageBodyContent img {
	max-width: 250px;
	margin: 0 45px 0 0;
}

.woocommerce-MyAccount-content input.button {
	display: none;
}

/* GMC */
.page-template-page-gmc #masthead,
.page-template-page-gmc .xoo-wsc-modal,
.page-template-page-gmc .site-footer {
	display: none
}

/* PopUp generator */
.popUpGenerator .modal-dialog {
    max-width: 465px;
}

.popUpGenerator .modal-content {
	padding: 30px;
}

.popUpGenerator .modal-form-popup {
	display: none;
	margin-top: 30px;
}

.popUpGenerator button.close {
	top: 10px !important;
	right: 10px !important;
	position: absolute;
	z-index: 1;
	color: #000
}

.popUpGenerator .modal-content .modal-title {
	color: #ac0006;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 30px;
}

.popUpGenerator .modal-content .modal-title strong {
	font-weight: 700
}

.popUpGenerator .modal-content .modal-text {
	color: #464453;
	font-weight: 700;
	margin-bottom: 0;
}

.typeofPopup .modal-content .modal-text {
	display: none;
}

.highValuePopup .modal-content .modal-text {
	margin-bottom: 30px;
}

.popUpGenerator .contact-form-span-title {
	padding-top: 12px;
}

.popUpGenerator .modal-body-popup {
	text-align: center;
}

.popUpGenerator .modal-body-popup > a {
	line-height: 1;
	font-weight: 700;
	font-size: 16px;
	margin: 0 20px
}

/* RWD Min */
@media (min-width: 768px), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {		
	.woocommerce-cart-form .product-remove {
		width: 47px;
		padding: 10px;
	}
	
	div.coupon {
		width: 50%;
	}

	div.coupon .button {
		float: left !important;
	}

	#coupon_code {
		width: 200px;
		height: 42px;
		border-radius: 5px;
	}
	
	.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
		margin: 10px 10px 0 0
	}
}

@media (min-width: 1024px), (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.woocommerce .woocommerce-terms-and-conditions-wrapper > p {
		float: left;
		margin: 0 0 -50px 200px;
		line-height: 1;
	}

	.woocommerce .woocommerce-terms-and-conditions-wrapper > p label {
		margin: 0;
	}
}

@media (min-width: 1200px), (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.container {
		max-width: 1300px;
	}	
		
	.page-template-default #main {
		padding-right: 60px;
	}
	
	.page-template-default .pageBodyContent {
		margin-bottom: 90px
	}
}

@media (min-width: 1281px), (min-width: 1281px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.woocommerce ul.products.columns-4 li.product,
	.woocommerce-page ul.products.columns-4 li.product {
		float: left !important;
		margin: 0 3.8% 2.992em 0 !important;
		margin-left: 0px !important;
		padding: 0 !important;
		position: relative !important;
		width: 22.05% !important;
		margin-left: 0 !important;
	}

	.woocommerce ul.products.columns-4 li.last, 
	.woocommerce-page ul.products.columns-4 li.last {
		margin-right: 0 !important;
	}
}

@media (min-width: 1360px), (min-width: 1360px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.container {
		max-width: 1330px;
	}

	.projectsCols .colSpacer .coverWrap {
		min-height: 302px
	}
}

@media (min-width: 1440px), (min-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.fixed-navbar .top-navbar .top-navbar-inner,
	.fixed-navbar .navbar-lockup .navbar-inner,
	.container {
		max-width: 1400px;
	}
	
	.projectsCols .colSpacer .coverWrap {
		min-height: 320px
	}
}

@media (min-width: 1570px), (min-width: 1570px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.fixed-navbar .top-navbar .top-navbar-inner,
	.fixed-navbar .navbar-lockup .navbar-inner,
	.container {
		max-width: 1570px;
	}
}

@media (min-width: 1630px), (min-width: 1630px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.fixed-navbar .top-navbar .top-navbar-inner,
	.fixed-navbar .navbar-lockup .navbar-inner,
	.container {
		max-width: 1600px;
	}
	
	.col-xxl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xxl-8 {
		-ms-flex: 0 0 66.666666%;
		flex: 0 0 66.666666%;
		max-width: 66.666666%;
	}

	.col-xxl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xxl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-xxl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	#featuredFaq.featuredFaq #my-video {
		width: 768px;
	}
	
	.single #featuredFaq.featuredFaq #my-video {
		width: calc(100% - 1px);
		margin: 45px 0 0;
	}
	
	#featuredFaq.featuredFaq .featuredFaqBody {
		max-width: 768px;
	}
}

@media (min-width: 1680px), (min-width: 1680px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.projectsCols .colSpacer .coverWrap {
		min-height: 370px
	}
}

/* Max */
@media only screen and (max-width: 1710px) {
	#userMenu {
		margin-right: 60px;
	}

}

@media only screen and (max-width: 1680px) {	
	.navbar-lockup .menu-header .menu {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	#baner .desc-block-wrap {
		padding: 0 5vw;
	}
	
	#mainMenuSearch {
		width: 365px;
	}
	
	/* Product */	
}

@media only screen and (max-width: 1599px), (max-width: 1599px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.navbar-lockup .nav > li {
		max-width: 140px;
	}
}

@media only screen and (max-width: 1500px), (max-width: 1500px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#fullpage #homePage.container-fluid {
		padding-bottom: 20px;
	}
	
	#hero h1 {
		margin: 180px 0;
	}
	
	#homePage {
		padding-left: 0;
		padding-right: 0;
	}
	
	.heroBoxes {
		margin-top: 60px;
	}
	
	.heroBoxes .colSpacer {
		background: rgba(0,160,198,1);
	}
	
	#fullpage .col .colSpacer:last-of-type {
		border-left: 1px solid #fff;
	}
	
	#hero .heroBoxesInner {
		padding-left: 0;
		padding-right: 0;
	}
	
	#fullpage h2.sectionTitle {
		margin: 0 0 30px 0;
	}
}

@media only screen and (max-width: 1440px) and (min-width: 1199px) {	
	#baner {
		height: calc(100vh - 155px);
	}
}

@media only screen and (max-width: 1440px), (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5) {	
	.fixed-navbar .top-navbar {
		height: 95px;
	}

	.nav-fix .fixed-navbar .top-navbar {
		height: 65px;
	}
	
	.archive #fullpage,
	.single #fullpage, 
	.error404 .error-404, 
	.woocommerce-page #fullpage, 
	.page-template-default #fullpage {
		padding-top: 155px;
	}
	
	#homePageBG {
		background-position: 50% 0px;
	}
	
	#fullpage {
		padding-top: 154px;
	}
	
	#userMenu {
		margin-right: 35px;
	}
	
	.logoMainInner img {
		max-height: 45px;
	}
	
	.top-navbar .phoneNr {
		font-size: 22px;
	}
	
	.xoo-wsc-basket {
		top: 95px;
	}
	
	.nav-fix .xoo-wsc-basket {
		top: 65px;
	}
	
	.woocommerce-cart #userMenu {
		margin-right: 25px
	}
	
	#baner .desc-block-wrap {
		padding: 0 5vw;
	}
	
	#baner .desc-block-wrap h1,
	#baner .desc-block-wrap h2 {
		font-size: 36px;
	}
	
	.pageBodyFilters {
		padding: 15px;
	}
	
	.woocommerce .woocommerce-breadcrumb {
		width: 74%;
	}
	
	.orderingCats {
		width: 22.5%;
	}
	
	.pageBodyFilters.affix {
		width: 203px;
	}
	
	.woocommerce-page .emptyHeader .subTitleHeader, 
	.page-template-default .emptyHeader .subTitleHeader, 
	.archive .subTitleHeader {
		height: 120px;
	}
	
	.archive .emptyHeader .subTitleHeader h1.subPageTitle, 
	.woocommerce-page .emptyHeader h1.subPageTitle, 
	.page-template-default .emptyHeader h1.subPageTitle {
		font-size: 34px;
	}
	
	.woocommerce div.product div.images.woocommerce-product-gallery {
		-ms-flex-align: start !important;
		align-items: start !important;
	}
	
	.term-description {
		max-height: 120px;
	}
	
	.term-description .term-description-inner {
		max-height: 90px;
	}
}

@media only screen and (max-width: 1439px), (max-width: 1439px) and (-webkit-min-device-pixel-ratio: 1.5) {	
	.fixed-navbar .top-navbar {
		padding: 25px
	}
	
	.woocommerce-cart #userMenu,
	#userMenu {
		margin-right: 50px;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1366px), (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {				
	.pageBodyFilters.affix {
		width: 191px;
	}
	
	#userMenu {
		margin-right: 55px;
	}
}

@media only screen and (max-width: 1365px), (max-width: 1365px) and (-webkit-min-device-pixel-ratio: 1.5) {			
	.pageBodyFilters {
		margin-bottom: 0;
	}
	
	#baner .slide-wrapp-inner {
		background-size: cover;
	}
}


@media only screen and (max-width: 1299px), (max-width: 1299px) and (-webkit-min-device-pixel-ratio: 1.5) {	
	#mainMenuSearch {
		width: 285px;
	}
	
	.woocommerce .variations_form {
		display: inline-block !important;
	}
	
	.woocommerce .variations_form > div {
		width: 100% !important;
		display: inline-block !important;
		vertical-align: top;
	}
	
	.woocommerce .variations_form > div.responsiveTable {
		margin-bottom: 20px;
		margin-right: 20px;
	}
	
	.woocommerce-variation-availability {
		bottom: -30px;
	}
	
	.woocommerce .summary .product_meta {
		margin: 25px 0 0;
	}
	
	.woocommerce div.product form.cart .variations a {
		width: 86px;
	}
	
	.pageBodyFilters.affix {
		width: 183px;
	}	
		
	.woocommerce .summaryWrap .summaryLeft,
	.woocommerce .summaryWrap .summaryRight {
		padding: 0;
		width: 100%;
	}
	
	.woocommerce .summaryWrap .summaryRight {
		 margin-top: 30px;
	}
}

@media only screen and (max-width: 1280px), (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.navbar-lockup #mainMenu,
	.navbar-inner ul.socialBox.socialTop,
	.navbar-lockup .widget_polylang {
		display: none !important;
	}
	
	.slide-out-nav {
		display: block;
	}

	.navbar-lockup {
		width: 100%;
		padding: 0;
		left: 0;
		top: 0;
	}
		
	.navbar-lockup, body:not(.home) .navbar-lockup {
		max-width: 100%; 
	}

	.navbar-lockup .nav li a i {
		display: block;
	}
	
	.mobile-nav-toggle {
		display: block;
	}
	
	.subMenuSide {
		padding: 0;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform: translate3D(-100%,0,0);
		transform: translate3D(-100%,0,0);
	}
	
	.subMenuSide.is-active {
		-webkit-transform: translate3D(0,0,0);
		transform: translate3D(0,0,0);
	}
	
	.subMenuSide.is-active .mobileBtn {
		right: -10px;
		top: 1px;
		z-index: 100;
	}
	
	.subMenuSide li a {
		min-height: 0;
		padding: 12px 20px
	}
	
	.side-nav-fix .mobileBtn {
		top: 0
	}
	
	.mobileBtn {
		display: block;
		top: -50px;
		right: -65px;
	}
	
	.subMenuSide {
		margin: 76px 0 30px 0;
	}
	
	.side-nav-fix .subMenuSide {
		position: fixed;
		top: 0;
	}
	
	.side-nav-fix .subMenuSide .mobileBtn p {
		display: none;
	}
	
	.subMenuSideInner {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.subMenuSide li {
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: auto;
		float: none;
		width: auto;
	}
	
	.slide-out-nav #mobile-navbar-pages {
		padding: 0;
	}
	
	.slide-out-nav #mobile-navbar-pages ul li.mobileBackBtn:before {
		display: none;
	}
	
	.slide-out-nav #mobile-navbar-pages .mobileBackBtn i {
		display: inline-block;
		margin: 8px 20px 0 0;
		color: #fff;
		font-size: 16px;
		float: right;
	}
	
	.slide-out-nav #mobile-navbar-pages .main-menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
		
	.slide-out-nav #mobile-navbar-pages .main-menu ul li:first-child {
		border-top: 1px solid #7e0003;
	}
	
	.slide-out-nav #mobile-navbar-pages .main-menu ul li {
		display: inline-block;
		position: relative;
		width: 100%;
		vertical-align: top;
		border-bottom: 1px solid #7e0003;
		-webkit-transition: all .35s ease-in-out;
		transition: all .35s ease-in-out;
	}
	
	.slide-out-nav #mobile-navbar-pages .main-menu ul.nav > li:last-child {
		margin-bottom: 45px; 
	}
	
	.slide-out-nav #mobile-navbar-pages .main-menu ul li a {
		padding: 20px 10px 20px 50px;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		color: #fff;
		line-height: 1;
		text-decoration: none;
		-webkit-transition: all .35s ease-in-out;
		transition: all .35s ease-in-out;
		cursor: pointer
	}
	
	.slide-out-nav #mobile-navbar-pages ul.menu > li > a {
		text-transform: uppercase;
	}
	
	.slide-out-nav #mobile-navbar-pages .main-menu ul li a:hover {
		color: #e30613;
	}
	
	.slide-out-nav #mobile-navbar-pages .main-menu ul li:before {
		font-family: "Font Awesome 5 Free";
		position: absolute;
		top: 18px;
		left: 20px;
		color: #7e0003;
		display: inline-block;
		vertical-align: middle;
		content: "\f053";
		font-size: 16px;
		font-weight: 700;
	}
	
	.slide-out-nav #mobile-navbar-pages .main-menu ul.dropdown-menu ul.dropdown-menu li:before {
		left: 0;
	}
	
	.slide-out-nav #mobile-navbar-pages ul.menu > li:before {
		display: none;
	}

	.slide-out-nav #mobile-navbar-pages .main-menu ul.dropdown-menu {
		padding: 0;
		display: block;
		width: 100%;
		border: none;
		background: transparent;
		position: relative;
		top: initial;
		left: initial;
	}
	
	.slide-out-nav #mobile-navbar-pages .main-menu ul.dropdown-menu li {
		line-height: 20px;
	}
	
	.slide-out-nav #mobile-navbar-pages .main-menu ul.dropdown-menu li a {
		font-size: 14px;
		padding: 15px 10px 15px 50px;
	}
	
	.slide-out-nav #mobile-navbar-pages .main-menu ul.dropdown-menu ul.dropdown-menu {
		padding: 0 0 0 30px;
	}
	
	.slide-out-nav #mobile-navbar-pages .main-menu ul.dropdown-menu ul.dropdown-menu li a {
		padding: 15px 10px 15px 20px;
	}
		
	.slide-out-nav #mobile-navbar-pages .main-menu ul.dropdown-menu li:before {
		font-size: 12px;
		top: 13px;
	}
	
	.slide-out-nav #mobile-navbar-pages .main-menu ul.dropdown-menu li:first-child {
		border-top: none;
	}
	
	.slide-out-nav #mobile-navbar-pages .main-menu ul.dropdown-menu li:last-child {
		border-bottom: none;
	}
	
	.mobile-shift.nav-open,
	.nav-open .fixed-navbar,
	.nav-open .slide-out-nav {
		-webkit-transition: all .45s ease-in-out;
		transition: all .45s ease-in-out;
	}
	
	.slide-out-nav ul.socialBox.socialTop,
	.nav-fix .slide-out-nav ul.socialBox.socialTop {
		border-left: none;
		height: initial;
		margin: 0;
		line-height: 1;
	}
	
	.nav-fix .slide-out-nav ul.socialBox.socialTop li a,
	.slide-out-nav ul.socialBox.socialTop li a {
		font-size: 24px;
	}
	
	.navbar-lockup .nav li a {
		font-size: 20px;
	}
	
	.navbar-lockup .nav li {
		padding: 0;
		margin: 0;
	}
	
	.navbar-lockup {
		max-width: 1280px;
	}
		
	.navbar-lockup #logoMain .logoImg {
		max-width: 200px;
	}
	
	.navbar-lockup .nav li a {
		font-size: 16px;
		padding: 10px 15px;
	}
	
	#mainMenuSearch {
		width: calc( 100% - 300px)
	}
		
	.reasonsCols .colSpacer {
		background-position: 200% 50%;
	}
	
	/* kategorie */
	.archive.woocommerce-page ul.products li.product {
		width: 30.7%;
		clear: initial;
	}
	
	.archive.woocommerce-page ul.products li.product:nth-child(3n+3) {
		margin-right: 0
	}
	
	.archive.woocommerce-page ul.products li.product.last {
		margin: 0 3.8% 2.992em 0;
	}
	
	.page-template-page-ulubione .pageBodyContent, 
	.woocommerce-page #main > .pageBodyContent, 
	.page-template-default .pageBodyContent {
		padding: 20px;
	}
	
	.select2-container--default .select2-search--inline .select2-search__field {
		width: 100% !important;
	}
	
	.woocommerce form .woocommerce-billing-fields .form-row label, 
	.woocommerce form .woocommerce-shipping-fields .form-row label, 
	.woocommerce form .woocommerce-address-fields .form-row label {
		width: 40%;
		font-size: 14px;
		line-height: 1;
		display: inline-block;
		vertical-align: middle;
		overflow-wrap: break-word;
		padding-right: 5px;
	}
	
	#shipping_address_2_field, 
	#billing_address_2_field {
		margin-left: 39%;
	}
	
	.woocommerce form .woocommerce-billing-fields .form-row span.woocommerce-input-wrapper, 
	.woocommerce form .woocommerce-shipping-fields .form-row span.woocommerce-input-wrapper, 
	.woocommerce form .woocommerce-address-fields .form-row span.woocommerce-input-wrapper {
		width: 59%;
		margin-left: 1%;
	}
	
	.woocommerce form .form-row input.input-text, 
	.woocommerce form .form-row textarea {
		font-size: 14px;
	}
	
	.page-template-page-ulubione h1.subPageTitle, 
	.single-product h1.subPageTitle, 
	.woocommerce-account.woocommerce-view-order h1.subPageTitle, 
	.woocommerce-page h1.subPageTitle, 
	.archive .emptyHeader .subTitleHeader h1.subPageTitle,
	.page-template-default h1.subPageTitle,
	.woocommerce-page .emptyHeader h1.subPageTitle, 
	.page-template-default .emptyHeader h1.subPageTitle {
		font-size: 40px;
		overflow-wrap: break-word;
		max-width: 100%;
	}
	
	.woocommerce-page.archive .container-inner h1.subPageTitle {
		font-size: 24px;
	}
	
	.woocommerce-page.archive .container-inner h2.subPageTitle {
		font-size: 18px;
	}
	
	.archive.woocommerce-page ul.products li.product {
		width: 31% !important;
		clear: initial !important;
		display: inline-block !important;
		margin-right: 2% !important;
	}

}

@media only screen and (max-width: 1279px), (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5)  {	
	.woocommerce-variation-availability {
		bottom: -30px;
		right: initial;
		left: 0;
	}
	
	.logged-in .woocommerce div.product div.summary {
		padding-top: 55px;
	}
}

@media (max-width: 1199px), (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#logoMain {
		width: 300px
	}

	.nav-open .xoo-wsc-basket {
		top: -1px
	}
	
	.nav-open .xoo-wsc-items-count {
		top: 1px
	}
	
	.navbar-lockup {
		max-width: 1180px;
	}
	
	.container {
		max-width: 100% !important;
	}
	
	.archive #fullpage,
	.single #fullpage,
	.error404 .error-404,
	.woocommerce-page #fullpage, 
	.page-template-default #fullpage {
		padding-top: 154px;
	}
	
	.woocommerce-page .emptyHeader .subTitleHeader, 
	.page-template-default .emptyHeader .subTitleHeader, 
	.archive .subTitleHeader,
	.page-template-page-ulubione .subTitleHeader, 
	.woocommerce-page .subTitleHeader, 
	.page-template-default .subTitleHeader {
		margin-bottom: 30px
	}
	
	#baner {
		height: calc(100vh - 154px);
	}
		
	#customer_login {
		display: inline-block !important;
	}
	
	#customer_login .u-column0 {
		display: none !important;
	}
	
	#customer_login .u-column1,
	#customer_login .u-column2 {
		width: 48%;
		margin: 0 4% 0 0;
		margin-right: 4%;
		display: inline-block;
		vertical-align: top;
		float: left;
	}
	
	#customer_login .u-column2 {
		margin-right: 0 !important;
	}
	
	.woocommerce .woocommerce-form-login-toggle, 
	.woocommerce .woocommerce-form.woocommerce-form-login.login, 
	.woocommerce .woocommerce-form-coupon-toggle, 
	.woocommerce .checkout_coupon.woocommerce-form-coupon {
		width: 100%;
	}
	
	.pageBodyFilters.affix {
		width: 269px; 
	}		
		
	#siebar #konfigurator .configBlocks .configBlocksInner {
		width: 100%;
	}
	
	#fullpage .woocommerce ul.products li.product h2, 
	#fullpage .woocommerce ul.products li.product h2 {
		font-size: 13px
	}
	
	#fullpage .section {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	
	#fullpage .sectionTitleWrap {
		margin-bottom: 45px;
	}
		
	#baner .desc-block-wrap h1, 
	#baner .desc-block-wrap h2 {
		font-size: 38px;
	}
	
	.kominySystemoweCols .colSpacer {
		height: 440px;
	}
	
	#konfigurator {
		background-position: 70% 0;
	}
	
	#konfigurator .colBlockWrap {
		max-width: 500px;
		margin-left: 30px;
	}
	
	.reasonsCols .colSpacer {
		padding: 20px;
	}
	
	#fullpage .blockDesc p {
		font-size: 14px;
	}
	
	.contact-form-span-title {
		font-size: 15px;
	}
	
	.single #rightCol .rightColInner {
		padding: 30px;
	}
	
	.woocommerce div.product form.cart {
		max-width: 100%;
	}
	
	.woocommerce #content div.product div.summary, 
	.woocommerce div.product div.summary, 
	.woocommerce-page #content div.product div.summary, 
	.woocommerce-page div.product div.summary {
		padding: 30px;
	}
	
	.summaryLowerBox {
		padding: 15px;
	}
	
	#filesRow .fileRow .fileMetaWrap > div {
		width: 100%;
		text-align: left !important;
	}
	
	.pageBodyContentShop  {
		margin-top: 30px;
	}
	
	.pageBodyContentShop .products .img-wrap img {
		padding-top: 5px;
	}
	
	/* Footer*/
	#footer-upper.container {
		padding: 30px;
	}
	
	.footerPayments,
	.footerPostage {
		margin-top: 45px;
	}
	
	.footerLogotypesInner li {
		-ms-flex-pack: start !important;
		justify-content: start !important;
	}
	
	.footerLogotypesInner li span {
		width: auto;
		display: inline-block;
		margin-right: 25px;
	}
}

@media (min-width: 1024px) and (max-width: 1024px), (min-width: 992px) and (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.pageBodyFilters.affix {
		width: 226px;
	}
}

@media (min-width: 992px) and (max-width: 1199px), (min-width: 992px) and (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.configBlocksInner.config-open .dropdowFilterInner, 
	.configBlockWrap:hover .dropdowFilterInner {
		transform: translate3D(-30px,0,0);
	}	
	
	#konfigurator .configBlockSubTitle h5 {
		max-width: 120px;
	}
	
	#brandsMenu .brandTitle {
		font-size: 20px;
		width: 90px;
	}
	
	#brandsMenu .brandDesc {
		font-size: 16px;
		width: 132px;
		line-height: 1;
	}
	
	#brandsMenu .brandDesc i {
		position: absolute;
		right: 0;
	}
}

@media (max-width: 1140px), (max-width: 1140px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.heroBoxes .colSpacer {
		height: 150px;
	}
	
	.woocommerce .woocommerce-product-gallery__wrapper .gallery dl {
		margin: 0 0 53px 0;
	}
	
	#mobile-navbar-pages div.asl_m.asl_w {
		border: none !important;
	}
	
	#mobile-navbar-pages #ajaxsearchlite1 .probox .proloading {
		height: 35px !important;
		margin-top: 5px;
	}	
}

@media (max-width: 991px), (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.5) {	
	body {
		font-size: 16px;
	}
	
	.top-navbar .phoneUnder,
	.top-navbar .phoneNr {
		font-size: 18px;
	}
	
	.top-navbar #btnConfig {
		margin-left: 25px;
	}
	
	/* Btns */
	.btn-empty-black {
		font-size: 16px;
		padding: 10px 20px;
	}
	
	#baner .desc-block-wrap h1, 
	#baner .desc-block-wrap h2, 
	#baner .desc-block-wrap h3, 
	#baner .desc-block-wrap p {
		color: #fff;
		background: rgba(0, 0, 0, 0.2);
		padding: 15px;
		border-radius: 5px;
		overflow-wrap: break-word;
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	}
	
	/* kategorie */
	.pageBodyFilters {
		display: inline-block !important;
		width: 100%;
	}

	#customer_login .u-column1,
	#customer_login .u-column2 {
		width: 100% !important;
		margin: 0 !important;
	}
	
	#fullpage .section {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#baner .desc-block-wrap {
		max-width: 75%;
	}
	
	#konfiguratorWrap .colBlockWrap {
		max-width: 100%;
		margin-left: initial;
	}
	
	#konfiguratorWrap .colBlockWrap .colDesc {
		position: relative;
		top: initial;
		right: initial;
		margin-bottom: 45px;
	}
	
	#baner .swiper-slide:nth-child(1) .slide-wrapp-inner {
		background-position: 25% 100%;
	}
	
	#fullpage .section#kominy-systemowe {
		padding-bottom: 0
	}
	
	.kominySystemoweCols > div {
		margin-bottom: 60px;
	}
	
	#featuredFaq .featuredFaqBody {
		margin-bottom: 30px;
	}
	
	#faqTabs .swiper-slide {
		padding: 10px 0 0;
	}
	
	.my-video-dimensions {
		width: calc(100% - 1px);
	}
	
	.single #fullpage #mainCol {
		flex-direction: column-reverse;
	}
	
	.single #fullpage #leftCol {
		margin-top: 45px;
	}
	
	.single #fullpage #rightCol .metaHeader {
		display: block;
	}
	
	.single #fullpage #leftCol .metaHeader {
		display: none;
	}
	
	.container-fluid.subTitleHeader .container-inner {
		flex-wrap: wrap;
	}
	
	.container-fluid.subTitleHeader.hasDesc header,
	.container-fluid.subTitleHeader .container-inner header {
		flex: 0 0 100%;
		padding: 15px 0 0;
	}

	.container-fluid.subTitleHeader.hasDesc .term-description,
	.container-fluid.subTitleHeader .container-inner .term-description {
		flex: 0 0 100%;
	}
	
	.woocommerce-page ul.products li.product.last {
		margin-right: 0
	}
	
	.woocommerce .woocommerce-breadcrumb {
		width: 65%;
	}
	
	.woocommerce-page .emptyHeader .subTitleHeader, 
	.page-template-default .emptyHeader .subTitleHeader, 
	.archive .subTitleHeader {
		height: auto;
	}
	
	.archive .emptyHeader .subTitleHeader h1.subPageTitle, 
	.page-template-default h1.subPageTitle, 
	.woocommerce-page .emptyHeader h1.subPageTitle,
	.term-description,
	.term-description .term-description-inner {
		width: 100%
	}
	
	.woocommerce-page .subTitleHeader {
		flex-wrap: wrap;
	}
	
	.orderingCats {
		width: 34%;
	}
	
	.pageBodyFilters.affix {
		width: 162px;
	}
	
	.pageBodyContent .rowAdres {
		padding: 30px 15px;
	}
	
	.pageBodyContent .rowAdres h3 {
		float: left;
		text-align: left;
	}
	
	.archive.woocommerce-page ul.products li.product {
		width: 48% !important;
		margin: 0 1% 20px !important;
	}
	
	.archive.woocommerce-page ul.products li.product.last {
		margin: 0;
	}
	
	.woocommerce #content div.product div.summary, 
	.woocommerce div.product div.summary, 
	.woocommerce-page #content div.product div.summary, 
	.woocommerce-page div.product div.summary {
		margin-left: 0;
	}
	
	#relatedProducts .products.up-sells .product {
		max-width: 100%;
	}
	
	#fullpage .quickContactCols h3 {
		font-size: 30px;
	}
	
	#footer-upper #footer-upper-1 {
		border-right: 1px solid #e6e6e6;
	}
	
	#footer-upper #footer-upper-2 {
		padding-left: 60px;
	}
	
	#footer-upper #footer-upper-3,
	#footer-upper #footer-upper-4 {
		border-top: 1px solid #e6e6e6;
		padding-top: 30px
	}
	
	#footer-upper-4 .footerLogotypesInner {
		display: inline-block;
		vertical-align: top;
		margin-right: 30px;
	}
}

@media (max-width: 966px), (max-width: 966px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
}

@media (max-width: 800px), (max-width: 800px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.singleBodyProduct #subscribe h3 {
		font-size: 16px;
	}
	
	#hero h1 {
		margin: 55px 20px;
		font-size: 50px !important;
	}
}

@media (max-width: 768px), (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#homePageBG {
		background-position: 30% 0;
	}
	
	#hero h1 {
		margin: 50px 20px;
		font-size: 50px !important;
	}
		
	.woocommerce .woocommerce-product-gallery__wrapper .gallery dl {
		margin: 0 0 50px 0;
	}
	
	.logged-in .woocommerce div.product div.summary,
	.woocommerce div.product div.summary {
		padding-top: 20px;
	}
		
	.woocommerce-page div.product .woocommerce-tabs {
		width: 100%;
	}
	
	#fullpage .woocommerce ul.product_list_widget li a {
		font-size: 14px;
	}

	.simple_container {
		right: 36px;
		top: 11px;
	}
	
	.simple_add_to_favourites {
		font-size: 14px;
	}
	
	.woocommerce div.product div.summary,
	.woocommerce div.product div.images.woocommerce-product-gallery {
		width: 100%;
	}
}

@media (max-width: 767px), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.no-padding-mobile {
		padding-left: 0;
		padding-right: 0;
	}

	.gallery dl dt {
		padding-right: 5px;
	}
	
	blockquote {
		margin: 0 0 25px 0;
	}
	
	blockquote p {
		font-size: 18px !important;
	}
	
	#logoMain {
		width: 40px;
		overflow: hidden;
	}
	
	#contactNav {
		width: calc(100% - 50px);
	}
	
	.top-navbar .phoneUnder, 
	.top-navbar .phoneNr {
		font-size: 17px;
	}
	
	#logoMain img {
		width: 397px;
		max-width: initial
	}
	
	/* Home */
	#baner .desc-block-wrap {
		max-width: 100%;
	}
	
	#fullpage .sectionTitleWrap h2 .h2_1 {
		font-size: 46px;
	}
	
	#fullpage .sectionTitleWrap h2 .h2_2 {
		font-size: 22px;
	}
	
	#baner .swiper-slide:nth-child(1) .slide-wrapp-inner {
		background-position: 0 0;
	}
	
	#konfiguratorWrap .colBlockWrap .colDesc h2 {
		color: #507da1;
		font-size: 40px;
	}
	
	#konfigurator .configBlocks {
		flex-wrap: wrap;
	}
	
	#konfigurator .configBlocks .configBlocksInner {
		width: 100%;
	}
	
	#konfigurator .configBlocksInnerRight form,
	#konfigurator .configBlocksInnerLeft form {
		transform: translate3d(0,0,0);
	}
	
	.configBlocksInnerRight form::after,
	.configBlocksInnerLeft form::after {
		display: none;
	}
	
	#fullpage .configBlockSubTitle h5 {
		margin: 30px auto;
	}
	
	#fullpage .woocommerce ul.products li.product .simple-remove-from-favourites, 
	#fullpage .woocommerce ul.products li.product .button, 
	#fullpage .woocommerce ul.products li.product .simple-remove-from-favourites, 
	#fullpage .woocommerce ul.products li.product .button {
		width: 100%;
	}
	
	#fullpage .woocommerce ul.products li.product a.button, 
	#fullpage .woocommerce ul.products li.product a.button {
		font-size: 12px;
	}
	
	/** Podstrony **/
	
	#siebar .filterWrap {
		max-height: 0;
		overflow: hidden;
	}
	
	#siebar .searchBoxTitle {
		margin: 0;
	}
	
	#siebar .filterWrap.filter-open {
		max-height: 9999px;
		margin-top: 15px;
	}
	
	#siebar .arrowSearchDn span {
		position: absolute;
		text-align: right;
		top: 5px;
		right: 40px;
		color: #ac0006;
		font-size: 14px;
		width: 78px;
	}
	
	#siebar .filter-open.arrowSearchDn .schowajFiltr,
	#siebar .filter-open.arrowSearchDn .pokazFiltr {
		display: none;
	}
	
	#siebar .arrowSearchDn .pokazFiltr,
	#siebar .filter-open.arrowSearchDn .schowajFiltr {
		display: block;
	}
	
	#siebar .arrowSearchDn {
		display: block;
		cursor: pointer;
	}
	
	#siebar .arrowSearchDn i {
		transform: rotate(0);
	}
	
	#siebar .arrowSearchDn.filter-open i {
		transform: rotate(180deg);
	}
	
	#fullpage p {
		font-size: 16px;
	}
	
	.woocommerce-page .emptyHeader .subTitleHeader, 
	.page-template-default .emptyHeader .subTitleHeader, 
	.archive .subTitleHeader, .page-template-page-ulubione .subTitleHeader, 
	.woocommerce-page .subTitleHeader, 
	.page-template-default .subTitleHeader {
		height: auto;
		flex-wrap: wrap;
	}
	
	.term-description {
		padding: 0 15px 30px 15px;
	}
	
	.page-template-page-ulubione h1.subPageTitle, 
	.single-product h1.subPageTitle, 
	.woocommerce-account.woocommerce-view-order h1.subPageTitle, 
	.woocommerce-page h1.subPageTitle, 
	.archive .emptyHeader .subTitleHeader h1.subPageTitle,
	.page-template-default h1.subPageTitle,
	.woocommerce-page .emptyHeader h1.subPageTitle, 
	.page-template-default .emptyHeader h1.subPageTitle {
		font-size: 26px;
	}
	
	.archive.woocommerce-page ul.products li.product.last {
		margin: 0
	}
	
	.pageBodyFilters.affix {
		width: calc(100% - 30px);
		top: 105px;
	}
	
	.subTitleHeader h1 {
		font-size: 28px;
	}

	.single.woocommerce-page #rightCol .rightColInner {
		padding: 20px;
	}
	
	.woocommerce .woocommerce-breadcrumb {
		margin-bottom: 20px;
	}
	
	.woocommerce .woocommerce-breadcrumb, 
	.woocommerce .woocommerce-breadcrumb a {
		font-size: 12px;
	}
	
	.woocommerce div.product form.cart .variations td {
		line-height: initial;
		height: initial;
	}
	
	.woocommerce .variations_form > div.responsiveTable {
		margin: 0 0 10px 0;
	}
	
	.orderingCats,
	.woocommerce .woocommerce-breadcrumb {
		width: 100%;
		border: none;
	}
	
	.woocommerce .woocommerce-breadcrumb {
		margin: 10px 0 0;
		padding: 0
	}
	
	.woocommerce .woocommerce-ordering {
		max-width: 100%;
		margin: 10px 0 5px 0;
	}
	
	.woocommerce ul.products[class*="columns-"] li.product, 
	.woocommerce-page ul.products[class*="columns-"] li.product {
		margin: 0 0 30px 0;
	}
	
	.logged-in .woocommerce div.product div.summary,
	.woocommerce div.product div.images.woocommerce-product-gallery,
	.woocommerce .woocommerce-product-gallery__image,
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
	.woocommerce .woocommerce-product-gallery__wrapper .gallery {
		width: 100%;
		display: inline-block !important;
		vertical-align: top;
	}
	
	.woocommerce ul.products li.product .woocommerce-loop-category__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title, 
	.woocommerce ul.products li.product h3 {
		font-size: 14px;
		min-height: 64px;
	}
	
	.woocommerce table.shop_table td {
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	
	.pageBodyContentShop .product .catLogo img {
		max-height: 25px;
	}
	
	.pageBodyContentShop ul.products li.product .price {
		padding: 0;
	}
	
	.pageBodyContentShop .product .fiSize {
		padding: 5px;
		font-size: 12px;
	}
	
	.pageBodyContentShop ul.products li.product .price del,
	.pageBodyContentShop ul.products li.product .price del span,
	.pageBodyContentShop ul.products li.product .price span {
		font-size: 13px;
	}
	
	#relatedProducts .products.related .product {
		width: 48%;
	}
	
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
		position: relative;
		z-index: 1;
		overflow: hidden;
		padding: 30px 0 0;
	}

	.woocommerce .woocommerce-product-gallery__wrapper .gallery {
		margin: 10px 0;
	}
	
	.woocommerce .woocommerce-product-gallery__wrapper .gallery dl {
		margin: 0;
		width: 33.3333%;
		float: left;
	}
	
	.woocommerce .woocommerce-product-gallery__wrapper .gallery dl dt {
		padding: 0;
	}
	
	.woocommerce .woocommerce-product-gallery__wrapper .gallery dl dt img {
		max-height: 100px;
		width: auto;
	}
	
	.woocommerce div.product div.images,
	.woocommerce .woocommerce-product-gallery__wrapper .gallery dl {
		margin: 0
	}
	
	#fullpage .woocommerce ul.product_list_widget li {
		margin: 0 3.8% 0 0;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel p {
		font-size: 14px;
	}
	
	.woocommerce #tab-description > p {
		margin-bottom: 10px;
	}
	
	.woocommerce table.shop_attributes.extraTabs th {
		width: 80%;
		font-size: 14px;
	}
	
	.woocommerce .variations_form > div {
		max-width: 100%;
	}
	
	#fullpage .woocommerce ul.product_list_widget li {
		margin: 0 0 20px 0;
		width: 100%;
	}
		
	.simple_container {
		right: 0;
		top: 11px;
		left: 0;
		margin: 0 auto;
		width: 192px;
	}
	
	.projectsGallery > .row > div.projectsGalleryTitle {
		max-width: 100%;
		min-width: 100%;
	}
	
	.projectsGallery > .row > div {
		max-width: 50%;
		min-width: 50%;
	}
	
	.woocommerce #content div.product div.summary, 
	.woocommerce div.product div.summary, 
	.woocommerce-page #content div.product div.summary, 
	.woocommerce-page div.product div.summary {
		padding: 15px;
		margin-top: 15px;
	}
	
	.recentView {
		margin-top: 30px;
	}
	
	#fullpage .quickContactCols h3 {
		font-size: 20px;
	}
		
	/** Footer **/
	#footer-upper-1 {
		margin: 0 0 40px 0;
	}
	
	#footer-upper-3 p {
		font-size: 14px;
		margin: 0 0 5px 0;
		padding: 0 0 5px 0;
	}
	
	#footer-upper-3 p br {
		display: none;
	}
	
	.imgDescPaymentsRow .imgPayments {
		width: 150px;
		margin-right: 20px;
	}
	
	.lower-col-right p,
	.lower-col-left p {
		text-align: center;
		display: inline-block;
		width: 100%;
	}
	
	#footer-upper #footer-upper-1 {
		border-bottom: 1px solid #e6e6e6;
		border-right: none;
		padding-bottom: 30px;
	}
	
	#footer-upper #footer-upper-2 {
		padding-left: 15px;
	}
}

/* iphone 6 plus*/
@media (max-width: 736px), (max-width: 736px) and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* iphone 6 */
@media (max-width: 667px), (max-width: 667px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
}

@media (max-width: 640px), (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* Nexusy */
@media (max-width: 604px), (max-width: 604px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
}

/* Bootstrap small */
@media (max-width: 576px), (max-width: 576px) and (-webkit-min-device-pixel-ratio: 1.5) {	
	/** Podstrony **/
	.h1, h1 {
		font-size: 2rem;
	}

	.h2, h2 {
		font-size: 1.75rem;
	}
	
	.h3, h3 {
		font-size: 1.5rem;
	}
	
	.h4, h4 {
		font-size: 1.3rem;
	}
	
	.h5, h5 {
		font-size: 1.15rem;
	}
	
	.top-navbar #contactPhone {
		padding-top: 2px;
	}
	
	#mainMenuSearch {
		width: calc( 100% - 280px);
	}

	#hero h1 {
		margin: 50px 0;
		font-size: 28px !important;
	}
	
	.row .col-12.d-none {
		display: none !important;
	}
			
	a.btn, 
	.btn a {
		width: 100%;
		padding: 5px 20px;
	}
	
	.btn a span, 
	a.btn span, 
	.btn a i,
	a.btn i {
		display: inline-block;
		padding: 5px
	}
	
	.page-template-page-ulubione .subTitleHeader, 
	.woocommerce-page .subTitleHeader, 
	.page-template-default .subTitleHeader {
		margin-bottom: 15px;
	}
	
	.woocommerce-page .emptyHeader .subTitleHeader, 
	.page-template-default .emptyHeader .subTitleHeader, 
	.archive .subTitleHeader {
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#fullpage h3 {
		font-size: 32px;
		margin: 10px 0 40px 0;
	}
	
	.pageBodyContent .rowAdres h3 {
		float: none;
		text-align: right;
	}
	
	.page-template-page-ulubione .pageBodyContent, 
	.woocommerce-page #main > .pageBodyContent, 
	.page-template-default .pageBodyContent {
		padding: 20px;
	}
	
	.contact-form-span-title {
		width: 100%;
		margin: 10px 0 5px 0;
	}
	
	.wpcf7-form-control-wrap {
		width: 100%;
	}
	
	.wpcf7-submit {
		width: 100%;
	}

	/* kategorie */
	.pageBodyFilters {
		display: inline-block !important;
		margin-top: 10px
	}
	
	.woocommerce ul.products[class*="columns-"] li.product, 
	.woocommerce-page ul.products[class*="columns-"] li.product {
		width: 48%;
	}
	
	.select2-container--default .select2-search--inline .select2-search__field {
		font-size: 14px;
	}
	
	.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
		padding: 9px;
		font-size: 14px;
	}
	
	.orderingCats h4, 
	.pageBodyFilters .filterWrap > div .section-title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.pageBodyFilters .filterWrap > div {
		width: 100%;
		float: left;
		margin: 0 0 15px 0;
	}
	
	.pageBodyFilters .filterWrap > div:first-child > form {
		padding-right: 0;
	}
	
	.pageBodyFilters .filterWrap > div:nth-child(2) > form {
		padding-left: 0;
	}
	
	#products .colSpacer {
		height: initial;
	}
	
	#products .colSpacer img {
		height: initial;
	}
		
	#products .colSpacer h4 {
		font-size: 16px;
		bottom: 20px;
		left: 20px;
	}
	
	#faqTabs .swiper-slide .faqElementInner {
		flex-wrap: wrap;
	}
	
	.faqElementImg img,
	.faqElementMeta,
	.faqElementImg {
		width: 100%;
	}
	
	.faqElementImg {
		margin-bottom: 30px;
	}
	
	#brandsMenu .brandTitle {
		font-size: 20px;
		width: 90px;
	}
	
	#brandsMenu .brandDesc {
		font-size: 16px;
		width: 132px;
		line-height: 1;
	}
	
	#brandsMenu .brandDesc i {
		position: absolute;
		right: 0;
	}
}

@media (max-width: 480px), (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.5) {	
	#mainMenuSearchBtn {
		display: inline-block;
		float: right
	}
	
	#mainMenuSearch {
		position: absolute;
		top: 0;
		left: 90px;
		width: 60px;
		height: 60px;
		z-index: 10;
	}
	
	#btnConfig a {
		text-overflow: ellipsis;
		overflow: hidden;
		width: 81px;
		white-space: nowrap;
		padding: 10px;
	}
	
	.searchFieldOn #mainMenuSearch {
		width: calc(100% - 50px);
		left: 0;
	}
	
	#mainMenuSearchBtn {
		width: 60px;
		float: left;
		color: #fff;
		font-size: 28px;
	}
	
	#mainMenuSearchBtn i {
		cursor: pointer;
	}
	
	.searchFieldOn #mainMenuSearchBtn .fa-search,
	#mainMenuSearchBtn .fa-times-circle {
		display: none;
	}
	
	.searchFieldOn #mainMenuSearchBtn .fa-times-circle {
		display: block;
	}
	
	#mainMenuSearch .AjaxSearchLiteWidget {
		width: calc(100% - 60px);
		height: 100%;
		float: left
	}
	
	#mainMenuSearch div #ajaxsearchlite1 div {
		padding: 0 !important
	}
	
	.page-template-page-ulubione h1.subPageTitle, 
	.single-product h1.subPageTitle, 
	.woocommerce-account.woocommerce-view-order h1.subPageTitle, 
	.woocommerce-page h1.subPageTitle, 
	.archive .emptyHeader .subTitleHeader h1.subPageTitle, 
	.page-template-default h1.subPageTitle, 
	.woocommerce-page .emptyHeader h1.subPageTitle, 
	.page-template-default .emptyHeader h1.subPageTitle {
		font-size: 20px;
	}
	
	.subTitleHeader h2.subPageTitle {
		font-size: 16px;
	}
	
	#baner .desc-block-wrap h1, 
	#baner .desc-block-wrap h2 {
		font-size: 28px;
	}
	
	.wpdreams_asl_results {
		width: 100% !important;
		left: 0 !important;
	}
	
	.popUpGenerator .modal-body-popup > a {
		margin: 0 10px;
	}
	
	.popUpGenerator .modal-form-popup {
		margin-top: 0
	}
	
	#fullpage .popUpGenerator .wpcf7-text {
		margin-bottom: 0;
	}
	
	#fullpage .highValuePopup .modal-content .modal-text,
	.popUpGenerator .contact-form-span-title {
		padding-top: 0;
	}
	
	#fullpage .popUpGenerator .modal-content .modal-title {
		margin-bottom: 10px;
		font-size: 28px;
	}
	
	#fullpage .popUpGenerator .formFooter {
		padding-top: 10px;
	}
	
	.term-description {
		padding: 15px 0;
	}
}

/* iphone 6 plus*/
@media (max-width: 414px), (max-width: 414px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.top-navbar #contactPhone {
		width: 155px; 
	}

	.top-navbar .phoneNr {
		font-size: 18px;
	}
		
	.top-navbar .phoneUnder {
		font-size: 12px;
		margin-top: 5px;
	}
	
	.top-navbar .phoneUnder .far {
		display: none;
	}
	
	.slide-out-nav {
		overflow-y: visible;
		overflow-x: hidden;
		height: 100vh
	}
	
	#nawigator {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin-bottom: 10px;
	}
	
	#nawigator li {
	    padding: 5px;
	}
	
	#nawigator li.prev {
		float: left;
	}
	
	#nawigator li.next {
		float: right;
	}
	
	#baner .swiper-slide:nth-child(1) .slide-wrapp-inner {
		background-position: -100px 0px;
	}
}

/* iphone 6 */
@media (max-width: 380px), (max-width: 380px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.navbar-lockup #logoMain img {
		max-width: 150px;
	}
	
	.wcpa_form_outer .extraWentylacje .wcpa_image > label {
		width: 162px;
		font-size: 13px;
	}
}

@media (max-width: 360px), (max-width: 360px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.wcpa_form_outer .wcpa_row .extraWentylacje .wcpa_image img {
		max-width: 100px;
	}
	
	#baner .swiper-slide:nth-child(1) .slide-wrapp-inner {
		background-position: -130px 0px;
	}
}

@media (max-width: 350px), (max-width: 350px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.top-navbar .phoneNr {
		font-size: 17px;
	}
	
	#contactNav {
		width: calc(100% - 40px);
	}
		
	.top-navbar #btnConfig {
		margin-left: 10px;
	}
	
	.top-navbar #btnConfig a {
		padding: 10px 5px;
	}
}

@media (max-width: 320px), (width-max: 320px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.navbar-lockup #logoMain img {
		max-width: 120px;
	}

	.woocommerce ul.products[class*="columns-"] li.product, 
	.woocommerce-page ul.products[class*="columns-"] li.product {
		width: 100%;
	}
	
	.wcpa_form_outer .wcpa_row .extraWentylacje .wcpa_image img {
		max-width: 72px;
	}
}