* {
	letter-spacing: 0 !important;
}
body {
	font-family: 'Raleway', sans-serif;
	background: #fff;
	color: #444;
}

h1, .h1,
h2,
h3,
h4,
h5 {
	font-family: 'Maven Pro', sans-serif;
}

.h1 {
  clear: both;
  color: #24292e;
  margin-top: 24px;
  margin-bottom: 15px;
  font-size: 32px;
  padding-bottom: 10px;
}

a {
	color: #444;
	transition: all 0.3s linear;
}

a:hover {
	color: #222;
	text-decoration: none;
}

input:focus {
	outline: 0px !important;
	box-shadow: none !important;
}

button:focus {
	outline: 0px !important;
	box-shadow: none !important;
}

::-moz-selection {
	color: #fff;
	background: #222;
}

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

.x {
	clear: both;
}

.x1 {
	clear: both;
	height: 10px;
}

.x2 {
	clear: both;
	height: 20px;
}

.x3 {
	clear: both;
	height: 30px;
}

#header {
	margin-top: 25px;
}

header#masthead {
	background: #fff;
	box-shadow: none;
	/*border-bottom: 1px #ebebeb solid;*/
}

header#masthead .navbar-brand {
	display: none;
}

header#masthead .logo {
	margin-bottom: 15px;
}

.header-left {
	margin-top: 20px;
}

.header-search {
	width: 200px;
}

.header-left input {
	border: 0;
	border-bottom: 1px #ebebeb solid;
	padding-left: 0;
	color: #979797;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Maven Pro', sans-serif;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.header-left input:focus {
	border-color: #222;
}

.header-left button {
	border: 0;
	border-bottom: 1px #ebebeb solid;
}

.header-right {
	margin-top: 25px;
}

.header-my-account {
	margin-left: 25px;
	float: right;
}

.header-my-account svg {
	height: 23px;
	width: auto;
	margin-top: -10px;
}

.header-wishlist {
	margin-left: 25px;
	float: right;
	font-size: 22px;
	color: #000;
	margin-top: -7px;
}

.header-cart-price {
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	margin: 0 10px 0 0;
	color: #979797;
}

.nav-cart-icon {
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
	font-size: 10px;
	text-align: center;
	line-height: 16px;
	font-weight: 700;
	color: #000;
	border: 2px solid #444;
	border-radius: 2px;
	float: right;
}

.nav-cart-icon:before {
	content: '';
	display: block;
	width: 10px;
	height: 6px;
	top: -7px;
	left: 3px;
	position: absolute;
	border: 2px solid #444;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom: 0;
}

body:not(.theme-preset-active) header#masthead .navbar-nav>li>a {
	font-size: 14px !important;
	padding: 0.5rem 10px !important;
	font-weight: 400 !important;
	color: #444 !important;
	text-transform: uppercase !important;
	font-family: 'Maven Pro', sans-serif;
}

body:not(.theme-preset-active) header#masthead .navbar-nav>li>a:hover {
	color: #222 !important;
}

body:not(.theme-preset-active) header#masthead .navbar-nav>li .dropdown-menu {
	min-width: 300px;
	border-color: #ebebeb;
}

body:not(.theme-preset-active) header#masthead .navbar-nav>li .dropdown-menu .dropdown-item {
	font-size: 13px !important;
	font-weight: 400 !important;
	color: #444 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.1em !important;
	font-family: 'Maven Pro', sans-serif;
}

body:not(.theme-preset-active) header#masthead .navbar-nav>li .dropdown-menu .dropdown-item:hover {
	background: #ebebeb;
}

body:not(.theme-preset-active) header#masthead .navbar-nav>li.btn-header-promocje>a {
	font-weight: 700 !important;
	padding-right: 24px !important;
	font-size: 14px !important;
	display: block;
	background: -webkit-linear-gradient(45deg, #030256, #E41414);
  background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

body:not(.theme-preset-active) header#masthead .navbar-nav>li.btn-header-promocje>a:after {
	content: "";
	text-align: center;
	line-height: 14px;
	position: absolute;
	width: 16px;
	height: 16px;
	background: url('../images/promo.png') center center no-repeat;
	color: #fff;
	font-size: 11px;
	margin-left: 3px;
	margin-top: -2px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

body:not(.theme-preset-active) header#masthead .navbar-nav>li.btn-header-black-week>a {
	padding-left: 34px !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	background: #f5f5f5 url('../images/black-week.png') left 4px center no-repeat !important;
	background-size: 20px auto !important;
	margin-left: 10px;
}

body:not(.theme-preset-active) header#masthead .navbar-nav>li.btn-header-swieta>a {
	padding-left: 34px !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	background: #f5f5f5 url('../images/christmas-tree.svg') left 4px center no-repeat !important;
	background-size: 24px auto !important;
	margin-left: 10px;
}

body:not(.theme-preset-active) header#masthead .navbar-nav>li.btn-header-lustra>a {
	padding-left: 34px !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	background: #f5f5f5 url('../images/mirror.png') left 4px center no-repeat !important;
	background-size: 24px auto !important;
	margin-left: 10px;
}

body:not(.theme-preset-active) header#masthead .navbar-nav>li.btn-header-48h>a {
	padding-left: 34px !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	background: #f5f5f5 url('../images/icon-48h.svg') left 4px center no-repeat !important;
	background-size: 24px auto !important;
	margin-left: 10px;
}

body:not(.theme-preset-active) header#masthead .navbar-nav>li.btn-header-48h:hover>a {
	background-color: #eee;
}

#promobar {
	font-size: 13px;
	padding: 10px 0;
}
#promobar .button {
	text-align: center;
	font-size: 13px;
	border: 1px #222 solid;
	background: #fff;
	margin-top: 10px;
	color: #222;
	padding: 6px 15px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 5px;
	margin-left: 30px;
	line-height: 1.5;
}

#topbar {
	border-bottom: 1px #ebebeb solid;
	color: #979797;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	font-family: 'Maven Pro', sans-serif;
	margin: 0;
	padding: 0;
}

#topbar .fast-contact {
	margin-right: 20px;
	color: #979797;
	transition: all 0.3s linear;
}

#topbar .fast-contact:hover {
	color: #222;
}

#topbar .fast-contact i {
	margin-right: 3px;
}

#topbar .btn-header-social {
	margin-left: 10px;
	color: #979797;
	transition: all 0.3s linear;
}

#topbar .btn-header-social:hover {
	color: #222;
}

#footer {
	padding: 0;
	margin: 0;
}

#footer #footer-desktop .footer-bg {
	padding: 15px 0;
	border-top: 1px #ebebeb solid;
	border-bottom: 1px #ebebeb solid;
}

#footer-desktop {
	display: flex;
}

#footer-mobile {
	display: none;
}

@media (max-width: 991px) {
	#footer #footer-desktop {
		display: none;
	}

	#footer #footer-mobile {
		display: block;
	}

	#footer #footer-mobile .widget-title {
		display: none;
	}
}

#footer #footer-desktop h3 {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #444;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#footer #footer-desktop ul,
#footer #footer-mobile ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #979797;
}

#footer #footer-desktop ul li,
#footer #footer-mobile ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #979797;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#footer #footer-desktop ul li a,
#footer #footer-mobile ul li a {
	color: #979797;
	padding: 0;
	margin: 3px 0;
	font-size: 13px;
	line-height: 20px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#footer #footer-desktop ul li a:hover {
	background: none;
	color: #444;
}

#footer #footer-desktop .textwidget,
#footer #footer-mobile .textwidget {
	color: #979797;
	padding: 0;
	margin: 3px 0;
	font-size: 13px;
	line-height: 22px;
	display: block;
}

#footer #footer-mobile .accordion .card {
	border: none;
}

#footer #footer-mobile .accordion .card:not(:last-child) {
	border-bottom: 1px #ebebeb solid;
}

#footer #footer-mobile .accordion .card .card-header {
	background: #fff;
	border: none;
}

#footer #footer-mobile .accordion .card .card-header h3 button {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 0.375rem 0;
}

body:not(.theme-preset-active) footer#colophon {
	background: #fff;
	color: #979797;
	padding: 0;
	margin: 3px 0;
	font-size: 13px;
	line-height: 22px;
	display: block;
}

.btn-footer-social {
	font-size: 18px;
	color: #979797;
	margin-left: 15px;
}

.btn-footer-social i {
	color: #979797;
	transition: all 0.3s linear;
}

.btn-footer-social i:hover {
	color: #444;
}

.sfsi_shortcode_container .sfsi_wicons {
	width: 30px !important;
	height: 30px !important;
	margin-right: 7px;
}

.sfsi_shortcode_container .sfsi_wicons img {
	transition: all 0.3s linear;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.sfsi_shortcode_container .sfsi_wicons:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}

.woocommerce-Tabs-panel--description h2:first-child {
	display: none;
}

#showcasenew,
#homepage_banner {
	/*width: 100%;*/
	/*max-width: 1920px;*/
	margin: 0 auto;
}

#showcasenew .carousel-control-prev-icon {
	position: absolute;
	z-index: 6;
	background: #444 url('../images/arrow-left-white.png') center center no-repeat;
	opacity: 0.3;
	width: 40px;
	height: 40px;
	left: 20px;
	color: transparent;
	font-size: 0px;
	transition: all 0.3s linear;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#showcasenew .carousel-control-prev-icon:hover {
	opacity: 1;
}

#showcasenew .carousel-control-next-icon {
	position: absolute;
	z-index: 6;
	background: #444 url('../images/arrow-right-white.png') center center no-repeat;
	opacity: 0.3;
	width: 40px;
	height: 40px;
	right: 20px;
	color: transparent;
	font-size: 0px;
	transition: all 0.3s linear;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#showcasenew .carousel-control-next-icon:hover {
	opacity: 1;
}

#showcasenew .carousel-control-next,
#showcasenew .carousel-control-prev {
	width: auto;
	z-index: 9;
}

#showcasenew .showcasenew-caption {
	position: absolute;
	z-index: 5;
	background: none;
	top: 20%;
	width: 100%;
	bottom: auto;
	padding-bottom: 10px;
}

#showcasenew .showcasenew-caption h3 {
	font-size: 50px;
	line-height: 55px;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}

#showcasenew .showcasenew-caption .showcase-desc {
	font-size: 16px;
	font-weight: 400;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

#showcasenew .showcasenew-caption .btn-showcase {
	font-size: 20px;
	border: 1px #222 solid;
	background: transparent;
	color: #222;
	padding: 8px 20px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: all 0.3s linear;
}

#showcasenew .showcasenew-caption .btn-showcase:hover {
	background: #222;
	color: #fff;
}

#showcasenew .showcasenew-img-desktop,
#homepage-banner .showcasenew-img-desktop {
	display: block !important;
}

#showcasenew .showcasenew-img-mobile,
#homepage-banner .showcasenew-img-mobile {
	display: none !important;
}

#showcase {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

#showcase .nivo-caption {
	background: none;
	top: 20%;
	width: 100%;
	bottom: auto;
	padding-bottom: 10px;
}

#showcase .nivo-caption h3 {
	font-size: 50px;
	line-height: 55px;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}

#showcase .nivo-caption .showcase-desc {
	font-size: 16px;
	font-weight: 400;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

#showcase .nivo-caption .btn-showcase {
	font-size: 20px;
	border: 1px #222 solid;
	background: transparent;
	color: #222;
	padding: 8px 20px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: all 0.3s linear;
}

#showcase .nivo-caption .btn-showcase:hover {
	background: #222;
	color: #fff;
}

#showcase .nivo-prevNav {
	background: #444 url('../images/arrow-left-white.png') center center no-repeat;
	opacity: 0.3;
	width: 40px;
	height: 40px;
	left: 20px;
	color: transparent;
	font-size: 0px;
	transition: all 0.3s linear;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#showcase .nivo-prevNav:hover {
	opacity: 1;
}

#showcase .nivo-nextNav {
	background: #444 url('../images/arrow-right-white.png') center center no-repeat;
	opacity: 0.3;
	width: 40px;
	height: 40px;
	right: 20px;
	color: transparent;
	font-size: 0px;
	transition: all 0.3s linear;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#showcase .nivo-nextNav:hover {
	opacity: 1;
}

#newsletter .bg-newsletter {
	border: 1px #ebebeb solid;
}

#newsletter .newsletter-box {
	padding: 30px 10px 30px 10px;
}

#newsletter .newsletter-box h3 {
	font-size: 30px;
	line-height: 35px;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 0 40px 0;
}

#newsletter .newsletter-box h4 {
	font-size: 16px;
	line-height: 20px;
	color: #979797;
	font-weight: 400;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 25px 0 10px 0;
}

#newsletter .newsletter-box .btn-primary {
	background: #222;
	border-color: #222;
	color: #fff;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#newsletter .newsletter-box input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px #ebebeb solid;
	color: #979797;
	font-weight: 400;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
}

#whyus {
	padding: 20px 0;
	margin: 0 0 30px 0;
	min-height: 221px;
}

#whyus .whyus-box {
	padding: 20px 30px;
	font-size: 14px;
	color: #979797;
}

@media (max-width: 991px) {
	#whyus .whyus-box {
		padding: 5px;
	}

  #whyus {
    margin: 0;
  }

  #whyus .whyus-box img {
    height: 25px;
  }

  #whyus .whyus-box h5 {
    font-size: 13px;
  }
}

#whyus .whyus-box.whyus-box-1 {
	border-right: 1px #ebebeb solid;
}

#whyus .whyus-box.whyus-box-3 {
	border-left: 1px #ebebeb solid;
}

#whyus .whyus-box h4 {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 20px 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#whyus .whyus-box img {
	margin-bottom: 10px;
	height: 50px;
	width: auto;
}

#textarea {
	padding: 50px 0 30px 0;
	font-size: 14px;
	color: #979797;
}

#textarea h3 {
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 20px 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#textarea .btn-go-to-cat {
	font-size: 18px;
	margin-top: 10px;
	border: 1px #222 solid;
	display: inline-block;
	background: #fff;
	color: #222;
	padding: 8px 20px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: all 0.3s linear;
}

#textarea .btn-go-to-cat:hover {
	background: #222;
	color: #fff;
}

#textarea .text-box {
	margin: 50px 30px;
}

.banner-image {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
  transition: all 200ms ease-in-out;
}

.banner-image:hover {
  transform: scale(1.1);
}

.banner-image a {
	display: block;
	overflow: hidden;
	position: relative;
}

/*
.banner-image a::before {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 50%;
	opacity: 1;
	position: absolute;
	right: 51%;
	top: 0;
}

.banner-image a::after {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	bottom: 50%;
	content: "";
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 50%;
}

.banner-image:hover a::before,
.image:hover a::before {
	left: 0;
	opacity: 0;
	right: 0;
	transition: all 900ms ease-in 0s;
}

.banner-image:hover a::after,
.image:hover a::after {
	bottom: 0;
	opacity: 0;
	top: 0;
	transition: all 900ms ease-in 0s;
}
*/
#homecategories {
	padding: 0 0 30px 0;
	font-size: 14px;
	color: #979797;
}

#homecategories .category-box,
#kafelki-kategorii .category-box {
	position: relative;
	margin-bottom: 30px;
	min-height: 200px;
}

#homecategories .category-box .text-z-content,
#kafelki-kategorii .category-box .text-z-content {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
}
@media (max-width: 1200px) {
	#homecategories .category-box .text-z-content,
	#kafelki-kategorii .category-box .text-z-content {
		height: 85%;
	}
}
@media (min-width: 426px) and (max-width: 767px) {
	#homecategories .category-box,
	#kafelki-kategorii .category-box {
		min-height: auto;
	}
	#homecategories .text-z-content .btn-go-to-cat,
	#kafelki-kategorii .text-z-content .btn-go-to-cat {
		bottom: 0;
	}
	#homecategories .text-z-content h4,
	#kafelki-kategorii .text-z-content h4 {
		margin: 15px 30px;
    	font-size: 16px;
	}
}
@media (max-width: 425px) {
	#homecategories .category-box .text-z-content,
	#kafelki-kategorii .category-box .text-z-content {
		height: 80%;
	}
}

#homecategories h4,
#kafelki-kategorii h4 {
	margin: 30px;
	font-size: 20px;
	line-height: 25px;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#homecategories .btn-go-to-cat,
#kafelki-kategorii .btn-go-to-cat {
	font-size: 15px;
	position: absolute;
	bottom: 30px;
	left: 30px;
	border: 1px #222 solid;
	display: inline-block;
	background: transparent;
	color: #222;
	padding: 5px 10px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: all 0.3s linear;
}

#homecategories .btn-go-to-cat:hover,
#kafelki-kategorii .btn-go-to-cat:hover {
	background: #222;
	color: #fff;
}

#homecategories .category-box .banner-image,
#kafelki-kategorii .category-box .banner-image {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#homecategories .category-box .banner-image a,
#kafelki-kategorii .category-box .banner-image a {
	display: block;
	overflow: hidden;
	position: relative;
}

#homecategories .category-box .banner-image a::before,
#kafelki-kategorii .category-box .banner-image a::before {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 50%;
	opacity: 1;
	position: absolute;
	right: 51%;
	top: 0;
}

#homecategories .category-box .banner-image a::after,
#kafelki-kategorii .category-box .banner-image a::after {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	bottom: 50%;
	content: "";
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 50%;
}

#homecategories .category-box:hover .banner-image a::before,
#kafelki-kategorii .category-box:hover .banner-image a::before {
	left: 0;
	opacity: 0;
	right: 0;
	transition: all 900ms ease-in 0s;
}

#homecategories .category-box:hover .banner-image a::after,
#kafelki-kategorii .category-box:hover .banner-image a::after {
	bottom: 0;
	opacity: 0;
	top: 0;
	transition: all 900ms ease-in 0s;
}

#homepageproducts {
	padding: 0 0 40px 0;
	overflow: hidden;
}

#homepageproducts .container {
	padding-left: 0;
	padding-right: 0;
}

.nav-pills {
	margin-bottom: 40px;
}

.nav-pills .nav-link {
	font-size: 20px;
	line-height: 25px;
	margin: 0 15px;
	color: #222 !important;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.nav-pills .nav-link.active {
	background: #eee;
  text-align: center;
}

.products-line {
	padding: 0 0 20px 0;
	margin-bottom: 40px;
	border-bottom: 1px #ebebeb solid;
}

.products-line .container {
	padding-left: 0;
	padding-right: 0;
}

.products-line h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 30px 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	text-align: center;
	margin-bottom: 40px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	font-size: 20px;
	line-height: 25px;
	margin: 0 15px;
	color: #222;
	background: #fff;
	font-weight: 400;
	font-family: 'Maven Pro', sans-serif;
	border: 1px #fff solid !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #eee;
	border-bottom: 1px #ebebeb solid !important;
}

