/*!
Theme Name:   	Naturis 2026
Theme URI:    	https://woocommerce.com/storefront
Author:         WooThemes
Author URI:     https://woocommerce.com/
Template:       storefront
Description:  	Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love it's lean and extensible codebase making it a joy to customise and extend. Looking for a WooCommerce theme? Look no further!
Version:      	2.1.13
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options

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.

Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

All sizing (typography, layout, padding/margins etc) are inspired by a modular scale that uses 12px/14px as base sizes with a 1.618 ratio.
We use the excellent modular scale tool built by Tim Brown to calculate this. http://modularscale.com/scale/?px1=14&px2=12&ra1=1.618&ra2=0

FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later

======
Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
======
*/
@font-face {
  font-family: "star";
  src: url("/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot");
  src: url("/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot?#iefix") format("embedded-opentype"), url("/wp-content/plugins/woocommerce/assets/css/../fonts/star.woff") format("woff"), url("/wp-content/plugins/woocommerce/assets/css/../fonts/star.ttf") format("truetype"), url("/wp-content/plugins/woocommerce/assets/css/../fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LemonMilk";
  src: url("/wp-content/themes/storefront-naturis-child-theme/assets-custom/fonts/lemonmilk.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LemonMilk";
  src: url("/wp-content/themes/storefront-naturis-child-theme/assets-custom/fonts/lemonmilkbold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LemonMilk";
  src: url("/wp-content/themes/storefront-naturis-child-theme/assets-custom/fonts/lemonmilklight.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/**
 * WooCommerce
 */
/**
 * Imports
 */
/* COMMENTED OUT BECAUSE URL IS WRONG
@font-face {
	font-family: 'star';
	src: url('../../../../../plugins/woocommerce/assets/fonts/star.eot');
	src: url('../../../../../plugins/woocommerce/assets/fonts/star.eot?#iefix') format('embedded-opentype'),
		url('../../../../../plugins/woocommerce/assets/fonts/star.woff') format('woff'),
		url('../../../../../plugins/woocommerce/assets/fonts/star.ttf') format('truetype'),
		url('../../../../../plugins/woocommerce/assets/fonts/star.svg#star') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
/**
 * Header Elements
 */
.woocommerce-active .site-header .col-full {
  position: relative;
}
.woocommerce-active .site-branding {
  float: left;
}

.site-header-cart {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
}
.site-header-cart .cart-contents {
  display: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .widget_shopping_cart .product_list_widget img {
  margin-left: 1em;
}

.site-search {
  font-size: 0.875em;
  clear: both;
  display: none;
}
.site-search .widget_product_search input[type=text],
.site-search .widget_product_search input[type=search] {
  padding: 1.41575em 1.618em;
  line-height: 1;
  padding-left: 3.706325903em;
}
.site-search .widget_product_search form:before {
  top: 1.41575em;
  left: 1.618em;
}
.site-search .widget_product_search #searchsubmit {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/**
 * Handheld footer bar
 */
.storefront-handheld-footer-bar:before, .storefront-handheld-footer-bar:after {
  content: "";
  display: table;
}
.storefront-handheld-footer-bar:after {
  clear: both;
}
.storefront-handheld-footer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.storefront-handheld-footer-bar ul {
  margin: 0;
}
.storefront-handheld-footer-bar ul li {
  display: inline-block;
  float: left;
  text-align: center;
}
.storefront-handheld-footer-bar ul li:last-child > a {
  border-right: 0;
}
.storefront-handheld-footer-bar ul li > a {
  height: 4.235801032em;
  display: block;
  position: relative;
  text-indent: -9999px;
  z-index: 999;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.storefront-handheld-footer-bar ul li > a:active, .storefront-handheld-footer-bar ul li > a:focus {
  outline: none;
}
.storefront-handheld-footer-bar ul li > a:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 2.618046972;
  font-weight: 400;
  font-size: 1.618em;
  text-indent: 0;
  display: block;
  cursor: pointer;
}
.storefront-handheld-footer-bar ul li.search > a:before {
  content: "\f002";
}
.storefront-handheld-footer-bar ul li.search .site-search {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  -webkit-transition: all, ease, 0.2s;
  -moz-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
  padding: 1em;
  z-index: 1;
  display: block;
  background: #f8f5ec;
}
.storefront-handheld-footer-bar ul li.search.active .site-search {
  bottom: 100%;
}
.storefront-handheld-footer-bar ul li.search .site-search,
.storefront-handheld-footer-bar ul li.search .widget,
.storefront-handheld-footer-bar ul li.search form {
  margin-bottom: 0;
  display: flex;
}
.storefront-handheld-footer-bar ul li.my-account > a:before {
  content: "\f007";
}
.storefront-handheld-footer-bar ul li.cart > a:before {
  content: "\f291";
}
.storefront-handheld-footer-bar ul li.cart .count {
  text-indent: 0;
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2;
  box-sizing: content-box;
  font-size: 0.75em;
  position: absolute;
  top: 0.875em;
  left: 50%;
  border-radius: 100%;
  border: 1px solid;
}
.storefront-handheld-footer-bar ul.columns-1 li {
  width: 100%;
  display: block;
  float: none;
}
.storefront-handheld-footer-bar ul.columns-2 li {
  width: 50%;
}
.storefront-handheld-footer-bar ul.columns-3 li {
  width: 33.33333%;
}
.storefront-handheld-footer-bar ul.columns-4 li {
  width: 25%;
}
.storefront-handheld-footer-bar ul.columns-5 li {
  width: 20%;
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td:before {
  content: attr(data-title) ": ";
  font-weight: 700;
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove:before {
  display: none;
}
table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}
table.shop_table_responsive.my_account_orders .order-actions {
  text-align: right;
}
table.shop_table_responsive.my_account_orders .order-actions:before {
  display: none;
}

/**
 * Products
 */
ul.products {
  margin-left: 0;
  margin-bottom: 0;
  clear: both;
}
ul.products:before, ul.products:after {
  content: "";
  display: table;
}
ul.products:after {
  clear: both;
}
ul.products li.product {
  list-style: none;
  margin-left: 0;
  margin-bottom: 4.235801032em;
  text-align: center;
  position: relative;
}
ul.products li.product:hover img {
  opacity: 0.7;
}
ul.products li.product .star-rating,
ul.products li.product .price {
  margin: 0 auto 1em;
}
ul.products li.product .woocommerce-LoopProduct-link {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
ul.products li.product .price {
  display: block;
  color: #4f4f4f;
  font-weight: 400;
  margin: auto 0 0;
  font-size: 1rem;
}
ul.products li.product .price ins {
  font-weight: 700;
  margin-left: 0.6180469716em;
  background-color: transparent;
}
ul.products li.product h2,
ul.products li.product h3,
ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.1em;
}
ul.products li.product .star-rating {
  font-size: 0.875em;
}
ul.products li.product img {
  display: block;
  margin: 0 auto 1.618em;
  transition: opacity 0.3s ease;
}
ul.products li.product.product-category h2,
ul.products li.product.product-category h3,
ul.products li.product.product-category .woocommerce-loop-category__title {
  font-size: 1.1em;
}
ul.products li.product.product-category img {
  margin-bottom: 1.618em;
}
ul.products li.product .button {
  margin-bottom: 0.236em;
}
ul.products li.product:hover .button {
  --btn-color-hover: rgb(196.3574468085, 80.0680851064, 27.6425531915);
}

.price del {
  opacity: 0.5;
  font-weight: 400;
}
.price del + ins {
  margin-left: 0.327em;
}

/**
 * Single Product
 */
.single-product .pswp__button {
  background-color: transparent;
}
.single-product div.product:before, .single-product div.product:after {
  content: "";
  display: table;
}
.single-product div.product:after {
  clear: both;
}
.single-product div.product {
  position: relative;
  overflow: hidden;
}
.single-product div.product .images,
.single-product div.product .summary,
.single-product div.product .woocommerce-product-gallery {
  margin-bottom: 2.617924em;
  margin-top: 0;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.875em;
  right: 0.875em;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
  text-indent: -999px;
  overflow: hidden;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\f00e";
  line-height: 2;
  text-indent: 0;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.single-product div.product .woocommerce-product-gallery img {
  margin: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1.618em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:before, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs:after {
  content: "";
  display: table;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:after {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  margin-bottom: 1.618em;
  cursor: pointer;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
  -webkit-transition: all, ease, 0.2s;
  -moz-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 47.3684210526%;
  float: left;
  margin-right: 5.2631578947%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 29.8245613947%;
  float: left;
  margin-right: 5.2631578947%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 21.0526315789%;
  float: left;
  margin-right: 5.2631578947%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .images .woocommerce-main-image {
  margin-bottom: 1.618em;
  display: block;
}
.single-product div.product .images .thumbnails a.zoom {
  display: block;
  width: 22.05%;
  margin-right: 3.8%;
  float: left;
  margin-bottom: 1em;
}
.single-product div.product .images .thumbnails a.zoom.last {
  margin-right: 0;
}
.single-product div.product .images .thumbnails a.zoom.first {
  clear: both;
}
.single-product div.product form.cart:before, .single-product div.product form.cart:after {
  content: "";
  display: table;
}
.single-product div.product form.cart:after {
  clear: both;
}
.single-product div.product form.cart {
  margin-bottom: 1.618em;
  padding: 1em 0;
}
.single-product div.product form.cart .quantity {
  float: left;
}
.single-product div.product form.cart .button {
  float: right;
}
.single-product div.product .price {
  font-weight: 700;
  font-size: 1.6rem;
}
.single-product div.product table.variations {
  margin: 0;
}
.single-product div.product table.variations th,
.single-product div.product table.variations td {
  display: list-item;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.single-product div.product table.variations .value {
  margin-bottom: 1em;
}
.single-product div.product .single_variation .price {
  margin-bottom: 1em;
  display: block;
}
.single-product div.product .variations_button:before, .single-product div.product .variations_button:after {
  content: "";
  display: table;
}
.single-product div.product .variations_button:after {
  clear: both;
}
.single-product div.product .variations_button {
  padding-top: 1em;
}
.single-product div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}
.single-product div.product .woocommerce-product-rating:before, .single-product div.product .woocommerce-product-rating:after {
  content: "";
  display: table;
}
.single-product div.product .woocommerce-product-rating:after {
  clear: both;
}
.single-product div.product .woocommerce-product-rating {
  line-height: 1;
  margin-top: -ms(-1);
}
.single-product div.product .woocommerce-product-rating a {
  font-weight: 400;
  text-decoration: underline;
}
.single-product div.product .woocommerce-product-rating .star-rating {
  float: left;
  margin-right: 0.6180469716em;
}
.single-product div.product .product_meta {
  font-size: 0.875em;
  padding-top: 1em;
  border-top: 1px solid rgba(197, 87, 40, 0.2);
}
.single-product div.product .product_meta .sku_wrapper,
.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .tagged_as {
  display: block;
}
.single-product div.product .product_meta .sku_wrapper:last-child,
.single-product div.product .product_meta .posted_in:last-child,
.single-product div.product .product_meta .tagged_as:last-child {
  border-bottom: 0;
}
.single-product div.product .product_meta a {
  font-weight: 400;
  text-decoration: underline;
}

.stock:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5407911001em;
}
.stock:empty:before {
  display: none;
}
.stock.in-stock {
  color: #31ab63;
}
.stock.in-stock:before {
  content: "\f118";
}
.stock.out-of-stock {
  color: #ef522f;
}
.stock.out-of-stock:before {
  content: "\f119";
}

a.reset_variations {
  display: inline-block;
  margin-left: 1em;
}
a.reset_variations:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f021";
  margin-right: 0.5407911001em;
}

/**
 * Reviews
 */
#reviews #comments {
  padding-top: 0;
}
#reviews .woocommerce-Reviews-title {
  font-weight: 300;
}
#reviews .woocommerce-Reviews-title span {
  font-weight: 700;
}
#reviews .commentlist {
  list-style: none;
  margin-left: 0;
}
#reviews .commentlist li {
  margin-bottom: 2.617924em;
  list-style: none;
  clear: both;
}
#reviews .commentlist li:before, #reviews .commentlist li:after {
  content: "";
  display: table;
}
#reviews .commentlist li:after {
  clear: both;
}
#reviews .commentlist li .comment_container {
  padding: 1.618em;
  border-radius: 3px;
}
#reviews .commentlist li .comment_container .comment-text p:last-of-type {
  margin-bottom: 0;
}
#reviews .commentlist li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
#reviews .commentlist li time {
  opacity: 0.5;
}
#reviews .commentlist li .avatar {
  float: left;
  width: 2.2906835em;
  height: auto;
  margin-right: 1em;
}
#reviews .commentlist li p.meta {
  margin-bottom: 1em;
}
#reviews .commentlist li ul.children {
  width: 82.7586206897%;
  float: right;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 1.618em;
}
#reviews .commentlist li ul.children li {
  margin-bottom: 1.618em;
}
#reviews .commentlist li ul.children li:last-child {
  margin-bottom: 0;
}
#reviews .comment-form-rating {
  clear: both;
}
#reviews .comment-form-rating label {
  display: block;
}

/**
 * Breadcrumbs
 */
.woocommerce-breadcrumb {
  margin-left: -1.387rem;
  margin-right: -1.387rem;
  margin-bottom: 1.618em;
  font-size: 0.875em;
  padding: 1em 1.387rem;
}
.woocommerce-breadcrumb a {
  font-weight: normal;
}
.woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}
.woocommerce-breadcrumb a:first-of-type:before {
  content: unset;
}

/**
 * Widgets
 */
.product_list_widget {
  list-style: none;
  margin-left: 0;
}
.product_list_widget li {
  padding: 1em 0;
  border-bottom: 1px solid rgba(197, 87, 40, 0.2);
}
.product_list_widget li:before, .product_list_widget li:after {
  content: "";
  display: table;
}
.product_list_widget li:after {
  clear: both;
}
.product_list_widget li img {
  max-width: 2.617924em;
  float: right;
}
.product_list_widget li > a {
  display: block;
}
.product_list_widget a:hover {
  color: #e26831;
}

.widget ul.products li.product a {
  text-decoration: none;
}

.widget_products a {
  display: block;
}

.widget_shopping_cart .product_list_widget {
  margin-bottom: 0;
}
.widget_shopping_cart .product_list_widget li {
  padding-left: 2em;
  position: relative;
}
.widget_shopping_cart .product_list_widget li a.remove {
  position: absolute;
  top: 1em;
  left: 0;
  opacity: 1;
}
.widget_shopping_cart p.total,
.widget_shopping_cart p.buttons {
  padding: 1em 0;
  margin: 0;
  text-align: center;
}
.widget_shopping_cart p.total {
  border-bottom: 1px solid rgba(197, 87, 40, 0.2);
}
.widget_shopping_cart .buttons .button {
  display: block;
}
.widget_shopping_cart .buttons .button:nth-child(odd) {
  margin-bottom: 0.6180469716em;
}

