/*
Theme Name: Flower Shop Child
Theme URI: http://cmsmasters.net/flower-shop-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Flower Shop Child Theme
Template: flower-shop
Version: 1.0.0
License:
License URI:
Text Domain: flower-shop-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

#header {
	position: absolute;
}

@media (min-width: 1025px) {
	#header {
		position: relative;
	}
}

@media (max-width: 1024px) {
	#page.fixed_header #header {
		position: absolute;
	}	
}

.header_top .header_top_left {
	text-align: center;
}

.header_mid:not(.header_mid_scroll) .logo > img {
	height: 80px;
}

.header_mid.header_mid_scroll .logo > img {
	height: 64px;
}

.header_mid,
.mid_nav .menu-item > a,
.mid_nav .menu-item > a:hover {
	background-color: unset;
}

@media (min-width: 1025px) {
	.mid_nav .current-menu-item > a {
		background-color: unset !important;
	}
}

.header_mid.header_mid_scroll {
	background-color: rgba(255, 255, 255, .8);
	backdrop-filter: blur(3px);
}

.header_mid .header_mid_outer {
	border: unset;
}

#page #middle {
	padding-top: unset !important;
}

.headline {
	filter: blur(6px);
}

.headline_inner {
	visibility: hidden;
}

@media (min-width: 768px) {
	.headline {
		filter: none;
	}

	.headline_inner {
		padding-top: 50px !important;
		visibility: visible;
	}	
}

.headline_outer {
	padding: 30px 0 !important;
}

.single #main > #middle,
.single-product #main > #middle {
	padding-top: 160px !important;
}

@media (min-width: 768px) {
	#page > #main > #middle {
		padding-top: 0;
	}
}

@media only screen and (max-width: 1024px) {
	#page.cmsmasters_heading_under_header #middle .headline .headline_outer, 
	#page.cmsmasters_heading_under_header.enable_header_top #middle .headline .headline_outer, 
	#page.cmsmasters_heading_under_header.enable_header_bottom #middle .headline .headline_outer, 
	#page.cmsmasters_heading_under_header.enable_header_top.enable_header_bottom #middle .headline .headline_outer {
		padding-top : 30px !important;
	}
}

.cmsmasters_headline_disabled,
#product-addons-total {
	display: none !important;
}

.entry-title {
	font-weight: bold;
    text-shadow: 0 1px 1px #fff;
}


.footer-custom p {
	padding: 0;
}

.footer-columns {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.footer-payment {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.footer-payment > * {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.footer-payment {
		flex-direction: row;
	}
	
	.footer-payment > * {
		margin-bottom: 0;
	}
}

.footer-payment > a > img {
	margin-right: .5rem;
	margin-left: .5rem;
	height: 32px;
}

.footer-payment-group {
	display: flex;
}

.footer-payment-group img {
	margin-right: .5rem;
	margin-left: .5rem;
	height: 24px;
}

.footer-copyright {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.cart_totals > h2, div.products > h2, 
.shop_table.order_details tfoot tr:last-child th, 
.shop_table.order_details tfoot tr:last-child td, 
.cmsmasters_product .price, .cmsmasters_product .button_to_cart, 
ul.order_details, .cmsmasters_product .price del, 
.cmsmasters_single_product .price,
.woocommerce h3 {
	font-family: inherit !important;
}

.woocommerce .checkbox > span {
	margin-left: .5rem;
}

.woocommerce .shipped_via,
.woocommerce .tax_label {
	display: none;
}

.cmsmasters_footer_default .footer_nav {
	text-align: left !important;
}

.flower-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 4px 14px rgba(0, 0, 0, .06);
    padding: 0 1rem 2rem;
    border-radius: 8px;
}

@media (min-width: 576px) {
	.flower-list {
		flex-direction: row;
	}
}

.flower-list-item {
	text-align: center;
	flex-grow: 1;
	padding: 0;
}

.flower-list-item::before,
.flower-list::after {
	content: none;
}

.flower-list-link > img {
	width: 128px;
	height: auto;
	margin-bottom: 1rem;
}

.flower-list-link > span {
	font-size: 1.3rem;
	text-transform: uppercase;
}

.cart_totals table {
	width: 100%;
}

.cmsmasters_wrap_pagination {
	text-align: center;
}