/*
Theme Name: Storefront Child
Version: 1.0
Description: Child theme for Storefront.
Author: Woo
Author URI: http://woocommerce.com
Template: storefront
*/
/* --------------- Theme customization starts here ----------------- */

/* color variables */
:root {
	--primary-color: #a32638;
	--secondary-color: #6a813b;
}

/* navigation menu */
.primary-navigation ul>li a:hover {
	background-color: white;
	color: var(--primary-color);
}

h2,
ul+h2 {
	margin-top: 1em;
}

.large {
	font-size: large;
}
.larger {
	font-size: larger;
}
.x-large {
	font-size: x-large;
}
.mb-sm {
	margin-bottom: .25em;
}

.woovr-variation-radio:first-child .woovr-variation-selector {
	/* visibility: hidden; */
	display: none;
}

.product_meta {
	display: none;
}

.storefront-primary-navigation {
	background: var(--primary-color);
}

ul.page-menu li a {
	color: black;
}

/* this will only apply the front page because other nav bars have id="site-navigation" */
.main-navigation ul#menu-main-menu li a {
	font-size: 24px;
}

.main-navigation ul#menu-main-menu li ul.sub-menu li a {
	color: var(--primary-color);
	font-size: 16px;
}

.storefront-breadcrumb {
	margin: 0;
}

.woocommerce-active .site-header .site-branding {
	width: 100%;
}

.site-header .site-branding img {
	max-width: 450px;
	margin: auto;
}

.site-header {
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0;
}

.home.page:not(.page-template-template-homepage) .site-header {
	margin-bottom: 1em;
}

#site-header-cart {
	display: none;
}

#site-navigation {
	width: 100%;
	text-align: center;
}

#site-navigation ul.nav-menu>li>a {
	padding: 10px;
}

.woocommerce-breadcrumb {
	font-size: 18px;
}

#delivery_address,
#order_notes {
	min-height: 10em;
}

#payment .place-order {
	margin-top: 0;
}

p+h3 {
	margin-top: 0;
}

button.menu-toggle,
button.menu-toggle:hover {
	background-color: black;
}

.wc_payment_methods {
	display: block;
}

.radio-label-line-break-after::after {
	content: "\a";
	white-space: pre;
}

#billing_country_field {
	display: none;
}

.delivery-p {
	margin-bottom: .5em;
	margin-left: 55%;
}

.wcpt-content--max-width {
	max-width: 100%;
}

@media only screen and (max-width: 768px) {
	#site-navigation {
		width: 100%;
		text-align: left;
	}

	#site-navigation ul>li>a {
		padding: 5px;
	}

	.wcpt-product-image-wrapper {
		max-width: 100%;
	}

	.delivery-p {
		margin-bottom: .5em;
		margin-left: 5%;
	}

	button.menu-toggle {
		float: none;
		margin: auto;
		display: block;
	}
}

.fluid-grid-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	background: #fff;
	margin: 0;
	position: relative;
	text-align: center;
}

.hentry .entry-content .fluid-grid-container a {
	outline: none;
	text-decoration: none;
	color: var(--primary-color);
}

.hentry .entry-content .fluid-grid-container a:hover {
	text-decoration: underline;
}

.fluid-grid-container .fluid-grid-block {
	background: #eee;
	min-width: 280px;
	margin: 15px;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	box-shadow: 5px 5px 5px 5px #666;
}

.fluid-grid-container .fluid-grid-block img:hover {
	background: #fff;
	/* transform: rotateY(180deg);
	transition: transform 0.8s; */
}

.fluid-grid-container .fluid-grid-block img {
	margin: auto;
	max-width: 250px;
	border: 1px solid black;
}

.main-navigation ul li.current_page_item a:hover,
.main-navigation ul li.current-menu-item a:hover,
.main-navigation ul li.current_page_item:hover > a,
.main-navigation ul li.current-menu-item:hover > a {
	color: var(--primary-color);
}

.main-navigation ul li.current_page_item a,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_item > a,
.main-navigation ul li.current-menu-item > a {
	background-color: silver;
}

.main-navigation ul li a {
	outline: none;
}

.shipped_via {
	display: none;
}

.wcpa_price_summary ul {
	width: 100%;
}

.wcpa_form_outer .wcpa_form_item .wcpa_price {
	display: none;
}