.widget_product_categories ul {
  margin: 0;
}
.widget_product_categories ul li {
  list-style: none;
  margin-bottom: 0.6180469716em;
}
.widget_product_categories ul li:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5407911001em;
  opacity: 0.25;
  content: "\f114";
}
.widget_product_categories ul li.current-cat:before {
  content: "\f115";
}
.widget_product_categories .children {
  margin-top: 0.6180469716em;
  margin-left: 1.618em;
}

.site-header .widget_shopping_cart p.total,
.site-header .widget_shopping_cart p.buttons,
.site-header .widget_shopping_cart li {
  padding-left: 1.41575em;
  padding-right: 1.41575em;
}

.widget_layered_nav li {
  margin-bottom: 0.6180469716em;
}
.widget_layered_nav li:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5407911001em;
  opacity: 0.35;
  content: "\f0c8";
}
.widget_layered_nav .chosen:before {
  content: "\f14a";
}

.widget_layered_nav_filters ul li.chosen a:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  margin-right: 0.5407911001em;
  color: #ef522f;
}

.widget.woocommerce li .count {
  font-size: 1em;
  float: right;
}

.widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  cursor: ew-resize;
  outline: none;
  background: #e26831;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background: #e26831;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

/**
 * Cart
 */
table.cart {
  margin-bottom: 3.706325903em;
}
table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
  display: none;
}
table.cart .product-thumbnail img {
  margin: 0 auto;
  max-width: 3.706325903em;
  height: auto;
}
table.cart .product-thumbnail:before {
  display: none;
}
table.cart tr:first-child td.product-remove {
  border-top-width: 0;
}
table.cart td.product-remove:before, table.cart td.product-remove:after {
  content: "";
  display: table;
}
table.cart td.product-remove:after {
  clear: both;
}
table.cart td.product-remove {
  padding: 0;
  border-top: 1.618em solid;
  position: relative;
}
table.cart td.product-remove a.remove {
  position: absolute;
  font-size: 1.41575em;
  top: -ms(-2);
  right: -ms(-2);
}
table.cart td.product-quantity .qty {
  padding: 0.326em;
  width: 3.706325903em;
}
table.cart td,
table.cart th {
  padding: 0.875em 0.875em 0;
}
table.cart td.product-subtotal {
  padding-bottom: 0.875em;
}
table.cart td.actions {
  border-top: 1em solid;
  background-color: transparent;
  padding: 0;
}
table.cart td.actions label {
  display: none;
}
table.cart td.actions .coupon {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(197, 87, 40, 0.2);
}
table.cart td.actions input {
  display: block;
  width: 100%;
  margin: 0.5407911001em 0;
}
table.cart td.actions input[name=update_cart]:focus {
  outline: none;
}

.wc-proceed-to-checkout:before, .wc-proceed-to-checkout:after {
  content: "";
  display: table;
}
.wc-proceed-to-checkout:after {
  clear: both;
}
.wc-proceed-to-checkout {
  margin-bottom: 1.618em;
}
.wc-proceed-to-checkout .button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
.wc-proceed-to-checkout .button.checkout-button {
  font-size: 1.41575em;
}

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

a.remove {
  display: block;
  width: 1.618em;
  height: 1.618em;
  line-height: 1.618;
  font-weight: 400;
  text-indent: -9999px;
  position: relative;
}
a.remove:before {
  content: "\f057";
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ef522f;
  line-height: 1.618;
  text-indent: 0;
  text-align: center;
}

/**
 * Checkout
 *
 * 1 - Required to make the blockUI overlay cover the entire page rather than just the checkout form. We do this because
 *     otherwise our sticky order review can break out of the checkout form (and the blockUI element).
 */
.checkout_coupon {
  margin-bottom: 2.617924em;
}

form.checkout:before, form.checkout:after {
  content: "";
  display: table;
}
form.checkout:after {
  clear: both;
}
form.checkout {
  position: static !important; /* 1 */
}
form.checkout > .blockUI {
  position: fixed !important; /* 1 */
}

.blockUI:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f110";
  -webkit-animation: fa-spin 0.75s linear infinite;
  -moz-animation: fa-spin 0.75s linear infinite;
  animation: fa-spin 0.75s linear infinite;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

#payment:before, #payment:after {
  content: "";
  display: table;
}
#payment:after {
  clear: both;
}
#payment .create-account {
  clear: both;
}
#payment .payment_methods {
  margin: 0 !important;
  padding: 0 !important;
}
#payment .payment_methods > .wc_payment_method > label {
  display: block;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
}
#payment .payment_methods > .wc_payment_method > label:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10c";
  margin-right: 0.5407911001em;
  -webkit-transition: color, ease, 0.2s;
  -moz-transition: color, ease, 0.2s;
  transition: color, ease, 0.2s;
}
#payment .payment_methods li {
  list-style: none !important;
  margin-left: 0;
  margin-bottom: 1px;
  position: relative;
}
#payment .payment_methods li img {
  float: right;
  border: 0;
  padding: 0;
  max-height: 1.618em;
}
#payment .payment_methods li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
#payment .payment_methods li.wc_payment_method > input[type=radio]:first-child {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
#payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label:before {
  content: "\f192";
}
#payment .payment_methods li p {
  margin: 0;
}
#payment .payment_methods li .payment_box {
  padding: 1.41575em;
}
#payment .payment_methods li .payment_box fieldset {
  border: 0;
  margin: 0;
  padding: 1em 0 0 0;
  font-size: 0.875em;
}
#payment .payment_methods li .payment_box fieldset label {
  width: auto;
  margin-left: 0;
}
#payment .payment_methods li .payment_box fieldset .form-row {
  margin-bottom: 1em;
}
#payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox] {
  margin-right: 5px;
}
#payment .payment_methods li .payment_box fieldset #cvv {
  width: 22% !important;
}
#payment .payment_methods li .payment_box fieldset .help {
  width: 75%;
  float: right;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
  padding-top: 1em;
  margin: 0;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
  margin-top: 0.6180469716em;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
  margin-right: 0.236em;
}
#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
  margin-left: 0;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.41575em;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
  background-repeat: no-repeat;
  background-position: right 0.6180469716em center;
  background-size: 31px 20px;
  background-image: url(../../../assets/images/credit-cards/unknown.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
  background-image: url(../../../assets/images/credit-cards/visa.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url(../../../assets/images/credit-cards/mastercard.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
  background-image: url(../../../assets/images/credit-cards/laser.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url(../../../assets/images/credit-cards/diners.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url(../../../assets/images/credit-cards/maestro.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url(../../../assets/images/credit-cards/jcb.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
  background-image: url(../../../assets/images/credit-cards/amex.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
  background-image: url(../../../assets/images/credit-cards/discover.svg);
}
#payment .terms {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 0;
  margin-bottom: 1em;
}
#payment .terms label {
  display: block;
  cursor: pointer;
}
#payment .place-order {
  padding: 1.41575em;
  margin-bottom: 0;
  float: none;
  width: 100%;
}
#payment .place-order .button {
  font-size: 1.41575em;
  width: 100%;
  white-space: pre-wrap;
}

.woocommerce-checkout .payment-fixed {
  position: fixed;
  top: 0;
  z-index: 9;
  box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
}

.admin-bar .woocommerce-checkout .payment-fixed {
  top: 32px;
}
.admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
  display: none;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: left;
  font-weight: 600;
  padding: 0.5407911001em 0;
  text-align: right;
  font-size: 0.875em;
}
.woocommerce-password-strength:after {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f119";
  margin-left: 0.5407911001em;
}
.woocommerce-password-strength.strong {
  color: #31ab63;
}
.woocommerce-password-strength.strong:after {
  content: "\f118";
}
.woocommerce-password-strength.short {
  color: #ef522f;
}
.woocommerce-password-strength.bad {
  color: #ef522f;
}
.woocommerce-password-strength.good {
  color: #fdd154;
}
.woocommerce-password-strength.good:after {
  content: "\f11a";
}

/**
 * My Account
 */
.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  border-top: 1px solid rgba(197, 87, 40, 0.2);
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(197, 87, 40, 0.2);
  position: relative;
}
.woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 0.875em 0;
  display: block;
}
.woocommerce-MyAccount-navigation ul li a:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0f6";
  line-height: 1.618;
  margin-left: 0.5407911001em;
  width: 1.41575em;
  text-align: right;
  float: right;
  opacity: 0.25;
}
.woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f0e4";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f291";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f1c6";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f015";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "\f09d";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f007";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
  content: "\f021";
}

ul.order_details:before, ul.order_details:after {
  content: "";
  display: table;
}
ul.order_details:after {
  clear: both;
}
ul.order_details {
  list-style: none;
  position: relative;
  margin: 3.706325903em 0;
}
ul.order_details:before, ul.order_details:after {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
  background-size: 0px 100%, 16px 16px, 16px 16px;
}
ul.order_details:after {
  top: auto;
  bottom: -16px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
ul.order_details li {
  padding: 1em 1.618em;
  font-size: 0.8em;
  text-transform: uppercase;
}
ul.order_details li:first-child {
  padding-top: 1.618em;
}
ul.order_details li:last-child {
  border: 0;
  padding-bottom: 1.618em;
}
ul.order_details li strong {
  display: block;
  font-size: 1.41575em;
  text-transform: none;
}

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
  padding: 0.6180469716em 0.875em;
  font-size: 0.875em;
  margin-right: 0.236em;
}

.my_account_orders .button.view:after {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f06e";
  margin-left: 0.5407911001em;
}

p.order-again .button:after {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f021";
  margin-left: 0.5407911001em;
}

.woocommerce-MyAccount-downloads .button:after {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0ed";
  margin-left: 0.5407911001em;
}

.woocommerce-MyAccount-content h2 {
  font-size: 2em;
  font-weight: 600;
}
.woocommerce-MyAccount-content #payment .payment_methods {
  margin-bottom: 1.618em !important;
}
.woocommerce-MyAccount-content #payment .payment_methods li .payment_box {
  background-color: rgba(0, 0, 0, 0.05);
}

/**
 * General WooCommerce components
 */
.woocommerce-form__label-for-checkbox {
  cursor: pointer;
  display: block;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin-right: 0.3342343017em;
}

.form-row label {
  display: block;
}
.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
}
.form-row input[type=radio] {
  width: auto;
}
.form-row .button {
  width: auto;
}
.form-row.create-account label {
  display: inline-block;
}
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #31ab63;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #ef522f;
  border-color: #ef522f;
}

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

.form-row-wide {
  clear: both;
  width: 100%;
}

.required {
  border-bottom: 0 !important;
  color: red;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 69px;
  right: 0;
  margin: 0;
  padding: 1em 1.41575em;
  background-color: #fdd154;
  color: #fff;
  z-index: 999;
}
.demo_store a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  display: block;
}
.demo_store a:hover {
  text-decoration: none;
}
.demo_store:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5407911001em;
  content: "\f05a";
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.3em;
  font-family: "star";
  font-weight: 400;
}
.star-rating:before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #e26831;
}

p.stars {
  display: inline-block;
  margin: 0;
}
p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "star";
  content: "S";
  color: #4f4f4f;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a:before {
  content: "S";
  color: #4f4f4f;
  opacity: 0.25;
}
p.stars:hover a:before {
  content: "S";
  color: #e26831;
  opacity: 1;
}
p.stars.selected a.active:before {
  content: "S";
  color: #e26831;
  opacity: 1;
}
p.stars.selected a.active ~ a:before {
  content: "S";
  color: #4f4f4f;
  opacity: 0.25;
}
p.stars.selected a:not(.active):before {
  content: "S";
  color: #e26831;
  opacity: 1;
}

.onsale {
  border: 2px solid;
  border-color: #4f4f4f;
  color: #4f4f4f;
  padding: 0.202em 0.6180469716em;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 1em;
  border-radius: 3px;
}

.quantity .qty {
  width: 4.235801032em;
  text-align: center;
}

.storefront-sorting {
  font-size: 0.875em;
  margin-bottom: 2.617924em;
  display: flex;
  gap: 8px;
  flex-direction: column;
  flex-wrap: wrap;
}
.storefront-sorting .woocommerce-ordering {
  margin: 0;
}
.storefront-sorting .woocommerce-result-count {
  margin-bottom: 0;
}

.woocommerce-tabs {
  padding: 1em 0;
}
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin-left: 0;
  text-align: left;
  border-top: 1px solid rgba(197, 87, 40, 0.2);
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(197, 87, 40, 0.2);
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs ul.tabs li:after {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  display: block;
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all, ease, 0.3s;
  -moz-transition: all, ease, 0.3s;
  transition: all, ease, 0.3s;
}
.woocommerce-tabs ul.tabs li.active:after {
  opacity: 1;
  right: 0;
}
.woocommerce-tabs .panel h2:first-of-type {
  font-size: 1.618em;
  margin-bottom: 1em;
}

.related > h2:first-child,
.upsells > h2:first-child {
  font-size: 1.618em;
  margin-bottom: 1em;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  padding: 1em 1.618em;
}
.woocommerce-message:before, .woocommerce-message:after,
.woocommerce-info:before,
.woocommerce-info:after,
.woocommerce-error:before,
.woocommerce-error:after,
.woocommerce-noreviews:before,
.woocommerce-noreviews:after,
p.no-comments:before,
p.no-comments:after {
  content: "";
  display: table;
}
.woocommerce-message:after,
.woocommerce-info:after,
.woocommerce-error:after,
.woocommerce-noreviews:after,
p.no-comments:after {
  clear: both;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  margin-bottom: 2.617924em;
  background-color: #31ab63;
  margin-left: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: #fff;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
  color: #fff;
  opacity: 0.7;
}
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-noreviews a.button:hover,
p.no-comments a.button:hover {
  opacity: 1;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
  float: right;
  padding: 0;
  background: none;
  color: #fff;
  box-shadow: none;
  line-height: 1.618;
  padding-left: 1em;
  border-width: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.25) !important;
  border-radius: 0;
}
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
  background: none;
  color: #fff;
  opacity: 0.7;
}
.woocommerce-message pre,
.woocommerce-info pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
  background-color: rgba(0, 0, 0, 0.1);
}

.site-content > .col-full > .woocommerce > .woocommerce-message:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-error:first-child {
  margin-top: 2.617924em;
}

