/*
Theme Name: Theme New
*/

body {
	padding: 0;
	margin: 0;
	overflow-x: hidden !important;
	font-size: 18px;
	font-weight: 300;
}

.offcanvas {
	z-index:999999 !important;
}

@media (max-width: 768px) {
	body {
		font-size: 16px;
	}
}


/****************************** BOOTSTRAP ADJ ***********************/
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
	max-width: 1118px !important;
}

@media (min-width: 768px) {
  .container {
  		max-width: 100%;
    	padding-left: 30px;
    	padding-right: 30px;
  }
}

@media (min-width: 1400px) {
	.container {
		max-width: 1440px;
	}
}

section {
	margin-top: 60px;
	margin-bottom: 60px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-60 {
	margin-bottom: 60px;
}

.right-0 {
	margin-right: 0;
	padding-right: 0;
	padding-left: 0;
}

@media (max-width: 980px) {
	.right-0 {
		padding-left: 15px;
	}
}

/****************************** MAIN ********************************/
:root {
	--theme-black: #161616;
	--theme-font:'Raleway';
	--theme-reverse: #343447;
}

h1, h2, h3, h4, h5, h6, p, p a, li a, li {
	font-family: var(--theme-font);
	color: var(--theme-black);
}

a, p a, li a {
	text-decoration: none;
}

a:hover {
	color: var(--theme-reverse);
}

h1 {
	font-size: 35px;
}

h1, h2, h3 {
	font-weight: 400;
}

h4, h5, h6 {
	font-weight: 400;
}

h1 strong {
  	font-weight: 500;
}

h2 strong, h2 b {
	font-weight: 500;
}

h2 {
  	margin-bottom: 16px;
}

b, strong {
  	font-weight: 500;
}

#to-top-btn {
  	background: var(--theme-reverse);
  	color: #fff;
  	border: none;
  	border-radius: 100%;
  	width: 40px;
  	height: 40px;
}

/*Buttons*/
.themeLinkBtn {
	background: none !important;
  	padding: 0 !important;
  	border: none !important;
	-webkit-appearance: none;
	-webkit-border-radius: none;
	position: relative;
}

.themeLinkBtn:hover {
	opacity: 0.8;
}

.theme_primary_btn {
	padding: 10px 27px 13px 27px;
  	border: 1px solid var(--theme-black);
  	font-size: 16px !important;
  	color: var(--theme-black);
	font-weight:500;
	background: transparent;
	border-radius:5px;
	text-decoration:none;
	transition:all .5s;
}

.theme_primary_btn.smallest{
	font-size:12px !important;
}

.theme_primary_btn:hover {
	background:var(--theme-black);
	color:#fff;
}

.theme_primary_btn.black {
	color: #fff;
	background:var(--theme-black);
}

.theme_primary_btn.black:hover {
	opacity: 0.9;
}

.theme_primary_btn:hover {
	
}

.theme_secondary_btn {
	padding: 12px 24px 14px 24px;
  	border: 1px solid var(--theme-black);
  	font-size: 16px !important;
  	color: var(--theme-black);
	display: inline-flex;
}

.theme_secondary_btn:hover {

}

.theme_tertiary_btn {
	padding: 12px 24px 14px 24px;
	font-size: 16px !important;
  	color: var(--theme-black) !important;
}

.theme_trietary_btn:hover {
	
}

.theme_tertiary_btn:after {
	content: url('/wp-content/themes/theme-new/template-img/theme-arrow.svg');
	margin-left: 10px;
}

.white {
	border-color: #fff !important;
}

.white-text {
	color: #fff !important;
}

@media (max-width: 768px) {
	h1 {
		font-size: 24px;
	}
	
	.button {
  		font-size: 13px !important;
  		padding: 10px 0px 12px 0px !important;
	}
	
	.reorder {
		flex-direction: column-reverse;
	}
}

input:not([type="radio"]):not([type="checkbox"]) {
    -webkit-appearance: none;
    border-radius: 0;
}


/*Slick slider*/
.slick-arrow {
	z-index: 99 !important;
	height: 40px !important;
}

.slick-arrow:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: solid #1A1818;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-45deg);
    opacity: 1;
    content: '' !important;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.slick-prev:before {
	transform:rotate(135deg) !important;
}

.themeCms {
	margin-top: 60px;
}

.themeCmsWhite {
	padding-top: 60px;
	padding-bottom: 60px;
}

.themeCmsColor {
	background-color:#f5f5f5;
	padding-top: 60px;
	padding-bottom: 60px;
}

/*Woocommerce Info*/
.woocommerce-info::before {
	color: rgb(52, 52, 71) !important;
}

.woocommerce-button, .woocommerce-Button, .button {
  	border-radius: 0 !important;
  	font-size: 14px !important;
  	height: 45px;
  	padding-left: 15px !important;
  	padding-right: 15px !important;
  	font-weight: normal !important;
	display: flex !important;
  	align-items: center;
}


/****************************** HEADER ******************************/
#themeLogo, #themeLogoFooter {
	max-height: 55px;
}

@media (max-width: 767px) {
	#themeLogo, #themeLogoFooter {
		max-height: 12px;
	}
}

.header-main {
	z-index:999999;
}

/*Pasek z logo*/
.header-top {
	padding-top: 32px;
    padding-bottom: 32px;
	gap:20px 0;
}

.search-col {
  	padding: 5px 0 5px 5px;
}

.search-col label {
	width: calc(100% - 60px);
}

.search-col input {
	width: 100%;
    height: 49px;
    border: none;
    border-bottom: 1px solid #f2f2f2;
    outline: none;
	font-size: 16px;
	margin-top:-1px;
	position:relative;
	top:-1px;
}

.search-col button {
	width: 50px;
    height: 50px;
    background: #f2f2f2;
    border: none;
}

.header-top-right {
	gap: 20px;
}

body.home .header-main {
	position:absolute;
	width:100%;
}

.header-main > header {
	padding-left:34px;
	padding-right:34px;
}

@media (max-width: 768px) {
	.header-main > header {
		padding-left:12px;
		padding-right:12px;
	}
	
	.header-top {
		padding-top: 20px;
		padding-bottom:20px;
	}
}


/*Menu glowne*/
.header-top .navbar-nav {
	margin-left: auto !important;
	margin-right: auto !important;
	width: fit-content;
	display:flex;
	align-items:center;
	flex-direction:row;
	gap:45px;
}

.header-top .navbar-nav li a{
	font-size:12px;
	line-height:14px;
	letter-spacing:1.2px;
	text-transform:uppercase;
}

.header-top .navbar-nav li a:hover{
	text-decoration:underline;
}

.header-top .navbar-nav li {
	position: static !important;
}

.header-top ul.dropdown-menu {
	width: 100%;
	column-count: 3;
	padding-right: 30%;
}

.header-top a.nav-link {
  	padding-left: 0 !important;
  	padding-right: 30px !important;
	padding-top: 0;
  	padding-bottom: 0;
	color: var(--theme-black);
}

.navbar-expand-md {
  	padding-top: 0;
  	padding-bottom: 0;
  	margin-bottom: 15px;
}

.dropdown-menu.show {
	margin-top: 15px;
  	border: none;
  	border-radius: 0;
}

@media (max-width: 768px) {
	.header-top .col-8 {
		display:none !important;
	}
	
	#main-menu {
		margin-top: 0px;
	}
	
	#main-menu .navbar-nav {
        margin-left: 0 !important;
        margin-right: auto !important;
        margin-bottom: 15px;
        flex-direction: column !important;
        justify-content: center;
        text-align: center;
        background: #fff;
        width: 100%;
        gap: 10px;
        padding: 20px;
        margin-top: 0px;
	}	
	
	#main-menu ul.dropdown-menu {
	  	column-count: 1;
	  	padding-right: 0;
	  	background: none !important;
	  	box-shadow: none;
	  	padding: 0;
	  	margin: 0;
	}
	
	#main-menu .navbar-nav li {
		line-height: 2;
	}
}



@media (max-width: 768px) {
	/*HEADER NAVBAR SCROLL VISIBLE*/
  .site-header {
    transition: top 0.3s;
  }

  .navbar-visible,
  .navbar-hidden {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
	  left: 0;
    right: 0;
  }

  .navbar-hidden {
    top: -120px;
  }

  .navbar-visible {
    	top: 0;
	  background-color: #fff !important;
  }
}


.menuStrong a {
  	font-weight: 500;
  	text-decoration: underline;
}

.menuSale a {
	color: red !important;
}

.themeLinkCart-itemnumber {
    background-color: var(--theme-reverse);
    font-size: 10px;
    font-weight: 600;
    padding: 0;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    right: -5px;
    bottom: -5px;
    color: #fff;
}

.wishlist_products_counter {
	position:relative;
	margin-bottom:-8px !important;
}

.search-opener {
	margin-bottom:-5px !important;
}

a.wishlist_products_counter.top_wishlist-custom img {
	width: 19px !important;
    max-width: 19px;
    height: auto !important;
    max-height: 20px;
    margin: 0 !important;
}

.wishlist_products_counter_number {
    background-color: var(--theme-reverse);
    font-size: 10px;
    font-weight: 600;
    padding: 0;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    right: -5px;
    bottom: -1px;
    color: #fff;
}



/****************************** OFFCANVAS ***************************/
.offcanvas-header h5 {
	font-size: 24px;
  	margin: 0;
  	font-weight: 500;
}

		#menu-menu-moje-konto {
  	margin: 0;
  	padding: 0;
 	list-style-type: none;
 	line-height: 2;
}

/*Koszyk - mini cart*/
ul.woocommerce-mini-cart {
  	padding-left: 0;
}

.remove_from_cart_button {
 	margin-right: 10px;
}

.woocommerce-mini-cart .variation p {
  	font-size: 13px;
  	margin: 0;
}

ul.woocommerce-mini-cart li img {
    float: left;
    margin-left: 0;
    width: 40px;
    height: auto;
    box-shadow: none;
    margin-right: 15px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: normal !important;
    font-size: 13px;
    color: var(--theme-black) !important;
}

