/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 29 2024 | 13:22:43 */
:root{
	--redbg: #C51314;
	--orangebg: #ee7c00;
	--black:#000;
}
/*
a,img,:before,:after,i{
	transition:all 200ms linear !important;
}
*/
.owl-nav button, 
.slick-slider .slick-next, 
.slick-slider .slick-prev {
    border: 1px solid #ebebeb !important;
    box-shadow: none;
}

body .mega-menu ul li a:hover, 
body .header-cart .cart-contents span:hover, 
body .filter-item:hover .tab-title, 
body .wishlist-menu:hover .wishlist-label, 
body .topbar-link:hover .account-label,
body .account-block .account-label:hover,
body .shopping_cart:hover .cart-qty .cart-contents .cart-label{
	color:var(--black) !important;
}

body .topbar-link{
	display:inline-flex;
	align-items:center;
}
#wt-woo-category-slider-940b0d2 .cat-img-block{
	transition:all 200ms linear;
}
.mega-menu ul li a{
	display:flex;
}


/* logo */
.img-fluid{
	min-width:130px;
}
.backtotop{
	display:none !important;
}

.products.owl-carousel .product-detail-wrapper .star-rating, #main-content-shop .product-detail-wrapper .star-rating, .woo-cs-top-product .product-detail-wrapper .star-rating{
	overflow:hidden !important;
}

/* search */
.product-search-widget.input-group button{
	background:var(--redbg);
}

/* shop filter */
/* #secondary .product-categories li.current-cat-parent > a{
	font-weight:700 !important;
	color:var(--redBg) !important;
}
#secondary .product-categories li:not(.current-cat-parent) > ul{
	display:none;
}
#secondary .widget.widget_product_categories ul li{
	overflow:inherit;
}
#secondary .widget.widget_product_categories ul li+li{
	padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #ddd;
}
#secondary .product-categories > li span.more{
	position: absolute;
    right: 0;
    background: var(--redBg);
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;	
	top:0;
	cursor:pointer;
}
#secondary .widget.widget_product_categories ul li+li span.more{
	top:5px;
}
 */
#secondary ul.product-categories ul.toggle-block.children{
	position: relative;
    max-height: 0;
    left: 0;
    display: block;
	float:none;
	opacity:0;
	pointer-events:none;
	overflow:hidden;
	width: 100%;
    transition: all 400ms linear;
}
#secondary ul.product-categories > li:hover ul.toggle-block.children,
#secondary ul.product-categories > li.current-cat-parent ul.toggle-block.children{
	max-height:1000px;
    margin-bottom: 10px;
	overflow:inherit;
	opacity:1;
	pointer-events:all;
}
.primary-sidebar li.current-cat a{
	color:inherit;
}
.primary-sidebar li.current-cat > a,
.home-category ul.product-categories > li .current-cat a, 
.primary-sidebar .widget ul li.current-cat > a,
#secondary ul.product-categories > li.current-cat-parent > a{
	color:var(--redbg);
	font-weight:600;
}

