/*
Theme Name: Light Skeleton Child
Theme URI: #
Author: Gangesh Matta
Author URI: https://profiles.wordpress.org/gangesh
Description: Using _ (Underscore) and GetSkeleton CSS boilerplate, aim is to create lightweight, presentable WP theme for starters.
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: light-skeleton
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Theme Name: Light Skeleton Child
Template: light-skeleton
Updated: 2023-11-07 11:59:44

*/

/* Main */

@import url("./assets/fonts/fonts.css");
@import url("./index.css");

body main .zaufali-nam-logos-border {
    border-width: 0 !important;
}

@media screen and ( min-width: 768px ){

    body main .zaufali-nam-logos-border{
        border-width: 0px 1px !important;
    }

}
.page-id-1546 td{
    padding: 7px;
}
.page-id-1546{
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
}
.page-id-1546 strong{
    font-weight: 400;

}
body.page-id-1546 .entry-content, body.page-id-1608 .entry-content{
    margin-top: 8% !important;
}
body.page-id-1608 h1 {
    max-width: 1280px;
    margin: 0 auto !important;
    width: 100%;
    display: block;
    font-size: 80px;
    font-weight: normal;
    color: #003839;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    background-color: transparent; 
    padding: 0;
    color: #ffffff;
}

.footer-column {
    flex: 1;
    margin-right: 40px; 
}

.footer-column:last-child {
    margin-right: 0;
}

p.address {
    color: white !important;
}

.footer-header {
    font-size: 24px !important; 
    font-weight: bold;
    margin-bottom: 15px; 
    color: #ffffff !important;
}

.footer-column p,
.footer-column a {
    font-size: 18px;
    line-height: 1.8;
    color: #63DFB3; 
    text-decoration: none;
    display: flex;
    align-items: center; 
}

.footer-column i {
    margin-right: 8px; 
    color: #63DFB3; 
    transition: transform 0.3s ease-in-out; 
}

.footer-column a:hover i {
    transform: translateX(5px);
}

.footer-column a:hover {
    color: #ffffff; 
    text-decoration: underline; 
    text-decoration-color: #63DFB3; 
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    background-color: transparent; 
    color: #a0a0a0;
}
@media screen and ( min-width: 1200px ){

    .footer-bottom {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 40px;
        background-color: transparent; 
        color: #a0a0a0;
    }
    
}
.map-container {
    width:100%;
    margin-right: 10px;
    overflow: hidden;
}

.footer-copyright-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
}

.footer-copyright-logo p {
    margin-top: 5px; 
}


/* Stylizacja dla przycisku "Kontakt" */
header#masthead .navbar-list .menu-item.contact a {
    background: linear-gradient(135deg, #63DFB3, #3f8d75) !important; 
    color: #ffffff !important; 
    padding: 10px 25px !important; 
    border-radius: 30px !important; 
    font-weight: 600 !important; 
    transition: all 0.3s ease-in-out !important; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important; 
    text-decoration: none !important; 
}

header#masthead .navbar-list .menu-item.contact a:hover {
    background: linear-gradient(135deg, #3f8d75, #63DFB3) !important; 
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
    transform: translateY(-3px) !important;
    text-decoration: none !important;
}

header#masthead .navbar-list .menu-item.contact a:active {
    background: linear-gradient(135deg, #2e6e56, #2e6e56) !important; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(0) !important; 
    text-decoration: none !important; 
}

/** Woo */
body.woocommerce-cart #main, body.woocommerce-page #main{
	padding: 10px;
}

