/*!
Theme Name: Botiga Child
Theme URI: https://athemes.com/theme/botiga/
Author: Brian Gundlach
Author URI: https://fyfabrication.com
Description: Botiga Child Theme
Version: 1.0.0
Template: botiga
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: botigachild
Tags: e-commerce, custom-menu, custom-logo, grid-layout, featured-images, right-sidebar, custom-colors, editor-style, theme-options, threaded-comments, translation-ready, blog, one-column, two-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Botiga is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.woocommerce-page-header+.content-wrapper {
	padding: 0px !important;
}

.bhfb-header .bhfb-below_header_row .bhfb-column-2:has(.free-shipping){
	justify-content: center;
    /*border: darkgreen solid 5px;*/
    height: 75%;
    vertical-align: middle;
    /*border-radius: 20px;*/
    /*background-color: rgb(227, 66, 80);*/
    margin-top: 10px;
}
.FREE {
	text-transform: uppercase;
	font-weight: bold;
}
span.onsale{
	background-color: #cc3797;
}

.includes_tax{
	display: none;
}
.bhfb.bhfb-header .custom-logo-link img, .bhfb-mobile_offcanvas .custom-logo-link img {
	width: 100%;
	max-width: 350px;
}
.wccpf-fields-container {
	width:100%;
}
td.wccpf_label label{
	width:135px;
}
.wp-block-pullquote {
	border-radius: 25px;
	border-bottom: black 6px solid;
	border-top: black 6px solid;
	padding: 2em 0;
}
ul.products > li.product > a.woocommerce-LoopProduct-link {
margin-bottom:0px;
}

blockquote {
	margin: 0 50px;
}

/* Single Product Tabs */
span.product-attribute-name {
	font-size: 1.04rem;
	font-weight:bold;
}
.woocommerce-tabs ul.tabs{
	margin-bottom: 15px;
}
td.woocommerce-product-attributes-item__value p{
	padding-bottom: 15px
}
table.woocommerce-product-attributes p a{
	font-style: #05F; 
}

/* Page Header */
.woocommerce-page-header{
	padding: 50px 0;
}
.woocommerce-page-header+.content-wrapper{
	padding: 50px 0;
	margin-top: unset;
	margin-bottom: unset;
}

/* Variable Product only display calculated price */
.product.product-type-variable .product-gallery-summary p.price{display:none}

ul.woocommerce-error, #primary:has(.woocommerce-error) .wccpf_fields_table{
	background:#FAA;
}
#primary:has(.woocommerce-error) .wccpf-validation-message{
	display:inherit;
	font-weight:600;
}

p.quote-page-contact-info {
	margin: 10px;
	text-align:center;
}

@media (min-width: 781px){
	.portfolio-list li .is-layout-flex:nth-child(odd) .is-layout-flow:first-child{
		order:2;
	}
	.portfolio-list li .is-layout-flex:nth-child(odd) .is-layout-flow:last-child{
		text-align:right;
	}
}

@media (min-width: 1008px) {
@media (max-width: 1268px) {
	#site-navigation .menu-header-menu-container li.menu-item{
		margin-right:20px;
	}
	#site-navigation .menu-header-menu-container li.menu-item:last-of-type{
		margin-right:0px;
	}
}
@media (max-width: 1150px) {
	li.menu-item-59 {
		display:none;
	}
}
}