/*
Theme Name: Retail
Theme URI: https://uxlthemes.com/theme/retail/
Author: UXL Themes
Author URI: https://uxlthemes.com
Description: Retail is a clean and uncluttered WordPress shopping theme. Support for WooCommerce along with Wishlist and Quick View plugins is included along with an auto-updating header shopping cart, optional sticky header, sticky add-to-cart panel on single product pages and a horizontal product filter widget area to help increase the e-commerce sales of your store. The blog also features 12 different grid layout options including masonry post layout and support for video posts/articles. Retail also has full width and boxed layout options.
Version: 1.8
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: retail
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, block-styles, wide-blocks, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, footer-widgets, blog, news, e-commerce

This theme, like WordPress, is licensed under the GPL.
*/

/*--------------------------------------------------------------
# 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;
	margin: 0;
}

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

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

small{
	font-size: 80%;
}

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

sup{
	top: -0.5em;
}

sub{
	bottom: -0.25em;
}

img{
	border: 0;
}

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

figure{
	margin: 0;
}

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

pre{
	overflow: auto;
}

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

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

button{
	overflow: visible;
}

button,
select{
	text-transform: none;
}

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

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

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

input{
	line-height: normal;
}

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

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

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

fieldset{
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend{
	border: 0;
	padding: 0;
}

textarea{
	overflow: auto;
}

optgroup{
	font-weight: bold;
}

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

th{
	padding: 0.3em;
	border: 1px solid #f5f5f5;
	background: #f9f9f9;
}
td{
	padding: 0.3em;
	border: 1px solid #f5f5f5;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea{
	color: #626678;
	font-family: 'Libre Franklin', Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.68;
}

h1,
h2,
h3,
h4,
h5,
h6{
	color: #626678;
	font-weight: 500;
	line-height: 1.2;
	font-family: 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	margin: 0 0 20px;
}

h1{
	font-size: 26px;
}

h2{
	font-size: 24px;
}

h3{
	font-size: 22px;
}

h4{
	font-size: 20px;
}

h5{
	font-size: 18px;
}

h6{
	font-size: 16px;
}

p{
	margin: 0 0 15px;
}

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

blockquote{
	margin: 0;
}

address{
	margin: 0 0 15px;
}

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{
	background-color: #f2f2f2;
	padding: 0.125em 0.25em;
}

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

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

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

big{
	font-size: 125%;
}

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

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

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

blockquote:before,
blockquote:after{
	content: "\"";
	position: absolute;
	top: 0;
	font-size: 200%;
	text-align: center;
	width: 30px;
	height: 100%;
	background: #f2f2f2;
}
blockquote:before{
	left: 0;
}
blockquote:after{
	right: 0;
}

q:before{
	content: "\"";
	position: absolute;
	top: -.5em;
	left: 0;
	font-size: 2em;
}
q:after{
	content: "\"";
	position: absolute;
	top: -.5em;
	right: 0;
	font-size: 2em;
}

blockquote{
	quotes: "" "";
	position: relative;
	font-style: italic;
	font-size: 105%;
	font-weight: 500;
  	padding: 10px 40px 10px 40px;
  	background: #f8f8f8;
  	border-radius: 2px;
}

q{
	quotes: "" "";
	position: relative;
	padding: 0 17px;
}

hr{
	background-color: rgba(0,0,0,0.2);
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

ul,
ol{
	margin: 0 0 15px 20px;
	padding: 0;
}

ul{
	list-style: disc;
}

ol{
	list-style: decimal;
}

li > ul,
li > ol{
	margin-bottom: 0;
	margin-left: 15px;
}

dt{
	font-weight: bold;
}

dd{
	margin: 0 15px 15px;
}

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

table{
	margin: 0 0 15px;
	width: 100%;
	border: 1px solid #f5f5f5;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#infinite-handle span button,
#infinite-handle span button:hover,
#infinite-handle span button:focus,
#infinite-handle span button:active,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover{
	font-weight: initial;
	background: #626678;
	padding: .618em 1em;
	line-height: 1;
	color: #fff;
	border: 0;
	border-radius: 2px;
	box-shadow: inset 0 0 0 #d64e52;
	transition: all .5s;
}

.button:hover,
a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#infinite-handle span button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.added_to_cart,
.woocommerce a.added_to_cart:hover{
	background: #d64e52;
	color: #fff;
	box-shadow: inset 0 -100px 0 transparent;
	transition: all 1s;
}

.button:focus,
a.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
#infinite-handle span button:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
#infinite-handle span button:active{
	outline: 0;
}

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: #626678;
	border: 2px solid #f5f5f5;
	border-radius: 2px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	width: 100%;
}

select{
	border: 2px solid #f5f5f5;
	padding: 3px 40px 3px 8px;
	height: 36px;
	background-color: #fff;
	line-height: 100%;
	outline: 0;
	background-image: url("images/select-arrow.png");
	background-position: right center;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 2px;
}
select::-ms-expand {
	display: none;
}

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,
select:focus{
	outline: 0;
	border: 2px solid #f2f2f2;
}

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"]{
	padding: .618em 1em;
}

textarea{
	padding: .618em 1em;
	width: 100%;
	min-height: 100px;
}

input[type="search"]{
	width: auto;
}

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

a:visited{
	opacity: 0.8;
}

a:hover,
a:focus,
a:active{
	color: #d64e52;
}

a:focus{
	outline: 0;
}

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

.single-entry-content a{
	color: #d64e52;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	font-weight: 500;
}

a.button,
.single-entry-content a.button{
	color: #fff;
	display: inline-block;
}

a.read-more{
	font-size: 90%;
}

a.more-tag{
	display: none;
}

.tag-read-more a.more-tag{
	display: inline-block;
	margin-bottom: 10px;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
#grid-loop.masonry article:before,
#grid-loop.masonry article:after,
#main.infinite-grid.masonry .infinite-wrap article:before,
#main.infinite-grid.masonry .infinite-wrap article:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after{
	content: "";
	display: table;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget{
	margin: 0 0 30px;
}

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

.widget ul ul{
	margin-left: 10px;
}

.widget .post-date{
	font-size: 80%;
	color: #bbb;
	padding-right: 50%;
	white-space: nowrap;
}

#colophon .widget{
	margin: 0;
}

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

/* Search widget. */
.widget_search .search-submit{
	display: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#grid-loop,
#main.infinite-grid .infinite-wrap{
	padding: .25%;
	margin-bottom: 10px;
	background: rgba(0,0,0,0.04);
	grid-row-gap: 5px;
}

#grid-loop.layout-2,
#grid-loop.layout-21,
#grid-loop.layout-211,
#main.infinite-grid.layout-2 .infinite-wrap,
#main.infinite-grid.layout-21 .infinite-wrap,
#main.infinite-grid.layout-211 .infinite-wrap{
	padding: .5%;
	display: grid;
	grid-column-gap: .25%;
	grid-template-columns: 49.875% 49.875%;
}

#grid-loop.layout-3,
#grid-loop.layout-31,
#grid-loop.layout-311,
#main.infinite-grid.layout-3 .infinite-wrap,
#main.infinite-grid.layout-31 .infinite-wrap,
#main.infinite-grid.layout-311 .infinite-wrap{
	padding: .5%;
	display: grid;
	grid-column-gap: .375%;
	grid-template-columns: 33.083333% 33.083333% 33.083333%;
}

#grid-loop.layout-4,
#grid-loop.layout-41,
#grid-loop.layout-411,
#grid-loop.layout-412,
#main.infinite-grid.layout-4 .infinite-wrap,
#main.infinite-grid.layout-41 .infinite-wrap,
#main.infinite-grid.layout-411 .infinite-wrap,
#main.infinite-grid.layout-412 .infinite-wrap{
	padding: .5%;
	display: grid;
	grid-column-gap: .5%;
	grid-template-columns: 24.625% 24.625% 24.625% 24.625%;
}

.hentry{
	margin: 0 0 30px;
}

#grid-loop article,
#main.infinite-grid .infinite-wrap article{
	margin: .5%;
	background: #fff;
}

#grid-loop.masonry article,
#main.infinite-grid.masonry .infinite-wrap article{
	width: 32.166666%;
}

#grid-loop.layout-1 article,
#main.infinite-grid.layout-1 .infinite-wrap article{
	margin: .5% .5% .75% .5%;
	width: 99%;
}

#grid-loop.layout-21 article:first-child,
#main.infinite-grid.layout-21 .infinite-wrap article:first-child{
	grid-column: 1 / 3;
	margin: .25%;
	width: 99.5%;
}

#grid-loop.layout-211 article:first-child,
#main.infinite-grid.layout-211 .infinite-wrap article:first-child{
	grid-row: 1 / 3;
}

#grid-loop.layout-31 article:first-child,
#main.infinite-grid.layout-31 .infinite-wrap article:first-child{
	grid-column: span 2;
	margin: .25%;
}

#grid-loop.layout-311 article:first-child,
#main.infinite-grid.layout-311 .infinite-wrap article:first-child{
	grid-row: 1 / 3;
}

#grid-loop.layout-41 article:first-child,
#main.infinite-grid.layout-41 .infinite-wrap article:first-child{
	grid-column: span 2;
	margin: .25%;
}

#grid-loop.layout-411 article:first-child,
#main.infinite-grid.layout-411 .infinite-wrap article:first-child{
	grid-row: 1 / 3;
}

#grid-loop.layout-412 article:first-child,
#main.infinite-grid.layout-412 .infinite-wrap article:first-child{
	grid-column: span 2;
	grid-row: 1 / 3;
	margin: .25%;
}

#grid-loop.layout-211 article:first-child .entry-header .entry-title,
#grid-loop.layout-311 article:first-child .entry-header .entry-title,
#grid-loop.layout-411 article:first-child .entry-header .entry-title,
#grid-loop.layout-412 article:first-child .entry-header .entry-title,
#main.infinite-grid.layout-211 .infinite-wrap article:first-child .entry-header .entry-title,
#main.infinite-grid.layout-311 .infinite-wrap article:first-child .entry-header .entry-title,
#main.infinite-grid.layout-411 .infinite-wrap article:first-child .entry-header .entry-title,
#main.infinite-grid.layout-412 .infinite-wrap article:first-child .entry-header .entry-title{
	font-size: 36px;
}

