/*
Theme Name: Cashier
Theme URI: https://olympusthemes.com/themes/cashier
Author: DannyCooper
Author URI: https://olympusthemes.com/
Description: Cashier is a lightweight WooCommerce theme built using core WordPress functions. It doesn't use any frameworks or libraries, this makes it fast, simple and easy to customize! Cashier can be used as-is, or it can be used as a WooCommerce Starter Theme to build something greater. The theme is responsive, Search Engine Optimized (SEO), and child theme friendly.
Version: 1.0.5
License: GNU General Public License v2 or later
Text Domain: cashier
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, custom-logo, editor-style, featured-images, full-width-template, threaded-comments, translation-ready, blog, e-commerce
GitHub Theme URI: https://github.com/DannyCooper/cashier

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.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Structure
# Header
# Primary Nav
# Content
	## Posts and Pages
	## Content Navigation
	## Comments
# Sidebar
	## Widgets
# Footer
# Infinite Scroll
# Media
	## Captions
	## Galleries
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

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

body {
	margin: 0;
}

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: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.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 {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 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 {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body {
	color: #303135;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

nav,
label,
input,
textarea,
.select2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: #2d2e33;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.3;
}

p {
	margin: 0 0 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

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-color: #fff; /* Fallback for when there is no custom background color defined. */
}

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

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

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

.widget ul,
.widget ol {
	margin: 0;
	padding: 0 0 0 1em;
}

.comments-area ol {
	padding: 0;
	list-style: none;
}

ul {
	list-style: disc;
}

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 {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	width: 100%;
	margin: 0 0 1.5em;
	font-family: sans-serif;
	font-size: 14px;
}

table th {
	padding: 10px;
	text-align: left;
	border-bottom: 2px solid;
}

