/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.1
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Questrial&display=swap');

.site-header .site-branding img {
    max-width: 115px;
}

body, button, input, textarea, select, .ant-btn, a, span, .ant-input, div {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size:14px;
}

h1, h2, h3, h4, h5, h6, .ant-table-cell, .ant-table-column-title {
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;

}

h1 {
	font-size: 2em;
}

h2 {
	color: #595354;
}

a:focus, .button.added_to_cart:focus, .button.wc-forward:focus {
	outline-color:transparent;
}

/* Wholesale login form */

.login-username label, .login-password label{
	display:block;
}

.login-username input, .login-password input {
	width: 100%;
}

.register_link, .form-control#log-in{
    padding-right: 20px;
}

/* Wholesale Order Table */
.product_variations_label{
	margin-top: 10px;
	display:inline-block;
}

.ant-table-thead tr{
	display:none;
}

.ant-table-cell {
	background-color: #ffffff!important;

}


@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px){
	#wwof_product_listing_table tbody tr td{
	    background-color: transparent!important;
	}

}

@media screen and (min-width: 768px){
.site-header {
	border-bottom-color: #dfa9f8;
}
	.site-search {
		display:none
	}
	
	.secondary-navigation {
		float:right!important;
		margin-right: 0!important;
	}
}

.product_row_action .wwof_add_to_cart_button, .product_row_action .added_to_cart{
	padding: 10px 15px;
	margin-bottom: 5px; 
}

button.add-to-cart-btn, .storefront-sticky-add-to-cart__content-button, .add_to_cart_button, button.alt {
	background-color: #ffffff!important;
	border-radius: 0!important; 
	color: #595354!important;
	letter-spacing: 1px!important;
	font-size: 11.2px!important;
	text-transform: uppercase;
	font-weight: 700!important;
	border: 1px solid #595354!important;
}

.add-to-cart-btn span {
	font-weight: 700!important;
	font-size: 11.2px!important;
}

button.add-to-cart-btn:hover, button.alt:hover, a.storefront-sticky-add-to-cart__content-button:hover, .add_to_cart_button:hover {
	background-color: #59535426!important;
	color: #595354!important;
	opacity:1;
	border: 1px solid #595354!important;
}

.css-eq3tly, .ant-btn .ant-btn-default {
	border-radius: 0px!important;
}

.wwof-tw-text-black, .woocommerce-cart-form__cart-item .product-name a {
	text-transform: uppercase!important;
	font-size: 13px!important;
	text-decoration: none!important;
	color: #595354!important;
	font-weight: 700!important;
	letter-spacing: 1px!important;
}

.wwof-tw-text-black:hover, .woocommerce-cart-form__cart-item .product-name a:hover {
	color:#817879!important;
}

.ant-select-selector {
	border-radius:0!important;
}

:where(.css-eq3tly).ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
	border-color: #202020;
}

.ant-pagination-item-active a {
	color: #202020!important;
}

.ant-pagination-item-active {
	border-color: #202020!important;
	border-radius: 0!important;
}

.ant-pagination-item a{
	text-decoration: none!important;
}

.ant-pagination-prev, .ant-pagination-next {
	background-color: #ffffff;
	border-radius: 0;
	border: 0;
}

.search-input-box input[type=text]:focus {
	background-color: #ffffff;
	border:1px solid #202020;
}

.ant-select-selector {
	border-radius:0!important;
}

.search-input-box .ant-input {
	background-color: #ffffff;
	border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #d9d9d9;
    height: 32px;
	box-shadow: none;
}

.search-button .ant-btn {
	border: 1px solid #595354!important;
	box-shadow:none!important;
}

.search-button .ant-btn span {
	color: #595354!important;
    letter-spacing: 1px!important;
    font-size: 11.2px!important;
    text-transform: uppercase;
    font-weight: 700!important;
}

.search-button .ant-btn:hover {
	background-color: #59535426!important;
	color: #595354!important;
	opacity:1;
	border: 1px solid #595354!important;
}

@media screen and (min-width: 768px){
	.site-header-cart .widget_shopping_cart, .widget_shopping_cart p.total, .widget_shopping_cart .buttons {
		background-color: #f9f9f9!important;
	}

}

.button wc-forward::after {
	display:none!important;
}

.site-header-cart .widget_shopping_cart a.button {
	border:1px solid #f3c54b!important;
	color: #f3c54b!important;
	text-transform: uppercase!important;
	font-size: 11.2px!important;
	letter-spacing:1px!important;
	font-weight: 700!important;
}

