/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/* Homepage Category Grid Hover Effects */

#inner-content {
  max-width: 1410px;
  margin: 0 auto;
}

.grid figure h2 {
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	font-weight: 400;
}


.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 290px;
	width: 48%;
	background: #000000;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}


figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 0.6;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	text-shadow: 0px 0px 7px #000;
	color: #ffffff;
}


.woocommerce div.product {
    max-width: 1110px;
    margin: 0 auto;
}



.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce .woocommerce-message .button, .textwidget a.button, input#mc-embedded-subscribe, ul.products a.button, .woocommerce a.button {
    background-color: #ff4334;
    color: #fff;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, a.button:hover, a.button:active, .textwidget a.button:hover, .textwidget a.button:active, input#mc-embedded-subscribe:hover, .wc-proceed-to-checkout a.checkout-button:hover {
	  background-color: #c53025;
    color: #fff;
}

.woocommerce .woocommerce-message .button:hover, ul.products a.button:hover, .woocommerce a.button:hover {
		background-color: #c53025;
    color: #fff;	
		font-size:100%;
		font-weight: 700;	
}



.woocommerce a.checkout-button.alt:hover {
	background-color: #c53025;
}

.woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead  {
	color: #fff;
	background-color:#828282;
}	

 .woocommerce table.shop_table tr.cart-subtotal, .woocommerce table.shop_table tr.order-total, .woocommerce-tabs ul.tabs li.additional_information_tab a, .woocommerce-tabs ul.tabs li.additional_information_tab a:visited, .woocommerce-tabs ul.tabs li.additional_information_tab a:hover  {
	color: #FFF;	
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr, .woocommerce table.shop_table tr.cart-subtotal, .woocommerce table.shop_table tr.order-total {
	color: #000;	
}

.woocommerce #order_review table.shop_table thead,  .woocommerce #order_review table.shop_table tfoot,
.woocommerce #order_review #payment, .woocommerce  table.woocommerce-table tr, .woocommerce table.shop_attributes tr, .wwocommerce .woocommerce-tabs ul.tabs {
	background-color:#828282;
}

.woocommerce #order_review table.shop_table tbody, 
.woocommerce #order_review #payment .payment_box {
	background-color:#9d9999;
}

span.woocommerce-Price-amount {
	font-weight:700;	
}

.woocommerce form.variations_form table.variations tr, .woocommerce form.variations_form table.variations tr td.label {
	background-color:#121212;
}

.woocommerce form.variations_form table.variations tr td.value select {
width:auto;	
}

.woocommerce div.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li#tab-title-additional_information a, .woocommerce div.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li#tab-title-additional_information.active a  {
color:#000;	
}