/*  
Theme Name: PartyQuiz
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
License:
License URI: 
*/

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	display: none;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: none;
	width: auto;
}
div.product div.summary p.price {
	margin: 0 0 20px 0;
}
.product_meta { display: none; }
.woocommerce div.product form.cart { margin: 0px; }

body .button,
.wc-block-components-button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	border: none;
	border-radius: 10px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	font-family: 'Poppins';
	color: #FFF;
	background: #438349!important;
	position: relative;
	transition: .3s;
	text-align: center;
	padding: 0 22px;
	text-decoration: none;
	font-weight: normal;
}
body .button:hover,
body .button:focus,
.wc-block-components-button:hover,
.wc-block-components-button:focus {
	background: #35703B!important;
}

.wc-block-components-button {
	font-size: 18px;
	font-weight: bold;
}

.ppcp-messages,
.wc-block-cart__payment-options { display: none!important; }

/*textarea,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	border: 1px solid #CCC;
	border-radius: 4px;
	width: 100%;
	height: 44px;
	font-family: 'Poppins';
	color: #222;
	padding: 11px 17px 14px 17px;
	line-height: 22px;
	font-size: 16px;
	position: relative;
	z-index: 1;
	box-shadow: none;
	background: transparent;
}*/

.woocommerce-order h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.woocommerce-order p { margin: 0 0 20px 0; }

.woocommerce-order-downloads { display: none; }
.download-items {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	margin: 0 0 20px 0;
}
	.download-item {

	}
	.download-item h3 {
		font-size: 18px;
		line-height: 24px;
		font-weight: 500;
	}
	.download-item ul {
		display: flex;
		column-gap: 10px;
	}
.order-again { display: none; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-family: 'Poppins';
    color: #FFF;
    background: #438349 !important;
    position: relative;
    transition: .3s;
    text-align: center;
    padding: 0 22px;
    text-decoration: none;
    font-weight: normal;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	background: #35703B!important;
	color: #FFF!important;
}

.woocommerce-MyAccount-navigation-link--downloads { display: none; }
.woocommerce-MyAccount-navigation { margin: 0 0 48px 0; }
.order-details {
	padding: 20px 0 0 0;
}
	.order-details h2 {
		font-size: 22px;
		line-height: 28px;
		font-weight: 500;
		margin: 0 0 10px 0;
	}
	.order-details p {
		margin: 0 0 10px 0;
	}