/*!
Theme Name: ING_SHOP
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: LICENSE
Text Domain: ing_shop
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

ING_SHOP is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/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
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

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 https://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. */
}

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# CUSTOM STYLING
--------------------------------------------------------------*/

@media screen and (min-width: 0) {
	/*--------------------------------------------------------------
	# GLOBAL
	--------------------------------------------------------------*/

	#content {
		position: relative;
	}

	body {
    max-width: 400px;
    margin: auto;
  }

	body, html {
		cursor: url('images/C_Red.png') 17.5 17.5, default;
	}

	.top.m-pop .menu:hover, .top.m-pop a:hover, .m-pop .bot a:hover, .wholesale-e:hover, .general-e:hover, .open-wrap a:hover, .top .menu .symbol:hover {
		cursor: url('images/C_Red.png') 17.5 17.5, pointer;
	}

	body.page-template-template-about, .bot a:hover, .menu-list:hover {
		cursor: url('images/C_White.png') 17.5 17.5, default;
	}

	.top .menu:hover, .cart:hover, .cart a:hover {
		cursor: url('images/C_Black.png') 17.5 17.5, pointer;
	}

	body.blog article:hover, body.blog article a:hover {
		cursor: url('images/C_Red.png') 17.5 17.5, pointer;
	}

	body, html, a, p, h1, h2, h3, h4, h5, h6, button, input {
		font-family: 'sofia-pro', serif;
		font-weight: 100;
		font-size: 10.5px;
		line-height: 13px;
		text-transform: uppercase;
		letter-spacing: 1.25px;
		color: black;
	}

	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"] {
		border: 1px solid black;
		border-radius: 0;
		color: black;
		background: transparent;
		height: 25px;
	}

	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0;
		border: 1px solid black;
		background: transparent;
	}

	button {
		height: 25px;
		width: 120px;
		border-radius: 12.5px;
		border: 1px solid black;
		background: transparent;
		padding: 4px;
		font-weight: bold;
	}

	.back-btn {
		border-radius: 12.5px;
    margin: auto;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
    height: 25px;
    padding: 5px;
    width: 100px;
    border: 1px solid black;
    text-align: center;
	}

	.back-btn a {
    font-size: 12px;
    font-weight: bolder;
    text-decoration: none;
	}

	.sign-btn a:hover, footer a {
		text-decoration: none;
		cursor: url('images/C_Black.png') 17.5 17.5, pointer;
	}

	button:hover, .enquire-btn:hover, .sign-btn:hover,
	.close-btn:hover, input[type="submit"]:hover,
	a.checkout-button.button.alt.wc-forward:hover,
	td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:hover,
	.back-btn:hover {
		border: 1px solid black;
		background: red!important;
		color: black!important;
		cursor: url('images/C_Black.png') 17.5 17.5, pointer;
		text-decoration: none;
	}

	.back-btn a:hover {
		cursor: url('images/C_Black.png') 17.5 17.5, pointer;
		text-decoration: none;
	}

  .link-list a:hover, .strike:hover {
		cursor: url('images/C_White.png') 17.5 17.5, pointer;
	}

	nav.woocommerce-MyAccount-navigation a:hover,
	.woocommerce-MyAccount-content a:hover {
		/*text-decoration: underline;*/
		cursor: url('images/C_Black_SML.png') 17.5 17.5, pointer;
	}

	label {
		font-family: 'Times New Roman';
	}

	.strike {
    position: absolute;
    width: 100%;
    height: 40px;
		border-radius: 20px;
    background: white;
    top: 0;
		margin: auto;
		left: 0;
		right: 0;
		-webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
		display: none;
  }

	.strike.store, .strike.blog {
		width: 160px;
  }

	/*--------------------------------------------------------------
	# OPENING
	--------------------------------------------------------------*/

	img.P-Img {
		width: 250px;
		margin: auto;
		bottom: 0;
		right: 0;
		/* -webkit-box-shadow: 2.5px 2.5px 7.5px 2.5px rgba(0,0,0,0.05);
		-moz-box-shadow: 2.5px 2.5px 7.5px 2.5px rgba(0,0,0,0.05);
		box-shadow: 2.5px 2.5px 7.5px 2.5px rgba(0,0,0,0.05); */
	}

	.enter {
		color: black;
    font-weight: bolder;
    width: 125px;
    height: 25px;
    font-size: 12px;
    padding: 4px;
    text-align: center;
    border-radius: 12.5px;
    border: 1px solid black;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
	}

	.enter:hover {
		background: red;
	}

	.open-wrap {
    position: fixed;
    z-index: 15;
    width: 100vw;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: white;
		opacity: 0;
		display: none;
  }

	.vis {
		opacity: 1!important;
	}

	.opener {
    position: relative;
    width: 100vw;
    height: 100vh;
  }

	.open-wrap .symbol {
		top: 20px;
	}

	.lo-tag {
    padding: 20px;
    height: 135px;
		max-width: 768px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	}

	img.open_lot {
    display: block;
    max-width: none;
    width: 100%;
  }

	/*--------------------------------------------------------------
	# HEADER
	--------------------------------------------------------------*/

	.dia img, .hash img, .under img, .symbol img {
		display: block;
	}

	.dia, .hash {
		height: 25.25px;
	}

	.dia {
    width: 25.25px;
  }

	.symbol {
		width: 30px;
		height: 19px;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
	}

	.icon {
    width: 20px;
    height: 12px;
    display: inline-block;
		padding-top: 3px;
  }

	.line {
    height: 1px;
    background: black;
  }

	.line.first {
    margin-bottom: 7.5px;
  }

	.menu {
		width: 75px;
	}

	.menu .txt {
		margin-left: 5px;
		display: inline-block;
	}

	.top {
    position: relative;
    margin: 20px;
  }

	.top .cart {
    position: absolute;
    top: 0;
    right: 0;
  }

	.top .cart a {
		text-decoration: none;
	}

	.top.m-pop {
		color: white;
		position: absolute;
		width: 100%;
		top: 0;
		margin: auto;
		padding: 20px;
	}

	.top.m-pop .cart {
		top: 20px;
		right: 20px;
	}

	.top.m-pop a {
		color: white;
	}

	.m-pop .symbol {
		top: 20px;
	}

	.m-pop .line {
		background: white;
	}

	.sign-in {
		font-family: 'Times New Roman', serif;
		font-size: 12px;
		line-height: 13px;
		text-align: center;
	}

	.enquiries {
    width: 335px;
    margin: 50px auto auto auto;
  }

	.general-e, .wholesale-e, .enquiries .dia {
		display: inline-block;
	}

	.general-e, .wholesale-e {
		text-align: center;
		font-family: 'Times New Roman', serif;
		font-size: 12px;
    line-height: 13px;
		width: 90px;
	}

	.enquiries .dia {
		margin: 0 60px;
	}

	.m-foot {
		margin-top: 40px;
    text-align: center;
		color: white;
  }

	.m-foot a, .m-foot p {
		text-decoration: none;
		color: white;
	}

	.m-foot p {
		margin: 0;
	}

	.link-list a img {
    margin: auto auto 25px auto;
    height: 40px;
    display: block;
  }

	.link-list a {
    display: inline-block;
		position: relative;
  }

	.menu-bg {
		background: black;
		width: 100vw;
		height: 100vh;
		position: fixed!important;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		z-index: 11;
	}

	.bot {
		position: absolute;
    top: 425px;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 15;
    color: white;
		height: 170px;
		margin-bottom: 60px;
  }

	.enquiries, .m-foot {
		display: none;
	}

	.bot a {
		color: white;
		text-decoration: none;
	}

	.sign-in a, .wholesale-e a, .general-e a {
		font-family: 'Times New Roman';
		font-size: 12px;
		line-height: 13px;
	}

	.menu-list {
		margin: 0 auto;
    width: 280px;
    height: 270px;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
  }

	.top_Wrap {
    position: fixed;
    z-index: 15;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
  }

	.flow-wrap {
		display: none;
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    margin: auto;
		overflow: scroll;
		z-index: 15;
  }

	.m-pop {
		display: none;
		position: relative;
		width: 100vw;
		height: 100vh;
	}

	.fixit {
		position: fixed!important;
	}

	.wholesale-form.mn {
		/* display: block!important; */
		background: black;
    height: 580px;
    width: 280px;
    padding: 20px;
    border: 1px solid white;
		position: absolute;
    z-index: 20;
		margin: 60px auto;
		left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

	.wholesale-form.mn form.wpcf7-form > p:first-of-type,
	.wholesale-form.mn form.wpcf7-form > p:nth-of-type(2) {
    width: 114px;
    display: inline-block;
    margin-bottom: 5px;
		margin-top: -5px;
  }

	.wholesale-form.mn label {
    color: white;
  }

	.wholesale-form.mn input,
	.wholesale-form.mn textarea {
    border: 1px solid white;
		color: white;
		background: transparent
  }

	.general-form.mn {
		display: none;
		background: black;
		height: 580px;
		width: 300px;
		padding: 20px;
		border: 1px solid white;
		position: absolute;
		z-index: 20;
		margin: 60px auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}

	.general-form.mn form.wpcf7-form > p:first-of-type,
	.general-form.mn form.wpcf7-form > p:nth-of-type(2) {
		width: 124px;
		display: inline-block;
		margin-bottom: 5px;
		margin-top: -5px;
	}

	.general-form.mn label {
		color: white;
	}

	.general-form.mn input,
	.general-form.mn textarea {
		border: 1px solid white;
		color: white;
		background: transparent
	}

	.general-form p.wsinfo,
	.general-form p.wsinfo a {
		text-align: center;
		text-transform: none;
		width: 280px;
		margin: auto auto 30px auto;
		font-size: 12px;
		line-height: 14px;
	}

	.general-form label {
		font-family: 'Times New Roman';
		text-transform: none;
		padding-bottom: 15px;
	}

	.general-form input {
		height: 25px;
		border-radius: 0;
		width: 100%;
		padding: 4px;
		margin: 3px 0 0 0;
	}

	.general-form textarea {
		border-radius: 0;
		padding: 4px;
		height: 130px;
		margin: 3px 0 0 0;
	}

	.general-form input[type="submit"] {
		width: 100px;
		background: transparent;
		font-size: 10.5px;
		margin: auto;
		display: block;
		font-weight: bold;
	}

	.close-btn.mn {
		display: block;
		border: 1px solid white;
		color: white;
	}

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

	footer {
		position: relative;
		border-top: 1px solid black;
		text-align: center;
		margin: auto 20px;
	}

	footer a, footer p {
		text-decoration: none;
	}

	footer p {
	  margin: 25px auto 30px auto;
	}

	a.ship {
    padding-top: 20px;
    display: inline-block;
	}

	a.policy {
		margin-left: 170px;
		padding-top: 20px;
		display: inline-block;
	}

	/*--------------------------------------------------------------
	# FRONT
	--------------------------------------------------------------*/

	.under {
    clear: both;
    overflow: hidden;
		position: relative;
  }

	.cred {
		text-align: center;
		position: absolute;
    margin: 8px auto auto auto;
    width: 78px;
    left: 0;
    right: 0;
	}

	img.hash {
    margin: auto auto 10px auto;
  }

	img.m_round {
    height: 75px;
  }

	img.m_round:first-child {
	    float: left;
	}

	img.m_round:last-child {
    float: right;
  }

	/*--------------------------------------------------------------
	# SHOP – DEFAULT
	--------------------------------------------------------------*/

	.woocommerce-page ul.products[class*=columns-] li.product-type-subscription {
    padding: 20px 20px 20px 20px!important;
  }

  .woocommerce-page ul.products[class*=columns-] li.product-type-subscription span.woocommerce-Price-amount.amount {
    font-size: 20px;
  }

	span.subscription-details {
    font-family: 'Times', sans-serif;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 20px;
		line-height: 22px;
  }

	ul.products[class*=columns-] li.product-type-subscription h2.woocommerce-loop-product__title {
    font-size: 20px!important;
    line-height: 22px;
    margin-bottom: 15px;
  }

	a.button.product_type_subscription.add_to_cart_button.ajax_add_to_cart {
    margin-top: 20px!important;
		padding: 6px;
		background: black;
		color: white;
  }

	a.button.product_type_subscription.add_to_cart_button.ajax_add_to_cart a.added_to_cart.wc-forward,
	a.button.product_type_subscription.add_to_cart_button.ajax_add_to_cart {
    display: block!important;
  }

	a.button.product_type_subscription.add_to_cart_button.ajax_add_to_cart a.added_to_cart.wc-forward {
		margin-top: 40px!important;
	}

	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		border-top: 1px solid black;
    padding: 20px 20px 65px 20px;
    clear: both;
    overflow: hidden;
    position: relative;
    width: 255px;
    margin: auto;
		float: none;
	}

	.woocommerce ul.products li.product-type-simple,
	.woocommerce-page ul.products li.product-type-simple {
	  padding: 20px 20px 27.5px 20px!important;
	}

	.woocommerce ul.products li.product-type-simple .price {
		margin: 20px 0!important;
	}

	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
	.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
		float: none;
	}

	h2.woocommerce-loop-product__title {
		font-size: 14px!important;
    font-weight: bolder;
	}

	.woocommerce ul.products li.product .price {
		color: black;
	}

	.woocommerce .quantity .qty {
		width: 100px;
	}

	.woocommerce #respond input#submit.alt,
	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt {
    background: white;
		color: black;
  }

	button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    background: white;
    color: black;
  }

	/*--------------------------------------------------------------
	# SHOP
	--------------------------------------------------------------*/

	h4, li {
    text-align: center;
  }

	li {
		list-style: none;
	}

	.hero {
    margin: 55px 20px 20px 20px;
  }

	img.h_img {
    display: block;
    width: 100%;
  }

	.divider {
    margin-top: 40px;
  }

	img.tag_img {
    display: block;
    max-width: 300px;
		width: 100%;
    margin: auto auto 30px auto;
  }

	.divider {
    margin: 40px auto;
  }

	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		img.slide {
			display: block;
			opacity: 1;
		}
  }

	@supports (-ms-accelerator:true) {
		img.slide {
			display: block;
			opacity: 1;
		}
  }

	img.slide {
		display: none;
		display: block\9;
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
		opacity: 0;
		opacity: 1\9;
  }

	img.active {
	 opacity: 1;
  }

	.hl {
		background: black;
	}

	.slide_Right {
		display: none;
	}

	.slide_Con {
    margin: 20px;
    position: relative;
    width: auto;
    height: 500px;
		overflow: hidden;
	}

	img.slide {
    display: block;
    position: absolute;
    max-width: none;
    width: 100%;
	}

	.thumb_Cont_Wrap {
		position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 11px;
    margin: auto;
	}

	.thumb_Cont {
    position: relative;
		width: 56px;
    height: 11px;
  }

	.thumb {
		width: 11px;
		height: 11px;
		border-radius: 50%;
		border: 1px solid black;
		position: absolute;
    bottom: 0;
	}

	h4 {
		font-family: 'Times New Roman', serif;
		font-size: 13px;
		    margin: 35px auto;
	}

	li {
		border-top: 1px solid black;
		padding: 20px 20px 65px 20px;
		clear: both;
		overflow: hidden;
		position: relative;
		width: 255px;
		margin: auto;
	}

	h2.woocommerce-loop-product__title, span.price {
    font-size: 14px;
    font-weight: bolder;
  }

	/*table.variations, .quantity {
		width: 100px;
	}*/

	table.variations td {
    display: block;
		padding: 0;
  }

	table.variations td.label {
		font-family: 'sofia-pro';
		margin-bottom: 10px;
		padding: 0;
	}

	table.variations td select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0;
		border: 1px solid black;
		background: transparent;
	}

	html[lang="en-US"] .quantity:before {
		content: "Quantity";
		margin-right: auto;
	}

	.quantity::before {
		margin: auto!important;
	}

	.quantity::before, .quantity input {
    display: block;
  }

	.quantity input, table.variations td select {
		height: 25px;
		width: 100px;
		text-align: center;
		padding: 4px;
		margin: auto;
		font-size: 10.5px;
		letter-spacing: 1.25px;
		text-transform: uppercase;
	}

	table.variations tr {
    float: left;
    display: block;
    width: 100px;
  }

	table.variations tr:first-child {
    margin-right: 15px;
  }

	/*table.variations tr:nth-child(2) > td select {
    padding: 4px 28px;
  }*/

	table.variations td select {
		padding: 4px 25px;
	}

	.quantity input {
		border-radius: 0;
		border: 1px solid black;
		margin-top: 10px;
	}

	.quantity input[type=number]::-webkit-inner-spin-button,
	.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
  }

	.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    width: 100px;
		margin: auto;
  }

	.woocommerce-variation-price {
    text-align: center;
    margin: auto;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 52px;
  }

	.single_variation_wrap span.woocommerce-Price-amount.amount {
    font-family: 'Times New Roman';
    font-size: 13px;
  }

	/*.single_variation_wrap {
    width: 100px;
    float: right;
  }*/

	table.variations {
    float: left;
  }

	.dia.sep {
	  margin: 30px auto 7.5px auto;
	}

	.add-to-cart-custom {
    position: absolute;
    left: 0;
    right: 0;
		bottom: 30px;
  }

	.add-to-cart-custom button {
    height: 25px;
    width: 120px;
    border-radius: 12.5px;
		border: 1px solid black;
		background: transparent;
		padding: 4px;
		font-weight: bold;
  }

	a.reset_variations {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    text-align: center;
    text-decoration: none;
    color: lightgrey;
  }

	h2.woocommerce-loop-product__title {
    margin-bottom: 7.5px;
  }

	span.price {
		margin-bottom: 7.5px;
    display: block;
    font-family: 'Times New Roman', serif;
    text-transform: lowercase;
    font-size: 11px;
  }

	span.woocommerce-Price-amount.amount {
    font-family: 'sofia-pro';
    font-size: 14px;
  }

	.custom-description {
		width: 180px;
		margin: auto;
	}

	.blends > li:last-of-type {
	  border-bottom: 1px solid black;
	}

	.hashsep {
		width: 25.25px;
		height: 55px;
		margin: 35px auto auto auto;
	}

	img.hs_img {
		display: block;
		max-width: none;
	}

	img.hs_img:first-child {
		margin-bottom: 5px;
	}

	.knuckles {
		display: none;
	}

	.arrow {
		display: none;
	}

	.deskshop {
		display: none;
	}

	/*--------------------------------------------------------------
	# ABOUT
	--------------------------------------------------------------*/

	body.page-template-template-about {
		background: red;
	}

	h3.page-title, h1.entry-title {
    text-align: center;
    margin-top: 40px;
		margin-bottom: 40px;
	}

	.c-content, article {
		padding: 50px 10px 20px 10px;
		position: relative;
		min-height: 86.5vh;
	}

	.about.c-content {
	  padding: 50px 20px 55px 20px;
	}

	.about.c-content p {
    font-size: 21px;
    line-height: 27px;
    text-transform: none;
    font-weight: 100;
		text-align: center;
	}

	span.lux {
    font-family: 'Times New Roman';
  }

	span.underl {
		text-decoration: underline;
	}

	sup.focus {
    background: url('/images/Scrib_1.svg');
  }

	.about.c-content sup {
    font-size: 8px;
    top: -15px;
    left: -25px;
    font-family: 'Times New Roman';
    font-weight: normal;
		margin-right: -18px;
  }

	sup.hot {
	  margin-right: -21px;
	}

	sub.focus {
    bottom: -11px;
    left: -92px;
		margin-right: -112px;
  }

	sub.focus img {
    height: 13px;
  }

	sup.nuances {
		top: -10px;
    left: -63px;
		margin-right: -50px;
	}

	sup.nuances img {
		height: 13px;
	}

	.about.c-content span img {
		display: block;
	}

	span.mmm, span.infin,
	span.diam, span.hasht,
	span.knuck {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4.5px;
	}

	span.logo {
		display: inline-block;
    vertical-align: middle;
    margin-top: -5.5px;
	}

	span.mmm img,
	span.logo img,
	span.infin img {
    height: 17.5px;
  }

	span.mmm img,
	span.infin img {
		vertical-align: middle;
	}

	span.diam img,
	span.hasht img {
    height: 22.5px;
		vertical-align: middle;
  }

	span.knuck img {
    height: 25.5px;
		vertical-align: sub;
  }

	/*--------------------------------------------------------------
	# WHOLESALE
	--------------------------------------------------------------*/

	.enquire-btn, .sign-btn, .close-btn {
		height: 25px;
		width: 100px;
		border: 1px solid black;
		padding: 4px;
		text-align: center;
		text-transform: uppercase;
	}

	.close-btn {
		border-radius: 12.5px;
		margin: auto;
		font-weight: bold;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 30px;
	}

	.login-form {
		display: none;
	}

	.login-form, .logform, body.woocommerce-account form.woocommerce-form.woocommerce-form-login.login {
		width: 300px;
    height: 175px;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: white;
		z-index: 10;
  }

	body.woocommerce-account form.woocommerce-form.woocommerce-form-login.login button.woocommerce-button.button.woocommerce-form-login__submit {
		float: none;
		margin: auto;
	}

	body.woocommerce-account form.woocommerce-form.woocommerce-form-login.login {
		text-align: center;
	}

	.login-form h2,
	.logform h2,
	body.woocommerce-account .woocommerce h2 {
    display: none;
  }

	form.woocommerce-form.woocommerce-form-login.login {
		width: 300px;
    border: none;
    padding: 0;
    margin: 0;
		position: relative;
		text-transform: none;
  }

	form.woocommerce-form.woocommerce-form-login.login label {
		text-transform: none;
	}

	p.woocommerce-LostPassword.lost_password {
    position: absolute;
    top: -4px;
    right: 0;
  }

	form.woocommerce-ResetPassword.lost_reset_password {
    width: 300px;
    text-align: center;
    margin: auto;
 }

 form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 100%;
 }

	p.woocommerce-LostPassword.lost_password a {
    font-family: 'Times New Roman';
    text-transform: none;
    text-decoration: none;
    color: darkgrey;
	}

	.wholesale-form {
    width: 280px;
    background: white;
    margin: auto auto 50px auto;
	}

	.wholesale-form p.wsinfo,
	.wholesale-form p.wsinfo a {
    text-align: center;
    text-transform: none;
    width: 280px;
    margin: auto auto 30px auto;
		font-size: 12px;
		line-height: 14px;
  }

	.wholesale-form label {
    font-family: 'Times New Roman';
    text-transform: none;
    padding-bottom: 15px;
	}

	.wholesale-form input {
    height: 25px;
    border-radius: 0;
    border: 1px solid black;
		width: 100%;
		padding: 4px;
		color: black;
		margin: 3px 0 0 0;
  }

	.wholesale-form textarea {
		border-radius: 0;
		border: 1px solid black;
		/* width: 300px; */
		padding: 4px;
		color: black;
		height: 130px;
		margin: 3px 0 0 0;
	}

	.wholesale-form input[type="submit"] {
    width: 100px;
    background: transparent;
    font-size: 10.5px;
    margin: auto;
    display: block;
		font-weight: bold;
  }

	form.wpcf7-form > p:first-of-type, form.wpcf7-form > p:nth-of-type(2) {
		width: 135px;
		display: inline-block;
	  margin-bottom: 5px;
	}

	form.wpcf7-form > p:nth-of-type(2) {
		margin-left: 5.5px;
	}

	.enquire-btn, .sign-btn {
    float: left;
    width: 100px;
  }

	.sign-btn a {
		text-decoration: none;
	}

	.enquire-btn {
    margin-right: 10px;
  }

	.close-btn, .wholesale-form {
		display: none;
	}

	.btn-wrap {
		clear: both;
		overflow: hidden;
		height: 25px;
		width: 210px;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	/*--------------------------------------------------------------
	# ACCOUNT
	--------------------------------------------------------------*/

	table.shop_table.subscription_details .button.cancel {
		text-align: center;
    margin-top: 0;
		padding: 6px;
  }

	table.shop_table.subscription_details td.order-actions a {
    text-align: center;
    padding: 6px!important;
  }

	td.order-actions a.button.pay, td.order-actions a.button.cancel {
		display: block!important;
    margin: 20px auto!important;
		text-align: center;
		padding: 6px;
	}

	td.order-actions a.button.view {
		display: block!important;
		margin: 0px auto!important;
		text-align: center;
		padding: 6px;
	}

	body.woocommerce-account .entry-content {
		padding: 50px 20px auto 20px;
	}

	.woocommerce-MyAccount-navigation ul {
		margin: auto;
		padding: 0;
	}

	nav.woocommerce-MyAccount-navigation li {
    border: none;
		padding: 0;
		margin-bottom: 2.5px;
  }

	nav.woocommerce-MyAccount-navigation li a {
		text-decoration: none;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: none;
    width: 255px;
    padding: 0;
    margin: auto;
  }

	.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 300px;
    margin: 40px auto auto auto;
    text-align: center;
		/* position: absolute;
		bottom: 0;
		left: 0;
		right: 0; */
  }

	.woocommerce-account article {
		/* height: 100vh; */
	}

	button.woocommerce-Button.button {
		height: 25px;
		width: 120px;
		border-radius: 12.5px;
		border: 1px solid black;
		background: transparent;
		padding: 4px;
		font-weight: bold;
		display: block;
		margin: auto;
	}

	body.woocommerce-edit-account .woocommerce-MyAccount-content {
		width: 300px;
		position: relative;
		margin: 40px auto 40px auto;
		text-align: left;
	}

	body.woocommerce-edit-account .woocommerce-MyAccount-content input {
		border: 1px solid black;
		border-radius: 0;
		height: 25px;
		padding: 4px;
	}

	body.woocommerce-edit-account .woocommerce-MyAccount-content label {
		font-family: 'Times New Roman';
		line-height: 14px;
		text-transform: capitalize;
	}

	body.woocommerce-edit-account .woocommerce-MyAccount-content fieldset {
    padding: 0;
    margin: 40px auto auto auto;
    border: none;
		text-transform: capitalize;
  }

	body.woocommerce-edit-account .woocommerce-MyAccount-content legend {
    text-align: center;
    margin-bottom: 35px;
		text-transform: uppercase;
  }

	body.woocommerce-edit-address .woocommerce-MyAccount-content p {
    text-align: center;
    text-transform: none;
    margin: auto auto 40px auto;
		font-size: 12px;
    line-height: 14px;
		width: 280px;
}

	body.woocommerce-edit-address .woocommerce-account .woocommerce-MyAccount-content {
		text-align: left;
	}

	.woocommerce-account .addresses .title h3 {
		margin: 0 0 10px 0;
		font-weight: bolder;
		float: none;
	}

	.woocommerce-account .addresses .title .edit {
		float: none;
		margin-bottom: 15px;
    display: block;
	}

	body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p {
		text-align: left;
		text-transform: none;
		margin: 0;
		font-size: 12px;
		width: 300px;
	}

	body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper select {
		text-transform: uppercase;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0;
		border: 1px solid black;
		background: transparent;
		height: 25px;
	}

	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
		height: 25px;
		width: 120px;
		border-radius: 12.5px;
		border: 1px solid black;
		background: transparent;
		padding: 4px;
		font-weight: bold;
	  margin: 20px auto auto auto;;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
		display: none;
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black;
    line-height: 23px;
    text-transform: uppercase;
		font-size: 11px;
		padding-left: 4px;
	}

	.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid black;
    border-radius: 0;
    height: 25px;
  }

	body.woocommerce-edit-address .woocommerce-MyAccount-content h3 {
    margin-bottom: 30px;
  }

	body.woocommerce-edit-address .woocommerce-account article {
    height: auto;
    margin-bottom: 105px;
  }

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

	.woocommerce-message {
		display: none!important;
	}

	.woocommerce-cart td.product-thumbnail, .woocommerce-cart td.product-name {
    pointer-events: none;
  }

	.woocommerce-error, .woocommerce-info, .woocommerce-message,
	.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
		padding: 10px;
    margin: auto;
    background-color: black;
    list-style: none;
    width: 300px;
    text-align: center;
    color: white;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 0;
		border-top-color: transparent;
	}

	.woocommerce-error a, .woocommerce-info a,
	.woocommerce-message a, a.restore-item {
		color: white;
	}

	.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
		display: none;
	}

	.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    list-style: none outside!important;
    padding: 0!important;
    margin: 0;
    border-top: none;
    padding: 0;
  }

	.woocommerce-message a.woocommerce-Button.button {
		display: block;
    float: none!important;
    margin: auto;
    border: white 1px solid;
    padding: 4px;
    height: 25px;
    color: white;
    font-size: 12px;
    margin-bottom: 10px;
  }

	/*--------------------------------------------------------------
	# CART
	--------------------------------------------------------------*/

	.woocommerce table.shop_table {
    border: 1px solid black;
    padding: 20px;
    margin: 0 auto 24px auto;
    text-align: left;
    width: 300px;
    border-collapse: separate;
    border-radius: 0;
  }