.woocommerce-mini-cart-item.mini_cart_item a:nth-child(2) {
	display: inline-flex;
    align-items: center;
	width:60%;
	font-size: 14px;
}

.woocommerce-mini-cart-item a.remove:hover {
    color: var(--theme-reverse) !important;
    background: none !important;
}

.woocommerce-mini-cart-item .mini_cart_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.woocommerce-mini-cart-item .quantity {
    text-align: right;
    display: block;
    font-size: 14px !important;
	width: 40%;
}

.woocommerce-mini-cart-item .variation {
	border: none !important;
	margin-bottom: 0;
	width: 20%;
}

.woocommerce-mini-cart-item a {
    text-align: left !important;
	line-height: 1.1 !important;
}

.woocommerce-mini-cart-item dd {
    margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.woocommerce-mini-cart-item dt {
    padding: 0 !important;
    font-size: 14px;
    font-weight: normal !important;
    margin: 0 !important;
}

li.woocommerce-mini-cart-item {
    display: flex;
    align-items: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-top: 10px;
  	padding-bottom: 10px;
}

.widget_shopping_cart_content .total {
    text-align: right !important;
	margin-top: 15px;
  	font-size: 16px;
}

.woocommerce-mini-cart__buttons.buttons {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
  	font-size: 14px;
  	align-items: center;
}

	.woocommerce-mini-cart__buttons .button.checkout.wc-forward {
	color: #fff !important;
  	background-color: #015B75 !important;
	padding: 10px 20px;
}

.woocommerce-mini-cart__buttons .button.checkout.wc-forward:hover {
	opacity: 0.9;
}


/************ ?????????????????????????????? ************/


/* Breadcrumbs */
.themeBreadcrumbs{
	background:#707070;
	padding-top:20px;
	padding-bottom:20px;
}

.themeBreadcrumbs *{
	color:#fff;
	font-size:12px;
	font-weight:400;
	font-family:Raleway;
}

.themeBreadcrumbs a:hover {
	color: #fff;
	opacity: 0.9;
}

.themeBreadcrumbs .custom-breadcrumbs{
	max-width: 407px;
    margin: 0 auto;
}

@media (max-width: 767px){
	.themeBreadcrumbs .custom-breadcrumbs{
		max-width:100%;
	}
}

/* Sekcja intro */

.themeIntro{
	text-align:center;
	padding-top:62px;
	padding-bottom:104px;
}

.themeIntro .section-title{
	margin-bottom:20px;
}

.themeIntro p{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    max-width: 915px;
    margin: 0 auto;
}

@media (max-width: 767px){
	.themeIntro{
		padding-top:40px;
		padding-bottom:40px !important;
	}
	
	.themeIntro p{
	    font-size: 16px;
	}
}

/* Sekcja photo text */

.themePhotoText img{
	width:100%;
	padding-right:25px;
}

.themePhotoText .container{
	max-width:873px !important;
}

.themePhotoText{
	padding-bottom:70px;
}

@media (max-width: 767px){
	.themePhotoText{
		padding-bottom:40px;
	}
}

/* Sekcja text photo */

.themeTextPhoto{
	padding-bottom:85px;
}

.themeTextPhoto .container{
	max-width:873px !important;
}

.themeTextPhoto img{
	width:100%;
	padding-left:25px;
}

.themeTextPhoto{
	text-align:right;
}

@media (max-width: 767px){
	.themeTextPhoto{
		padding-bottom:40px;
	}
	.themeTextPhoto img{
		padding-left:0;
	}
	.themePhotoText img{
		padding-right:0;
	}
	.themeTextPhoto{
		text-align:left;
	}
}


/* Sekcja highlights */

.themeHighlights img{
	height:65px;
	width:auto;
	margin-bottom:13px;
}

.themeHighlights h3{
	font-size:20px;
	font-weight:300;
	line-height:1.2;
	margin-bottom:13px;
}

.themeHighlights p{
	font-size:14px;
	line-height:16px;
	font-weight:300;
	max-width: 172px;
	margin:0 auto;
}

.themeHighlights .green h3{
	color:#015b75;
}

.themeHighlights .gray h3{
	color:#707070;
}

.themeHighlights .orange h3{
	color:#d68224;
}

.themeHighlights .red h3{
	color:#ba2248;
}

@media (max-width: 991px){
	.themeHighlights .col-6{
		margin-bottom:25px;
	}
}

/****************************** STRONA GLOWNA ***********************/
/*Sekcja hero*/
.themeHeroBanner {
	padding:0 !important;
}

.themeHeroBanner .slick-dots{
    top: 50%;
    transform: translatey(-50%);
    bottom: auto;
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: auto;
    gap: 40px;
    right: 30px;
}

.themeHeroBanner .slick-dots li button {
	width:2px;
	height:60px;
	padding:0 !important;
}

.themeHeroBanner .slick-dots li{
	height:60px;
	width:2px;
}

.themeHeroBanner .slick-dots li button:before {
	width:2px;
	height:60px;
	border-radius:0px;
	content:'';
	background:#000;
}

.themeHeroBanner .hero-slide {
	aspect-ratio: 19/10;
	background-size: cover !important;
	background-position:center right;
	background-repeat: no-repeat !important;
}

@media (max-width: 1199px){
	.themeHeroBanner .hero-slide {
    aspect-ratio: 17 / 10;
	}
}

@media (max-width: 991px){
	.themeHeroBanner .hero-slide {
        background-color: #eeeeee;
        aspect-ratio: unset !important;
        height: 710px;
        background-size: 80% !important;
        background-position: bottom right;
        padding-right: 200px;
	}
	.themeHero .row {
		align-content: flex-start !important;
		padding-top: 120px;
	}
}

@media (max-width: 767px){
	 .themeHeroBanner .hero-slide {
        background-color: #eeeeee;
        aspect-ratio: unset !important;
        height: 600px;
        background-size: 100% !important;
        background-position: bottom right;
        padding-right: 50px;
    }
}

@media (max-width: 768px) {
	.themeHeroBanner {

	}
}

.themeHero, .themeHero .row {
	height: 100% !important;
}

.themeHero .row {
	align-content: center;
	padding-bottom: 60px;
}

.theme-hero-buttons {
	margin-top: 30px;
	display: flex;
	gap: 15px;
	justify-content:center;
}

.themeHero h2{
	font-size:35px;
	line-height:75px;
	color:#000;
	font-family:'Tuesday Night';
}

.themeHero h1 {
  	font-size: 45px;
  	font-weight: 300;
	line-height: 1.2;
	margin-bottom:20px;
}

.themeHero .hero-content{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    max-width: 374px;
    margin: 0 auto;
}

.themeHero .inside-overlay{
	text-align:center;
}

/* .themeHero .inside-overlay {
	background: rgba(255,255,255,0.8);
  	padding-bottom: 20px;
  	padding-top: 15px;
	padding-left: 15px;
} */

.inside-overlay p {
  	margin-bottom: 8px;
}

.home h2.woocommerce-loop-product__title {
	font-size: 18px;
  	font-weight: 300;
	margin-bottom:0;
	text-align: center;
}

.home .product.type-product .price {
    display: block;
	font-size: 18px !important;
    font-weight: 600;
    color: #161616 !important;
    font-family: 'Raleway';
	text-decoration: none !important;
	text-align: center;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	font-weight: 600 !important;
}

@media (max-width: 768px) {
	.themeHero h1, .themeHero h1 p, .themeHero h1 p span, .themeHero h1 span {
		font-size: 36px;
	}
	
	.themeHero .inside-overlay p {
		font-size: 13px;
	}
	
	.theme-hero-buttons {
		margin-top: 15px;
	}
}


/* Sekcja z bannerem i produktami */ 

.themeProductsBannerGrid{
	padding-top:43px;
}

.themeProductsBannerGrid .row > .col-12 *{
	text-align:center;
}

.section-title { /* - TU SIĘ POWTARZAJĄ JAKIEŚ NAZWY - NAGŁÓWKI PODSTRON I ELEMENTY NA STRONIE GŁÓWNEJ? - */
	/*font-size:35px;*/ /*DO POPRAWY NA STRONIE GŁÓWNEJ */
	line-height:1.15;
	font-weight:300;
}

.themeProductsBannerGrid .row > .col-12 h2{
	margin-bottom:20px;
}

.themeProductsBannerGrid .row > .col-12 p{
	font-size:18px;
	line-height:1.2;
	font-weight:300;
	max-width:904px !important;
	margin:0 auto;
	margin-bottom:55px;
}

.themeProductsBannerGrid .row .banner-inner{
    position: relative;
    height: 100%;
    min-height: 480px;
    background-size: cover;
    background-position: center;
}

.themeProductsBannerGrid .row .banner-inner img{
	width:100%;
}

.themeProductsBannerGrid .row .banner-inner .banner-inner-content{
	position:absolute;
	left:31px;
	bottom:21px;
	max-width:calc(100% - 62px);
	width:100%;
}

.themeProductsBannerGrid .row .banner-inner .banner-inner-content a{
	margin-top:0px;
	display: inline-block;
}

.themeProductsBannerGrid .row .products > div{
	width:50% !important;
}

@media (max-width: 991px){
	.themeProductsBannerGrid:not(.right) .col-lg-5{
		padding-bottom:40px;
	}
	.themeProductsBannerGrid.right .col-lg-5{
		padding-top:40px;
	}
}


/* Nowości produktowe */
.themeFrontNewProducts {
	padding-top: 30px;
  	padding-bottom: 60px;
}

.themeFrontNewProducts h2.section-title {
	padding-bottom:46px;
	text-align:center;
}

.themeFrontNewProducts .row.products {
  justify-content: center;
}


/* Sekcja dlaczego spotlab? */

.themeWhySportlab{
	padding-top:102px;
}

.themeWhySportlab .row > .col-12 h2{
	padding-bottom:46px;
	text-align:center;
}

.themeWhySportlab .row .col-md-4 h3{
	font-size:20px;
	line-height:1.2;
	font-weight:300;
	margin-bottom:11px;
}

.themeWhySportlab .row .col-md-4 p{
	font-size:14px;
	font-weight:300;
	line-height: 1.3;
  	width: 90%;
}

.themeWhySportlab .row .col-md-4.red h3 strong {
	color:#ba2248;
}

.themeWhySportlab .row .col-md-4.yellow h3 strong {
	color:#d68224;
}

.themeWhySportlab .row .col-md-4.green h3 strong {
	color:#015b75;
}


@media (max-width: 767px){
	.themeWhySportlab{
		padding-top:50px;
	}
	.themeWhySportlab .icon{
		width:60px;
		height:auto;
		text-align:center;
	}
	.themeWhySportlab .content-inner{
		width:calc(100% - 60px);
	}
	.themeWhySportlab .row > .col-12 h2{
		padding-bottom:20px;
	}
	.themeWhySportlab .row > .col-md-4:not(:last-child){
		margin-bottom:20px;
	}
}

.decoration-text{
	font-size: 35px;
    line-height: 75px;
    color: #000;
    font-family: 'Tuesday Night';
	margin:0;
}

.themeProductsBannerGrid .row .banner-inner .banner-inner-content h2{
	margin-top:-15px;
}

.themeProductsBannerGrid.right .row .banner-inner .banner-inner-content{
	text-align:right;
}

.themeProductsBannerGrid.right{
	padding-top:70px;
}


/* Sekcja z logotypami */

.themeLogotypes{
	padding-top:55px;
	padding-bottom:87px;
	background-color:#B7B7BF;
	margin-top:100px;
}

.themeLogotypes h3{
	color:#fff;
	text-align:center;
	font-size:20px;
	line-height:1.2;
	font-weight:500;
	padding-bottom:68px;
}

.themeLogotypes h3 span {
	display: block;
}

.themeLogotypes .logotypes-slider img{
	padding:0 28px;
	height:auto;
}

@media (max-width: 767px){
	.themeLogotypes{
		margin-top:50px;
	}
	.themeLogotypes h3 span {
		display: inline;
	}
}


/* Sekcja z testimonialsami */
.themeTestimonials{
	padding-top:71px;
	padding-bottom:77px;
}

.themeTestimonials .testimonials-slider{
	max-width:672px;
	margin:0 auto;
	text-align:center;
}

.themeTestimonials .testimonials-slider .single-testimonial{
	padding-left:47px;
	padding-right:47px;
}

.themeTestimonials .testimonials-slider img{
	width:91px;
	height:91px;
	object-fit:cover;
	border-radius:50%;
	margin:0 auto;
	margin-bottom:35px;
}

.themeTestimonials .testimonials-slider h3{
	font-family:Raleway;
	font-size:25px;
	line-height:1.8;
	font-weight:500;
	margin-bottom:51px;
}

.themeTestimonials .testimonials-slider .name{
	text-transform:uppercase;
	font-size:12px;
	line-height:1.5;
	font-weight:600;
	margin-bottom:0;
}

.themeTestimonials .testimonials-slider .name span {
	display: block;
	font-weight: normal;
}

.single-testimonial p {
  line-height: 1.5;
}

@media (max-width: 767px){
	.themeTestimonials .testimonials-slider h3{
		font-size:18px;
		margin-bottom:25px;
	}
	.themeTestimonials .testimonials-slider .single-testimonial {
		padding-left: 27px;
		padding-right: 27px;
	}
	.themeTestimonials{
		padding-top:40px;
		padding-bottom:50px;
		padding-left: 40px;
        padding-right: 40px;
	}
}



/*Sekcja z ikonami*/
.themeRtb .col-12 {
  	justify-content: center;
  	gap: 10%;
} 

.themeRtb p {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
  	font-weight: 500;
  	line-height: 1.2;
  	text-align: center;
	overflow: hidden;
}

.themeRtb p span {

}

.themeRtb img {
  	max-width: 80px;
	margin-bottom: 15px;
}

.theme-two-buttons {
  	display: flex;
  	justify-content: center;
  	align-items: center;
}

@media (max-width: 1100px) {
	.themeRtb p {
		font-size: 22px;
	}
}

@media (max-width: 786px) {
	.themeRtb .col-12 {
		flex-direction: column;
		gap: 30px;
	}
	
	.themeRtb p {
		font-size: 22px;
	}
}

/*Sekcja z blogiem*/
.home .themeBlogArchive article {
	margin-bottom:0;
	margin-right: 1.5rem;
}

/*Sekcja z karuzela nowosci*/
.sekcja_z_karuzela_nowosci {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f5f5f5;
}

.sekcja_z_karuzela_nowosci .row {
  --bs-gutter-x: 3rem;
}

.sekcja_z_karuzela_nowosci .product {
	margin-bottom: 0 !important;
}

.sekcja_z_karuzela_nowosci_tresc {
	width: 80%;
}

.sekcja_z_karuzela_nowosci_obrazek {
	
}

.sekcja_z_karuzela_nowosci_produkty {
	
}

@media (max-width: 768px) {
	.sekcja_z_karuzela_nowosci {
		padding-top: 0;
		padding-bottom: 0;
		background: none !important;
	}
	
	.sekcja_z_karuzela_nowosci_tresc {
	  	margin-top: 30px;
		width: 100%;
	}
}

/*Sekcja kategoria*/
.front-page-kategoria {
	display: flex;
	flex-direction: column;
	align-items: center;
  	text-align: center;
  	gap: 15px;
	box-shadow: 0 0 2px #f2f2f2;
  	padding: 15px;
	height: 100%;
}

.front-page-kategoria h3 {
	margin-bottom: 0;
}

.front-page-kategoria .theme_secondary_btn {
	width: fit-content;
	margin-top: auto;
}

.front-page-kategoria img {
  	width: 100%;
}

/*Sekcja sale*/
.sekcja_sale {
	padding-top: 60px;
	padding-bottom: 60px;
}

.sekcja_sale_intro h2, .sekcja_sale_intro p, .sekcja_sale_intro p a {
	color: red;	
}

.sekcja_sale_intro .theme_secondary_btn {
  	border-color: red;
  	color: red;
}

.sekcja_sale .product {
	margin-bottom: 0 !important;
}

.sekcja_sale ul.products {
  margin-bottom: 0;
}

/*Sekcja kontakt*/
.theme-mapa {
	background: #f5f5f5;
}

.sekcja_kontakt_dane_details {
	margin-bottom: 30px;
}

.sekcja_kontakt_dane_details p {
 	margin:0;
}

.sekcja_kontakt_dane_details p:first-of-type {
  	margin-bottom: 8px !important;
}

.sekcja_kontakt_dane_details img {
  	margin-bottom: 15px;
}



/****************************** SCHOWEK ******************************/
.tinv-header {
  	display: none;
}

.page-template-page-schowek .themeBreadcrumbs {
	background-color: #343447!important;
}

.page-template-page-schowek .themeIntro {
	padding-bottom: 60px;
}

.tinvwl-table-manage-list thead {
	display: none;
}

.wishlist_item .product-cb, .wishlist_item .product-stock, .wishlist_item .product-date {
  	display: none !important;
}

.wishlist_item:nth-child(2n+1) {
  	background: #F8F8F8;
}

.wishlist_item {
  	height: 100px;
  	display: inline-flex;
  	width: 100%;
  	justify-content: space-between;
  	align-items: center;
  	padding: 0 30px !important;
  	margin-bottom: 15px;
  	border: none !important;
}

.wishlist_item .product-name a {
	color: #161616 !important;
  	font-weight: 500;
}

.wishlist_item .product-remove i {
	font-size: 16px;
  	color: var(--wc-red) !important;
}

.wishlist_item .product-remove i:hover {
	color: red !important;
}

.tinv-wishlist .product-remove button {
	background: none !important;
  	border: none aliceblue;
  	width: fit-content;
  	padding: 0;
	margin: 0;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}

.tinv-wishlist .tinvwl-table-manage-list .product-remove {
  	width: 3%;
  	padding: 0;
}

.tinv-wishlist .product-thumbnail {
  	padding: 0;
  	width: 5%;
  	max-width: 5%;
  	min-width: unset;
}

.tinv-wishlist .product-name {
  	padding: 0 !important;
  	width: 35%;
  	line-height: 1.3;
}

.wishlist_item .product-price {
  	width: 50%;
  	text-align: right;
  	padding: 0;
}

.tinv-wishlist tfoot {
  	display: none;
}

.tinv-wishlist .return-to-shop a {
  	height: 45px;
  	border-radius: 0 !important;
  	background: #343447 !important;
  	color: #fff !important;
 	font-size: 14px !important;
  	font-weight: 500 !important;
	display: flex;
  	align-items: center;
  	width: fit-content;
	padding-left: 15px !important;
  	padding-right: 15px !important;
}

.tinv-wishlist .woocommerce-info {
  	background: none;
  	border-top: none;
	padding-top: 0;
	padding-bottom:0;
	padding-left: 30px;
}

.tinv-wishlist .woocommerce-info::before {
	left: 0;
	top: 0;
}

@media (max-width: 768px) {
	.wishlist_item {
		background: #F8F8F8;
	}
}


/****************************** MOJE KONTO ***************************/
.woocommerce-account .themeBreadcrumbs {
	background-color: #343447;
}

.woocommerce-account #customer_login .col-1 {
	width: calc(60% - 30px);
  	background: #f8f8f8;
  	padding: 30px;
  	margin-right: 30px;
}

