/*
Theme Name: superluxe
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: superluxe
Tags:

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.

superluxe is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

html, body {
	height:100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: normal;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 0px solid #c0c0c0;
	margin: 0 ;
	padding: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
	font-family: 'Conv_Superluxe-Light';
	src: url('fonts/Superluxe-Light.eot');
	src: local('☺'), url('fonts/Superluxe-Light.woff') format('woff'), url('fonts/Superluxe-Light.ttf') format('truetype'), url('fonts/Superluxe-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Conv_Superluxe-LightItalic';
	src: url('fonts/Superluxe-LightItalic.eot');
	src: local('☺'), url('fonts/Superluxe-LightItalic.woff') format('woff'), url('fonts/Superluxe-LightItalic.ttf') format('truetype'), url('fonts/Superluxe-LightItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Apercu Medium';
	src: url('fonts/Apercu Medium.eot');
	src: local('☺'), url('fonts/Apercu Medium.woff') format('woff'), url('fonts/Apercu Medium.ttf') format('truetype'), url('fonts/Apercu Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body,
button,
input,
select,
textarea {
	color: #000;
	font-size: 14px;
	font-family: 'Conv_Apercu Medium';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Conv_Superluxe-Light';
	font-weight:normal !important;
	color:#555;
	margin:0;
}


p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding:0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	height:40px;
	padding:0 3px;
	border:2px solid #ccc;
}

select {
	height:40px;
	padding:0 3px;
	-webkit-appearance:none;
	border:2px solid #ccc;
	border-radius:0px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
	text-decoration:none;
}

a:visited {
	color: #000;
	text-decoration:none;
}

a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration:none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	margin:0 10px;
}

.main-navigation li:hover {
	
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding:10px;
}

.main-navigation ul ul {
	
	float: left;
	position: absolute;
	padding-top: 10px;
	left: -999em;
	z-index: 99999;
	background:#ffcaaf;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color:#ffcaaf;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color:#ffcaaf;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: table;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.textwidget p {
	margin:0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
	height: auto !important;
    margin: 0 auto -70px;
   
    min-height: 100%;
    
}

.push {
	height:100px;
}

.site-content {
}

.page-title,
.woocommerce-result-count,
.woocommerce-ordering {
	display:none;
}

.woocommerce-pagination {
	clear:both;
	padding:20px 0;
}

ul.page-numbers {
	display:table;
	margin:0 auto;
}

ul.page-numbers li {
    float: left;
    margin: 0 10px;
    position: relative;
}
ul.page-numbers li a.page-numbers {
    border: 2px solid #ccc;
    padding: 0 5px;
	border-radius:30px;
	color:#ccc;
}

ul.page-numbers li a.page-numbers:hover {
    border: 2px solid #00f;
	background: #00f none repeat scroll 0 0;
    color: #ffcaaf;
}
ul.page-numbers li span.page-numbers.current {
    background: #00f none repeat scroll 0 0;
    border: 2px solid #00f;
    color: #ffcaaf;
    padding: 0 6px;
	border-radius:30px;
}

ul.page-numbers li a.next.page-numbers,
ul.page-numbers li a.prev.page-numbers {
    border: 0px solid #00f;
    
}

ul.page-numbers li a.next.page-numbers:hover,
ul.page-numbers li a.prev.page-numbers:hover {
	color:#00f;
	background:none;
	border:0px solid #fff;
}


.woocommerce-message, 
.woocommerce-info,
ul.woocommerce-error {
    background: rgba(255, 202, 175, 0.8) none repeat scroll 0 0;
    display: table;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10002;
}
.notice-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.inner-message {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #00f;
    color: #00f;
    display: inline-block;
    padding: 20px;
    position: relative;
    text-align: left;
}
span.close-notice {
    background: #00f none repeat scroll 0 0;
    border: 1px solid #00f;
    border-radius: 20px;
    color: #ffcaaf;
    height:18px;
    position: absolute;
    right: -7px;
    text-align: center;
    top: -10px;
    width: 18px;
	cursor:pointer;
	font-size:11px;
}

.inner-message a.button.wc-forward {
	display:none;
}

.inner-message a {
	color:#00f;
}

.social-ig {
    right: 30px;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
    transform-origin: right center 0;
	-moz-transform-origin: right center 0;
	-webkit-transform-origin: right center 0;
}

.social-fb {
    position: fixed;
    left: 30px;
    text-transform: uppercase;
    top: 50%;
    transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
    transform-origin: left center 0;
	-moz-transform-origin: left center 0;
	-webkit-transform-origin: left center 0;
}


.social-fb a,
.social-ig a {

	letter-spacing:4px;
	color:#CCC;
}

.social-fb a:hover,
.social-ig a:hover {
	color:#00f;
}

form.wpcf7-form {
}

form.wpcf7-form p {
	margin-top:0;
}

form.wpcf7-form p input.wpcf7-form-control {
	width:100%;
	margin-top:10px;
}

form.wpcf7-form p textarea.wpcf7-form-control {
	width:100%;
	margin-top:10px;
}

form.wpcf7-form p input.wpcf7-form-control.wpcf7-submit {
	background: #fff none repeat scroll 0 0;
    border: 2px solid #00f;
    height: 40px;
}

form.wpcf7-form p input.wpcf7-form-control.wpcf7-submit:hover {
	background: #00f none repeat scroll 0 0;
   color:#ffcaaf;
}

/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
.site-header {
	padding:40px 0;
}
.site-branding {
	text-align:center;
	padding:0 0 40px;
}

.site-branding img {
	max-width:320px;
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
}

span.count {
    border: 2px solid #00f;
    border-radius: 15px;
    font-size: 11px;
    height: 18px;
    position: absolute;
    text-align: center;
    top: 0;
	right:-10px;
    width: 18px;
	background:#00f;
	color:#ffcaaf;
}
span.count em {
    font-style: normal;
    text-align:center;
	display:inline-block;
	padding:1px 0 0;
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/

.site-footer {
	clear:both;
	background:#ffcaaf;
}

.footer {
	padding:20px 0;
}

ul#menu-footermenu {
    display: table;
}
ul#menu-footermenu li {
    display: inline;
    margin: 0 10px;
}

ul#menu-footermenu li a:hover {
	color:#fff;
}

ul#menu-footermenu li:first-child {
	margin-left:0;
}

ul#menu-footermenu li:last-child {
	margin-right:0;
}

#footer-area-1 {
	margin-top:45px;
}

#footer-area-3 {
	margin-top:40px;
	text-transform:uppercase;
}

#footer-area-4 {
}

/*--------------------------------------------------------------
## FRONT PAGE
--------------------------------------------------------------*/
.promotion-banner {
	position:relative;
}