.woocommerce div.product .woocommerce-Tabs-panel--description {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.woocommerce div.product .woocommerce-tabs {
	padding-bottom: 0;
	margin-bottom: 50px;
	border-bottom: 1px #ebebeb solid;
}

.woobt-products .woobt-product .variations_form {
	position: relative;
	height: 35px;
}

.woobt-products .woobt-product .variations_form .variations {
	position: absolute;
	width: 340px;
}

.woobt-products .woobt-product .variations_form .variations .variation .label {
	display: none;
}

.related.products h2 {
	text-align: center;
	margin-bottom: 40px;
}

.woocommerce span.onsale {
	background-color: #fff !important;
    font-size: 11px !important;
    z-index: 99 !important;
    line-height: 35px !important;
    margin: 10px 10px 0 0 !important;
    color: #c25354!important;
    font-weight: 400 !important;
    min-width: auto !important;
    min-height: auto !important;
    width: 65px !important;
    height: 40px !important;
    border-radius: 10px;
    font-weight: 700 !important;
}

.woocommerce span.onsale img {
	color: #222;
	height: 16px;
	width: auto;
}

.woocommerce span.onsale.itsnew {
	background-color: #fff !important;
	right: auto !important;
	left: 0 !important;
	z-index: 99 !important;
	font-size: 13px !important;
	line-height: 35px !important;
	margin: 10px 0 0 10px !important;
	color: #000 !important;
	font-weight: 400 !important;
	min-width: auto !important;
	min-height: auto !important;
	width: 40px !important;
	height: 40px !important;
}

.woocommerce span.onsale.itsnew img {
	color: #222;
	height: 20px;
	width: auto;
}

.woocommerce span.onsale.bestsellerbadge {
	background-color: #fff !important;
	
	z-index: 99 !important;
	font-size: 11px !important;
	line-height: 35px !important;
	margin: 10px 0 0 10px;
	color: #fff !important;
	font-weight: 400 !important;
	min-width: auto !important;
	min-height: auto !important;
	width: 40px !important;
	height: 40px !important;
  left: 0 !important;
}

.woocommerce span.onsale.bestsellerbadge img {
	color: #222;
	height: 18px;
	width: auto;
}

.carousel-ryssa * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.carousel-ryssa .slick-slide img {
	display: inline-block !important
}

.carousel-ryssa .products {
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s linear;
}

.carousel-ryssa .products.slick-initialized {
	visibility: visible;
	opacity: 1;
}

.carousel-ryssa .slick-list {
	padding-top: 0;
	padding-bottom: 25px;
	margin: 0 -15px;
}

.carousel-ryssa .products li.slick-slide {
	margin: 0 15px !important;
	padding: 0px !important;
	clear: none !important;
}

.carousel-ryssa ul.products li.product.first {
	clear: none !important;
	float: left !important
}

.carousel-ryssa .products li.slick-slide:last-child {
	padding-right: 5px;
}

.carousel-ryssa button.slick-arrow,
.ryssa-category-slider-list button.slick-arrow {
	width: 15px;
	height: 26px;
	position: absolute;
	z-index: 9;
	text-indent: -99999px;
	border: 0px !important;
	padding: 20px 15px !important;
	text-align: center;
	margin: 0px !important;
	border-radius: 0px !important;
	cursor: pointer;
}

.carousel-ryssa button.slick-next,
.ryssa-category-slider-list button.slick-next {
	background: rgba(0, 0, 0, 0.5) url('../images/arrow-right-white.png') center center no-repeat !important;
	background-size: 15px 26px !important;
	outline: none !important
}

.carousel-ryssa button.slick-next:hover,
.carousel-ryssa button.slick-next:focus {
	background-color: rgba(0, 0, 0, 0.8) !important;
}

.carousel-ryssa button.slick-prev,
.ryssa-category-slider-list button.slick-prev {
	background: rgba(0, 0, 0, 0.5) url('../images/arrow-left-white.png') center center no-repeat !important;
	outline: none !important
}

.carousel-ryssa button.slick-prev:hover,
.carousel-ryssa button.slick-prev:focus {
	background-color: rgba(0, 0, 0, 0.8) !important;
}

.carousel-ryssa .slick-dots {
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
	width: 100%
}

.carousel-ryssa .slick-dots li button {
	text-indent: -99999px;
}

.carousel-ryssa .slick-dots li {
	list-style: none !important;
	display: inline-block !important;
	margin: 0 2px !important;
	padding: 0px !important;
	width: 10px !important;
	height: 10px !important;
	line-height: 0;
}

.carousel-ryssa .slick-dots li button {
	background: #fff !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 1px solid #000;
	border-radius: 50% !important;
	width: 10px !important;
	height: 10px !important;
}

.carousel-ryssa .slick-dots li button:focus {
	outline: none !important
}

.carousel-ryssa .slick-dots li.slick-active button {
	background: #444 !important;
}

.carousel-ryssa .slick-arrow {
	top: 38%;
}

.carousel-ryssa button.slick-next,
.ryssa-category-slider-list button.slick-next {
	right: 0;
}

.carousel-ryssa button.slick-prev,
.ryssa-category-slider-list button.slick-prev {
	left: 0;
}

.carousel-ryssa ul.products {
	display: block !important;
}

#secondary .children {
	margin-left: 10px;
}

#secondary .current-cat a:first-child {
	font-weight: 700;
}

#secondary .widget-title {
	margin-top: 0;
	font-size: 17px;
	line-height: 25px;
	margin: 0 0 20px 0;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	text-transform: uppercase;
}

#secondary .widgettitle {
	margin-top: 0;
	font-size: 17px;
	line-height: 25px;
	margin: 0 0 20px 0;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	text-transform: uppercase;
}

#secondary .product-categories .nav-link {
	padding: 0;
	margin: 3px 0;
	font-size: 13px;
}

#secondary .product-categories .nav-link:hover {
	background: none;
	text-decoration: underline;
}

body.archive .page-title {
	font-size: 20px;
	line-height: 25px;
	margin: 0;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.archive .term-description {
	font-size: 14px;
	color: #979797;
	margin-top: 30px;
}

body.archive .term-description p:last-child {
	margin-bottom: 0;
}

body.archive .product-action-center {
	top: 27%;
}

.iconic-was-swatches--slider-wrapper .iconic-was-swatches.iconic-was-swatches--square.iconic-was-swatches--slider {
	min-width: 240px;
}

#upsellModalLongTitle {
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
	margin: 0;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#upsellModalLong .btn-primary {
	transition: all 0.3s linear;
	margin: 0 0 0 10px;
	color: #fff;
	padding: 0 20px !important;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background: #da344e !important;
    border: 1px solid #da344e !important;
    border-radius: 5px !important;
}

#upsellModalLong .btn-secondary {
	transition: all 0.3s linear;
	background: #fff;
	border-color: #666;
	margin: 0 0 0 10px;
	color: #666;
	padding: 0 20px !important;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce .woocommerce-result-count {
	font-size: 14px;
	color: #333;
	margin: 15px 0 30px 0;
}

.woocommerce .woocommerce-ordering select {
	margin-top: 15px;
	border: 0;
	padding-right: 0;
	font-size: 14px;
	color: #333;
}

.woocommerce .woocommerce-perpage {
	float: right;
	font-size: 14px;
	color: #333;
	margin-left: 40px;
}

.woocommerce .woocommerce-perpage select {
	margin-top: 15px;
	border: 0;
	padding-right: 0;
	font-size: 14px;
	color: #333;
}

#standardpage {
	padding: 40px 0;
}

#standardpage .entry-title {
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 20px 0;
	border: 0;
	text-align: center;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#standardpage .entry-content {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

#standardpage .entry-content li {
	margin-top: 8px;
	margin-bottom: 8px;
}

#woocommercepage {
	padding: 20px 0 40px 0;
}

#ryssa-breadcrumbs {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	#ryssa-breadcrumbs {
		font-size: 12px;
	}
}

.woocommerce-page div.product div.images {
	width: 60%;
}

.woocommerce-page div.product div.summary {
	width: 35%;
	margin-top: 0;
}

.woocommerce-page div.product div.summary .added_to_cart {
	display: none !important;
}

.vertical-img-left.wpgis-slider-for {
	margin-left: 2%;
	width: 78%;
}

#wpgis-gallery img {
	width: 120px;
	height: auto;
	margin-bottom: 31px;
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}

.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #222;
	margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}

.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}

.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}

.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}

.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}

.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}

.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}

.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.woocommerce div.product .product-brand {
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 10px 0;
	border: 0;
	color: #979797;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
}

.woocommerce div.product .product-brand a {
	color: #979797;
}

.woocommerce div.product .product_title {
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 20px 0;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.woocommerce div.product .price {
	font-size: 30px !important;
	color: #000 !important;
	font-weight: 400;
	margin-bottom: 20px;
}

.woocommerce div.product .product_meta {
	font-size: 12px;
}

.woocommerce div.product .product_meta .sku_wrapper {
	display: none;
}

.woocommerce div.product .product_meta .sku_wrapper {
	display: none;
}

.woocommerce div.product .product_meta .posted_in {
	/*display: block;*/
	font-weight: 700;
	margin-bottom: 5px;
}

.woocommerce div.product .product_meta .posted_in_mobile {
	display: none;
}

.woocommerce div.product .product_meta .posted_in_desktop {
  display: flex;
}

@media (max-width: 991px) {
	.woocommerce div.product .product_meta .posted_in_mobile {
		display: flex;
	}

	.woocommerce div.product .product_meta .posted_in_desktop {
		display: none;
	}
}

.woocommerce div.product .product_meta .posted_in a {
	font-weight: 400;
}

.woocommerce div.product .product_meta .tagged_as {
	display: none;
	font-weight: 700;
	margin-bottom: 5px;
}

.woocommerce div.product .product_meta .tagged_as a {
	font-weight: 400;
}

.woocommerce div.product .product_meta .tagged_collection_as {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}

.woocommerce div.product .product_meta .tagged_collection_as a {
	font-weight: 400;
}

.woocommerce div.product .product-under-links {
	margin-bottom: 20px;
	font-size: 12px;
	color: #666;
	transition: all 0.3s linear;
}

.woocommerce div.product .product-under-links a {
	margin-right: 15px;
	color: #666;
}

.woocommerce div.product .product-under-links a:last-child {
	margin-right: 0;
}

.woocommerce div.product .product-under-links a i {
	margin-right: 5px;
}

.woocommerce div.product .product-under-links a:hover {
	color: #222;
}

.woocommerce div.product form.cart .variations select {
	font-size: 15px;
	border: 1px #ebebeb solid;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce div.product .product-points {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.woocommerce div.product .product-points ul {
	margin-left: 0;
	padding-left: 15px;
}

.woocommerce div.product .tech-top-text {
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.woocommerce div.product .tech-table {
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.woocommerce div.product .tech-table .tech-table-tr {
	border-top: 1px #ebebeb solid;
	padding: 10px 0;
}

.woocommerce div.product .tech-table .tech-table-tr:first-child {
	border-top: 0;
}

.woocommerce div.product .tech-bottom-text {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.woocommerce div.product form.cart,
body.single-product.woocommerce #homepageproducts form.cart  {
	padding: 30px 0;
	margin: 0 0 30px 0;
	border-top: 1px #ebebeb solid;
	border-bottom: 1px #ebebeb solid;
}

.woocommerce div.product .modal form.cart .button,
.woocommerce div.product #modal-button {
	float: left !important;
	font-size: 14px;
	border: 1px #222 solid;
	background: #222;
	margin-top: 10px;
	color: #fff;
	padding: 8px 20px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.modal-button-wrapper .yith-wcwl-add-to-wishlist {
	margin-top: 10px;
}

@media (max-width: 991px) {
	.woocommerce div.product .modal form.cart .button {
		padding: 8px 10px;
	}
}


.woocommerce div.product .modal form.cart .button:hover,
.woocommerce div.product #modal-button:hover {
	background: #fff;
	color: #222;
	border-color: #222;
}

.woocommerce div.product form.cart .yith-wcwl-add-to-wishlist {
	margin-top: 0;
	float: left;
	margin-left: 1em;
}

@media (max-width: 389px) {
	.woocommerce div.product form.cart .yith-wcwl-add-to-wishlist {
		margin-left: 0;
		margin-top: 10px;
		clear: left;
	}
}

@media (min-width: 390px) and (max-width: 991px) {
	.woocommerce div.product form.cart .yith-wcwl-add-to-wishlist {
		margin-left: 14px;
		margin-top: 0;
		clear: none;
	}
}

.woocommerce div.product form.cart .button.add_to_wishlist,
.woocommerce div.product .button.add_to_wishlist {
	font-size: 14px;
	border: 1px #222 solid;
	background: #fff;
	margin-top: 0;
	flex: 1;
	height: 100%;
	color: #222;
	padding: 9px 15px 10px 15px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.modal-button-wrapper {
	display: flex;
	margin-bottom: 10px;
}

.modal-button-wrapper .button.add_to_wishlist {
	margin-left: 10px;
}

.woocommerce div.product form.cart .button.add_to_wishlist:hover,
.woocommerce div.product .button.add_to_wishlist:hover {
	background: #222;
	color: #fff;
	border-color: #222;
}

.woocommerce div.product form.cart .button.add_to_wishlist i,
.woocommerce div.product .button.add_to_wishlist i {
	margin-right: 0;
}

.woocommerce div.product form.cart .button.delete_item,
.woocommerce div.product .button.delete_item {
	font-size: 10px;
	border: 1px #222 solid;
	background: #222;
	margin-top: 0;
	color: #fff;
	padding: 13px 15px 13px 15px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce div.product form.cart .button.delete_item:hover,
.woocommerce div.product .button.delete_item:hover {
	background: #fff;
	color: #222;
	border-color: #222;
}

.woocommerce div.product form.cart .button.delete_item i,
.woocommerce div.product .button.delete_item i {
	margin-right: 0;
	font-size: 14px;
}

.woocommerce div.product form.cart .qib-container {
	float: left;
}

.woocommerce div.product form.cart .view-wishlist {
	display: none;
}

.woocommerce div.product form.cart .separator {
	display: none !important;
}

.wpgis-popup.fa-expand:before {
	content: "\f002" !important;
}

.wishlist-title-container {
	display: none;
}

.wishlist-title-with-form .show-title-form {
	display: none;
}

.add-to-cart-eatnet-delivery-days {
	color: #979797;
	font-size: 14px;
	margin-bottom: 10px;
}

#faq {
	padding: 40px 0;
}

#faq .entry-title {
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 20px 0;
	border: 0;
	text-align: center;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#faq h3 {
	font-size: 16px;
	line-height: 25px;
	margin: 20px 0 20px 0;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#faq .card {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-top: 10px;
	border: 1px #EBEBEB solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#faq .card .card-link {
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
	background: #f5f5f5;
	font-size: 13px;
	padding: 10px 1.25rem;
	transition: all 0.3s linear;
}

#faq .card .card-link.collapsed {
	background: #fff;
}

#faq .card .card-header {
	border-bottom: 0;
	background: #fff;
	padding: 0;
	margin: 0;
}

#faq .card:hover {
	border-color: #666;
}

.help-box {
	padding: 20px;
	border: 1px #ebebeb solid;
	background: #fff;
	font-size: 14px;
	color: #666;
	transition: all 0.3s linear;
	margin-top: 10px;
}

.help-box:hover {
	border-color: #666;
}

.help-box .help-box-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	font-size: 25px;
	color: #979797;
	transition: all 0.3s linear;
	line-height: 60px;
	text-align: center;
	background: #ebebeb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.help-box:hover .help-box-icon {
	color: #666;
}

.help-box h4 {
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 10px 0;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#formularzkontaktowy input,
#formularzkontaktowy textarea {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#formularzkontaktowy input[type="submit"] {
	width: auto;
	font-weight: 700;
}

#formularzkontaktowy .btn-primary {
	color: #fff;
	background: #222;
	cursor: pointer;
	transition: all 0.3s linear;
	text-transform: uppercase;
}

#formularzkontaktowy .btn-primary:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

#formularzkontaktowy .wpcf7-not-valid-tip {
	font-size: 12px;
	margin-bottom: 10px;
}

#formularz-sys-szynowe {
    font-family: 'Maven Pro', sans-serif;
}

#formularz-sys-szynowe .padding-bottom-20 {
    padding-bottom: 20px;
}

#formularz-sys-szynowe .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
}

#formularz-sys-szynowe .inline-block {
    display: inline-block;
}

#formularz-sys-szynowe .hidden-radio {
    opacity: 0;
    position: absolute;
}

#formularz-sys-szynowe .shape-option {
	width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid black;
    transition: all 0.3s ease;
}

#formularz-sys-szynowe input[type="radio"]:checked ~ .shape-option {
    border-color: grey;
    box-shadow: 0 0 10px grey;
    transform: scale(0.9);
    opacity: 0.8;
}

#formularz-sys-szynowe .padding-left-15 {
    padding-left: 15px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	max-width: 100%;
}