#grid-loop.layout-211 article:first-child .entry-content,
#grid-loop.layout-311 article:first-child .entry-content,
#grid-loop.layout-411 article:first-child .entry-content,
#grid-loop.layout-412 article:first-child .entry-content,
#main.infinite-grid.layout-211 .infinite-wrap article:first-child .entry-content,
#main.infinite-grid.layout-311 .infinite-wrap article:first-child .entry-content,
#main.infinite-grid.layout-411 .infinite-wrap article:first-child .entry-content,
#main.infinite-grid.layout-412 .infinite-wrap article:first-child .entry-content{
	font-size: 22px;
}

#grid-loop article .entry-content,
#grid-loop article .entry-meta,
#main.infinite-grid .infinite-wrap article .entry-content,
#main.infinite-grid .infinite-wrap article .entry-meta{
	padding: 0 10px 0 10px;
}

#grid-loop article .entry-footer,
#main.infinite-grid .infinite-wrap article .entry-footer{
	padding: 0 10px 10px 10px;
}

.sticky{
	border-top: 5px solid #d64e52;
}

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

#grid-loop article .entry-content,
#main.infinite-grid .infinite-wrap article .entry-content{
	font-weight: 300;
}

.page-links{
	clear: both;
	margin: 0 0 15px;
}

#primary{
	width: 72.5%;
	float: left;
}

.sidebar-left #primary{
	float: right;
}

#primary.full-width{
	width: auto;
	float: none;
}

#secondary{
	width: 25%;
	float: right;
	border-left: 1px solid #f2f2f2;
}

.sidebar-left #secondary{
	float: left;
	border-left: none;
	border-right: 1px solid #f2f2f2;
}

article{
	position: relative;
	margin-bottom: 20px;
}

.container.entry-header{
	padding: 0;
}

.entry-header{
	text-align: left;
	margin-bottom: 5px;
}

.page-template-page-no-title .entry-header{
	margin-bottom: 0;
}

.entry-header .entry-title{
	position: relative;
	font-weight: 500;
	padding: 10px;
	margin: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.single .entry-header .entry-title,
.page .entry-header .entry-title,
.archive-header .archive-title,
.archive-header .archive-title{
	font-size: 36px;
	padding: 0;
	margin-bottom: 20px;
}

.search-results .page .entry-header .entry-title{
	padding: 10px;
	margin-bottom: 0;
}

.entry-excerpt,
.taxonomy-description{
	text-align: center;
}

.post-thumbnail{
	margin-bottom: 20px;
}

.entry-content p{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry-title:before,
.entry-title:after{
	font-family: 'feather';
	font-style: normal;
	font-weight: 100;
	content: "";
	color: #d64e52;
}

.format-aside .entry-title:before,
.single-format-aside .entry-title:before{
	content: "\e961";
	margin-right: 10px;
}

.format-image .entry-title:before,
.single.format-image .entry-title:before{
	content: "\e97a";
	margin-right: 10px;
}

.format-video .entry-title:before,
.single-format-video .entry-title:before{
	content: "\e9f7";
	margin-right: 10px;
}

.format-link .entry-title:before,
.single-format-link .entry-title:before{
	content: "\e982";
	margin-right: 10px;
}

.format-gallery .entry-title:before,
.single-format-gallery .entry-title:before{
	content: "\e97a\e97a";
	margin-right: 10px;
}

.format-audio .entry-title:before,
.single-format-audio .entry-title:before{
	content: "\e99e";
	margin-right: 10px;
}

.format-status .entry-title:before,
.single-format-status .entry-title:before{
	content: "\e990";
	margin-right: 10px;
}

.format-chat .entry-title:before,
.single-format-chat .entry-title:before{
	content: "\e991";
	margin-right: 10px;
}

.post-password-required .entry-title:after,
.post-password-protected .entry-title:after,
.single-post-password-required .entry-title:after,
.single-post-password-protected .entry-title:after{
	content: "\e987";
	margin-left: 10px;
}

.entry-header .entry-title,
.entry-header .entry-title a,
.archive-header .archive-title,
.archive-header .archive-title a{
	text-decoration: none;
	color: #626678;
}

.entry-header .entry-title a:hover{
	color: #d64e52;
}

.entry-meta,
.entry-footer{
	font-size: 14px;
	font-style: normal;
}

.entry-meta .byline{
	margin-right: 15px;
}

.entry-footer .cat-links,
.entry-footer .tags-links,
.entry-footer .edit-link{
	display: block;
	clear: both;
}

.entry-meta time{
	opacity: 0.7;
}
.entry-meta a time{
	opacity: 1;
}

.entry-footer span.tags-links{
	margin-top: 10px;
	font-size: 85%;
	color: #d64e52;
}

.entry-meta a,
.entry-footer a{
	text-decoration: none;
}

.entry-meta .author{
	font-weight: 500;
}

.entry-meta .author img,
.archive-title .author img{
	border-radius: 50%;
	margin-right: 10px;
}

.archive.author .archive-description{
	margin: 0 0 15px;
}

.single .entry-meta{
	margin: 20px 0;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
aside{
	background: #fff;
}

#site-usp{
	width: 100%;
	padding: 10px 0;
	background: #d64e52;
	color: #fff;
}

#site-usp .container{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#site-usp aside{
	background: transparent;
	margin: 0;
	display: block;
}

.offers-bar-widget-title{
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	border-bottom: 2px solid rgba(255,255,255,.2);
	margin: 0;
	padding-bottom: 5px;
	line-height: 1;
}

#site-usp aside p{
	margin: 0;
}

#site-usp aside a{
	color: #fff;
	font-weight: 500;
}

.shop-filter-wrap{
	margin: 0 0 20px;
	clear: both;
}

.shop-filter-wrap .shop-filter-toggle{
	display: block;
	cursor: pointer;
	position: relative;
	color: #d64e52;
}

.shop-filter-wrap .shop-filter-toggle .toggle-icon{
	position: relative;
}
.shop-filter-wrap .shop-filter-toggle .toggle-icon:before{
	position: absolute;
	top: -10px;
	left: 10px;
	font-family: 'feather';
	font-size: 150%;
	content: '\e92e';
}
.shop-filter-wrap .shop-filter-toggle.active .toggle-icon:before{
	content: '\e931';
}

.shop-filter-wrap #shop-filters.active{
	display: table
}

#shop-filters{
	background: #f5f5f5;
	padding: 0;
	border-radius: 2px;
	font-size: 80%;
	display: none;
	width: 100%;
	table-layout: fixed;
}

#shop-filters aside{
	background: transparent;
	display: table-cell;
	width: 100%;
	position: relative;
	border-right: 1px solid #fff;
}

#shop-filters .widget{
	margin: 0;
	padding: 10px;
}

.shop-filters-widget-title{
	position: relative;
	font-size: 14px;
	margin-bottom: 10px;
}

#shop-filters li{
	width: 32.333333%;
	min-width: 120px;
	margin-right: 1%;
	float: left;
}

#shop-filters form{
	max-width: 240px;
}

#shop-filters button{
	padding: 0 16px;
	line-height: 28px;
	height: 28px;
	font-size: 1em;
}

#shop-filters .widget_price_filter .price_slider_amount .button{
	font-size: 1.15em;
}

#shop-filters .customize-partial-edit-shortcut button,
#shop-filters .widget .customize-partial-edit-shortcut button{
	height: 30px;
	font-size: 18px;
	padding: 3px;
}

#shop-filters input[type="text"]{
	height: 24px;
}

.sidebar-widget-title,
.page-sidebar-widget-title,
.shop-sidebar-widget-title{
	color: #626678;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 5px;
	font-size: 18px;
	text-align: left;
	border-bottom: 2px solid #f5f5f5;
}

.widget-area ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget-area ul ul{
	border-top: 1px solid #f2f2f2;
	margin-top: 5px;
}

.widget-area ul ul li{
	padding-left: 10px;
}

.widget-area ul ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

.widget-area li{
	padding: 6px 0;
	border-bottom: 1px solid #f2f2f2;
}

.widget-area .widget{
	padding: 10px;
	margin-bottom: 1%;
}
.widget-area .widget:last-child{
	margin-bottom: 0;
}

.widget-area .widget.widget_image{
	padding: 5px;
	margin-bottom: 25px;
}

.widget-area form{
	margin-top: 20px;
}

.tags-links a{
	margin-right: 10px;
}

.tags-links a:before,
.tag-cloud-link:before {
	content: "#";
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
article.comment-body{
	padding: 20px;
	background: #f9f9f9;
}

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

.bypostauthor{
	display: block;
}

.author-email-url{
	margin-left: -2%;
}

.comment-form-author{
	float: left;
	width: 32%;
}
.comment-form-email,
.comment-form-url{
	float: left;
	margin-left: 2% !important;
	width: 32%;
}

.author-email-url input{
	width: 100%;
}

.comment-form .form-submit{
	clear: both;
}

#comments{
	background: #fff;
	margin-bottom: 25px;
}

.logged-in-as,
.comment-notes{
	font-size: 13px;
}

#comments h3.comment-reply-title{
	position: relative;
}

#comments h3.comment-reply-title:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: #f2f2f2;
}


#comments ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments li.comment{
	margin: 0 0 20px;
}

#comments li.comment .children{
	display: block;
	margin: 20px 0 0 30px;
	padding: 0px;
	list-style: none;
}

.comment-list a{
	color: #d64e52;
}

.comment-list a:hover{
	color: #d64e52;
}

.comment-list .comment-respond{
	margin-top: 20px;
	border: 1px solid #EEE;
	padding: 20px;
}

.comment-list .vcard img{
	border-radius: 50%;
	margin-right: 10px;
}

.comment-list .vcard .fn{
	font-weight: normal;
	font-size: 16px;
}

