/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */


/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

body { background: white; }

#top, .footer-wrap {
	/* top menu and footer */
	background-color: #2A2728;
}

#top ul.nav > li a, .nav a {
	/* links in all navigations */
	color: #e6e6e6;
}

#main-nav a {
	/* main menu links */
	color: #6dadad;
}

#header #navigation ul.nav > li.current-menu-item > a, #header #navigation ul.nav > li.current_page_item > a {
	/* active element in menu */
	color: #2A2728 !important;
} 

#footer {
	/* texts in footer */
	color: #e6e6e6;
}

#footer a {
	color: #6dadad;
}

#footer a:hover {
	color: #ff4d78;
}

#header hgroup {
	margin-bottom: 1em;
}

#header #navigation {
    margin-top: 0.482em;
	margin-bottom: 1em; 
}

#header #logo {
	margin-bottom: 0;
}

#header {
	padding-bottom: 0.618em;
	padding-top: 2.631em;
	border-bottom: none;
    margin-bottom: 0;
}

.header-wrap, .featured-image {
    margin: 0 -1.618em 1em;
}

#wrapper .header-wrap {
	/* menu bottom border */
	border-bottom: none;
    margin-bottom: 1.631em;
}

.featured-image {
	/*min-height: 400px;*/
    
	text-align: center;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#ss_wc_newsletter_opt_in_field input {
	float: none;
	vertical-align: text-top;
	margin-right: 3px;
}

.wc-terms-and-conditions input {
	margin-top: 0.65em;
	margin-right: 6px;
}

.stock_alert_email {
	width: 245px;
}

#newsletter {
	margin-left: -0.327em;
	margin-top: 1em;
}

#newsletter p {
	display: inline;
}

.button {
	outline: none !important;
}

#wpcf7-f97-p49-o1 {
	text-align: center;
}

.g-recaptcha > div {
	margin: 0 auto 20px;
}

a.featured {
	color: #6dadad;
	font-weight: normal;
	display: inline-block;
	min-width: 160px;
	padding: 25px 50px;
	margin: 25px auto;
	border: 1px solid #000;
	border-width: 1px 0;
}

a.featured:hover {
	color: #ff4d78;
}

hr.divider {
	background: black; 
	width: 50%; 
	margin: 35px auto; 
	text-align: center;
}

.summary, .woocommerce-tabs {
	font-weight: 400;
}

.woocommerce-tabs ul {
	margin-left: 25px
}


a.button, a.comment-reply-link, #commentform #submit, .submit, input[type=submit], input.button, button.button {
	background: #ff4d78;
}

a.button:hover, a.comment-reply-link:hover, #commentform #submit:hover, .submit:hover, input[type=submit]:hover, input.button:hover, button.button:hover {
	background: #ff4d78;
	opacity: 0.9;
}

a.button:active, a.comment-reply-link:active, #commentform #submit:active, .submit:active, input[type=submit]:active, input.button:active, button.button:active {
	background: #ff4d78;
	transform: translateY(1px);
}

.woocommerce_tabs ul.tabs li.active a, .woocommerce-tabs ul.tabs li.active a, .ui-tabs ul.tabs li.active a, .woocommerce_tabs .ui-tabs-nav li.active a, .woocommerce-tabs .ui-tabs-nav li.active a, .ui-tabs .ui-tabs-nav li.active a, .woocommerce_tabs ul.tabs li.ui-state-active a, .woocommerce-tabs ul.tabs li.ui-state-active a, .ui-tabs ul.tabs li.ui-state-active a, .woocommerce_tabs .ui-tabs-nav li.ui-state-active a, .woocommerce-tabs .ui-tabs-nav li.ui-state-active a, .ui-tabs .ui-tabs-nav li.ui-state-active a {
	color: #ff4d78;
	border-top-color: #ff4d78;
}

.woocommerce_tabs ul.tabs li.active:before, .woocommerce-tabs ul.tabs li.active:before, .ui-tabs ul.tabs li.active:before, .woocommerce_tabs .ui-tabs-nav li.active:before, .woocommerce-tabs .ui-tabs-nav li.active:before, .ui-tabs .ui-tabs-nav li.active:before, .woocommerce_tabs ul.tabs li.ui-state-active:before, .woocommerce-tabs ul.tabs li.ui-state-active:before, .ui-tabs ul.tabs li.ui-state-active:before, .woocommerce_tabs .ui-tabs-nav li.ui-state-active:before, .woocommerce-tabs .ui-tabs-nav li.ui-state-active:before, .ui-tabs .ui-tabs-nav li.ui-state-active:before {
	background: #ff4d78;
	border-top-color: #ff4d78;
}

#header #navigation ul.nav > li a {
	background: #fff;
}

a:hover, .post-more a:hover, .post-meta a:hover, .post p.tags a:hover {
    color: #ff4d78;
}

input[type=text]:focus, input.input-text:focus, textarea:focus, input.txt:focus, input[type=tel]:focus, input[type=email]:focus {
    border-color: #ff4d78;
}

ul.products li.product a:hover h3, .tm-epo-required {
    color: #ff4d78;
}

.hidden {
	display: none;
}

.categories-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	justify-content: center;
	margin-bottom: 45px;
}

.categories-list > * {
	flex-basis: 146px;
	margin: 0 20px;
}

.categories-list > a {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
}

.categories-list figure {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	justify-content: center;
	align-items: center;

	height: 100px;
	margin-bottom: 10px;
}

.products {
	margin-bottom: 100px;
}

.products .product-category {
	position: relative;

	margin-bottom: 50px;
}

.products .product-category a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	justify-content: center;
	align-items: center;
	
	height: 136px;
}

.products .product-category.product img {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	height: auto;
}

.products .product-category h3 {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

.cart_item .variation {
	padding-left: 20px;
}

.cart_item .variation dd {
	margin-bottom: 0;
}

.cart_item .variation dd p:last-child {
	margin-bottom: 0;
}

.page-template-tpl-homepage-php #logo {
	display: none;
}

/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */

	#top ul.nav > li:hover, #top ul.nav > li a:hover {
		/* top menu hover */
		background: #403c3d;
		color: #e6e6e6;
	}

	#top .wc-nav li.cart a .contents {
		/* cart */
		background: #403c3d;
	}
	
	#top .wc-nav li.search input:focus {
		/* revert styles for focused search input */
		border-color: #c4c0bf;
		background: #f7f7f7;
		-webkit-box-shadow: 0 0 0 0.327em rgba(0, 0, 0, 0.03), inset 0 1px 2px #d8d4d3, 0 1px #fff;
    	box-shadow: 0 0 0 0.327em rgba(0, 0, 0, 0.03), inset 0 1px 2px #d8d4d3, 0 1px #fff;
	}

	.header-wrap, .featured-image {
		margin: 0 -3.631em 3em;
	}
}