/* hide special instructions from some tight places
still keeps in the cart page */
/* table.woocommerce-checkout-review-order-table dl.variation,
.xoo-wsc-modal .xoo-wsc-sum-col dl.variation {
	display: none;
} */
/* cart form - bundled produts */
.single-product div.product_cat-bundled h1+p.price {
	display: none;
}

.wcpt-add-to-cart-wrapper {
	width: 100%;
}

/* bundled products */
.bundled_product_images {
	display: none;
}

/* composit products */
.entry-summary .price {
	display: none;
}

.entry-summary .composite_price .price {
	display: inherit;
}

.page-template-template-fullwidth-php .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details {
	width: 100% !important;
}

span.bundled_product_title_link {
	display: none;
}

.bundle_form .bundled_product_summary h4.bundled_product_title {
	float: left;
	line-height: 1em;
	margin-right: 1em;
	margin-top: .25em;
}

.bundle_form .bundled_product_summary .details .cart {
	float: right;
}

.bundle_form .bundled_product_summary .details input.bundled_qty {
	padding: 3px 0;
}

.bundle_form .bundled_product_summary .details .bundled_item_wrap .bundled_item_button .quantity {
	margin-top: 0;
	padding: 3px;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 4px;
}

.bundle_form div.bundled_product_summary,
.woocommerce div.product.bundled_product_summary {
	margin-bottom: 5px !important;
	padding-bottom: 5px !important;
}

.bundle_form .bundle_wrap .quantity {
	display: none;
}

.bundle_form .bundled_product_summary .details .bundled_item_cart_details {
	display: none;
}

.bundle_form .bundle_data .wcpa_form_outer {
	margin-bottom: 0;
}

/* side cart */
.xoo-wsc-bundled-child .xoo-wsc-img-col {
	display: none;
}

.xoo-wsc-bundled-child .xoo-wsc-sum-col {
	margin-left: 2em;
	width: 100%;
}

table.woocommerce-checkout-review-order-table tr.bundled_table_item td.product-name {
	padding-left: 1.75rem;
}

/* cart page */
table.cart tr.bundled_table_item td.product-thumbnail {
	visibility: hidden;
}

table.cart tr.bundled_table_item td {
	padding-top: 0;
	padding-bottom: 0;
}

table.cart tr.bundle_table_item td.product-quantity input {
	display: none;
}

table.cart thead tr {
	background-color: #f8f8f8
}

table.cart tr:nth-child(2n) {
	background-color: #fbfbfb;
}

.component_container_table_item input.qty {
	pointer-events: none;
}

.wcpt-product-image-wrapper {
	border: 1px solid black;
	padding: 2px;
}

.storefront-sorting {
	display: none;
}

ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
	max-width: 200px;
	border: 1px solid black;
	padding: 2px;
}

a.wcpt-title {
	font-size: 24px;
}

h4.bundled_product_title {
	font-weight: 400;
	font-size: 18px;
	padding-top: 7px;
}

.alert-notice {
	color: red;
	margin-bottom: 1em;
}

#number_people_served {
	max-width: 100px;
}

button.alt,
.button.alt {
	background-color: var(--primary-color);
}

.bundle_add_to_cart_button,
.bundle_price span.woocommerce-Price-amount {
	float: right;
}

.wcpt-table-4034 .wcpt-product-type-simple .wcpt-cell-val form.cart {
	float: right;
}

.button {
	padding: .25em .5em;
	border-radius: .25em;
}

p.alert {
	color: var(--primary-color);
}

a.wcpt-title {
	color: var(--primary-color);
}

/* contact form 7 */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
select,
textarea {
	padding: .25em .5em;
	font-size: 1.1em;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: white;
}

.wpcf7-form label {
	font-size: 1.1em;
}

.wpcf7-select {
	width: 100%;
	max-width: 300px;
}

.wpcf7-textarea {
	width: 100%;
	max-width: 600px;
	height: 300px;
}

.wpcf7-textarea.delivery-location {
	max-height: 150px;
}

.number-to-be-servered {
	max-width: 5em;
}

.date-time-of-delivery {
	max-width: 15em;
}

.wpcf7-radio .wpcf7-list-item {
	display: block;
	float: none;
}

/* end: contact form 7 */
/* make variations show in side cart */
.xoo-wsc-modal .variation:last-of-type {
	display: block;
}

/* hide the google recaptcha tag */
.grecaptcha-badge {
	visibility: hidden;
}

.page-id-4606 .grecaptcha-badge {
	visibility: visible;
}

.page-id-4606 .xoo-wsc-basket {
	display: none;
}