.woocommerce table.shop_table,
.woocommerce table.shop_table input,
.woocommerce table.shop_table label,
.woocommerce table.shop_table span,
.woocommerce table.shop_table a {
		font-size: 10.5px;
	}

	tr.woocommerce-cart-form__cart-item.cart_item {
    margin-bottom: 40px;
  }

	tr.woocommerce-cart-form__cart-item.cart_item td {
    border-bottom: 1px solid black;
    border-radius: 0;
  }

	tr.woocommerce-cart-form__cart-item.cart_item .quantity {
    width: auto;
  }

	tr.woocommerce-cart-form__cart-item.cart_item .quantity input {
    margin: 0;
    width: auto;
    float: right;
    border: none;
    text-align: right;
    padding: 0;
    height: auto;
  }

	.woocommerce table.cart td.actions {
    padding: 0;
    border: none;
  }

	input#coupon_code {
    padding: 4px;
    height: 25px;
		text-align: center;
  }

	.coupon input.button {
    text-align: center;
    color: black!important;
		border: 1px solid black;
  }

	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background: transparent;
	}

	.woocommerce table.cart button.button {
    width: 150px!important;
    color: black!important;
    opacity: 1!important;
  }

	.cart_totals {
    width: 300px!important;
    margin: auto;
	}

	.woocommerce-cart .cart-collaterals .cart_totals table {
    padding: 20px;
  }

	.woocommerce-cart .cart-collaterals .cart_totals table td {
    border-bottom: 1px solid black;
  }

	tr.cart-subtotal > td {
    border-top: 1px solid black!important;
  }

	.cart_totals h2 {
    text-align: center;
    margin-bottom: 35px;
	}

	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    height: 25px!important;
    padding: 5px;
    margin: 25px auto;
    background: transparent;
    color: black;
    font-size: 12px;
		width: 185px;
  }

	.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
    padding: 0;
    margin: auto auto 25px auto;
    text-align: center;
    border-radius: 5px;
  }

	form.checkout_coupon p.form-row {
    display: block;
    float: none;
    margin: auto!important;
  }

	body.woocommerce-checkout input#coupon_code {
		margin-right: 0!important;
	}

	.wcppec-checkout-buttons__button img {
    height: 35px!important;
  }

	td.product-remove {
		border-top: 1px solid black!important;
	}

	.woocommerce a.remove {
		display: block;
		font-size: 15px!important;
		width: 100%;
		text-align: left;
		line-height: 1;
		border-radius: 0;
		color: black!important;
		text-decoration: none;
		font-weight: 100;
		border: 0;
		font-family: 'sofia-pro';
	}

	.woocommerce a.remove:hover {
		background: transparent;
		color: black;
	}

	form.woocommerce-shipping-calculator {
    margin-top: -8px;
  }

	section.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black;
    line-height: 23px;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0px;
    text-align: center;
  }

	section.shipping-calculator-form button.button {
    color: black;
    margin: 20px auto auto auto;
    text-align: center;
    width: 120px;
    display: block;
  }

	td[data-title="Shipping"] {
	  padding: 6px 0px!important;
	}

	tr.shipping td::before {
    margin-bottom: 6px;
		padding-left: 12px;
  }

	.woocommerce ul#shipping_method {
		clear: both;
    overflow: hidden;
	}

	ul#shipping_method label {
    font-family: 'sofia-pro', serif;
    text-align: right;
  }

	.woocommerce ul#shipping_method li {
    margin: 0;
    padding: 6px 8px;
    text-indent: 0;
    list-style: none outside;
		text-align: right;
		width: auto;
  }

	form.woocommerce-shipping-calculator {
    margin-top: 0;
    padding: 0px 10px;
	}

	table.shop_table.woocommerce-checkout-review-order-table td[data-title="Shipping"] li {
	    padding-right: 0!important;
	}

	table.shop_table.woocommerce-checkout-review-order-table td[data-title="Shipping"] li:first-child {
    border-top: 0;
    padding-top: 0!important;
  }

	table.shop_table.woocommerce-checkout-review-order-table td[data-title="Shipping"] li:first-child input {
    margin-top: 0!important;
  }

	table.shop_table.woocommerce-checkout-review-order-table td[data-title="Shipping"] li label {
	    text-transform: uppercase;
	}

	/*--------------------------------------------------------------
	# BILLING/SHIPPING
	--------------------------------------------------------------*/

	body.woocommerce-checkout form {
		width: 300px;
		margin: auto;
	}

	body.woocommerce-checkout label {
    text-transform: none;
  }

	body.woocommerce-checkout h3 {
		text-align: center;
		margin-bottom: 35px;
	}

	h3#order_review_heading {
    margin-top: 30px;
  }

	body.woocommerce-checkout textarea {
		border-radius: 0;
		border: 1px solid black;
	}

	body.woocommerce-checkout .woocommerce form .form-row {
    padding: 3px 0 3px 0;
    margin: 0 0 6px;
  }

	table.shop_table.woocommerce-checkout-review-order-table td,
	table.shop_table.woocommerce-checkout-review-order-table th,
	table.shop_table.woocommerce-checkout-review-order-table tr,
	table.shop_table.woocommerce-checkout-review-order-table thead {
		border-bottom: 1px black solid;
    padding: 5px 0px;
    vertical-align: top;
    border-top: none!important;
	}

	table.shop_table.woocommerce-checkout-review-order-table tr > td:nth-child(2),
	table.shop_table.woocommerce-checkout-review-order-table tr > th:nth-child(2) {
	  text-align: right;
	}

	table.shop_table.woocommerce-checkout-review-order-table thead tr > th {
		border-top: 1px black solid!important;
	}

	/*--------------------------------------------------------------
	# ORDER RECIEVED
	--------------------------------------------------------------*/

	body.woocommerce-order-received .woocommerce {
    width: 300px;
    margin: auto;
  }

	body.woocommerce-order-received {
    text-align: center;
  }

	body.woocommerce-order-received .woocommerce ul.order_details li {
    float: none;
    margin: auto;
    text-transform: uppercase;
    font-size: 10.5px;
    line-height: normal;
    border-right: none;
    padding: 0;
    width: 300px;
	}

	body.woocommerce-order-received .woocommerce ul.order_details li strong,
	body.woocommerce-order-received .woocommerce ul.order_details li span {
	    display: inline-block;
	    font-size: 10.5px;
	    text-transform: uppercase;
	    line-height: normal;
	}

	body.woocommerce-order-received .woocommerce ul.order_details li:last-of-type {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }

	body.woocommerce-order-received .woocommerce ul.order_details {
    margin: auto;
		padding: 0;
	}

	body.woocommerce-order-received h2 {
    margin: 40px auto;
  }

	body.woocommerce-order-received section.woocommerce-order-details {
    margin-bottom: 0!important;
  }

	body.woocommerce-order-received address {
    text-align: center!important;
    border: 1px solid black!important;
    border-right: none!important;
    border-left: none!important;
    border-radius: 0!important;
    padding: 35px!important;
    /* border-top: black; */
    width: 300px!important;
    margin: auto;
  }

	/*--------------------------------------------------------------
	# CHECKOUT
	--------------------------------------------------------------*/

	.woocommerce-checkout #payment {
		background: transparent;
		border-radius: 0;
		width: 300px;
	}

	.woocommerce-checkout #payment ul.payment_methods {
		text-align: center;
		padding: 0;
		border-bottom: none;
		margin: 0;
		list-style: none outside;
		width: 300px;
		margin: auto;
	}

	.woocommerce-checkout #payment ul.payment_methods li {
		line-height: normal;
    text-align: center;
    margin: 40px auto auto auto;
    font-weight: normal;
    padding: 35px 0 0 0;
    width: 300px;
  }

	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order {
    float: none;
		width: 120px;
  }

	button#place_order {
    float: none;
    background: transparent;
    color: black;
    margin: 40px auto!important;
    display: block;
		width: 120px;
  }

	ul.wc_payment_methods.payment_methods.methods input[type="radio"] {
		display: block;
    margin: auto auto 20px auto!important;
    width: 10px;
    height: 10px;
    text-align: center;
  }

	ul.wc_payment_methods.payment_methods.methods label {
    text-transform: uppercase;
    font-family: 'sofia-pro';
    font-weight: bolder;
    font-size: 11px;
  }

	.payment_box.payment_method_bacs p {
    color: black;
    text-transform: none;
	}

	#add_payment_method #payment ul.payment_methods li img,
	.woocommerce-cart #payment ul.payment_methods li img,
	.woocommerce-checkout #payment ul.payment_methods li img {
		position: initial;
	}

	#add_payment_method #payment div.payment_box,
	.woocommerce-cart #payment div.payment_box,
	.woocommerce-checkout #payment div.payment_box {
		background-color: transparent;
		text-align: center;
		padding: 4px;
    margin: 5px auto auto auto;
	}

	#add_payment_method #payment div.payment_box::before,
	.woocommerce-cart #payment div.payment_box::before,
	.woocommerce-checkout #payment div.payment_box::before {
		display: none;
	}

	li.wc_payment_method.payment_method_paypal label,
	li.wc_payment_method.payment_method_paypal img,
	li.wc_payment_method.payment_method_paypal a {
    display: block;
    text-align: center;
    margin: auto;
		float: none;
  }

	a.about_paypal {
    display: none!important;
  }

	li.wc_payment_method.payment_method_paypal img {
    margin: auto!important;
    width: 120px;
  }

	ul.wc-item-meta li {
    padding: 0;
    margin: 0;
    display: block;
    float: none;
		width: auto;
		border: none;
  }

	ul.wc-item-meta li strong,
	ul.wc-item-meta li p {
    display: inline;
  }

	ul.wc-item-meta {
    width: 110px;
    margin: 0;
    padding: 0;
    display: block;
	}

	/*--------------------------------------------------------------
	# ORDER RECIEVED
	--------------------------------------------------------------*/

	body.woocommerce-order-details .woocommerce table.shop_table {
		display: block;
		width: 300px;
		margin: auto;
		padding: 20px;
		border: 1px solid black;
	}

	body.woocommerce-order-details .woocommerce table.shop_table td {
		border-top: none!important;
	}

	table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td,
	table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,
	table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr,
	table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead {
		border-bottom: 1px black solid;
		padding: 5px 0px!important;
		vertical-align: top;
		border-top: none!important;
		width: 150px!important;
	}

	table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead tr th {
		border-top: 1px solid black;
	}

	table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr > td:nth-child(2),
	table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr > th:nth-child(2) {
		text-align: right;
	}

	/*--------------------------------------------------------------
	# VIEW ORDER
	--------------------------------------------------------------*/

	body.woocommerce-view-order .woocommerce-MyAccount-content mark {
    background: transparent;
  }

	body.woocommerce-view-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    width: 300px;
    border: 1px solid;
	}

	body.woocommerce-view-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead tr th {
    border-top: 1px solid black!important;
  }

	body.woocommerce-view-order address {
		text-align: center!important;
		border: 1px solid black!important;
		border-right: none!important;
		border-left: none!important;
		border-radius: 0!important;
		padding: 35px!important;
		/* border-top: black; */
		width: 300px!important;
		margin: auto;
	}

	body.woocommerce-view-order h2 {
    margin: 40px auto;
  }

	/*--------------------------------------------------------------
	# EMPTY CART
	--------------------------------------------------------------*/

	p.cart-empty {
		text-align: center;
	}

	p.return-to-shop {
    text-align: center;
  }

  a.button.wc-backward {
		width: 120px;
    margin: auto;
    padding: 5px;
    font-size: 12px;
    color: black;
  }

	/*--------------------------------------------------------------
	# ORDERS – DASHBOARDS
	--------------------------------------------------------------*/

	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td {
		border-bottom: 1px solid black;
	}

	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody > tr:first-of-type > td:first-child {
    border-top: 1px solid black;
  }

	td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    width: 80px;
    text-align: center;
    height: 25px;
    padding: 5px;
    font-size: 12px;
		margin: 20px auto;
	  display: block;
	}

	td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions::before {
		display: none;
	}

	/*--------------------------------------------------------------
	# BLOG
	--------------------------------------------------------------*/

	body.blog .global.knuckles {
		display: none!important;
	}

	body.blog h1 {
    font-weight: bolder;
    font-size: 18px;
		margin: 0;
		line-height: normal;
  }

	body.blog .entry-meta {
    text-align: center;
		clear: both;
		overflow: hidden;
		padding: 0 25px;
  }

	.meta-date {
		float: left;
	}

	.meta-location {
		float: right;
	}

	body.blog article .dia {
    width: 25.25px;
    margin: 30px auto;
  }

	body.blog article {
    width: 300px;
    margin: auto;
  }

	body.blog header.entry-header {
		width: 260px;
    margin: 35px auto 40px auto;
  }

	body.blog article {
    padding: 20px 0px 0px 0px;
  }

	body.blog main#main {
    margin: 40px auto 30px auto;
  }

	body.page-template-template-default .entry-content {
    text-align: center;
    width: 300px;
    margin: auto;
		margin: auto auto 90px auto;
	}

  body.page-template-template-default .entry-content p {
		text-transform: none;
    font-size: 11px;
	}


}