/* product */
.entry-summary .single_variation{
	display:inherit;
}
.hide_default_price{
	display: block;
	margin:0 0 0;
}
.woocommerce-page div.product form.cart .variations{
	margin-top:15px;
}
.woo-variation-swatches.wvs-show-label .variations tr+tr th{
	padding-top:10px;
}
body .type-product .summary p.iworks-omnibus{
	font-size:13px;	
}
body .type-product .summary p{
	font-weight:700;
}
body .type-product.product-type-variable .summary p.price{
	display:none !important;
}
.yith-wapo-block div.yith-wapo-addon .options.per-row-1{
	flex-wrap:wrap;
	display:flex !important;
	gap:20px !important;
	justify-content:flex-start;
	align-items:flex-start;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option input{
	margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
}
.entry-summary .single_variation{
	display: block;
    width: 100%;
}
.single-pro-inner .variations .label{
	width:200px;
}

/*tabs*/
.woocommerce div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs{

	margin: 20px 0 50px !important;
}
.single-product .woocommerce-tabs .panel{
		max-height: 420px;
    overflow: auto;
}

#shopinsidemobile{
	background: var(--redbg);
    color: #fff;
    display: none;
    padding: 3px 20px;
    border-radius: 30px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

/*headers*/
body h2{
	width: calc(100% - 30px) !important;
}

/* cart popup */
.xoo-cp-ptitle .wcpa_cart_meta{
	margin: 0;
    font-size: 13px;
}
td.xoo-cp-pimg{
	padding:10px;
}
body dl {
    margin-bottom: 0;
}
td.xoo-cp-ptitle a{
	font-weight: 700;
    line-height: 10px;
}
body .xoo-cp-qtybox{
	border-color: #8f8f8f;
    border-radius: 5px;
    height: 40px;
    width: 40px;
    text-align: center;
}
input[type=number].xoo-cp-qty{
	width: 100%;
    max-width: 100%;
    font-size: 15px;
}
div.xoo-cp-btns{
	display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
a.xcp-btn{
    background: #000;
    border: none;
    text-transform: math-auto !important;
	order:1;
	border-radius:20x;
}
a.xoo-cp-btn-ch.xcp-btn{
	background:var(--redbg);
	order:3;
}
.widget_shopping_cart_content .buttons .wc-forward{
	    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}
.widget_shopping_cart_content .buttons .wc-forward.checkout{
	background:var(--redbg);
}

/* category list */
.category-list a{
	display: flex;
    align-items: center;
    justify-content: center;
    background: #c51314;
    color: #fff;
    padding: 12px 15px;
    min-width: 151px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.4px;
    margin: -5px 0;
    gap: 10px;
}
.category-list a:hover{
	color:#fff;
}
.category-list a svg{
	fill: #fff;
    width: 20px;
}
.mega-menu ul{
	display: flex;
	padding-right:40px;
    justify-content: space-between;
}
.mega-menu ul li{
	padding: 0 5px;
}

/* caticon */
#wt-woo-category-slider-940b0d2 .cat-img-block{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

/*tpay*/
body .tpay-insidebg{
	max-width:100%;
}

/* standardlink */
.link-box-slider,
.link-box-slider a{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	z-index:100;
}

/* line before */
.winter_title h2::before, 
.site-main .upsells.products > h2::before, 
.site-main .related.products h2::before, 
.site-main .cross-sells > h2::before{
	border-radius:15px;
}

/* products list */
.woocommerce ul.products p.iworks-omnibus{
	display:none;
}
.woocommerce ul.products li.product .product-name, 
.woocommerce-page ul.products li.product .product-name, 
.counter-products-carousel .product-name{
	font-size:17px;
	 padding-bottom: 0px;
	margin-bottom:10px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.price_label, .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price{
	font-size:19px;
}
.upsells.products + .related{
	margin-top:60px;
}

/* backtohome */
.wntr-topbar-menu-links{
	display: flex;
    align-items: center;
}
.wntr-topbar-menu-links .backtohome{
	display: inline-flex;
    align-items: center;
    margin-left: 15px;
    border-left: 1px solid #e1e1e1;
    padding-left: 15px;
    font-weight: 600;
    letter-spacing: -.5px;
}
.wntr-topbar-menu-links .backtohome svg{
	width: 26px;
    height: 15px;
    transform: rotate(-90deg);
}
.wntr-topbar-menu-links .backtohome svg use{
	fill: #c51314;
}

/* social header */
.wntr-topbar-menu-links ul li{
	display:flex;
	align-items:center;
}
.wntr-topbar-menu-links ul li a{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    box-shadow: none;
    background: transparent;
    height: inherit;
    width: inherit;
    font-size: 20px;
}
.wntr-topbar-menu-links ul li a+a{
	margin-left:13px;
}
.wntr-topbar-menu-links ul li a:hover{
	background-color:transparent;
}
.wntr-topbar-menu-links ul li a:hover i{
	opacity:.7;
	color:#000;
}
.wntr-topbar-menu-links ul li i{
	font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wntr-topbar-menu-links ul li i:before{
    line-height: 0;	
}
.wntr-topbar-menu-links ul li i.fa-google-plus,
#main-content-shop .product-detail-wrapper .price{
	font-size:18px;
}
.woocommerce ul.products li.product .product-name, .woocommerce-page ul.products li.product .product-name, .counter-products-carousel .product-name{
	padding-bottom:0 !important;
}
.wntr-topbar-menu-links ul li i.fa-facebook{
	font-size:16px;
}
.wntr-topbar-menu-links .fa-google-plus:before {
    content: "\f1a0";
}

/* product */
.woocommerce ul.products li.product .product-name, 
.woocommerce-page ul.products li.product .product-name, 
.counter-products-carousel .product-name{
	white-space: inherit;
	line-height: 1.3;
}
.woo-products, .woocommerce ul.products.grid, .woocommerce-page ul.products.grid{
	flex-wrap:wrap;
	display:flex;
}
.woocommerce-page ul.products.grid li.product{
	align-self:stretch;
}
.woocommerce-page .content-area ul.products li .container-inner,
.product-block-inner{
	height:100%;
}
#wapo-total-price-table {
	margin-top:10px;
}

/* footer */
body .footer-middle .theme-container{
	border-bottom:none;
}
body #footer-widget-area{
	padding-bottom: 15px;
    margin-bottom: 15px;
}

/* recommend */
.custom-nexttosearch a{
	font-size:15px;
	font-weight:600;
	display:flex;
	align-items:center;
}
.custom-nexttosearch a i{
	font-size:18px;
	color:var(--orangebg);
	margin-right:6px;
}

/* products carousel */
.products.owl-carousel .product-detail-wrapper,
#main-content-shop .product-detail-wrapper,
.woo-cs-top-product .product-detail-wrapper{
	display: flex;
    flex-direction: column;
}
.products.owl-carousel .product-detail-wrapper .star-rating,
#main-content-shop .product-detail-wrapper .star-rating,
.woo-cs-top-product .product-detail-wrapper .star-rating{
	order: 1;
    overflow: auto;
    position: relative;
    top: inherit;
    left: inherit;
	margin-bottom:7px;
}
.products.owl-carousel .product-detail-wrapper a,
#main-content-shop .product-detail-wrapper a,
.woo-cs-top-product .product-detail-wrapper a{
	order: 2;
}
.products.owl-carousel .product-detail-wrapper .price,
#main-content-shop .product-detail-wrapper .price,
#main-content-shop .product-detail-wrapper .yith-ywraq-add-to-quote,
.woo-cs-top-product .product-detail-wrapper .yith-ywraq-add-to-quote{
	order:3;
}
#main-content-shop .product-detail-wrapper .yith_ywraq_add_item_response_message,
.woo-cs-top-product .product-detail-wrapper .yith_ywraq_add_item_response_message{
	font-size: 12px;
    color: #8d8d8d;
}
#main-content-shop .product-detail-wrapper .yith_ywraq_add_item_browse_message a,
.woo-cs-top-product .product-detail-wrapper .yith_ywraq_add_item_browse_message a{
	font-weight: 700;
    color: var(--redbg);
    font-size: 16px;
    top: -4px;
    position: relative;
}

/* add to quote */
body .woocommerce ul.products li.product a.add-request-quote-button.button, 
body .wp-block-post.product a.add-request-quote-button.button, 
body a.add-request-quote-button.button{
	display: inline-flex !important;
    font-size: 13px !important;
    text-transform: none;
    letter-spacing: .3px;
    height: 40px;
    align-items: center;
}
body.single-product .yith_ywraq_add_item_response_message{
	display:none !important;
}
body.single-product .yith_ywraq_add_item_browse_message a,
body.single-product a.add-request-quote-button{
	display: inline-flex !important;
    font-size: 16px !important;
    text-transform: none;
    letter-spacing: .3px;
    height: 40px;
    align-items: center;
    background-color: var(--ywraq_layout_button_bg_color) !important;
    color: var(--ywraq_layout_button_color) !important;
    border: 1px solid var(--ywraq_layout_button_border_color) !important;
    text-align: center;
    word-break: break-word;
    padding: 0.3rem 2rem;
    border-radius: 50px 50px 50px 50px;
}
body.single-product a.add-request-quote-button.button.disabled{
	display:none !important;
}

/* product button */
body.single-product .single_variation_wrap{
	display: flex;
    align-items: center;
	flex-wrap:wrap;
}
.woo-variation-swatches.wvs-show-label .variations th label{
	width:auto;
}
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name{
	font-weight:700;
}
body.woocommerce.single-product .product .yith-ywraq-add-to-quote{
	margin-top:0;
}
body.single-product #primary .single-pro-inner .entry-summary .single_add_to_cart_button.button.alt,
.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button{
	border-radius: 50px;
    height: 40px;
    padding: 0 24px;
	display:inline-flex !important;
    background: var(--redbg);
}
body span.wntr-quantity{
	display:none !important;
}
body .quantity input,
body .quantity input.plus,
body .quantity input.minus,
body .quantity input.qty{
	height:40px;
	border-radius:15px;
}
body .quantity input.plus:hover, 
body .quantity input.plus:focus, 
body .quantity input.minus:hover, 
body .quantity input.minus:focus{
	background-color: var(--orangebg);
    border-color: var(--orangebg);
}
body .woocommerce div.product form.cart div.quantity, 
body .woocommerce-page div.product form.cart div.quantity{
	margin:0 7px 0 0;
}
body .quantity > *{
	margin:0 6px 0 0 !important;
}

/* img box v8 */
.home_bnr_8 .style-1 .static-wrapper {
    right: 0;
    left: 0;
    bottom: 20px;
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_bnr_8 .style-1.cms-banner-item .text1 {
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0;
}
.home_bnr_8 .style-1.cms-banner-item .text2 {
    text-transform: capitalize;
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0px 0 30px;
    color: #fff;
}
.home_bnr_8 .style-1 .static-wrapper .text-button{
	display: inline-block;
	float: none;
}

/* footer */
.footer-bottom-left{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .footer-bottom{
	padding-bottom: 25px;
}
.footer-bottom-left .footer-payment{
	padding-top:0;
}

/* ikony - nad stopką */
body .service-list.style-2 .service-icon-content{
	padding-left:0;
}
body .service-list .service-title{
	margin:7px 0 0;
}

/* shop sidebar */
ul.product-categories > li a, .primary-sidebar ul.product-categories > li a{
	font-size:16px;
}
body #secondary .widget-title{
	font-size:19px;
	font-weight:700;
	text-transform:normal;
}

/* product info */
body .type-product .summary p{
	margin-bottom:11px;
}
.woocommerce #content div.product form.cart .variations, 
.woocommerce div.product form.cart .variations, 
.woocommerce-page #content div.product form.cart .variations, 
.woocommerce-page div.product form.cart .variations{
	margin-bottom:15px !important;
}
.home_bnr_4 .style-1 .static-wrapper,
.home_bnr_4 .style-1 .static-wrapper > *{
	width:100%;
}


/* formularz */
.site-footer .wpcf7 .subscribe{
	display: flex;
	align-items:center;
    margin: 10px auto;
}
.woocommerce-variation-price{
	display:none !important;
}
.yith-wapo-container.yith-wapo-form-style-theme{
	margin-bottom:20px;
}
.site-footer .wpcf7 .subscribe .wpcf7-form-control-wrap{
	width:100%;
}
.site-footer .wpcf7 .subscribe input[type="submit"]{
	position: absolute;
    right: 7px;
	top:auto;
}
#secondary .widget_product_categories .widget-title{
	margin-left:0;
}

/* stock */
.woocommerce #content div.product .stock, .woocommerce div.product .stock, .woocommerce-page #content div.product .stock, .woocommerce-page div.product .stock{
	display:none;
}