.site-header-cart .widget_shopping_cart a.button:hover {
   background-color: #fcf7e8!important;
}

.added_to_cart.alt, .added_to_cart, .widget a.button.checkout {
	background-color: #f3c54b!important;
	border-width:0px!important;
	color:#ffffff!important;
}

.added_to_cart.alt:hover, .added_to_cart:hover, .widget a.button.checkout:hover {
   background-color:#e8b745!important;
}



/* Format and make user switch visible also on mobile phones for Admins*/

#user_switching_switch_on {
    padding: 10px 10px 70px 10px;
}

.secondary-navigation a, .primary-navigation a{
	font-size:0.875em!important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.site-header {
	padding-top: 1em;
}

.site-branding {
	margin-bottom:0;
}

.cart-contents {
	padding-top:0!important;
	padding-bottom:15px!important;
}

.woocommerce-Price-amount {
	font-size: 14px;
}

.quantity .input-text, :where(.css-eq3tly).ant-input-number {
	background-color: #ffffff;
    color: #595354;
	border: 1px solid #595354;
	box-shadow: none;
	font-family: 'Open Sans', sans-serif;
	border-radius:0;
}

.woocommerce-breadcrumb a:first-of-type::before {
	display:none;
}

.woocommerce-breadcrumb a, .woocommerce-breadcrumb{
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #595354!important;
	font-size: 11.2px!important;
	
}

.woocommerce-breadcrumb {
	color:#0c0c0b!important;
	margin-top:18px;
}

.woocommerce-breadcrumb a:hover{
	text-decoration: underline;
}

.breadcrumb-separator::after  {
	color: #0c0c0b!important;
	opacity: 1!important;
	font-size: 0.45em!important;
}

.breadcrumb-separator {
	padding: 0 1.45em!important;
}

@media (min-width: 768px) {
	.storefront-breadcrumb {
		margin-bottom:1.5em!important;
	}
}

.woocommerce-Price-amount {
	font-size: 1.1rem;
}

.single-product div.product p.price {
	margin:0;
}

.variations label {
	text-transform: uppercase;
	color: #595354!important;
	font-size: 0.8em!important;
}

.variations_form option {
	font-weight:300;
}

.quantity .input-text {
	font-size: 11.2px!important;
}

.quantity .input-text {
	padding-top: 10px;
	padding-bottom:10px;
}

.single_add_to_cart_button {
	padding: 10px 60px;
}

.site-footer {
	position: relative;
	padding-top:0;
}

@media (max-width: 767px) {
	.site-footer {
		padding-top:60px;
	}
	
	.footer-widget-2 {
		margin-top:30px;
	}
}

.site-footer::before {
   content: '';
    background-image: url('https://briocoffeeworks.getbeans.com/wp-content/uploads/2024/01/Brio_Icon_yellow_texture-01_x200.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
	height:80px;
 
}

.footer-widget-1 .widget_block {
	margin-bottom:10px;
}

.site-footer .widget-title {
	font-weight: 700;
	font-size:11.2px;
	text-transform: uppercase;
	border-bottom-color: #0d0d0d26;
	margin-bottom:20px;
}

.footer-widgets {
	border-bottom-width: 0px;
}

.footer-widgets a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11.2px;
}

.footer-widgets a:hover{
	color:#f3c54b!important;
}

.footer-widgets .widget_nav_menu ul li::before{
	display:none;
}

.footer-widgets .widget_nav_menu ul li {
	padding:0;
	margin-bottom:5px;
}

.site-info, .site-info span, .site-info a {
	text-transform: uppercase;
	font-size: 11.2px;
}

.footer-txt {
	margin-top: -5px;
}

.footer-txt p {
	margin-top:12px;
	margin-bottom:0;
}

.content-area {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 7em;
}

:where(.css-eq3tly).ant-input-number:focus, :where(.css-eq3tly).ant-input-number-focused {
	border-color: #f3c54b!important;
}

.menu a{
	color: #4e4e4e!important;
}

#menu-account-management a:hover{
	color: #f3c54b!important;
}

@media (min-width: 768px){
	.storefront-full-width-content.woocommerce-cart .entry-header {
		text-align:left;
}
	.storefront-full-width-content.woocommerce-cart .entry-header .entry-title{
		font-size: 22px!important;
}
}
	
.checkout-button {
	background-color: #f2f2f2!important;
}

.single-product div.product table.variations select {
	font-size: 11.2px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 9px 68px 9px 10px;
    text-align: left;
    color: #aea0a2!important;
	border-radius:0;
	border-color:#aea0a2;
}