@media screen and (min-width: 568px) {

}

@media screen and (min-width: 768px) {

	/*--------------------------------------------------------------
	# GLOBAL
	--------------------------------------------------------------*/

	body {
		max-width: none;
		margin: auto;
	}

	/*--------------------------------------------------------------
	# OPEN
	--------------------------------------------------------------*/

	.lo-tag {
		width: 768px;
		height: 230px
	}

	.enter {
		bottom: 40px;
	}

	/*--------------------------------------------------------------
	# HEADER
	--------------------------------------------------------------*/
	.top {
		margin: 20px;
	}

	.bot {
		bottom: 30px;
    position: fixed;
    margin-bottom: 0;
    top: auto;
	}

	.enquiries, .m-foot {
		display: block;
	}

	.enquiries {
    width: 375px;
	  margin: 45px auto auto auto;
	}

	.enquiries .dia {
    margin: 0px 80px;
  }

	.menu-list {
		width: auto;
		height: 510px;
		width: 480px;
	}

	.link-list {
    width: 480px;
    margin: auto;
  }

	.link-list a img {
    margin: auto auto 30px auto;
    height: 55px;
		width: 472px;
  }

	.strike {
		top: 0px;
		height: 55px;
		border-radius: 85px;
		-webkit-filter: blur(10px);
		-moz-filter: blur(10px);
		-o-filter: blur(10px);
		-ms-filter: blur(10px);
		filter: blur(3px);
	}

	.strike.store, .strike.blog {
		width: 215px;
	}

	.top.m-pop {
		padding: 20px;
	}

	.m-pop .symbol {
		top: 20px;
	}

	.top.m-pop .cart {
		top: 20px;
		right: 20px;
	}

	/*--------------------------------------------------------------
	# SHOP
	--------------------------------------------------------------*/

	.cat {
		min-height: 1006px;
		height: 1006px;
	}

	.prod-wrap {
		margin-top: 83px;
		min-height: 871px;
		height: 871px;
	}

	.prod-wrapmob, .mob.arrow, .hashsep.mob {
		display: none;
	}

	.mobshop {
		display: none;
	}

	.deskshop {
		display: block;
	}

	.slideshow_wrap {
		clear: both;
		overflow: hidden;
		position: relative;
	}

	.slide_Right {
		display: block;
	}

	.slide_Left, .slide_Right {
    width: 50%;
    float: left;
  }

	.slide_Con {
		height: 495px;
		min-height: 495px;
	}

	.slide_Left .slide_Con {
	  margin: 20px 10px 20px 20px;
	}

	.slide_Right .slide_Con {
		margin: 20px 20px 20px 10px;
	}

	.product-wrap {
		clear: both;
		overflow: hidden;
		position: relative;
		margin: 0 20px;
	}

	.hashsep {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.blends {
		float: left;
		width: 50%;
		padding-right: 10px;
	}

	.single-origin {
		float: right;
		width: 50%;
		padding-left: 10px;
	}

	.knuckles {
		display: none;
    width: 75px;
    height: 183px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
		z-index: 5;
	}

	.knuckles.One {
		left: 0;
	}

	.knuckles.Two {
		right: 0;
	}

	.knuckles img {
		display: block;
		max-width: none;
	}

	.single-origin > li:last-of-type {
		border-bottom: 1px solid black;
	}

	.arrow {
		width: 25.25px;
		margin: 20px auto;
		display: block;
	}

	.arrow img {
		display: block;
		max-width: none;
	}

	.prod-wrap {
    overflow-y: scroll;
		position: absolute;
		left: 0;
		right: 0;
  }

	.prod-wrap li {
		height: 435px;
	}

	.cat {
		width: calc(50% - 10px);
	}

	.cat .prod-wrap > li:last-child {
    border-bottom: 1px solid black;
  }

	.blends, .single-origin {
    background: white;
		position: relative;
  }

	.blends h4, .single-origin h4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }

	.arrow {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.hashsep {
		z-index: 5;
	}

	/*--------------------------------------------------------------
	# WHOLESALE & SUBSCRIPTION
	--------------------------------------------------------------*/

	/* .wholesale.cat {
		margin: auto;
	}

	.wholesale.cat .prod-wrap {
		margin: auto;
		margin-top: 0!important;
	}

	.wholesale.cat li {
		height: auto!important;
    padding-bottom: 30px!important;
  }

	.wholesale.cat {
    margin: auto;
		margin-top:15px!important;
  }

	.wholesale.cat .quantity {
		margin-bottom: 6px;
	}

	body.archive.woocommerce .cat {
    width: 33%;
		float: left;
    padding: 0;
    position: relative;
		margin-top: 0px!important;
  } */

	body.archive.woocommerce .subscription.mobcat {
		display: block;
	}

	.subscription.mobcat .prod-wrapmob {
    display: block;
		margin-bottom: 50px;
  }

	.subscription.mobcat .prod-wrapmob > li {
    border-bottom: 1px solid black;
		padding-bottom: 30px;
  }

	body.archive.woocommerce .mobcat {
		display: none;
	}

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

	a.ship {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	a.policy {
		position: absolute;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	footer {
		margin: auto 20px;
	}

	/*--------------------------------------------------------------
	# ABOUT
	--------------------------------------------------------------*/

	h3.page-title, h1.entry-title {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 40px;
  }

	.about.c-content p {
    font-size: 27px;
    line-height: 32px;
    text-align: center;
    width: 590px;
		margin: auto auto 40px auto;
  }

	.about.c-content sup {
		font-size: 10px;
    top: -23px;
    left: -34px;
    margin-right: -26px;
	}

	sub.focus {
		left: -110px;
	}

	sup.nuances {
    top: -16px;
	}

	span.mmm img, span.logo img, span.infin img {
    height: 19.5px;
  }

	span.diam img, span.hasht img {
    height: 27.5px;
	}

	span.knuck img {
    height: 29.5px;
	}

	/*--------------------------------------------------------------
	# BLOG
	--------------------------------------------------------------*/

	body.blog main#main {
		clear: both;
		overflow: hidden;
		padding: 0 20px;
	}

	body.blog article {
    width: 50%;
    float: left;
	}

	body.blog article:nth-child(even) {
    /* padding: 0px 10px 0px 20px; */
		padding: 0px 10px 0px 0px;
	  position: relative;
  }

	body.blog article:nth-child(odd) {
    /* padding: 0px 20px 0px 10px; */
		padding: 0px 0px 0px 10px;
		position: relative;
  }

	body.blog article:nth-child(odd),
	body.blog article:nth-child(even) {
		overflow: hidden;
	}

	body.blog header.entry-header {
		height: 175px;
		margin: auto;
		position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	}

	.head-wr {
		position: relative;
	}

	.PartTwo {
		overflow: hidden;
	}

	body.blog article img {
		display: block;
		max-width: none;
		width: 100%;
	}

	body.blog article:nth-child(even) .PartOne {
    position: absolute;
    top: 0;
		left: 0;
		right: 0;

  }

	body.blog article:nth-child(odd) .PartOne,
	body.blog article:nth-child(even) .PartTwo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

	body.blog main#main {
    margin: 55px auto 30px auto;
  }

}

@media screen and (min-width: 769px) {

		/*--------------------------------------------------------------
		# CART
		--------------------------------------------------------------*/
		.woocommerce table.shop_table {
			border: none;
			width: 600px;
		}

		tr.woocommerce-cart-form__cart-item.cart_item td {
	    border-bottom: none;
		}

		.woocommerce table.shop_table td {
		    border-top: 1px solid black!important;
			}

		.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	    float: none;
	    width: 600px!important;
	  }

		.coupon input.button {
			 margin-top: 20px!important;
		}

		input#coupon_code {
	    padding: 4px;
	    height: 25px;
	    text-align: center;
	    margin-top: 20px;
	    width: 120px!important;
	    margin-right: 20px;
	  }

		tr.woocommerce-cart-form__cart-item.cart_item .quantity::before {
			display: none;
		}

		tr.woocommerce-cart-form__cart-item.cart_item .quantity {
			width: 60px;
	    margin: 0;
	  }

		tr.woocommerce-cart-form__cart-item.cart_item .quantity input {
	    margin: 0;
	    width: 60px;
	    float: none;
	    border: none;
	    text-align: center;
	    padding: 0;
	    height: auto;
	    vertical-align: middle;
	 }

	 .cart_totals {
	    width: 600px!important;
	    margin: auto;
			float: none;
	 }

	 .woocommerce-cart .cart-collaterals .cart_totals table td,
	 .woocommerce-cart .cart-collaterals .cart_totals table th {
	     border-top: 1px solid black!important;
	     border-bottom: none;
	     height: 25px!important;
	     vertical-align: middle;
	 }

	 tr.order-total td, tr.order-total th {
	    border-bottom: 1px solid black!important;
	 }

	 .woocommerce-cart .cart-collaterals .cart_totals table td {
	    text-align: right;
	 }

	 tr.shipping th {
	    vertical-align: top!important;
	 }

	 form.woocommerce-shipping-calculator p {
	    margin-bottom: 0;
	  }

		section.shipping-calculator-form {
	     margin-top: 20px;
	  }

		section.shipping-calculator-form button.button {
			margin: 20px auto 20px auto;
		}

		td[data-title="Shipping"] {
	    height: auto!important;
	  }

		.woocommerce ul#shipping_method li {
			float: right;
			border-top: none;
			padding-top: 1px;
		}

		form.woocommerce-shipping-calculator {
     margin-top: -8px;
     padding: 12px 8px 8px;
    }

		/*--------------------------------------------------------------
		# CHECKOUT
		--------------------------------------------------------------*/

		body.woocommerce-checkout .woocommerce .col2-set .col-1,
		body.woocommerce-checkout .woocommerce-page .col2-set .col-1,
		body.woocommerce-checkout .woocommerce .col2-set .col-2,
		body.woocommerce-checkout .woocommerce-page .col2-set .col-2 {
	    float: none;
	    width: 300px;
	    margin: auto;
	  }

		body.woocommerce-checkout .woocommerce table.shop_table {
			display: block;
			width: 300px;
			margin: auto;
			padding: 20px;
	    border: 1px solid black;
		}

		table.shop_table.woocommerce-checkout-review-order-table tr th {
	    width: 150px!important;
		}

		body.woocommerce-checkout .woocommerce table.shop_table td {
			border-top: none!important;
		}


		/*--------------------------------------------------------------
		# ORDER RECIEVED
		--------------------------------------------------------------*/

		body.woocommerce-order-details .woocommerce .col2-set .col-1,
		body.woocommerce-order-details .woocommerce-page .col2-set .col-1 {
	    float: none;
	    width: auto;
	  }

		body.woocommerce-order-details .woocommerce table.shop_table {
			display: block;
			width: 300px;
			margin: auto;
			padding: 20px;
			border: 1px solid black;
		}

		body.woocommerce-order-details .woocommerce table.shop_table td {
			border-top: none!important;
		}

		table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td,
		table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,
		table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr,
		table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead {
			border-bottom: 1px black solid;
	    padding: 5px 0px!important;
	    vertical-align: top;
	    border-top: none!important;
			width: 150px!important;
		}

		table.shop_table.woocommerce-checkout-review-order-table thead tr th {
	    border-top: 1px solid black;
	  }

		/*--------------------------------------------------------------
		# SUBSCRIPTION – DASHBOARD
		--------------------------------------------------------------*/
		body.woocommerce-edit-address .woocommerce-account .woocommerce-MyAccount-content {
			width: 300px;
		}

		.woocommerce-account .woocommerce-MyAccount-content {
			width: 600px;
		}


		table.shop_table.subscription_details .button.cancel {
			float: right;
		}

		/*--------------------------------------------------------------
		# ORDERS – DASHBOARD
		--------------------------------------------------------------*/

		body.woocommerce-orders .woocommerce-MyAccount-content {
			width: 600px!important;
			margin: 20px auto auto auto;
		}

		table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td {
			border-bottom: none;
		}

		table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr:last-of-type > td {
	    border-bottom: 1px solid black;
	  }

		td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
	    width: 90px;
	  }

		td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
			 margin: 5px auto;
		}

		/*--------------------------------------------------------------
		# VIEW ORDER
		--------------------------------------------------------------*/

		body.woocommerce-view-order .woocommerce .col2-set .col-1,
		body.woocommerce-view-order .woocommerce-page .col2-set .col-1 {
			float: none;
			width: auto;
		}

		body.woocommerce-view-order .woocommerce .col2-set .col-2,
		body.woocommerce-view-order .woocommerce-page .col2-set .col-2 {
			float: none;
			width: auto;
		}
}