.wc-forward:after,
.woocommerce-Button--next:after {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f178";
  margin-left: 0.5407911001em;
}

.woocommerce-Button--previous:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f177";
  margin-right: 0.5407911001em;
}

.woocommerce-error {
  list-style: none;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #fdd154;
}

.woocommerce-error {
  background-color: #ef522f;
}

dl.variation {
  font-size: 0.875em;
}
dl.variation dd {
  margin: 0 0 1em;
}

.wc-item-meta {
  font-size: 0.875em;
  margin-left: 0;
  list-style: none;
}
.wc-item-meta li:before, .wc-item-meta li:after {
  content: "";
  display: table;
}
.wc-item-meta li:after {
  clear: both;
}
.wc-item-meta li strong,
.wc-item-meta li p {
  display: inline-block;
}

/**
 * My Account
 */
.woocommerce-MyAccount-content .woocommerce-Pagination {
  text-align: center;
}

/**
 * Homepage
 */
.storefront-product-section .section-title {
  text-align: center;
  margin-bottom: 1.618em;
}
.storefront-product-section:last-child {
  border-bottom: 0;
}

/**
	* Checkout
	*/
#ship-to-different-address .woocommerce-form__label-for-checkbox {
  font-size: 16px;
  font-weight: bold;
}

.woocommerce-order-details {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .demo_store {
    bottom: 0;
  }
  .demo_store a {
    background: rgba(0, 0, 0, 0.1);
    float: right;
    display: inline-block;
    margin: -1em -1.41575em -1em 0;
    padding: 1em 1.41575em;
  }
  .demo_store a:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f057";
    margin-right: 0.3342343017em;
  }
  /**
   * Handheld footer bar
   */
  .storefront-handheld-footer-bar {
    display: none;
  }
  /**
   * Breadcrumbs
   */
  .woocommerce-breadcrumb {
    padding: 1.41575em 99em;
    margin-left: -99em;
    margin-right: -99em;
    margin-bottom: 4.235801032em;
  }
  /**
   * Responsive tables
   */
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td:before {
    display: none;
  }
  /**
   * Header Elements
   */
  .site-header-cart {
    position: relative;
  }
  .site-header-cart .cart-contents {
    padding: 1.618em 0;
    display: block;
    position: relative;
    background-color: transparent;
    height: auto;
    width: auto;
    text-indent: 0;
  }
  .site-header-cart .cart-contents:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 1em;
    float: right;
    content: "\f291";
    line-height: 1.618;
  }
  .site-header-cart .cart-contents .amount {
    margin-right: 0.327em;
  }
  .site-header-cart .cart-contents .count {
    font-weight: 300;
    opacity: 0.5;
    font-size: 0.875em;
  }
  .site-header-cart .cart-contents span {
    display: inline;
  }
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    font-size: 0.875em;
    left: -999em;
    display: block;
  }
  .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .site-header-cart .widget_shopping_cart h2.widgettitle {
    display: none;
  }
  .site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
    position: relative;
    float: left;
    top: auto;
  }
  .site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before {
    text-align: left;
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
  .site-search {
    display: block;
  }
  .site-search form {
    margin: 0;
    display: flex;
  }
  /**
   * Reset mobile product styles
   */
  ul.products li.product {
    clear: none;
    width: 100%;
    float: left;
    font-size: 0.875em;
    display: flex;
    flex-direction: column;
  }
  ul.products li.product.first {
    clear: both !important;
  }
  ul.products li.product.last {
    margin-right: 0 !important;
  }
  /**
   * Full width content area product layout
   */
  .page-template-template-fullwidth-php .site-main .columns-1 ul.products li.product,
  .page-template-template-homepage-php .site-main .columns-1 ul.products li.product,
  .storefront-full-width-content .site-main .columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .page-template-template-fullwidth-php .site-main .columns-2 ul.products li.product,
  .page-template-template-homepage-php .site-main .columns-2 ul.products li.product,
  .storefront-full-width-content .site-main .columns-2 ul.products li.product {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .page-template-template-fullwidth-php .site-main .columns-3 ul.products li.product,
  .page-template-template-homepage-php .site-main .columns-3 ul.products li.product,
  .storefront-full-width-content .site-main .columns-3 ul.products li.product {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .page-template-template-fullwidth-php .site-main .columns-4 ul.products li.product,
  .page-template-template-homepage-php .site-main .columns-4 ul.products li.product,
  .storefront-full-width-content .site-main .columns-4 ul.products li.product {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .page-template-template-fullwidth-php .site-main .columns-5 ul.products li.product,
  .page-template-template-homepage-php .site-main .columns-5 ul.products li.product,
  .storefront-full-width-content .site-main .columns-5 ul.products li.product {
    width: 16.9%;
    margin-right: 3.8%;
  }
  .page-template-template-fullwidth-php .site-main .columns-6 ul.products li.product,
  .page-template-template-homepage-php .site-main .columns-6 ul.products li.product,
  .storefront-full-width-content .site-main .columns-6 ul.products li.product {
    width: 15.2542372881%;
    float: left;
    margin-right: 1.6949152542%;
  }
  /**
   * Main content area (adjacent to sidebar) product layout
   */
  .site-main .columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .site-main .columns-2 ul.products li.product {
    width: 48%;
    margin-right: 3.8%;
  }
  .site-main .columns-3 ul.products li.product {
    width: 31.8181818182%;
    float: left;
    margin-right: 2.2727272727%;
  }
  .site-main .columns-4 ul.products li.product {
    width: 22.05%;
    margin-right: 3.8%;
  }
  .site-main .columns-5 ul.products li.product {
    width: 16.9%;
    margin-right: 3.8%;
  }
  .site-main .columns-6 ul.products li.product {
    width: 14.7727272727%;
    float: left;
    margin-right: 2.2727272727%;
  }
  .site-main ul.products li.product {
    width: 31.8181818182%;
    float: left;
    margin-right: 2.2727272727%;
  }
  /**
   * Single product page
   */
  .single-product div.product .images {
    width: 43.1818181818%;
    float: left;
    margin-right: 2.2727272727%;
    margin-bottom: 3.706325903em;
  }
  .single-product div.product .images .thumbnails:before, .single-product div.product .images .thumbnails:after {
    content: "";
    display: table;
  }
  .single-product div.product .images .thumbnails:after {
    clear: both;
  }
  .single-product div.product .images .thumbnails a.zoom {
    width: 21.0526315789%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .single-product div.product .images .thumbnails a.zoom.last {
    float: right;
    margin-right: 0;
  }
  .single-product div.product .woocommerce-product-gallery {
    width: 43.1818181818%;
    float: left;
    margin-right: 2.2727272727%;
    margin-bottom: 3.706325903em;
  }
  .single-product div.product .summary {
    width: 54.5454545455%;
    float: right;
    margin-right: 0;
  }
  .single-product div.product .woocommerce-tabs {
    clear: both;
  }
  #reviews .comment-form-author,
  #reviews .comment-form-email {
    width: 47%;
  }
  #reviews .comment-form-email {
    margin-right: 0;
  }
  .storefront-full-width-content.single-product div.product .images {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    margin-bottom: 3.706325903em;
  }
  .storefront-full-width-content.single-product div.product .images .thumbnails a.zoom {
    width: 21.0526315789%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .storefront-full-width-content.single-product div.product .images .thumbnails a.zoom.last {
    margin-right: 0;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    margin-bottom: 3.706325903em;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 21.0526315789%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .storefront-full-width-content.single-product div.product .summary {
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
    margin-bottom: 3.706325903em;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-tabs {
    clear: both;
  }
  .storefront-full-width-content.single-product .related ul.products li.product,
  .storefront-full-width-content.single-product .upsells ul.products li.product {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .woocommerce .page-description {
    margin-bottom: 1.618em;
  }
  .storefront-sorting {
    margin-bottom: 2.617924em;
    flex-direction: row;
    align-items: center;
  }
  .storefront-sorting select {
    width: auto;
  }
  .storefront-sorting .woocommerce-notices-wrapper {
    width: 100%;
  }
  .woocommerce-result-count {
    float: left;
    position: relative;
    margin-bottom: 0;
    padding: 0.327em 0;
  }
  .woocommerce-ordering {
    float: left;
    margin-right: 1em;
    margin-bottom: 0;
    padding: 0.327em 0;
  }
  .woocommerce-pagination {
    margin-left: auto;
    border: 0;
    clear: none;
    padding: 0;
    margin-bottom: 0;
  }
  /**
   * Cart
   */
  .woocommerce-cart .hentry,
  .woocommerce-checkout .hentry {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .page-template-template-fullwidth-php table.cart .product-thumbnail {
    display: table-cell;
  }
  .page-template-template-fullwidth-php table.cart thead {
    font-size: 1em;
    text-indent: 0;
  }
  table.cart th,
  table.cart td {
    padding: 1.618em;
  }
  table.cart .qty {
    padding: 0.875em;
    max-width: 3.632em;
  }
  table.cart td.product-remove {
    display: table-cell;
    padding: 1.618em;
    border: 0;
  }
  table.cart td.product-remove a.remove {
    float: none;
    position: relative;
    top: auto;
    right: auto;
  }
  table.cart .product-quantity .plus,
  table.cart .product-quantity .minus {
    display: inline-block;
  }
  table.cart .quantity .qty {
    padding: 0.6180469716em;
  }
  table.cart td.actions {
    text-align: right;
  }
  table.cart td.actions label {
    display: none;
  }
  table.cart td.actions .coupon {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    display: inline-block;
    float: left;
  }
  table.cart td.actions input {
    display: inline-block;
    width: auto;
    margin: 0;
  }
  .cart-collaterals:before, .cart-collaterals:after {
    content: "";
    display: table;
  }
  .cart-collaterals:after {
    clear: both;
  }
  .cart-collaterals h2 {
    font-size: 1.618em;
  }
  .cart-collaterals .cross-sells {
    width: 43.1818181818%;
    float: left;
    margin-right: 2.2727272727%;
  }
  .cart-collaterals .cross-sells ul.products li.product {
    width: 47.3684210526%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .cart-collaterals .cross-sells ul.products li.product:nth-child(2n) {
    margin-right: 0 !important;
  }
  .cart-collaterals .cart_totals,
  .cart-collaterals .shipping_calculator {
    width: 54.5454545455%;
    float: right;
    margin-right: 0;
    margin: 0;
    clear: right;
  }
  .cart-collaterals .cart_totals small.includes_tax {
    display: block;
  }
  .cart-collaterals .shipping_calculator {
    clear: right;
  }
  .page-template-template-fullwidth-php .cart-collaterals .cross-sells {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .page-template-template-fullwidth-php .cart-collaterals .cross-sells ul.products li.product {
    width: 48.275862069%;
    float: left;
    margin-right: 3.4482758621%;
  }
  .page-template-template-fullwidth-php .cart-collaterals .cart_totals,
  .page-template-template-fullwidth-php .cart-collaterals .shipping_calculator {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
  /**
   * Checkout
   */
  #ship-to-different-address {
    position: relative;
  }
  #ship-to-different-address .woocommerce-form__input-checkbox {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 0;
  }
  .col2-set {
    width: 54.5454545455%;
    float: left;
    margin-right: 2.2727272727%;
  }
  .col2-set .form-row-first {
    width: 37.5%;
    float: left;
    margin-right: 4.1666666667%;
  }
  .col2-set .form-row-last {
    width: 58.3333333333%;
    float: right;
    margin-right: 0;
  }
  .col2-set .col-1,
  .col2-set .col-2 {
    margin-bottom: 1.618em;
  }
  .col2-set + #customer_details {
    display: none;
  }
  .col2-set .woocommerce-billing-fields:before, .col2-set .woocommerce-billing-fields:after {
    content: "";
    display: table;
  }
  .col2-set .woocommerce-billing-fields:after {
    clear: both;
  }
  .col2-set.addresses {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set.addresses .col-1 {
    width: 48.8636363636%;
    float: left;
    margin-right: 2.2727272727%;
  }
  .col2-set.addresses .col-2 {
    width: 48.8636363636%;
    float: right;
    margin-right: 0;
  }
  #customer_details + #wc_checkout_add_ons {
    width: 43.1818181818%;
    float: right;
    margin-right: 0;
  }
  #wc_checkout_add_ons input[type=radio] {
    float: left;
    margin-right: 0.5407911001em;
    clear: left;
    margin-top: 0.35em;
  }
  #order_review_heading,
  #order_review {
    width: 43.1818181818%;
    float: right;
    margin-right: 0;
    clear: right;
  }
  #order_review {
    transition: box-shadow ease 0.4s;
  }
  #order_review_heading {
    margin-bottom: 0;
    padding-bottom: 0.6180469716em;
  }
  .woocommerce-order-pay #order_review,
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review {
    width: 100%;
    float: none;
  }
  .woocommerce-order-pay #order_review #payment h3,
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3 {
    padding-left: 1em;
    padding-top: 1em;
  }
  .woocommerce-order-pay #order_review #payment .form-row,
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row {
    padding: 1em;
  }
  .woocommerce-order-pay #order_review .payment_methods + .form-row,
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods + .form-row {
    padding: 1em;
  }
  .woocommerce-order-pay #order_review .button#place_order,
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order {
    display: block;
    width: 100%;
    font-size: 1.41575em;
  }
  .page-template-template-fullwidth-php .col2-set {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .page-template-template-fullwidth-php .col2-set .form-row-first {
    width: 48.275862069%;
    float: left;
    margin-right: 3.4482758621%;
  }
  .page-template-template-fullwidth-php .col2-set .form-row-last {
    width: 48.275862069%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php .col2-set.addresses .col-1 {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .page-template-template-fullwidth-php .col2-set.addresses .col-2 {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php #order_review_heading,
  .page-template-template-fullwidth-php #order_review {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php #customer_details + #wc_checkout_add_ons {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
  #order_review .shop_table {
    margin-bottom: 1rem;
  }
  /**
   * My Account
   */
  table + .addresses {
    margin-top: 1.618em;
  }
  .col2-set#customer_login,
  .col2-set.addresses {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set#customer_login .col-1,
  .col2-set.addresses .col-1 {
    width: 43.1818181818%;
    float: left;
    margin-right: 2.2727272727%;
  }
  .col2-set#customer_login .col-2,
  .col2-set.addresses .col-2 {
    width: 54.5454545455%;
    float: right;
    margin-right: 0;
  }
  .woocommerce-MyAccount-navigation {
    width: 20.4545454545%;
    float: left;
    margin-right: 2.2727272727%;
  }
  .woocommerce-MyAccount-content {
    width: 77.2727272727%;
    float: right;
    margin-right: 0;
  }
  .woocommerce-MyAccount-content .form-row-first {
    width: 41.1764705882%;
    float: left;
    margin-right: 2.9411764706%;
  }
  .woocommerce-MyAccount-content .form-row-last {
    width: 55.8823529412%;
    float: right;
    margin-right: 0;
  }
  .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation {
    width: 20.4545454545%;
    float: right;
    margin-right: 0;
  }
  .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-content {
    width: 77.2727272727%;
    float: left;
    margin-right: 2.2727272727%;
  }
  table.my_account_orders {
    font-size: 0.875em;
  }
  .page-template-template-fullwidth-php .col2-set#customer_login .col-1,
  .page-template-template-fullwidth-php .col2-set.addresses .col-1 {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .page-template-template-fullwidth-php .col2-set#customer_login .col-2,
  .page-template-template-fullwidth-php .col2-set.addresses .col-2 {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content {
    width: 74.5762711864%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-first {
    width: 48.7179487179%;
    float: left;
    margin-right: 2.5641025641%;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-last {
    width: 48.7179487179%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set {
    width: 100%;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-1 {
    width: 48.7179487179%;
    float: left;
    margin-right: 2.5641025641%;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-2 {
    width: 48.7179487179%;
    float: right;
    margin-right: 0;
  }
  .addresses header.title:before, .addresses header.title:after {
    content: "";
    display: table;
  }
  .addresses header.title:after {
    clear: both;
  }
  .addresses header.title h3 {
    float: left;
  }
  .addresses header.title a {
    float: right;
    display: block;
    width: 1em;
    height: 1em;
    text-indent: -9999px;
    position: relative;
    padding: 0.875em;
    margin-top: 0.6180469716em;
  }
  .addresses header.title a:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f044";
    line-height: 1.618;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    text-indent: 0;
  }
  /**
   * General WooCommerce Components
   */
  .form-row-first {
    width: 48.8636363636%;
    float: left;
    margin-right: 2.2727272727%;
    clear: both;
  }
  .form-row-last {
    width: 48.8636363636%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php .form-row-first {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .page-template-template-fullwidth-php .form-row-last {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
  .storefront-full-width-content .woocommerce-tabs ul.tabs {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .storefront-full-width-content .woocommerce-tabs .panel {
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
    margin-bottom: 3.706325903em;
  }
  .woocommerce-tabs:before, .woocommerce-tabs:after {
    content: "";
    display: table;
  }
  .woocommerce-tabs:after {
    clear: both;
  }
  .woocommerce-tabs {
    padding-top: 2.617924em;
    padding-bottom: 2.617924em;
  }
  .woocommerce-tabs ul.tabs {
    width: 31.8181818182%;
    float: left;
    margin-right: 2.2727272727%;
  }
  .woocommerce-tabs ul.tabs li:after {
    content: "\f105";
  }
  .woocommerce-tabs ul.tabs li.active:after {
    right: 1em;
  }
  .woocommerce-tabs .panel {
    width: 65.9090909091%;
    float: right;
    margin-right: 0;
    margin-top: 0;
  }
}
@media (min-width: 568px) and (max-width: 1380px) {
  .woocommerce-breadcrumb {
    margin-left: -2.618rem;
    margin-right: -2.618rem;
    padding-left: 2.618rem;
    padding-right: 2.618rem;
  }
}
/*!
 * normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("assets/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("assets/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
 * Global styles applied to all non-woocommerce theme components. Includes styles for;
 *
 * Typography
 * Header
 * Footer
 * Main content area
 * Accessiblity helper classes
 * 404
 * Comments
 * Content (posts etc)
 * Forms
 * Media
 * Menus
 * pagination
 * Post formats
 * Widgets
 */
/**
 * Typography
 */
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

body,
button,
input,
textarea {
  color: #4f4f4f;
  font-family: "acumin-variable", sans-serif;
  line-height: 1.618;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

select {
  color: initial;
  font-family: "acumin-variable", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 600;
  margin: 0 0 0.5407911001em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: 700;
}

h1,
.alpha {
  font-size: 2.617924em;
  line-height: 1.214;
  letter-spacing: -1px;
}

h2,
.beta {
  font-size: 2.1em;
  line-height: 1.214;
}

h3,
.gamma {
  font-size: 1.618em;
  font-weight: 600;
}

h4,
.delta {
  font-size: 1.41575em;
  font-weight: 700;
}

.alpha,
.beta,
.gamma,
.delta {
  display: block;
}

p + h2, p + header h2, p + h3, p + h4,
ul + h2,
ul + header h2,
ul + h3,
ul + h4,
ol + h2,
ol + header h2,
ol + h3,
ol + h4,
table + h2,
table + header h2,
table + h3,
table + h4,
blockquote + h2,
blockquote + header h2,
blockquote + h3,
blockquote + h4,
form + h2,
form + header h2,
form + h3,
form + h4 {
  margin-top: 2.2906835em;
}

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

p {
  margin: 0 0 1em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.618em;
}

b,
strong {
  font-weight: 700;
}

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

blockquote {
  padding: 0 1em;
  border-left: 3px solid rgba(0, 0, 0, 0.05);
  font-style: italic;
}

address {
  margin: 0 0 1em;
}

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407911001em;
}

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

mark,
ins {
  text-decoration: none;
  font-weight: 700;
  background: transparent;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

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

th {
  font-weight: bold;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
}

a {
  color: #e26831;
  text-decoration: none;
  font-weight: 600;
}
a:focus {
  outline: 1px solid #e26831;
}

.storefront-cute * {
  font-family: "Comic Sans MS", sans-serif;
}

/**
 * Global styles
 */
* {
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  overflow-x: hidden;
}

.site {
  overflow-x: hidden;
}

.site-content,
.header-widget-region {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/**
 * Header
 */
.site-header {
  background-color: #2c2d33;
  padding-top: 1.618em;
  padding-bottom: 1.618em;
  color: #9aa0a7;
  background-position: center center;
  position: relative;
  z-index: 999;
}
.site-header .site-logo-anchor,
.site-header .site-logo-link,
.site-header .custom-logo-link {
  display: block;
}
.site-header .site-logo-anchor img,
.site-header .site-logo-link img,
.site-header .custom-logo-link img {
  max-width: 210px;
}
.site-header .site-branding,
.site-header .site-logo-anchor,
.site-header .site-logo-link,
.site-header .custom-logo-link {
  margin-bottom: 0;
  float: left;
}
.site-header .widget {
  margin-bottom: 0;
}

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
  margin-bottom: 4.235801032em;
}

.no-wc-breadcrumb .site-header {
  margin-bottom: 4.235801032em;
}
.no-wc-breadcrumb.page-template-template-homepage .site-header {
  margin-bottom: 0;
}

.header-widget-region {
  position: relative;
  z-index: 99;
}

.site-branding .site-title {
  font-size: 2em;
  letter-spacing: -1px;
  margin: 0;
}
.site-branding .site-title a {
  font-weight: 700;
}
.site-branding .site-description {
  font-size: 0.875em;
  display: none;
}

/**
 * Main content area
 */
.site-main {
  margin-bottom: 2.617924em;
}

.site-content {
  outline: none;
}

.page-template-template-homepage .site-main {
  padding-top: 4.235801032em;
}

/**
 * Footer
 */
.site-footer {
  background-color: #f3f3f3;
  color: rgb(53.5, 53.5, 53.5);
  padding: 1.618em 0 3.706325903em;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  color: rgb(58.6, 58.6, 58.6);
}
.site-footer a:not(.button) {
  color: #e26831;
}

.site-info {
  padding: 2.617924em 0;
}

/**
 * Alignment
 */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}

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

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/**
 * Accessibility
 */
.screen-reader-text {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
  outline: none;
}

/**
 * Clearing
 */
.clear:before, .clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/**
 * Tables
 */
table {
  border-spacing: 0;
  width: 100%;
  border-collapse: separate;
}
table caption {
  padding: 1em 0;
  font-weight: 700;
}
table td,
table th {
  padding: 1em 1.41575em;
  text-align: left;
  vertical-align: top;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table thead th {
  text-transform: uppercase;
  padding: 1.41575em;
  vertical-align: middle;
}
table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: normal;
}
table tbody h2 a {
  font-weight: normal;
}

/**
 * 404 Styles
 */
.error404 .site-content .widget_product_search {
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.025);
}
.error404 .site-content .widget_product_search form {
  margin: 0;
}
.error404.right-sidebar .content-area, .error404.left-sidebar .content-area {
  width: 100%;
}
.error404 .fourohfour-columns-2:before, .error404 .fourohfour-columns-2:after {
  content: "";
  display: table;
}
.error404 .fourohfour-columns-2:after {
  clear: both;
}
.error404 .fourohfour-columns-2 {
  padding: 2.617924em 0;
  border: 1px solid rgba(197, 87, 40, 0.2);
  border-width: 1px 0;
  margin-bottom: 2.617924em;
}
.error404 .fourohfour-columns-2 ul.products,
.error404 .fourohfour-columns-2 ul.products li.product,
.error404 .fourohfour-columns-2 .widget {
  margin-bottom: 0;
}
.error404 .fourohfour-columns-2 .col-1 {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
}
.error404 .fourohfour-columns-2 .col-1 ul.products li.product {
  width: 48.275862069%;
  float: left;
  margin-right: 3.4482758621%;
}
.error404 .fourohfour-columns-2 .col-2 {
  width: 49.1525423729%;
  float: right;
  margin-right: 0;
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.025);
}

/**
 * Comments
 */
#comments {
  padding-top: 2.617924em;
}
#comments .comments-title {
  border-bottom: 1px solid rgba(197, 87, 40, 0.2);
  padding-bottom: 0.5407911001em;
  margin-bottom: 1.618em;
}
#comments .comment-list {
  list-style: none;
  margin-left: 0;
}
#comments .comment-list .comment-body:before, #comments .comment-list .comment-body:after {
  content: "";
  display: table;
}
#comments .comment-list .comment-body:after {
  clear: both;
}
#comments .comment-list .comment-content {
  padding-bottom: 1.618em;
  margin-bottom: 1.618em;
}
#comments .comment-list .comment-content .comment-text {
  padding: 1.618em;
  border-radius: 3px;
}
#comments .comment-list .comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
#comments .comment-list .comment-meta {
  margin-bottom: 1em;
}
#comments .comment-list .comment-meta .avatar {
  margin-bottom: 1em;
  max-width: 64px;
  height: auto;
}
#comments .comment-list .comment-meta a.comment-date {
  font-size: 0.875em;
}
#comments .comment-list .comment-meta cite {
  font-style: normal;
  clear: both;
  display: block;
}
#comments .comment-list .bypostauthor > .comment-body cite:after {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.5407911001em;
  content: "\f0f6";
}
#comments .comment-list .reply:before, #comments .comment-list .reply:after {
  content: "";
  display: table;
}
#comments .comment-list .reply:after {
  clear: both;
}
#comments .comment-list .reply {
  margin-bottom: 1.618em;
  padding-top: 0.6180469716em;
}
#comments .comment-list .reply a {
  display: inline-block;
  margin-right: 1em;
}
#comments .comment-list .reply a:after {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f112";
  margin-left: 0.5407911001em;
}
#comments .comment-list .reply a.comment-edit-link:after {
  content: "\f040";
}
#comments .comment-list .reply a:last-child {
  margin-right: 0;
}
#comments .comment-list .children {
  list-style: none;
}

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