.woocommerce-account #customer_login .col-2 {
  	width: 40%;
	padding: 30px;
}

.woocommerce-account #customer_login .woocommerce-form {
  	border: none !important;
  	padding: 0 !important;
	margin: 0;
}

.woocommerce-account #customer_login h2 {
  	font-size: 24px;
  	font-weight: 500;
}

.woocommerce-account #customer_login .form-row label {
  	font-size: 14px;
  	line-height: 1.5;
}

.woocommerce-account #customer_login .form-row .input-text {
  	border-radius: 0 !important;
  	border-color: #484848 !important;
 	height: 45px;
}

.woocommerce-account #customer_login .woocommerce-privacy-policy-text {
  	font-size: 12px;
}

.woocommerce-account #customer_login .woocommerce-LostPassword.lost_password {
  	font-size: 14px;
  	font-weight: 500;
  	margin-bottom: 0;
  	margin-top: 30px;
}

.woocommerce-account #customer_login .woocommerce-form-login__rememberme {
  	float: right;
  	margin-top: 10px;
}

/*Ogólne pola, formularze wooCommerce*/
.woocommerce-Input {
  	border-radius: 0 !important;
  	height: 45px !important;
}

.woocommerce form .form-row label {
  	font-size: 14px;
  	line-height: 2;
}

