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

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


h1, h2, .wwof-tw-text-black, .ant-table-column-title, .ant-btn, .ant-btn span, .entry-summary .label label, .single_add_to_cart_button, .add_to_cart_button, .woocommerce-MyAccount-navigation, .ant-table-cell, .woocommerce-tabs ul.tabs li, .posted_in, .woocommerce-breadcrumb a, .woocommerce-breadcrumb, .woocommerce-product-attributes-item__label {
	font-family: "MyriadPro-Regular", sans-serif;
	text-decoration: none!important;
	
}

h1, h3, h4, h5, h6 {
font-family: "MyriadPro-Regular", serif;
font-weight: 400!important;
}

body, input, textarea, select, a, span,  div, .woocommerce-breadcrumb a, .woocommerce-breadcrumb ,h2 {
font-family: "MyriadPro-Regular", sans-serif;
    font-weight: 400;
}

button, .ant-btn, .ant-input, .add_to_cart_button, .button, .add-to-cart-btn, .ant-btn, .ant-btn span, .wc-proceed-to-checkout a, .woocommerce-cart-form__contents th, .ant-select-selection-item, .ant-input.css-1p3hq3p, .ant-table-column-title, :where(.css-eq3tly).ant-table-wrapper .ant-table-thead >tr>th.ant-table-cell.product-price,:where(.css-eq3tly).ant-table-wrapper .ant-table-thead >tr>th.ant-table-cell.quantity-input, .ant-table-cell.quantity-input, .product_title {
    font-family: "MyriadPro-Regular", sans-serif;
	font-weight: 400!important;
}

:where(.css-eq3tly).ant-table-wrapper .ant-table-thead >tr>th, :where(.css-eq3tly).ant-table-wrapper .ant-table-thead >tr>td {
font-family: "MyriadPro-Regular", sans-serif, ;
	font-weight: 400!important;
}


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

.variations select{
	padding:10px;
}

.site-search, .widget_nav_menu ul li::before {
	display: none;
}

.widget_recent_entries ul li, .widget_pages ul li, .widget_categories ul li, .widget_archive ul li, .widget_recent_comments ul li, .widget_nav_menu ul li, .widget_links ul li, .widget_product_categories ul li, .widget_layered_nav ul li, .widget_layered_nav_filters ul li {
	padding-left: 0;
}

:where(.css-1p3hq3p).ant-pagination .ant-pagination-item-active a {
	color: #000;
}

:where(.css-1p3hq3p).ant-pagination .ant-pagination-item-active {
	border-color: #000;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info {
	background-color: #000;
}

@media only screen and (max-width: 639px) {
	.ant-table-row {
		width: 100%!important;
	}
	
	.ant-layout .ant-layout-header {
		line-height: 40px!important
	}
	
	.ant-table-row td[data-wwof-field="add-to-cart-button"]::before, .ant-table-row td[data-wwof-field="product-image"]::before {
		display: none!important;
	}
	
	.add-to-cart-btn-box, .product-image-box {
		margin: 0 auto;
	}
}