#respond {
  clear: both;
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.0125);
  position: relative;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
  width: 100%;
}
#respond .form-submit,
#respond form {
  margin-bottom: 0;
}
#respond #cancel-comment-reply-link {
  position: absolute;
  top: 0.5407911001em;
  right: 0.5407911001em;
  display: block;
  height: 1em;
  width: 1em;
  overflow: hidden;
  line-height: 1;
  font-size: 1.41575em;
  text-align: center;
  -webkit-transition: -webkit-transform, ease, 0.3s;
  -moz-transition: -moz-transform, ease, 0.3s;
  transition: transform, ease, 0.3s;
}
#respond #cancel-comment-reply-link:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
#respond #cancel-comment-reply-link:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f057";
  display: block;
}

/**
 * Content
 */
.sticky .entry-title:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5407911001em;
  content: "\f08d";
}

.hentry {
  margin: 0 0 4.235801032em;
}
.hentry .wp-post-image {
  margin-bottom: 1.618em;
  margin-left: auto;
  margin-right: auto;
}
.hentry .entry-header {
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(197, 87, 40, 0.2);
}
.hentry .entry-header .posted-on,
.hentry .entry-header .byline {
  font-size: 0.875em;
}
.hentry .entry-header .posted-on a,
.hentry .entry-header .byline a {
  font-weight: 400;
  text-decoration: underline;
}
.hentry .entry-meta {
  font-weight: 300;
}
.hentry.type-page .entry-header {
  border-bottom: 0;
  margin-bottom: 0;
}

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

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

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

.cat-links,
.tags-links,
.comments-link,
.author {
  display: block;
  margin-bottom: 1.618em;
}

.author .avatar {
  width: 64px;
  margin-bottom: 1em;
}

/**
 * Forms
 */
form {
  margin-bottom: 1.618em;
}