/*Podstrona moje konto po zalogowaniu*/
.woocommerce-MyAccount-content .woocommerce-info {
  	margin: 0;
  	border-top: none !important;
  	background: none;
  	padding: 0;
  	display: flex;
  	justify-content: space-between !important;
  	padding-left: 30px;
  	align-items: center;
}

.woocommerce-MyAccount-content .woocommerce-info:before {
	left:0;
	top: 10px;
}

.woocommerce-MyAccount-content .woocommerce-info:after {
	display: none !important;
}

.woocommerce-Addresses h2 {
  font-size: 20px;
} 

.woocommerce-account .addresses .title .edit {
  float: left;
  text-align: left;
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: 600;
  text-decoration: underline;
  color: #161616;
  text-transform: lowercase;
}

.woocommerce-account .addresses .title .edit:before {
	content: "+";
}

@media (max-width: 768px) {
	.woocommerce-MyAccount-navigation {
	  	display: none;
	}
}



/****************************** KONTAKT ******************************/
.page-template-page-kontakt .themeIntro {
  	padding-bottom: 60px;
}

.page-template-page-kontakt .wpcf7-form-control {
  	width: 100%;
  	max-width: 100%;
}

.page-template-page-kontakt input, .page-template-page-kontakt select, .page-template-page-kontakt textarea {
  	border: none !important;
	background: #f2f2f2;
  	min-height: 40px;
  	padding-left: 15px;
  	font-size: 15px;
}

.page-template-page-kontakt select:required:invalid {
  color: gray;
}

.page-template-page-kontakt textarea {
	padding-top: 15px !important;
}

.page-template-page-kontakt input[type="submit"] {
	color: #fff;
	background-color: #015B75;
	width: 30%;
	float: right;
}

.wpcf7-not-valid-tip {
  	font-size: 11px;
}

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

.page-template-page-kontakt input[type="checkbox"] {
	min-height: unset !important;
	margin-right: 10px;
}

.page-template-page-kontakt label {
  	display: inline-flex !important;
  	align-items: flex-start;
}

.page-template-page-kontakt .wpcf7-list-item-label {
  	line-height: 1.1;
  	font-size: 12px;
  	text-align: justify;
}


/***************************** PAGE *********************************/
.page-template-default .themeIntro .section-title {
	margin-bottom: 0;
}

.page-template-default .themeIntro {
	padding-bottom: 60px;
}


/***************************** WYNIKI WYSZUKIWANIA ************************/
.search .themeIntro {
	padding-bottom: 60px;
}

.search .themeIntro h1 {
	margin-bottom: 0;
}

.search-wyniki {
	display: inline-flex;
  	gap: 30px;
	margin-bottom: 30px;
}

.search-wyniki-left {
	min-width: 320px !important;
  	display: flex;
  	background: #f8f8f8;
  	justify-content: center;
}

.search-wyniki-right {
	display: flex;
  	flex-direction: column;
  	justify-content: center;
	padding-right: 15%;
}

.search-wyniki-right h2 {
  	font-size: 18px;
  	font-weight: 500;
  	margin-bottom: 10px;
}

.search-wyniki-right span {
	font-size: 11px;
  	text-transform: uppercase;
  	color: #161616;
  	margin-bottom: 10px;
}

.search-wyniki-right p {
	font-size: 14px;
}

.search-wyniki-read-more {
  	font-weight: 500;
  	text-decoration: underline;
}


/***************************** SINGLE ARTICLE ******************************/
.single-post .themeIntro {
	padding-bottom: 60px;	
}

.single-post .themeBreadcrumbs {
	background-color: #D68224; 
}

.single-category {
	margin-bottom: 15px !important;
}

.single-category a {
	font-size: 12px;
	font-weight: 500;
}

.single-postmeta {
	font-size: 12px !important;
	color: #848484;
}

.single-featuredimg {
	margin-bottom: 60px;
}

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

.single-trescwpisu {
	
}

.single-trescwpisu p, .single-trescwpisu li {
	font-size: 13px !important;
	line-height: 1.4 !important;
}

.single-trescwpisu h2, .single-trescwpisu h3 {
	font-size: 16px !important;
	font-weight: 500;
	margin-bottom: 5px;
}

.post-navigation {
  	display: flex;
  	justify-content: space-between;
}

.prev-post span, .next-post span {
  	display: block;
	text-transform: uppercase;
	font-size: 12px;
  	color: #848484;
  	margin-bottom: 8px;
	font-weight: 400;
}

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

.prev-post a, .next-post a {
	color: #161616 !important;
  	font-weight: 600;
  	font-size: 14px;
  	width: 80% !important;
  	display: inline-block;
  	line-height: 1.2;
}

.prev-post a:hover, .next-post a:hover {
	opacity: 0.9;
}

.single-category-small {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 11px;
  	color: #848484;
	margin-bottom: 0px;
}

.relatedpost-loop-container img {
	margin-bottom: 15px;
}

.relatedpost-loop-container .slick-slide a {
	color: #161616 !important;
  	font-weight: 600;
  	font-size: 13px;
  	display: inline-block;
  	line-height: 1.2;
	width: 90%;
}

.relatedpost-loop-container .slick-slide{
    margin-left:  15px;
    margin-right:  15px;
 }

.relatedpost-loop-container .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.single-share {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.single-share p {
	font-size: 13px;
  	font-weight: 500;
  	margin-bottom: 0;
  	margin-right: 15px;
}

.single-share ul {
  	display: inline-flex;
  	list-style: none;
  	margin: 0;
  	padding: 0;
  	gap: 15px;
}







/***************************** KOSZYK ******************************/
.woocommerce-cart .themeBreadcrumbs, .woocommerce-shop .themeBreadcrumbs  {
  	background: #343447;
}

.cart_amount {
	font-size: 14px;
	color:#848484;
	margin-bottom: 15px;
}

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

.cart.woocommerce-cart-form__contents .cart_item:nth-child(2n+1) {
  	background: #F8F8F8;
}

.cart.woocommerce-cart-form__contents .cart_item {
  	height: 100px;
  	display: inline-flex;
  	width: 100%;
  	justify-content: space-between;
  	align-items: center;
  	padding: 0 30px !important;
  	margin-bottom: 15px;
  	border: none !important;
}

.woocommerce-cart table.shop_table td {
	padding: 0 !important;
	border: 0 !important;
	line-height: 1.3;
}

.woocommerce table.shop_table .product-remove {
  	width: 3%;
}

.woocommerce table.shop_table .product-thumbnail {
  	width: 5%;
}

.woocommerce table.shop_table .product-name {
  	width: 30%;
	padding-right: 15px !important;
}

.woocommerce table.shop_table .product-name a {
	color: #161616 !important;
  	font-weight: 500;
}

.woocommerce table.shop_table .product-price {
	width: 15%;
	position: relative;
}

.woocommerce table.shop_table .product-price::before {
  	content: '';
  	border: 1px solid #707070;
  	position: absolute;
	height: 46px;
  	left: -25px;
  	top: -12px;
}

.woocommerce table.shop_table .product-price::after {
  	content: '';
  	border: 1px solid #707070;
  	position: absolute;
	height: 46px;
  	right: 15px;
  	top: -12px;
}

.woocommerce table.shop_table .product-quantity {
	width: 15%;
	margin-right: 5%;
	display: flex;
  	align-items: center;
  	gap: 5px;
	position: relative !important;
}

.woocommerce table.shop_table .product-quantity:after {
	content: '';
  	border: 1px solid #707070;
  	position: absolute;
	height: 46px;
	right: -30px;
  	top: 2px;
}

.woocommerce-order-received table.shop_table .product-quantity:after {
	display: none;
}

.woocommerce table.shop_table .product-quantity .qib-button-wrapper .quantity input.input-text.qty.text {
  	height: unset;
  	padding: 0;
  	background: none !important;
  	border: none;
  	width: unset;
}

.woocommerce table.shop_table .product-quantity .qib-button {
  	background: none !important;
  	border: none !important;
  	width: unset !important;
  	padding: 0 !important;
}

.woocommerce table.shop_table .product-quantity .qib-button-wrapper {
  background: none;
}

.woocommerce table.shop_table .product-quantity .qib-button-wrapper.qib-button-wrapper-0 {
  	padding: 0 !important;
  	margin: 0 !important;
	margin-left: 15px !important;
}

.woocommerce table.shop_table .product-subtotal {
	width: 15%;
	text-align: right;
}

.woocommerce a.remove {
  	font-size: 16px;
  	width: unset;
  	height: unset;
}

.woocommerce a.remove:hover {
	color: red !important;
	background: none;
	opacity: 0.9 !important;
}

.woocommerce-cart-form__contents tr:last-of-type {
  display: flex;
  width: 100% !important;
  margin-top: 15px;
}

.woocommerce-cart-form__contents .actions {
  width: 100%;
}

.woocommerce-cart #coupon_code {
  width: 220px;
  height: 45px;
  font-size: 15px;
  padding-left: 15px;
  margin-right: 0;
}

.woocommerce-cart .woocommerce .button {
  	height: 45px;
  	border-radius: 0 !important;
  	background: #343447 !important;
  	color: #fff !important;
 	font-size: 14px !important;
  	font-weight: 500 !important;
	display: flex;
  	align-items: center;
  	width: fit-content;
	padding-left: 15px !important;
  	padding-right: 15px !important;
}