.banner {
	
	width:100%;
}

.banner-image {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	height:100%;
	width:100%;
	position:relative;
}

.banner-caption {
	font-family: 'Conv_Superluxe-Light';
	font-weight:normal !important;
	color:#00F;
	font-size:56px;
	position:absolute;
	width:100%;
	text-align:center;
	display:none;
}

/*--------------------------------------------------------------
## PRODUCT LISTING
--------------------------------------------------------------*/
ul.products li {
	position:relative;
	margin-bottom: 20px;
}

ul.products li:nth-child(4n+1) {
	margin-left:0;
}

ul.products li:nth-child(4n+4) {
	margin-right:0;
}

ul.products li h3 {
	color:#00f;
}


ul.products li a {
	color:#00f;
	text-decoration:none;
}

ul.products li a:hover > .product-titles-overlay {
	opacity:1;
}

ul.products li a .product-titles-overlay {
	background: rgba(255, 202, 175, 0.8) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}


ul.products li a .product-titles {
	border: 4px solid #fff;
    bottom: 0;
    height: 80%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
	
}

ul.products li a .product-titles .product-titles-inner {
	left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
    width: 100%;
}

/*--------------------------------------------------------------
## SINGLE PRODUCT
--------------------------------------------------------------*/
.summary {
	
}

h1.product_title {
	color:#00f;
	margin-top:0;
}

.product-desc {
	border-bottom:2px solid #00f;
}

.after-product {
	border-top:2px solid #00f;
	padding:20px 0;
}

.after-product h2 {
	
	text-align:center;
	margin:0 0 20px;
}

span.woocommerce-Price-amount.amount {
	color:#00f;
	font-family: 'Conv_Superluxe-Light';
	font-size:26px;
}

.summary form.cart .quantity input.qty {
    border: 2px solid #00f;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: auto;
	max-width:120px;
    text-align: center;
}
.summary form.cart button.single_add_to_cart_button {
    border: 2px solid #00f;
    height: 40px;
    padding: 0 10px;
	background:none;
	text-transform:uppercase;
	box-shadow:none;
	text-shadow:none;
}

