/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1774351374
Updated: 2026-03-24 12:22:54

*/

/*Global*/

.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before {
    content: "\e029";
	color: #D3B15A;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error{
    border-top-color: #D3B15A;
	border-radius: 20px;
}


.elementor-field-option{
	font-size: 12px;
	line-height: 1.5;
}

.cs-icon-button .elementor-button-icon svg path {
    transition: stroke 0.3s ease;
}

.cs-icon-button:hover .elementor-button-icon svg path {
    stroke: #d3b15a;
}

/* Header */
.cs-header-cart .elementor-button-icon-qty {
    font-size: 0; 
    position: relative;
}

.cs-header-cart .elementor-button-icon-qty::after {
    content: "Koszyk (" attr(data-counter) ")";
	font-size: 20px;
	color: #202020;
	text-transform: capitalize;
	letter-spacing: 0px;
	white-space: nowrap;
}
@media(max-width: 767px){
	.cs-header-cart .elementor-button-icon-qty::after {
		font-size: 16px;
	}
}

.cs-header-cart .elementor-menu-cart__toggle_button:hover,
.cs-header-cart .elementor-menu-cart__toggle_button:focus {
    border-width: 0 !important;
}
/*
.cs-fibo .dgwt-wcas-sf-wrapp {
	padding: 0px;
}

.cs-fibo .dgwt-wcas-search-submit{
	left: 15px!important;
	top: 10px!important;
}
*/
@media(max-width: 1400px){
	.cs-fibo #dgwt-wcas-search-input-1{
		max-width: 200px;
	}
}

.widget_shopping_cart_content .quantity {
	border: none;
}


/* Product loop */
.cs-product-box{
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.cs-custom-price {
    font-size: 20px;
	font-weight: 500;
}

.cs-price-sale {
    color: #202020;
    font-weight: 500;
}

.cs-price-regular {
    color: #202020;
    margin-left: 5px;
}

.cs-variations {
    display: flex;
    gap: 10px;
    font-size: 16px;
}

.cs-variation-item {
    opacity: 0.6;
}

.cs-variation-item.cs-is-lowest {
    text-decoration: underline;
    opacity: 1;
    font-weight: 600;
}

/* main page slider */
.cs-main-page-product-slider .swiper-pagination-bullet{
	width: 100px!important;
	border-radius: 0;
}
@media(max-width:767px){
	.cs-main-page-product-slider .swiper-pagination-bullet{
	width: 30px!important;
}}

/* main page category boxes */
.cs-hover-box {
    position: relative;
}

.cs-hover-box .cs-hover-btn {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translate(-50%, 20px);
    
    opacity: 0; 
    pointer-events: none; 
    transition: all 0.3s ease;
    
    white-space: nowrap;
}

.cs-hover-box:hover .cs-hover-btn {
    transform: translate(-50%, 0);
    opacity: 1; 
    pointer-events: auto;
}
@media (max-width: 768px) {
  .cs-hover-box .cs-hover-btn {
    bottom: 80px; 
  }
}

/* services */
.cs-usluga-button{
	margin-top: auto;
}

/* contact form */

#cs-contact-form-button .elementor-button-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

#cs-contact-form-button .elementor-button-text::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;

    background-image: url("/wp-content/uploads/2026/03/arrow-left-gold.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    transform: translateX(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#cs-contact-form-button:hover .elementor-button-text::after {
    transform: translateX(6px);
}

#cs-contact-form-button:active .elementor-button-text::after {
    transform: translateX(2px);
}

/* Single product */

.nfancybox-is-open .nfancybox-toolbar button{
	padding: 0;
}

.nfancybox-button--close svg {
    display: none;
}

.nfancybox-is-open .nfancybox-button--arrow_left,
.nfancybox-is-open .nfancybox-button--arrow_right{
	border: none;
}
.nfancybox-is-open .nfancybox-button--arrow_left:hover,
.nfancybox-is-open .nfancybox-button--arrow_right:hover{
	border: none;
}

.nickx-slider-nav .nswiper-slide {
    opacity: 1!important;
}
.images.nickx_product_images_with_video {
    max-width: 100%!important;
}
.product-type-variable .cs-normal-product-price {
	display: none;
}

.elementor-widget-woocommerce-product-images .onsale{
	display: none;
}

.cs-add-to-card table.variations td,
.cs-add-to-card table.variations th{
	background-color: #fff;
}

.cs-add-to-card table.variations .label{
	display: none;
}

.cs-add-to-card .variable-item:not(.radio-variable-item){
	border-radius: 0!important;
	box-shadow: none!important;
	opacity: 0.6;
}
.cs-add-to-card .variable-item.selected{
	border-bottom: 1px solid #202020;
	opacity: 1;
}

.cs-add-to-card .reset_variations{
	display: none!important;
}
.cs-add-to-card .woocommerce-variation-price .price span{
	font-size: 24px;
	font-weight: 500;
	color: #202020;
}
.cs-add-to-card .woocommerce-variation-price{
	margin-bottom: 20px;
}