.comment-list a.comment-reply-link:before{
	font-family: 'feather';
	content: '\e94b';
	margin-right: 5px;
}

.comment-list .edit-link{
	position: absolute;
	top: 0;
	left: auto;
}

.comment-list .edit-link a{
	font-size: 13px;
	display: inline-block;
	padding: 10px;
}

.comment-list .comment-meta{
	margin-bottom: 15px;
} 

.comment-list .comment-metadata{
	position: absolute;
	bottom: 0;
	padding-top: 10px;
	font-size: 13px;
}

.comment-list .comment-metadata a{
	float: left;
}

.comment-list .reply{
	float: right;
	font-size: 13px;
	background: #fff;
	margin-top: -10px;
	margin-right: -20px;
	padding: 5px 10px;
}

#cancel-comment-reply-link{
	float: right;
	font-size: 13px;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a{
	background: #d64e52;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	line-height: 22px;
	position: relative;
}

.comment-navigation .nav-next a{
	margin-right: 13px;
}

.comment-navigation .nav-next a:after{
	content: "";
	position: absolute;
	border-left: 11px solid #d64e52;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 0;
	right: -11px;
}

.comment-navigation .nav-previous a{
	margin-left: 11px;
}

.comment-navigation .nav-previous a:after{
	content: "";
	position: absolute;
	border-right: 11px solid #d64e52;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 0;
	left: -11px;
}

/*--------------------------------------------------------------
# Related Posts
--------------------------------------------------------------*/

.related-posts h3{
	position: relative;
}

.related-posts h3:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: #f2f2f2;
}

.related-posts ul{
	clear: both;
	list-style: none;
	margin: 0 0 30px 0;
}

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

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

.entry-video{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.entry-video embed,
.entry-video iframe,
.entry-video object,
.entry-video video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

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

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

.wp-caption-text{
	background: #f9f9f9;
	border: 1px solid #f5f5f5;
	text-align: center;
	font-size: 16px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery{
	margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

.gallery-caption{
	display: block;
	margin: 0 10px 10px 10px;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
body.boxed-layout{
	padding: 0 1% 0 1%;
}

.boxed-layout #page{
	margin: 20px auto 20px auto;
	max-width: 1920px;
	background: #fff;
	border: 2px solid #f2f2f2;
	border-radius: 2px;
}

.container{
	width: 96%;
	max-width: 1920px;
	margin: 0 auto;
}

.boxed-layout .container{
	width: 98%;
}

.site-content{
	position: relative;
	margin-top: 30px;
}

.page-template-page-no-title .site-content{
	margin-top: 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead{
	width: 100%;
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
}

.boxed-layout #masthead{
	max-width: calc(98% - 4px);
	margin: 0 auto;
}

#top-bar{
	display: block;
	margin: 0;
	padding: 10px 0 10px 0;
	background: #fbfbfb;
	border-bottom: 1px solid rgba(255,255,255,.15);
	font-size: 12px;
	line-height: 1.6;
}

.top-bar-widget-title{
	margin: 0;
	font-size: 1em;
}

#top-bar a.button, #top-bar a.button:hover,
#top-bar button, #top-bar input[type="button"], #top-bar input[type="reset"], #top-bar input[type="submit"],
#top-bar input[type="text"], #top-bar input[type="email"], #top-bar input[type="url"], #top-bar input[type="password"], #top-bar input[type="search"], #top-bar input[type="number"], #top-bar input[type="tel"], #top-bar input[type="range"], #top-bar input[type="date"], #top-bar input[type="month"], #top-bar input[type="week"], #top-bar input[type="time"], #top-bar input[type="datetime"], #top-bar input[type="datetime-local"], #top-bar input[type="color"], #top-bar textarea{
	height: auto;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 12px;
	margin: 2px 0;
	max-width: 160px;
}

#top-bar p,
#top-bar .widget,
#top-bar .widget p{
	margin: 0;
	padding: 0;
	background: transparent;
}

#top-bar .widget{
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

#top-bar .widget:nth-child(odd){
	text-align: left;
	margin-right: 1%;
}
#top-bar .widget:nth-child(even){
	text-align: right;
	margin-left: 1%;
}

#top-bar ul{
	position: relative;
	list-style: none;
}

#top-bar li{
	display: inline-block;
	margin-left: 12px;
}

#top-bar li:first-child{
	margin-left: 0;
}

#top-bar ul > li > ul{
	display: none;
	border: 1px;
	border-style: solid;
	border-color: rgba(255,255,255,0.1);
	border-top: 0;
	margin-top: 2px;
}

#top-bar ul > li.menu-item-has-children:hover > ul{
	position: absolute;
	display: block;
	margin-left: 0;
	text-align: left;
	z-index: 101;
}
#top-bar ul > li.menu-item-has-children:hover > ul > li{
	display: block;
	margin-left: 0;
	padding: 5px;
}

#top-bar ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul,
#top-bar ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul:hover{
	display: none;
}

#masthead .top-search{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	max-width: 70%;
}

.top-search.is-toggle{
	max-width: 100% !important;
	transform: none;
}

#masthead .icons.retail-icon-search{
	display: none;
}

#masthead .top-search.is-toggle .icons.retail-icon-search{
	display: inline-block;
	cursor: pointer;
}

.top-search.is-toggle .mini-search{
	position: absolute;
	top: auto;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 99;
	transform: translateY(-30px);
	transition: all .2s;
}

.top-search.is-toggle.is-visible .retail-icon-search:before{
	content: "\ea02";
}

.top-search.is-toggle.is-visible .mini-search{
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

#masthead .search-form,
#masthead .woocommerce-product-search{
	max-width: 100%;
	height: 40px;
	background: #fff;
	border: 2px solid #f5f5f5;
	border-radius: 18px;
}

#masthead .search-form input[type="submit"],
#masthead .woocommerce-product-search button[type="submit"]{
	width: 36px;
	height: 36px;
	display: inline-block;
	background-color: #fff;
	padding: 0;
	color: transparent;
	border: 0;
	border-radius: 18px;
	box-shadow: none;
	transition: none;
	background-image: url("images/search-icon.png");
	background-position: center center;
	background-repeat: no-repeat;

}

#masthead .search-form input[type="search"],
#masthead .woocommerce-product-search input[type="search"]{
	max-width: calc(100% - 44px);
	padding: calc(.618em - 4px) 1em;
	border: none;
	border-radius: 18px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#masthead .icons,
#masthead a.wishlist_products_counter:before{
	font-size: 20px;
	background: #d64e52;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
}

#masthead .icons,
#masthead a.wishlist_products_counter{
	position: relative;
}

#masthead a.wishlist_products_counter:before{
	font-family: 'feather';
	content: '\e977';
}

#masthead .top-account{
	position: relative;
	display: inline-block;
	margin: 0 42px 0 0;
	padding: 0;
}

#masthead .top-account .mini-account{
	position: absolute;
	top: auto;
	left: 0;
	text-align: left;
	font-size: 90%;
	padding: 10px;
	min-width: 240px;
	max-height: 480px;
	overflow: auto;
	visibility: hidden;
	opacity: 0;
	z-index: 99;
	transform: translateY(-480px);
	transition: all .7s;
	transition-delay: .25s;
	background: #fbfbfb;
	border: 2px solid #f2f2f2;
	border-radius: 2px;
}

.top-account p{
	margin: 0 0 7px;
}

.top-account p.mini-account-header{
	width: 100%;
}

.top-account p.mini-account-footer{
	width: 100%;
	padding-top: 15px;
	border-top: 1px solid #626678;
}

.top-account .mini-account-login:before{
	font-family: 'feather';
	font-weight: normal;
	content: '\e90c';
	margin-right: 5px;
}

.top-account .mini-account-register:before{
	font-family: 'feather';
	font-weight: normal;
	content: '\e912';
	margin-right: 5px;
}

.top-account input{
	padding: 2px 4px;
	height: 24px;
}

.top-account .woocommerce-MyAccount-navigation{
	width: 100%;
}

.top-account form .form-row .required{
    color: red;
}

.woocommerce .top-account form .form-row .required{
    visibility: hidden;
	transition: all .7s;   
	transition-delay: 1s;
}
.woocommerce .top-account:hover .mini-account form .form-row .required{
    visibility: visible;
	transition-delay: 0s;
}

div.mini-account form.login{
	border: none;
	padding: 0;
	margin: 0;
}

div.mini-account .form-row,
div.mini-account .form-row-first,
span.mini-account .form-row-last{
	width: 100%;
	float: left;
}

div.mini-account form.login input{
	height: 32px;
}

.top-account .woocommerce-form__label-for-checkbox{
	margin-left: 10px;
	display: inline-block;
}

.top-account .woocommerce-form__label-for-checkbox span{
	font-size: 90%;
}

.top-account input#rememberme.woocommerce-form__input.woocommerce-form__input-checkbox{
	height: 10px;
}

#masthead .top-wishlist{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}

#masthead .top-cart{
	position: relative;
	display: inline-block;
	margin: 0 0 0 42px;
	padding: 0;
}

#masthead .top-cart .mini-cart{
	position: absolute;
	top: auto;
	right: 22px;
	text-align: left;
	font-size: 90%;
	padding: 10px;
	min-width: 240px;
	max-height: 480px;
	overflow: auto;
	visibility: hidden;
	opacity: 0;
	z-index: 99;
	transform: translateY(-480px);
	transition: all .7s;
	transition-delay: .25s;
	background: #fbfbfb;
	border: 2px solid #f2f2f2;
	border-radius: 2px;
}

#masthead .top-cart .mini-cart p{
	margin: 0;
}

#masthead .top-cart .mini-cart .woocommerce-mini-cart__buttons .button{
	display: block;
	text-align: center;
	margin-top: 10px;
}

#masthead .top-account:hover .mini-account,
#masthead .top-account .mini-account.locked,
#masthead .top-cart:hover .mini-cart{
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

#masthead .top-cart .mini-cart ul.cart_list{
	list-style: none;
	padding: 0;
	margin: 0;
}