.summary form.cart button.single_add_to_cart_button:hover {
	background:#00f;
	color:#ffcaaf;
}

.product-slider img {
	width:100%;
}

.product-slider {
	
}

.cycle-prev {
	cursor: pointer;
    display: inline;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
	z-index:200;
}

.cycle-next {
	cursor: pointer;
    display: inline;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
	z-index:200;
}

.cycle-pager {
	 bottom: 0;
    font-size: 50px;
    position: absolute;
    width: 100%;
    z-index: 10001;
	text-align:center;
}

.cycle-pager span {
	color:#00f;
	cursor:pointer;
}

.cycle-pager span.cycle-pager-active {
	color:rgba(255, 216, 197, 1);
}

/*--------------------------------------------------------------
## CART
--------------------------------------------------------------*/
body.woocommerce-cart header.entry-header {
	display:none;
}

table.shop_table.shop_table_responsive.cart,
table.shop_table.shop_table_responsive {
	margin:0;
}

table.shop_table.shop_table_responsive.cart td,
table.shop_table.shop_table_responsive.cart th,
table.shop_table.shop_table_responsive td,
table.shop_table.shop_table_responsive th {
	padding:20px 0;
}

table.shop_table.shop_table_responsive.cart tr th {
	font-weight:normal;
	text-align:left;
}

table.shop_table.shop_table_responsive.cart thead tr {
	border-bottom:2px solid #ccc;
}

table.shop_table.shop_table_responsive.cart tr td {
	text-align:left;
}

/*td.product-thumbnail img {
	max-width:60px;
}*/

td.product-quantity .quantity input.qty {
	border: 2px solid #ccc;
    height: 40px;
    max-width: 50px;
    text-align: center;
}

td.product-remove a.remove {
}

td.product-price span.woocommerce-Price-amount.amount,
td.product-subtotal span.woocommerce-Price-amount.amount,
tr.cart-subtotal td span.woocommerce-Price-amount.amount,
tr.tax-rate.tax-rate-au-gst-1 span.woocommerce-Price-amount.amount {
	font-family:"Conv_Apercu Medium";
	color:#000;
	font-size:14px;
}

tr.order-total span.woocommerce-Price-amount.amount {
	font-weight:normal;
}

.coupon input#coupon_code {
	border: 2px solid #00f;
    height: 40px;
    text-align: center;
}

.coupon input.button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #00f;
    height: 40px;
}

.coupon input.button:hover {
	background: #00f;
    color:#ffcaaf;
}

td.actions input.button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #00f;
    height: 40px;
}

td.actions input.button:hover {
	background: #00f;
    color:#ffcaaf;
}

.cart-collaterals {
	border-top:2px solid #ccc;
}

.cart-collaterals table.shop_table.shop_table_responsive tr.shipping {
	
}

.wc-proceed-to-checkout {
	border-top:2px solid #ccc;
	padding:20px 0;
}

.wc-proceed-to-checkout a.checkout-button {
	border: 2px solid #00f;
   text-align:center;
    height: 40px;
    padding: 10px 5px 5px;
	
}

.wc-proceed-to-checkout a.checkout-button:hover {
	background: #00f;
    color:#ffcaaf;
}

/*--------------------------------------------------------------
## CHECKOUT
--------------------------------------------------------------*/
body.woocommerce-checkout header.entry-header {
	display:none;
}

.woocommerce-info {
	display:none;
}

.checkout-page form.login {
	display:block !important;
	border-bottom:2px solid #ccc;
}

.checkout-page form.login p.form-row-first,
.checkout-page form.login p.form-row-last {
	clear:both;
}

.checkout-page form.login input.button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #00f;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    
}

.checkout-page form.login input.button:hover {
	background: #00f none repeat scroll 0 0;
    color: #ffcaaf;
}

label.inline {
	 line-height: 60px;
    vertical-align: middle;
}

p.lost_password {
	clear:both;
}

body.woocommerce-checkout h1 {
	color:#00f;
}

table.shop_table.woocommerce-checkout-review-order-table tr th {
	font-weight:normal;
	text-align:left;
}

table.shop_table.woocommerce-checkout-review-order-table {
	margin:20px 0 0;
}

