/*
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.0
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 {
	padding: 0px 0px 0px 0px;
}
ul.nav-menu {
	text-align: right;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 5px;
}
@media(min-width: 769px) {
	.sp-header-row {
		display: flex;
		align-items: center;
	}
}
@media(min-width: 768px) {
	.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
		padding: 15px !important;
	}
	.storefront-breadcrumb {
		padding: 5px;
		margin: 0 0 5px;
	}
}
.site-info {
	text-align: center;
	padding: 10px;
}
.site-footer {
	padding: 20px 0px;
}
.single-product ol.flex-control-nav.flex-control-thumbs {
	width: 100%;
	margin: auto !important;
}
.single-product form.cart {
	max-width: 400px;
	margin: auto;
}
.single-product table.variations label {
	text-align: center !important;
	display: block;
}
.single-product table.variations select {
	width: 100%;
	max-width: 100% !important;
	text-align: center;
	padding: 10px;
	display: block;
	margin: 0 !important;
}
.single-product a.reset_variations {
	margin: 10px 0;
	text-align: center;
	display: block;
}
.single-product .quantity input {
	width: 100% !important;
}
.single-product .quantity {
	width: 100% !important;
	max-width: 100% !important;
	float: none;
	margin: 0 0 10px;
}
.single-product button.single_add_to_cart_button.button.alt {
	margin: 10px auto !important;
	float: none;
	display: block;
}
.single-product .woocommerce-variation-price {
	text-align: center;
}
.single-product h1.product_title.entry-title,
.archive h1.woocommerce-products-header__title.page-title {
	font-size: 52px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.archive h2.woocommerce-loop-product__title {
	font-size: 24px !important;
	font-weight: 600 !important;
	font-style: italic;
}
span.onsale,
.woocommerce-breadcrumb a:first-of-type::before,
a.woocommerce-product-gallery__trigger {
	display: none !important;
}
.slider-for img {
	width: 100vw;
	height: 800px;
	object-fit: cover;
}
@media(max-width: 520px) {
	.slider-for img {
		width: 100vw;
		height: 300px;
		object-fit: cover;
	}
}
.slider-nav {
	margin-top: 20px;
}
.slider-nav img {
	height: 150px;
	object-fit: cover;
	width: 100%;
}
.slider-nav div:not(.slick-current) img {
	opacity: 0.5;
}
.slider-nav div.slick-current img {
	opacity: 1;
}
.prodImages {
	position: relative;
	width: 360px;
	/* can be omitted for a regular non-lazy image */
	max-width: 100%;
	margin: auto;
}
.prodImages img.image-hover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	object-fit: contain;
	opacity: 0;
	transition: opacity .2s;
}
.prodImages:hover img.image-hover {
	opacity: 1;
}
.prodImages:hover img.image-main {
	opacity: 0;
}
.slider-for button.slick-prev.slick-arrow {
	left: 20px;
	z-index: 9999;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.slider-for button.slick-prev.slick-arrow:before {
	font-size: 50px;
	line-height: 57px;
	color: black;
}
.slider-for button.slick-next.slick-arrow {
	right: 20px;
	z-index: 9999;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.slider-for button.slick-next.slick-arrow:before {
	font-size: 50px;
	line-height: 57px;
	color: black;
}