#masthead .top-cart .mini-cart ul.cart_list li:after, #masthead .top-cart .mini-cart ul.cart_list li:before, #masthead .top-cart .mini-cart ul.product_list_widget li:after, #masthead .top-cart .mini-cart ul.product_list_widget li:before{
	content: ' ';
	display: table;
}

#masthead .top-cart .mini-cart ul.cart_list li:after{
	clear: both;
}

#masthead .top-cart .mini-cart ul.cart_list li{
	padding: 4px 0;
	margin: 0;
	list-style: none;
}

#masthead .top-cart .mini-cart ul.cart_list li a{
	display: block;
	font-weight: 400;
}

#masthead .top-cart .mini-cart a.remove{
	display: block;
	font-size: 2em;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	color: red !important;
	text-decoration: none;
	border: 0;
	float: right;
	opacity: 0.7;
}

#masthead .top-cart .mini-cart a.remove:hover{
	color: #fff !important;
	background: red;
	opacity: 1;
}

#masthead .top-cart .mini-cart ul.cart_list li img{
	float: right;
	margin-left: 4px;
	width: 42px;
	height: auto;
	box-shadow: none;
}

#masthead .top-cart .mini-cart li.empty{
	list-style: none;
	text-align: center;
}

#masthead .top-cart .mini-cart dt{
	font-weight: normal;
}

#masthead .top-cart .mini-cart dd{
	margin: 0 0 0 10px;
}

#masthead a.retail-cart{
	position: relative;
	margin-right: 22px;
}

#masthead a.retail-wishlist{
	position: relative;
}

#masthead a.retail-cart .item-count,
#masthead a.retail-wishlist .wishlist_products_counter_number,
#masthead a.wishlist_products_counter .wishlist_products_counter_number{
	position: absolute;
	top: -28px;
	right: -14px;
	color: #626678;
	background: #f5f5f5;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	padding: 0;
	text-align: center;
	line-height: 26px;
	border: 2px solid #fff;
}

#masthead a.retail-cart.items .item-count{
	font-weight: bold;
	background: #d64e52;
	color: #fff;
}

#site-top-left{
	width: 30%;
	float: left;
	margin-top: 30px;
	transition: all 0.3s ease;
}

#site-top-right{
	width: 30%;
	float: right;
	text-align: right;
	margin-top: 30px;
	transition: all 0.3s ease;
}

#site-branding{
	width: 40%;
	float: left;
	text-align: center;
}

#site-branding h1,
#site-branding p,
#site-branding .custom-logo{
	margin: 30px 0 20px 0;
	padding: 0;
	line-height: 1;
	transition: all 0.3s ease;
}

.site-title{
	font-weight: 700;
	font-size: 44px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#site-branding.stfls .site-title:first-letter,
#site-branding.stfls .site-title::first-letter{
	background: #d64e52;
	color: #fff;
	border-radius: .1em;
	padding: 0 .2em;
	margin: 0 .04em 0 0;
	letter-spacing: 0;
}

.site-title a,
.site-title a:hover,
.site-title a:active,
.site-title a:focus{
	text-decoration: none;
	color: #626678;
}

.site-description{
	clear: both;
	color: #626678;
	text-align: center;
	margin-bottom: 20px;
	transition: all 0.3s ease;
}

.masthead-block{
	background: transparent;
	height: 70px;
}

.title-tagline-hidden .site-title,
.title-tagline-hidden .site-description{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

#home-hero-section{
	background: transparent;
}

#home-hero-section .widget{
	margin: 0;
}

#home-hero-section aside{
	position: relative;
	background: transparent;
}

#home-hero-section .widget_media_image{
	display: block;
	overflow: hidden;
}

.hero-widget-title{
	width: 100%;
	max-width: 100%;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 48px;
	letter-spacing: 6px;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 2px 2px 4px #000;
}

.hero-widget-title a,
.hero-widget-title a:hover,
.hero-widget-title a:focus,
.hero-widget-title a:active{
	color: #fff;
}

#home-hero-section .widget_media_image .wp-caption{
	margin-right: 0;
}

#home-hero-section .widget_media_image img{
	width: 100%;
	height: auto;
}

#home-hero-section .widget_media_image .wp-caption .wp-caption-text{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
    margin: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 22px;
    text-shadow: 1px 1px 2px #000;
}

#home-hero-section p{
	margin: 0;
}

.bx-wrapper .bx-controls-direction a{
	margin-top: 0;
	background: rgba(0,0,0,0.2);
	height: 40px;
	width: 40px;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	text-indent: 0;
	border-radius: 100%;
	transform: translateY(-50%);
}

.bx-wrapper .bx-controls-direction a:hover{
	background: #d64e52;
	opacity: 0.8;
}

/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/
#site-navigation{
	width: 100%;
	background: transparent;
	border-bottom: 2px solid #d64e52;
}

.toggle-nav{
	display: none;
}

.site-main-menu{
	width: auto;
}

#primary-menu{
	list-style: none;
	margin: 0;
	text-align: center;
}

#primary-menu > li{
	display: inline-block;
	list-style: none;
	border-bottom: 4px solid transparent;
	margin-bottom: -3px;
}
#primary-menu > li:hover,
#primary-menu > li.current-menu-item{
	margin-bottom: -3px;
	border-bottom: 4px solid #626678;
}
#primary-menu > li.menu-item-has-children:hover{
	border-bottom: 4px solid transparent;
}

#primary-menu > li > a{
	display: block;
	color: #626678;
	text-transform: uppercase;
	padding: 10px 15px;
	transition: all 0.3s ease;
}

#primary-menu > li.menu-item-has-children > a{
	position: relative;
}
#primary-menu > li.menu-item-has-children:hover > a:after{
	position: absolute;
	display: block;
	left: 50%;
	bottom: -1px;
	transform: translateX(-12px);
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px;
	border-color: transparent transparent #d64e52;
}

#primary-menu > li > a{
	font-size: 17px;
}
#primary-menu > li > ul{
	position: absolute;
	left: 0;
	visibility: hidden;
	opacity: 0;
	background: #fbfbfb;
	border-style: solid;
	border-color: #d64e52;
	border-top-width: 10px;
	border-bottom-width: 2px;
	border-left-width: 0;
	border-right-width: 0;
	width: 100%;
	font-size: 14px;
	text-align: left;
	margin: 1px 0 0 0;
	padding: 0 10%;
	z-index: 99;
	transition: all .7s;
}
#primary-menu > li > ul a{
	color: #626678;
}
#primary-menu > li:hover > ul{
	opacity: 1;
	visibility: visible;
	border-top-width: 2px;
}

body.boxed-layout #primary-menu > li > ul{
	max-width: 1916px;
	left: 50%;
	transform: translate(-50%,10px);
}
body.boxed-layout #primary-menu > li:hover > ul{
	transform: translate(-50%,0);
}

#primary-menu > li > ul > li{
	width: 24.125%;
	margin: .5% .5% .5% 0;
	float: left;
	padding: 5px;
}
#primary-menu > li > ul > li:first-child{
	margin-left: .5%;
}
#primary-menu > li > ul > li:nth-child(4n+1){
	margin-left: .5%;
	clear: both;
}

#primary-menu > li > ul > li > a{
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #626678;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#primary-menu > li > ul > li.menu-item-has-children > a{
	border-bottom: 2px solid #f5f5f5;
}

#primary-menu > li > ul > li > ul{
	margin-left: 0;
}

#primary-menu li{
	list-style: none;
}

#primary-menu li.highlight > a,
#primary-menu ul li.more > a{
	color: #d64e52;
}

#primary-menu ul li.more > a{
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
}

#primary-menu ul li.more > a:after{
	position: relative;
	top: 1px;
	right: 0;
	font-family: 'feather';
	content: '\e930';
}

.page-links,
.comments-pagination{
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
}

.page-links a,
.comments-pagination .page-numbers{
	padding: 0 10px;
}

.posts-navigation,
.post-navigation{
	background: #fff;
	border: none;
	box-shadow: none;
	margin: 0 0 25px;
	overflow: hidden;
}

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

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

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

#masthead.fixed-position.scroll-start{
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}

#masthead.scroll-start{
	background-color: #fff;
}

#masthead.scrolled #top-bar,
#masthead.scrolled #site-usp{
	padding: 5px 0 5px 0;
	transition: all 0.3s ease;
}

#masthead.scrolled #site-top-left,
#masthead.scrolled #site-top-right,
#masthead.scrolled #site-branding h1,
#masthead.scrolled #site-branding p,
#masthead.scrolled #site-branding .custom-logo{
	margin-top: 10px;
	transition: all 0.3s ease;
}

#masthead.scrolled #site-branding h1,
#masthead.scrolled #site-branding p,
#masthead.scrolled #site-branding .custom-logo,
#masthead.scrolled .site-description{
	margin-bottom: 5px;
	transition: all 0.3s ease;
}

#masthead.scrolled #primary-menu > li > a{
	padding-top: 5px;
	padding-bottom: 5px;
	transition: all 0.3s ease;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon{
	font-size: 14px;
	color: #626678;
	background: #fff;
}

#colophon aside{
	background: transparent;
}

.site-footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer ul ul{
	margin-left: 10px;
}

.site-footer a{
	text-decoration: none;
	position: relative;
}
.site-footer a:hover{
	text-decoration: underline;
	position: relative;
}

.above-footer-widget-title,
.footer-column-widget-title{
	letter-spacing: 1px;
	color: #626678;
	font-weight: 400;
	position: relative;
	margin-bottom: 15px;
}

#above-footer .container{
	padding-top: 20px;
	padding-bottom: 20px;
}

#above-footer .widget,
#above-footer p:last-child{
	margin-bottom: 0;
}

#top-footer{
	padding: 20px 0 0;
	border-top: 2px solid #f2f2f2;
}

#top-footer .container{
	padding-bottom: 30px;
}

.top-footer{
	margin-left: -3%;
}