.woocommerce .col2-set .col-1 h2,
.woocommerce-page .col2-set .col-1 h2 {
	margin: 10px 0 0 15%;
	font-size: 18px;
	line-height: 25px;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.woocommerce .col2-set .col-2 h2,
.woocommerce-page .col2-set .col-2 h2 {
	margin: 10px 15% 0 0;
	font-size: 18px;
	line-height: 25px;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.woocommerce .col2-set .woocommerce-form-login {
	margin-left: 15%;
}

.woocommerce .col2-set .woocommerce-form-login label {
	display: block;
	width: 100%;
}

.woocommerce .col2-set .woocommerce-form-login .password-input {
	display: block;
	width: 100%;
}

.woocommerce .col2-set .woocommerce-form-login input[type="text"] {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce .col2-set .woocommerce-form-login input[type="password"] {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce .col2-set .woocommerce-form-login input[type="checkbox"] {
	margin-right: 5px;
}

.woocommerce .col2-set .woocommerce-form-login button {
	width: auto;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 15px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #222 solid;
	background: #222;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce .col2-set .woocommerce-form-login button:hover {
	background: #000;
}

.woocommerce .col2-set .woocommerce-form-login .woocommerce-LostPassword {
	float: right;
}

.woocommerce .col2-set .woocommerce-form-register {
	margin-right: 15%;
}

.woocommerce .col2-set .woocommerce-form-register label {
	display: block;
	width: 100%;
}

.woocommerce .col2-set .woocommerce-form-register .password-input {
	display: block;
	width: 100%;
}

.woocommerce .col2-set .woocommerce-form-register input[type="email"] {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce .col2-set .woocommerce-form-register input[type="text"] {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce .col2-set .woocommerce-form-register input[type="checkbox"] {
	margin-right: 5px;
}

.woocommerce .col2-set .woocommerce-form-register button {
	width: auto;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 15px;
	font-size: 16px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #222 solid;
	background: #222;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce .col2-set .woocommerce-form-register button:hover {
	background: #000;
}

.woocommerce-EditAccountForm input[type="text"] {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce-EditAccountForm input[type="email"] {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce-EditAccountForm input[type="password"] {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce-EditAccountForm em {
	margin-top: 10px;
	display: inline-block;
}

.woocommerce-EditAccountForm fieldset {
	margin-top: 20px;
	margin-bottom: 20px;
}

.woocommerce-EditAccountForm fieldset legend {
	font-size: 16px;
	line-height: 25px;
	border: 0;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
	display: inline-block;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.woocommerce-EditAccountForm button {
	width: auto;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 15px;
	font-size: 16px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #222 solid;
	background: #222;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce-EditAccountForm button:hover {
	background: #000;
}

.woocommerce-EditAccountForm label {
	display: block;
	width: 100%;
}

.woocommerce-EditAccountForm .password-input {
	display: block;
	width: 100%;
}

.woocommerce-address-fields input[type="text"] {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce-address-fields input[type="email"] {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce-address-fields input[type="tel"] {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce-address-fields input[type="password"] {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce-address-fields select {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce-address-fields em {
	margin-top: 10px;
	display: inline-block;
}

.woocommerce-address-fields fieldset {
	margin-top: 20px;
	margin-bottom: 20px;
}

.woocommerce-address-fields fieldset legend {
	font-size: 16px;
	line-height: 25px;
	border: 0;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
	display: inline-block;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.woocommerce-address-fields button {
	width: auto;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 15px;
	font-size: 16px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #222 solid;
	background: #222;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce-address-fields button:hover {
	background: #000;
}

.woocommerce-address-fields label {
	display: block;
	width: 100%;
}

.woocommerce-address-fields .password-input {
	display: block;
	width: 100%;
}

.woocommerce-address-fields .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

.select2-container--default .select2-selection--single {
	border: 1px #ebebeb solid;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.select2-selection__placeholder {
	color: #222 !important;
	width: 100%;
	padding: 8px 5px;
	font-size: 14px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	height: 38px;
	line-height: 38px;
}

.select2-container--default .select2-selection--single {
	height: 38px;
	line-height: 38px;
}

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

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 0;
	padding: 0;
}

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

.woocommerce-MyAccount-navigation ul li a {
	padding: 10px 15px;
	display: block;
	border: 1px #ebebeb solid;
	background: #fff;
	font-size: 14px;
	color: #666;
	transition: all 0.3s linear;
	margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	border-color: #666;
}

.woocommerce-message .woocommerce-Button {
	float: right;
	transition: all 0.3s linear;
	background: #222;
	border-color: #222;
	margin: 0 0 0 15px !important;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce-Message .woocommerce-Button {
	float: right;
	transition: all 0.3s linear;
	background: #222;
	border-color: #222;
	margin: 0 0 0 15px !important;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.ryssa-product-loop-thumbnail {
	position: relative;
	transition: all 0.3s linear;
}

.ryssa-product-loop-thumbnail:hover {
	opacity: 0.8;
}

.woocommerce-cart table.cart .product-thumbnail {
	width: 120px;
	padding-left: 0;
}

.woocommerce-cart table.cart .product-remove {
	padding-right: 0;
}

.woocommerce-cart table.cart img {
	width: 100px;
}

.woocommerce a.remove {
	float: right;
}

.woocommerce table.cart .product-subtotal {
	font-weight: 700;
}

.product-action {
	display: inline-block;
	cursor: pointer;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	transition: all 500ms ease-in 0s;
	z-index: 55;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
}

.ryssa-product-loop-thumbnail:hover .product-action {
	opacity: 1;
}

.woocommerce table.shop_table {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce table.shop_table th {
	font-size: 14px;
	line-height: 25px;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.woocommerce table.cart td.actions {
	padding: 40px 0 20px 0;
}

.woocommerce table.cart td.actions #coupon_code {
	transition: all 0.3s linear;
	background: #fff;
	width: 200px !important;
	border-color: #222;
	margin: 0;
	color: #222;
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce table.cart td.actions button {
	transition: all 0.3s linear;
	background: #222;
	border-color: #fff;
	margin: 0 0 0 10px;
	color: #fff;
	padding: 0 20px !important;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce table.cart td.actions button:disabled {
	padding: 0 20px !important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #ebebeb;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #222;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #222;
}

.woocommerce .widget_price_filter .price_slider_amount {
	text-align: left;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	transition: all 0.3s linear;
	float: none;
	background: #222;
	border-color: #222;
	margin: 0;
	color: #fff;
	padding: 0 10px !important;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce .widget_price_filter .price_label {
	line-height: 30px;
}

.btn-go-to-checkout {
	transition: all 0.3s linear;
	background: #00C9D0;
	border-color: #00C9D0;
	margin: 0 0 0 10px;
	color: #fff;
	padding: 0 20px !important;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

button[name="update_cart"] {
	height: 45px !important;
	line-height: 45px !important;
}

#checkout-ryssa-right #place_order {
	transition: all 0.3s linear;
	background: #00C9D0;
	border-color: #00C9D0;
	margin: 0;
	float: left;
	color: #fff;
	padding: 5px 20px !important;
	/*display: inline-block;*/
	height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 100%;
}

.qib-button:not(#qib_id):not(#qib_id) {
	background: #fff !important;
}

.woocommerce table.cart tr td.product-name a {
	font-size: 15px;
	color: #222;
	margin-bottom: 10px;
	display: block;
}

.woocommerce table.cart tr td.product-name .variation {
	font-size: 13px;
	color: #666;
}

.woocommerce table.cart tr td.product-name .variation dt {
	font-size: 13px;
	color: #666;
	font-weight: 400;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce .cart-collaterals .cross-sells h2 {
	margin: 10px 0 20px 0;
	font-size: 18px;
	line-height: 25px;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.woocommerce .cart-collaterals .cart_totals tr th {
	padding-left: 0 !important;
}

form.woocommerce-checkout textarea {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

form.woocommerce-checkout input[type="text"] {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

form.woocommerce-checkout input[type="email"] {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

form.woocommerce-checkout input[type="tel"] {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

form.woocommerce-checkout input[type="password"] {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

form.woocommerce-checkout select {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

form.woocommerce-checkout em {
	margin-top: 10px;
	display: inline-block;
}

form.woocommerce-checkout fieldset {
	margin-top: 20px;
	margin-bottom: 20px;
}

form.woocommerce-checkout fieldset legend {
	font-size: 16px;
	line-height: 25px;
	border: 0;
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
	display: inline-block;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

form.woocommerce-checkout button {
	width: auto;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 15px;
	font-size: 16px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #222 solid;
	background: #222;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

form.woocommerce-checkout button:hover {
	background: #000;
}

form.woocommerce-checkout label {
	display: block;
	width: 100%;
}

form.woocommerce-checkout .password-input {
	display: block;
	width: 100%;
}

form.woocommerce-checkout .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

form.woocommerce-checkout #customer_details {
	width: 60%;
	float: left;
}

form.woocommerce-checkout #customer_details .col-12 {
	padding: 0 !important;
}

#checkout-ryssa-right {
	float: right;
	width: 37%;
	padding: 30px;
	border: 2px #ebebeb solid;
}

#checkout-ryssa-right #order_review_heading {
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 25px;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#checkout-ryssa-right .woocommerce-checkout-review-order-table tr th:first-child {
	padding-left: 0;
	width: 50%;
}

#checkout-ryssa-right .woocommerce-checkout-review-order-table tr th:last-child {
	text-align: right;
}

#checkout-ryssa-right .woocommerce-checkout-review-order-table tr td:first-child {
	padding-left: 0;
	width: 50%;
}

#checkout-ryssa-right .woocommerce-checkout-review-order-table tr td:last-child {
	text-align: right;
}

#checkout-ryssa-right .woocommerce-checkout-review-order-table dt {
	font-weight: 400;
}

#checkout-ryssa-right .woocommerce-checkout-review-order-table .variation {
	font-size: 13px;
	color: #666;
	margin-top: 5px;
}

.woocommerce-checkout #payment {
	background: #ebebeb;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce-checkout #payment label {
	display: inline-block;
	width: auto;
}

.woocommerce-checkout #payment div.payment_box {
	background: #fff;
}

.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #fff;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.wc_payment_method.payment_method_przelewy24_extra_154 > label > img {
	display: block;
    position: absolute !important;
    margin-top: -25px !important;
    margin-left: 40px !important;
    width: 26px;
}
.wc_payment_method.payment_method_przelewy24_extra_227 > label > img {
	display: block;
    position: absolute !important;
    margin-top: -20px !important;
    margin-left: 50px !important;
    width: 52px;
}
[class^="wc_payment_method payment_method_tpay"] label:not(.tpay-item) {
	display: inline-block !important;
}

.woocommerce ul.order_details {
	background: #222;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

body.woocommerce-order-received .woocommerce-order-details__title {
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 25px;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.woocommerce-order-received .woocommerce-column__title {
	margin-left: 0 !important;
	margin-bottom: 20px !important;
}

#blogsingleheader {
	padding: 100px 0 30px 0;
	margin-bottom: 40px;
	background-color: #999;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#blogsingleheader h1 {
	margin: 0 0 20px 0;
	font-size: 35px;
	line-height: 40px;
	border: 0;
	color: #fff;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
}

#blogsingleheader .header-excerpt {
	color: #fff;
	font-size: 16px;
}

#blogsingleheader .header-breadcrumbs {
	color: #fff;
	font-size: 13px;
	margin-top: 100px;
}

#blogsingleheader .header-breadcrumbs a {
	color: #fff;
	font-size: 13px;
}

#blogsinglefeatured {
	padding: 100px 0 70px 0;
	background-color: #999;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#blogsinglefeatured h3 {
	margin: 0 0 20px 0;
	font-size: 15px;
	line-height: 30px;
	border: 0;
	color: #fff;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}

#blogsinglefeatured h3:before {
	width: 25px;
	height: 1px;
	display: block;
	content: "";
	background: #fff;
	position: absolute;
	margin-left: -40px;
	top: 15px;
}

#blogsinglefeatured h3:after {
	width: 25px;
	height: 1px;
	display: block;
	content: "";
	background: #fff;
	position: absolute;
	right: 0;
	margin-right: -40px;
	top: 15px;
}

#blogsinglefeatured h2 {
	margin: 0 0 20px 0;
	font-size: 35px;
	line-height: 40px;
	border: 0;
	color: #fff;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
}

#blogsinglefeatured .header-excerpt {
	color: #fff;
	font-size: 16px;
}

#blogsinglepage {
	color: #979797;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	font-family: 'Maven Pro', sans-serif;
}

#blogsinglepage h1 {
	font-size: 40px;
	line-height: 45px;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
}

#blogsinglepage h2 {
	font-size: 30px;
	line-height: 35px;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
}

#blogsinglepage h3 {
	font-size: 27px;
	line-height: 32px;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
}

#blogsinglepage h4 {
	font-size: 25px;
	line-height: 30px;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
}

#blogsinglepage h5 {
	font-size: 20px;
	line-height: 25px;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
}

#comments {
	padding: 0 0 30px 0;
}

#comments .comments-title {
	font-size: 25px;
	line-height: 30px;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#comments #reply-title {
	font-size: 25px;
	line-height: 30px;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 30px;
}

#comments label {
	display: block;
}

#comments .comment-form-author {
	width: 31%;
	margin-right: 3%;
	float: left;
}

#comments .comment-form-email {
	width: 31%;
	margin-right: 3%;
	float: left;
}

#comments .comment-form-url {
	width: 31%;
	margin-right: 0;
	float: left;
}

#comments .comment-form-cookies-consent {
	width: 100%;
	clear: both;
}

#comments .comment-form-cookies-consent label {
	width: auto;
	display: inline-block;
}

#comments .comment-form-cookies-consent input {
	margin-right: 5px;
}

#comments input[type="text"] {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#comments input[type="email"] {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#comments input[type="url"] {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#comments textarea {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#comments input[type="submit"] {
	width: auto;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 15px;
	font-size: 16px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #222 solid;
	background: #222;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#comments input[type="submit"]:hover {
	background: #000;
}

#comments .btn-primary {
	width: auto;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 10px;
	font-size: 13px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 0;
	border: 1px #222 solid;
	background: #222;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#comments .btn-primary:hover {
	background: #000;
}

#comments .card {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#comments .card .comment-content {
	padding-bottom: 0;
}

#comments .card cite {
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 14px;
	font-style: normal;
	float: left;
}

#comments .card .comment-meta {
	color: #666;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 14px;
	font-style: normal;
	float: right;
}

#comments .card h5 {
	float: left;
	margin-bottom: 0;
}

#comments .comment-awaiting-moderation {
	background: #222;
	color: #fff;
	padding: 5px 15px;
	text-align: center;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 0;
}

.posts-navigation .nav-previous a {
	width: auto;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 10px;
	font-size: 13px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 0;
	border: 1px #222 solid;
	background: #222;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.posts-navigation .nav-previous a:hover {
	background: #000;
}

.posts-navigation .nav-next a {
	width: auto;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 10px;
	font-size: 13px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 0;
	border: 1px #222 solid;
	background: #222;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.posts-navigation .nav-next a:hover {
	background: #000;
}

.blog-post.blog-post-big .entry-meta {
	padding: 20px 0;
	color: #979797;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	font-family: 'Maven Pro', sans-serif;
}

.blog-post.blog-post-big .entry-meta a {
	color: #979797;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	font-family: 'Maven Pro', sans-serif;
}

.blog-post.blog-post-big .entry-title {
	font-size: 30px !important;
	text-transform: none !important;
	line-height: 35px !important;
	border: 0 !important;
	color: #222 !important;
	font-family: 'Maven Pro', sans-serif !important;
	letter-spacing: 0.1em !important;
}

.blog-post.blog-post-small .entry-meta {
	padding: 20px 0;
	color: #979797;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	font-family: 'Maven Pro', sans-serif;
}

.blog-post.blog-post-small .entry-meta a {
	color: #979797;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	font-family: 'Maven Pro', sans-serif;
}

.blog-post.blog-post-small .entry-title {
	text-align: left !important;
	font-size: 30px !important;
	text-transform: none !important;
	line-height: 35px !important;
	border: 0 !important;
	color: #222 !important;
	font-family: 'Maven Pro', sans-serif !important;
	letter-spacing: 0.1em !important;
}

.author-page-name {
	font-size: 40px;
	line-height: 45px;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0 0 30px 0;
}

#homeblog h3 {
	font-size: 27px;
	line-height: 32px;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 40px;
}

#homeblog .blog-post.blog-post-small {
	margin-bottom: 40px;
}

#homeblog .blog-post.blog-post-small .entry-title {
	font-size: 18px !important;
	line-height: 23px !important;
	margin-top: 20px !important;
}

#homeblog .entry-meta {
	display: none;
}

#homeblog .entry-content {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

#homeblog .entry-content li {
	margin-top: 8px;
	margin-bottom: 8px;
}

#homeblog .blog-small-more:hover {
	text-decoration: underline;
}

#homeblog2 {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

#homeblog2 h2 {
	font-size: 27px;
	line-height: 32px;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

#homeblog2 h3 {
	font-size: 27px;
	line-height: 32px;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

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

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	text-align: center;
	font-size: 14px;
	line-height: 23px;
	margin: 10px 0 0 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
}

.woocommerce ul.products li.product .price {
	color: #666 !important;
	text-align: center;
	font-size: 14px !important;
	line-height: 23px !important;
}

.woocommerce ul.products li.product .button {
	text-align: center;
	font-size: 13px;
	border: 1px #222 solid;
	background: #fff;
	margin-top: 10px;
	color: #222;
	padding: 6px 15px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce ul.products li.product .button:hover {
	background: #222;
	color: #fff;
}

.woocommerce ul.products li.product .yith-wcwl-add-button i {
	margin-right: 0;
}

.woocommerce ul.products li.product a.added_to_cart {
	font-size: 12px;
	display: block;
	padding-top: 10px;
}

.product-action-center {
	position: absolute;
	left: 0;
	right: 0;
	top: 27%;
}

.add-to-links {
	display: inline-block;
}

.add-to-links ul li {
	display: inline-block;
	margin: 0 !important;
}

.add-to-links ul li a {
	border: 1px solid #fff !important;
	color: #fff !important;
	padding: 15px !important;
	transition: all 300ms ease-in 0s !important;
}

.add-to-links ul li a.add_to_wishlist {
	border: 1px solid #fff !important;
	height: 51px !important;
	color: #fff !important;
	background: transparent !important;
	padding: 15px !important;
	transition: all 300ms ease-in 0s !important;
}

.add-to-links ul li a.add_to_wishlist i {
	margin-right: 0 !important;
	font-size: 16px !important;
}

.add-to-links ul li a.add_to_wishlist:hover {
	background: #c06b81 none repeat scroll 0 0 !important;
	border-color: #fff !important;
	color: #fff !important;
}

.add-to-links ul li a.delete_item {
	border: 1px solid #fff !important;
	height: 51px !important;
	color: #222 !important;
	background: #fff !important;
	padding: 15px !important;
	transition: all 300ms ease-in 0s !important;
}

.add-to-links ul li a.delete_item:hover {
	color: #fff !important;
	background: #222 !important;
}

.add-to-links ul li a.delete_item:hover i {
	color: #fff !important;
}

.quick-view {
	margin-top: 10px;
}

.add-to-links a:hover {
	background: #c06b81 none repeat scroll 0 0;
	border-color: #c06b81;
	color: #fff;
}

.quick-view a {
	background: #fff none repeat scroll 0 0;
	color: #363636;
	display: block;
	font-size: 11px;
	font-weight: 700;
	line-height: 45px;
	text-transform: uppercase;
	transition: all 300ms ease-in 0s;
	width: 100%;
}

#yith-wcwl-popup-message {
	display: none !important;
}

.related.products .product-action-center {
	top: 27% !important;
}

body.theme-ryssa .br_compare_popup_block h3 {
	font-size: 14px;
	line-height: 20px;
	border: 0;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

body.theme-ryssa .br_compare_popup_block .button {
	font-size: 14px;
	border: 1px #222 solid !important;
	margin-bottom: 10px !important;
	background: #fff;
	color: #222;
	padding: 8px 20px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

body.theme-ryssa .br_compare_popup_block .button:hover {
	background: #222;
	color: #fff;
}

body.theme-ryssa .br_compare_price.price {
	margin: 10px 0 10px 0 !important;
	display: block !important;
}

body.theme-ryssa .br_new_compare .br_right_table th,
body.theme-ryssa .br_new_compare .br_right_table td,
body.theme-ryssa .br_new_compare .br_left_table th,
body.theme-ryssa .br_new_compare .br_left_table td,
body.theme-ryssa .br_top_table th,
body.theme-ryssa .br_top_table td {
	font-size: 14px !important;
	color: #363636 !important;
	border-color: #ddd !important;
	padding: 0 10px !important;
}

body.theme-ryssa .br_new_compare_block .br_top_table .br_main_top tbody tr:last-child th {
	padding-bottom: 20px !important;
	background: #ebebeb !important;
}

body.theme-ryssa .br_new_compare_block .br_new_compare_block .br_top_table {
	padding-bottom: 20px !important;
}

body.theme-ryssa .br_new_compare .br_left_table .br_description_row,
body.theme-ryssa .br_new_compare .br_right_table .br_description_row {
	height: 300px !important;
}

body.theme-ryssa .br_new_compare .br_right_table .br_description_row td div {
	height: auto !important;
}

body.theme-ryssa div.br_top_table div.br_opacity_top {
	margin-bottom: 20px !important;
}

body.theme-ryssa a.br_show_compare_dif {
	font-size: 12px !important;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
}

body.theme-ryssa a.br_remove_all_compare {
	font-size: 12px !important;
	display: block !important;
	text-align: center !important;
	width: 100%;
}

body.theme-ryssa .add_to_cart_button.button.br_compare_button {
	font-size: 14px;
	border: 1px #222 solid;
	background: #fff;
	margin-top: 0;
	margin-bottom: 20px;
	color: #222;
	padding: 9px 15px 10px 15px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 5px;
}

body.theme-ryssa .add_to_cart_button.button.br_compare_button:hover {
	background: #222;
	color: #fff;
	border-color: #222;
}

body.theme-ryssa .add_to_cart_button.button.br_compare_button i {
	display: none !important;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	padding: 5px 0;
	line-height: 24px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span.count {
	display: none;
}

.woocommerce .woocommerce-widget-layered-nav-list .podglad-kolor a::before {
	font-size: 20px;
	line-height: 22px;
	float: left;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before {
	color: #ebebeb;
	border: 1px #ebebeb solid;
	content: "";
	font-size: 20px;
	float: left;
	margin-right: .618em;
	line-height: 22px;
	width: 22px;
	height: 22px;
	transition: all 0.3s linear;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
	color: #ebebeb;
	font-size: 20px;
	border: 0;
	float: left;
	line-height: 22px;
	transition: all 0.3s linear;
	content: "";
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:hover::before {
	color: #666;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .podglad-kolor a::before {
	display: none;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen .podglad-kolor a::before {
	display: block;
}

.podglad-kolor:before {
	width: 22px;
	height: 22px;
	border: 1px #ebebeb solid;
	margin-right: 10px;
	content: "";
	/*display: inline-block;*/
	float: left;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}

.podglad-kolor.podglad-kolor-czerwony:before {
	background: #f00;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen .podglad-kolor.podglad-kolor-czerwony a::before {
	color: #f00;
}

.podglad-kolor.podglad-kolor-niebieski:before {
	background: #0093D2;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen .podglad-kolor.podglad-kolor-niebieski a::before {
	color: #0093D2;
}

.podglad-kolor.podglad-kolor-szary:before {
	background: #aaa;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen .podglad-kolor.podglad-kolor-szary a::before {
	color: #aaa;
}

.podglad-kolor.podglad-kolor-zielony:before {
	background: #25CF60;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen .podglad-kolor.podglad-kolor-zielony a::before {
	color: #25CF60;
}

.podglad-kolor.podglad-kolor-zolty:before {
	background: #CCA700;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen .podglad-kolor.podglad-kolor-zolty a::before {
	color: #CCA700;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen .podglad-kolor:before {
	display: none;
}

#secondary .woocommerce-widget-layered-nav-dropdown__submit {
	transition: all 0.3s linear;
	float: none;
	background: #222;
	border-color: #222;
	margin: 10px 0 0 0;
	color: #fff;
	padding: 0 10px !important;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#secondary .select2-container--default .select2-selection--multiple {
	border-radius: 0 !important;
	font-size: 12px !important;
}

.select2-results__option {
	font-size: 12px !important;
}

.mobile-only {
	display: none !important;
}

.woocommerce-info {
	border-top-color: #444;
}

.woocommerce-info::before {
	color: #444;
}

.woocommerce-message {
	border-top-color: #444;
}

.woocommerce-message::before {
	color: #444;
}

.btn-mobile-search {
	display: none;
}

.overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
	display: none;
}

.overlay-content {
	position: relative;
	top: 46%;
	width: 80%;
	max-width: 400px;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background: #222;
	transition: all 0.3s linear;
}

.overlay .closebtn:hover {
	opacity: 0.8;
}

.overlay input[type=text] {
	padding: 5px;
	font-size: 16px;
	line-height: 25px;
	border: 0;
	float: left;
	width: 80%;
	background: #fff;
	transition: all 0.3s linear;
}

.overlay input[type=text]:hover {
	background: #fff;
}

.overlay button {
	float: left;
	width: 20%;
	padding: 5px;
	background: #222;
	line-height: 25px;
	font-size: 16px;
	border: 0;
	cursor: pointer;
	transition: all 0.3s linear;
	color: #fff;
}

.overlay button:hover {
	opacity: 0.8;
}

#woocommerce_product_categories-3 {
	display: none;
}

.select2-container--default .select2-selection--single {
	border: 1px #ebebeb solid !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #222 !important;
	color: #fff !important;
}

.btn-show-filters-mobile {
	display: none;
}

.rc-anchor-invisible {
	display: none !important;
}

.page-id-166 .rc-anchor-invisible {
	display: flex !important;
}

.carousel-tab-kolekcja .slick-track {
	margin-left: 0;
}

#cn-accept-cookie {
	background: #000;
	text-transform: uppercase;
	color: #fff;
	border: 1px #fff solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

#cn-accept-cookie:hover {
	background: #fff;
	color: #000;
	border: 1px #fff solid;
}

#cn-more-info {
	background: #000;
	text-transform: uppercase;
	color: #fff;
	border: 1px #fff solid;
	transition: all 0.3s linear;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

#cn-more-info:hover {
	background: #fff;
	color: #000;
	border: 1px #fff solid;
}

.ryssa-warianty-kolorystyczne h4 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 15px;
}