.cs-add-to-card .quantity{
	margin-right: 50px!important;
}



.cs-add-to-card .single_add_to_cart_button{
    display: flex!important;
    align-items: center!important;
    gap: 20px;
}

.cs-add-to-card .single_add_to_cart_button:after {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;

    -webkit-mask: url("/wp-content/uploads/2026/03/right-arrow.svg") no-repeat center;
    mask: url("/wp-content/uploads/2026/03/right-arrow.svg") no-repeat center;

    background-color: white;
    transition: background-color 0.3s ease;
}

.cs-add-to-card .single_add_to_cart_button:hover:after {
    background-color: #D3B15A;
}

@media(max-width:767px){
	:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart.variations_form .woocommerce-variation-add-to-cart, :is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart:not(.grouped_form):not(.variations_form){
	flex-wrap: wrap!important;
	gap: 10px
}}


.cs-comments .star-rating span::before{
	color: #D3B15A;
}
.cs-comments .woocommerce-Reviews-title{
	font-size: 22px;
}
.cs-comments .commentlist .comment_container img{
	display: none;
}
.cs-comments .commentlist .comment_container .comment-text{
	margin: 0!important;
}
.cs-comments .commentlist{
	padding: 0;
}
.cs-comments .form-submit .submit{
	background-color: #D3B15A!important;
	color: white!important;
	border-radius: 30px!important;
	padding: 12px 30px!important;
	border: 1px solid #fff!important;
	font-weight: 400!important
}
.cs-comments .form-submit .submit:hover{
	background-color: #fff!important;
	color: #D3B15A!important;
	border: 1px solid #D3B15A!important;	
}

.product-description-heading{
	display: flex;
	gap: 5px;
	margin: 10px 0;
}

.e-n-accordion-item:not(:has(.elementor-widget-text-editor)) {
    display: none!important;
}

/* Koszyk */

.cs-cart .woocommerce table.shop_table,
.cs-cart .woocommerce table.shop_table th,
.cs-cart .woocommerce table.shop_table td,
.cs-cart .woocommerce table.shop_table tr,
.cs-cart .woocommerce table.shop_table tr:nth-child(even),
.cs-cart .woocommerce table.shop_table tr:nth-child(odd),
.cs-cart .woocommerce table.shop_table tr:hover td {
    background-color: #ffffff !important;
}

.cs-cart .woocommerce table.shop_table,
.cs-cart .woocommerce table.shop_table th,
.cs-cart .woocommerce table.shop_table td {
    border: 1px solid #b3b3b3 !important;
}

.cs-cart .woocommerce table.shop_table {
    border-collapse: collapse;
}

.cs-cart .shop_table .actions button{
	background-color: #D3B15A!important;
	color: white!important;
	border-radius: 30px!important;
	padding: 12px 30px!important;
	border: 1px solid #fff!important;
	font-weight: 400!important;
}
.cs-cart .shop_table .actions button:hover{
	background-color: #fff!important;
	color: #D3B15A!important;
	border: 1px solid #D3B15A!important;		
}

.cs-cart .shop_table .cart_item td a{
	color: #202020;
}

.cs-cart #coupon_code{
	width: 120px!important;
}

.cs-cart a.remove{
	color: #202020!important;
}
.cs-cart a.remove:hover{
	background: #202020!important;
}

.cs-cart .wc-proceed-to-checkout .checkout-button{
	background-color: #D3B15A!important;
	color: white!important;
	border-radius: 30px!important;
	padding: 0 0 15px 0!important;
	border: 1px solid #fff!important;
	font-weight: 500!important;
	font-size: 18px!important;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.cs-cart .wc-proceed-to-checkout .checkout-button:hover{
	background-color: #fff!important;
	color: #D3B15A!important;
	border: 1px solid #D3B15A!important;
}

@media(max-width:767px){
	.woocommerce-cart-form .coupon button{
		width: 65%!important;
		font-size: 14px!important;
}}


/* Zamówienie */
.cs-checkout .checkout_coupon button,
.cs-checkout .place-order button{
	background-color: #D3B15A!important;
	color: white!important;
	border-radius: 30px!important;
	border: 1px solid #fff!important;
	font-weight: 500!important;
	font-size: 18px!important;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.cs-checkout .checkout_coupon button:hover,
.cs-checkout .place-order button:hover{
	background-color: #fff!important;
	color: #D3B15A!important;
	border: 1px solid #D3B15A!important;	
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: #f7f7f7;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #ffffff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

/* p24 */
.payment_method_p24-online-payments-154 label{
	display: inline;
}

/* cookie */
.cky-btn-accept{
	background-color: #d3b15a!important;
	border-color: #d3b15a!important;
	
}
.cky-btn-reject,
.cky-btn-customize,
.cky-btn-preferences{
	color: #d3b15a!important;
	border-color: #d3b15a!important;
}
.cky-btn-revisit-wrapper{
	background: #d3b15a!important;
}