.woocommerce-cart .woocommerce .wc-proceed-to-checkout .button {
    border: 0;
    padding: 12px 38px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    background: #000;
    color: #fff;
}

.woocommerce-cart .woocommerce .wc-proceed-to-checkout .button:hover {
	opacity: 0.9;
}

.woocommerce-cart .woocommerce .cart-collaterals {
  	margin-top: 60px;
}

.woocommerce-cart .woocommerce .cart_totals h2 {
	font-size: 20px;
}

.woocommerce-cart .woocommerce .cart_totals tr {
	display: flex;
}

.woocommerce-cart .woocommerce .cart_totals th {
  	padding: 0 !important;
  	border: none !important;
  	font-weight: 500;
  	font-size: 16px;
 	width: 40% !important;
  	line-height: 1.8 !important;
}

.woocommerce-cart .woocommerce .cart_totals td, .woocommerce-cart .woocommerce .cart_totals td span {
	text-align: right;
  	display: inline;
  	width: 100%;
	font-size: 16px;
	color: #161616;
}

.woocommerce-remove-coupon {
  	color: var(--wc-red) !important;
}

/*Pusty koszyk*/
.wc-empty-cart-message .woocommerce-info {
  	background: none;
  	border-top: none;
	padding-top: 0;
	padding-bottom:0;
	padding-left: 30px;
}

.wc-empty-cart-message .woocommerce-info::before {
	color: #343447 !important;
	left: 0;
	top: 0;
}

@media (max-width: 768px) {
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background: none !important;
	}
	
	.cart.woocommerce-cart-form__contents .cart_item {
  		background: #F8F8F8;
	}
}

/****************************** CHECKOUT - KASA *********************************/
.woocommerce-checkout .themeBreadcrumbs {
	background: #343447;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  	border: none;
}

.woocommerce-form-coupon-toggle .showcoupon {
  	color: #343447;
	text-decoration: underline;
	font-weight: 500;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  	margin-bottom: 0;
}

#woocommerce-checkout-form-coupon {
  	border: none;
  	margin: 0;
  	padding-left: 60px;
  	background: #f6f5f8;
  	border-radius: 0;
	display: flex;
}

#woocommerce-checkout-form-coupon .form-row-first {
  	width: 370px;
}

#customer_details {
  	margin-top: 30px !important;
}

.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
  	float: none !important;
  	width: 100% !important;
}

.woocommerce-checkout input {
  	border-radius: 0 !important;
  	border-color: #484848 !important;
  	font-size: 16px !important;
  	height: 45px !important;
}

.woocommerce-checkout h3 {
  	font-size: 24px;
  	font-weight: 400;
}

.woocommerce-checkout .select2-container .select2-selection {
  	border-radius: 0;
  	height: 45px;
  	font-size: 16px;
}

.woocommerce-checkout #select2-billing_country-container {
  padding-top: 12px;
}

.woocommerce-checkout #billing_invoice_field .checkbox {
  	font-weight: 500;
	font-size: 16px;
}

.woocommerce-checkout #ship-to-different-address label {
  	font-size: 16px;
  	font-weight: 500;
  	display: flex !important;
  	align-items: center !important;
}

.woocommerce-checkout #ship-to-different-address input {
	margin-right: 10px;
}

.woocommerce-checkout textarea {
  	border-radius: 0 !important;
  	font-size: 16px;
  	min-height: 140px;
  	margin-bottom: 30px !important;
}

.woocommerce-checkout abbr.required {
  	visibility: hidden !important;
}

.woocommerce-checkout-review-order-table {
  	font-size: 16px;
}

.woocommerce-checkout-review-order-table thead th {
  	font-weight: 600 !important;
	padding: 15px !important;
} 

.woocommerce-checkout-review-order-table .product-name {
  	width: auto !important;
}

.woocommerce-checkout-review-order-table .product-total {

}

.woocommerce-checkout-review-order-table table.shop_table td {
	padding-left: 15px !important;
}

.woocommerce-checkout-review-order-table .product-quantity {
	width: auto !important;
  	margin-right: unset !important;
  	display: inline !important;
  	position: relative !important;
}

.woocommerce-checkout-review-order-table .product-quantity:after {
	display: none !important;
}

.woocommerce-checkout-review-order-table tfoot tr th {
	border: none !important;
	font-weight: 600 !important;
}

.woocommerce-checkout-review-order-table tfoot td, .woocommerce-checkout-review-order-table tfoot td strong {
	font-weight: 600 !important;
}

.woocommerce-shipping-totals.shipping {
  	background: #f8f8f8;
}

.woocommerce-checkout-review-order-table #shipping_method input {
  	height: auto !important;
}

.woocommerce-checkout-review-order-table ul#shipping_method li {
  	line-height: 1.3;
  	font-weight: 500 !important;
	margin-bottom:0 !important;
}

.woocommerce-checkout-review-order-table #shipping_method {
  	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.woocommerce-checkout-review-order-table tfoot td {
  	border: none !important;
}

.woocommerce-checkout-review-order-table #payment input {
  	height: unset !important;
}

.woocommerce-checkout-review-order #payment {
  	background: none !important;
	border: 0 !important;
  	border-radius: 0 !important;
	margin-top: 40px;
}

#payment input {
  height: unset !important;
}

.woocommerce-checkout #payment div.payment_box {
  	background: #f8f8f8;
  	border-radius: 0 !important;
}

.woocommerce-checkout #payment div.payment_box:before {
	border-bottom-color: #f8f8f8;
}

.woocommerce-page #payment #place_order {
  	float: none;
  	margin-top: 30px;
  	background-color: #015B75;
	text-align: center !important;
  	justify-content: center;
}

@media (max-width: 768px) {
	.woocommerce-checkout #billing_invoice_field .checkbox {
		font-size: 12px;
	}
	
	.woocommerce-form-coupon-toggle .showcoupon {
		display: block;
	}
}


.woocommerce-order-received .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
  	margin-bottom: 30px;
}

/****************************** KATEGORIA PRODUKTU ******************************/
.row.products {
	--bs-gutter-y: 60px;
}

.woocommerce-products-header__title.page-title {
  	text-align: center;
}

.woocommerce-products-header {
  margin-bottom: 60px;
}

.post-type-archive-product .products h2.woocommerce-loop-product__title, .tax-product_cat .products h2.woocommerce-loop-product__title{
  	font-size: 12px !important;
  	font-weight: 500 !important;
  	width: 80% !important;
  	margin: 0 auto !important;
	text-align: center;
}

.post-type-archive-product .product.type-product .price, .tax-product_cat .product.type-product .price {
	font-size:15px !important;
	margin-bottom: 10px !important;
  	display: block;
	text-align: center;
}

.themeCounter p {
  	font-size: 15px;
  	margin-bottom: 0 !important;
}

.themeCounter {
	display: flex;
	align-items: center;
}

.themeOrderSort {
  	display: flex;
  	justify-content: flex-end;
  	align-items: center;
	gap: 15px;
}

.themeListOptions {
	margin-bottom: 30px;
}

.products .woocommerce-LoopProduct-link img {
  	background: #f8f8f8;
  	margin-bottom: 15px;
}

ins, ins span {
  	color: #000 !important;
	text-decoration: none;
}

.product {
	position: relative;
	margin-bottom: 60px;
}

.onsale, .themeSaleLabel {
	position: absolute;
	left: 30px;
  	top: 15px;
  	background: #fff;
  	font-weight: 600;
  	font-size: 10px;
  	letter-spacing: 0.5px;
  	color: var(--theme-black);
  	padding: 2px 5px;
}

/*Przełącznik schowka*/
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart{
	left: auto;
	right: 30px;
  	top: 10px;
}

.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart > a:after{
	content: '+';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #000;
    font-family: Raleway;
    font-size: 15px;
    color: #fff;
    line-height: 14px;
    position: absolute;
    right: -5px;
    bottom: -4px;
	text-align:center;
}

.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart > a.tinvwl-product-in-list:after{
	content:'-'
}

.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart:hover > a:after {
	transform: scale(1.3);
	background: #343447;
}


/*Sortowanie & Filtrowanie*/
.woocommerce-ordering {
  	margin-bottom: 0 !important;
}

.woocommerce .woocommerce-ordering select {
	background-color: #EAEAEA;
	color: #343447 !important;
	height: 35px !important;
	border: none;
	border-radius: 0 !important;
	font-size: 12px;
  	padding-left: 15px;
  	max-width: 160px;
	cursor: pointer;
}

.themeOrderSort button {
	background-color: #343447;
	color: #fff;
	height: 35px !important;
	border: none;
	border-radius: 3px !important;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	align-items: center;
}

.themeOrderSort button img {
	max-height: 15px !important;
	margin-right: 5px;
}

.filtrowanie-inside {
	min-height: 280px;
	margin-bottom: 30px;
	padding: 30px;
	background-color: #f8f8f8;
}

.filterHeading {
  	font-weight: 500;
}

.filtrowanie-inside ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.filtrowanie-inside ul li {
	cursor: pointer;
	font-size: 12px;
  	line-height: 2;
}

.filtrowanie-inside ul li.active {
	font-weight: 500;
}

#load-more{
	font-size: 12px;
    margin: 0 auto;
    display: block;
    padding: 11px 31px;
    border-radius: 3px;
    border: 1px solid #343447;
    margin-top: 30px;
}


@media (max-width: 768px) {
	.woocommerce-products-header {
		margin-bottom: 30px;
	}
}


/****************************** BLOG ********************************/
.archive .themeIntro {
  	padding-bottom: 60px;
}

.blog-date {
  	margin-bottom: 0 !important;
  	text-transform: none !important;
}

.blog-template .search-wyniki-right {
	padding-right: 0;
}

.blog-template .search-wyniki-right span a {
  	text-decoration: none !important;
  	color: #161616;
}