.footer{
	float: left;
	width: 30.3333333333%;
	margin-left: 3%;
}

#bottom-footer{
	background: #f5f5f5;
	padding: 25px 0;
	line-height: 1.2;
}

.site-info{
	float: left;
	width: 45%;
}

.site-info-right,
#footer-menu ul{
	float: right;
	width: 45%;
	text-align: right;
	list-style-type: none;
	list-style: none;
	list-style-image: none;
	line-height: 32px;
	margin-top: -7px;
}
#footer-menu li{
	padding: 0 8px;
	display: inline;
}

#footer-menu a,
.widget_nav_menu a{
	position: relative;
}

#footer-menu a[href*="plus.google.com"],
.widget_nav_menu a[href*="plus.google.com"],
#footer-menu a[href*="codepen.io"],
.widget_nav_menu a[href*="codepen.io"],
#footer-menu a[href*="facebook.com"],
.widget_nav_menu a[href*="facebook.com"],
#footer-menu a[href*="github.com"],
.widget_nav_menu a[href*="github.com"],
#footer-menu a[href*="gitlab.com"],
.widget_nav_menu a[href*="gitlab.com"],
#footer-menu a[href*="instagram.com"],
.widget_nav_menu a[href*="instagram.com"],
#footer-menu a[href*="linkedin.com"],
.widget_nav_menu a[href*="linkedin.com"],
#footer-menu a[href*="twitter.com"],
.widget_nav_menu a[href*="twitter.com"],
#footer-menu a[href*="youtube.com"],
.widget_nav_menu a[href*="youtube.com"],
#footer-menu a[href^="mailto:"],
.widget_nav_menu a[href^="mailto:"],
#footer-menu a[href$="/feed/"],
.widget_nav_menu a[href$="/feed/"]{
	font-size: 1px;
	letter-spacing: -1px;
	margin-right: 0px;
	margin-left: 26px;
}

#footer-menu a[href^="tel:"],
.widget_nav_menu a[href^="tel:"]{
	margin-right: 0px;
	margin-left: 31px;
}

#footer-menu a[href*="plus.google.com"]:before,
.widget_nav_menu a[href*="plus.google.com"]:before,
#footer-menu a[href*="codepen.io"]:before,
.widget_nav_menu a[href*="codepen.io"]:before,
#footer-menu a[href*="facebook.com"]:before,
.widget_nav_menu a[href*="facebook.com"]:before,
#footer-menu a[href*="github.com"]:before,
.widget_nav_menu a[href*="github.com"]:before,
#footer-menu a[href*="gitlab.com"]:before,
.widget_nav_menu a[href*="gitlab.com"]:before,
#footer-menu a[href*="instagram.com"]:before,
.widget_nav_menu a[href*="instagram.com"]:before,
#footer-menu a[href*="linkedin.com"]:before,
.widget_nav_menu a[href*="linkedin.com"]:before,
#footer-menu a[href*="twitter.com"]:before,
.widget_nav_menu a[href*="twitter.com"]:before,
#footer-menu a[href*="youtube.com"]:before,
.widget_nav_menu a[href*="youtube.com"]:before,
#footer-menu a[href^="mailto:"]:before,
.widget_nav_menu a[href^="mailto:"]:before,
#footer-menu a[href$="/feed/"]:before,
.widget_nav_menu a[href$="/feed/"]:before{
	font-family: 'feather';
	text-align: center;
	width: 26px;
	position: absolute;
	font-size: 14px;
	letter-spacing: normal;
	height: 26px;
	border-radius: 100%;
	line-height: 24px;
	top: -16px;
	right: 0;
	color: #fff;
}

#footer-menu a[href^="tel:"]:before,
.widget_nav_menu a[href^="tel:"]:before{
	font-family: 'feather';
	text-align: center;
	width: 26px;
	position: absolute;
	font-size: 14px;
	letter-spacing: normal;
	height: 26px;
	border-radius: 100%;
	line-height: 24px;
	top: -5px;
	left: -31px;
	color: #fff;
}

#footer-menu a[href*="plus.google.com"]:before,
.widget_nav_menu a[href*="plus.google.com"]:before{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 600;
	line-height: 26px;
	content: "G";
	background: #ff0000;
}
#footer-menu a[href*="codepen.io"]:before,
.widget_nav_menu a[href*="codepen.io"]:before{
	content: "\e941";
	background: #ffdd40;
	color: #000;
}
#footer-menu a[href*="facebook.com"]:before,
.widget_nav_menu a[href*="facebook.com"]:before{
	content: "\e95e";
	background: #3b5998;
}
#footer-menu a[href*="github.com"]:before,
.widget_nav_menu a[href*="github.com"]:before{
	content: "\e970";
	background: #24292e;
}
#footer-menu a[href*="gitlab.com"]:before,
.widget_nav_menu a[href*="gitlab.com"]:before{
	content: "\e971";
	background: #548;
}
#footer-menu a[href*="instagram.com"]:before,
.widget_nav_menu a[href*="instagram.com"]:before{
	content: "\e97d";
	background: #f04857;
}
#footer-menu a[href*="linkedin.com"]:before,
.widget_nav_menu a[href*="linkedin.com"]:before{
	content: "\e984";
	background: #0077b5;
}
#footer-menu a[href*="twitter.com"]:before,
.widget_nav_menu a[href*="twitter.com"]:before{
	content: "\e9ea";
	background: #1da1f2;
}
#footer-menu a[href*="youtube.com"]:before,
.widget_nav_menu a[href*="youtube.com"]:before{
	content: "\ea05";
	background: #ff0000;
}
#footer-menu a[href^="mailto:"]:before,
.widget_nav_menu a[href^="mailto:"]:before{
	content: "\e98a";
	background: #158fd2;
}
#footer-menu a[href^="tel:"]:before,
.widget_nav_menu a[href^="tel:"]:before{
	content: "\e9a7";
	background: #d64e52;
}
#footer-menu a[href$="/feed/"]:before,
.widget_nav_menu a[href$="/feed/"]:before{
	content: "\e9be";
	background: #fd9800;
}

/*--------------------------------------------------------------
## Pagination CSS
--------------------------------------------------------------*/
.pagination{
	text-align: center;
	margin-bottom: 30px;
}

.pagination span,
.pagination .dots,
.pagination a{
	background: #f9f9f9;
	padding: 6px 12px;
	border-radius: 2px;
	font-weight: normal;
	color: #626678;
}

.pagination a:hover,
.pagination .current{
	color: #d64e52;
}

/*--------------------------------------------------------------
## WooCommerce CSS
--------------------------------------------------------------*/
#homepage-sections .section h2.section-title{
	text-align: center;
	font-size: 36px;
	font-weight: 300;
}

.woocommerce .term-description{
	color: #fff;
	background: #d64e52;
	padding: 10px;
	margin: 0 0 10px;
}

.woocommerce .term-description p{
	margin: 0;
}

.woocommerce nav.woocommerce-pagination{
	text-align: center;
	margin-bottom: 30px;
}

.woocommerce nav.woocommerce-pagination ul{
	border: 0;
	margin: 0;
	padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li{
	border: 0;
	float: none;
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
	background: #f9f9f9;
	padding: 6px 12px;
	border: 0;
	border-radius: 2px;
	font-weight: normal;
	line-height: 2.68;
	color: #626678;
	display: unset;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
	background: #f9f9f9;
	color: #d64e52;
}

.single.single-product .quantity .input-text.qty.text::-webkit-outer-spin-button,
.p-quantity .input-text.qty.text::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.single.single-product .quantity .input-text.qty.text::-webkit-inner-spin-button,
.p-quantity .input-text.qty.text::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

.single.single-product .quantity .input-text.qty.text,
.p-quantity .input-text.qty.text,
.woocommerce .quantity .qty{
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}

.quantity .qty{
	line-height: 1;
	padding: calc(.618em - 2px) 1em;
}

#wc-sticky-addtocart{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99998;
	padding: 5px 0;
	background: #f5f5f5;
	border-bottom: 2px solid #d64e52;
}

.logged-in.admin-bar #wc-sticky-addtocart{
	top: 32px;
}

.boxed-layout #wc-sticky-addtocart{
	max-width: calc(98% - 4px);
	left: 50%;
	transform: translateX(-50%);
}

#wc-sticky-addtocart.active{
	display: block;
}

#wc-sticky-addtocart.off,
#wc-sticky-addtocart.active.off{
	display: none;
}

#wc-sticky-addtocart img{
	max-width: 50px;
}

#wc-sticky-addtocart .product_title{
	font-size: 16px;
}

#wc-sticky-addtocart img,
#wc-sticky-addtocart p,
#wc-sticky-addtocart .product_title,
#wc-sticky-addtocart .options-button,
#wc-sticky-addtocart form.cart,
#wc-sticky-addtocart .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{
	margin: 0 15px;
}

#wc-sticky-addtocart img,
#wc-sticky-addtocart p,
#wc-sticky-addtocart .product_title,
#wc-sticky-addtocart .options-button,
#wc-sticky-addtocart form.cart,
#wc-sticky-addtocart form.cart .quantity,
#wc-sticky-addtocart form.cart button,
#wc-sticky-addtocart .tinv-wraper.tinv-wishlist{
	display: inline-block;
}

#wc-sticky-addtocart table,
#wc-sticky-addtocart td{
	border-width: 0;
}

#wc-sticky-addtocart table.variations,
#wc-sticky-addtocart .reset_variations{
	display: none;
}

#wc-sticky-addtocart table.variations.active{
	display: block;
	margin-bottom: 5px;
}

#wc-sticky-addtocart .price ins{
	background: transparent;
	font-weight: 700;
}

#wc-sticky-addtocart .options-button{
	cursor: pointer;
	position: relative;
	color: #d64e52;
}

#wc-sticky-addtocart .options-button:after{
	position: absolute;
	content: '+';
	padding-left: 5px;
	top: -5px;
	font-size: 150%;
	font-weight: bold;
}
#wc-sticky-addtocart .options-button.active:after{
	content: '-';
	top: -7px;
}