table.shop_table.woocommerce-checkout-review-order-table tr td {
	padding:20px 0;
}

table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td.product-total span.woocommerce-Price-amount.amount,
table.shop_table.woocommerce-checkout-review-order-table tr.shipping td span.woocommerce-Price-amount.amount {
	font-family:"Conv_Apercu Medium";
	color:#000;
	font-size:14px;
}

ul.wc_payment_methods.payment_methods.methods {
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	padding:20px 0;
}

.form-row.place-order {
	padding:20px 0;
}

#payment input#place_order {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #00f;
    height: 40px;
    text-align: center;
    width: 100%;
	text-transform:uppercase;
}

#payment input#place_order:hover {
	background: #00f;
    color:#ffcaaf;
}

li.wc_payment_method.payment_method_paypal img,
li.wc_payment_method.payment_method_paypal a.about_paypal {
	display:none;
}

/*--------------------------------------------------------------
## Order Pay Form
--------------------------------------------------------------*/
body.woocommerce-order-pay header.entry-header {
	display: block;
    margin: 0 auto 40px;
    width: 50%;
}


body.woocommerce-order-pay .woocommerce {
    margin: 0 auto;
    width: 50%;
}
body.woocommerce-order-pay .woocommerce ul.order_details {
}
body.woocommerce-order-pay .woocommerce ul.order_details li {
    margin-bottom: 20px;
}
body.woocommerce-order-pay .woocommerce ul.order_details li span.woocommerce-Price-amount.amount {
    color: #000;
    font-family: "conv_apercu medium";
    font-size: 14px;
}
form#eway_credit_card_form {
}
form#eway_credit_card_form input.submit.buy.button {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #00f;
    line-height: 40px;
    text-transform: uppercase;
    margin:40px 0 0;
}

form#eway_credit_card_form input.submit.buy.button:hover {
	background:#00f;
	color:#ffcaaf;
}


/*--------------------------------------------------------------
## Thank You Page
--------------------------------------------------------------*/
.thankyoupage h2 {
}

.thankyoupage h3 {
}

p.woocommerce-thankyou-order-received {
}

ul.woocommerce-thankyou-order-details.order_details {
}

ul.woocommerce-thankyou-order-details.order_details li {
	margin-bottom:10px;
}

ul.woocommerce-thankyou-order-details.order_details li.total span.woocommerce-Price-amount.amount {
	font-family: Conv_Apercu Medium;
    font-size: 14px;
    color: #000;
}

h2.wc-bacs-bank-details-heading {
	margin-bottom:10px;
}

ul.wc-bacs-bank-details.order_details.bacs_details {
	margin-bottom:10px;
}

ul.wc-bacs-bank-details.order_details.bacs_details li {
	margin:10px 0;
}

table.shop_table.order_details {
	
}

table.shop_table.order_details thead tr th {
	    font-weight: normal;
    text-align: left;
    padding: 10px 0;
}

table.shop_table.order_details tbody tr.order_item td {
	padding: 10px 0;
	
}

table.shop_table.order_details tbody tr.order_item td span.woocommerce-Price-amount.amount {
	font-family: Conv_Apercu Medium;
    font-size: 14px;
    color: #000;
}

table.shop_table.order_details tfoot tr th {
	padding: 10px 0;
	text-align:left;
	font-weight:normal;
}

table.shop_table.order_details tfoot tr td span.woocommerce-Price-amount.amount {
	font-family: Conv_Apercu Medium;
    font-size: 14px;
    color: #000;
}

/*--------------------------------------------------------------
## MY ACCOUNT Page
--------------------------------------------------------------*/
body.woocommerce-account header.entry-header {
	display: block;
    margin: 0 auto 40px;
    width: 50%;
}
body.woocommerce-account .woocommerce {
	margin:0 auto;
	width:50%;
}

body.woocommerce-account .woocommerce form.login input.woocommerce-Button.button,
body.woocommerce-account .woocommerce form.register input.woocommerce-Button.button {
	border:2px solid #00f;
	line-height:40px;
	text-transform: uppercase;
	background:#fff;
	
}

body.woocommerce-account .woocommerce form.login input.woocommerce-Button.button:hover,
body.woocommerce-account .woocommerce form.register input.woocommerce-Button.button:hover {
	background:#00f;
	color:#ffcaaf;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	 background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
	padding:20px 0;
}

.hentry {
	
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-captio