.blog-template .search-wyniki-read-more {
	font-size: 14px;
	color: #161616;
}

.blog-template .search-wyniki-right h2 a {
	color: #161616;
}


/*Left sidebar*/
.sportlab-blog-sidebar h3 {
  	font-size: 18px;
  	margin-bottom: 10px;
  	font-weight: 500;
}

.sportlab-blog-sidebar .wyszukiwanie {
	margin-bottom: 40px;
}

.sportlab-blog-sidebar .wyszukiwanie .search-form {
  	display: flex;
}

.sportlab-blog-sidebar .wyszukiwanie .search-field {
  border: none;
  background: #f3f3f3;
  font-size: 14px;
  height: 40px;
  padding-left: 15px;
}

.sportlab-blog-sidebar .wyszukiwanie button {
	border: none;
	height: 40px;
	background: #f3f3f3;
	padding-right: 15px;
  	padding-left: 10px;
  	display: flex;
}

.sportlab-blog-sidebar .wyszukiwanie button img {
	width: 15px;
}

.sportlab-blog-sidebar .kategorie {
	margin-bottom: 40px;
}

.sportlab-blog-sidebar .kategorie ul {
  	margin: 0 !important;
  	padding: 0 !important;
  	list-style-type: none;
	line-height: 1;
}

.sportlab-blog-sidebar .kategorie ul li {
	margin-bottom: 10px;
}

.sportlab-blog-sidebar .kategorie ul li a {
	font-size: 12px;
}

.sportlab-blog-sidebar .ostatnie-wpisy {
	margin-bottom: 40px;
}

.sportlab-blog-sidebar .ostatnie-wpisy ul {
  	margin: 0 !important;
  	padding: 0;
  	list-style: none;
}

.sportlab-blog-sidebar .ostatnie-wpisy ul li {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
	align-items: center;
}

.sportlab-blog-sidebar .ostatnie-wpisy ul li a:first-child {
	background: #f2f2f2;
	min-height: 70px;
}

.sportlab-blog-sidebar .ostatnie-wpisy .nazwa-wpisu {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
}

.sportlab-blog-sidebar .banner {
	margin-bottom: 40px;
}

.sportlab-blog-sidebar .lista-tagow ul {
	margin: 0;
  	padding: 0;
  	list-style-type: none;
	line-height: 1.2;
}

.sportlab-blog-sidebar .lista-tagow li {
  	display: inline;
  	font-size: 12px;
  	margin-right: 10px;
}


/****************************** WOOCOMMERCE *************************/
/*
.themeWoo {
	margin-top: 30px;
	margin-bottom: 30px;
}

/*Breadcrumbs*/
/*
.woocommerce-breadcrumb {
	font-size: 14px;
  	color: var(--theme-black);
	font-weight: 600;
	margin-bottom: 15px;
}

.woocommerce-breadcrumb a {
  	text-decoration: none;
  	color: var(--theme-black);
  	font-size: 14px;
	font-weight: 400;
}

.woocommerce-breadcrumb a:hover {
	color: var(--theme-reverse);
}

/*Koszyk*/
/*
.woocommerce table.shop_table {
  	border-radius: 0;
}

.woocommerce-cart-form .product-name a {
  	color: var(--theme-black) !important;
}

.woocommerce-cart-form .variation {
  	font-size: 14px;
  	color: var(--theme-black);
  	font-weight: 500;
  	font-family: var(--theme-font);
}

.button {
	border: 1px solid var(--theme-black) !important;
  	border-radius: 0 !important;
  	background: none !important;
  	padding: 12px 30px !important;
  	font-size: 16px !important;
  	font-weight: normal !important;
  	color: var(--theme-black) !important;
  	letter-spacing: normal !important;
	line-height: 1.15;
}

.checkout-button.button.alt.wc-forward, #place_order{
	color: #fff !important;
  	border-radius: 0;
  	background: var(--theme-black) !important;
  	font-size: 16px;
  	font-weight: 600 !important;
}

.checkout-button.button.alt.wc-forward:hover, #place_order:hover {
	background: var(--theme-black);
	opacity: 0.85;
}

@media (max-width: 767px){
	.section-title, .decoration-text{
		font-size:26px;
	}
}

@media (max-width: 768px) {
	.woocommerce-page table.cart .product-thumbnail {
		display: block !important;
	}
	
	.woocommerce-page table.cart .product-thumbnail:before {
		display: none !important;
	}
	
	.woocommerce-cart-form img {
		width: 40% !important;
	}
}










/*Moje konto*/
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 2;
}

.woocommerce-form.woocommerce-form-register .form-info {
	margin-top: 10px !important;
  	font-size: 12px;
}











/***************************** CHECKOUT *****************************/
/*
.woocommerce-checkout h3 {
    font-size: 18px !important;
}

.step {
    margin-bottom: 60px !important;
}

#payment {
	background: none !important;
}

.woocommerce-checkout #payment {
    margin-bottom: 25px;
} 

.woocommerce-form-coupon-toggle .woocommerce-info {
  	padding: 0;
  	background: none;
  	border: none;
  	margin-top: 15px;
}

.woocommerce-form-coupon-toggle .woocommerce-info:before {
	display: none;
}

.showcoupon {
  	color: var(--theme-black);
}

#ship-to-different-address {
  	margin-bottom: 0;
}

.woocommerce-checkout .wc_payment_methods.payment_methods.methods {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.woocommerce-checkout #shipping_method {
	margin-top: 15px;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	border-radius: 0;
	border: 1px solid rgba(0,0,0,0.1);
}

.select2-selection.select2-selection--single {
  	border-radius: 0;
  	border: 1px solid rgba(0,0,0,0.1);
}

*/

/***************************** KATEGORIA ****************************/







/*Term description*/
.term-description, .themeCategoryDescription {
	margin-top: 60px;
  	margin-bottom: 60px;
  	font-size: 13px !important;
}

.term-description h2, .term-description h3, .term-description h4,
.themeCategoryDescription h2, .themeCategoryDescription h3, .themeCategoryDescription h4 {
	font-size: 13px !important;
}

/*Pagination*/
.woocommerce-pagination {
	display: flex;
 	justify-content: flex-end;
	margin-top: 30px;
  	margin-bottom: 60px;
}

.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  border: none;
  margin: 0;
}

.page-numbers {
	display: flex;
	margin: 0;
  	padding: 0;
}

.page-numbers li {
  list-style-type: none;
  font-size: 18px !important;
}

.page-numbers a {
	padding: 6px 15px !important;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	line-height: unset !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span:hover {
	background:none !important;
}

.page-numbers.current {
  	background: var(--theme-reverse) !important;
  	color: #fff !important;
	padding: 6px 15px !important;
	border-radius: 100% !important;
}


/****************************** PRODUCT *****************************/
@media (min-width: 1024px) {
	.woocommerce div.product div.images {
		width: 46%;
	}
	
	.woocommerce-page div.product div.summary {
		width: 51%;
	}
}




.theme-product-page {
	--bs-gutter-x: 60px;
	overflow-x: hidden;
}
/*
#multipleCart {
	margin-top: 35px;
}

#multipleCart .variantTable thead {
	display: none;
}

#multipleCart .variantTable td {
  padding-right: 30px !important;
}

#multipleCart .variantTable {
	border-spacing: 0 15px;
  	border-collapse: separate;
}

#multipleCart p:first-child {
  	margin-bottom: 0;
}

#multipleCart .button.product_type_variable.add_to_cart_button, #multipleCart .button.product_type_variable, #multipleCart .button.product_type_variation.add_to_cart_button.ajax_add_to_cart {
	margin-top: 0 !important;
}
*/

h1.product_title.entry-title {
	font-size: 36px;
  	margin-bottom: 5px;
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
  margin-bottom: 0;
}

.theme-product-page .themeSaleLabel {
	display: none !important;
}




/*
.tableName-price, .tableName-price p, .tableName-price span {
  font-weight: 600 !important;
  margin-top: 5px;
}

@media (max-width: 768px) {
	#multipleCart {
		font-size: 14px; 
	}
	
	#multipleCart .button.product_type_variable.add_to_cart_button, #multipleCart .button.product_type_variable, #multipleCart .button.product_type_variation.add_to_cart_button.ajax_add_to_cart {
		font-size: 14px !important; 	
	}
	
	h1.product_title.entry-title {
		font-size: 22px;
	}
	
	.woo-product-gallery-slider .wpgs-nav {
		display: none !important;
	}
	
	.woocommerce div.product div.images {
		margin-bottom: 30px;
		overflow-x: hidden;
	}
	
	.variantTable .cart_item {
		background:#f5f5f5;
	}
	
	.variantTable {
		width: 100%;
	}
	
	.button.product_type_variable.add_to_cart_button, #multipleCart .tableAddToCart button {
		font-size: 13px !important;
	  	padding: 12px 10px !important;
	}
	
	.add_to_cart_notice_top_1, .add_to_cart_notice_top_2 {
		width: 100%;
	}
}
*/



/****************************** PRODUKT *****************************/
.single-product .summary form.cart::before {
  	content: 'Ilość' !important;
  	display: block;
  	font-size: 16px;
  	margin-bottom: 10px;
  	font-weight: 600;
}

.iworks-omnibus {
	display: block !important;
	float: left;
	font-size: 12px !important;
	width: 100%;
}


/****************************** BLOG ********************************/
/*Archive*/
.themeBlogArchive {
	
}

.themeBlogArchive .loop-container {
	margin-top: 45px;
	margin-bottom: 45px;
}

.themeBlogArchive .navigation.pagination {
	display: flex;
	justify-content: flex-end;
	margin-top: 60px;
  	margin-bottom: 60px;
}

.themeBlogArchive .navigation.pagination .nav-links {
  	display: flex;
	font-size: 18px;
}

.themeBlogArchive .navigation.pagination .nav-links a {
	padding: 6px 15px;
	color: var(--theme-black);
}

.themeBlogArchive .navigation.pagination .nav-links a:hover {
	color: var(--theme-reverse);
}

.themeBlogArchive article a {
 	display: flex !important;
  	flex-direction: column;
}

.themeBlogArchive img {
  	margin-bottom: 10px;
}

.themeBlogArchive article h2 {
	font-size: 18px;
	line-height: 1.2;
	width: 80%;
	margin-bottom: 10px;
}

.blogExcerpt {
  	font-size: 13px;
	width: 85%;
}

.blogDate {
  	font-size: 13px;
  	color: var(--theme-black);
	margin-bottom: 10px;
}

.themeBlogArchive article {
  	margin-bottom: 40px;
}

/*Single*/
.themeBlogSingle {
	margin-top: 45px;
	margin-bottom: 60px;
}


/****************************** PAGE ********************************/
.themePage {
	
}

/****************************** PAGE O NAS **************************/
#onas .row {
  --bs-gutter-x: 120px;
}