.woocommerce .woocommerce-breadcrumb{
	color: #626678;
	opacity: .8;
}

.woocommerce div.product,
.woocommerce-page div.product{
	overflow: hidden;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
	text-align: center;
	transition: all .5s;
	transition-delay: .1s;
	border: 1px solid transparent;
	padding-bottom: 10px;
	width: 23.5%;
	margin-right: 2%;
	overflow: hidden;
	position: relative;
}

.woocommerce ul.products li.product-category,
.woocommerce-page ul.products li.product-category{
	padding: 0;
}

.woocommerce ul.products li.product-category a img,
.woocommerce-page ul.products li.product-category a img{
	margin: 0;
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product{
	width: 49%;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product{
	width: 32%;
}

.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product{
	width: 23.5%;
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product{
	width: 18.4%;
}

.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product{
	width: 15%;
}

.woocommerce ul.products.columns-7 li.product,
.woocommerce-page ul.products.columns-7 li.product{
	width: 12.57%;
}

.woocommerce ul.products.columns-8 li.product,
.woocommerce-page ul.products.columns-8 li.product{
	width: 10.5%;
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last{
	margin-right: 0;
}

.woocommerce ul.products li.product .product-extra-img,
.woocommerce-page ul.products li.product .product-extra-img{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 8;
	transition: all .5s ease-in;
}

.woocommerce ul.products li.product:hover .product-extra-img,
.woocommerce-page ul.products li.product:hover .product-extra-img{
	visibility: visible;
	opacity: 1;
	transition: all .5s ease-in;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover{
	border-color: #f2f2f2;
	box-shadow: 0 0 10px rgba(0,0,0,.12);
}

.woocommerce .products .star-rating{
	margin: 0 auto .5em auto;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title{
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	background: rgba(98,102,120,.8);
	padding: 10px 20px;
	border-radius: 2px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title mark.count{
	display: none;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .stock,
.woocommerce ul.products li.product .price{
	color: #626678;
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td{
	color: #d64e52;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale{
	position: relative;
	top: auto;
	left: auto;
	min-height: 0;
	min-width: 0;
	padding: 0;
	line-height: 1;
	border-radius: 0;
	background-color: transparent;
	font-weight: 300;
}

.woocommerce .sale-flash,
.woocommerce ul.products li.product .sale-flash,
#yith-quick-view-content .onsale{
	position: absolute;
	margin: 0;
	border-radius: 0;
	background-color: #d64e52;
	font-weight: 300;
	text-align: center;
	color: #fff;
	min-height: 40px;
	line-height: 19px;
	left: -33px;
	text-transform: uppercase;
	top: 11px;
	width: 130px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 9;
}

#yith-quick-view-content .onsale{
	line-height: 40px;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.woocommerce ul.products li.product a.added_to_cart{
	margin-top: 1em;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
}

.woocommerce ul.products li.product .button.add_to_cart_button.added{
	display: none;
}

.woocommerce-error{
	border-color: #b81c23;
}

.woocommerce-info,
.woocommerce-message{
	border-color: #d64e52;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
	border-width: 3px;
	border-color: #f2f2f2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
    bottom: -6px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
	border-bottom-right-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after{
	border-bottom-left-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border-width: 1px;
	border-bottom-width: 0;
	border-color: #f2f2f2;
	border-radius: 0;
	background: transparent;
	margin-left: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child{
	margin-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	border-width: 3px;
	border-bottom-width: 0;
	border-color: #f2f2f2;
	border-radius: 0;
	background: transparent;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
	padding: 0 20px;
}

.woocommerce table.shop_attributes,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td{
	border-width: 0;
}

.woocommerce table.shop_attributes td{
	padding: 0.3em;
}

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

.woocommerce table.shop_attributes tr td,
.woocommerce table.shop_attributes tr th{
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.woocommerce table.shop_attributes tr:last-child td,
.woocommerce table.shop_attributes tr:last-child th{
	border-bottom: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background-color: #d64e52;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	width: 1.2em;
	height: 1.2em;
	top: -.45em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color: rgba(0,0,0,.1);
}

.woocommerce .widget_price_filter .ui-slider-horizontal{
	height: .3em;
}

#above-footer .widget_recently_viewed_products ul.product_list_widget:after{
	content: "";
	display: table;
}

#above-footer .widget_recently_viewed_products ul.product_list_widget:after{
	clear: both;
}


#above-footer .widget_recently_viewed_products ul.product_list_widget li{
	float: left;
	width: 16.666666%;
	margin-bottom: 10px;
}

#above-footer .widget_recently_viewed_products ul.product_list_widget li:nth-child(6n+1){
	clear: both;
}

#above-footer .widget_recently_viewed_products ul.product_list_widget li img{
	float: left;
	width: 48px;
	margin-right: 10px;
}

.widget_recently_viewed_products ins{
	background: transparent;
}

section.up-sells.products,
section.related.products{
	clear: both;
}

.woocommerce-MyAccount-navigation ul{
	list-style: none;
	margin-left: 0;
}
.woocommerce-MyAccount-navigation-link:before{
	font-family: 'feather';
	content: "\e937";
}
.woocommerce-MyAccount-navigation-link--dashboard:before{
	content: "\e9f1";
}
.woocommerce-MyAccount-navigation-link--orders:before{
	content: "\e9e8";
}
.woocommerce-MyAccount-navigation-link--downloads:before{
	content: "\e955";
}
.woocommerce-MyAccount-navigation-link--edit-address:before{
	content: "\e98c";
}
.woocommerce-MyAccount-navigation-link--edit-account:before{
	content: "\e958";
}
.woocommerce-MyAccount-navigation-link--customer-logout:before{
	content: "\e989";
}

.product .product_meta > span{
	display: block;
}

.quantity.hidden .minus,
.quantity.hidden .plus{
	display: none;
}

/*--------------------------------------------------------------
## Sticky Footer CSS
--------------------------------------------------------------*/
html,body{
	height: 100%;
}

#page.retail-sticky-footer{
	position: relative;
	min-height: 100%;
}

#colophon.retail-sticky-footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/*--------------------------------------------------------------
## Blocks CSS
--------------------------------------------------------------*/
.site-content{
	overflow-x: hidden;
}

.wp-block-latest-posts.is-grid{
	margin: 0 0 10px 0;
	padding: .5% .5% 0 .5%;
	display: grid;
	grid-column-gap: .5%;
	grid-row-gap: 0;
	background: rgba(0,0,0,0.04);
}

.wp-block-latest-posts.is-grid.columns-2{
	grid-template-columns: 49.75% 49.75%;
}

.wp-block-latest-posts.is-grid.columns-3{
	grid-template-columns: repeat(3,33%);
}

.wp-block-latest-posts.is-grid.columns-4{
	grid-template-columns: repeat(4,24.625%);
}

.wp-block-latest-posts.is-grid.columns-5{
	grid-template-columns: repeat(5,19.6%);
}

.wp-block-latest-posts.is-grid.columns-6{
	grid-template-columns: repeat(6,16.25%);
}

.wp-block-latest-posts.columns-2 li,
.wp-block-latest-posts.columns-3 li,
.wp-block-latest-posts.columns-4 li,
.wp-block-latest-posts.columns-5 li,
.wp-block-latest-posts.columns-6 li{
	width: 100%;
}

@media only screen and (max-width: 768px){
	.wp-block-latest-posts.is-grid.columns-2,
	.wp-block-latest-posts.is-grid.columns-3,
	.wp-block-latest-posts.is-grid.columns-4,
	.wp-block-latest-posts.is-grid.columns-5,
	.wp-block-latest-posts.is-grid.columns-6{
		grid-template-columns: 49.75% 49.75%;
	}
}

@media only screen and (max-width: 480px){
	.wp-block-latest-posts.is-grid.columns-2,
	.wp-block-latest-posts.is-grid.columns-3,
	.wp-block-latest-posts.is-grid.columns-4,
	.wp-block-latest-posts.is-grid.columns-5,
	.wp-block-latest-posts.is-grid.columns-6{
		grid-template-columns: 100%;
	}
}

.wp-block-latest-posts.is-grid li{
	display: flex;
	flex-direction: column;
	margin: 0 0 1.5% 0;
	background: #fff;
}

.wp-block-latest-posts.is-grid li .wp-block-latest-posts__featured-image > img{
	width: 100%;
}

.wp-block-latest-posts.is-grid li > a{
	font-family: 'Montserrat';
	font-size: 24px;
	font-weight: 500;
	margin: 10px;
	color: #626678;
}

.wp-block-latest-posts.is-grid li > a:hover{
	color: #d64e52;
}

.wp-block-latest-posts.is-grid li .wp-block-latest-posts__post-date{
	font-size: .8125em;
	margin: 0 10px;
	color: inherit;
	opacity: .7;
}

.wp-block-latest-posts.is-grid li .wp-block-latest-posts__post-excerpt{
	margin: 10px;
}

p.has-background{
	padding: 15px 20px;
	border-radius: 5px;
}

#primary.full-width .entry-content .alignfull{
	margin-left: -webkit-calc(-50vw + 50%);
	margin-left: calc(-50vw + 50%);
	margin-right: -webkit-calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: 100vw;
	width: 100vw;
}
#primary.full-width .entry-content .alignfull img{
	max-width: 100%;
	width: 100%;
}

.entry-content .alignfull,
.entry-content .alignwide{
	width: 100%;
}
.entry-content .alignfull img,
.wp-block-image.alignfull img,
.entry-content .alignwide img,
.wp-block-image.alignwide img{
	max-width: 100%;
	width: 100%;
}

.wp-block-button__link,
.single-entry-content a.wp-block-button__link{
	background-color: #626678;
	border-radius: 2px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	margin-bottom: 1em;
	padding: .618em 1em;
}

.is-style-outline .wp-block-button__link{
	color: #626678;
}

.wp-block-social-links .wp-social-link a{
	color: #fff;
}

/*--------------------------------------------------------------
## WooCommerce Blocks CSS
--------------------------------------------------------------*/

.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns:not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-6-columns:not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product{
	font-size: 1em;
}

.wc-block-active-filters .wc-block-active-filters__clear-all{
	color: inherit;
}

.wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress,
.rtl .wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress{
	--range-color: #d64e52;
}

.wc-block-price-filter .wc-block-price-filter__range-input-wrapper input[type="range"]:focus{
	border: none;
}

.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-thumb{
	background-image: none;
	background-color: #d64e52;
	width: 21px;
	border-radius: 50%;
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-thumb{
	background-image: none;
	background-color: #d64e52;
	width: 21px;
	border-radius: 50%;
}

.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-thumb{
	background-image: none;
	background-color: #d64e52;
	width: 21px;
	border-radius: 50%;
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-thumb{
	background-image: none;
	background-color: #d64e52;
	width: 21px;
	border-radius: 50%;
}

.wc-block-price-filter .wc-block-price-filter__controls .wc-block-price-filter__amount{
	border-radius: 2px;
}

.wc-block-grid__products{
	margin: 0 -0.5%;
}

.wc-block-grid__product{
	margin: 1% 0.5%;
	border: 1px solid transparent;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.wc-block-grid__product:hover{
	border-color: rgba(35,35,35,0.06);
	box-shadow: 0 0 10px rgba(0,0,0,.12);
}

.wc-block-grid.has-2-columns .wc-block-grid__product{
	flex-basis: 49%;
	max-width: 49%;
}

.wc-block-grid.has-3-columns .wc-block-grid__product{
	flex-basis: 32.3333%;
	max-width: 32.3333%;
}

.wc-block-grid.has-4-columns .wc-block-grid__product{
	flex-basis: 24%;
	max-width: 24%;
}

.wc-block-grid.has-5-columns .wc-block-grid__product{
	flex-basis: 19%;
	max-width: 19%;
}

.wc-block-grid.has-6-columns .wc-block-grid__product{
	flex-basis: 15.6666%;
	max-width: 15.6666%;
}

@media only screen and (max-width: 768px){
	.wc-block-grid.has-3-columns .wc-block-grid__product,
	.wc-block-grid.has-4-columns .wc-block-grid__product,
	.wc-block-grid.has-5-columns .wc-block-grid__product,
	.wc-block-grid.has-6-columns .wc-block-grid__product{
		flex-basis: 49%;
		max-width: 49%;
	}
}

@media only screen and (max-width: 480px){
	.wc-block-grid.has-1-columns .wc-block-grid__product,
	.wc-block-grid.has-2-columns .wc-block-grid__product,
	.wc-block-grid.has-3-columns .wc-block-grid__product,
	.wc-block-grid.has-4-columns .wc-block-grid__product,
	.wc-block-grid.has-5-columns .wc-block-grid__product,
	.wc-block-grid.has-6-columns .wc-block-grid__product{
		margin-bottom: 3%;
		flex-basis: 99%;
		max-width: 99%;
	}
}

.wc-block-grid__product .wc-block-grid__product-image img{
	width: 100%;
}

.wc-block-grid__product .product-extra-img{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 8;
	transition: all .5s ease-in;
}

.wc-block-grid__product:hover .product-extra-img{
	visibility: visible;
	opacity: 1;
	transition: all .5s ease-out;
}

.wc-block-grid__product .wc-block-grid__product-title{
	font-size: 1em;
	font-weight: 500;
	color: #626678;
	font-weight: 500;
	line-height: 1.2;
	font-family: 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 1px;
}

.wc-block-grid__product .wc-block-grid__product-price{
	font-size: 14px;
	font-weight: 400;
}

.wc-block-featured-product .wc-block-featured-product__price ins,
.wc-block-grid__product .wc-block-grid__product-price ins{
	background: 0 0;
	font-weight: 700;
}

.wc-block-featured-category .wp-block-button__link,
.wc-block-featured-product .wp-block-button__link{
	border: 2px solid #cdcdcd;
}

.wc-block-grid__product-onsale{
	position: absolute;
	margin: 0;
	border: none;
	border-radius: 0;
	background-color: #d64e52;
	font-weight: 300;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	left: -2em;
	top: 1.5em;
	width: 130px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 9;
}

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before{
	color: #d64e52;
}

/*--------------------------------------------------------------
## Jetpack CSS
--------------------------------------------------------------*/

.infinite-scroll #main nav.pagination{
	display: none;
}

.infinite-loader{
	color: #d64e52;
	margin-bottom: 20px;
}

.infinite-loader .spinner{
	left: 50% !important;
}

#infinite-handle{
	text-align: center;
	margin-bottom: 20px;
}

#infinite-handle span{
	background: transparent;
	font-size: inherit;
	padding: 0;
}

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

@media screen and (max-width: 1120px){
	.container{
		max-width: 100%;
		padding: 0 10px;
	}

	#above-footer .widget_recently_viewed_products ul.product_list_widget li{
		width: 25%;
	}

	#above-footer .widget_recently_viewed_products ul.product_list_widget li:nth-child(4n+1){
		clear: both;
	}

	#above-footer .widget_recently_viewed_products ul.product_list_widget li:nth-child(6n+1){
		clear: none;
	}

}