.ryssa-warianty-kolorystyczne .ryssa-warianty-kolorystyczne-items {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.ryssa-warianty-kolorystyczne .ryssa-warianty-kolorystyczne-items .ryssa-warianty-kolorystyczne-item {
	position: relative;
	overflow: hidden;
	width: 17%;
	margin-right: 3%;
	margin-bottom: 3%;
	float: left;
	transition: all 0.3s linear;
}
.ryssa-warianty-kolorystyczne .ryssa-warianty-kolorystyczne-items.slick-initialized .ryssa-warianty-kolorystyczne-item {
	width: 94px !important;
	margin-right: 0;
	margin-bottom: 0;
}
.ryssa-warianty-kolorystyczne .ryssa-warianty-kolorystyczne-items.slick-initialized .ryssa-warianty-kolorystyczne-item > div {
  position: relative;
  overflow: hidden;
}

.ryssa-warianty-kolorystyczne .ryssa-warianty-kolorystyczne-items.ryssa-warianty-kolorystyczne-slick .ryssa-warianty-kolorystyczne-item {
	margin-right: 0;
	margin-bottom: 0;
}

.ryssa-warianty-kolorystyczne .ryssa-warianty-kolorystyczne-items .ryssa-warianty-kolorystyczne-item:hover {
	opacity: 0.8;
}

.ryssa-warianty-kolorystyczne .ryssa-warianty-kolorystyczne-items .ryssa-warianty-kolorystyczne-item-badge {
	background-color: #1a1a1a;
	height: 50px;
	right: -25px;
	position: absolute;
	top: -25px;
	width: 50px;
  transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.ryssa-warianty-kolorystyczne .ryssa-warianty-kolorystyczne-items .ryssa-warianty-kolorystyczne-item-badge span {
	color: #fff;
	font-size: 12px;
	left: 21px;
	top: 31px;
	position: absolute;
  transform: rotate(45deg);
	-webkit-transform: rotate(-45deg);
}

.woocommerce div.product div.images img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 800px;
	margin: 0 auto;
}

.e404-search {
	padding: 30px;
	border: 1px #EBEBEB solid;
}

.e404-search input {
	border: 0;
	border-bottom: 1px #ebebeb solid;
	padding-left: 0;
	color: #979797;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Maven Pro', sans-serif;
	transition: all 0.3s linear;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.e404-search input:focus {
	border-color: #222;
}

.e404-search button {
	border: 0;
	border-bottom: 1px #ebebeb solid;
}

.e404-bestsellery {
	margin-top: 20px;
}

.e404-bestsellery h2 {
	clear: both;
	color: #24292e;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
	font-size: 32px;
}

/* mega menu */

body:not(.theme-preset-active) header#masthead .navbar-nav>li .dropdown-menu {
	min-width: 300px !important;
}

body:not(.theme-preset-active) header#masthead .navbar-nav>li.btn-header-categories-megamenu {
	max-width: 155px;
}

body:not(.theme-preset-active) header#masthead .navbar-nav>li.btn-header-categories-megamenu a {
	display: block;
	background: url('../images/icon-menu.svg') left center no-repeat;
	background-size: 20px auto;
}

body:not(.theme-preset-active) header#masthead .navbar-nav>li.btn-header-categories-megamenu a.active {
	background: #ebebeb url('../images/icon-menu.svg') left center no-repeat;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category-first a.more-categories {
	font-weight: 700 !important;
	font-size: 13px !important;
}