@media screen and (min-width: 1024px) {

	/*--------------------------------------------------------------
	# OPEN
	--------------------------------------------------------------*/

		.open-wrap .symbol {
			top: 40px;
		}

		img.P-Img {
			width: 300px;
		}

	/*--------------------------------------------------------------
	# HEADER
	--------------------------------------------------------------*/
	.top {
		margin: 40px;
	}

	.bot {
		bottom: 40px;
	}

	.top.m-pop {
		padding: 40px;
	}

	.m-pop .symbol {
    top: 40px;
  }

	.top.m-pop .cart {
    top: 40px;
    right: 40px;
  }

	footer {
		margin: auto 40px;
	}

	/*--------------------------------------------------------------
	# SHOP
	--------------------------------------------------------------*/

	.hero {
    margin: 95px 40px 40px 40px;
  }

	.divider {
    margin: 70px auto;
  }

	img.tag_img {
		width: 300px;
		margin: auto auto 60px auto;
	}

	.slide_Left .slide_Con {
		margin: 20px 10px 20px 40px;
	}

	.slide_Right .slide_Con {
    margin: 20px 40px 20px 10px;
  }

	.product-wrap {
		margin: 0 40px;
	}

	.knuckles {
		display: block;
	}

	.global.knuckles.One {
    left: 40px;
  }

	.global.knuckles.Two {
		right: 40px;
	}

	/*--------------------------------------------------------------
	# BLOG
	--------------------------------------------------------------*/

	body.blog main#main {
    margin: 95px auto 30px auto;
		padding: 0 40px;
  }

	body.blog article:nth-child(even) {
    padding: 0px 20px 0px 0px;
  }

	body.blog article:nth-child(odd) {
    padding: 0px 0px 0px 20px;
  }

}

@media screen and (min-width: 1100px) {

}

@media screen and (min-width: 1200px) {

	.wholesale-form.mn,
	.general-form.mn {
		margin: auto;
	}

	body.page-template-template-about #content {
		min-height: 700px;
	}

	.about.c-content p {
		margin: auto;
		/* position: absolute;
		left: 0;
		right: 0;
		top: 60px;
		bottom: 0; */
		height: 570px;
	}

}

@media screen and (min-width: 1400px) {

	/*--------------------------------------------------------------
	# GLOBAL
	--------------------------------------------------------------*/

	body {
		width: 1400px;
		margin: auto;
	}

	.top {
		margin: 40px auto;
		position: relative;
		width: 1320px;
	}

}