@media screen and (max-width: 1024px){
	#top-bar{
		border-width: 0;
	}

	#site-navigation{
		width: 100%;
		float: none;
	}

	.toggle-nav{
		display: block;
		position: absolute;
		top: 15px;
		left: 10px;
		z-index: 1000;
		width: 47px;
		height: 47px;
		transition: all 0.3s ease;
	}
	.toggle-nav.is-visible{
		position: fixed;
	}

	#masthead.scrolled .toggle-nav{
		top: 10px;
	}

	.admin-bar .toggle-nav.is-visible{
		top: 47px;
	}

	.admin-bar #masthead.scrolled .toggle-nav.is-visible{
		top: 42px;
	}

	.toggle-nav span,
	.toggle-nav span:before,
	.toggle-nav span:after,
	#primary-menu,
	#page,
	#masthead{
		-webkit-transition: all .2s;
		-moz-transition:	all .2s;
		transition:		 all .2s;
	}

	.toggle-nav .menu-icon{
		position: relative;
		font-size: 24px;
		background: #d64e52;
		color: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		display: inline-block;
		text-align: center;
		border-radius: 100%;
	}
	.toggle-nav .menu-icon:before{
		font-family: 'feather';
		content: '\e98f';
	}
	.toggle-nav.is-visible .menu-icon:before{
		content: '\ea02';
	}

	.menu-item-has-children .sub-trigger:before,
	.menu-item-has-children .sub-trigger:after{
		content: "";
		position: absolute;
		background: #626678;
	}
	#page{
		position: relative;
		right: 0;
	}
	#primary-menu{
		background: #f5f5f5;
		border-right: 1px solid #f2f2f2;
		text-align: left;
		height: 100vh;
		overflow: auto;
		position: fixed;
		left: -250px;
		padding-top: 65px;
		width: 250px;
		z-index: 100;
	}
	.admin-bar #primary-menu{
		padding-top: 97px;
	}

	#page.is-visible{
		left: 250px;
	}
	#masthead.fixed-position.scroll-start.is-visible{
		left: 250px;
	}
	#page.is-visible #primary-menu,
	#masthead.is-visible #primary-menu{
		top: 0;
		left: 0;
	}
	#primary-menu li{
		position: relative;
		width: 100%;
		border-top: 0;
		margin-top: 0;
	}
	#primary-menu > li:after{
		display: none;
	}
	#primary-menu li a{
		padding: 8px 10px;
		margin: 0;
	}
	#primary-menu li.menu-item-has-children a,
	#primary-menu li.menu-item-has-children a:hover{
		padding: 8px 40px 8px 10px;
	}
	.menu-item-has-children:after{
		display: none;
	}
	.menu-item-has-children .menu-item-has-children:after{
		display: none;
	}
	#primary-menu > li.current-menu-item,
	#primary-menu > li:hover,
	#primary-menu > li.current-menu-item:hover{
		background-image: none;
	}
	.menu-item-has-children .sub-trigger{
		position: absolute;
		width: 36px;
		height: 36px;
		right: 10px;
		top: 0;
		z-index: 100;
		cursor: pointer;
		display: block;
	}
	.menu-item-has-children .sub-trigger:before{
		height: 2px;
		left: calc(50% - 9px);
		top: calc(50% - 1px);
		width: 18px;
	}
	.menu-item-has-children .sub-trigger:after{
		height: 18px;
		left: calc(50% - 1px);
		top: calc(50% - 9px);
		width: 2px;
	}
	.menu-item-has-children .sub-trigger.is-open:after{
		background: none;
	}
	#primary-menu .sub-menu,
	#primary-menu li:hover > .sub-menu,
	#primary-menu ul.children,
	#primary-menu li:hover > ul.children{
		left: 0;
		width: 250px;
		display: none;
		opacity: 1;
		visibility: visible;
		position: relative;
		top: 0;
		-webkit-transition: none;
		-moz-transition:	none;
		transition:		 none;
	}
	#primary-menu .sub-menu li,
	#primary-menu ul.children li{
		padding: 0;
		text-transform: none;
		border: 0;
	}

/* fixes for full block sub-menu */
	#primary-menu > li > ul{
		border: 0;
		background: transparent;
		padding: 0 5px;
		transform: none !important;
	}

	#primary-menu > li{
		border-bottom: 0;
		margin-bottom: 0;
	}
	#primary-menu > li:hover,
	#primary-menu > li.current-menu-item{
		margin-bottom: 0;
		border-bottom: 0;
	}
	#primary-menu > li.menu-item-has-children:hover{
		border-bottom: 0;
	}

	#primary-menu > li.menu-item-has-children:hover > a:after{
		display: none;
	}

	#primary-menu > li > ul > li{
		width: auto;
		float: none;
	}

	#primary-menu > li > ul > li > a{
		font-weight: inherit;
	}

	#primary-menu > li > ul > li.menu-item-has-children > a{
		border-width: 0;
	}

	#primary-menu > li > ul > li:after{
		display: none;
	}

	#masthead #site-top-left{
		width: 75%;
		margin-top: 15px;
		padding-left: 67px;
	}

	#masthead #site-top-right{
		margin-top: 15px;
		width: 25%;
	}

	#masthead #site-branding{
		width: 100%;
		float: none;
		clear: both;
		padding-top: 1px;
	}

	#site-branding h1,
	#site-branding p,
	#site-branding .custom-logo{
		margin: 10px 0 10px 0;
	}

	.site-description{
		margin-bottom: 10px;
	}

}