#onas img {
	aspect-ratio: 1;
	background-color: #fdfdfd;
	width: 100%;
}

#onas .row .col-12.col-md-6 {
  	align-content: center;
}

#onas .row > div {
	position: relative;
}

@media (max-width: 768px) {

	#onas {
		position: relative;
	}	
	
	#onas .row {
	  	padding-left: 60px;
	  	--bs-gutter-x: auto;
		--bs-gutter-y: 30px;
		margin-bottom: 30px;
	}
	
	#onas .row:before {
		content: '';
		display: block;
		border-left: 1px solid;
		height: 100%;
		position: absolute;
		left: 30px;
		top: 0;
	}

	#onas .row > div:nth-child(1)::before {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		background-color: var(--theme-black);
		position: absolute;
		left: -51px;
   		top: 4px;
		border-radius:100%;
		border: 3px solid #fff;
	}
	
}

@media (min-width: 786px ) {
	#onas .row > div:before {
		display: none;
	}
	
	#onas .row > div:first-child::before {
		content: '';
		display: block;
		border-right:1px solid;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#onas .row > div:nth-child(2)::before {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		background-color: var(--theme-black);
		position: absolute;
		left: -10px;
		top: 45px;
		border-radius:100%;
		border: 3px solid #fff;
	  }

	#onas .row:nth-child(2n+1) {
	  text-align: right;
	}
}



/****************************** FOOTER ******************************/
#themeNewsletterForm .theme_secondary_btn {
	border: none;
  	background: var(--theme-black);
  	color: #fff;
	padding:0;
	width: 160px;
	text-align: center !important;
}

#themeNewsletterForm .theme_secondary_btn:hover {
	opacity: 0.9;
}

#themeNewsletterForm div {
	display: flex;
	margin-bottom: 15px;
  	gap: 15px;
}

#themeNewsletterForm input[type="text"] {
	height: 45px;
	width: 100%;
}

#themeLogoFooter {
	margin-bottom: 30px;
}

.menuHeading {
	font-weight: 600;
	margin: 0;
	margin-bottom:19px;
  	line-height: 1.2;
	font-size:16px;
}

.theme-footer-sidebar .o-firmie, .footer-menu .menu-na-skroty-container, .footer-menu .menu-informacje-container, .last-foot .last-foot-text{
	font-size:10px;
	line-height:2;
	font-weight:300;
}

footer .top-row-footer{
	padding-top:45px;
	padding-bottom:54px;
	border-top:1px solid #707070;
}

.last-foot .menuHeading{
	font-size:24px;
	font-weight:600;
	margin-bottom:24px;
}

.footer-menu .menu {
  	padding: 0;
  	margin: 0;
  	list-style-type: none;
  	line-height: 2;
}

.last-foot input[type="email"]{
	border:1px solid #707070;
	padding:11px 14px;
	font-size:14px;
	font-weight:300;
	line-height:16px;
	margin-right: -5px;
    width: calc(100% - 115px);
}

.last-foot form{
	display:flex;
}

.last-foot button{
	border:1px solid #707070;
	padding:12px 38px;
	font-size:14px;
	font-weight:300;
	line-height:16px;
	background:#000;
	color:#fff;
}

.footer-bottom .social-links{
	padding: 0;
    display: flex;
    list-style: none;
    gap: 12px;
    align-items: center;
	margin-bottom:0;
}

/*Dolny pasek*/
.footer-bottom {
	margin-bottom: 60px;
}

@media (max-width: 768px) {
	footer .top-row-footer {
		padding-bottom: 20px;
	}
	
	.menuHeading, .last-foot .menuHeading{
		margin-bottom:10px;
	}
	
	.footer-menu {
		margin-bottom:15px;
	}
	
	.footer-bottom {
		margin-bottom:30px;
	}
	
	.footer-bottom .col-sm-3:empty {
		display:none !important;
	}
	
	.footer-bottom {
		gap: 30px;
	}
	
	.footer-menu {
	 	margin-top: 30px;
	}
	
	.mobile-1 {
		order: 1;
		margin-bottom: 50px;
    	border-bottom: 1px solid;
    	padding-bottom: 50px;
	}
	
	.mobile-2 {
		order: 2;
	}
	
	.mobile-3 {
		order: 3
	}
	
	.mobile-4 {
		order: 4;
	}
}
















/* DODATKOWY CSS 16.06.2025 */

.custom-gallery-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.custom-gallery-thumbs {
	display: flex;
    flex-direction: column;
    gap: 10px;
    width: 84px;
    min-width: 84px;
}

.custom-gallery-thumb {
    cursor: pointer;
    transition: border 0.2s;
}

.custom-gallery-thumb.active,
.custom-gallery-thumb:hover {
    border-color: #000;
}

.custom-gallery-thumb img {
    aspect-ratio: 3/4;
    object-fit: contain;
    background: #fafafa;
}

.custom-gallery-main img {
    aspect-ratio: 3/4;
	object-fit:contain;
    width: 100%;
    height: auto;
	background:#fafafa;
}



/* PRODUKT */

.woocommerce div.product p.price del, .woocommerce div.product span.price del{
	opacity:1;
}

h1.product_title.entry-title {
    font-size: 26px;
    margin-bottom: 16px;
    font-family: 'Raleway';
    font-weight: 500;
    line-height: 30px;
}

.custom-product-rating .star{
	display:block;
	position:relative;
	width:14px;
	height:14px;
	font-size:14px;
}

.custom-product-rating .star.last{
	margin-right:8px;
}

.custom-product-rating .woocommerce-review-link{
	display: flex;
    align-items: center;
    gap: 3px;
	font-size:12px;
	font-weight:300;
	font-family: 'Raleway';
	color:#000;
}

.custom-product-rating .star:before{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e020";
    text-indent: 0;
}

.custom-product-rating{
	margin-bottom:21px;
}

.woocommerce-product-details__short-description{
	font-family: 'Raleway';
	font-size:14px;
	font-weight:200;
	line-height:20px;
}

.single-product .summary .tinvwl_add_to_wishlist_button{
	display: flex;
    align-items: center;
    color: #000;
    font-family: 'Raleway';
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    margin-top: 28px;
}

.woocommerce-product-details__short-description p:last-child{
	margin-bottom:0;
}

.woocommerce-product-details__short-description{
	margin-bottom:18px;
}

.woocommerce div.product form.cart{
	margin-bottom: 19px;
    padding-bottom: 25px;
    border-bottom: 1px solid #707070;
}

body .qib-button-wrapper{
	background: #F5F5F5;
    border-radius: 3px;
    overflow: hidden;
}

.qib-button-wrapper .quantity input.input-text.qty.text{
	background: #F5F5F5;
	font-size:14px;
	line-height:16px;
	color:#000;
	border:none !important;
}

.qib-button-wrapper button.qib-button{
	font-size:16px !important;
}

.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    float: none !important;
    height: 52px;
}

.qib-button-wrapper .quantity input.input-text.qty.text{
	height:52px !important;
}

body .qib-button-wrapper .minus.qib-button, body .qib-button-wrapper .plus.qib-button {
    background: #F5F5F5;
    border: none !important;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    height: 52px;
    margin-top: 3px;
    margin-left: 12px;
    border: none !important;
    border-radius: 3px !important;
    background: #343447;
    font-family: 'Raleway';
    font-size: 14px !important;
    padding: 18px 30px !important;
    font-weight: 400 !important;
}

.single-product .related h2.woocommerce-loop-product__title {
	display: block !important;
	font-size: 12px !important;
  	font-weight: 500 !important;
  	width: 80% !important;
  	margin: 0 auto !important;
  	text-align: center !important;
}

.single-product .related .product.type-product .price {
	font-size: 15px !important;
  	margin-bottom: 10px !important;
  	display: block;
  	text-align: center !important;
	width: 100%;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	  color: #343447 !important;
}

@media (min-width: 1024px) {
    .woocommerce-page div.product div.summary {
        width: 34%;
    }
	
	.woocommerce div.product div.images {
        width: 62%;
    }
}



.woocommerce-custom-table{
	font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #000;
}

.woocommerce-custom-table td{
	padding-bottom:10px;
	vertical-align:top;
}

.woocommerce-custom-table strong {
  font-weight: 600;
}

.woocommerce-custom-table td:first-child{
	width:80px;
}

.woocommerce-custom-table td:last-child{
	padding-left:23px;
}

.woocommerce-custom-table td:last-child, .woocommerce-custom-table td:last-child a{
	color:#848484
}

.woocommerce-custom-table .socials svg{
	max-width:12px;
	max-height:12px;
}

.woocommerce-custom-table .socials{
	display:flex;
	align-items:center;
	gap:10px;
}