button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.added_to_cart {
  border: 0;
  background: none;
  background-color: var(--btn-bg, #e26831);
  border-color: var(--btn-border, #e26831);
  color: var(--btn-color, #ffffff);
  cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
  padding: 0.6rem 1.6rem;
  text-decoration: none;
  font-weight: 700;
  text-shadow: none;
  display: inline-block;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover,
.added_to_cart:hover {
  background-color: var(--btn-bg-hover, rgb(218.7106382979, 89.1829787234, 30.7893617021));
  border-color: var(--btn-border-hover, rgb(218.7106382979, 89.1829787234, 30.7893617021));
  color: var(--btn-color-hover, #ffffff);
}
button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.added_to_cart {
  font-weight: 700;
  font-size: 17px;
}
button.added:after,
input[type=button].added:after,
input[type=reset].added:after,
input[type=submit].added:after,
.button.added:after,
.added_to_cart.added:after {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  margin-left: 0.5407911001em;
}
button.loading,
input[type=button].loading,
input[type=reset].loading,
input[type=submit].loading,
.button.loading,
.added_to_cart.loading {
  opacity: 0.5;
}
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small,
.button.small,
.added_to_cart.small {
  padding: 0.5407911001em 0.875em;
  font-size: 0.875em;
}
button.disabled, button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled,
.button.disabled,
.button:disabled,
.added_to_cart.disabled,
.added_to_cart:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
button.disabled:hover, button:disabled:hover,
input[type=button].disabled:hover,
input[type=button]:disabled:hover,
input[type=reset].disabled:hover,
input[type=reset]:disabled:hover,
input[type=submit].disabled:hover,
input[type=submit]:disabled:hover,
.button.disabled:hover,
.button:disabled:hover,
.added_to_cart.disabled:hover,
.added_to_cart:disabled:hover {
  opacity: 0.5 !important;
}

input[type=checkbox],
input[type=radio] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type=search]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

input[type=search] {
  box-sizing: border-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
  padding: 0.6180469716em;
  background-color: rgb(242.25, 242.25, 242.25);
  color: #4f4f4f;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  border-radius: 2px;
  box-sizing: border-box;
  font-weight: normal;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
  background-color: rgb(229.5, 229.5, 229.5);
  color: rgb(53.5, 53.5, 53.5);
}

textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 0.875em;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}

label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0.25rem;
}

label.inline input {
  width: auto;
}

fieldset {
  padding: 0;
  border: 0;
  margin-bottom: 1.618em;
}
fieldset legend {
  font-weight: 700;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

/**
 * Media
 */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0;
}

/**
 * Captions
 */
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  text-align: left;
  font-style: italic;
  border-bottom: 2px solid rgba(197, 87, 40, 0.2);
  padding: 1em 0;
}

/**
 * Galleries
 */
.gallery:before, .gallery:after {
  content: "";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery {
  margin-bottom: 1em;
}
.gallery .gallery-item {
  float: left;
}
.gallery .gallery-item .gallery-icon a {
  display: block;
}
.gallery .gallery-item .gallery-icon img {
  border: none;
  height: auto;
  margin: 0 auto;
}
.gallery .gallery-item .gallery-caption {
  margin: 0;
  text-align: center;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.3%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.666666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.285714286%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.111111111%;
}

/**
 * Embeds
 */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/**
 * Main Naivgation
 */
/**
 * General Menu Styles
 */
.secondary-navigation {
  display: none;
}

button.menu-toggle {
  cursor: pointer;
  text-align: left;
  float: right;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 2px;
  background-image: none;
  padding: 0.6180469716em 0.875em 0.6180469716em 2.617924em;
  font-size: 0.875em;
}
button.menu-toggle:hover {
  background-image: none;
}
button.menu-toggle span:before {
  -webkit-transition: all, ease, 0.2s;
  -moz-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
}
button.menu-toggle:before, button.menu-toggle:after,
button.menu-toggle span:before {
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -1px;
  -webkit-transition: all, ease, 0.2s;
  -moz-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
  border-radius: 3px;
}
button.menu-toggle:before {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
button.menu-toggle:after {
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.toggled button.menu-toggle:before, .toggled button.menu-toggle:after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggled button.menu-toggle:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.toggled button.menu-toggle span:before {
  opacity: 0;
}

.primary-navigation {
  display: none;
}

.main-navigation:before, .main-navigation:after {
  content: "";
  display: table;
}
.main-navigation:after {
  clear: both;
}
.main-navigation div.menu {
  display: none;
}
.main-navigation div.menu:last-child {
  display: block;
}
.main-navigation .menu {
  clear: both;
}

.handheld-navigation,
.nav-menu,
.main-navigation div.menu > ul:not(.nav-menu) {
  overflow: hidden;
  max-height: 0; /* We have to use max-height because `height` isn't animatable */
  -webkit-transition: all, ease, 0.8s;
  -moz-transition: all, ease, 0.8s;
  transition: all, ease, 0.8s;
}

.handheld-navigation {
  clear: both;
}
.handheld-navigation ul {
  margin: 0;
}

.main-navigation.toggled .handheld-navigation,
.main-navigation.toggled .menu > ul:not(.nav-menu),
.main-navigation.toggled ul[aria-expanded=true] {
  max-height: 1750px;
}

.main-navigation ul {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.main-navigation ul ul {
  display: block;
  margin-left: 1.41575em;
}
.main-navigation ul li a {
  padding: 0.875em 0;
  display: block;
}
.main-navigation ul li a:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0f6";
  margin-right: 0.5407911001em;
}
.main-navigation ul li a:hover {
  color: #e6e6e6;
}

/**
 * Pagination
 */
.site-main nav.navigation {
  margin: 0 0 1em;
}
.site-main nav.navigation:before, .site-main nav.navigation:after {
  content: "";
  display: table;
}
.site-main nav.navigation:after {
  clear: both;
}
.site-main nav.navigation .nav-previous a,
.site-main nav.navigation .nav-next a {
  display: inline-block;
  -webkit-transition: all, ease, 0.3s;
  -moz-transition: all, ease, 0.3s;
  transition: all, ease, 0.3s;
  padding: 0.6180469716em 1em;
  border-radius: 3px;
}
.site-main nav.navigation .nav-previous {
  float: left;
  width: 50%;
}
.site-main nav.navigation .nav-previous a:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f177";
  margin-right: 0.5407911001em;
}
.site-main nav.navigation .nav-previous a:hover {
  -webkit-transform: translate(-1em);
  -moz-transform: translate(-1em);
  -ms-transform: translate(-1em);
  -o-transform: translate(-1em);
  transform: translate(-1em);
}
.site-main nav.navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.site-main nav.navigation .nav-next a:after {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f178";
  margin-left: 0.5407911001em;
}
.site-main nav.navigation .nav-next a:hover {
  -webkit-transform: translate(1em);
  -moz-transform: translate(1em);
  -ms-transform: translate(1em);
  -o-transform: translate(1em);
  transform: translate(1em);
}

/**
 * Pagination
 */
.pagination,
.woocommerce-pagination {
  padding: 1em 0;
  border: 1px solid rgba(197, 87, 40, 0.2);
  border-width: 1px 0;
  text-align: center;
  clear: both;
}
.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
  list-style: none;
  margin: 0;
}
.pagination .page-numbers:before, .pagination .page-numbers:after,
.woocommerce-pagination .page-numbers:before,
.woocommerce-pagination .page-numbers:after {
  content: "";
  display: table;
}
.pagination .page-numbers:after,
.woocommerce-pagination .page-numbers:after {
  clear: both;
}
.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li {
  display: inline-block;
}
.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
  border-left-width: 0;
  display: inline-block;
  padding: 0.3342343017em 0.875em;
  background-color: rgba(0, 0, 0, 0.025);
  color: #4f4f4f;
}
.pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
  font-weight: 700;
  background-color: #e26831;
  border-color: #e26831;
  color: #fff;
}
.pagination .page-numbers li .page-numbers.dots,
.woocommerce-pagination .page-numbers li .page-numbers.dots {
  background-color: transparent;
}
.pagination .page-numbers li .page-numbers.prev, .pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.prev,
.woocommerce-pagination .page-numbers li .page-numbers.next {
  padding-left: 1em;
  padding-right: 1em;
}
.pagination .page-numbers li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li a.page-numbers:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.rtl .pagination a.next,
.rtl .pagination a.prev,
.rtl .woocommerce-pagination a.next,
.rtl .woocommerce-pagination a.prev {
  transform: rotateY(180deg);
}

/**
 * Widgets
 */
.widget {
  margin: 0 0 3.706325903em;
}
.widget select {
  max-width: 100%;
}
.widget .widget-search .search-submit {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.widget .widget-title,
.widget .widgettitle {
  font-size: 1.41575em;
  letter-spacing: 0;
  margin-bottom: 0.4em;
  font-weight: 700;
}
.widget ul {
  margin-left: 0;
  list-style: none;
}
.widget ul ul {
  margin-left: 1.618em;
}

.widget-area .widget {
  font-weight: 300;
}
.widget-area .widget a.button {
  font-weight: 700 !important;
  color: #fff;
}
.widget-area .widget a.button:hover {
  color: #fff;
}

.header-widget-region:before, .header-widget-region:after {
  content: "";
  display: table;
}
.header-widget-region:after {
  clear: both;
}
.header-widget-region .widget {
  margin: 0;
  padding: 1em 0;
  font-size: 0.875em;
}

.widget_search form,
.widget_product_search form {
  position: relative;
}
.widget_search form input[type=text],
.widget_search form input[type=search],
.widget_product_search form input[type=text],
.widget_product_search form input[type=search] {
  width: 100%;
  padding-left: 2.617924em;
}
.widget_search form input[type=submit],
.widget_product_search form input[type=submit] {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  top: 0;
  left: 0;
}
.widget_search form:before,
.widget_product_search form:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  position: absolute;
  top: 1em;
  left: 1em;
}

.widget_recent_entries ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_links ul {
  margin: 0;
}
.widget_recent_entries ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_links ul li {
  list-style: none;
  margin-bottom: 0.6180469716em;
}
.widget_recent_entries ul li:before,
.widget_pages ul li:before,
.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_recent_comments ul li:before,
.widget_nav_menu ul li:before,
.widget_links ul li:before {
  font-family: "FontAwesome";
  margin-right: 0.5407911001em;
  display: inline-block;
  opacity: 0.35;
}
.widget_recent_entries ul .sub-menu,
.widget_pages ul .sub-menu,
.widget_categories ul .sub-menu,
.widget_archive ul .sub-menu,
.widget_recent_comments ul .sub-menu,
.widget_nav_menu ul .sub-menu,
.widget_links ul .sub-menu {
  margin-top: 0.6180469716em;
  margin-left: 1.618em;
}

.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
  padding: 0.236em;
  text-align: center;
}

.widget_recent_entries ul li:before,
.widget_pages ul li:before {
  content: "\f0f6";
}
.widget_recent_entries ul ul.children,
.widget_pages ul ul.children {
  margin: 0.6180469716em 0 0 1.41575em;
}

.widget_categories ul li:before {
  content: "\f114";
}
.widget_categories ul li.current-cat:before {
  content: "\f115";
}

.widget_archive ul li:before {
  content: "\f115";
}

.widget_recent_comments ul li:before {
  content: "\f0e5";
}

.widget_nav_menu ul li:before {
  content: "\f0f6";
}

.widget_links ul li:before {
  content: "\f08e";
}

.widget_rating_filter .wc-layered-nav-rating {
  margin-bottom: 0.6180469716em;
}
.widget_rating_filter .wc-layered-nav-rating a {
  text-decoration: none !important;
}
.widget_rating_filter .wc-layered-nav-rating .star-rating {
  display: inline-block;
}

.widget-area .widget {
  font-size: 0.875em;
}
.widget-area .widget h1.widget-title {
  font-size: 1.41575em;
}
.widget-area .widget a:not(.button) {
  font-weight: 400;
  text-decoration: underline;
}

/**
 * Strictly Layout Styles
 */
.col-full:before, .col-full:after {
  content: "";
  display: table;
}
.col-full:after {
  clear: both;
}
.col-full:after {
  content: " ";
  display: block;
  clear: both;
}
.col-full {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  box-sizing: content-box;
}