#ryssa-categories-megamenu {
	display: none;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg {
	border: 1px #eee solid;
	position: absolute;
	width: calc(100% - 30px);
	top: -1px;
	z-index: 999;
	background: #fff;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-main {
	border-right: 1px #eee solid;
	height: 380px;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-main::-webkit-scrollbar {
	width: 10px;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-main::-webkit-scrollbar-track {
	background: #f1f1f1;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-main::-webkit-scrollbar-thumb {
	background: #888;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-main::-webkit-scrollbar-thumb:hover {
	background: #555;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-main a {
	background: #fff url('../images/chevron-right.svg') right 8px center no-repeat;
	background-size: auto 12px;
	display: block;
	padding: 7px 20px;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	color: #000;
	text-transform: uppercase;
	transition: all 0.3s linear;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-main a:hover {
	background-color: #222;
	color: #fff;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-main a.active {
	background-color: #222;
	color: #fff;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub {
	width: 100%;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category {
	display: none;
	width: 100%;
	padding: 15px 15px 15px 0;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category:first-child {
	display: block;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .megamenu-product .products {
	margin-bottom: 0;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .megamenu-product .product .ryssa-product-loop-thumbnail {
	height: 180px;
	overflow: hidden;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .megamenu-product .product {
	margin-bottom: 0;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .megamenu-product .product .button {
	font-size: 12px;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .megamenu-product .product .woocommerce-loop-product__title {
	font-size: 13px;
	letter-spacing: 0;
  min-height: 94px;
	height: auto !important;
	overflow: hidden;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category h5 {
	margin: 15px 0 20px 0;
	padding: 0;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category a {
	font-size: 13px;
	margin: 7px 0;
	display: block;
	font-weight: 400;
	color: #000;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category a:hover {
	color: #3f3f3f;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-category-items {
	margin-bottom: 20px;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-category-items-color a {
	width: 50%;
	float: left;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-category-items-color a:before {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px #eee solid;
	content: " ";
	float: left;
	display: block;
	margin-right: 15px;
}

#ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-all {
	color: #3f3f3f;
	font-size: 12px;
	border-top: 1px #eee solid;
	padding-top: 10px;
}

.ryssa-categories-megamenu {
	display: none;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg {
	border: 1px #eee solid;
	position: absolute;
	width: calc(100% - 30px);
	min-height: 360px;
	top: -1px;
	z-index: 999;
	background: #fff;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-main {
	border-right: 1px #eee solid;
	height: 380px;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-main::-webkit-scrollbar {
	width: 10px;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-main::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-main::-webkit-scrollbar-thumb {
	background: #888;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-main::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-main a {
	background: #fff url('../images/chevron-right.svg') right 8px center no-repeat;
	background-size: auto 12px;
	display: block;
	padding: 7px 20px;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	color: #000;
	text-transform: uppercase;
	transition: all 0.3s linear;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-main a:hover {
	background-color: #222;
	color: #fff;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-main a.active {
	background-color: #222;
	color: #fff;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category-first {
	border-right: 1px #eee solid;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category-first a {
	font-size: 15px !important;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub {
	width: 100%;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category {
	display: none;
	width: 100%;
	padding: 15px 30px;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category:first-child {
	display: block;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .megamenu-product .img-megamenu {
	padding: 15px 0;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .megamenu-product .products {
	margin-bottom: 0;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .megamenu-product .product .ryssa-product-loop-thumbnail {
	height: 180px;
	overflow: hidden;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .megamenu-product .product {
	margin-bottom: 0;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .megamenu-product .product .button {
	font-size: 12px;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .megamenu-product .product .woocommerce-loop-product__title {
	font-size: 13px;
	letter-spacing: 0;
	height: 74px !important;
	overflow: hidden;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category h5 {
	margin: 15px 0 20px 0;
	padding: 0;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category a {
	font-size: 13px;
	margin: 7px 0;
	display: block;
	font-weight: 400;
	color: #000;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category a:hover {
	color: #3f3f3f;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-category-items {
	margin-bottom: 20px;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-all {
	text-transform: uppercase;
	font-size: 12px;
	border-top: 1px #eee solid;
	padding-top: 20px;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-all strong {
	background: #3f3f3f;
	color: #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	display: inline-block;
	transition: all 0.3s linear;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-all strong:hover {
	background: #222;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-all2 {
	text-transform: uppercase;
	font-size: 12px;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-all2 strong {
	background: #3f3f3f;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	transition: all 0.3s linear;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-all2 strong:hover {
	background: #222;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-category-items-color {
	display: grid;
	grid-auto-flow: column;
	margin-top: 10px;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-category-items-color a {
	text-align: center;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-category-items-color a:before {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px #eee solid;
	content: " ";
	margin: 0 auto;
	display: block;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-category-items-color2 {
	width: 100%;
	height: 60px;
	padding-top: 10px;
	overflow: hidden;
	overflow-x: scroll;
	white-space: nowrap;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-category-items-color2::-webkit-scrollbar {
	height: 5px;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-category-items-color2::-webkit-scrollbar-track {
	background: #fff;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-category-items-color2::-webkit-scrollbar-thumb {
	background: #888;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-category-items-color2::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-category-items-color2 a {
	width: auto;
	display: inline-block;
	margin-right: 20px;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-category-items-color2 a:before {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px #eee solid;
	content: " ";
	float: left;
	display: block;
	margin-right: 15px;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .row-megamenu-kolor {
	border-top: 1px #eee solid;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category-first .ryssa-categories-megamenu-sub-category-items {
	max-height: 290px;
	overflow: hidden;
	overflow-y: scroll;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category-first .ryssa-categories-megamenu-sub-category-items::-webkit-scrollbar {
	width: 10px;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category-first .ryssa-categories-megamenu-sub-category-items::-webkit-scrollbar-track {
	background: #fff;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category-first .ryssa-categories-megamenu-sub-category-items::-webkit-scrollbar-thumb {
	background: #888;
}

.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category-first .ryssa-categories-megamenu-sub-category-items::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.ryssa-categories-filters {
	border: 1px #EBEBEB solid;
	padding: 0 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.ryssa-categories-filters .ryssa-categories-filters-head {
	margin: 10px 20px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0 5px 0;
	background: #fff;
	background-size: auto 10px;
	cursor: pointer;
	font-size: 13px;
	border: 1px #fff solid;
	/*display: inline-block;*/
	float: left;
}

.ryssa-categories-filters .ryssa-categories-filters-item {
	float: left;
	/*display: inline-block;*/
	position: relative;
}

.ryssa-categories-filters .ryssa-categories-filters-item .ryssa-categories-filters-item-title {
	margin: 10px 10px 10px 0;
	padding: 5px 20px 5px 10px;
	background: #fff url('../images/dropdown.svg') right 5px center no-repeat;
	background-size: auto 10px;
	cursor: pointer;
	font-size: 13px;
	border: 1px #EBEBEB solid;
	display: inline-block;
}

.ryssa-categories-filters .ryssa-categories-filters-item .ryssa-categories-filters-item-content {
	display: none;
	position: absolute;
	z-index: 100;
	background: #fff;
	min-width: 300px;
	padding: 20px;
	border: 1px #EBEBEB solid;
}

.ryssa-categories-filters .ryssa-categories-filters-item .ryssa-categories-filters-item-content .widget {
	margin: 0;
	padding: 0;
}

.ryssa-categories-filters .ryssa-categories-filters-item .ryssa-categories-filters-item-content .widgettitle {
	display: none;
}

.ryssa-categories-filters .ryssa-categories-filters-item:hover .ryssa-categories-filters-item-title {
	background-color: #EBEBEB;
}

.ryssa-categories-filters .ryssa-categories-filters-item:hover .ryssa-categories-filters-item-content {
	display: block;
}

.ryssa-categories-filters .ryssa-categories-filters-item .ryssa-categories-filters-item-content.ryssa-categories-filters-item-active {
	display: block;
}

.ryssa-categories-filters .ryssa-categories-filters-item .woocommerce-widget-layered-nav-dropdown__submit {
	transition: all 0.3s linear;
	float: none;
	background: #222;
	border-color: #222;
	border: 0 !important;
	margin: 10px 0 0 0;
	width: 100%;
	color: #fff;
	padding: 0 10px !important;
	height: auto;
	line-height: 25px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.ryssa-categories-filters .ryssa-categories-filters-item .woocommerce-widget-layered-nav-dropdown__submit:hover {
	background: #444;
}

.ryssa-categories-filters .ryssa-categories-filters-item .select2-container--default .select2-selection--multiple {
	border-radius: 0 !important;
	font-size: 12px !important;
}

.ryssa-categories-filters .ryssa-categories-filters-item .ryssa-categories-filters-item-list {
	max-height: 250px;
	overflow: scroll;
	overflow-x: hidden;
	padding: 20px 10px 20px 20px;
}

.ryssa-categories-filters .ryssa-categories-filters-item .ryssa-categories-filters-item-list {
	scrollbar-width: thin;
	scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
	transition: all 0.3s linear;
}

.ryssa-categories-filters .ryssa-categories-filters-item .ryssa-categories-filters-item-list::-webkit-scrollbar {
	width: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: all 0.3s linear;
}

.ryssa-categories-filters .ryssa-categories-filters-item .ryssa-categories-filters-item-list:hover::-webkit-scrollbar {
	width: 10px;
	border-left: 2px #fff solid;
	border-right: 2px #fff solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	transition: all 0.3s linear;
}

.ryssa-categories-filters .ryssa-categories-filters-item .ryssa-categories-filters-item-list::-webkit-scrollbar-track {
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: all 0.3s linear;
}

.ryssa-categories-filters .ryssa-categories-filters-item .ryssa-categories-filters-item-list::-webkit-scrollbar-thumb {
	background: #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: all 0.3s linear;
}

.ryssa-categories-filters .ryssa-categories-filters-item .ryssa-categories-filters-item-list::-webkit-scrollbar-thumb:hover {
	background: #a3a3a3;
	transition: all 0.3s linear;
}

.ryssa-categories-filters-if-active {
	position: relative;
}

.ryssa-categories-filters-if-active .widget {
	margin-bottom: 0;
	background: #f5f5f5;
	padding: 20px;
}

.ryssa-categories-filters-if-active .widgettitle {
	margin: 0 20px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0 5px 0;
	font-size: 13px;
	/*display: inline-block;*/
	float: left;
}

.ryssa-categories-filters-if-active .widgettitle:after {
	content: ":";
}

.ryssa-categories-filters-if-active ul li {
	font-size: 12px;
	margin-top: 4px;
}

.ryssa-categories-filters-if-active .widget_layered_nav_filters ul li a::before {
	color: #222;
	transition: all 0.3s linear;
}

.ryssa-categories-filters-if-active .widget_layered_nav_filters ul li a:hover::before {
	color: #a00;
}

.ryssa-categories-filters-if-active .reset-filters {
	background: #333;
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	transition: all 0.3s linear;
	font-size: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

.ryssa-categories-filters-if-active .reset-filters:hover {
	background: #444;
}

/* dedykowane akcesoria */

.ryssa-product-accessories {
	padding: 0 0 10px 0;
}

.ryssa-product-accessories-items {
	display: flex;
	flex-direction: column;
	font-size: 12px;
	max-height: 300px;
	overflow-y: auto;
	margin-top: 15px;
}
/*
.ryssa-product-accessories-item {
	width: 100%;
	display: grid;
	grid-template-columns: 80px auto;
	gap: 10px;
	margin: 5px 0;
	border-bottom: 1px #ebebeb solid;
}
*/

.ryssa-product-accessories-item {
  display: flex;
  border-bottom: 1px #ebebeb solid;
  gap: 10px;
	padding: 5px 0;
}

.ryssa-product-accessories-item .ryssa-product-accessories-item-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ryssa-product-accessories > h4 {
	margin: 0;
	padding: 0;
	font-size: 15px;
}

.ryssa-product-accessories-item-thumbnail {
	float: left;
	width: 80px;
}

/*
.ryssa-product-accessories-item-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
*/

.ryssa-product-accessories-item-content {
	display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 15px;
}

@media (min-width: 992px) {
	.ryssa-product-accessories-item-content strong {
		font-size: 14px;
	}

	.ryssa-product-accessories-item-content a {
		font-size: 14px;
		align-self: center;
	}

	.ryssa-product-accessories-item-thumbnail {
		width: 100px;
	}
}

.ryssa-product-accessories-item .ryssa-product-accessories-item-quantity .qib-container {
  height: 35px;
}



/* zarowki */

.ryssa-dedykowane-zarowki h4 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 15px;
}

.ryssa-dedykowane-zarowki .ryssa-dedykowane-zarowki-items {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.ryssa-dedykowane-zarowki .ryssa-dedykowane-zarowki-items .ryssa-dedykowane-zarowki-item {
	cursor: pointer;
	position: relative;
	border: 1px #f5f5f5 solid;
	overflow: hidden;
	width: 48.5%;
	padding: 1%;
	margin-right: 3%;
	margin-bottom: 3%;
	float: left;
	transition: all 0.3s linear;
}

.ryssa-dedykowane-zarowki .ryssa-dedykowane-zarowki-items .ryssa-dedykowane-zarowki-item:nth-child(odd) {
	margin-right: 0;
}

.ryssa-dedykowane-zarowki .ryssa-dedykowane-zarowki-items .ryssa-dedykowane-zarowki-item.ryssa-dedykowane-zarowki-item-active {
	border-color: #000;
}

.ryssa-dedykowane-zarowki .ryssa-dedykowane-zarowki-items .ryssa-dedykowane-zarowki-item strong span {
	font-weight: 400;
}

.ryssa-dedykowane-zarowki .ryssa-dedykowane-zarowki-items .ryssa-dedykowane-zarowki-item:hover {
	opacity: 0.8;
	border-color: #eee;
}

.ryssa-dedykowane-zarowki .ryssa-dedykowane-zarowki-items .ryssa-dedykowane-zarowki-item.ryssa-dedykowane-zarowki-item-active:hover {
	border-color: #000;
}

.ryssa-dedykowane-zarowki .ryssa-dedykowane-zarowki-items .ryssa-dedykowane-zarowki-item-badge {
	background-color: #1a1a1a;
	height: 50px;
	right: -25px;
	position: absolute;
	top: -25px;
	width: 50px;
  transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.ryssa-dedykowane-zarowki .ryssa-dedykowane-zarowki-items .ryssa-dedykowane-zarowki-item-badge span {
	color: #fff;
	font-size: 12px;
	left: 21px;
	top: 31px;
	position: absolute;
  transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.ryssa-dedykowane-zarowki .ryssa-dedykowane-zarowki-items .ryssa-dedykowane-zarowki-item-left {
	width: 55px;
	float: left;
}

.ryssa-dedykowane-zarowki .ryssa-dedykowane-zarowki-items .ryssa-dedykowane-zarowki-item-right {
	width: calc(100% - 70px);
	float: right;
}

.ryssa-dedykowane-zarowki .ryssa-dedykowane-zarowki-items .ryssa-dedykowane-zarowki-item-title {
	font-size: 12px;
	height: 36px;
	overflow: hidden;
	margin-bottom: 3px;
}

.eatnettext-field-info-bulbs {
	padding: 10px;
	background: #f5f5f5;
	font-size: 11px;
	margin-top: 10px;
}

/* kolory */

.lampy-podglad-kolor-kolorowe:before {
	background: conic-gradient(from 30deg, #FF0000 0%, #FFFF00 33.3%, #00FF00 33.4%, #1E73BE 66.6%, #0000FF 66.7%, #FF00FF 100%, #FF0000 100%);
}

.lampy-podglad-kolor-miedziane:before {
	background: radial-gradient(circle at 18.7% 37.8%, rgb(212, 120, 0) 0%, rgb(102, 46, 0) 90%);
}

.lampy-podglad-kolor-zlote:before {
	background: radial-gradient(circle at 18.7% 37.8%, rgb(255, 219, 135) 0%, rgb(191, 145, 81) 90%);
}

.lampy-podglad-kolor-srebrne-chromowane:before {
	background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
}

.product-categories-sidebar-kolor a {
	margin-bottom: 6px !important;
	display: block;
}

.product-categories-sidebar-kolor a:before {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	float: left;
	border: 1px #eee solid;
	content: " ";
	margin: 0 15px 0 0;
	display: block;
}

/* wooco */

.wooco-qty-label {
	display: none;
}

.wooco-minus,
.wooco-plus {
	display: none;
}

body.single-product #primary .summary .wooco_component_product {
	display: block;
}

body.single-product #primary .summary .wooco_component_product_selection {
	display: block;
}

body.single-product #primary .summary .wooco_component_layout_grid_3 .wooco_component_product_selection_grid>div {
	width: 100% !important;
}

body.single-product #primary .summary .wooco_component_product_selection_grid>div {
	border: 0 !important;
}

body.single-product #primary .summary .slick-slide {
	position: relative !important;
	border: 0 !important;
	padding: 10px;
}

body.single-product #primary .summary .wooco_component_product button.slick-arrow {
	width: 15px;
	height: 26px;
	position: absolute;
	z-index: 9;
	text-indent: -99999px;
	border: 0px !important;
	padding: 20px 15px !important;
	text-align: center;
	margin: 0px !important;
	border-radius: 0px !important;
	cursor: pointer;
}

body.single-product #primary .summary .wooco_component_product button.slick-next {
	right: 0;
	background: rgba(0, 0, 0, 0.5) url('../images/arrow-right-white.png') center center no-repeat !important;
	background-size: 15px 26px !important;
	outline: none !important
}

body.single-product #primary .summary .wooco_component_product button.slick-next:hover,
body.single-product #primary .summary .wooco_component_product button.slick-next:focus {
	background-color: rgba(0, 0, 0, 0.8) !important;
}

body.single-product #primary .summary .wooco_component_product button.slick-prev {
	left: 0;
	background: rgba(0, 0, 0, 0.5) url('../images/arrow-left-white.png') center center no-repeat !important;
	outline: none !important
}

body.single-product #primary .summary .wooco_component_product button.slick-prev:hover,
.carousel-ryssa button.slick-prev:focus {
	background-color: rgba(0, 0, 0, 0.8) !important;
}


body.single-product span.posted_in .single-product-categories-list {
	white-space: nowrap;
	display: inline;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 350px;
	position: relative;
	padding-right: 3em;
}

body.single-product span.posted_in .expand-product-categories-meta {
	cursor: pointer;
	position:absolute;                 
    bottom: 0;                         
    right: 0;
}

/* woobo */
.woobt-products {
	height: 340px;
	overflow: hidden;
	overflow-y: scroll;
}

.woobt-products::-webkit-scrollbar {
	width: 10px;
}

.woobt-products::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.woobt-products::-webkit-scrollbar-thumb {
	background: #888;
}

.woobt-products::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.woobt-products .woobt-item-product .woobt-quantity .plus.qib-button {
	float: right !important;
}

@media (min-width: 1500px) {
	#showcase .nivo-caption {
		top: 25%;
	}

	#showcasenew .showcasenew-caption {
		top: 25%;
	}
}

@media (min-width: 1300px) {
	.container {
		max-width: 1270px;
	}
}

@media (min-width: 992px) {
	.wpgis-slider-nav {
		display: none;
	}

	.wpgis-slider-nav.slick-initialized {
		display: block;
	}

	.wpgis-slider-for {
		display: none;
	}

	.wpgis-slider-for.slick-initialized {
		display: block;
	}

	#masthead .header-cart {
		display: none;
	}
}

@media (max-width: 991px) {
	.mobile-none {
		display: none !important;
	}

	.mobile-only {
		display: block !important;
	}

	.btn-show-filters-mobile {
		display: block;
		width: 100%;
		line-height: 30px;
		padding: 10px;
		background: #fff;
		border: 1px #ebebeb solid;
		color: #222;
		text-align: center;
		font-size: 14px;
		text-transform: uppercase;
		margin-bottom: 20px;
		letter-spacing: 0.1em !important;
		font-family: 'Maven Pro', sans-serif;
	}

	.mobile-cats-cont {
		display: none;
	}

	#topbar {
		margin-bottom: 0;
	}

	#topbar .fast-contact {
		margin-right: 5px;
		font-size: 10px;
	}

	#woocommerce_product_categories-2 {
		display: none;
	}

	#woocommerce_product_categories-3 {
		display: block;
	}

	#showcase .nivo-caption {
		top: 15%;
		overflow: visible !important;
	}

	#showcase .nivo-caption h3 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 15px;
	}

	#showcase .nivo-caption .showcase-desc {
		height: 60px;
		overflow: hidden;
		font-size: 14px;
		line-height: 20px;
	}

	#showcase .nivo-caption .btn-showcase {
		font-size: 16px;
	}

	#showcasenew .showcasenew-img-desktop,
	#homepage-banner .showcasenew-img-desktop {
		display: none !important;
	}

	#showcasenew .showcasenew-img-mobile,
	#homepage-banner .showcasenew-img-mobile {
		display: block !important;
	}

	#showcasenew .showcasenew-caption {
		top: 15%;
		overflow: visible !important;
	}

	#showcasenew .showcasenew-caption h3 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 15px;
	}

	#showcasenew .showcasenew-caption .showcase-desc {
		height: 60px;
		overflow: hidden;
		font-size: 14px;
		line-height: 20px;
	}

	#showcasenew .showcasenew-caption .btn-showcase {
		font-size: 16px;
	}

	.header-left {
		margin-top: 0;
	}

	.header-right {
		margin-top: 0;
	}

	.header-cart-price {
		display: none;
	}

	.header-search {
		width: 100%;
	}

	header#masthead .navbar-brand {
		display: block;
		width: 50%;
		margin: 0 auto;
		text-align: center;
	}

	.navbar-light .navbar-toggler {
		position: absolute;
		right: 0;
		top: 10px;
		padding-right: 0;
	}

	.btn-mobile-search {
		display: block;
		position: absolute;
		left: 0;
		top: 10px;
		font-size: 16px;
		color: #666;
	}

	#main-nav {
		background: #ebebeb;
		padding: 20px;
	}

	.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
		display: none;
	}

	body:not(.theme-preset-active) header#masthead .navbar-nav>li .dropdown-menu .dropdown-item {
		margin: 8px 0 8px 15px;
	}

	#whyus .whyus-box.whyus-box-1 {
		border: 0;
	}

	#whyus .whyus-box.whyus-box-2 {
		border: 0;
	}

	#whyus .whyus-box.whyus-box-3 {
		border: 0;
	}

	#homeblog .blog-post.blog-post-small {
		text-align: center;
	}

	#homeblog .blog-post.blog-post-small .entry-title {
		text-align: center !important;
	}

	#homepageproducts .nav-pills .nav-item {
		width: 100%;
	}

	#homepageproducts .nav-pills .nav-item .nav-link {
		margin: 0;
		text-align: center;
	}

	#newsletter .newsletter-box {
		padding: 30px;
	}

	#newsletter .newsletter-box h4 {
		margin-top: 0;
	}

	#newsletter .newsletter-box h3 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 20px;
	}

	.product-action-center {
		top: 30px;
	}

	.woocommerce-page div.product div.images {
		width: 100%;
	}

	.woocommerce-page div.product div.summary {
		width: 100%;
	}

	.vertical-img-left.wpgis-slider-for {
		margin-left: 0;
		width: 100%;
	}

	#wpgis-gallery {
		display: none;
	}

	.wpgis-slider-for {
		display: none;
	}

	.wpgis-slider-for.slick-initialized {
		display: block;
	}

	.woocommerce-page div.product div.images {
		/* aspect-ratio: 1; */
	}

	.wpgis-slider-for .btn-prev,
	.wpgis-slider-for .btn-next {
		opacity: 1 !important;
		margin: 0 !important;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		width: 100%;
		margin: 0;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding-left: 0;
	}
	/*
	body.woocommerce.archive ul.products[class*=columns-] li.product,
	body.woocommerce-page.archive ul.products[class*=columns-] li.product {
		float: none;
		width: 100%;
	}
	*/
	.woocommerce a.remove {
		float: none;
	}

	.woocommerce table.cart td.actions #coupon_code {
		width: 100% !important;
	}

	.woocommerce-page table.cart td.actions .coupon .button {
		margin: 0 0 10px 0;
		width: 100% !important;
		float: none !important;
	}

	.btn-go-to-checkout {
		width: 100%;
		margin: 0;
		margin-top: 20px;
		text-align: center;
	}

	.woocommerce table.cart td.actions {
		padding: 30px;
	}

	.woocommerce table.cart td.actions button {
		margin-left: 0;
	}

	.woocommerce .col2-set .woocommerce-form-login {
		margin-left: 0;
	}

	.woocommerce .col2-set .woocommerce-form-register {
		margin-right: 0;
	}

	.woocommerce .col2-set .col-1 h2,
	.woocommerce-page .col2-set .col-1 h2 {
		margin-left: 0;
	}

	form.woocommerce-checkout #customer_details {
		width: 100%;
		float: none;
	}

	#checkout-ryssa-right {
		width: 100%;
		float: none;
		margin-top: 20px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 30px;
	}

	body:not(.theme-preset-active) header#masthead .navbar-nav>li.btn-header-categories-megamenu {
		display: none !important;
	}

	.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-category-items-color {
		display: block;
	}

	.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category .ryssa-categories-megamenu-sub-category-items-color a {
		float: left;
		margin: 5px;
	}
}

@media (max-width: 768px) {
	#showcase {
		background: #ebebeb;
	}

	#showcase #slider {
		min-height: 44vh;
	}

	#showcase #slider img.nivo-main-image {
		display: none !important;
	}

	#showcase #slider .nivo-slice {
		display: none !important;
	}

	#showcase .nivo-caption {
		position: static;
		background: #ebebeb;
		height: auto;
		top: 0;
		padding: 0 0 50px 0;
	}

	#showcase .nivo-caption h3 {
		font-size: 20px;
		line-height: 25px;
		margin-top: 50px;
	}

	#showcase .nivo-caption .showcase-desc {
		height: 120px;
		overflow: hidden;
		padding-left: 40px;
		padding-right: 40px;
	}

	#showcase .showcase-mobile-bg {
		position: absolute;
		width: 100%;
		height: 100%;
		background-size: cover !important;
	}

	#showcase .nivo-caption .btn-showcase {
		margin-bottom: 50px;
	}

	.ryssa-categories-filters .ryssa-categories-filters-head {
		display: none;
	}

	.ryssa-categories-filters .ryssa-categories-filters-item {
		width: 100%;
	}

	.ryssa-categories-filters .ryssa-categories-filters-item .ryssa-categories-filters-item-title {
		width: 100%;
		margin-right: 0;
	}

	.ryssa-categories-megamenu .ryssa-categories-megamenu-bg .ryssa-categories-megamenu-sub-category-first {
		border-right: 0;
	}
}


.ryssa-woocommerce-product-paypo-info {
	color: #979797;
	font-size: 14px;
	margin: 0 0 10px 3px;
}

.ryssa-woocommerce-product-paypo-info a.paypo_banner {
	cursor: pointer;
}

.ryssa-woocommerce-product-paypo-info a.paypo_banner span {
	margin: 0 0 0 3px;
	display: inline-block;
	vertical-align: middle;
	color: #979797;
	padding-right: 12px;
	background-image: url(/wp-content/themes/ryssa/images/ico_arrow_right_small.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 4px auto;
}

.paypo-section {
	padding:10px;
}

.paypo-section-gray {
	background:  rgb(244, 244, 244);
}
.paypo-section .paypo-h3 {
	font-weight: 800;
    position: relative;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.5px;
}

.ryssa-product-helpdesk {
	border-top: 1px solid #222; 
	border-bottom: 1px solid #222;
	text-align: center;
	padding:10px;
	margin:10px 0 ;
	font-size: 14px;
}

.ryssa-product-helpdesk span {
	width:100%;
	display: block;
}


.paypo-section .paypo-boxs {
	display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 54rem;
}

.paypo-section .paypo-boxs .paypo-box {
	position: static;
    flex-direction: column;
    margin-bottom: 0px;
    padding: 2.4rem 1.2rem 0px;
	width: 50%;
}
.paypo-section .paypo-boxs .paypo-box .paypo-box-title{
	text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 1.6rem;
}
.paypo-section .paypo-boxs .paypo-box .paypo-box-title-img{
	text-align: center;
	margin-bottom: 1.6rem;
}

.paypo-section .paypo-boxs .paypo-box .paypo-box-content{
	margin: 0px;
    font-weight: 600;
	text-align: justify;
}
.paypo-section .paypo-boxs p {
	padding:2.4rem 1.2rem 0px;
	text-align: justify;
}

body.single-product.woocommerce #homepageproducts .qib-container,
body.single-product.woocommerce .woocommerce-tabs .qib-container {
	margin: 0 auto;
}

body.single-product.woocommerce .woocommerce-tabs .qib-container + button[type='submit']:not(#qib_id):not(#qib_id),
body.single-product.woocommerce #homepageproducts .qib-container + button[type='submit']:not(#qib_id):not(#qib_id) {
	width: 50%;
}

@media (max-width: 991px) {
	body.single-product.woocommerce .woocommerce-tabs .qib-container + button[type='submit']:not(#qib_id):not(#qib_id),
	body.single-product.woocommerce #homepageproducts .qib-container + button[type='submit']:not(#qib_id):not(#qib_id) {
		width: 100%;
	}
}

body.single-product.woocommerce .woocommerce-tabs form.cart.create-set {
	display: flex;
}

body.single-product.woocommerce .woocommerce-tabs .product-type-variable form.cart.create-set,
body.single-product.woocommerce #homepageproducts .product-type-variable form.cart.create-set,
body.single-product.woocommerce .products-line .product-type-variable form.cart.create-set {
	display: none;
	}
/* *********************** */
body.single-product.woocommerce .ryssa-categories-megamenu-sub form.variations_form,
body.single-product.woocommerce .ryssa-categories-megamenu-sub .qib-container {
	display: none !important;
}

body.single-product.woocommerce .ryssa-categories-megamenu-sub .product-type-variable #single-product-form {
	display: block !important;
}

@media (max-width: 991px) {
	.carousel-tab-kolekcja form.cart.create-set,
	body.single-product.woocommerce .woocommerce-tabs .product-type-variable .woocommerce-variation-add-to-cart,
	body.single-product.woocommerce #homepageproducts .product-type-variable .woocommerce-variation-add-to-cart {
		flex-direction: column;
	}

	body.single-product.woocommerce .woocommerce-tabs form.cart.create-set .qib-container + button[type='submit']:not(#qib_id):not(#qib_id),
	body.single-product.woocommerce #homepageproducts form.cart.create-set .qib-container + button[type='submit']:not(#qib_id):not(#qib_id) {
		margin: 0 auto;
		margin-top: 10px;
}

	body.single-product.woocommerce .woocommerce-tabs .woocommerce-variation-add-to-cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id),
	body.single-product.woocommerce #homepageproducts .woocommerce-variation-add-to-cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id) {
		margin-top: 10px;
		width: 100% !important;
		margin-left: 0 !important;
	}
}
@media (max-width: 991px) {
	.sub-nav {
		padding: 20px;
		background: #ebebeb;
	}

	.sub-nav svg {
		margin: 5px;
	}

	.sub-nav span {
		font-size: 14px;
	}

	.sub-nav h5 {
		margin: 0;
		padding: 0 0 20px 10px;
		text-transform: uppercase;
	}

	.sub-nav-colors a {
		float: left;
    	margin: 5px;
	}

	.sub-nav-colors a::before {
		width: 25px;
		height: 25px;
		border-radius: 50%;
		border: 1px #eee solid;
		content: " ";
		margin: 0 auto;
		display: block;
	}

	.sub-nav .megamenu-product img {
		padding-top: 15px;
	}

	.sub-nav-show-all {
		font-size: 14px;
		margin-left: 10px;
	}

	.sub-nav:not(.show) {
		display: none !important;
	}
	
	.sub-nav:not(.show) .sub-nav-show-all {
		display: none;
	}
}

@media(min-width: 992px) {
	div.sub-nav.navbar-collapse {
		display: none !important;
	}
}



body.single-product .variations_form .add-to-cart-eatnet-delivery-days,
body.single-product .variations_form .ryssa-woocommerce-product-paypo-info,
body.single-product form .product-under-links,
body.single-product .product-type-variable #single-product-form,
body.single-product .product-type-variable .yith-wcwl-add-to-wishlist {
	display: none !important;
}

body.single-product .summary .yith-wcwl-add-to-wishlist {
	display: block !important;
}

body.single-product .summary .modal-button-wrapper .yith-wcwl-add-to-wishlist,
body.single-product .summary .yith-wcwl-add-to-wishlist {
	display: flex !important;
}

body.single-product.woocommerce .product-type-variable .variations {
	margin-bottom: 0 !important;
}

body.single-product.woocommerce .product-type-variable .woocommerce-variation-add-to-cart {
	display: flex !important;
	padding-right: 5px !important;
}

