/*
Theme Name: Theprocess
Author: Gregsoft Group
Author URI: https://gregsoft.com.pl
Description: Landingpage sprzedażowy The Process
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.0
Text Domain: gregsoft
*/

:root {
	--first-color: #000000;
	--second-color: #ffffff;
	--text-color: #ffde59;
}

html {
	max-width: 100vw;
}

*{
	box-sizing: content-box;
}

body {
	margin:0;
	font-size: 14px;
	font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
	
}

img {
	max-width: 100%;
}

.site-content {
	max-width: 100vw;
	margin: 0 auto;
}

.alignwide {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.alignfull {

	margin-left: calc(50% - 50vw);
}

.bg-first {
	background-color: var(--first-color);
}

.bg-second {
	background-color: var(--second-color);
}

.gs-vh-100 {
	height: 100vh;

}

img {
	max-height: 100%;
}

.y-list li:before {
	color: var(--text-color);
}

/* .img-40 img {
	width: 40%;
} */

.fixed-content {
align-items: center;
    display: flex;
    justify-content: center;
}

.fixed-content=2 {
	align-items: center;
}	

.woocommerce div.product div.images img {
	max-height: 100vh;
	width: 100%;
}



.gs-woocommerce .product .summary {
	display: flex;
	align-items: center;
	justify-content:center;
	flex-direction: column;
}

.woocommerce div.product div.summary {
	height: 100vh;
	margin-bottom: 0;
}

.product_title {
	text-align:center;
}

.cart .quantity {
	display: none;
}

.price {
	font-weight:800;
	
}

#menu-menu-1 {
	display: flex;
    list-style-type: none;
	text-align:right;
	float:right;
	margin: 0;
	align-items:center;
	    height: 100%;
}

#menu-menu-1 li {
	margin-left: 15px;
}

#menu-menu-1 li a {
	text-decoration: none;
	color: #000000;
	transition: 0.5s;
}
#menu-menu-1 li a:hover {
	color: var(--text-color);
}

.wc-block-store-notice { display: none !important; }


.wc-block-components-order-summary-item__quantity {
	display: none !important;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-size: 2em;
	font-weight: 800;
	margin-top: 3rem;
	margin-bottom: 3rem;
	text-align:center;
}

@media (max-width: 767px) {
	body {
		font-size: 12px;
	}
	
    .gs-woocommerce.site-content {
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }
	
	footer {
		text-align:center;
	}
	
	footer .menu {
		margin: 0;
		padding: 0;
		text-align: center;
		flex-wrap: wrap;
		justify-content:space-between;
		
	}
	
	#menu-menu-1 li {
		width: 40% !important;
		text-align:center;
		margin-bottom: 10px;
		margin-left:0;
	}

	.gs-vh-100 {
		height: auto !important;

	}
	
	.wp-block-media-text__content {
		padding:0 !important;
	}
}