@media (min-width: 768px) {
  table.shop_table_responsive tbody tr td,
  table.shop_table_responsive tbody tr th {
    text-align: left;
  }
  .site-header {
    padding-top: 2.617924em;
    padding-bottom: 0;
  }
  .site-header .site-branding {
    display: block;
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    clear: both;
    margin-bottom: 2.617924em;
  }
  .site-header .site-branding img {
    height: auto;
    max-width: 100%;
    max-height: none;
  }
  .woocommerce-active .site-header .secondary-navigation {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .woocommerce-active .site-header .site-search {
    clear: none;
    float: right;
  }
  .woocommerce-active .site-header .main-navigation {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%;
    clear: both;
  }
  .woocommerce-active .site-header .site-header-cart {
    margin-bottom: 0;
  }
  .site-branding .site-description {
    margin-bottom: 0;
    display: block;
  }
  .site-branding,
  .site-search,
  .site-header-cart,
  .site-logo-anchor,
  .site-logo-link,
  .custom-logo-link {
    margin-bottom: 2.2906835em;
  }
  .site-header .subscribe-and-connect-connect {
    float: right;
    margin-bottom: 1em;
  }
  .site-header .subscribe-and-connect-connect .icons {
    list-style: none;
    margin: 0;
  }
  .site-header .subscribe-and-connect-connect .icons a {
    font-size: 1em !important;
  }
  .site-header .subscribe-and-connect-connect .icons li {
    margin: 0 0 0 0.5407911001em !important;
    display: inline-block;
  }
  .site-content:before, .site-content:after {
    content: "";
    display: table;
  }
  .site-content:after {
    clear: both;
  }
  .content-area {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .widget-area {
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
  }
  .right-sidebar .content-area {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .right-sidebar .widget-area {
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
  }
  .left-sidebar .content-area {
    width: 74.5762711864%;
    float: right;
    margin-right: 0;
  }
  .left-sidebar .widget-area {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .storefront-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .content-area,
  .widget-area {
    margin-bottom: 2.617924em;
  }
  /**
   * Full width & homepage template
   */
  .page-template-template-fullwidth-php .content-area,
  .page-template-template-homepage-php .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /**
   * Footer widgets
   */
  .footer-widgets:before, .footer-widgets:after {
    content: "";
    display: table;
  }
  .footer-widgets:after {
    clear: both;
  }
  .footer-widgets {
    padding-top: 4.235801032em;
    border-bottom: 3px solid rgba(0, 0, 0, 0.05);
  }
  .footer-widgets.col-2 .block {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .footer-widgets.col-2 .block.footer-widget-2 {
    float: right;
    margin-right: 0;
  }
  .footer-widgets.col-3 .block {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .footer-widgets.col-3 .block.footer-widget-3 {
    float: right;
    margin-right: 0;
  }
  .footer-widgets.col-4 .block {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .footer-widgets.col-4 .block.footer-widget-4 {
    float: right;
    margin-right: 0;
  }
  /**
   * Comments
   */
  .comment-list:before, .comment-list:after {
    content: "";
    display: table;
  }
  .comment-list:after {
    clear: both;
  }
  .comment-list .comment {
    clear: both;
  }
  .comment-list .comment-meta {
    width: 20.4545454545%;
    float: left;
    margin-right: 2.2727272727%;
    text-align: right;
  }
  .comment-list .comment-meta .avatar {
    float: right;
  }
  .comment-list .comment-content {
    padding-bottom: 3.706325903em;
    margin-bottom: 3.706325903em;
  }
  .comment-list .comment-content,
  .comment-list #respond {
    width: 77.2727272727%;
    float: right;
    margin-right: 0;
  }
  .comment-list #respond {
    float: right;
  }
  .comment-list #respond .comment-form-author,
  .comment-list #respond .comment-form-email,
  .comment-list #respond .comment-form-url {
    width: 100%;
    margin-right: 0;
  }
  .comment-list .comment-body #respond {
    box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
    margin-bottom: 2.617924em;
    margin-top: -ms(3);
  }
  .comment-list .reply {
    clear: both;
    text-align: right;
  }
  .comment-list ol.children {
    width: 88.6363636364%;
    float: right;
    margin-right: 0;
    list-style: none;
  }
  .comment-list ol.children .comment-meta {
    width: 23.0769230769%;
    float: left;
    margin-right: 2.5641025641%;
  }
  .comment-list ol.children .comment-content,
  .comment-list ol.children #respond {
    width: 74.358974359%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children {
    width: 87.1794871795%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children .comment-meta {
    width: 26.4705882353%;
    float: left;
    margin-right: 2.9411764706%;
  }
  .comment-list ol.children ol.children .comment-content,
  .comment-list ol.children ol.children #respond {
    width: 70.5882352941%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children ol.children {
    width: 85.2941176471%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children ol.children .comment-meta {
    width: 31.0344827586%;
    float: left;
    margin-right: 3.4482758621%;
  }
  .comment-list ol.children ol.children ol.children .comment-content,
  .comment-list ol.children ol.children ol.children #respond {
    width: 65.5172413793%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children ol.children ol.children {
    width: 82.7586206897%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children ol.children ol.children .comment-meta {
    width: 37.5%;
    float: left;
    margin-right: 4.1666666667%;
  }
  .comment-list ol.children ol.children ol.children ol.children .comment-content,
  .comment-list ol.children ol.children ol.children ol.children #respond {
    width: 58.3333333333%;
    float: right;
    margin-right: 0;
  }
  #respond {
    padding: 2.617924em;
  }
  #respond .comment-form-author,
  #respond .comment-form-email,
  #respond .comment-form-url {
    width: 31.8181818182%;
    float: left;
    margin-right: 2.2727272727%;
  }
  #respond .comment-form-url {
    float: right;
    margin-right: 0;
  }
  #respond .comment-form-comment {
    clear: both;
  }
  /**
   * Content
   */
  .hentry .entry-header {
    margin-bottom: 2.617924em;
  }
  .hentry.type-post:before, .hentry.type-post:after {
    content: "";
    display: table;
  }
  .hentry.type-post:after {
    clear: both;
  }
  .hentry.type-post .entry-meta {
    width: 20.4545454545%;
    float: left;
    margin-right: 2.2727272727%;
    font-size: 0.875em;
  }
  .hentry.type-post .entry-content {
    width: 77.2727272727%;
    float: right;
    margin-right: 0;
  }
  /**
   * Menus
   *
   * 1 - We have to use a `left` declaration so that dropdowns are revealed when tabbed.
   */
  .menu-toggle,
  .handheld-navigation,
  .main-navigation.toggled .handheld-navigation,
  .main-navigation.toggled div.menu {
    display: none;
  }
  .primary-navigation {
    display: block;
  }
  .main-navigation,
  .secondary-navigation {
    clear: both;
    display: block;
    width: 100%;
  }
  .main-navigation ul,
  .secondary-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: block;
  }
  .main-navigation ul li,
  .secondary-navigation ul li {
    position: relative;
    display: inline-block;
    text-align: left;
  }
  .main-navigation ul li a,
  .secondary-navigation ul li a {
    display: block;
  }
  .main-navigation ul li a:before,
  .secondary-navigation ul li a:before {
    display: none;
  }
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul,
  .secondary-navigation ul li:hover > ul,
  .secondary-navigation ul li.focus > ul {
    left: 0;
    display: block;
  }
  .main-navigation ul li:hover > ul li > ul, .main-navigation ul li.focus > ul li > ul,
  .secondary-navigation ul li:hover > ul li > ul,
  .secondary-navigation ul li.focus > ul li > ul {
    left: -9999px; /* 1 */
  }
  .main-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device, .main-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device,
  .secondary-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device,
  .secondary-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .main-navigation ul li:hover > ul li:hover > ul, .main-navigation ul li:hover > ul li.focus > ul, .main-navigation ul li.focus > ul li:hover > ul, .main-navigation ul li.focus > ul li.focus > ul,
  .secondary-navigation ul li:hover > ul li:hover > ul,
  .secondary-navigation ul li:hover > ul li.focus > ul,
  .secondary-navigation ul li.focus > ul li:hover > ul,
  .secondary-navigation ul li.focus > ul li.focus > ul {
    left: 100%;
    top: 0;
    display: block;
  }
  .main-navigation ul ul,
  .secondary-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    z-index: 99999;
    left: -9999px; /* 1 */
  }
  .main-navigation ul ul.sub-menu--is-touch-device,
  .secondary-navigation ul ul.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .main-navigation ul ul li,
  .secondary-navigation ul ul li {
    display: block;
  }
  .main-navigation ul ul li a,
  .secondary-navigation ul ul li a {
    width: 200px;
  }
  ul.menu li.current-menu-item > a {
    color: #4f4f4f;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .top-header-wrap .sub-wrap {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  /**
   * Primary Navigation
   */
  .storefront-primary-navigation {
    clear: both;
  }
  .storefront-primary-navigation:before, .storefront-primary-navigation:after {
    content: "";
    display: table;
  }
  .storefront-primary-navigation:after {
    clear: both;
  }
  .storefront-primary-navigation {
    background: rgba(0, 0, 0, 0.06);
    margin-left: -99em;
    margin-right: -99em;
    padding-left: 99em;
    padding-right: 99em;
  }
  .main-navigation div.menu {
    display: block;
  }
  .main-navigation ul.menu,
  .main-navigation ul.nav-menu {
    max-height: none;
    overflow: visible;
  }
  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a {
    padding: 1.618em 1em;
  }
  .main-navigation ul.menu > li:first-child,
  .main-navigation ul.nav-menu > li:first-child {
    margin-left: -1em;
  }
  .main-navigation ul.menu > li.menu-item-has-children:hover:after, .main-navigation ul.menu > li.page_item_has_children:hover:after,
  .main-navigation ul.nav-menu > li.menu-item-has-children:hover:after,
  .main-navigation ul.nav-menu > li.page_item_has_children:hover:after {
    display: block;
  }
  .main-navigation ul.menu > li.menu-item-has-children > a:after, .main-navigation ul.menu > li.page_item_has_children > a:after,
  .main-navigation ul.nav-menu > li.menu-item-has-children > a:after,
  .main-navigation ul.nav-menu > li.page_item_has_children > a:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    margin-left: 1em;
  }
  .main-navigation ul.menu ul,
  .main-navigation ul.nav-menu ul {
    margin-left: 0;
  }
  .main-navigation ul.menu ul li a,
  .main-navigation ul.nav-menu ul li a {
    padding: 0.875em 1.41575em;
    font-weight: 400;
    font-size: 0.875em;
  }
  .main-navigation ul.menu ul li:last-child,
  .main-navigation ul.nav-menu ul li:last-child {
    border-bottom: 0;
  }
  .main-navigation ul.menu ul li.menu-item-has-children > a:after, .main-navigation ul.menu ul li.page_item_has_children > a:after,
  .main-navigation ul.nav-menu ul li.menu-item-has-children > a:after,
  .main-navigation ul.nav-menu ul li.page_item_has_children > a:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    float: right;
    line-height: 1.618;
  }
  .main-navigation ul.menu ul ul,
  .main-navigation ul.nav-menu ul ul {
    margin-left: 0;
    box-shadow: none;
  }
  .main-navigation ul.menu ul a:hover,
  .main-navigation ul.menu ul li:hover > a,
  .main-navigation ul.nav-menu ul a:hover,
  .main-navigation ul.nav-menu ul li:hover > a {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .main-navigation a {
    padding: 0 1em 2.2906835em;
  }
  /**
   * Secondary Navigation
   */
  .secondary-navigation {
    margin: 0 0 1.618em;
    width: auto;
    clear: none;
    line-height: 1;
  }
  .secondary-navigation .menu {
    font-size: 0.875em;
    width: auto;
    float: right;
    margin-right: 0.5rem;
  }
  .secondary-navigation .menu > li:hover > a {
    text-decoration: none;
  }
  .secondary-navigation .menu > li > a {
    position: relative;
  }
  .secondary-navigation .menu > li > a:before {
    content: "";
    display: block;
    width: 1px;
    height: 25%;
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 37.5%;
    left: -3px;
  }
  .secondary-navigation .menu > li:first-child a:before {
    display: none;
  }
  .secondary-navigation .menu ul a {
    padding: 0.326em 0.875em;
    background: rgba(0, 0, 0, 0.05);
  }
  .secondary-navigation .menu ul li:first-child a {
    padding-top: 1em;
  }
  .secondary-navigation .menu ul li:last-child a {
    padding-bottom: 1em;
  }
  .secondary-navigation .menu ul ul {
    margin-top: -ms(-2);
  }
  .secondary-navigation .menu a {
    padding: 1.41575em 0.875em;
    font-weight: 300;
    color: #828282;
  }
  .secondary-navigation .menu a:hover {
    text-decoration: none;
  }
}
body {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 80;
}
@media (max-width: 568px) {
  body {
    padding-bottom: 55px;
  }
}

h1 {
  font-family: "LemonMilk", sans-serif;
  color: #e26831;
  letter-spacing: 0.01em;
  font-weight: 400;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "LemonMilk", sans-serif;
  font-weight: 400;
  color: #e26831;
}

.gamma,
h3,
.comment-reply-title {
  font-size: 1.4em;
  margin: 0 0 0.5407911001em;
  display: block;
}

a:focus {
  outline: none;
}
a:hover {
  color: rgb(209.7693617021, 85.5370212766, 29.5306382979);
}

p + h2, p + header h2, p + h3, p + h4,
ul + h2,
ul + header h2,
ul + h3,
ul + h4,
ol + h2,
ol + header h2,
ol + h3,
ol + h4,
table + h2,
table + header h2,
table + h3,
table + h4,
blockquote + h2,
blockquote + header h2,
blockquote + h3,
blockquote + h4,
form + h2,
form + header h2,
form + h3,
form + h4 {
  margin-top: 1em;
}

/**
 * Widgets
 */
.widget {
  margin: 0 0 3.706325903em;
}
.widget select {
  max-width: 100%;
}
.widget .widget-search .search-submit {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.widget .widget-title,
.widget .widgettitle {
  color: #c55728;
}
.widget ul {
  margin-left: 0;
  list-style: none;
}
.widget ul li {
  padding-left: 0;
}
.widget ul ul {
  margin-left: 1.618em;
}

.widget-area .widget {
  font-size: 0.875em;
  padding: 1.2em 1.6em;
  background-color: #ffffff;
  border: 1px solid rgba(197, 87, 40, 0.5);
}
.widget-area .widget h1.widget-title {
  font-size: 1.41575em;
}
.widget-area .widget a:not(.button) {
  text-decoration: none;
}

.widget_product_categories ul {
  margin: 0;
}
.widget_product_categories ul li:before {
  display: none;
}

.site-search .widget_product_search input[type=text],
.site-search .widget_product_search input[type=search] {
  padding: 1.2em 1em;
  line-height: 1.1;
  padding-left: 3.706325903em;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #f1e5d5;
  font-size: 1.1em;
}
.site-search .widget_product_search form:before {
  color: #e26831;
}
.site-search .widget_product_search input::-webkit-input-placeholder {
  color: #e26831 !important;
}

#respond {
  background-color: rgba(0, 0, 0, 0.0225);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.woocommerce-message.announcement {
  text-align: center;
  text-transform: uppercase;
  background-color: #ffc653;
  padding: 0.6em 0.5em;
  border-left: none !important;
  margin-bottom: 0;
  border-radius: 0;
}
.woocommerce-message.announcement span {
  margin: 0 1em;
}
@media (max-width: 568px) {
  .woocommerce-message.announcement {
    font-size: 0.8em;
  }
  .woocommerce-message.announcement span {
    display: block;
  }
  .woocommerce-message.announcement .seperator {
    display: none;
  }
}

/**
 * Pagination
 */
.pagination,
.woocommerce-pagination {
  padding: 0;
  border: none;
  border-width: 1px 0;
  text-align: center;
  clear: none;
}
@media (max-width: 568px) {
  .pagination,
  .woocommerce-pagination {
    text-align: left;
  }
}
.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 4px;
}
.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
  border-left-width: 0;
  display: inline-block;
  padding: 0.3342343017em 0.875em;
  background-color: rgba(0, 0, 0, 0.025);
  color: #4f4f4f;
}
.pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
  font-weight: 700;
  background-color: #e26831;
  border-color: #e26831;
  color: #fff;
}
.pagination .page-numbers li .page-numbers.dots,
.woocommerce-pagination .page-numbers li .page-numbers.dots {
  background-color: transparent;
}
.pagination .page-numbers li .page-numbers.prev, .pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.prev,
.woocommerce-pagination .page-numbers li .page-numbers.next {
  padding-left: 0.65em;
  padding-right: 0.65em;
}
.pagination .page-numbers li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li a.page-numbers:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

table {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table thead tr {
  background-color: transparent;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
table tbody tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.05);
}
table tbody tr:nth-of-type(odd) td input.input-text {
  background-color: #fff;
}
table tbody tr:nth-of-type(odd) td.cart_item input {
  background-color: #fff;
}
table td,
table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

@media (min-width: 768px) {
  .col-half {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .col-half-last {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-bottom: 1.5em;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.testimonial {
  color: #e26831;
  font-style: italic;
  border-left: none;
  padding: 0;
  margin: 1em;
}
@media (min-width: 768px) {
  .testimonial {
    margin-left: 2em;
    margin-right: 2em;
  }
}
.testimonial p {
  line-height: 1.5;
}
.testimonial .quote-attribution {
  color: #c55728;
  font-weight: normal;
}

.fodmap {
  padding: 1.7em 2em 0.6em;
  background: #23a0db;
  color: #fff;
  border-radius: 1em;
}

#cycler {
  width: 100%;
  height: 100%;
  z-index: 5;
}
#cycler div {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 568px) {
  #cycler div {
    display: none;
  }
}
#cycler div.active {
  z-index: 3;
  display: block;
}
#cycler img {
  display: block;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
}

button.menu-toggle {
  border-color: #e26831;
  background-color: transparent !important;
  color: #e26831;
  border-radius: 5px;
  text-transform: uppercase;
  border: none !important;
  font-size: 1em;
  outline: none !important;
  padding-right: 0.5rem;
  margin-top: 0.3rem;
  padding-left: 2.2rem;
}
button.menu-toggle:focus, button.menu-toggle:hover, button.menu-toggle:active {
  color: rgb(196.3574468085, 80.0680851064, 27.6425531915);
}
button.menu-toggle:focus:after, button.menu-toggle:focus:before,
button.menu-toggle:focus span:before, button.menu-toggle:hover:after, button.menu-toggle:hover:before,
button.menu-toggle:hover span:before, button.menu-toggle:active:after, button.menu-toggle:active:before,
button.menu-toggle:active span:before {
  background-color: rgb(196.3574468085, 80.0680851064, 27.6425531915);
}
button.menu-toggle:after, button.menu-toggle:before,
button.menu-toggle span:before {
  background-color: #e26831;
}