body.single-product.woocommerce .product-type-variable .entry-summary .woocommerce-variation-add-to-cart {
	margin-bottom: 10px !important;
}

body.single-product.woocommerce .product-type-variable .woocommerce-variation-add-to-cart .qib-container,
body.single-product.woocommerce .product-type-simple #single-product-form .qib-container {
	margin: 0;
}

body.single-product.woocommerce .product-type-variable .woocommerce-variation-add-to-cart .qib-container {
	display: flex !important;
}

body.single-product.woocommerce .product-type-variable .woocommerce-variation-add-to-cart .single_add_to_cart_button,
body.single-product.woocommerce .product-type-simple #single-product-form .single_add_to_cart_button {
	width: auto;
	
}

#expand-front-page-desc {
  display: block !important;
  cursor: pointer;
}

#expand-front-page-desc span {
  margin-top: -20px;
  font-size: 14px;
}

.home #homeblog2 > .container > .row > .col-md-12 {
  height: 450px !important;
  overflow: hidden !important;
  --mask: linear-gradient(to bottom, 
    rgba(0,0,0, 1) 0,   rgba(0,0,0, 1) 40%, 
    rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0
  ) 100% 50% / 100% 100% repeat-x;

  -webkit-mask: var(--mask); 
  mask: var(--mask);

  transition: height 600ms ease-in-out;
}

.home #homeblog2 > .container > .row > .col-md-12.expanded {
  height: auto !important;
  border: none;
  -webkit-mask: none;
  mask: none;
}


#mobile-cats-cont-categories .widget_product_categories-kolor .cat-item-mobile {
	display: none;
}

@media (max-width: 991px) {
	#mobile-cats-cont-categories .widget_product_categories {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}

	#mobile-cats-cont-categories .widget_product_categories-kolor {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}

	#mobile-cats-cont-categories .product-categories-sidebar-kolor .cat-item {
		display: none;
	}

	#mobile-cats-cont-categories .product-categories-sidebar-kolor .cat-item-mobile {
		display: block;
		padding: 0.5em;
	}

	#mobile-cats-cont-categories .product-categories-sidebar-kolor {
		display: flex;
		flex-wrap: wrap;
	}

	#mobile-cats-cont-categories {
		display: -ms-flexbox;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
}

body.single-product.woocommerce .product-type-variable .variations .value div input {
	display: none;
}


body.single-product.woocommerce .product-type-variable .variations .value {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	row-gap: 12px;
}

body.single-product.woocommerce .product-type-variable .variations .label label {
	font-size: 14px;
	margin: 0 10px 0 0 !important;
}

body.single-product.woocommerce .product-type-variable .variations .value .reset_variations {
	display: none;
}

body.single-product.woocommerce .woocommerce-tabs .product-type-variable form.cart,
body.single-product.woocommerce #homepageproducts .product-type-variable form.cart {
	padding: 15px 0 30px 0;
}

body.single-product.woocommerce .product-type-variable .variations tr {
	display: flex;
}

body.single-product.woocommerce .woocommerce-tabs .product-type-variable tr,
body.single-product.woocommerce #produktywyprzedaze .product-type-variable tr,
body.single-product.woocommerce #produktynowosci .product-type-variable tr,
body.single-product.woocommerce #produktybestsellery .product-type-variable tr {
	flex-direction: column;
}

body.single-product.woocommerce .product-type-variable .variations .value div label,
.iconic-was-swatches--text-swatch .iconic-was-swatch {
	padding: 0 10px;
	border-radius: 0;
	border: solid 1px #cac9c9;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.3s linear;
	cursor: pointer;
	margin-bottom: 0;
	font-size: 12px;
	display: flex;
	align-items: center;
	height: 32px;
}

@media (max-width: 991px) {
	body.single-product.woocommerce .product-type-variable .variations .value div label,
	.iconic-was-swatches--text-swatch .iconic-was-swatch {
		font-size: 10px;
		height: 24px;
	}
}


body.single-product.woocommerce .product-type-variable .variations .value div label:hover,
body.single-product.woocommerce .product-type-variable .variations .value div input:checked+label,
.iconic-was-swatches--text-swatch .iconic-was-swatch.iconic-was-swatch--selected,
.iconic-was-swatches--text-swatch .iconic-was-swatch:hover {
	background: #222;
	color: #fff !important;
	border-color: #222;
}

@media (max-width: 991px) {
	body.single-product.woocommerce .woocommerce-tabs .product-type-variable .woocommerce-variation-add-to-cart .qib-container,
	body.single-product.woocommerce .woocommerce-tabs .product-type-simple #single-product-form .qib-container {
		margin: 0 auto;
	}

	body.single-product.woocommerce .woocommerce-tabs .qib-button:not(#qib_id):not(#qib_id),
	body.single-product.woocommerce #homepageproducts .qib-button:not(#qib_id):not(#qib_id),
	body.single-product.woocommerce #homepageproducts .qib-container .quantity input.qty:not(#qib_id):not(#qib_id),
	body.single-product.woocommerce .woocommerce-tabs .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
		height: 25px;
	}

	body.single-product.woocommerce .woocommerce-tabs .product-type-variable .variations .label label,
	body.single-product.woocommerce form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id) {
		font-size: 12px;
	}
} 

body.single-product.woocommerce .woocommerce-tabs .woocommerce ul.products li.product a {
	position: relative;
	display: block;
}

.woocommerce ul.products li.product a .thumbnail-price-box {
	display: none;
}

body.single-product.woocommerce .woocommerce ul.products li.product a .thumbnail-price-box {
	position: absolute;
	padding: 10px 15px;
	background: #000;
	color: #fff;
	font-size: 12px;
	bottom: 10%;
	right: 0;
	display: block;
}

body.single-product.woocommerce ul.products li.product .price {
	display: none;
}

body.single-product.woocommerce .woocommerce-tabs form.cart .variations td.label,
body.single-product.woocommerce #homepageproducts form.cart .variations td.label {
	padding-right: 0 !important;
}

body.single-product.woocommerce form.cart .variations label {
    font-weight: 700;
}

body.single-product.woocommerce .ryssa-categories-megamenu-sub form.variations_form,
body.single-product.woocommerce .ryssa-categories-megamenu-sub .qib-container {
	display: none !important;
}

body.single-product.woocommerce .ryssa-categories-megamenu-sub .product-type-variable #single-product-form {
	display: block !important;
}

.ryssa-category-slider-list {
	list-style: none outside;
	margin: 0;
	padding: 20px 0 30px 0;
	clear: both;
}

.ryssa-category-slider-list .slick-list {
	margin: 0 20px;
}

.ryssa-category-slider-item {
	border: 1px #ebebeb solid;
	margin: 0 10px;
	cursor: pointer;
}

.ryssa-category-slider-item-image-container {
	display: block;
	position: relative;
	width: 100%;
	height: 150px;
}

.ryssa-category-slider-item-image-container > img {
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	display: block;
}

.ryssa-category-slider-item-description {
	padding: 5px;
	background: rgba(0, 0, 0, 0.1);
	height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
}

.ryssa-category-slider-item-description h3 {
	padding: 0;
	margin: 0;
	text-align: center;
	word-wrap: break-word;
}

.ryssa-category-slider-list .slick-arrow {
	top: 38%;
}

#kafelki-kategorii img {
	width: 100%;
	height: 288px;
	object-fit: cover;
}
/*
body.single-product .entry-summary form.cart:first-of-type .add-to-cart-eatnet-delivery-days,
body.single-product .entry-summary form.cart:first-of-type .ryssa-woocommerce-product-paypo-info,
body.single-product .entry-summary form.cart:first-of-type .ryssa-product-accessories {
	display: none !important;
}

body.single-product .entry-summary form.cart:first-of-type {
	border: none !important;
	padding-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 20px !important;
}

body.single-product .entry-summary form.cart:last-of-type .qib-container,
body.single-product .entry-summary form.cart:last-of-type .button,
body.single-product .entry-summary form.cart:last-of-type .yith-wcwl-add-to-wishlist {
	display: none !important;
}

body.single-product .entry-summary form.cart .button:not(.single_add_to_wishlist) {
	background: #da344e !important;
    border: 1px solid #da344e !important;
}
*/

body.single-product .add-to-cart-eatnet-delivery-days {
	padding-top: 10px;
}

body.single-product .ryssa-woocommerce-product-paypo-info {
	padding-bottom: 10px;
}

body.single-product #product-modal .modal-title {
	text-transform: uppercase;
}

body.single-product #product-modal form.cart {
	border: none;
	padding: 0;
	margin: 0;
}

body.single-product .summary #modal-button,
body.single-product .summary .single_add_to_cart_button,
.btn-go-to-checkout,
#place_order {
	background: #da344e !important;
    border: 1px solid #da344e !important;
	border-radius: 5px !important;
}

body.single-product #product-modal .woocommerce-variation-price {
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	body.single-product #product-modal .modal-content {
		min-width: 800px;
	}
}

.ryssa-product-accessories > h4 {
	text-transform: uppercase;
}

.button {
	border-radius: 5px !important;
}

body.single-product .summary form.cart:not(.variations_form) {
	padding: 0 !important;
	border: none !important;
	display: flex !important;
}

body.single-product .summary .qib-container,
body.single-product #product-modal .qib-container {
	display: flex !important;
}

body.single-product .summary .qib-container button,
body.single-product #product-modal .qib-container button {
	height: auto !important;
}

body.single-product .summary .qib-container .quantity input,
body.single-product #product-modal .qib-container .quantity input {
	height: 100% !important;
}

body.single-product .summary #modal-button {
	display: flex;
	flex: 1;
	justify-content: center;
	padding: 12px 20px !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	text-transform: inherit;
	font-family: 'Raleway', sans-serif;
}

body.single-product .summary .single_add_to_cart_button,
body.single-product #product-modal .single_add_to_cart_button {
	font-weight: 700 !important;
	padding: 12px 20px !important;
	height: auto !important;
}

@media (min-width: 992px) {
	body.single-product .summary .single_add_to_cart_button {
		font-size: 16px !important;
	}
}

body.single-product .summary .single_add_to_wishlist {
	display: flex !important;
	align-items: center;
}

/* 
body.single-product #homepageproducts .single_add_to_cart_button,
body.single-product .products-line .single_add_to_cart_button {
	color: #fff !important;
}

body.single-product #homepageproducts .single_add_to_cart_button:hover,
body.single-product .products-line .single_add_to_cart_button:hover {
	color: #222 !important;
}
 */

.woocommerce div.product p.price,
.woocommerce-variation-price,
.woocommerce div.product p.price,
#product-modal .woocommerce-variation-price .price {
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	font-size: 24px !important;
	font-weight: 400;
}

.woocommerce div.product .summary .product_title {
	font-size: 26px !important;
	font-weight: 400 !important;
}

body.single-product.woocommerce .product-type-variable .variations .value div label {
	border-radius: 5px !important;
}

button.qib-button.minus {
	border-radius: 5px 0 0 5px !important;
}

button.qib-button.plus {
	border-radius: 0 5px 5px 0 !important;
}

body.single-product #ask-for-availability-modal .modal-title {
	display: flex;
	justify-content: center;
	width: 100%;
	text-transform: uppercase;
}

.cart-shipping-payment-methods,
.cart-payment-methods {
	padding-top: 15px !important;
	font-family: 'Maven Pro', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cart-shipping-method-description,
.cart-payment-method-description {
	font-weight: 700;
	position: relative;
}

.cart-payment-methods-list {
	list-style-type: none;
	padding-left: 0;
}

.cart-payment-methods-list li {
	position: relative;
	width: 50%;
	float: left;
	margin-bottom: 0 !important;
}

.cart-shipping-method-description::after {
	position: absolute;
	content: "";
	display:inline-block;
	margin-left: 5px;
	height:24px;
	width:24px;
	background-size: 24px 24px;
	background-image: url('../images/delivery-truck.svg');
	background-repeat: no-repeat;
}

.cart-payment-method-list-item::after {
	position: absolute;
	content: "";
	display:inline-block;
	margin-left: 5px;
	height:24px;
	width:24px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
}

.cart-payment-method-paypo::after {
	background-image: url('../images/paypo.svg');
	height:24px;
	width:54px;
	background-size: 54px 24px;
}

.cart-payment-method-przelewy24::after {
	background-image: url('../images/Przelewy24_logo.svg');
	height:24px;
	width:54px;
	background-size: 54px 24px;
}

.cart-payment-method-blik::after {
	background-image: url('../images/blik.svg');
	height:24px;
	width:54px;
	background-size: 54px 24px;
}


/* --------------- Powiadomienie o dostepnosci -------------- */

#bolder_alerts_email_registration {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
	font-size: 14px;
	margin-bottom: 1em;
}

#bolder_alerts_email_registration input[type="email"] {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px #ebebeb solid;
    color: #979797;
    font-weight: 400;
    font-family: 'Maven Pro', sans-serif;
    letter-spacing: 0.1em;
	height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
	line-height: 1.5;
	background-color: #fff;
    background-clip: padding-box;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 70%;
}

p.bolder_alerts_notice {
	margin-bottom: 1em;
}

#bolder_alerts_email_registration > p {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0;
}

#bolder_alerts_email_registration > p > input {
	position: relative;
	margin-top: 4px;
	margin-right: 10px;
}

#bolder_alerts_email_registration input[type="submit"] {
	background: #222;
    border-color: #222;
    color: #fff;
    font-family: 'Maven Pro', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 70%;
}

/* ---------------------------- */

.grecaptcha-badge {
	display: none !important;
}

@media (max-width: 991px) {
	#main-nav #menu-header li.nav-item,
	#masthead ul.navbar-nav li.menu-item  {
		min-height: 48px;
		border-bottom: 1px #d8d8d8 solid;
		position: relative;
	}

	#main-nav #menu-header li.nav-item a,
	body:not(.theme-preset-active) header#masthead .navbar-nav>li>a {
		padding-top: 1.1rem !important;
		padding-bottom: 1.1rem !important;
	}

	#main-nav #menu-header li.nav-item.btn-header-48h a {
		background: url(../images/icon-48h.svg) left 4px center no-repeat !important;
	}

	#main-nav #menu-header li.nav-item.btn-header-swieta a {
		background: url(../images/christmas-tree-mobile.svg) left 4px center no-repeat !important;
	}

  #main-nav #menu-header li.nav-item.btn-header-black-week a {
		background-color: #ebebeb !important;
	}

	#main-nav #menu-header li.nav-item.btn-header-lustra a {
		background: url(../images/mirror.png) left 4px center no-repeat !important;
		background-size: 24px !important;
	}

	.btn-header-categories-megamenu2 a::before,
	#masthead .sub-nav:not(.sub-nav-child) ul.navbar-nav li.menu-item:not(.last) a::before {
		content: '';
		transform: rotate(90deg);
		background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E") no-repeat center center;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto 5px;
		
		height: 24px;
		width: 24px;
	}
}

/* ------------------------------- */

.subchild-link {
	margin-left: 30px !important;
}

.sub-subchild-link {
	margin-left: 60px !important;
}

/* stripe payment */
#add_payment_method #payment ul.payment_methods .stripe-card-group, .woocommerce-checkout #payment ul.payment_methods .stripe-card-group,
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
	width: 100%;
}

/* price */
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	opacity: 1;
}
.woocommerce div.product p.price del {
	font-weight: 400;
	font-size: 1em;
}
.woocommerce ul.products li.product .price del .woocommerce-Price-amount,
.woocommerce div.product p.price del .woocommerce-Price-amount,
.woocommerce div.product span.price del .woocommerce-Price-amount {
	margin-right: 10px;
}
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none;
	color: #000;
}
.woocommerce ul.products li.product .price ins .woocommerce-Price-amount,
.woocommerce div.product p.price ins .woocommerce-Price-amount,
.woocommerce div.product span.price ins .woocommerce-Price-amount {
	/* color: #c25354; */
	color: #da344e;
    padding: 5px 10px;
    text-decoration: underline;
    font-size: 1.25em;
}

.woocommerce div.product p.price ins .woocommerce-Price-amount {
	font-size: 1.25em;
}

#kafelki-kategorii img {
	width: 100%;
	height: 288px;
	object-fit: cover;
}

/* ciasteczka wyglad mobile rzetelna grupa */
@media (max-width: 560px) {
	#__pb-widget {
		width: 36px !important;
		height: 36px !important;
	}
}

.search-results #secondary {
	display: none;
}

body.home #page {
	overflow-x: hidden;
}

.wcct_header_area, .wcct_footer_area { padding: 0 !important; }
.wcct_arrow_button .wcct_button_text { padding: 5px 25px !important; margin: 5px 0; }

body.term-promocje .ryssa-category-slider-item-description {
	height: 75px !important;
}

body.home .newsletter-box .input-group.mb2 {
	margin-bottom: 0 !important;
}
body.home .newsletter-box .klaviyo-form {
	width: 100% !important;
	padding: 10px 5px 0 !important;
}

body.home .newsletter-box .klaviyo-form button,
body.home .newsletter-box .klaviyo-form input {
	padding: 0 9px !important;
}
body.home .newsletter-box .klaviyo-form > .needsclick {
	min-height: 70px !important;
}

body.home .newsletter-box > p {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	body.home .newsletter-box .klaviyo-form button,
	body.home .newsletter-box .klaviyo-form input {
		font-size: 12px !important;
		height: 29px !important;
	}

	body.home .newsletter-box .klaviyo-form input::placeholder {
		color: #979797 !important;
		font-size: 12px !important;
	}
}

h1, .h1, h2, h3, h4, h5, h6 {
	font-weight: 400 !important;
}

.mobile-category-slider-heading {
	font-weight: 500;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

@media (max-width: 991px) {
	#btn-show-categories-mobile {
		display: none !important;
	}

	#mobile-cats-cont-filters #btn-show-categories-mobile {
		display: block !important;
	}
}

@media (min-width: 992px) {
	.mobile-category-slider-heading {
		display: none !important;
	}

	#mobile-cats-cont-filters #mobile-cats-cont-categories {
		display: none !important;
	}
}

body.single-product .iconic-was-attr-label-sep,
body.single-product .iconic-was-chosen-attribute {
	display: none !important;
}

body.single-product table.variations .iconic-was-swatches,
body.single-product table.variations .variations_form label {
	margin: 0 10px 0 0 !important;
}

body.single-product table.variations td.label {
	display: flex !important;
	align-items: center;
}

body.single-product table.variations td.label .iconic-was-attr-label-text {
	font-weight: 700 !important;
}

body.single-product .modal-body table.variations td.label .iconic-was-attr-label-text {
	margin-right: 10px;
}

body.single-product table.variations .iconic-was-swatches__item {
	margin: 0 5px 0 5px !important;
}

body.single-product #homepageproducts table.variations .iconic-was-swatches__item {
	margin: 0 10px 10px 0 !important;
}

body.single-product table.variations .iconic-was-swatches__item a {
	border-radius: 5px !important;
}

body.single-product #homepageproducts table.variations tr {
	margin: 0 !important;
}

#upsellModalLong .modal-body h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
	color: #222;
	font-family: 'Maven Pro', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ryssa-categories-megamenu-8292 .ryssa-categories-megamenu-sub-category-items-color,
.ryssa-categories-megamenu-38 .ryssa-categories-megamenu-sub-category-items-color {
	display: flex !important;
	flex-wrap: wrap !important;
}

.ryssa-categories-megamenu-8292 .ryssa-categories-megamenu-sub-category-items-color {
	gap: 25px !important;
}

.ryssa-categories-megamenu-38 .ryssa-categories-megamenu-sub-category-items-color a {
	flex-basis: 25% !important;
}

.ryssa-categories-megamenu-38 .ryssa-categories-megamenu-sub-category-items-color a:before {
	width: 35px !important;
	height: 35px !important;
}