@media screen and (max-width: 782px){
	.admin-bar .toggle-nav.is-visible{
		top: 61px;
	}

	.admin-bar #masthead.scrolled .toggle-nav.is-visible{
		top: 56px;
	}
}

@media screen and (max-width: 768px){
	#top-bar .widget{
		display: block;
		width: 100%;
	}

	#top-bar .widget:nth-child(odd){
		text-align: center;
		margin-right: 0;
	}
	#top-bar .widget:nth-child(even){
		text-align: center;
		margin-left: 0;
	}

	#top-bar li{
		margin-left: 7px;
	}

	#top-bar li:first-child{
		margin-left: 0;
	}

	#site-branding{
		width: 100%;
		text-align: center;
		padding: 5px 0 5px 0;
	}

	#grid-loop{
		grid-row-gap: 1px;
	}

	#grid-loop.layout-2,
	#grid-loop.layout-21,
	#grid-loop.layout-211,
	#grid-loop.layout-3,
	#grid-loop.layout-31,
	#grid-loop.layout-311,
	#grid-loop.layout-4,
	#grid-loop.layout-41,
	#grid-loop.layout-411,
	#grid-loop.layout-412,
	#main.infinite-grid.layout-2 .infinite-wrap,
	#main.infinite-grid.layout-21 .infinite-wrap,
	#main.infinite-grid.layout-211 .infinite-wrap,
	#main.infinite-grid.layout-3 .infinite-wrap,
	#main.infinite-grid.layout-31 .infinite-wrap,
	#main.infinite-grid.layout-311 .infinite-wrap,
	#main.infinite-grid.layout-4 .infinite-wrap,
	#main.infinite-grid.layout-41 .infinite-wrap,
	#main.infinite-grid.layout-411 .infinite-wrap,
	#main.infinite-grid.layout-412 .infinite-wrap{
		padding: .5%;
		display: grid;
		grid-column-gap: .25%;
		grid-template-columns: 100%;
	}

	#grid-loop.masonry article,
	#main.infinite-grid.masonry .infinite-wrap article{
		width: 98.5% !important;
	}

	#grid-loop.layout-1 article,
	#main.infinite-grid.layout-1 .infinite-wrap article{
		width: 99%;
	}

	#grid-loop.layout-21 article:first-child,
	#main.infinite-grid.layout-21 .infinite-wrap article:first-child{
		grid-column: 1;
		margin: .5%;
		width: 99%;
	}

	#grid-loop.layout-211 article:first-child,
	#main.infinite-grid.layout-211 .infinite-wrap article:first-child{
		grid-row: 1;
		grid-column: 1;
		margin: .5%;
		width: 99%;
	}

	#grid-loop.layout-31 article:first-child,
	#main.infinite-grid.layout-31 .infinite-wrap article:first-child{
		grid-column: 1;
		margin: .5%;
		width: 99%;
	}

	#grid-loop.layout-311 article:first-child,
	#main.infinite-grid.layout-311 .infinite-wrap article:first-child{
		grid-row: 1;
	}

	#grid-loop.layout-41 article:first-child,
	#main.infinite-grid.layout-41 .infinite-wrap article:first-child{
		grid-column: 1;
		margin: .5%;
		width: 99%;
	}

	#grid-loop.layout-411 article:first-child,
	#main.infinite-grid.layout-411 .infinite-wrap article:first-child{
		grid-row: 1;
	}

	#grid-loop.layout-412 article:first-child,
	#main.infinite-grid.layout-412 .infinite-wrap article:first-child{
		grid-row: 1;
		grid-column: 1;
		margin: .5%;
		width: 99%;
	}

	#grid-loop.layout-211 article:first-child .entry-header .entry-title,
	#grid-loop.layout-311 article:first-child .entry-header .entry-title,
	#grid-loop.layout-411 article:first-child .entry-header .entry-title,
	#grid-loop.layout-412 article:first-child .entry-header .entry-title,
	#main.infinite-grid.layout-211 .infinite-wrap article:first-child .entry-header .entry-title,
	#main.infinite-grid.layout-311 .infinite-wrap article:first-child .entry-header .entry-title,
	#main.infinite-grid.layout-411 .infinite-wrap article:first-child .entry-header .entry-title,
	#main.infinite-grid.layout-412 .infinite-wrap article:first-child .entry-header .entry-title{
		font-size: 24px;
	}

	#grid-loop.layout-211 article:first-child .entry-content,
	#grid-loop.layout-311 article:first-child .entry-content,
	#grid-loop.layout-411 article:first-child .entry-content,
	#grid-loop.layout-412 article:first-child .entry-content,
	#main.infinite-grid.layout-211 .infinite-wrap article:first-child .entry-content,
	#main.infinite-grid.layout-311 .infinite-wrap article:first-child .entry-content,
	#main.infinite-grid.layout-411 .infinite-wrap article:first-child .entry-content,
	#main.infinite-grid.layout-412 .infinite-wrap article:first-child .entry-content{
		font-size: 15px;
	}

	.footer{
		width: 47%;
	}

	.footer:nth-child(3){
		clear: both;
	}

	.footer:nth-child(3),
	.footer:nth-child(4){
		margin-top: 25px;
	}

	#masthead .top-account:hover .mini-account,
	#masthead .top-cart:hover .mini-cart{
		transform: translateY(-480px);
		visibility: hidden;
		z-index: -99;
	}

	#masthead #site-top-left{
		padding-left: 47px;
	}

	#masthead .top-account{
		margin-right: 12px;
	}

	#masthead .top-cart{
		margin-left: 12px;
	}

	#masthead .icons,
	#masthead a.wishlist_products_counter:before{
		font-size: 16px;
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
	.toggle-nav .menu-icon{
		font-size: 19px;
		width: 32px;
		height: 32px;
		line-height: 32px;
	}

	#masthead a.retail-cart .item-count,
	#masthead a.retail-wishlist .wishlist_products_counter_number,
	#masthead a.wishlist_products_counter .wishlist_products_counter_number{
		top: -22px;
		right: -11px;
		width: 24px;
		height: 24px;
		line-height: 21px;
	}

	#masthead a.retail-cart{
		margin-right: 12px;
	}

	#masthead .search-form,
	#masthead .woocommerce-product-search{
		height: 32px;
		border-radius: 14px;
	}

	#masthead .search-form input[type="search"],
	#masthead .woocommerce-product-search input[type="search"]{
		max-width: calc(100% - 40px);
	}

	#masthead input[type="search"]{
		padding: 2px 6px;
		height: 26px;
		font-size: 13px;
	}

	#masthead .search-form input[type="submit"],
	#masthead .woocommerce-product-search button[type="submit"]{
		width: 32px;
		height: 28px;
		line-height: 28px;
	}

	.site-info{
		float: none;
		width: 100%;
		text-align: center;
	}

	.site-info-right,
	#footer-menu ul{
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}

	#shop-filters aside{
		display: block;
		border-right: 0;
		border-top: 1px solid #fff;
		clear: both;
	}

	#primary{
		width: auto !important;
		float: none !important;
		margin-bottom: 25px;
	}

	#secondary{
		width: auto;
		float: none !important;
	}

	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product{
		width: 48% !important;
	}

	.woocommerce ul.products li.product .woocommerce-loop-category__title,
	.woocommerce-page ul.products li.product .woocommerce-loop-category__title{
		font-size: 1em;
		padding: 2% 4%;
	}

	#site-usp,
	#site-usp .container{
		display: none;
	}

	.hero-widget-title{
		font-size: 32px;
		letter-spacing: 4px;
		text-shadow: 1px 1px 2px #000;
	}

	#home-hero-section .widget_media_image .wp-caption{
		margin: 0;
	}

	#home-hero-section .widget_media_image .wp-caption .wp-caption-text{
    	font-size: 14px;
	}

	#above-footer .widget_recently_viewed_products ul.product_list_widget li{
		width: 50%;
	}

	#above-footer .widget_recently_viewed_products ul.product_list_widget li:nth-child(2n+1){
		clear: both;
	}

	#above-footer .widget_recently_viewed_products ul.product_list_widget li:nth-child(4n+1){
		clear: none;
	}

}

@media screen and (max-width: 580px){
	#comments{
		padding: 15px;
	}

	#above-footer .widget_recently_viewed_products ul.product_list_widget li{
		float: none;
		width: 100%;
	}

	#above-footer .widget_recently_viewed_products ul.product_list_widget li:nth-child(2n+1){
		clear: none;
	}

}

@media screen and (max-width: 480px){
	.top-footer{
		margin: 0;
	}

	.footer{
		width: auto;
		float: none;
		margin: 0 0 20px !important;
	}

	.footer:last-child{
		margin: 0 !important;
	}

	#bottom-footer{
		text-align: center;
	}

	#comments{
		padding: 10px;
	}

	.author-email-url{
		margin-left: 0
	}

	.comment-form-author, 
	.comment-form-email, 
	.comment-form-url{
		width: auto;
		margin-left: 0;
		float: none;
	}

	#masthead #site-top-left{
		width: 55%;
		padding-left: 27px;
	}

	#masthead #site-top-right{
		width: 45%;
	}

	#masthead .top-account{
		margin-right: 1px;
	}

	#masthead .top-cart{
		margin-left: 1px;
	}

}

/*--------------------------------------------------------------
## Print CSS
--------------------------------------------------------------*/
@media print{
	#masthead,
	#secondary,
	#colophon,
	#respond{
		display: none;
	}
}