.top-header-wrap {
  margin-top: 0.6rem;
  float: left;
}
@media (min-width: 768px) {
  .top-header-wrap {
    display: flex;
    float: unset;
    flex-wrap: wrap;
  }
}
.top-header-wrap .sub-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .top-header-wrap .sub-wrap {
    padding-top: 10px;
  }
}

@media (min-width: 768px) {
  .storefront-primary-navigation {
    background-color: #ffc653;
  }
}
.storefront-primary-navigation > .col-full {
  margin: 0;
  padding: 0;
}
.storefront-primary-navigation #site-navigation {
  margin: 0;
  width: 100% !important;
}
.storefront-primary-navigation #site-navigation ul.menu,
.storefront-primary-navigation #site-navigation ul.nav-menu {
  max-height: none;
  overflow: visible;
  text-align: center;
}
.storefront-primary-navigation #site-navigation ul.menu > li > a,
.storefront-primary-navigation #site-navigation ul.nav-menu > li > a {
  padding: 6px 16px;
  color: #c55728;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .storefront-primary-navigation #site-navigation ul.menu > li > a,
  .storefront-primary-navigation #site-navigation ul.nav-menu > li > a {
    padding: 14px;
  }
}
@media (min-width: 1024px) {
  .storefront-primary-navigation #site-navigation ul.menu > li > a,
  .storefront-primary-navigation #site-navigation ul.nav-menu > li > a {
    padding: 16px;
    margin: 0 0.5rem;
  }
}
.storefront-primary-navigation #site-navigation ul.menu > li > a:hover,
.storefront-primary-navigation #site-navigation ul.nav-menu > li > a:hover {
  color: rgb(174.0042553191, 70.9531914894, 24.4957446809);
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .storefront-primary-navigation #site-navigation ul.menu > li > a:after,
  .storefront-primary-navigation #site-navigation ul.nav-menu > li > a:after {
    content: attr(title) !important;
    display: block !important;
    font-size: 16px !important;
    font-weight: normal !important;
    margin: 0 !important;
    opacity: 1;
  }
}
.storefront-primary-navigation #site-navigation ul.menu > li > a:before,
.storefront-primary-navigation #site-navigation ul.nav-menu > li > a:before {
  display: none;
}
.storefront-primary-navigation #site-navigation ul.menu > li.menu-item-has-children:hover:after, .storefront-primary-navigation #site-navigation ul.menu > li.page_item_has_children:hover:after,
.storefront-primary-navigation #site-navigation ul.nav-menu > li.menu-item-has-children:hover:after,
.storefront-primary-navigation #site-navigation ul.nav-menu > li.page_item_has_children:hover:after {
  display: block;
}
.storefront-primary-navigation #site-navigation ul.menu > li.menu-item-has-children > a:after, .storefront-primary-navigation #site-navigation ul.menu > li.page_item_has_children > a:after,
.storefront-primary-navigation #site-navigation ul.nav-menu > li.menu-item-has-children > a:after,
.storefront-primary-navigation #site-navigation ul.nav-menu > li.page_item_has_children > a:after {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  margin-left: 1em;
}
.storefront-primary-navigation #site-navigation ul.menu ul,
.storefront-primary-navigation #site-navigation ul.nav-menu ul {
  margin-left: 0;
}
.storefront-primary-navigation #site-navigation ul.menu ul li a,
.storefront-primary-navigation #site-navigation ul.nav-menu ul li a {
  padding: 0.8em 1em;
  color: #e26831;
  font-size: 0.9em;
  font-family: "Signika", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.1;
  background-color: #fad455 !important;
  border: none;
}
.storefront-primary-navigation #site-navigation ul.menu ul li a:hover,
.storefront-primary-navigation #site-navigation ul.nav-menu ul li a:hover {
  color: rgb(218.7106382979, 89.1829787234, 30.7893617021);
  text-decoration: none !important;
}
.storefront-primary-navigation #site-navigation ul.menu ul li:last-child,
.storefront-primary-navigation #site-navigation ul.nav-menu ul li:last-child {
  border-bottom: 0;
}
.storefront-primary-navigation #site-navigation ul.menu ul li.menu-item-has-children > a:after, .storefront-primary-navigation #site-navigation ul.menu ul li.page_item_has_children > a:after,
.storefront-primary-navigation #site-navigation ul.nav-menu ul li.menu-item-has-children > a:after,
.storefront-primary-navigation #site-navigation ul.nav-menu ul li.page_item_has_children > a:after {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  float: right;
  line-height: 1.618;
}
.storefront-primary-navigation #site-navigation ul.menu ul ul,
.storefront-primary-navigation #site-navigation ul.nav-menu ul ul {
  margin-left: 0;
  box-shadow: none;
}
.storefront-primary-navigation #site-navigation ul.menu ul a:hover,
.storefront-primary-navigation #site-navigation ul.menu ul li:hover > a,
.storefront-primary-navigation #site-navigation ul.nav-menu ul a:hover,
.storefront-primary-navigation #site-navigation ul.nav-menu ul li:hover > a {
  background-color: rgba(0, 0, 0, 0.025);
}
.storefront-primary-navigation #site-navigation a {
  padding: 0 1em 2.2906835em;
}

.handheld-navigation {
  margin-right: -1.01575em;
  margin-left: -1.01575em;
}
.handheld-navigation .menu {
  padding-bottom: 1em;
  padding-top: 1em;
}

.site-header-cart {
  position: absolute;
  right: 1rem;
  bottom: 12px;
}
@media (min-width: 1024px) {
  .site-header-cart {
    bottom: 30px;
  }
}
.site-header-cart .cart-contents {
  padding: 0.43em 1rem;
  position: relative;
  color: #e26831 !important;
  background-color: #ffffff;
  height: auto;
  width: auto;
  text-indent: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .site-header-cart .cart-contents {
    display: block;
  }
}
.site-header-cart .cart-contents .amount {
  margin-right: 0;
}
.site-header-cart .cart-contents .count {
  font-weight: 400;
  opacity: 0.9;
  font-size: 0.775em;
}
.site-header-cart .cart-contents span {
  display: inline;
}
.site-header-cart .cart-contents:after {
  margin-left: 0.5rem;
  font-size: 22px;
  line-height: 1.1;
}
.site-header-cart .widget_shopping_cart {
  position: absolute;
  top: 100%;
  width: 300px;
  max-width: 80vw;
  z-index: 999999;
  font-size: 0.875em;
  right: 0;
  left: unset !important;
  display: none;
  background-color: #fff !important;
  color: #4f4f4f;
  box-shadow: 0px 16px 0.5em 2px rgba(0, 0, 0, 0.2);
}
.site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
  display: none;
  left: 0;
}
.site-header-cart .widget_shopping_cart h2.widgettitle {
  display: none;
}
.site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item {
  font-size: 12px;
  color: #4f4f4f;
}
.site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
  position: relative;
  float: left;
  top: auto;
}
.site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before {
  text-align: left;
}
.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  display: none;
}
.site-header-cart:hover .cart-contents, .site-header-cart.focus .cart-contents {
  color: rgb(174.0042553191, 70.9531914894, 24.4957446809) !important;
}
.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
  display: block;
}
.site-header-cart .woocommerce-mini-cart__buttons {
  font-size: 12px;
}

.secondary-navigation {
  width: auto !important;
  margin: 0 !important;
  float: right !important;
}
.secondary-navigation .menu {
  background-color: #ffffff;
  padding: 0 0.5rem;
}
.secondary-navigation .menu a {
  color: #e26831;
  font-weight: 400;
  padding: 0.91575em 0.2575em !important;
}
.secondary-navigation .menu a:hover {
  text-decoration: underline !important;
}
.secondary-navigation .menu a:before {
  background-color: rgba(226, 104, 49, 0.5) !important;
  top: 31.5%;
  height: 40%;
}

.site-header .site-search {
  margin-top: 0 !important;
  margin-bottom: 0;
}
@media (max-width: 1380px) {
  .site-header .site-search {
    right: 0 !important;
  }
}
@media (min-width: 768px) {
  .site-header .site-search {
    right: 52px;
    display: block;
  }
}
.site-header .site-search .widget_product_search input[type=text],
.site-header .site-search .widget_product_search input[type=search] {
  padding: 0.6em 1em;
  line-height: 1;
  padding-left: 2.617924em;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #fff;
  font-size: 1em;
}
.site-header .site-search .widget_product_search input::-webkit-input-placeholder {
  color: #e26831 !important;
}
.site-header .site-search .widget_product_search form:before {
  top: 1em;
  left: 1em;
  color: #e26831;
}
.site-header .site-search .widget_product_search #searchsubmit {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/**
 * Forms
 */
input,
textarea {
  max-width: 100%;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
  padding: 0.518047em;
  background-color: #fdfdfd;
  color: #4f4f4f;
  outline: none;
  border: 1px solid rgba(80, 78, 51, 0.231372549);
  -webkit-appearance: none;
  appearance: none;
  box-shadow: unset;
  border-radius: 0;
  box-sizing: border-box;
  font-weight: normal;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
  color: rgb(53.5, 53.5, 53.5);
  background-color: rgba(232, 193, 27, 0.0509803922);
}

select {
  padding: 0.6180469716em;
  background-color: #fdfdfd;
  color: #4f4f4f;
  outline: none;
  border: 1px solid rgba(80, 78, 51, 0.231372549);
  box-shadow: unset;
  border-radius: 0;
  box-sizing: border-box;
  font-weight: normal;
}
select:focus {
  color: rgb(53.5, 53.5, 53.5);
  background-color: rgba(232, 193, 27, 0.0509803922);
}

input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background-color: #fdfdfd;
  border: 1px solid rgba(80, 78, 51, 0.231372549);
  border-radius: 0;
  box-shadow: unset;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
input[type=checkbox]:checked {
  background-color: #e26831;
  border-color: #e26831;
}
input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
input[type=checkbox]:focus {
  outline: none;
  border-color: #e26831;
}

.select2-container .select2-selection--single {
  background-color: #fdfdfd;
  border: 1px solid rgba(80, 78, 51, 0.231372549);
  border-radius: 0;
  height: auto;
  padding: 0.618047em;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  color: #4f4f4f;
  line-height: 1.4;
  padding: 0;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 8px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #4f4f4f transparent transparent transparent;
}
.select2-container.select2-container--open .select2-selection--single {
  border-color: #e26831;
  background-color: rgba(232, 193, 27, 0.0509803922);
}
.select2-container.select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #4f4f4f transparent;
}

.select2-dropdown {
  background-color: #fdfdfd;
  border: 1px solid rgba(80, 78, 51, 0.231372549);
  border-radius: 0;
}

.select2-results__option {
  padding: 0.518047em;
}
.select2-results__option--highlighted[aria-selected] {
  background-color: #e26831;
  color: #fff;
}
.select2-results__option[aria-selected=true] {
  background-color: rgba(232, 193, 27, 0.0509803922);
}

/**
 * Contact form 7
 */
.wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
}

.password-input .show-password-input {
  display: none;
}

/**
 * Buttons
 */