.promobar-text {
	overflow: hidden;
	text-wrap: nowrap;
}

@media (min-width: 992px) and (max-width: 1430px) {
  ul#menu-header li {
    display: flex;
    align-items: center;
  }
  ul#menu-header li:not(.btn-header-lustra):not(.btn-header-48h):not(.btn-header-categories-megamenu):not(.mobile-only) {
    border-right: #F4F4F4 solid 2px;
  }

  ul#menu-header li a {
    text-align: center;
  }
}

.modal-add-to-card-container {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #eeeeee;
}

.modal-add-to-card-container input.qty {
  background: white !important;
}

@media (min-width: 992px) {
  header#masthead > .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.homepage-tiles,
.homepage-tiles.homepage-tiles-double ul {
  list-style: none outside;
  padding: 0;
}

.homepage-tiles .tile,
.homepage-tiles .tile-double {
	text-align: center;
  transition: all .2s ease-in-out;
}

.homepage-tiles .tile {
  margin: 0 5px;
}

@media (min-width: 992px) {
  .homepage-tiles .tile:not(.tile-no-effect):hover,
  .homepage-tiles .tile-double:hover,
  .homepage-bestsellers-products .col-6:hover,
  .homepage-sale-products .col-6:hover {
    transform: scale(0.9);
  }
}


.homepage-tiles .tile p {
  text-transform: uppercase;
	margin-top: 5px;
}

.homepage-tiles .tile img {
  border-radius: 5px;
	max-height: 200px;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 991px) {
  .homepage-tiles .tile img {
    aspect-ratio: 3/2;
  }

  .homepage-tiles.homepage-tiles-double .tile img {
    aspect-ratio: 1/3;
  }

  .homepage-bestsellers-products a,
  .homepage-sale-products a {
    font-size: 13px !important;
  }
}

.homepage-tiles.homepage-tiles-double p {
  margin-bottom: 0.5em !important;
}

.homepage-tiles.homepage-tiles-double .tile .tile-double img {
  max-height: 138px;
}

.homepage-tiles.homepage-tiles-double .tile img {
  max-height: 305px;
}

.homepage-tiles.homepage-tiles-long .tile img {
  aspect-ratio: 2/6;
  max-height: 205px;
}

@media (min-width: 992px) {
  .homepage-tiles.homepage-tiles-long .tile img {
    max-height: 305px;
  }
}

.homepage-bestsellers-heading img,
.homepage-bestsellers-products img {
  border-radius: 5px;
}

.homepage-bestsellers-products .col-6,
.homepage-sale-products .col-6 {
  transition: all .2s ease-in-out;
}

#whyus .col:not(:nth-of-type(3)) {
  border-right: 1px #ebebeb solid !important;
}

#newsletter .bg-newsletter {
  border: none !important;
}

span.discount-percentage {
  position: absolute;
  right: 0;
  top: 0;
  color: red;
  font-weight: 600;
  font-size: 24px;
  margin-right: 25px;
}
/*
body.home .woocommerce span.onsale.bestsellerbadge {
  margin: 15px 0 0 25px !important;
}

body.home .homepage-sale-products span.onsale {
  margin: 10px 25px 0 0 !important;
  right: 0;
  top: 0;
  left: auto;
}

*/

button[name="apply_coupon"],
button[name="update_cart"] {
	font-weight: 400 !important;
}

input#coupon_code {
  border-radius: 5px !important;
}

.arlity-configurator {
  border: 1px #ebebeb solid;
}

.arlity-configurator button,
.arlity-button {
  transition: all 0.3s linear;
  background: #da344e;
  color: #fff;
  padding: 0 20px !important;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Maven Pro', sans-serif;
  letter-spacing: 0.1em;
  border-radius: 5px;
  border: 0;
}

.arlity-configurator p {
  font-family: 'Raleway', sans-serif;
  color: #666;
}

.term-description strong, 
#tab-description strong, 
.term-description b, 
#tab-description b {
	font-weight: 100;
}

body.home section#najpopularniejsze_kategorie ul li img {
  max-height: 259px !important;
}

.arlity-configurator-modal .modal-content .modal-header button.close {
  padding: 0.5rem 1rem !important;
}

.arlity-configurator-modal .modal-content .modal-header button.close span {
  font-size: 30px !important;
}

/** Ładowanie produktów w kategoriach **/

.load-more-products {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}

.load-more-products-btn {
	text-align: center;
    font-size: 13px;
    border: 1px #222 solid;
    background: #fff;
    color: #222;
    padding: 6px 15px;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.3s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.load-more-products-btn:hover {
	background: #222;
	color: #fff;
}

.load-more-products-btn:focus {
	opacity: 0.5;
}



.load-more-products-spinner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.spinner {
	width: 30px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 4px solid black;
	animation:
	  l20-1 0.8s infinite linear alternate,
	  l20-2 1.6s infinite linear;
  }
  @keyframes l20-1{
	 0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
	 12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
	 25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
	 50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
	 62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
	 75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
	 100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
  }
  @keyframes l20-2{ 
	0%    {transform:scaleY(1)  rotate(0deg)}
	49.99%{transform:scaleY(1)  rotate(135deg)}
	50%   {transform:scaleY(-1) rotate(0deg)}
	100%  {transform:scaleY(-1) rotate(-135deg)}
  }

  /** ---------------------------------- **/

  /** Rozwijanie/zwijanie filtrów w kategoriach **/

  button.show-hide-categories-filters {
    margin: 10px 10px 10px 0;
      padding: 5px 10px 5px 20px;
      cursor: pointer;
      font-size: 13px;
    font-weight: 500;
      border: 1px #EBEBEB solid;
      display: inline-block;
  }
  
  button.show-hide-categories-filters.show-icon {
    background: #EBEBEB url(../images/icon-plus.svg) left 5px center no-repeat;
    background-size: auto 10px;
  }
  
  button.show-hide-categories-filters.hide-icon {
    background: #EBEBEB url(../images/icon-minus.svg) left 5px center no-repeat;
    background-size: auto 10px;
  }
  
  .ryssa-categories-filters.desktop .ryssa-categories-filters-item {
    display: none;
  }
  
  .ryssa-categories-filters.desktop .ryssa-categories-filters-item:nth-child(-n+4) {
    display: inline-block;
  }

  @media (max-width: 991px) {
    .ryssa-categories-filters.desktop,
    .ryssa-categories-filters.mobile button.show-hide-categories-filters  {
      display: none;
    }
  }
  
  @media (min-width: 992px) {
    .ryssa-categories-filters.mobile {
      display: none;
    }
  
    .ryssa-categories-filters.desktop {
      display: block;
    }
  }


  /** ----------------------------------------- **/

  /** Ukrycie 'Dodaj do koszyka' na stronach kategorii **/
  /*
  body.tax-product_cat ul.products li a.add_to_cart_button,
  body.tax-product_cat ul.products li a.product_type_simple,
  body.tax-product_cat ul.products li a.button.product_type_variable {
    display: none;
  }
  */
  body.tax-product_cat ul.products li h4.woocommerce-loop-product__title a:hover {
    text-decoration: underline;
  }
  
  /** ------------------------------------------------ **/

  body.woocommerce-shop section#primary.col-lg-10 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .arlity-configurator-icon-container a,
  .black-week-icon-container a {
    height: 24px;
    width: 24px;
    float: right;
    position: relative;
  }

  .arlity-configurator-icon-container a::before,
  .black-week-icon-container a::before {
    content: '';
    background-image: url(https://ryssa.pl/wp-content/uploads/2024/03/Ryssa-ikona.svg);
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -5px;
  }

  .black-week-icon-container a::before {
    background-image: url(https://ryssa.pl/wp-content/themes/ryssa/images/black-week.png);
  }

  .ryssa-categories-megamenu.ryssa-categories-megamenu-6926 .ryssa-product-loop-thumbnail {
    height: auto !important;
  }

  @media (min-width: 992px) {
    .ryssa-categories-megamenu-sub-category.ryssa-categories-megamenu-sub-category-8292 .ryssa-categories-megamenu-sub-category-items a {
      display: none !important;
    }
  
    .ryssa-categories-megamenu-sub-category.ryssa-categories-megamenu-sub-category-8292 .ryssa-categories-megamenu-sub-category-items a:nth-child(-n+6) {
      display: block !important;
    }
  }
  
  body.single-product .products-line ul.products li .variations_form.cart,
  body.single-product .products-line ul.products li .button.product_type_variable,
  body.single-product .products-line ul.products li .button.product_type_simple,
  body.single-product .products-line ul.products li form#single-product-form,
  body.single-product .products-line ul.products li form.create-set,
  body.single-product #homepageproducts ul.products li .variations_form.cart,
  body.single-product #homepageproducts ul.products li .button.product_type_variable,
  body.single-product #homepageproducts ul.products li .button.product_type_simple,
  body.single-product #homepageproducts ul.products li form#single-product-form,
  body.single-product #homepageproducts ul.products li form.create-set {
    display: none;
  }

  #eatnet_invoice_address_to_shipping {
    font-size: 10px;
    border-radius: 5px !important;
	padding: 5px 15px;
  }
  #eatnet_invoice_address_to_shipping:hover {
    background: #da344e !important;
    border: 1px solid #da344e !important;
  }
  
  form.checkout_coupon {
    margin: 1em 0 !important;
  }
  
  form.checkout_coupon p {
    margin-bottom: 0.5em;  
  }
  
  form.checkout_coupon button {
    background-color: #dfdcde !important;
    color: #515151 !important;
  }

  /** NOWY WYGLĄD PRODUKTÓW W KATEGORIACH **/

  body.tax-product_cat ul.products li.product,
  body.tax-producent ul.products li.product,
  body.woocommerce-shop ul.products li.product,
  body.home #homepage-bestsellers ul.products li.product,
  body.home #homepageproducts ul.products li.product {
    cursor: pointer;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    position: relative;
  }
  
  body.tax-product_cat ul.products li.product:hover,
  body.tax-producent ul.products li.product:hover,
  body.woocommerce-shop ul.products li.product:hover,
  body.home #homepage-bestsellers ul.products li.product:hover,
  body.home #homepageproducts ul.products li.product:hover {
    border: 2px solid #e9e9e9;
  }
  
  body.tax-product_cat ul.products  li.product h4.woocommerce-loop-product__title,
  body.tax-producent ul.products  li.product h4.woocommerce-loop-product__title,
  body.woocommerce-shop ul.products  li.product h4.woocommerce-loop-product__title,
  body.home #homepage-bestsellers ul.products  li.product h4.woocommerce-loop-product__title,
  body.home #homepageproducts ul.products  li.product h4.woocommerce-loop-product__title {
    padding: 7px;
    height: 80px;
  }
  
  body.tax-product_cat ul.products  li.product h4.woocommerce-loop-product__title a,
  body.tax-producent ul.products  li.product h4.woocommerce-loop-product__title a,
  body.woocommerce-shop ul.products  li.product h4.woocommerce-loop-product__title a,
  body.home #homepage-bestsellers ul.products  li.product h4.woocommerce-loop-product__title a,
  body.home #homepageproducts ul.products  li.product h4.woocommerce-loop-product__title a {
    color: #a0a0a0;
    font-weight: 400;
  }
  
  body.tax-product_cat ul.products  li.product a.add_to_cart_button,
  body.tax-product_cat ul.products  li.product a.product_type_simple,
  body.tax-product_cat ul.products  li.product a.product_type_variable,
  body.tax-producent ul.products  li.product a.add_to_cart_button,
  body.tax-producent ul.products  li.product a.product_type_simple,
  body.tax-producent ul.products  li.product a.product_type_variable,
  body.woocommerce-shop ul.products  li.product a.add_to_cart_button,
  body.woocommerce-shop ul.products  li.product a.product_type_simple,
  body.woocommerce-shop ul.products  li.product a.product_type_variable,
  body.home #homepage-bestsellers ul.products  li.product a.add_to_cart_button,
  body.home #homepage-bestsellers ul.products  li.product a.product_type_simple,
  body.home #homepage-bestsellers ul.products  li.product a.product_type_variable,
  body.home #homepageproducts ul.products  li.product a.add_to_cart_button,
  body.home #homepageproducts ul.products  li.product a.product_type_simple,
  body.home #homepageproducts ul.products  li.product a.product_type_variable {
    /*padding: 15px;*/
    padding: 15px 5px;
    margin: 0;
    text-transform: none;
    letter-spacing: normal;
    border: 1px solid #e7e7e7;
    position: absolute;
    bottom: -22.5px;
    left: 50%;
    transform: translate(-50%,0);
    color: #a0a0a0;
    font-weight: 400;
  }
  
  body.tax-product_cat ul.products  li.product:hover a.add_to_cart_button,
  body.tax-product_cat ul.products  li.product:hover a.product_type_simple,
  body.tax-product_cat ul.products  li.product:hover a.product_type_variable,
  body.tax-producent ul.products  li.product:hover a.add_to_cart_button,
  body.tax-producent ul.products  li.product:hover a.product_type_simple,
  body.tax-producent ul.products  li.product:hover a.product_type_variable,
  body.woocommerce-shop ul.products  li.product:hover a.add_to_cart_button,
  body.woocommerce-shop ul.products  li.product:hover a.product_type_simple,
  body.woocommerce-shop ul.products  li.product:hover a.product_type_variable,
  body.home #homepage-bestsellers ul.products  li.product:hover a.add_to_cart_button,
  body.home #homepage-bestsellers ul.products  li.product:hover a.product_type_simple,
  body.home #homepage-bestsellers ul.products  li.product:hover a.product_type_variable,
  body.home #homepageproducts ul.products  li.product:hover a.add_to_cart_button,
  body.home #homepageproducts ul.products  li.product:hover a.product_type_simple,
  body.home #homepagepoducts ul.products  li.product:hover a.product_type_variable {
    background: #222;
    color: #fff;
  }
  
  body.tax-product_cat ul.products  li.product span.price,
  body.tax-producent ul.products  li.product span.price,
  body.woocommerce-shop ul.products  li.product span.price,
  body.home #homepage-bestsellers ul.products  li.product span.price,
  body.home #homepageproducts ul.products  li.product span.price {
    padding: 0 0 30px 0;
    font-weight: 600;
    color: #6b6b6b;
  }
  
  body.tax-product_cat ul.products  li.product img,
  body.tax-producent ul.products  li.product img,
  body.woocommerce-shop ul.products  li.product img,
  body.home #homepage-bestsellers ul.products  li.product img,
  body.home #homepageproducts ul.products  li.product img {
    border-radius: 10px;
  }
  
  @media (max-width: 991px) {
    body.tax-product_cat ul.products  li.product a.add_to_cart_button,
    body.tax-product_cat ul.products  li.product a.product_type_simple,
    body.tax-product_cat ul.products  li.product a.product_type_variable,
    body.tax-producent ul.products  li.product a.add_to_cart_button,
    body.tax-producent ul.products  li.product a.product_type_simple,
    body.tax-producent ul.products  li.product a.product_type_variable,
    body.woocommerce-shop ul.products  li.product a.add_to_cart_button,
    body.woocommerce-shop ul.products  li.product a.product_type_simple,
    body.woocommerce-shop ul.products  li.product a.product_type_variable,
    body.home #homepage-bestsellers ul.products  li.product a.add_to_cart_button,
    body.home #homepage-bestsellers ul.products  li.product a.product_type_simple,
    body.home #homepage-bestsellers ul.products  li.product a.product_type_variable,
    body.home #homepageproducts ul.products  li.product a.add_to_cart_button,
    body.home #homepageproducts ul.products  li.product a.product_type_simple,
    body.home #homepageproducts ul.products  li.product a.product_type_variable {
      padding: 15px 10px;
    }
  
    body.tax-product_cat ul.products  li.product span.price,
    body.tax-producent ul.products  li.product span.price,
    body.woocommerce-shop ul.products  li.product span.price,
    body.home #homepage-bestsellers ul.products  li.product span.price,
    body.home #homepageproducts ul.products  li.product span.price {
      padding: 0 0 40px 0;
      margin-top: 20px;
    }

    body.tax-product_cat ul.products  li.product h4.woocommerce-loop-product__title a,
    body.tax-producent ul.products  li.product h4.woocommerce-loop-product__title a,
    body.woocommerce-shop ul.products  li.product h4.woocommerce-loop-product__title a,
    body.home #homepage-bestsellers ul.products  li.product h4.woocommerce-loop-product__title a,
    body.home #homepageproducts ul.products  li.product h4.woocommerce-loop-product__title a {
      letter-spacing: normal;
      line-height: 20px;
    }
  
    body.tax-product_cat ul.products  li.product a.add_to_cart_button,
    body.tax-producent ul.products  li.product a.add_to_cart_button,
    body.woocommerce-shop ul.products  li.product a.add_to_cart_button,
    body.home #homepage-bestsellers ul.products  li.product a.add_to_cart_button,
    body.home #homepageproducts ul.products  li.product a.add_to_cart_button {
      bottom: -21.5px;
    }

    body.tax-product_cat ul.products  li.product a.add_to_cart_button,
	  body.tax-product_cat ul.products  li.product a.product_type_simple,
    body.tax-product_cat ul.products  li.product a.product_type_variable,
    body.tax-producent ul.products  li.product a.add_to_cart_button,
	  body.tax-producent ul.products  li.product a.product_type_simple,
    body.tax-producent ul.products  li.product a.product_type_variable,
    body.woocommerce-shop ul.products  li.product a.add_to_cart_button,
	  body.woocommerce-shop ul.products  li.product a.product_type_simple,
    body.woocommerce-shop ul.products  li.product a.product_type_variable,
    body.home #homepage-bestsellers ul.products  li.product a.add_to_cart_button,
	  body.home #homepage-bestsellers ul.products  li.product a.product_type_simple,
    body.home #homepage-bestsellers ul.products  li.product a.product_type_variable,
    body.home #homepageproducts ul.products  li.product a.add_to_cart_button,
	  body.home #homepageproducts ul.products  li.product a.product_type_simple,
    body.home #homepageproducts ul.products  li.product a.product_type_variable {
      width: 80%;
      font-size: 13px;
      padding: 15px 5px;
	  }

    body.home #homepage-bestsellers ul.products li.product,
    body.home #homepageproducts ul.products li.product {
      margin-bottom: 30px !important;
    }
  }
  
  /* --------------------- */

  .homepage-tiles .tile,
  .homepage-tiles .tile-double {
    text-align: center;
    transition: all .2s ease-in-out;
  }

  .homepage-tiles .tile {
    margin: 0 5px;
  }

  @media (min-width: 992px) {
    .homepage-tiles .tile:not(.tile-no-effect):hover,
    .homepage-tiles .tile-double:hover,
    .homepage-bestsellers-products .col-6:hover,
    .homepage-sale-products .col-6:hover {
      transform: scale(0.9);
    }
  }
  
  
  .homepage-tiles .tile p {
    text-transform: uppercase;
    margin-top: 5px;
  }
  
  .homepage-tiles .tile img {
    border-radius: 5px;
    max-height: 200px;
    width: 100%;
    object-fit: cover;
  }

  @media (max-width: 991px) {
    .homepage-tiles .tile img {
      aspect-ratio: 3/2;
    }
  
    .homepage-tiles.homepage-tiles-double .tile img {
      aspect-ratio: 1/3;
    }
  
    .homepage-bestsellers-products a,
    .homepage-sale-products a {
      font-size: 13px !important;
    }
  }
  
  .homepage-tiles.homepage-tiles-double p {
    margin-bottom: 0.5em !important;
  }
  
  .homepage-tiles.homepage-tiles-double .tile .tile-double img {
    max-height: 138px;
  }
  
  .homepage-tiles.homepage-tiles-double .tile img {
    max-height: 305px;
  }
  
  .homepage-tiles.homepage-tiles-long .tile img {
    aspect-ratio: 2/6;
    max-height: 205px;
  }
  
  @media (min-width: 992px) {
    .homepage-tiles.homepage-tiles-long .tile img {
      max-height: 305px;
    }
  }
  
  .homepage-bestsellers-heading img,
  .homepage-bestsellers-products img {
    border-radius: 5px;
  }
  
  .homepage-bestsellers-products .col-6,
  .homepage-sale-products .col-6 {
    transition: all .2s ease-in-out;
  }

  .newsletter-banner {
    background-image: var(--src);
    background-size: cover;
    border-radius: 15px;
    width: 324px;
    height: 324px;
  }
  
  .newsletter-banner.gradient {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1) 95% 100%),
    var(--src);
  }

  .newsletter-banner.wide {
    width: 80%;
    transform: scale(1.3);
  }

  @media (max-width: 991px) {
    body.home .homepage-bestsellers-heading {
      display: none;
    }
  }
  
  @media (min-width: 992px) {
    body.home .tiles-container {
      max-width: 1395px !important;
    }
  }
  
  body.home .blog-post .banner-image img {
    border-radius: 15px;
  }
  
  body.home .nav-pills .nav-link {
    border-radius: 5px;
  }

  .wpgis-slider-for i.btn-prev,
  .wpgis-slider-for i.btn-next {
    background: rgba(0, 0, 0, 0.6) url(../images/arrow-left-white.png) center center no-repeat !important;
    outline: none !important;
  }

  .wpgis-slider-for i.btn-next {
    transform: rotate(180deg);
  }

  .wpgis-slider-for i.btn-prev::before,
  .wpgis-slider-for i.btn-next::before {
    content: none;
  }

  @media (max-width: 768px) {
    body.home #homepage-bestsellers ul.products {
      max-height: 900px;
    }
  }

  ul.products .slick-track {
    display: flex !important;
  }

  ul.products .slick-slide {
    height: inherit !important;
  }

  div.backorder-message {
    border: 1px solid #222222;
    border-radius: 5px;
    padding: 15px 10px;
    margin-bottom: 20px;
  }

  .sale-badges {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    padding: 10px;
    display: flex;
    gap: 5px;
  }
  
  .sale-badges span {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
  }
  
  .sale-badges .text {
    background-color: #da344e;
  }
  
  .sale-badges .percentage {
    background-color: #000;
  }
  
  body.single-product .summary .sale-badges {
    position: inherit;
    padding: 0;
  }

  .woocommerce-page div.product div.images {
    position: relative;
  }

  body.single-product .summary .product_title {
    margin: 0 0 5px 0;
  }
  
  span#omnibus-price-data {
    font-size: 14px;
    font-weight: 500;
    color: #979797;
  }
  
  .js-omnibus-price {
    color: #989898;
    text-decoration: line-through;
    font-weight: bolder;
  }
  
  .omnibus {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .woocommerce div.product p.price ins .woocommerce-Price-amount,
.woocommerce div.product span.price ins .woocommerce-Price-amount ,
.woocommerce ul.products li.product .price ins .woocommerce-Price-amount {
  text-decoration: none;
  letter-spacing: normal;
  padding-left: 0;
}

.woocommerce div.product p.price del .woocommerce-Price-amount,
.woocommerce div.product span.price del .woocommerce-Price-amount,
.woocommerce ul.products li.product .price del .woocommerce-Price-amount {
  letter-spacing: normal;
  color: #989898;
  text-decoration: line-through;
}

.from-text {
  font-size: 12px;
  color: #979797;
  letter-spacing: normal;
  padding-right: 10px;
}

.single_variation_wrap #omnibus-price-data {
  display: none;
}