table td {
	padding: 10px 10px 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

label {
	color: #9e9e9e;
	font-size: 14px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: 1px solid;
	border-radius: 3px;
	padding: 10px 15px;
	color: white;
	border-color: #029ed4;
	background: #029ed4;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	text-decoration: none
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
	border-color: #31557e;
	background: #31557e;
	color: white;
}

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 {
	border-color: #aaa #bbb #bbb;
}

button[disabled],
button[disabled]:hover {
	color: #9e9e9e;
	background-color: #f5f5f5;
	border-color: #e8e8e8;
}

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 {
	padding: 10px 15px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

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 {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #31567f;
}

a:hover,
a:focus,
a:active {
	color: #253e80;
}

a:focus {
	outline: thin dotted;
}

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

.sidebar-1 a {
	text-decoration: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

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

.screen-reader-text {
	display: none;
}

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.navigation:before,
.navigation:after,
.products:before,
.products:after,
.wc-tabs-wrapper:after,
.wc-tabs-wrapper:before {
	display: table;
	table-layout: fixed;
	content: "";
}

.clear:after,
.wrapper:after,
.navigation:after,
.products:after,
.wc-tabs-wrapper:after {
	clear: both;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

.wrapper {
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
}

.page-template-full-width .content-area,
.post-template-full-width .content-area {
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
	margin-bottom: 50px;
}

.site-header .wrapper {
	padding: 50px 0;
	border-bottom: 1px solid #eee;
}

.site-branding {
	float: left;
	width: 40%;
}

.site-title {
	margin: 0;
	padding-top: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "Martel Sans";
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
}

.site-title a {
	text-decoration: none;
	color: #253e80;
}

.site-description {
	display: none;
	margin: 0;
	color: #8e8e8e;
}

/*--------------------------------------------------------------
# Horizontal Nav Component
--------------------------------------------------------------*/

.h-menu ul {
	margin: 0;
	margin-right: -20px;
	padding-left: 0;
	list-style: none;
}

.h-menu li {
	position: relative;
	display: inline-block;
}

.h-menu li:hover,
.h-menu li.focus {
	background-color: #eaeaea;
}

.h-menu a {
	display: block;
	text-decoration: none;
	color: #303135;
}

.h-menu ul ul {
	position: absolute;
	z-index: 99999;
	left: -999em;
	float: left;
	background: #eaeaea;
	text-align: left
}

.h-menu ul ul li:hover {
	background-color: #dedbdb;
}

.h-menu ul ul a {
	width: 200px;
	color: #5f5f5f;
	border-top: 1px solid #dedbdb;
	border-right: 1px solid #dedbdb;
}

.h-menu ul ul ul {
	top: 0;
	left: -999em;
}

.h-menu ul li:hover > ul,
.h-menu ul li.focus > ul {
	left: auto;
}

.h-menu ul ul li:hover > ul,
.h-menu ul ul li.focus > ul {
	left: 100%;
}

.h-menu li.page_item_has_children > a:after,
.h-menu li.menu-item-has-children > a:after {
	padding-left: 5px;
	content: "\25bc";
	vertical-align: 1px;
	color: #303135;
	font-size: 7px;
}
.h-menu li li.page_item_has_children > a:after,
.h-menu li li.menu-item-has-children > a:after {
	padding-left: 5px;
	content: "\25b6";
	vertical-align: 1px;
	color: #303135;
	font-size: 7px;
}

/* Small menu. */
.menu-toggle {
	display: none;
}

/*--------------------------------------------------------------
# Primary Nav
--------------------------------------------------------------*/

.menu-1 {
	float: right;
	width: 55%;
	text-align: right;
	font-size: 14px;
}

.menu-1 a {
	padding: 20px 15px;
}

.menu-1 ul li:hover > ul,
.menu-1 ul li.focus > ul {
	right: 0;
	margin: 0;
}

.menu-1 ul ul li:hover > ul,
.menu-1 ul ul li.focus > ul {
	right: 100%;
	left: auto;
}

.menu-1 li li.page_item_has_children > a:after,
.menu-1 li li.menu-item-has-children > a:after {
	content: none;
}

.menu-1 li li.page_item_has_children > a:after,
.menu-1 li li.menu-item-has-children > a:before {
	padding-right: 5px;
	content: "\25c0";
	vertical-align: 1px;
	color: #303135;
	font-size: 7px;
}

/*--------------------------------------------------------------
# Above Header Navigation
--------------------------------------------------------------*/

.menu-2 {
	margin-left: -20px;
	background: #31567f;
	font-weight: 300;
}

.menu-2 a {
	display: block;
	padding: 15px;
	color: white;
}

.menu-2 li:hover,
.menu-2 li.focus {
	background-color: #028bbb;
}

.menu-2 ul ul {
	background: #088aba;
}

.menu-2 ul ul li:hover {
	background-color: #097da9;
}

.menu-2 ul ul a {
	color: white;
	border-top: 1px solid #097da9;
	border-right: 1px solid #097da9;
}

.menu-2 li.page_item_has_children > a:after,
.menu-2 li.menu-item-has-children > a:after {
	color: rgba(255, 255, 255, .5);
}

.menu-2 li li.page_item_has_children > a:after,
.menu-2 li li.menu-item-has-children > a:after {
	color: rgba(255, 255, 255, .5);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site-content {
	margin-bottom: 26px;
}

.content-area {
	float: left;
	width: 640px;
}

.entry-header {
	margin-bottom: 16px;
}

.entry-title {
	margin: 0;
	font-size: 30px;
}

.entry-title a {
	text-decoration: none;
	color: black;
}

.entry-meta {
	color: #929292;
	font-size: 14px;
}
.entry-meta a {
	text-decoration: none;
	color: #929292;
}

.edit-link {
	float: right;
}

.page .edit-link {
	float: none;
}

.entry-footer {
	margin: 0 0 50px;
	padding: 20px 0;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	font-size: 14px;
}

.entry-footer span {
	display: block;
}

.entry-footer a {
	text-decoration: none;
	color: #303135;
}

.more-link {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Posts and Pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.blog .hentry {
	margin: 0 0 3em;
}

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

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

/*--------------------------------------------------------------
## Content Navigation
--------------------------------------------------------------*/

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

.post-navigation,
.posts-navigation {
	margin-bottom: 25px;
}

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

.nav-links a {
	text-decoration: none;
	color: #303135;
}

.post-navigation .nav-links a {
	font-weight: bold;
}
.post-navigation .nav-links a span {
	text-decoration: underline;
	font-weight: normal;
}

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area .comment-body {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}

.comments-area ul.children {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
}

.comments-area .children .comment-body {
	margin: 25px 0;
	padding: 0 0 25px 0;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-meta {
	margin-bottom: 16px;
}

.comment-meta a {
	text-decoration: none;
}
.comment-author a {
	text-decoration: none;
	color: #303135;
	font-weight: 500;
}

.comment-author img {
	float: left;
	margin-right: 10px;
}

.comment-author cite {
	color: #303135;
	font-weight: bold;
	font-style: normal;
}

.comment-metadata a {
	color: gray;
	font-size: 14px;
}

.logged-in-as a {
	text-decoration: none;
	color: gray;
	font-size: 14px;
}

.comment-reply-link {
	text-decoration: none;
}

#cancel-comment-reply-link {
	float: right;
	text-decoration: none;
	color: #bb0404;
	font-weight: normal;
	font-style: italic;
}

.comment-respond input {
	width: 100%;
}

.comment-form-author {
	float: left;
	width: 47.5%;
	margin-right: 5%;
}
.comment-form-email {
	float: left;
	width: 47.5%;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar-1 {
	float: right;
	width: 300px;
	font-size: 14px;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 25px;
}

.widget-title {
	margin-top: 0;
	margin-bottom: .5em;
}

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer .site-info {
	padding: 25px 0;
	text-align: right;
	border-top: 1px solid #ccc;
	font-size: 14px;
}

/*--------------------------------------------------------------
# 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 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

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

.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-caption {
	display: block;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/

.woocommerce-page .site-content {
	margin-bottom: 50px;
}

.cart-contents .fa {
	margin-right: 4px;
}

.page-template-home .content-area {
	width: 100%;
}
.page-template-home .star-rating {
	display: none;
}
.page-template-home .site-header {
	margin-bottom: 0;
}
.page-template-home.has-header-image .site-header {
	margin-bottom: 50px;
}
.page-template-home .site-header .wrapper {
	border-bottom: 0;
}
.page-template-home .site-content {
	margin-bottom: 0;
}

.products-by-cat .products ul li a {
	text-decoration: none;
	color: #303135;
}

.products ul {
	padding: 0;
	list-style: none;
}

.products li .star-rating {
	margin: 0 auto;
}

.last {
	margin-right: 0 !important;
}

.section-header {
	margin-bottom: 25px;
}

.section-header .widget-title {
	margin-bottom: 0;
}

.section-header .section-link {
	font-size: 14px;
}

.hero-section {
	position: relative;
	margin-bottom: 50px;
	background: black;
}
.hero-section .section-header {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 100%;
	padding: 0 75px;
	transform: translateY(-50%);
	text-align: left;
}
.hero-section .section-header h3 {
	color: white;
	font-size: 25px;
	font-weight: 700;
}
.hero-section  img {
	vertical-align: bottom;
}

.single-product .product .woocommerce-product-gallery {
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 50px;
}

.single-product .product .summary {
	float: right;
	width: 45%;
	margin-bottom: 50px;
}
.woocommerce-tabs,
.single-product .related {
	clear: both;
}

.woocommerce-tabs {
	padding: 50px;
	background: #f5f5f5;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	z-index: 99;
	top: .875em;
	right: .875em;
	display: block;
	width: 2em;
	height: 2em;
	text-align: center;
	border-radius: 3px;
}

.woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce-tabs .tabs {
	float: left;
	width: 29.4117647059%;
	margin-right: 5.8823529412%;
	padding: 0;
	list-style: none;
	border-top: 1px solid #ccc;
	font-size: 14px;
}

.woocommerce-tabs .tabs li {
	position: relative;
	border-bottom: 1px solid #ccc;
}

.woocommerce-tabs .tabs li a {
	display: block;
	padding: 16px 0;
	text-decoration: none;
	color: #9c9c9c;
}
.woocommerce-tabs .tabs li.active a {
	color: #6f6f6f;
	font-weight: 500;
}

.woocommerce-tabs .tabs li:after {
	position: absolute;
	top: 50%;
	right: 1em;
	display: inline-block;
	display: block;
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	line-height: 0;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.woocommerce-tabs h2 {
	margin-top: 5px;
	font-size: 20px;
}

.woocommerce-tabs .panel {
	float: right;
	width: 64.7058823529%;
	margin-top: 0;
	margin-right: 0;
}

.products li.product {
	float: left;
	width: 22%;
	margin-right: 4%;
	margin-bottom: 25px;
}


.products li.product:nth-child(4n+1) {
	clear: left
}

.products {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product {
	position: relative;
}

.cashier-sorting {
	margin-bottom: 25px;
	font-size: 14px;
}

.cashier-sorting .woocommerce-result-count {
	float: left;
	color: #8a8a8a;
}

.cashier-sorting .woocommerce-ordering {
	float: right;
}

.products .product {
	text-align: center;
}

.woocommerce-loop-product__link {
	text-decoration: none;
}

.woocommerce-loop-product__title {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
}

.woocommerce-Price-amount {
	color: #303135;
	font-size: 14px;
	font-weight: 500;
}

.single-product .summary .woocommerce-Price-amount {
	font-size: 18px;
}

.product_meta {
	margin-top: 25px;
	padding-top: 25px;
	color: #808080;
	border-top: 1px solid #eaeaea;
	font-size: 14px;
}

.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as {
	display: block;
}

.product_meta a {
	color: #808080;
}

.single-product .cart .quantity {
	float: left;
	margin-right: .875em;
}

.single-product .cart .quantity input {
	width: 3em;
	padding: 10px 0 10px 12px;
}

.onsale {
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 10px;
	display: block;
	padding: 4px 6px;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: white;
	border-radius: 2px;
	background: #31567f;
	font-size: 12px;
	font-weight: 500;
}

.variations {
	margin-bottom: 0;
}

.variations td {
	padding: 0 10px 0 0;
	text-transform: uppercase;
}

.variations select {
	width: 75%;
}

.reset_variations {
	margin-left: 14px;
	text-transform: none;
}

.woocommerce-variation-price .amount {
	display: block;
	font-size: 24px;
}

.woocommerce-variation-add-to-cart {
	margin-top: 25px;
}

.related {
	margin-top: 50px;
}

.related > h2 {
	font-size: 20px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	margin-bottom: 50px;
	padding: 20px 20px;
	padding: 20px 20px;
	border-left: 10px solid #dadada;
	background-color: #e8e8e8;
	font-size: 14px;
}

.woocommerce-message {
	color: #fff;
	border-left: 10px solid #0d7142;
	background-color: #0f834d;
}

.woocommerce-message a {
	float: right;
	padding-left: 1em;
	text-decoration: none;
	color: #fff;
	border: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(255, 255, 255, 0.42);
	font-weight: bold;
	padding: 0;
	background: none;
	line-height: 1.6;
	padding-left: 16px;
	border-radius: 0;
}

.woocommerce-info {
	margin-bottom: 25px;
}

.woocommerce-info a {
	color: #303135;
}

.woocommerce-error {
	list-style: none;
	border-color: #c03819;
	background-color: #e2401c;
}

.woocommerce-cart-form {
	margin-bottom: 50px;
}

.woocommerce-cart-form .product-remove a {
	text-decoration: none;
	color: red;
}

.woocommerce-cart-form .product-name a {
	text-decoration: none;
}

.woocommerce-cart-form .product-quantity input[type="number"] {
	width: 4em;
}

.woocommerce-cart-form .product-thumbnail img {
	display: block;
	width: auto;
	height: 100px;
	margin: 0 auto;
	padding: 10px;
}

.woocommerce-cart-form .actions {
	padding-top: 25px;
	text-align: right;
}

.woocommerce-cart-form .coupon {
	display: inline-block;
	float: left;
}

.woocommerce-cart-form .coupon .button {
	margin-left: 14px;
}

.woocommerce-cart-form .coupon label {
	display: none;
}

.cart_totals {
	float: right;
	width: 50%;
}

.wc-proceed-to-checkout .button,
.woocommerce-checkout-payment .button {
	float: right;
}

.cart_totals th {
	padding: 10px;
	text-align: right;
	border-bottom: 1px solid #e0e0e0;
	background: #efefef;
}

.cart_totals td {
	padding: 10px 20px;
	border-bottom: 1px solid #e0e0e0;
	background: #f5f5f5;
	font-weight: normal;
}

form.woocommerce-checkout .form-row-first,
form.woocommerce-checkout .form-row-last {
	width: 49%;
}

form.woocommerce-checkout .form-row-last {
	float: right;
}

form.woocommerce-checkout .form-row-first,
form.woocommerce-checkout .form-row-first {
	float: left;
}

form.woocommerce-checkout label {
	display: block;
}

.woocommerce-checkout-review-order {
	float: right;
	width: 45%;
	padding: 25px;
	background: #f7f7f7;
}

#customer_details {
	float: left;
	width: 49%;
}

form.woocommerce-checkout .input-text,
form.woocommerce-checkout input[type="select"] {
	width: 100%;
}

form.woocommerce-checkout .woocommerce-account-fields {
	clear: both;
}

form.woocommerce-checkout .woocommerce-account-fields input[type="checkbox"] {
	width: auto;
}

form.woocommerce-checkout .wc_payment_methods {
	padding: 0;
	list-style: none;
}

form.woocommerce-checkout .wc_payment_method label {
	color: black;
	font-weight: 500;
}

form.woocommerce-checkout .wc_payment_methods label {
	display: inline;
	padding-left: 8px;
}

form.woocommerce-checkout .wc_payment_methods .payment_box {
	margin: 1em 0;
	border-bottom: 1px solid #ccc;
	border-radius: 2px;
	font-size: 14px;
}

form.woocommerce-checkout .wc_payment_method img {
	height: 50px;
	margin: -2px 14px 0 12px;
	vertical-align: middle;
}

form.woocommerce-checkout .shipping label {
	display: inline;
}

.woocommerce .shipping {
	text-align: right;
}

form.woocommerce-checkout .shipping #shipping_method,
.woocommerce .cart-collaterals #shipping_method {
	padding: 0;
	list-style: none;
}

.product-total,
.cart-subtotal th,
.cart-subtotal td,
.order-total th,
.order-total td,
.tax-rate th,
.shipping th {
	text-align: right;
	border: 0;
}

form.woocommerce-checkout thead tr,
form.woocommerce-cart-form thead tr {
	border-top: 2px solid;
	border-bottom: 2px solid;
}

.woocommerce-product-gallery ol {
	margin-top: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-product-gallery ol li {
	display: inline-block;
	width: 96px;
	margin-right: 10px;
	cursor: pointer;
}

.woocommerce-product-gallery ol li:nth-child(5) {
	margin-right: 0;
}

td.label,
td.value {
	padding-bottom: 1em;
}

.woocommerce-product-rating {
	font-size: 14px;
}

.star-rating {
	position: relative;
	overflow: hidden;
	width: 4.9em;
	height: 1.618em;
	font-family: FontAwesome;
	font-weight: 400;
}

.star-rating:before {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	content: "\f006\f006\f006\f006\f006";
}

.star-rating span {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	overflow: hidden;
	padding-top: 1.5em;
}

.star-rating span:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f005\f005\f005\f005\f005";
	color: #2c2d33;
}


.single-product div.product .woocommerce-product-rating .star-rating {
	float: left;
}

.single-product div.product .woocommerce-product-rating {
	margin-bottom: 21px;
}

.woocommerce-review-link {
	color: #b7b7b7;
}

.woocommerce-Reviews .commentlist {
	padding: 0;
	list-style: none;
}

.woocommerce-Reviews .comment-reply-title {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
}

.woocommerce-Reviews .comment-text {
	float: right;
	width: 81.8181818182%;
	margin-right: 0;
}

.woocommerce-Reviews .commentlist li .avatar {
	float: left;
	width: 9.0909090909%;
	height: auto;
	margin-right: 9.0909090909%;
}

.woocommerce-Reviews .star-rating {
	float: right;
}

.comment_container {
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
}

.comment_container:before,
.comment_container:after {
	display: table;
	content: "";
}

.comment_container:after {
	clear: both;
}

.woocommerce-review__dash {
	display: none;
}

.woocommerce-review__author {
	display: block;
	font-weight: 500;
}

.woocommerce-review__published-date {
	color: #8c8c8c;
	font-size: 14px;
}

p.stars {
	margin: 0;
}

p.stars a {
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 1px;
	text-decoration: none;
	text-indent: -999em;
	font-weight: 400;
}

p.stars a:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1em;
	height: 1em;
	content: "\f005";
	text-indent: 0;
	opacity: .25;
	color: #43454b;
	font-family: FontAwesome;
	line-height: 1;
}

p.stars.selected a.active:before {
	opacity: 1;
}

p.stars.selected a:not(.active):before {
	opacity: 1;
}

p.stars.selected a.active ~ a:before {
	opacity: .25;
}

.shop_attributes th {
	border: 0;
	background: #e2e1e1;
}

.shop_attributes td {
	padding: 10px;
	background: #ececec;
}

.shop_attributes p {
	margin: 0;
}

.woocommerce-pagination .page-numbers {
	padding: 0;
	list-style: none;
}

.woocommerce-pagination .page-numbers li {
	display: inline-block;
}

.woocommerce-pagination .page-numbers li a {
	text-decoration: none;
}

.woocommerce-pagination .page-numbers li .page-numbers {
	display: inline-block;
	padding: .3342343017em .875em;
	color: #43454b;
	border-left-width: 0;
	background-color: rgba(0,0,0,.025);
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
	color: #fff;
	border-color: #2c2d33;
	background-color: #2c2d33;
}

.shop_table {
	text-align: right;
}

.product-name {
	text-align: left;
}

.product ins {
	background: none;
}

.product del {
	color: #ccc;
}

.product del .woocommerce-Price-amount {
	color: #ccc;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 1040px) {
	.site-content,
	.content-area,
	.sidebar-1 {
		float: none;
		width: 100%;
	}

	.menu-2,
	.site-header,
	.site-content,
	.site-info,
	.site-footer {
		padding-left: 20px;
		padding-right: 20px;
	}


	.products li.product {
    width: 47.5%;
    margin-right: 5%;
		margin-bottom: 25px
	}


	.products li.product:nth-child(even) {
		margin-right: 0
	}

	.products li.product:nth-child(odd) {
		clear: left
	}

	#customer_details,
	.woocommerce-checkout-review-order {
	    float: none;
	    width: 100%;
	}

	.cart_totals {
		float: none;
    width: 100%;
	}
}

@media screen and (max-width: 600px) {
	#site-menu,
	#above-header-menu {
		display: none;
		margin-right: 0;
		text-align: center
	}

	.site-branding {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 25px;
	}

	.menu-1 {
		background: none;
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.menu-1 a {
		border-top: 1px solid #dadada;
		rgba(255, 255, 255, 0.8);
	}

	.menu-2 {
		margin-left: 0
	}
	.menu-2 ul {
		margin-right: 0
	}

	.menu-toggle {
		width: 100%;
		margin: 0 auto;
		color: white;
		border: 0;
		border-radius: 0;
	}

	.toggled .menu-toggle {
		margin: 0 auto;
		color: white;
		background-color: #008cbd;
	}

	.menu-2 .toggled .menu-toggle {
		background-color: #23466d;
	}

	/* Small menu. */
	.menu-toggle {
		background-color: #008cbd;
		display: block;
	}

	/* Small menu. */
	.menu-2 .menu-toggle {
		background-color: #203e63;
		display: block;
	}

	.menu-1.toggled #site-menu {
		display: block;
    background-color: #eaeaea;
	}

	.menu-2.toggled #above-header-menu {
		display: block;
    background-color: #2a4d75;
	}

	.menu-1 li,
	.menu-2 li {
		float: none;
		width: 100%;
	}

	.menu-1 li:hover {
		background-color: #dadada
	}

	.menu-1 ul ul,
	.menu-2 ul ul {
		position: relative;
		left: auto;
		display: none;
		float: none;
		margin-right: 0;
		text-align: center
	}

	.menu-1 ul ul {
		background-color: #e2e2e2;
	}

	.menu-1 ul li:hover > ul,
	.menu-1 ul li.focus > ul,
	.menu-2 ul li:hover > ul,
	.menu-2 ul li.focus > ul {
		display: block;
	}

	.menu-1 ul ul a,
	.menu-2 ul ul a {
		width: 100%;
	}

	.menu-1 ul ul ul,
	.menu-2 ul ul ul {
		left: auto;
	}

	.menu-1 ul ul li:hover > ul,
	.menu-1 ul ul li.focus > ul,
	.menu-2 ul ul li:hover > ul,
	.menu-2 ul ul li.focus > ul {
		left: auto;
	}

	.single-product .product .woocommerce-product-gallery {
    width: 100%;
    margin-bottom: 25px;
    float: none;
	}

	.single-product .product .summary,
	.woocommerce-tabs .panel,
	.woocommerce-tabs .tabs {
    float: none;
    width: 100%;
	}

}