.btn-primary {
  border: 0;
  background: none;
  background-color: var(--btn-bg, #e26831);
  border-color: var(--btn-border, #e26831);
  color: var(--btn-color, #ffffff);
  cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
  padding: 0.6rem 1.6rem;
  text-decoration: none;
  font-weight: 700;
  text-shadow: none;
  display: inline-block;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
}
.btn-primary:hover {
  background-color: var(--btn-bg-hover, rgb(218.7106382979, 89.1829787234, 30.7893617021));
  border-color: var(--btn-border-hover, rgb(218.7106382979, 89.1829787234, 30.7893617021));
  color: var(--btn-color-hover, #ffffff);
}
.btn-primary {
  font-weight: 700;
  font-size: 17px;
}

.btn-light {
  border: 0;
  background: none;
  background-color: var(--btn-bg, #e26831);
  border-color: var(--btn-border, #e26831);
  color: var(--btn-color, #ffffff);
  cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
  padding: 0.6rem 1.6rem;
  text-decoration: none;
  font-weight: 700;
  text-shadow: none;
  display: inline-block;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
}
.btn-light:hover {
  background-color: var(--btn-bg-hover, rgb(218.7106382979, 89.1829787234, 30.7893617021));
  border-color: var(--btn-border-hover, rgb(218.7106382979, 89.1829787234, 30.7893617021));
  color: var(--btn-color-hover, #ffffff);
}
.btn-light {
  --btn-bg: #ffedd4;
  --btn-border: #ffedd4;
  --btn-color: #e26831;
  --btn-bg-hover: rgb(255, 226.3255813953, 186.5);
  --btn-border-hover: rgb(255, 226.3255813953, 186.5);
  --btn-color-hover: #e26831;
}

.btn-blue {
  border: 0;
  background: none;
  background-color: var(--btn-bg, #e26831);
  border-color: var(--btn-border, #e26831);
  color: var(--btn-color, #ffffff);
  cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
  padding: 0.6rem 1.6rem;
  text-decoration: none;
  font-weight: 700;
  text-shadow: none;
  display: inline-block;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
}
.btn-blue:hover {
  background-color: var(--btn-bg-hover, rgb(218.7106382979, 89.1829787234, 30.7893617021));
  border-color: var(--btn-border-hover, rgb(218.7106382979, 89.1829787234, 30.7893617021));
  color: var(--btn-color-hover, #ffffff);
}
.btn-blue {
  --btn-color: #5d87c6;
  --btn-color-hover: rgb(74.1369863014, 121.0273972603, 191.3630136986);
}

/**
 * Breadcrumbs
 */
@media (min-width: 768px) {
  .woocommerce-breadcrumb {
    margin-bottom: 1.618em;
  }
}
.woocommerce-breadcrumb .breadcrumb-separator {
  padding: 0 0.5em;
}
.woocommerce-breadcrumb .breadcrumb-separator:after {
  opacity: 0.5;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  border-left: 0.6180469716em solid rgb(252.0566473988, 187.3028901734, 3.3433526012);
  color: #4f4f4f;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: inherit;
  text-decoration: underline;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
  text-decoration: underline;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
  float: right;
  padding: 0;
  background: none;
  color: #fff;
  box-shadow: none;
  line-height: 1.618;
  padding-left: 1em;
  border-width: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.25) !important;
  border-radius: 0;
}
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
  background: none;
  color: #fff;
  opacity: 0.7 !important;
}
.woocommerce-message pre,
.woocommerce-info pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
  background-color: rgba(0, 0, 0, 0.1);
}

.woocommerce-message {
  padding: 1em 1.618em;
}
.woocommerce-message:before, .woocommerce-message:after {
  content: "";
  display: table;
}
.woocommerce-message:after {
  clear: both;
}
.woocommerce-message {
  margin-bottom: 2.617924em;
  background-color: #31ab63;
  margin-left: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 0.6180469716em solid rgb(42.1845454545, 147.2154545455, 85.23);
}
.woocommerce-message a {
  color: #fff;
}
.woocommerce-message a:hover {
  color: #fff;
  opacity: 0.7;
}
.woocommerce-message a.button:hover {
  opacity: 1;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #fdd154;
  color: #c55728;
  border-left: 0.6180469716em solid rgb(252.0566473988, 187.3028901734, 3.3433526012);
}

.woocommerce-error {
  background-color: #ef522f;
  color: #fff !important;
  border-left: 0.6180469716em solid rgb(232.4214285714, 56.9879464286, 17.8785714286) !important;
}
.woocommerce-error a {
  color: #fff !important;
}

#order_review {
  background-color: #fff;
}

/**
 * Single product page
 */
.single-product .product_title.entry-title {
  font-size: 1.8em;
}
@media (min-width: 768px) {
  .single-product .product_title.entry-title {
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  .single-product div.product .images {
    width: 65.9090909091%;
    float: left;
    margin-right: 2.2727272727%;
  }
}
@media (min-width: 768px) {
  .single-product div.product .summary {
    width: 31.8181818182%;
    float: right;
    margin-right: 0;
  }
}
.single-product div.product .woocommerce-product-gallery {
  margin-bottom: 1.5em;
}
.single-product div.product .woocommerce-product-gallery img {
  width: 100%;
}
.single-product .sku_wrapper {
  display: none !important;
}

.product_features ul {
  margin-left: 0;
  list-style: none;
}
.product_features ul .feature {
  background: url("assets-custom/images/cross.png") no-repeat left 2px;
  padding-left: 30px;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.6;
  margin: 4px 0px;
  opacity: 0.8;
}
.product_features ul .yes {
  background-image: url("assets-custom/images/tick.png");
}

#reviews .comment-form-author,
#reviews .comment-form-email {
  width: 47%;
}
#reviews .comment-form-email {
  margin-right: 0;
}
#reviews .comment-form-rating {
  margin-bottom: 1em;
}

.shop_table {
  border: none;
}

table.cart td,
table.cart th {
  padding: 0.875em 0.875em;
}
table.cart td.actions {
  border-top: 1.5em solid transparent;
  background-color: transparent;
  padding: 0;
  border-bottom: none !important;
}
table.cart tr td {
  border: unset;
}
@media (max-width: 568px) {
  table.cart tr.cart_item td {
    background-color: rgba(0, 0, 0, 0.05);
  }
}

.cart_totals tr > * {
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.075) !important;
}

.woocommerce-checkout-review-order {
  border: 1px solid rgba(0, 0, 0, 0.075) !important;
}

.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

/**
 * Products
 */
ul.products li.product {
  text-align: left;
}
@media (min-width: 568px) and (max-width: 767px) {
  ul.products li.product {
    width: calc(50% - 0.75rem);
    float: left;
    margin-right: 1.5rem;
  }
  ul.products li.product:nth-child(2n) {
    margin-right: 0;
  }
}
ul.products li.product h2,
ul.products li.product h3,
ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem;
  font-family: "acumin-variable", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #4f4f4f;
}
ul.products li.product img {
  margin-bottom: 0.5em;
  width: 100%;
}
ul.products li.product .button {
  padding: 0;
  border: none;
  text-decoration: underline;
  --btn-bg: transparent;
  --btn-border: transparent;
  --btn-bg-hover: transparent;
  --btn-border-hover: transparent;
  --btn-color: #e26831;
  --btn-color-hover: rgb(218.7106382979, 89.1829787234, 30.7893617021);
  font-size: 14px;
}
ul.products li.product .price {
  margin-bottom: 0.4rem;
}
ul.products li.product form {
  margin-bottom: 0;
}

.woocommerce-mailchimp-opt-in {
  margin-top: 20px;
}
.woocommerce-mailchimp-opt-in input {
  line-height: 16px;
  width: 20px !important;
  height: 15px;
}

/*
/* Order Details
*/
.order_details {
  border-bottom: 1px solid #e0e0e0;
}
.order_details li {
  border-top: 1px solid #e0e0e0 !important;
}

/*
/* Login Page
*/
@media (min-width: 768px) {
  .woocommerce-form.woocommerce-form-login.login {
    max-width: 50%;
  }
}

.site-header {
  padding-bottom: 0;
  color: #e26831;
  background: #ffedd4;
  margin-bottom: 0 !important;
  padding-top: 0;
}
.site-header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 40%;
  right: 0;
  width: 100vw;
  height: 57px;
  z-index: -1;
  background: transparent url("assets-custom/images/motif-optimized.jpeg") left bottom no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .site-header:after {
    height: calc(100% - 106px);
  }
}
.site-header .site-logo-anchor img,
.site-header .site-logo-link img,
.site-header .custom-logo-link img {
  max-width: 210px;
}
.site-header .site-branding,
.site-header .site-logo-anchor,
.site-header .site-logo-link,
.site-header .custom-logo-link {
  margin-bottom: 0;
}
.site-header .site-branding {
  text-indent: -4000em;
  margin-bottom: 0.5rem;
  display: block;
  width: unset;
}
@media (min-width: 1024px) {
  .site-header .site-branding {
    margin-bottom: 30px;
  }
}
.site-header .site-branding a {
  background: url("assets-custom/images/naturis-logo.svg") center top no-repeat;
  background-size: contain;
  background-position-x: left;
  aspect-ratio: 397/118;
  height: auto;
  width: 135px;
  display: block;
  max-width: 400px;
}
@media (min-width: 768px) {
  .site-header .site-branding a {
    width: 34vw;
  }
}
@media (min-width: 1024px) {
  .site-header .site-branding a {
    width: 400px;
  }
}
.site-header .site-description {
  display: none;
}
.site-header .widget {
  margin-bottom: 0;
}
.site-header .secondary-navigation,
.site-header .site-search {
  margin-top: 34px;
}
.site-header .secondary-navigation button,
.site-header .site-search button {
  line-height: 1.2;
}

.header-announcement {
  color: #fff;
  background-color: #c55728;
  padding: 0 1rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 768px) {
  .header-announcement {
    font-size: 16px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.woocommerce-active .site-header .secondary-navigation {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
}

#colophon {
  text-align: center;
  color: #ffedd4;
  margin-top: 2rem;
}
#colophon a {
  color: #c55728;
  font-weight: normal;
}
#colophon a:hover {
  text-decoration: underline;
}
#colophon .logos {
  margin: 20px auto 0;
  max-width: 100%;
}

.site-info {
  padding: 1em 0 0;
  font-size: 12px;
  text-transform: uppercase;
}

.site-footer {
  padding-bottom: 0;
  color: #c55728;
  font-size: 0.9em;
  background: #ffedd4;
}

.footer-testimonial {
  font-size: 1.2em;
}
.footer-testimonial .testimonial {
  border-left: none;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.footer-testimonial .testimonial p {
  margin-bottom: 0;
}
.footer-testimonial .testimonial-link {
  display: inline-block;
  font-size: 0.7em;
  text-decoration: underline;
}
.footer-testimonial .quote-attribution {
  font-size: 0.8em;
  color: #c55728;
}

.footer-nav {
  display: none;
  background: #c55728;
}
@media (min-width: 768px) {
  .footer-nav {
    display: block;
  }
}
.footer-nav #site-navigation .menu {
  max-height: none !important;
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.footer-nav #site-navigation .menu a {
  padding: 1rem 0.875em;
  color: #ffedd4;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.3rem;
  text-decoration: none;
  transition: all 0.3 ease;
}
.footer-nav #site-navigation .menu a:hover {
  color: rgb(255, 215.6511627907, 161);
  transition: all 0.3 ease;
}
.footer-nav #site-navigation .menu a:after {
  display: none;
}
.footer-nav #site-navigation .menu ul {
  display: none !important;
}
.footer-nav #site-navigation .menu li {
  margin-left: 0 !important;
}

.storefront-handheld-footer-bar ul li > a {
  background: #ffffff;
  border-right: 1px solid rgba(226, 104, 49, 0.3);
  color: #e26831 !important;
}
.storefront-handheld-footer-bar ul li > a:hover {
  color: rgb(174.0042553191, 70.9531914894, 24.4957446809) !important;
}
.storefront-handheld-footer-bar ul li > a:before {
  font-size: 1.4em;
  line-height: 3.018047;
}
.storefront-handheld-footer-bar ul li.search.active .site-search {
  bottom: 100%;
}
.storefront-handheld-footer-bar .woocommerce.widget_product_search {
  flex-grow: 1;
}
.storefront-handheld-footer-bar .woocommerce-product-search {
  width: 100%;
}
.storefront-handheld-footer-bar .woocommerce-product-search input[type=search] {
  padding: 1em;
  font-size: 1em;
}
.storefront-handheld-footer-bar .woocommerce-product-search:before {
  top: 1.21575em !important;
  left: 1.118em !important;
}

#facebook {
  text-align: center;
  margin-bottom: 20px;
  color: #4460a0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#facebook a {
  display: inline-block;
  margin: 0 auto;
  padding: 5px;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 568px) {
  .footer-bottom {
    margin-top: 1rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .footer-bottom {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.footer-bottom svg {
  width: 200px;
}

.home #content {
  text-align: center;
}
.home #content h2 {
  margin-bottom: 0.75em;
}
.home #content > .col-full {
  max-width: none;
}
.home #content > .col-full .col-full {
  margin-left: auto;
  margin-right: auto;
}
.home .entry-content {
  margin-top: 2em;
}
.home .entry-header {
  display: none;
}
.home .col-half,
.home .col-half-last {
  margin-top: 4em;
}
.home .storefront-product-section {
  margin-bottom: 3em;
}
.home .storefront-product-section .section-title {
  margin-bottom: 1em;
}

.home.page-template-template-homepage-php .site-main {
  padding-top: 3em;
}
.home.page-template-template-homepage-php .site-main h2, .home.page-template-template-homepage-php .site-main h3 {
  color: #e26831;
}

.home.page-template-template-homepage-php .site-main .columns-6 ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home.page-template-template-homepage-php .site-main .columns-6 ul.products li {
  margin: 0;
  width: 100%;
  padding: 10px;
}
@media (min-width: 568px) {
  .home.page-template-template-homepage-php .site-main .columns-6 ul.products li {
    max-width: 265px;
  }
}
@media (min-width: 768px) {
  .home.page-template-template-homepage-php .site-main .columns-6 ul.products li {
    max-width: 233px;
  }
}
.home.page-template-template-homepage-php .site-main .columns-6 ul.products li img {
  width: 100%;
}

.hero {
  margin: 0 -1rem;
  position: relative;
}
.hero .hero-banner {
  background-size: cover;
  padding: 0;
  z-index: 10;
  position: relative;
  background-color: #000;
}
.hero .hero-banner .hero-banner-single {
  position: absolute;
  inset: 0;
  z-index: 5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero .hero-banner img {
  border-radius: 0;
}
.hero .hero-banner .hero-banner-wrap {
  position: relative;
  z-index: 200;
  padding: 40px 15px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 568px) {
  .hero .hero-banner .hero-banner-wrap {
    padding: 80px 15px;
  }
}
@media (min-width: 1024px) {
  .hero .hero-banner .hero-banner-wrap {
    padding: 120px 15px;
  }
}
@media (min-width: 1440px) {
  .hero .hero-banner .hero-banner-wrap {
    padding: 150px 15px;
  }
}
@media (min-width: 1600px) {
  .hero .hero-banner .hero-banner-wrap {
    padding: 180px 15px;
  }
}
.hero .hero-banner .hero-banner-wrap .button {
  --btn-bg:#5d87c6;
  --btn-bg-hover:rgb(74.1369863014, 121.0273972603, 191.3630136986);
  margin-top: 4rem;
}
.hero .hero-banner h2 {
  margin-bottom: 0 !important;
  margin-top: 6rem;
  font-size: 2.5em;
  color: #ffedd4;
  text-transform: uppercase;
}
@media (min-width: 568px) {
  .hero .hero-banner h2 {
    font-size: 3em;
  }
}
@media (min-width: 1024px) {
  .hero .hero-banner h2 {
    font-size: 4.5em;
  }
}
.hero .hero-banner .quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.hero .hero-banner .source {
  font-style: italic;
  margin: 0;
  padding-top: 0px;
  color: #ffedd4;
}
.hero .hero-banner .source:before {
  content: "~";
}
.hero .hero-banner blockquote {
  padding: 0;
  border: none;
  color: #ffedd4;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  margin: 0 auto;
  max-width: 830px;
}
@media (min-width: 568px) {
  .hero .hero-banner blockquote {
    font-size: 1.7em;
  }
}
.hero .hero-banner blockquote p {
  margin-bottom: 0;
}
.hero .hero-banner .small {
  font-size: 1em;
  margin-top: 2em;
}
.hero .bread-selection {
  text-align: center;
  color: #ffedd4;
  background-color: #c55728;
  padding: 1rem 0px;
}
@media (min-width: 768px) {
  .hero .bread-selection {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .hero .bread-selection .col-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.hero .bread-selection h3 {
  text-transform: uppercase;
  font-family: "acumin-variable", sans-serif;
  color: #ffedd4;
  font-size: 1rem;
  font-weight: 600;
  padding-right: 0.5em;
  margin-bottom: 0;
  line-height: 1.5;
}
.hero .bread-selection .bread-selection-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .hero .bread-selection .bread-selection-content {
    margin-right: auto;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .hero .bread-selection .bread-selection-content {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.hero .bread-selection .bread-selection-grid {
  display: flex;
  gap: 1rem;
  line-height: 1;
}
.hero .bread-selection .btn-text {
  font-size: 1rem;
  color: #ffedd4;
}
.hero .bread-selection .btn-text:hover {
  text-decoration: underline;
}
.hero .bread-selection svg {
  display: none;
}
@media (min-width: 768px) {
  .hero .bread-selection svg {
    display: block;
    width: 200px;
  }
}

/*# sourceMappingURL=style.css.map */