#main .woocommerce-breadcrumb{
    margin-inline: auto;
    max-width: 1280px;
    padding: 20px 0;
}
.netim-woo-container{
    margin-inline: auto;
    max-width: 1280px;
    padding: 0 10px 50px 10px;
}
.netim-woo-container .netim-row{
    padding-bottom: 42px;
    margin-bottom: 42px;
    border-bottom: 1px solid rgba(0, 56, 57, 0.25);
}
.netim-row-text-img{
    align-items: center;
    border-bottom: 1px solid rgba(0, 56, 57, 0.25);
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 42px;
    margin-bottom: 42px;
	justify-content: space-around;
}
.netim-row-text-img .netim-row-text{
    color: #003839;
    padding: 20px 0;
    width: min(100%, 700px);
}
.netim-row-text-img .netim-row-text-2{
    color: #003839;
    padding: 20px 0;
    width: min(100%, 500px);
}
.netim-row-text-img .netim-row-img-2{
	width: min(100%, 700px);
}
.netim-row-text-img .netim-row-img-2 img{
    border-radius:30px;
}
.netim-row-text-img p{
    font-size: 20px;
}
.netim-woo-container h2{
    color: #023a3b;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 50px;
}
.netim-woo-container h4{
    color: #023a3b;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}
#main .netim-product-loop{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
    list-style: none;
    margin: 0 auto;
	max-width:1280px;
    width: 100%;
}
@media screen and ( min-width: 820px ){

    #main .netim-product-loop{
    justify-content: flex-start;
}

}
#main .netim-product-loop li{
    margin-bottom: 40px;
	width: min(100%, 400px);
}
#main .netim-product-loop li img{
	width: 100%;
}
#main .netim-product-loop li a{
	text-decoration: none;
}
#main.price{
    color: #023a3b;
    font-size: 2rem ;
    font-weight: 400;
    margin: 10px 40px;
}
.woocommerce-Price-amount{
    color: #023a3b;
	display: block;
    font-size: 2.4rem;
    font-weight: 400;
    margin: 0 20px;
	text-align: center;
}
@media screen and ( min-width: 650px ){

.woocommerce-Price-amount{
	display: inline-block;
}

}

#main .netim-product-loop .add_to_cart_button, #main .single_add_to_cart_button{
	background-color: #ff8848;
    color: #fff;
    line-height: 2px;
    padding: 20px 30px;
    letter-spacing: 2px;
}
#main .netim-product-loop .add_to_cart_button:hover, #main .single_add_to_cart_button:hover{
	background-color: #b44a07;
    color: #fff;
}
#main .woocommerce-loop-product__title{
    color: #003839;
    font-size: 2rem;
    font-weight: 500;
    margin:5px 0;
    padding: 10px;
    text-align: center;
}

#main .netim-product-category-flex{
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-evenly;
    margin: 30px auto;
}
#main .netim-product-category-flex > div{
    border: 1px solid #bfcdcd;
    border-radius: 30px;
    color: #003839;
    font-size: 18px;
    padding: 20px;
    width: min(100%, 400px);
}
@media screen and ( min-width: 830px ){

#main .netim-product-category-flex > div{
    min-height: 400px;
}
}
body .top-header{
    padding: 20px;
}


body.single-product #main > div.product{
    max-width:1280px;
	margin: 0 auto !important;
	padding:48px 0 !important;
}

#main .product_title{
    color: #003839;
}

#main .woocommerce{
	max-width:1280px;
	margin: 0 auto !important;
	padding:100px 0 !important;
}
#main .wp-block-woocommerce-cart{
		max-width:1280px;
	margin: 0 auto !important;
	padding:100px 0 !important;
}
#main .wp-block-woocommerce-checkout{
		max-width:1280px;
	margin: 0 auto !important;
	padding:100px 0 !important;
}
#main .woocommerce .button{
	background-color: #ff8848;
    color: #fff;
    line-height: 2px;
    padding: 20px 30px;
    letter-spacing: 2px;
}
#main .woocommerce .button:hover{
	background-color: #b44a07;
}
#main .wc-block-cart__submit-button{
		background-color: #ff8848;
    color: #fff;
    line-height: 2px;
    padding: 20px 30px;
    letter-spacing: 2px;
	text-decoration: none;
}

#main .wc-block-cart__submit-button:hover{
	background-color: #b44a07;
}
#main .wc-block-components-checkout-place-order-button{
	background-color: #ff8848;
    color: #fff;
    line-height: 2px;
    padding: 20px 30px;
    letter-spacing: 2px;
	font-size:2rem;
	text-decoration: none;
    line-height: 30px;
	width: min(100%, 500px);
}

#main .wc-block-components-checkout-place-order-button:hover{
	background-color: #b44a07;
}


#main .product-limit-notice{
	background: #ff88482e !important;
  padding: 10px !important;
  margin: 10px 0 !important;
  border-left: 4px solid #ff8848 !important;
}
#main .woocommerce-product-gallery__trigger{
	display:none;
}
#main .woocommerce-product-gallery__wrapper{
	max-width: 600px;
}
#main .woocommerce-message{
	border-top-color: #68af6a;
}
#main .woocommerce-message::before {
    content: "\e015";
    color: #68af6a;
}
body .button-orange{
    display: none;
	background-color: #ff8848;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
body .button-orange:hover{
    background-color: #b44a07;
    color: #fff !important;
}
.top-header-contact a.button-orange:hover{
        color: #fff!important;
}
.top-header .container{
	max-width: 1280px;
}
.netim-product-loop::before{
    content: none !important;
    display:none;
}
.wc-block-order-confirmation-additional-fields-wrapper {
    display: none !important;
}
