/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* woocommerce */
.woocommerce input.button {
	background-color: transparent !important;    
	background-image: none;
    border: 1px solid rgba(255,255,255,.7) !important;
    border-color: #515151 !important; 
	border-radius: 6px !important; 
	box-shadow: none; 
    color: #515151; 
    cursor: pointer;
    display: inline-block !important;
    font-family: inherit;
	font-size: 13px !important;
    font-weight: 400 !important; 
	letter-spacing: 2px !important;
    left: auto; 
	line-height: 1;
	margin: 0;
    overflow: visible;
    position: relative;
    text-decoration: none;
    text-shadow: none;
	text-transform: uppercase !important;
	transition: background-color 0.3s ease !important;
	white-space: nowrap;
    -webkit-box-shadow: none;
	-webkit-font-smoothing: antialiased !important;
}
.woocommerce input.button:hover{
	border-color: #ffffff !important;
    background: #515151 !important;
	color: #ffffff !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
		background-color: transparent !important;    
	background-image: none;
    border: 1px solid rgba(255,255,255,.7) !important;
    border-color: #515151 !important; 
	border-radius: 6px !important; 
	box-shadow: none; 
    color: #515151; 
    cursor: pointer;
    font-family: inherit;
	font-size: 13px !important;
    font-weight: 400 !important; 
	letter-spacing: 2px !important;
    left: auto; 
	line-height: 1;
	margin: 0;
    overflow: visible;
    position: relative;
    text-decoration: none;
    text-shadow: none;
	text-transform: uppercase !important;
	transition: background-color 0.3s ease !important;
	white-space: nowrap;
    -webkit-box-shadow: none;
	-webkit-font-smoothing: antialiased !important;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
		border-color: #ffffff !important;
    background: #515151 !important;
	color: #ffffff !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	color: #111111 !important;
}	
.woocommerce table.shop_table {
    border: 0px !important;
}
.woocommerce table.shop_table th {
	font-family: "Oswald Bold", Helvetica, Arial, sans-serif !important;
	font-style: bold !important;
	font-weight: 700 !important;
    padding: 9px 12px;
}
.woocommerce-cart table.cart th {
	font-family: "Oswald Bold", Helvetica, Arial, sans-serif !important;
	font-style: bold !important;
	font-weight: 400 !important;
    padding: 9px 12px;
	font-size: 17px !important;
    line-height: 31px !important;
}
.woocommerce-cart p {
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
	font-style: bold !important;
	font-weight: 400 !important;
	font-size: 18px !important;
    line-height: 31px !important;
	text-align: justify !important;
}
.woocommerce-cart a {
	color: #515151 !important;
}
.woocommerce-cart a:hover{
	border-color: #ffffff !important;
    background: #515151 !important;
	color: #ffffff !important;
}
.woocommerce-cart table.cart img {
    width: 64px !important;
    box-shadow: none;
}
.woocommerce a.remove {
    color: #515151 !important;	
}	
.woocommerce-checkout #payment {
    background: transparent !important;
    border-radius: 5px;
}
.woocommerce-checkout #payment ul.payment_methods {
width: 50% !important;
}