/* list */
.woocommerce-product-details__short-description ul{
	padding-left:20px;
}
.woocommerce-product-details__short-description ul li{
	list-style:disc;
}
.cart .wcv-message{
	display:flex;
	align-items:center;
}
.cart .wcv-message .wcvisitor_num{
	margin-right:3px;
}
.wapf-product-totals .wapf--inner{
	padding: 0 0 20px;
}
.wapf-product-totals .wapf--inner > div{
	overflow:hidden;
}
.wapf-product-totals .wapf--inner > div .wapf-grand-total{
	margin-top: -7px;
}
.wapf-field-container.wapf-field-select{
	display:flex;
	align-items:center;
}
.wapf-field-container.wapf-field-select .wapf-field-input,
.woocommerce #content div.product form.cart .variations select, .woocommerce div.product form.cart .variations select, .woocommerce-page #content div.product form.cart .variations select, .woocommerce-page div.product form.cart .variations select{
	height: 40px;
    border-radius: 10px;
    margin-left: 15px;
    box-sizing: border-box;
    width: auto;
}
.wapf-field-container.wapf-field-select .wapf-input{
	height: 100%;
    padding: 0 15px;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
}
body .wapf-field-label.wapf--above{
	font-weight: 700;
}
.site-title .img-fluid{
	max-width:130px;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .image{
	padding: 5px;
    border: 1px solid #e9e9e9;
	border-radius:5px;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option.selected .image{
	border-color:#000;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option label{
	max-width:90px;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option label .option-price{
	display:block;
	width:100%;
}
.yith-wapo-addon:not(.yith-wapo-addon-type-label) .yith-wapo-option .radiobutton, .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-checkbox .checkboxbutton {
	display:none;
}
.yith-wapo-addon:not(.yith-wapo-addon-type-label) .yith-wapo-option .image img{
	max-width:80px;
}

/* product label */
.woocommerce .woo-entry-new-badge, .woocommerce-page .woo-entry-new-badge{
	padding:0 5px;
	width:auto;
}

/* meta */
.woocommerce .single-pro-inner .summary .product_meta{
	display: flex;
    flex-direction: column;
}
.woocommerce .single-pro-inner .summary .product_meta > *{
	order:2;
}
.woocommerce .single-pro-inner .summary .product_meta > .wcv-message{
	order:1;
}

/* widget */
.primary-sidebar .widget, .singleproduct-sidebar .widget{
	padding:0;
}

/* quote */
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper{
	padding:0;
}
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper h3{
	    font-size: 27px;
    font-weight: 700;
}
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper button,
.update-list-wrapper button,
#yith-ywraq-form .update-list-wrapper .after-table-right .button,
#yith-ywraq-form .update-list-wrapper input[type="submit"],
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper input[type="submit"]{
	border-radius:50px;
}
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper .raq-send-request{
	background: var(--redbg);
    color: #fff;
    height: 50px;
    padding: 0 30px;
    font-size: 14px;
    text-transform: math-auto;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
	padding: 15px;
    font-size: 16px;
    color: #3a3a3a;
    font-weight: 600;
}

/* mini cart spacing */
.header-cart .cart-contents span.quanitity{
	letter-spacing:-1px;
}

/* cart full */
body.woocommerce-checkout .fc-content.fc-container{
	padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

/* rwd */
@media only screen and (max-width: 1199px) {
    .mega-menu ul li {
        padding: 0 !important;
    }
}
@media (max-width:979px){
	.header-right{
		display:none !important;
	}
	.img-fluid {
		min-width: 90px;
	}
	#shopinsidemobile{
    	display: inline-flex;
	}
}
@media only screen and (max-width: 767px){
	.main-navigation {
		top: 17px !important;
	}
	body .home_banner_1.style-2.cms-banner-item .text2,
	body .home_bnr_4 .style-1.cms-banner-item .text2{
		display: block !important;
		max-width: 80%;
	}
	.products.owl-carousel .product-detail-wrapper .product-block-outer, 
	#main-content-shop .product-detail-wrapper .product-block-outer{
		top:-37px !important;
		position:absolute !important;
	}
}
@media only screen and (max-width: 600px){
	body .header-search .woocommerce-product-search button {
		background: var(--redbg);
		width:auto;
		font-size:inherit;
	}
}
@media (max-width: 575px){
	.elementor-element-41f6a80 .elementor-element{
		justify-content: center;
		display: flex;
	}
	.site-title img {
		min-width:90px;
	}
}
/*Przegląd - zmiana koloru nazwy */
.uip-text-emphasis {
    color: #000;
}