body.single-product .product > .sale-badges {
  display: none;
}

body.home .homepage-sale-products span.onsale,
body.home .bestsellerbadge {
  margin: 10px 25px !important;
}
  
body.home .newsletter-box .klaviyo-form input {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

body.home .newsletter-box .klaviyo-form button {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

body.single-post a.add_to_cart_button,
a.button {
  display: none;
}

#powerTip {
  background-color: #fff !important;
  border: 1px solid #e7e7e7;
}

body.home ul.products li.product span.price {
  font-weight: 600;
}

body.home ul.products li.product .woocommerce-loop-product__title {
  font-weight: 500;
  height: 53px;
}

@media (max-width: 767px) {
  body.home ul.products li.product .woocommerce-loop-product__title {
    height: 73px;
  }

  body.home ul.products li.product span.price {
    margin-top: 20px;
  }
}

body.home .tiles-shortcode li.product a.button {
  display: none !important;
}

body.home .tiles-shortcode li.product:nth-last-child(-n+2) {
  margin-bottom: 0;
}

body.home .tiles-shortcode li.product {
  margin-bottom: 20px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  transition: all .2s ease-in-out;
}

body.home .tiles-shortcode li.product:hover {
  transform: scale(0.9);
}

body.home .tiles-shortcode li.product img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

body.home .tiles-shortcode li.product h4.woocommerce-loop-product__title {
  margin: 0;
  padding: 0 0.5em 0.5em 0.5em;
}

@media (max-width: 767px) {
  body.home .tiles-shortcode .woocommerce.columns-2 {
    padding: 0 10px;
  }

  body.home .tiles-shortcode li.product {
    margin-bottom: 10px !important;
  }
}

body.single-post ul.products li.product {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
}

body.single-post ul.products li.product .ryssa-product-loop-thumbnail img {
  border-radius: 10px;
}

body.single-post ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px !important;
  line-height: 23px !important;
  padding: 7px !important;
  font-family: 'Maven Pro', sans-serif !important;
  letter-spacing: 0.1em !important;
}

body.single-post ul.products li.product .woocommerce-loop-product__title a {
  color: #a0a0a0 !important;
  font-weight: 400 !important;
}

body.single-post ul.products li.product span.price {
  font-weight: 600 !important;
}

.megamenu-product .img-megamenu,
.ryssa-categories-megamenu-sub-all2,
.ryssa-categories-megamenu-sub-all2 strong,
.ryssa-categories-filters,
.ryssa-categories-filters .ryssa-categories-filters-item-title,
.ryssa-categories-filters .show-hide-categories-filters,
.ryssa-category-slider-item,
.ryssa-category-slider-item-image-container > img,
.btn-show-filters-mobile,
#btn-show-categories-mobile {
  border-radius: 5px;
}

.ryssa-category-slider-item-image-container > img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.megamenu-product .img-megamenu {
  padding: 0 !important;
}

.megamenu-product {
  padding: 15px 0;
}

body.single-product ul.tabs li,
body.single-product ul.nav-pills li,
body.single-product ul.nav-pills li a {
  border-radius: 5px !important;
}

@media screen and (min-width: 768px) {
  .arlity-container #arlity-inspirations-container > div:first-of-type {
    position: relative;
    min-height: 180px;
  }

  .arlity-container #arlity-inspirations-container > div:first-of-type figure {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .arlity-container #arlity-inspirations-container > div:first-of-type {
    padding-bottom: 30px;
  }
  .arlity-container #arlity-inspirations-container > div:first-of-type figure {
    float: unset;
  }
}

.dgwt-wcas-details-space .dgwt-wcas-details-product-sku,
.dgwt-wcas-details-space .dgwt-wcas-details-desc,
.dgwt-wcas-details-space .dgwt-wcas-details-hr,
.dgwt-wcas-details-space .dgwt-wcas-stock {
  display: none;
}

.dgwt-wcas-details-space .dgwt-wcas-pd-addtc-form {
  gap: 10px;
  justify-content: center;
}

.dgwt-wcas-details-space .dgwt-wcas-pd-addtc-form a {
  font-size: 14px;
}

body:not(.woocommerce) .dgwt-wcas-pd-addtc-form .qib-container {
  display: flex;
}

body:not(.woocommerce) .dgwt-wcas-pd-addtc-form .qib-container .quantity input.qty {
  line-height: 1;
  background: none;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  height: 35px;
  width: 45px;
  box-shadow: none;
  border: 1px solid #cac9c9;
  border-radius: 0;
  font-size: 15px;
}

body:not(.woocommerce) .dgwt-wcas-pd-addtc-form .qib-container .qib-button {
  line-height: 1;
  display: inline-block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  height: 35px;
  width: 30px;
  color: #000;
  border: 1px solid #cac9c9;
  font-size: 16px;
}

body:not(.woocommerce) .dgwt-wcas-pd-addtc-form .qib-container .qib-button.plus {
  border-left: none;
}

body:not(.woocommerce) .dgwt-wcas-pd-addtc-form .qib-container .qib-button.minus {
  border-right: none;
}

@media (max-width: 767px) {
  .newsletter-box .klaviyo-form .needsclick {
    padding-right: 5px !important;
  }
}
ul.products li.product .price .woocommerce-Price-amount,
ul.products li.product .price ins .woocommerce-Price-amount,
.woocommerce div.product .price ins .woocommerce-Price-amount {
  color: #666 !important;
}

ul.products li.product.sale .price ins .woocommerce-Price-amount,
.woocommerce div.product.sale .price ins .woocommerce-Price-amount {
  color: #da344e !important;
}

ul.products li.product:not(.sale) .price ins .woocommerce-Price-amount {
  font-size: 14px !important;
}

#promobar .button {
  display: inline-block;
  margin-top: 0;
}

.woocommerce div.product.black-friday p.price del {
  font-size: 20px !important;
}

.woocommerce ul.products li.product.black-friday .price del {
  font-size: 14px;
}

.woocommerce div.product.black-friday p.price del .woocommerce-Price-amount,
.woocommerce ul.products li.product.black-friday .price del .woocommerce-Price-amount,
.woocommerce div.product.black-friday span.price del .woocommerce-Price-amount {
  color: #fff !important;
  background-color: #969696 !important;
  padding: 3px 5px !important;
  border-radius: 5px !important;
  font-size: 20px !important;
}

.woocommerce div.product.black-friday span.price del .woocommerce-Price-amount {
  font-size: 30px !important;
}

.woocommerce ul.products li.product.black-friday .price del .woocommerce-Price-amount {
  font-size: 14px !important;
}

.product.black-friday .sale-badges .percentage {
  background-color: #DA344E;
  display: flex;
  align-items: center;
}

.product.black-friday .sale-badges .text {
  background-color: #2c2c2c;
  display: flex;
  align-items: center;
}

.product.black-friday .sale-badges img {
  width: 24px !important;
  height: 32px !important;
  border-radius: 0 !important;
}

.woocommerce div.product.black-friday .omnibus .sale-badges {
  display: none;
}

span.text.specified-amount {
  justify-content: center;
  width: 30px;
  cursor: pointer;
}

/* @media(max-width:991px) {
  ul.navbar-nav li.menu-item.menu-item-307418 {
    display: none;
  }
} */

/* body.single-product .product-type-variable.black-friday.not-normal-sale p.price > .woocommerce-Price-amount:first-of-type {
  display: none;
} */

@media (max-width: 575px) {
  .product.black-friday .sale-badges span {
    font-size: 10px;
  }

  .woocommerce ul.products li.product.black-friday .price del .woocommerce-Price-amount,
  .woocommerce ul.products li.product .price ins .woocommerce-Price-amount {
    font-size: 13px;
  }

  .product.black-friday .sale-badges img {
    width: 20px !important;
    height: 28px !important;
  }

  .product.black-friday .sale-badges {
    padding: 5px;
  }
}

body.single-product ul.products li.product .backorder-message {
  display: none;
}

@media screen and (max-width: 767px) {
  .woocommerce-cart-form__cart-item.desktop,
  .cart-collaterals .cart_totals:last-of-type,
  .woocommerce table.cart td.actions .coupon .coupon_content:not(.active) {
    display: none !important;
  }

  .woocommerce table.cart td.actions #coupon_code {
    margin-bottom: 10px;
  }

  .woocommerce table.cart td.actions .coupon {
    text-align: left;
  }

  .woocommerce table.cart td.actions .coupon h3 {
    margin-top: 0;
  }

  .woocommerce table.cart td.actions .coupon h3::after {
    content: "\25bc";
  }

  .woocommerce table.cart td.actions .coupon h3.active::after {
    content: "\25b2";
  }

  .woocommerce-cart-form__cart-item.mobile:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }

  .woocommerce-cart-form__cart-item.mobile td {
    border-top: none !important;
  }

  .woocommerce-cart-form__cart-item.mobile td .product-thumbnail-name {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 90%;
  }

  .woocommerce-cart-form__cart-item.mobile td .product-remove {
    width: 10%;
  }

  .woocommerce-cart-form__cart-item.mobile td .product-price-quantity {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .woocommerce-cart-form__cart-item.mobile td .product-price-quantity div {
    text-align: center;
  }

  .woocommerce-cart-form__cart-item.mobile td .product-thumbnail-name .eatnettext-field-info-bulbs {
    /* display: none; */
    margin-top: 0;
    padding: 0;
    background: inherit;
  }

  .woocommerce-cart-form__cart-item.mobile td .product-thumbnail-name img {
    width: 70px;
  }

  .woocommerce-cart-form__cart-item.mobile td::before {
    content: none !important;
  }

  .woocommerce-cart-form__cart-item.mobile p.backorder_notification {
    display: none;
  }

  .woocommerce-checkout-review-order tr.shipping th {
    display: none;
  }
  .woocommerce-checkout-review-order tr.shipping td h3 {
    font-size: 14px;
    line-height: 25px;
    border: 0;
    color: #222;
    font-family: 'Maven Pro', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700 !important;
    margin-top: 0;
    text-align: left;
  }

  .woocommerce-checkout-review-order tr.shipping td {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .woocommerce-cart-form__cart-item.mobile,
  .cart-collaterals .cart_totals:first-of-type,
  .woocommerce table.cart td.actions .coupon h3,
  .woocommerce-checkout-review-order tr.shipping td h3 {
    display: none !important;
  }
}

@media screen and (max-width: 719px) {
  /* body.woocommerce-checkout .woocommerce table.shop_table tfoot tr.woocommerce-shipping-totals th, 
  body.woocommerce-checkout .woocommerce table.shop_table tfoot tr.woocommerce-shipping-totals td {
      border-top: none;
  }

  body.woocommerce-checkout .woocommerce table.shop_table tfoot tr.cart-subtotal th,
  body.woocommerce-checkout .woocommerce table.shop_table tfoot tr.cart-subtotal td {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }

  body.woocommerce-checkout .woocommerce table.shop_table tfoot tr.woocommerce-shipping-totals {
    display: flex;
    flex-direction: column;
  }

  #checkout-ryssa-right .woocommerce-checkout-review-order-table tr.shipping td:last-child {
    text-align: left;
  } */
}

body.single-product .carousel-tab-wyprzedaze .sale-badges {
  display: flex !important;
}

.systemy-szynowe-form-container {
    position: relative;
    display: inline-block;
}

.systemy-szynowe-form-image-container {
	max-width: 806px;
    position: relative;
    left: 9.7%;
}

.systemy-szynowe-form-image-container-porducent {
	position: relative;
}

.systemy-szynowe-form-image-container img,
.systemy-szynowe-form-image-container-porducent img {
    width: 100%;
    height: 160px;
    border-radius: 15px;
	border: 1px #ebebeb solid;
}

.systemy-szynowe-form-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
    white-space: nowrap;
    max-width: 90%;
    text-align: center;
    z-index: 10;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400 !important;
}

.systemy-szynowe-form-image-container img,
.systemy-szynowe-form-image-container-porducent img {
    z-index: 1;
    position: relative;
	object-fit: cover;
    object-position: top;
}

.systemy-szynowe-form-underline {
	text-decoration: underline;
}

.systemy-szynowe-form-shape-option {
	width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid black;
    transition: all 0.3s ease;
}

@media screen and (max-width: 719px) {
	.systemy-szynowe-form-overlay {
		white-space: normal;
		left: 25%;
    	transform: translate(-15%, -50%);
	}
	.systemy-szynowe-form-image-container img, .systemy-szynowe-form-image-container-porducent img {
		height: 320px;
	}
}

input[type="radio"]:checked + .systemy-szynowe-form-shape-option {
    border-color: blue;
    box-shadow: 0 0 10px blue;
    transform: scale(1.1);
    opacity: 0.8;
}

.woocommerce-form-login-toggle .showlogin {
	color: #da344e;
}
.woocommerce-form.woocommerce-form-login #username,
.woocommerce-form.woocommerce-form-login #password {
	color: #222;
	width: 100%;
	padding: 8px 15px;
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	border: 1px #ebebeb solid;
}
.woocommerce-form.woocommerce-form-login .button.woocommerce-form-login__submit,
.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button {
	background: #da344e;
	border: 1px solid #da344e;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.woocommerce-form.woocommerce-form-login .button.woocommerce-form-login__submit:hover,
.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:hover {
	background: #222;
	border: 1px solid #222;
	color: #fff;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form-login__rememberme {
	width: 100%;
	margin-bottom: 15px;
}

.modal-add-to-card-container.bottom {
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 0;
}
.modal-add-to-card-container.bottom {
	text-align: center;
}
.woocommerce div.product .modal form.cart .modal-add-to-card-container.bottom .button.single_add_to_cart_button {
	float: none !important;
}
body.woocommerce .product-type-variable .modal-add-to-card-container.top .variations tr {
	flex-direction: column;
}
.modal-add-to-card-container.top .modal-button-wrapper {
	margin-bottom: 0;
}
body .modal-add-to-card-container.top #omnibus-price-data {
	display: none !important;
}
.modal-add-to-card-container.top .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.modal-add-to-card-container.top .modal-button-wrapper .single_add_to_cart_button {
	display: none !important;
}
.modal-add-to-card-container.top .single_variation_wrap .woocommerce-variation-add-to-cart .qib-container,
.modal-add-to-card-container.top .modal-button-wrapper .qib-container {
	min-height: 40px;
}
.modal-add-to-card-container.top .single_variation_wrap .woocommerce-variation-add-to-cart {
	justify-content: center;
}
.modal-add-to-card-container.top .single_variation_wrap .modal_qty_txt {
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 20px;
}
body.woocommerce .product-type-variable .modal-add-to-card-container.top .variations .label label {
	margin: 0 !important;
	text-align: center;
}
body.woocommerce .product-type-variable .modal-add-to-card-container.top .variations .value select {
	width: 70%;
  	margin: 0;
}
body .modal-add-to-card-container.top table.variations .iconic-was-swatches {
	margin: 5px 0 0 0 !important;
}
.modal-add-to-card-container.top .modal_variable_data {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
body #product-modal .modal-add-to-card-container.top .woocommerce-variation-price {
	text-align: center;
}
body.woocommerce .product-type-variable .modal-add-to-card-container.top .woocommerce-variation-add-to-cart {
	padding-right: 0 !important;
}
body .modal-add-to-card-container.top table.variations .iconic-was-swatches {
	text-align: center;
}
body .modal-add-to-card-container.top table.variations .iconic-was-swatches__item {
	margin: 5px 5px 0 5px !important;
}
body .modal-add-to-card-container.top .modal_variable_data .bolder_alerts_inner {
	text-align: center;
}
body .modal-add-to-card-container.top .modal_variable_data #bolder_alerts_email_registration {
	align-items: center;
}
#product-modal .cart .modal-header .modal-title {
	margin-top: 0;
}

#__pb .__pb-cookie_actions .__pb-cookie_button_accept {
    background-color: #FFFFFF !important;
    color: #3B3B3E !important;
    border: 1px solid #FFFFFF !important;
}

#__pb .__pb-cookie_actions .__pb-cookie_button_accept:hover {
    background-color: #d7d7d7 !important;
}

.eatnet_extended_lead_time {
  display: block;
  background: #da344e;
  color: #fff;
  margin: 0;
  padding: 15px;
}
.eatnet_extended_lead_time p {
  margin: 0;
  font-size: 14px;
}