.woocommerce-tabs{
	padding-top: 85px;
    margin-top: 85px;
    border-top: 1px solid #848484;
    display: inline-block;
    width: 100%;
    padding-bottom: 33px;
    border-bottom: 1px solid #848484;
    margin-bottom: 27px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	gap:40px;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li a{
	border:none !important;
	background:transparent !important;
	font-size:26px !important;
	line-height:30px !important;
	font-weight:300 !important;
	padding:0 !important;
	color:#000 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after{
	display:none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	font-weight:600 !important;
}

.woocommerce-Tabs-panel > h2:first-child{
	display:none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin-bottom:37px !important;
}

.woocommerce div.product .woocommerce-tabs .panel{
	font-size:14px !important;
	line-height:20px !important;
	font-weight:200 !important;
}

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th{
	font-size: 12px;
    line-height: 14px;
    color: #000;
	text-decoration:none !important;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th{
	background:none !important;
}

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes, .woocommerce table.shop_attributes th{
	border:none !important;
}

.woocommerce table.shop_attributes th{
	width:80px !important;
}

.woocommerce table.shop_attributes th{
	font-weight:600;
}

#comments h2{
	display:none !important;
}

#comments{
	text-align:center !important;
}

.woocommerce #review_form #respond{
	text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.woocommerce #review_form #respond .form-submit input{
	height: 52px;
    margin-top: 3px;
    margin-left: 12px;
    border: none !important;
    border-radius: 3px !important;
    background: #343447;
    font-family: 'Raleway';
    font-size: 14px !important;
    padding: 18px 30px !important;
    font-weight: 400 !important;
	color:#fff !important;
}

.related.products > h2{
	text-align:center;
	font-size:26px;
	font-weight:600;
	margin-bottom:35px;
	color:#000;
}

body.single-product .themeBreadcrumbs{
	background:#343447;
}

.single-product .price{
	float:left;
}

.single-product .price + .themeSaleLabel{
	position: static;
    float: left;
    background: #343447;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Raleway';
    padding: 3px 10px;
    margin-top: 2px;
    margin-left: 10px;
}

.single-product h1.product_title{
	width: 100%;
    display: inline-block;
}

.themeProductsBannerBlog{
	position:relative;
}

.themeProductsBannerBlog img{
	width:100%;
	aspect-ratio:7/10 !important;
	object-fit:cover;
}

.themeProductsBannerBlog .banner-inner-content{
	    position: absolute;
    left: 23px;
    bottom: 40px;
    max-width: calc(100% - 46px);
    width: 100%;
	height:calc(100% - 80px);
	    display: flex;
    flex-direction: column;
}

.themeProductsBannerBlog .decoration-text{
	font-size:27px;
	line-height:58px;
}

.themeProductsBannerBlog .section-title{
	font-size:27px !important;
	line-height:31px !important;
}

.themeProductsBannerBlog .theme_primary_btn{
	margin-top:auto !important;
	background:#fff !important;
	color:#000000 !important;
	text-align:center !important;
	border-color:#fff !important;
}

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

	.single-product .related .products{
		margin-top:0 !important;
	}
	.single-product .related .products .slick-slide{
		padding:0 10px;
	}
.single-product .related .products .slick-slide h2{
	display:inline-block;
	width:100%;
}

@media (max-width: 991px){
	.single-product .related{
		padding:0 40px;
	}
	.products .woocommerce-LoopProduct-link img{
		width:100%;
	}
	/*KOSZYK*/
	.woocommerce-cart table.shop_table td{
		font-size:14px !important;
	}
	/*WYSZUKIWANIE BLOG*/
	.sportlab-blog-sidebar .wyszukiwanie .search-form{
		position:relative;
	}
	.sportlab-blog-sidebar .wyszukiwanie button{
		position:absolute;
		right:0;
	}
	.sportlab-blog-sidebar .wyszukiwanie .search-field{
		max-width:100%;
		width:100%;
	}
}

@media (max-width: 991px) and (min-width: 768px){
	.themeProductsBannerBlog .banner-inner-content{
		left: 10px;
		bottom: 10px;
		max-width: calc(100% - 20px);
		height: calc(100% - 20px);
	}
	.themeProductsBannerBlog .decoration-text{
		line-height:30px;
	}
}

@media (min-width: 768px) {
    .custom-mobile-product-gallery {
        display: none;
    }
}

@media (max-width: 767px){
	.custom-mobile-product-gallery{
		padding:0 40px 30px 40px;
	}
	.custom-gallery-wrapper{
		display:none !important;
	}
	.single-product .related .products .slick-slide{
		padding:0 !important;
	}
	.single-product .related .slick-arrow{
		margin-top:0 !important;
	}
	/*SINGLE POST*/
	.single-featuredimg{
		margin-bottom:30px;
	}
	.container .related{
		padding:0 50px;
	}
	.relatedpost-loop-container .slick-slide a{
		width:100%;
	}
	.prev-post a, .next-post a{
		width:100% !important;
		font-size:12px;
	}
	.prev-post span, .next-post span{
		font-size:10px;
	}
	/*BLOG*/
	.sportlab-blog-sidebar .wyszukiwanie .search-form label{
		width:100% !important;
	}
	.sportlab-blog-sidebar .banner {
		margin-bottom: 40px;
		max-width: 230px;
	}
	.blog-row{
		gap:30px;
	}
	.blog-row .btn-outline-primary{
		background-color: #343447;
        color: #fff;
        height: 35px !important;
        border: none;
        border-radius: 3px !important;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        align-items: center;
        width: fit-content;
        text-align: center;
        justify-content: center;
        margin-bottom: 10px;
	}
	.blog-row .btn-outline-primary:hover, .blog-row .btn-outline-primary:focus{
		background-color: #343447;
	}
	.blog-row .btn-outline-primary img {
		max-height: 15px !important;
		margin-right: 5px;
	}
	.sportlab-blog-sidebar {
	  padding: 15px;
	  background: #fdfdfd;
	  border-radius: 5px;
	}
	/*KOSZYK*/
	.woocommerce-page table.cart .product-thumbnail{
		display:block !important;
	}
	.woocommerce-cart table.cart img{
		width:100px !important;
	}
	.woocommerce-cart #coupon_code{
		margin-bottom:7px !important;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-cart .woocommerce .button{
		width:100% !important;
	}
	.woocommerce table.shop_table .product-thumbnail:before, .woocommerce table.shop_table .product-name:before, .woocommerce table.shop_table .product-price:before, .woocommerce table.shop_table .product-quantity:before, .woocommerce table.shop_table .product-subtotal:before, .woocommerce table.shop_table .product-thumbnail:after, .woocommerce table.shop_table .product-name:after, .woocommerce table.shop_table .product-price:after, .woocommerce table.shop_table .product-quantity:after, .woocommerce table.shop_table .product-subtotal:after{
		display:none !important;
	}
	.cart.woocommerce-cart-form__contents .cart_item{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height:auto !important;
		gap:20px !important;
		padding:20px !important;
	}
	.woocommerce table.shop_table .product-thumbnail, .woocommerce table.shop_table .product-name, .woocommerce table.shop_table .product-price, .woocommerce table.shop_table .product-quantity, .woocommerce table.shop_table .product-subtotal{
		width:100% !important;
		text-align:center !important;
		justify-content:center !important;
		padding:0 !important;
	}
	.woocommerce-cart .woocommerce .button{
		justify-content:center;
	}
	/*SINGLE PRODUCT*/
	.woocommerce div.product form.cart .button{
		margin: 0;
		text-align: center;
		align-items: center;
		justify-content: center;
		width:68%;
	}
	
	.single-product .tinv-wraper.tinv-wishlist{
		width:100%;
	}
	
	body .qib-button-wrapper{
		width: 30%;
    	margin: 0;
	}
	
	.woocommerce div.product form.cart{
		display: flex;
		    flex-wrap: wrap;
    justify-content: space-between;
		width: 100%;
		text-align: center;
	}
	
	.woocommerce div.product form.cart:before{
		display:none !important;
	}
	
	.custom-gallery-thumbs{
		 width: 100%;
    	flex-direction: row;
	}
	
	.woocommerce div.product div.images{
		flex-direction:column-reverse;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs{
		flex-wrap:wrap !important;
		gap:20px !important;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li a{
		font-size:18px !important;
		line-height:21px !important;
	}
	.woocommerce-tabs{
		padding-top:30px !important;
		margin-top:30px !important;
	}
	
	/*SCHOWEK*/
	.tinv-wishlist .tinvwl-table-manage-list .product-cb{
		display:none;
	}
	.tinv-wishlist .product-thumbnail{
		max-width:100% !important;
	}
	.wishlist_item{
		flex-direction: column;
		height: auto;
		align-items: center;
		justify-content: center;
		padding: 20px !important;
		gap:10px !important;
	}
	.tinv-wishlist .product-remove button{
		width:100%;
	}
	.tinv-wishlist .product-name{
		margin-top:10px;
		margin-bottom:10px;
	}
	.tinv-wishlist table.tinvwl-table-manage-list tbody td{
		padding:0 !important;
	}
	
	/*KATEGORIA PRODUKTU*/
	.themeCounter, .themeOrderSort{
		justify-content:center;
	}
	.products-grid{
		gap: 30px 0px;
	}
	
	/*PRODUKT*/
	.custom-gallery-thumbs{
		flex-wrap:wrap;
	}
	.custom-gallery-thumb {
    	width: calc(50% - 5px);
	}
	/*WYSZUKIWANIE*/
	.search-wyniki{
		flex-direction:column
	}
	.search-wyniki-left{
		min-width:0 !important;
		width:100% !important;
	}
	.search-wyniki-right{
		padding-right:0 !important;
		width:100% !important;
	}
	/*LOGOWANIE/REJESTRACJA*/
	.woocommerce-account #customer_login .col-1, .woocommerce-account #customer_login .col-2{
		width:100%;
		margin-right:0;
		padding:15px;
	}
	
	.woocommerce-account #customer_login .col-1 {
		margin-bottom: 30px;
	}
	
	/*PRODUKT*/
	html body.woocommerce .product.type-product .price {
		font-size: 13px !important;
	}
	h2.woocommerce-loop-product__title{
		font-size:15px !important;
	}
	.page-template-page-kontakt select{
		-webkit-appearance: none;
	  -moz-appearance: none; /* Firefox */
	  appearance: none;
		color:#000 !important;
	}
	.reorder > .col-12:first-child{
		margin-top:40px !important;
	}
}