/*
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.
 */

@font-face {
	font-family: 'HomeMono-Book';
	font-style: normal;
	font-weight: 400;
	src: url('https://expecoffee.getbeans.com/wp-content/uploads/2025/01/HomeLTMono_01-Book.otf') format('OpenType');
}
@font-face {
	font-family: 'Home-SemiMedium';
	font-style: normal;
	font-weight: 400;
	src: url('https://expecoffee.getbeans.com/wp-content/uploads/2025/01/HomeLTBeta_03-SemiMedium.otf') format('OpenType');
}

body, button, input, textarea, select, .ant-btn, a, span, .ant-input, div,  h1, h2, h3, h4, h5, h6, .ant-table-cell, .ant-table-column-title, .woocommerce-cart-form__contents th, .wc-proceed-to-checkout a, .woocommerce-cart-form__contents th, .secondary-navigation .menu-item a, .handheld-navigation .menu-item a, .menu-toggle span, .widget-title, .wp-block-heading {
	font-family: 'Home-SemiMedium', monospace;
	font-weight: 400!important;
	letter-spacing: 0.48px;
}

a:hover, .sfb-footer-bar a:hover {
	color: #a3a3a3!important;
}
.related.products h2, .sfb-footer-bar a, .site-info, .site-info a, .input-text, button, .ant-btn, .ant-input, .add_to_cart_button, .button, .add-to-cart-btn, .ant-btn, .ant-btn span, .page h1, .page p, .custom_product_info, .woocommerce-product-details__short-description, .woocommerce-product-details__short-description p, .single-product .variations, .single-product .woocommerce-Price-amount, .single-product .woocommerce-Price-currencySymbol, .single-product .variations option, .single-product .variations select {
	font-family: 'HomeMono-Book', monospace!important;
	letter-spacing: 0.48px;
	font-weight: 400!important;
}

button, .ant-btn, .ant-input, .add_to_cart_button, .button, .add-to-cart-btn, .ant-btn, .ant-btn span, .input-text {
	letter-spacing: normal;
}

.custom_product_info, .woocommerce-product-details__short-description, .woocommerce-product-details__short-description p, .single-product .variations option {
	letter-spacing: 0.7px;
}

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

/* 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;
}

@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;
	}

}

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

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

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

.post-type-archive-product .add_to_cart_button, .archive .add_to_cart_button, .storefront-sorting, .storefront-breadcrumb, .widget_nav_menu ul li::before, .archive .page-title, .archive .term-description, .related.products .add_to_cart_button, .site-search, .woocommerce-product-gallery__trigger, .storefront-product-pagination, .single-product .product_meta{
	display: none!important;
}

.sfb-footer-bar {
	background-color: #e6e6e6!important;
	padding: 7px!important;
}

.sfb-footer-bar #block-3 {
	display: none;
}

.sfb-footer-bar a {
	font-size: 14px!important;
	color: #000000!important;
}

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

@media  (max-width: 767px) {
	.menu-conditions-and-terms-container {
		margin-top: 13px;
	}
}

@media  (min-width: 768px) {
	
	.sfb-footer-bar .menu li{
		display: inline;
	}
	
	.menu-conditions-and-terms-container {
		text-align: center;
	}
	
	.primary-navigation {
		position: absolute;
        bottom: -100px;
        left: 50%;
        transform: translateX(-50%);
	}
	
	.site-header {
		border-width: 0!important;
	}
	
	.site-content {
		padding-top: 155px;
	}
	
	.home .site-content {
		padding-top: 61px;
	}
	
	.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
		font-size: 22px;
	}
	
	.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
		float: right;
		margin-right: 0;
	}
	
	.site-info {
	padding: 0;
}
	.site-footer {
		padding: 30px;
	}
	
	.site-branding {
		position: absolute;
        left: 50%;
        transform: translateX(-50%);
	}
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
	outline: none;
}

.page-id-29 .gallery .gallery-item .gallery-icon img {
	border-radius: 0;
}

body {
	background: linear-gradient(to bottom, #EEEEEE, #FFFFFF);
    background-attachment: fixed;
}

.site-header , .site-footer {
	background-color: transparent;
}

.single-product h1 {
	color: #ef4545;
	font-size: 30px;
	text-align: center;
	padding-bottom: 40px;
}

.related.products h2{
	font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: .7px;
}

.woocommerce-LoopProduct-link .price  , .woocommerce-LoopProduct-link .woocommerce-loop-product__title, .woocommerce-LoopProduct-link img{
    transition: transform 0.3s ease-in-out;
}

.woocommerce-LoopProduct-link:hover .woocommerce-Price-amount {
	color: #ef4545;
}

.woocommerce-LoopProduct-link:hover .price {
	transform: translateY(-10px);
}

.woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title {
	transform: translateY(-3px);
}

.woocommerce-LoopProduct-link:hover img {
    transform: translateY(10px);
}

.woocommerce-LoopProduct-link .woocommerce-Price-amount {
	color: #a3a3a3;
}

.site-info, .site-info a {
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

.woocommerce-info, .woocommerce-message {
	background-color: #ef4545;
}

.woocommerce-product-attributes-item__value, .woocommerce-product-attributes-item__label {
	background-color: transparent!important;
}

.page-id-18 h1, .page-id-17 h1 {
	font-size: 16px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	text-align: center;
}

.page-id-18 p, .page-id-17 p, {
	font-size: 16px;
	letter-spacing: 0.7px;
}

.custom_product_info {
	padding-top: 12px;
    padding-bottom: 12px;
	background-color: #ef4545;
	font-size: 15px;
	text-align: center;
	width: 100%;
	display: none;
}

.product-type-variable .custom_product_info {
	display: block;
}

.woocommerce-product-details__short-description {
	font-size: 15px;
}

.single-product .variations .label {
    width: 100px;
	padding-top: 10px!important;
}

.single-product .variations tr {
	display: flex;
    justify-content: space-between;
}

.single-product .variations td {
	flex-grow: 1;
}

.single-product .variations td select {
	width: 100%;
	max-width: 100%!important;
	background-color: #d9d9d9;
	border:0;
	border-radius: 0;
	height: 44px;
}

.single-product .variations select {
	padding-left: 15px;
	font-size: 15px;
}

.single-product .variations select {
    appearance: none; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    padding-right: 25px; 
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"%3E%3Cpath d="M1 3L5 7L9 3" stroke="%23333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E'); 
    background-position: right 10px center; 
    background-repeat: no-repeat;
    background-size: 8px 8px; 
}

.single-product .variations select:hover {
    cursor: pointer;
}

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

.single-product div.product .variations_button {
	padding-top: 0;
}

.single-product .single_add_to_cart_button {
	flex-grow: 1;
}

.single-product .woocommerce-variation-add-to-cart , .single-product .product-type-simple .summary .cart {
	display: flex;
	margin-bottom: 0px;
}

.single-product .variations_form {
	margin-bottom: 0px!important;
}
.single-product .woocommerce-Price-amount {
	font-size: 18px;
}

.button:hover {
	color: #000000!important;
	background-color: #ef4545!important;
}