/*
Theme Name:       Homestore
Theme URI:        https://www.woocommerce.com/products/homestore/
Description:      A storefront child theme for webshops selling homeware goods.
Author:           WooCommerce
Author URI:       https://woocommerce.com
Template:         storefront
Version:          2.0.21
License:          GNU General Public License v2 or later
License URI:      http://www.gnu.org/licenses/gpl-2.0.html
Tags:             light, dark, two-columns, right-sidebar, left-sidebar, responsive-layout, accessibility-ready
Text Domain:      homestore
*/
/* General styles
-------------------------------------------------------------- */
body {
  font-size: 1.1em;
  background: #fcfcfc;
}

body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
  font-family: "Work Sans", sans-serif;
  letter-spacing: -0.028em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-weight: 600;
  margin-top: 1.5em;
}

p {
  margin: 0 0 1.118em;
}

a {
  font-weight: 600;
}

a:focus,
.button:focus,
.button.alt:focus,
.button.added_to_cart:focus,
.button.wc-forward:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline-color: #c7804d;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.added_to_cart,
.widget-area .widget a.button {
  box-shadow: none;
  font-weight: 500;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.added_to_cart {
  padding: 1.018em 1.6em;
}

#secondary button,
.single-product div.product form.cart button,
.single-product div.product #respond button,
.site-header-cart .widget_shopping_cart p.buttons button,
table td button, #secondary input[type="button"],
.single-product div.product form.cart input[type="button"],
.single-product div.product #respond input[type="button"],
.site-header-cart .widget_shopping_cart p.buttons input[type="button"],
table td input[type="button"], #secondary input[type="reset"],
.single-product div.product form.cart input[type="reset"],
.single-product div.product #respond input[type="reset"],
.site-header-cart .widget_shopping_cart p.buttons input[type="reset"],
table td input[type="reset"], #secondary input[type="submit"],
.single-product div.product form.cart input[type="submit"],
.single-product div.product #respond input[type="submit"],
.site-header-cart .widget_shopping_cart p.buttons input[type="submit"],
table td input[type="submit"], #secondary .button,
.single-product div.product form.cart .button,
.single-product div.product #respond .button,
.site-header-cart .widget_shopping_cart p.buttons .button,
table td .button, #secondary .added_to_cart,
.single-product div.product form.cart .added_to_cart,
.single-product div.product #respond .added_to_cart,
.site-header-cart .widget_shopping_cart p.buttons .added_to_cart,
table td .added_to_cart {
  padding: 0.78em 1.5em !important;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder {
  line-height: 1.2;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder {
  line-height: 1.2;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder {
  line-height: 1.2;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder {
  line-height: 1.2;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.input-text {
  -webkit-transition: background-color 100ms ease-in-out, box-shadow 100ms ease-in-out;
  -moz-transition: background-color 100ms ease-in-out, box-shadow 100ms ease-in-out;
  transition: background-color 100ms ease-in-out, box-shadow 100ms ease-in-out;
  border: solid 2px #e2e2e2;
  background: white;
  box-shadow: none;
}

input[type="text"]:focus, input[type="text"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="search"]:focus,
input[type="search"]:active,
textarea:focus,
textarea:active,
.input-text:focus,
.input-text:active {
  border-color: lightgray;
  background-color: white;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.03) inset;
}

.site-footer input[type="text"], .site-footer input[type="email"], .site-footer input[type="url"], .site-footer input[type="password"], .site-footer input[type="search"], .site-footer textarea, .site-footer .input-text {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(226, 226, 226, 0.3);
}

.site-footer input[type="text"]:focus, .site-footer input[type="text"]:active, .site-footer input[type="email"]:focus, .site-footer input[type="email"]:active, .site-footer input[type="url"]:focus, .site-footer input[type="url"]:active, .site-footer input[type="password"]:focus, .site-footer input[type="password"]:active, .site-footer input[type="search"]:focus, .site-footer input[type="search"]:active, .site-footer textarea:focus, .site-footer textarea:active, .site-footer .input-text:focus, .site-footer .input-text:active {
  border-color: rgba(226, 226, 226, 0.45);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.055) inset;
  color: #e8e8e8;
}

textarea {
  line-height: 1.5;
}

label {
  font-weight: 600;
  margin-bottom: 0.3em;
}

label span.required {
  color: #f36855;
}

#page {
  overflow: hidden;
}

h1.page-title {
  font-family: "Montserrat Alternates", sans-serif;
  margin-top: -0.15em;
  font-weight: 500;
  font-size: 2.5em;
}

.star-rating:before {
  color: #bbb;
}

form.woocommerce-checkout {
  font-size: 0.9em;
}

.clearfix:after,
.storefront-product-section:after,
.hs-header-bar:after,
.hs-primary-navigation:after,
.hentry.page:after,
.site-header .site-branding:after,
#content:after,
#main:after {
  clear: both;
  content: "";
  display: table;
}

.clear {
  display: block;
  clear: both;
}

.widget {
  margin-bottom: 3.24rem;
}

.content-area, .widget-area {
  margin-bottom: 43.2px;
}

.content-area> :last-child,
.widget-area> :last-child,
.widget> :last-child {
  margin-bottom: 0;
}

.sph-hero .col-full {
  background: rgba(255, 255, 255, 0.76);
}

/* Tables
-------------------------------------------------------------- */
table {
  border-top: solid 2px #151515;
  border-bottom: solid 2px #151515;
  padding: 1em 0 0;
}

.site-footer table {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-top-color: rgba(255, 255, 255, 0.1);
}

table thead th {
  font-weight: 600;
}

table tbody p {
  margin-bottom: 1.2em;
}

table tbody tr:not(:first-child):not(:last-child) td,
table tbody tr:not(:first-child):not(:last-child) th {
  border-top: dashed 1px #e1e1e1;
}

.site-footer table tbody tr:not(:first-child):not(:last-child) td, .site-footer table tbody tr:not(:first-child):not(:last-child) th {
  border-top-color: rgba(255, 255, 255, 0.1);
}

table tbody tr:last-child td.actions {
  border-top: solid 1px #e1e1e1;
  padding-top: 1em;
  padding-bottom: 1em;
}

table tbody tr:last-child td.actions .site-footer {
  border-top-color: rgba(255, 255, 255, 0.1);
}

table tbody .order-total span.amount {
  font-weight: 600;
}

table tbody td {
  background: transparent;
}

table tbody td a {
  -webkit-transition: color 80ms ease-in-out;
  -moz-transition: color 80ms ease-in-out;
  transition: color 80ms ease-in-out;
  color: #151515;
  font-weight: 600;
}

table tbody td a:hover {
  color: #c7804d;
}

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

table tbody a.shipping-calculator-button:hover {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  text-decoration: underline;
  color: #151515;
}

table.cart {
  font-size: 1.05em;
}

table.cart .qty {
  padding-left: 0.15em;
  padding-right: 0.15em;
  max-width: 4em;
}

/* Header
-------------------------------------------------------------- */
#masthead {
  margin-bottom: 3.6rem;
  background-size: cover;
  position: relative;
}

body.page-template-template-homepage #masthead {
  margin-bottom: 28px;
}

#masthead:after {
  position: absolute;
  display: block;
  content: "\020";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  z-index: -1;
}

.site-header {
  border-bottom: none;
  padding-top: 0;
}

.site-header .hs-primary-navigation {
  clear: both;
  background: #fcfcfc;
}

.site-header .widget_product_search form,
.site-header .secondary-navigation,
.site-header .site-search {
  margin-bottom: 0;
}

.site-header .site-branding {
  max-width: -webkit-calc(100% - 15em - 1.5em);
  max-width: calc(100% - 15em - 1.5em);
  margin-right: 0;
  width: 100%;
}

.site-header .site-branding h1 a,
.site-header .site-branding .site-title a {
  font-family: "Montserrat Alternates", sans-serif;
  letter-spacing: -0.05em;
  font-size: 2em;
  font-weight: 700;
}

.site-header .site-branding .site-title, .site-header .site-branding .site-description {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  color: white;
}

.site-header .site-branding .site-title {
  line-height: 0.75;
  text-indent: -0.15em;
  font-size: 1.618em;
}

.site-header .site-branding .site-title a {
  color: white;
}

.site-header .site-branding .site-description {
  margin-top: 1em;
  font-size: 0.85em;
  font-weight: 500;
  display: block;
}

body.sd-header-sticky #masthead,
body.sp-header-sticky #masthead {
  position: fixed;
}

body.sd-header-sticky .site-content,
body.sp-header-sticky .site-content {
  padding-top: 2em;
}

/* Header / search
-------------------------------------------------------------- */
.site-search {
  font-size: 0.8em;
  min-width: 13em;
}

.site-search .widget_product_search input[type="search"],
.site-search .widget_product_search input[type="text"] {
  padding: 0.5em 1.6em;
  padding-left: 2.5em;
  border-radius: 100px;
  margin: 0.6em 0;
}

.site-search .widget_product_search input[type="search"]:hover, .site-search .widget_product_search input[type="search"]:focus, .site-search .widget_product_search input[type="search"]:active,
.site-search .widget_product_search input[type="text"]:hover,
.site-search .widget_product_search input[type="text"]:focus,
.site-search .widget_product_search input[type="text"]:active {
  box-shadow: none;
}

.site-search .widget_product_search form:before {
  top: 1.15em;
  left: 0.85em;
  color: #111;
  font-size: 1.05em;
}

.site-search .widget_product_search form input.search-field {
  font-size: 1.05em;
  letter-spacing: -0.05em;
  border: none;
}

.site-search .widget_product_search form input.search-field, .site-search .widget_product_search form input.search-field:focus, .site-search .widget_product_search form input.search-field:active {
  background: white;
}

.site-search .widget_product_search form ::-webkit-input-placeholder {
  color: #909090;
  line-height: 1.2;
}

.site-search .widget_product_search form ::-moz-input-placeholder {
  color: #909090;
}

/* Header / navigation
-------------------------------------------------------------- */
#site-navigation {
  border-bottom: solid 9px #1f1d1d;
  width: 100%;
}

.main-navigation {
  padding-top: 1.3em;
}

.main-navigation ul.menu>li>a,
.main-navigation ul.nav-menu>li>a {
  padding-bottom: 1.3em;
}

.main-navigation ul.menu>li>a:focus,
.main-navigation ul.nav-menu>li>a:focus {
  outline: dotted 1px rgba(199, 128, 77, 0.45);
}

.main-navigation ul.menu>li>a:active,
.main-navigation ul.nav-menu>li>a:active {
  outline: none;
}

.secondary-navigation>div>ul.menu,
.secondary-navigation>div>ul.nav-menu {
  float: none;
}

.secondary-navigation ul.menu a,
.secondary-navigation ul.nav-menu a {
  padding-left: 10px;
  padding-right: 10px;
}

.secondary-navigation .menu>li>a,
.secondary-navigation .nav-menu>li>a {
  color: #e8e8e8;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-weight: 500;
  font-size: 0.9em;
}

.secondary-navigation .menu>li>a:hover,
.secondary-navigation .nav-menu>li>a:hover {
  color: white;
}

.secondary-navigation .menu>li>a:before,
.secondary-navigation .nav-menu>li>a:before {
  background-color: #e8e8e8;
}

.site-header .site-branding,
.site-header .col-full>.site-logo-anchor,
.site-header .col-full>.site-logo-link,
.site-header .col-full>.custom-logo-link {
  padding: 3em 0;
  margin-bottom: 0;
}

.main-navigation ul ul,
.secondary-navigation ul ul,
.main-navigation ul.menu>li.menu-item-has-children:after,
.secondary-navigation ul.menu ul,
.main-navigation ul.menu ul,
.main-navigation ul.nav-menu ul {
  background-color: #151515;
}

/* Footer
-------------------------------------------------------------- */
.site-footer {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 3.6rem;
}

.site-footer a:not(.button) {
  -webkit-transition: color 80ms ease-in-out;
  -moz-transition: color 80ms ease-in-out;
  transition: color 80ms ease-in-out;
}

.site-footer a:not(.button):hover {
  color: white;
}

.site-footer .site-info {
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
  background: rgba(255, 255, 255, 0.021);
  border-top: solid 1px rgba(255, 255, 255, 0.07);
  font-size: 0.95em;
}

.site-footer .site-info a {
  font-weight: 600;
}

.site-footer .footer-widgets {
  font-size: 0.95em;
  padding: 4em 0;
}

.site-footer .footer-widgets .widget:last-child {
  margin-bottom: 0;
}

.site-footer .footer-widgets .widget a:not(.button) {
  font-weight: 600;
}

.site-footer .footer-widgets .widget>h3:first-child {
  font-weight: 600;
  line-height: 1.2;
}

.site-footer .footer-widgets .widget>h3:first-child:before {
  position: relative;
  display: inline-block;
  content: "\020";
  width: 11px;
  height: 11px;
  background: #fbd685;
  margin-right: 0.55em;
  top: -0.1em;
}

.homestore-footer-bar-wrapper {
  margin-top: 3.6rem;
}

.page-template-template-homepage .homestore-footer-bar-wrapper {
  margin-top: 3.42rem;
}

.homestore-footer-bar-wrapper .sfb-footer-bar {
  padding: 3.2em 0;
  margin-bottom: -3.6em;
}

.homestore-footer-bar-wrapper .sfb-footer-bar .widget {
  color: #f2f2f2;
  font-size: 1.2em;
}

.homestore-footer-bar-wrapper .sfb-footer-bar .widget .widget-title {
  display: inline-block;
  font-weight: 300;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.95em;
}

.homestore-footer-bar-wrapper .sfb-footer-bar .button {
  font-size: 1.05rem;
}

/* Product lists
-------------------------------------------------------------- */
.page-template-template-homepage-php .site-main .columns-5 ul.products li.product.product-category {
  margin-top: 0;
}

.page-template-template-homepage-php .site-main>.type-page {
  margin-left: 0 !important;
  width: auto !important;
  border: 0 !important;
}

ul.products li.col-sep {
  position: relative;
  display: block;
  margin-top: 43.2px;
  width: 100%;
  height: 2px;
  background: #151515;
  float: left;
}

ul.products li.product {
  margin-bottom: 0;
  margin-top: 43.2px;
}

ul.products li.product:first-child {
  margin-top: 0;
}

ul.products li.product h3 {
  font-weight: 500;
  color: #151515;
  margin-bottom: 0.28rem;
}

ul.products li.product img {
  margin-left: 0;
  margin-right: 0;
  height: auto;
  width: 100%;
  margin-bottom: 0.88rem;
}

ul.products li.product .star-rating {
  margin-bottom: 0.8rem;
  margin-top: 0.72rem;
}

ul.products li.product .price {
  margin-bottom: 0.8rem;
  color: #151515;
  font-size: 1.15em;
}

ul.products li.product .price del {
  color: #a2a1a1;
}

ul.products li.product .price del+ins {
  margin-left: 0.4em;
}

ul.products li.product .price ins {
  font-weight: 500;
  color: #151515;
}

ul.products li.product .button,
ul.products li.product .added_to_cart {
  padding: 0.8em 1.2em;
}

/* Product categories
-------------------------------------------------------------- */
ul.products {
  margin-bottom: 3.6rem;
}

.cart-collaterals ul.products {
  margin-bottom: 0;
}

body.archive #main ul.products {
  margin-bottom: 32px;
}

ul.products li.product.product-category {
  position: relative;
}

ul.products li.product.product-category img {
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}

ul.products li.product.product-category h3,
ul.products li.product.product-category h2,
ul.products li.product.product-category .woocommerce-loop-category__title {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  padding: 1em 1em;
  font-weight: 500;
  font-size: 1.25em;
  margin: 0;
  width: 100%;
  bottom: 13px;
  color: #151515;
  left: 0;
}

ul.products li.product.product-category h3 mark,
ul.products li.product.product-category h2 mark,
ul.products li.product.product-category .woocommerce-loop-category__title mark {
  font-weight: 300;
}

ul.products li.product.product-category>a {
  display: block;
}

ul.products li.product.product-category>a:before, ul.products li.product.product-category>a:after {
  -webkit-transition: width 180ms ease-out;
  -moz-transition: width 180ms ease-out;
  transition: width 180ms ease-out;
  position: absolute;
  display: block;
  content: "\020";
  height: 13px;
  background: #c7804d;
  width: 0;
  bottom: 0;
}

ul.products li.product.product-category>a:before {
  right: 50%;
}

ul.products li.product.product-category>a:after {
  left: 50%;
}

ul.products li.product.product-category:hover>a:before, ul.products li.product.product-category:hover>a:after {
  width: 50%;
}

/* Product sections
-------------------------------------------------------------- */
#main>.storefront-product-section {
  margin-top: 0;
}

.storefront-product-section .section-title,
.single-product div.product .related.products>h2:first-child {
  position: relative;
  text-align: left;
  display: inline-block;
  font-weight: 500;
  background: #fbd685;
  padding: 0 65px 0 17px;
  font-size: 1.1em;
  height: 48px;
  line-height: 48px;
  color: #222222;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  margin-bottom: 32px;
  white-space: nowrap;
  clear: both;
}

.storefront-product-section .section-title:after,
.single-product div.product .related.products>h2:first-child:after {
  transform-origin: center left;
  display: block;
  position: absolute;
  content: "\020";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 48px 0 0;
  border-color: transparent #fcfcfc #fcfcfc #fcfcfc;
  top: 0;
  right: 0;
}

.storefront-product-section,
.home.page-template-template-homepage #main>.hentry {
  border-bottom: solid 5px #f3f3f3;
  margin-bottom: 3.6rem;
}

.storefront-product-section {
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
}

/* Storefront Blog
-------------------------------------------------------------- */
.storefront-blog .section-title {
  float: left;
}

/* Storefront Powerpack
-------------------------------------------------------------- */
.sp-header-active .site-header .site-branding {
  max-width: none;
}

/* Product hero
-------------------------------------------------------------- */
#page .sprh-hero.fixed {
  border: solid 1px #d3d0cb;
}

#page .sprh-hero.sprh-layout-left .sprh-featured-image img,
#page .sprh-hero.sprh-layout-right .sprh-featured-image img {
  border: solid 1px #d3d0cb;
  margin-bottom: 0;
}

#page .sprh-hero h1 {
  font-weight: 300;
  margin-bottom: 0.35em;
}

#page .sprh-hero .sprh-hero-content-wrapper> :first-child {
  margin-top: 0;
}

#page .sprh-hero .sprh-hero-content {
  font-size: 0.945em;
}

#page .sprh-hero .sprh-hero-content .more-details, #page .sprh-hero .sprh-hero-content .add_to_cart_inline {
  margin-top: 0.5em;
  margin-right: 0.7em;
  font-size: 1.05em;
}

#page .sprh-hero .sprh-hero-content .star-rating {
  font-size: 1.1em;
}

#page .sprh-hero .sprh-hero-content .more-details {
  margin-bottom: 0;
}

#page .sprh-hero .sprh-hero-content>.price {
  margin-bottom: 1.1em;
  font-size: 1.15em;
}

#page .sprh-hero .sprh-hero-content>.price:before {
  font-family: "FontAwesome";
  content: "\f02b";
  margin-right: 0.5em;
}

#page .sprh-hero .sprh-hero-content>.price del {
  color: #a2a1a1;
}

#page .sprh-hero .sprh-hero-content>.price del+ins {
  margin-left: 0.4em;
}

#page .sprh-hero .sprh-hero-content>.price ins {
  font-weight: 500;
  color: #151515;
}

/* Parallax hero
-------------------------------------------------------------- */
.sph-hero {
  margin-bottom: 32px;
}

.sph-hero+.hentry {
  margin-top: 3.6rem;
}

.sph-hero a:not(.button) {
  color: #151515;
  font-weight: 600;
}

.sph-hero a:not(.button):hover {
  text-decoration: underline;
}

.sph-hero .overlay {
  color: #151515;
  font-size: 0.9em;
  line-height: 1.7;
}

.sph-hero .overlay .col-full {
  padding: 1.7em;
}

.sph-hero .overlay p, .sph-hero .overlay h1 {
  margin-left: 0;
  margin-right: 0;
}

.sph-hero .overlay h1 {
  margin-bottom: -0.3em;
  font-weight: 300;
  font-size: 3em;
  color: #141414;
}

.sph-hero .overlay .sph-inner-wrapper {
  position: relative;
}

.sph-hero .overlay .sph-inner-wrapper .col-full {
  padding: 1.7em !important;
}

.page-template-template-homepage .site-main .sph-hero:first-child {
  margin-top: 0;
}

/* Product Sharing
-------------------------------------------------------------- */
.storefront-product-sharing li a {
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  font-weight: 500;
  font-size: 0.85em;
  color: #151515;
}

.storefront-product-sharing li a:hover {
  color: #6e6e6e;
}

.storefront-product-sharing li.email a:before {
  color: #151515;
}

/* Homepage menu
-------------------------------------------------------------- */
.homestore-homepage-menu {
  background: #151515;
  color: #e8e8e8;
}

.homestore-homepage-menu h3.title {
  font-weight: normal;
  color: inherit;
  font-weight: 500;
  font-size: 1.1em;
  padding: 0.8em 1em;
  border-bottom: solid 5px #2f2f2f;
  margin: 0;
}

.homestore-homepage-menu h3.title:before {
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 0.9em;
  color: #fbd685;
  content: "\f0c9";
}

.homestore-homepage-menu .homepage-navigation {
  margin: 0;
}

.homestore-homepage-menu .homepage-navigation ul {
  margin: 0;
  padding: 0;
}

.homestore-homepage-menu .homepage-navigation ul ul {
  margin-left: 1em;
}

.homestore-homepage-menu .homepage-navigation ul li {
  list-style: none;
}

.homestore-homepage-menu .homepage-navigation ul li a {
  -webkit-transition: color 80ms ease-in-out, padding-left 80ms ease-in-out;
  -moz-transition: color 80ms ease-in-out, padding-left 80ms ease-in-out;
  transition: color 80ms ease-in-out, padding-left 80ms ease-in-out;
  display: block;
  padding: 0.62em 1.45em;
  border-top: solid 1px #2f2f2f;
  font-weight: 500;
  font-size: 0.95em;
  color: inherit;
}

.homestore-homepage-menu .homepage-navigation ul li a:hover {
  text-decoration: none;
  padding-left: 1.6em;
  color: #b0aba1;
}

.homestore-homepage-menu .homepage-navigation>ul>li:first-child>a {
  padding-top: 1.1em;
  border-top: none;
}

.homestore-homepage-menu .homepage-navigation>ul>li:last-child>a {
  padding-bottom: 1.1em;
}

.homestore-homepage-menu .homepage-navigation>ul>li:only-child>a {
  padding-top: 0.99em;
  padding-bottom: 0.99em;
}

/* Homepage section tabs
-------------------------------------------------------------- */
ul.homestore-section-tabs {
  margin: 0;
  padding: 0;
}

ul.homestore-section-tabs+.storefront-product-section {
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
}

ul.homestore-section-tabs+.storefront-product-section ul.products {
  margin-bottom: 0;
}

ul.homestore-section-tabs li {
  list-style: none;
}

ul.homestore-section-tabs li a {
  display: block;
  position: relative;
  font-weight: normal;
  background: #f6f6f6;
  border-top: solid 1px #c2c2c2;
  padding: 1.4em 1.6em 1.4em 4.1rem;
  color: #151515;
  width: 100%;
}

ul.homestore-section-tabs li a:before {
  position: absolute;
  width: 4.1rem;
  font-family: "FontAwesome";
  text-align: center;
  display: block;
  line-height: 1em;
  margin-top: -0.5em;
  font-size: 1.2em;
  left: 0;
  top: 50%;
}

ul.homestore-section-tabs li a:hover {
  background-color: transparent;
}

ul.homestore-section-tabs li[data-tab-icon="recent"]>a:before {
  content: "\f0e7";
}

ul.homestore-section-tabs li[data-tab-icon="featured"]>a:before {
  content: "\f164";
}

ul.homestore-section-tabs li[data-tab-icon="popular"]>a:before {
  content: "\f091";
}

ul.homestore-section-tabs li[data-tab-icon="on-sale"]>a:before {
  content: "\f0a3";
}

ul.homestore-section-tabs li:first-child>a {
  border-top: solid 2px #151515;
}

ul.homestore-section-tabs li:last-child>a {
  border-bottom: solid 2px #151515;
}

ul.homestore-section-tabs li.active>a {
  background: #151515;
  color: #cecbc5;
  border-top-color: #151515;
  font-weight: 500;
  outline-color: transparent;
}

ul.homestore-section-tabs li.active>a:before {
  color: #fbd685;
}

ul.homestore-section-tabs li.active+li>a {
  border-top-color: transparent;
}

ul.homestore-section-tabs li a:active {
  outline-color: transparent;
}

#homestore-section-tabs-ref:last-child {
  display: none;
}

#homestore-section-tabs-ref+.hentry {
  padding-top: 2.7rem;
  border-top: solid 4px rgba(225, 225, 225, 0.45);
  margin-top: 2.7rem;
}

#homestore-section-tabs-ref+.sph-hero,
#homestore-section-tabs-ref+.hentry {
  margin-top: 3.6rem;
}

/* Single product
-------------------------------------------------------------- */
.single-product div.product .images {
  position: relative;
}

.single-product div.product .price {
  font-size: 1.05em;
  margin-bottom: 0.85em;
}

.single-product div.product .price del {
  font-weight: 400;
  margin-right: 0.45em;
  color: #a2a1a1;
}

.single-product div.product .price ins {
  font-weight: 500;
}

.single-product div.product .entry-summary {
  font-size: 0.95em;
}

.single-product div.product .images, .single-product div.product .entry-summary {
  margin-bottom: 32px;
}

.single-product div.product .entry-title.product_title {
  font-weight: 500;
  font-family: "Montserrat Alternates", sans-serif;
  margin-top: -0.1em;
  font-size: 2.4em;
}

.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .sku_wrapper,
.single-product div.product .product_meta .tagged_as {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: none;
  padding: 0.75em 0;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.single-product div.product .product_meta .posted_in a,
.single-product div.product .product_meta .sku_wrapper a,
.single-product div.product .product_meta .tagged_as a {
  font-weight: normal;
  color: inherit;
}

.single-product div.product .product_meta .posted_in a:first-child,
.single-product div.product .product_meta .sku_wrapper a:first-child,
.single-product div.product .product_meta .tagged_as a:first-child {
  margin-left: 0.2em;
}

.single-product div.product .product_meta .posted_in a:hover,
.single-product div.product .product_meta .sku_wrapper a:hover,
.single-product div.product .product_meta .tagged_as a:hover {
  text-decoration: underline;
}

.single-product div.product form.cart {
  margin-bottom: 1.95em;
  padding: 0;
  border: none;
}

.single-product div.product form.cart .quantity+input[name="add-to-cart"]+.button:last-child {
  float: left;
  margin-left: 1em;
}

.single-product div.product .woocommerce-product-rating {
  margin-bottom: 1.15em;
  padding-bottom: 1.35em;
}

.single-product div.product .woocommerce-product-rating .star-rating {
  float: left;
  font-size: 1.15em;
}

.single-product div.product .woocommerce-product-rating .star-rating span:before {
  color: #c7804d;
}

.single-product div.product .woocommerce-product-rating .star-rating:before {
  font-weight: 600;
  color: #cfc5bc;
}

.single-product div.product .woocommerce-product-rating .woocommerce-review-link {
  font-weight: normal;
  font-size: 0.85em;
  font-weight: 400;
  margin-left: 0.5em;
  letter-spacing: -0.02em;
  color: #151515;
}

.single-product div.product .woocommerce-product-rating .woocommerce-review-link:hover {
  text-decoration: underline;
}

.single-product div.product .related.products ul.products {
  margin-bottom: 0;
}

.single-product div.product .woocommerce-tabs {
  font-size: 0.95em;
  margin-bottom: 3.24rem;
  padding-bottom: 3.24rem;
}

.single-product div.product .woocommerce-tabs .entry-content #comments>h2:first-child,
.single-product div.product .woocommerce-tabs .entry-content>h2:first-child {
  font-weight: normal;
  font-size: 1.55em;
}

.single-product div.product .woocommerce-tabs .entry-content>h2:first-child {
  margin-bottom: 0.45em;
}

.single-product div.product .woocommerce-tabs .entry-content #comments>h2:first-child {
  margin-bottom: 0.75em;
}

.single-product div.product .woocommerce-tabs .entry-content :last-child {
  margin-bottom: 0;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs {
  margin-top: 32px;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li {
  margin: 0;
  font-size: 1em;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  color: #151515;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li a:focus, .single-product div.product .woocommerce-tabs ul.wc-tabs li a:active {
  outline-color: transparent;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li:not(.active) a:hover, .single-product div.product .woocommerce-tabs ul.wc-tabs li:not(.active) a:focus, .single-product div.product .woocommerce-tabs ul.wc-tabs li:not(.active) a:active {
  outline: solid 1px #e1e1e1;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li.active {
  border-color: transparent;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li.active a {
  background: #151515;
  color: #e8e8e8;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li:after {
  display: none;
}

/* Single product / reviews
-------------------------------------------------------------- */
.single-product #reviews ol.commentlist {
  margin-bottom: 2.88rem;
}

.single-product #reviews ol.commentlist li.comment {
  margin-bottom: 1.8em;
}

.single-product #reviews ol.commentlist li.comment p.meta {
  margin: 0 0 .7em;
  font-size: 1em;
  color: #747373;
}

.single-product #reviews ol.commentlist li.comment p.meta strong {
  font-weight: 600;
  color: #151515;
}

.single-product #reviews ol.commentlist li.comment .description {
  padding-bottom: 1.8em;
}

.single-product #reviews ol.commentlist li.comment .description :last-child {
  margin-bottom: 0;
}

.single-product #reviews ol.commentlist>li.comment:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.single-product #reviews ol.commentlist>li.comment:last-child .description {
  padding-bottom: 0;
}

.single-product #reviews #review_form_wrapper #respond {
  border-top-color: #e2e2e2;
  background: none;
  padding: 2.88rem 0 0;
  margin-bottom: 0;
}

.single-product #reviews #review_form_wrapper #respond #reply-title {
  font-weight: normal;
  margin-top: -0.5em;
}

/* Star ratings
-------------------------------------------------------------- */
.star-rating span:before,
.widget-area .widget a:hover,
.product_list_widget a:hover,
.quantity .plus,
.quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before {
  color: #151515;
}

.site-footer .star-rating span:before, .site-footer .widget-area .widget a:hover, .site-footer .product_list_widget a:hover, .site-footer .quantity .plus, .site-footer .quantity .minus, .site-footer p.stars a:hover:after, .site-footer p.stars a:after, .site-footer .star-rating span:before {
  color: white;
}

.single-product div.product #reviews .star-rating span:before, .single-product div.product #reviews .widget-area .widget a:hover, .single-product div.product #reviews .product_list_widget a:hover, .single-product div.product #reviews .quantity .plus, .single-product div.product #reviews .quantity .minus, .single-product div.product #reviews p.stars a:hover:after, .single-product div.product #reviews p.stars a:after, .single-product div.product #reviews .star-rating span:before {
  color: #c7804d;
}

.smm-mega-menu .star-rating span:before, .smm-mega-menu .widget-area .widget a:hover, .smm-mega-menu .product_list_widget a:hover, .smm-mega-menu .quantity .plus, .smm-mega-menu .quantity .minus, .smm-mega-menu p.stars a:hover:after, .smm-mega-menu p.stars a:after, .smm-mega-menu .star-rating span:before {
  color: #c7804d;
}

/* Post layout
-------------------------------------------------------------- */
.hentry {
  padding-bottom: 3.6rem;
  margin-bottom: 3.6rem;
}

body.blog .hentry:nth-child(n+2),
body.blog .hentry:last-of-type+.navigation.pagination {
  padding-top: 2.7rem;
  border-top: solid 4px rgba(225, 225, 225, 0.45);
  margin-top: 2.7rem;
}

.hentry.type-page .entry-header {
  margin-bottom: 1em;
}

.hentry .entry-header {
  border-bottom: none;
  margin-bottom: 32px;
}

.hentry .entry-header h1.entry-title {
  margin-top: -0.3em;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  letter-spacing: -0.05em;
  font-size: 2.35em;
}

body:not(.sd-custom-font-scheme) .hentry .entry-header h1.entry-title {
  font-family: "Montserrat Alternates", sans-serif;
}

.hentry .entry-header h1.entry-title a {
  margin-left: -webkit-calc(-0.2em - 4px);
  margin-left: calc(-0.2em - 4px);
  -webkit-transition: color, 200ms ease-in-out;
  -moz-transition: color, 200ms ease-in-out;
  transition: color, 200ms ease-in-out;
  color: inherit;
  border-left: solid 4px transparent;
  font-size: 0.95em;
  padding-left: 0.2em;
}

.hentry .entry-header h1.entry-title a:hover {
  border-color: #fbd685;
}

.hentry .entry-content {
  font-size: 0.95em;
}

body.woocommerce-checkout .hentry .entry-content {
  font-size: 1em;
}

.hentry .entry-content> :last-child {
  margin-bottom: 0;
}

.hentry .posted-on {
  display: inline-block;
  margin-top: 0.7em;
}

.hentry .posted-on, .hentry .byline {
  color: #959494;
}

.hentry .posted-on a, .hentry .byline a {
  font-weight: 500;
  color: #151515;
}

.hentry .posted-on a:hover, .hentry .byline a:hover {
  text-decoration: underline;
}

.hentry .post-edit-link,
.hentry .entry-meta a {
  -webkit-transition: color 80ms ease-in-out;
  -moz-transition: color 80ms ease-in-out;
  transition: color 80ms ease-in-out;
  font-weight: 600;
  border-bottom: none;
  color: #151515;
}

.hentry .post-edit-link:hover,
.hentry .entry-meta a:hover {
  color: #c7804d;
}

.home.page-template-template-homepage #main>.hentry {
  padding-bottom: 3.6rem;
}

#page #main>.hentry:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#main>.hentry {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.page.woocommerce-cart #main>.hentry {
  font-size: 0.95em;
}

/* Widgets
-------------------------------------------------------------- */
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_entries a,
.widget_recent_comments a {
  -webkit-transition: color 80ms ease-in-out;
  -moz-transition: color 80ms ease-in-out;
  transition: color 80ms ease-in-out;
}

.widget-area .widget a.button {
  font-weight: 600 !important;
  font-size: 1.05em;
}

.widget h3.widget-title,
.widget h2.widgettitle {
  font-size: 1.2em;
  text-transform: uppercase;
  padding-bottom: 0.1em;
  border-bottom: solid 2px #151515;
}

.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 {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0;
}

.widget_recent_entries ul li:nth-child(n+2),
.widget_pages ul li:nth-child(n+2),
.widget_categories ul li:nth-child(n+2),
.widget_archive ul li:nth-child(n+2),
.widget_recent_comments ul li:nth-child(n+2),
.widget_nav_menu ul li:nth-child(n+2),
.widget_links ul li:nth-child(n+2) {
  margin-top: 0.82em;
}

.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 {
  position: absolute;
  left: 0;
}

.widget_recent_entries ul li span.post-date,
.widget_pages ul li span.post-date,
.widget_categories ul li span.post-date,
.widget_archive ul li span.post-date,
.widget_recent_comments ul li span.post-date,
.widget_nav_menu ul li span.post-date,
.widget_links ul li span.post-date {
  margin-top: 0.25em;
  margin-left: 0;
}

.widget_search form:before {
  top: 0.75em;
}

.widget_calendar table {
  table-layout: fixed;
}

.widget_calendar table#wp-calendar {
  margin-bottom: 0;
}

.widget_calendar caption {
  padding-bottom: 0;
}

.widget_shopping_cart span.quantity {
  color: #a2a1a1 !important;
  font-weight: 500;
}

.widget_shopping_cart .product_list_widget li {
  padding-left: 2.2em;
  padding-top: 0;
}

.widget_shopping_cart .product_list_widget li a.remove {
  font-size: 1.2em;
  top: 0;
  color: #f36855;
}

.widget_shopping_cart .product_list_widget li a.remove+a {
  font-weight: 500;
  font-size: 1.05em;
}

.widget_shopping_cart .product_list_widget li a.remove+a:hover {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  text-decoration: underline;
  color: #151515 !important;
}

.widget_shopping_cart p.total {
  border: solid #e1e1e1;
  border-width: 1px 0;
  margin: 1em 0;
  font-size: 1.1em;
}

.widget_shopping_cart p.total strong {
  font-weight: 600;
  margin-right: 0.3em;
}

.widget_shopping_cart p.buttons {
  padding: 0;
}

.widget_shopping_cart p.buttons .button:nth-child(odd) {
  margin-bottom: 0.45em;
}

.widget_shopping_cart img {
  border: solid 4px rgba(162, 161, 161, 0.3);
}

.widget_price_filter .price_slider_amount {
  font-size: 1.1em;
  position: relative;
  padding-top: 0.3em;
}

.widget_price_filter .button {
  margin-top: -0.2em;
}

#secondary {
  margin-top: 3.6rem;
}

#secondary .widget a:not(.button):hover {
  color: #c7804d;
}

.widget_product_categories li a {
  -webkit-transition: color 90ms ease-in-out;
  -moz-transition: color 90ms ease-in-out;
  transition: color 90ms ease-in-out;
}

.widget_recent_entries span.post-date {
  display: block;
  font-size: 0.85em;
  margin-left: 2em;
}

.widget_recent_entries a {
  font-weight: 600;
}

.product_list_widget li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 0.45em 0;
}

.product_list_widget li .product-title {
  font-weight: 600;
  padding-right: 0.5em;
}

.product_list_widget li:first-child {
  padding-top: 0;
}

.product_list_widget li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.product_list_widget li del, .product_list_widget li ins, .product_list_widget li span.amount {
  font-size: 0.95em;
}

/* Breadcrumbs
-------------------------------------------------------------- */
.woocommerce-breadcrumb {
  font-size: 0.9em;
  border-bottom-color: #151515;
  border-bottom-style: solid;
  margin-bottom: 3.24rem;
  margin-top: -2em;
  color: #a2a1a1;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-breadcrumb a {
  -webkit-transition: color 100ms ease-in-out;
  -moz-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
  color: #151515;
  font-weight: 500;
}

.woocommerce-breadcrumb a:first-child:before {
  font-family: 'FontAwesome';
  content: "\f015";
  margin-right: 0.3em;
}

.woocommerce-breadcrumb a:hover {
  color: #c7804d;
}

/* Pagination
-------------------------------------------------------------- */
.woocommerce-pagination ul.page-numbers li {
  margin-left: .236em;
}

.woocommerce-pagination ul.page-numbers li .page-numbers {
  font-weight: 500;
  background: transparent;
  border: solid 2px #e2e2e2;
}

.woocommerce-pagination ul.page-numbers li .page-numbers.next, .woocommerce-pagination ul.page-numbers li .page-numbers.prev {
  padding-left: 0.78em;
  padding-right: 0.78em;
  font-weight: 300;
}

.navigation.pagination {
  border: none;
  font-size: 0.9em;
  padding-bottom: 0;
  margin-bottom: 0;
  overflow: visible;
}

.navigation.pagination ul.page-numbers li .page-numbers {
  -webkit-transition: background-color 80ms ease-in-out;
  -moz-transition: background-color 80ms ease-in-out;
  transition: background-color 80ms ease-in-out;
  background: none;
  border: solid 2px #e2e2e2;
  padding: 0.2em 0.8em;
  font-weight: 500;
}

.navigation.pagination ul.page-numbers li .page-numbers:hover, .navigation.pagination ul.page-numbers li .page-numbers:focus, .navigation.pagination ul.page-numbers li .page-numbers:active {
  background: rgba(21, 21, 21, 0.05);
  outline: none;
}

.navigation.pagination ul.page-numbers li .page-numbers.current {
  background: #151515;
  border-color: #151515;
  color: #e8e8e8;
}

/* Sale tags
-------------------------------------------------------------- */
#page .onsale {
  position: absolute;
  border: none;
  background: #151515 !important;
  text-align: center;
  color: #fbd685 !important;
  width: 53px;
  height: 53px;
  line-height: 53px;
  border-radius: 53px;
  padding: 0;
}

ul.products li .onsale,
.single-product div.product .images .onsale {
  top: 12px;
  left: 12px;
}

/* Shopping cart
-------------------------------------------------------------- */
.site-header-cart .widget_shopping_cart {
  background: #151515;
}

.site-header-cart .widget_shopping_cart .product_list_widget {
  padding: 1.1em 1.1em 1.32em 1.1em;
}

.site-header-cart .widget_shopping_cart .product_list_widget .mini_cart_item {
  padding: 0.33em 0;
  line-height: 1.2;
  border-color: transparent;
}

.site-header-cart .widget_shopping_cart .product_list_widget .mini_cart_item .quantity {
  margin-top: 0.3em;
}

.site-header-cart .widget_shopping_cart .product_list_widget .mini_cart_item:first-child {
  padding-top: 0;
}

.site-header-cart .widget_shopping_cart .product_list_widget .mini_cart_item:last-child {
  padding-bottom: 0;
}

.site-header-cart .widget_shopping_cart .product_list_widget .mini_cart_item a.remove {
  top: -0.25em;
  width: 1.318em;
}

.site-header-cart .widget_shopping_cart .product_list_widget .mini_cart_item a.remove:before {
  color: #f36855;
}

.site-header-cart .widget_shopping_cart .product_list_widget .mini_cart_item a.remove+a {
  -webkit-transition: color 80ms ease-in-out;
  -moz-transition: color 80ms ease-in-out;
  transition: color 80ms ease-in-out;
}

.site-header-cart .widget_shopping_cart .product_list_widget .mini_cart_item a.remove+a:hover {
  color: #c7804d !important;
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart p.total {
  position: relative;
  border: none;
  padding: 0.7em 0;
  margin: 0;
  color: #e8e8e8;
}

.site-header-cart .widget_shopping_cart p.total:before, .site-header-cart .widget_shopping_cart p.total:after {
  position: absolute;
  display: block;
  content: "\020";
  width: 100%;
  height: 1px;
  background: rgba(162, 161, 161, 0.3);
}

.site-header-cart .widget_shopping_cart p.total:before {
  top: 0;
}

.site-header-cart .widget_shopping_cart p.total:after {
  bottom: 0;
}

.site-header-cart .widget_shopping_cart p.buttons {
  padding: 1.1em 1.1em;
}

/* Notifications
-------------------------------------------------------------- */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-left: none;
  box-shadow: 6px 0 0 rgba(0, 0, 0, 0.1) inset;
  font-size: 0.95em;
}

.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-message a:not(.button),
.woocommerce-noreviews a:not(.button),
p.no-comments a:not(.button) {
  font-weight: 600;
  color: inherit !important;
}

.woocommerce-error a:not(.button):hover,
.woocommerce-info a:not(.button):hover,
.woocommerce-message a:not(.button):hover,
.woocommerce-noreviews a:not(.button):hover,
p.no-comments a:not(.button):hover {
  text-decoration: underline;
  color: inherit !important;
  opacity: 1;
}

.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button,
.woocommerce-noreviews a.button,
p.no-comments a.button {
  background: rgba(0, 0, 0, 0.5);
  padding: 0 0.5em;
  font-size: 0.95em;
}

.woocommerce-info,
.woocommerce-noreviews {
  background-color: #4EA9DC !important;
  color: white !important;
}

.woocommerce-message {
  background-color: #cdea96 !important;
  color: #495135 !important;
}

.woocommerce-error {
  background-color: #f36855 !important;
}

/* Post navigation
-------------------------------------------------------------- */
.post-navigation {
  font-size: 0.9em;
  border-top: dashed 1px #d0cfcf;
  padding-top: 1.5em;
}

#page .post-navigation {
  margin-top: 32px;
}

.post-navigation .nav-links a {
  -webkit-transition: color 80ms ease-in-out;
  -moz-transition: color 80ms ease-in-out;
  transition: color 80ms ease-in-out;
  position: relative;
  display: inline-block;
  background: #151515;
  color: #e3e3e3;
  font-weight: 500;
}

.post-navigation .nav-links a:hover, .post-navigation .nav-links a:focus, .post-navigation .nav-links a:active {
  color: #bebab2;
  outline: none;
}

.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:after {
  transform: scaleX(0.33);
  display: block;
  position: absolute;
  content: "\020";
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
}

.post-navigation span.meta-nav {
  display: none;
}

.post-navigation .nav-next a {
  padding: 0.2em 0 0.2em 0.6em;
  left: -10.6666666667px;
}

.post-navigation .nav-next a:after {
  border-width: 16px 0 16px 32px;
  border-color: transparent transparent transparent #151515;
  transform-origin: center left;
  right: -32px;
}

.post-navigation .nav-previous a {
  padding: 0.2em 0.6em 0.2em 0;
  right: -10.6666666667px;
}

.post-navigation .nav-previous a:before {
  border-width: 16px 32px 16px 0;
  border-color: transparent #151515 transparent transparent;
  transform-origin: center right;
  left: -32px;
}

/* Comments
-------------------------------------------------------------- */
#comments {
  font-size: 0.95em;
}

#comments p.woocommerce-noreviews {
  margin-bottom: 3.2em !important;
}

#comments .logged-in-as a {
  font-weight: 600;
  color: #151515;
}

#comments .logged-in-as a:hover {
  text-decoration: underline;
}

#comments .comments-title {
  padding-bottom: 0;
  border-bottom: solid 2px #151515;
}

#comments input, #comments textarea {
  font-size: 0.9em;
}

#comments ol.comment-list {
  margin-bottom: 0;
}

#comments ol.comment-list li.comment a.comment-date {
  -webkit-transition: color 80ms ease-in-out;
  -moz-transition: color 80ms ease-in-out;
  transition: color 80ms ease-in-out;
  color: #898787;
  font-weight: 500;
}

#comments ol.comment-list li.comment a.comment-date:hover {
  color: #151515;
}

#comments ol.comment-list li.comment .reply a {
  font-weight: 500;
}

#comments ol.comment-list li.comment .comment-content {
  margin-bottom: 0;
  font-size: 0.9em;
}

#comments ol.comment-list li.comment .comment-meta cite.fn a {
  -webkit-transition: color 80ms ease-in-out;
  -moz-transition: color 80ms ease-in-out;
  transition: color 80ms ease-in-out;
  font-weight: 600;
  color: #151515;
}

#comments ol.comment-list li.comment .comment-meta cite.fn a:hover {
  color: #c7804d;
}

/* Storefront Mega Menus */
#page .smm-mega-menu {
  box-sizing: border-box;
  background: transparent;
  padding: 1.8em 2.5em 2em;
  margin: 0 auto;
  color: #959595;
  width: 100%;
}

#page .smm-mega-menu, #page .smm-mega-menu a {
  font-size: 1.05rem;
}

#page .smm-mega-menu .widget-title {
  color: #fbd685;
  border-bottom: solid 2px rgba(255, 255, 255, 0.05);
  font-size: 1em;
  font-weight: 700;
}

#page .smm-mega-menu strong, #page .smm-mega-menu caption {
  color: #cfcfcf;
}

#page .smm-mega-menu ul {
  background: transparent;
}

#page .smm-mega-menu a {
  -webkit-transition: color 80ms ease-in-out;
  -moz-transition: color 80ms ease-in-out;
  transition: color 80ms ease-in-out;
  color: #e8e8e8;
}

#page .smm-mega-menu a:hover {
  color: #b0aba1 !important;
}

/* Misc. styles
-------------------------------------------------------------- */
#customer_details> :last-child,
.woocommerce-shipping-fields> :last-child {
  margin-bottom: 0;
}

#page .sph-hero+.storefront-product-categories {
  margin-top: 0 !important;
}

#payment .place-order .button {
  font-size: 1.1em;
}

#comments> :last-child,
.col-full> :last-child {
  margin-bottom: 0;
}

.single-product div.product .product_meta,
.single-product div.product .woocommerce-product-rating a,
ul.products li.product .star-rating {
  font-size: 1em;
  letter-spacing: 0.05em;
}

.storefront-sorting:last-child {
  border-top: dashed 1px rgba(162, 161, 161, 0.5);
  padding-top: 32px;
  margin-bottom: 0;
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main,
.page-template-template-homepage .site-main {
  padding-top: 0;
}

.form-row.woocommerce-invalid input.input-text {
  border-left-color: #f36855;
  border-left-width: 3px;
  box-shadow: none;
}

.form-row.woocommerce-validated input.input-text {
  border-left-color: #6d961e;
  border-left-width: 3px;
  box-shadow: none;
}

.form-row.woocommerce-invalid input.input-text:focus, .form-row.woocommerce-invalid input.input-text:active,
.form-row.woocommerce-validated input.input-text:focus,
.form-row.woocommerce-validated input.input-text:active {
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.03) inset;
}

.wc-proceed-to-checkout {
  margin-bottom: 0;
  font-size: 0.8em;
}

.wc-proceed-to-checkout .button.checkout-button {
  margin-bottom: 0;
}

.single-product #primary {
  margin-bottom: 0;
}

#primary {
  margin-bottom: 0;
}

#content .woocommerce> :first-child {
  margin-top: 0;
}

.entry-content hr {
  margin: 2.3em 0;
}

.sd-sticky-navigation.fixedsticky:before, .sd-sticky-navigation.fixedsticky:after {
  background: transparent;
}

a.more-link {
  -webkit-transition: color, 80ms ease-in-out;
  -moz-transition: color, 80ms ease-in-out;
  transition: color, 80ms ease-in-out;
  font-weight: 500;
  border-bottom: solid 2px rgba(162, 161, 161, 0.15);
  color: #151515;
}

a.more-link:hover {
  color: #c7804d;
}

.sd-scale-larger {
  font-size: 1.2em;
}

.sd-scale-largest {
  font-size: 1.3em;
}

/* --------------------------------------------------------------
##  <= 767px
----------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  body {
    font-size: 1.05em;
  }

  body.sd-header-sticky #page,
  body.sp-header-sticky #page {
    padding-top: 0 !important;
  }

  #page .homestore-section-tabs {
    margin-bottom: 32px;
  }

  #masthead .hs-primary-navigation {
    background: transparent !important;
    padding-bottom: 15px;
  }

  #masthead .hs-primary-navigation .main-navigation>.menu>ul {
    margin-bottom: 0;
  }

  #masthead .site-branding, #masthead .site-title, #masthead .site-description {
    max-width: 100%;
    text-align: center;
  }

  #masthead .site-description {
    margin-top: 1em;
    margin-bottom: 0;
  }

  #masthead .site-branding,
  #masthead .col-full>.site-logo-anchor,
  #masthead .col-full>.site-logo-link,
  #masthead .col-full>.custom-logo-link {
    padding: 1.75em 0;
  }

  #masthead .site-header-cart .cart-contents {
    -webkit-transition: box-shadow 100ms ease-in-out;
    -moz-transition: box-shadow 100ms ease-in-out;
    transition: box-shadow 100ms ease-in-out;
    background: #fbd685;
    box-shadow: 0 0 0 transparent;
    color: #151515;
    border-radius: 100%;
    top: 0.36em;
  }

  #masthead .site-header-cart .cart-contents:hover, #masthead .site-header-cart .cart-contents:focus, #masthead .site-header-cart .cart-contents:active {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.32);
    outline: none;
    color: #151515;
  }

  #masthead .site-search {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin-top: 0.7em;
  }

  #site-navigation {
    padding-top: 0;
    border-bottom: none;
    background: #151515;
    font-size: 0.9em;
  }

  #site-navigation ul a {
    font-weight: 600;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
  }

  #site-navigation ul a:hover {
    background: rgba(255, 255, 255, 0.03);
    color: white;
  }

  #site-navigation ul li a {
    padding-top: 0.857em;
    padding-bottom: 0.857em;
  }

  #site-navigation .menu-toggle {
    display: block;
    background: #151515;
    font-size: 1.05em;
    font-weight: 600;
    margin: 1em auto 0;
    float: none;
  }

  .storefront-2x #site-navigation .menu-toggle {
    border-color: #151515;
    padding: 0.96em .857em 1em 2.618em;
    width: 100%;
  }

  #site-navigation .menu-toggle:hover {
    background: #151515;
  }

  #site-navigation .menu-toggle:before {
    color: #fbd685;
  }

  .main-navigation ul li a {
    padding-left: 1.75em;
  }

  .page-template-template-homepage #main .sprh-hero:first-child {
    margin-top: 0;
  }

  .sprh-hero .sprh-hero-content-wrapper {
    margin-top: 1em;
  }

  #page .sph-hero h1 {
    font-size: 2.5em;
  }

  .site-footer .footer-widgets section.block:nth-child(n+2) {
    margin-top: 3.6rem;
  }

  /**
	 * Storefront Hamburger Menu compatibility
	 */
  .storefront-hamburger-menu-active .main-navigation .menu-toggle {
    border: 0;
    font-style: normal;
    font-size: 1em;
    -webkit-transition: box-shadow 100ms ease-in-out;
    -moz-transition: box-shadow 100ms ease-in-out;
    transition: box-shadow 100ms ease-in-out;
    background: #fbd685;
    box-shadow: 0 0 0 transparent;
    border-radius: 100%;
    top: 0.36em;
    padding: 0;
  }

  .storefront-hamburger-menu-active .main-navigation .menu-toggle:before {
    color: #151515 !important;
  }

  .storefront-hamburger-menu-active .main-navigation .menu-toggle:hover {
    background: #fbd685 !important;
  }

  .storefront-hamburger-menu-active .main-navigation .menu-toggle:hover, .storefront-hamburger-menu-active .main-navigation .menu-toggle:active {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.32);
    outline: none;
    color: #151515;
  }

  .storefront-hamburger-menu-active .site-header-cart .cart-contents {
    right: 3em;
  }

  .storefront-hamburger-menu-active #masthead .site-search {
    width: -webkit-calc(100% - 105px);
    width: calc(100% - 105px);
  }
}

/* --------------------------------------------------------------
##  >= 768px
----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .single-product div.product .woocommerce-tabs ul.wc-tabs li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }

  .single-product div.product .woocommerce-tabs ul.wc-tabs li a {
    padding: 0 0 0 1em;
  }

  .single-product div.product .woocommerce-tabs ul.wc-tabs li a:hover, .single-product div.product .woocommerce-tabs ul.wc-tabs li a:focus, .single-product div.product .woocommerce-tabs ul.wc-tabs li a:active {
    outline: none !important;
  }

  .single-product div.product .woocommerce-tabs ul.wc-tabs li a:before {
    -webkit-transform-origin: center left;
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    -o-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: scaleX(0.3);
    -moz-transform: scaleX(0.3);
    -ms-transform: scaleX(0.3);
    -o-transform: scaleX(0.3);
    transform: scaleX(0.3);
    position: relative;
    display: block;
    content: "\020";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 50px;
    border-color: transparent transparent transparent transparent;
    margin-right: -50px;
    left: 0;
    float: right;
  }

  .single-product div.product .woocommerce-tabs ul.wc-tabs li:not(.active):hover {
    background: #f4f4f4;
  }

  .single-product div.product .woocommerce-tabs ul.wc-tabs li:not(.active):hover a:before {
    border-color: transparent transparent transparent #f4f4f4;
  }

  .single-product div.product .woocommerce-tabs ul.wc-tabs li.active {
    border-color: transparent;
  }

  .single-product div.product .woocommerce-tabs ul.wc-tabs li.active a:before {
    border-color: transparent transparent transparent #151515;
  }

  #order_review .shop_table {
    padding-top: 0;
  }

  #order_review .shop_table+.woocommerce-checkout-payment {
    border-top: none;
  }

  #ship-to-different-address label {
    font-weight: 600;
  }

  .hs-header-bar,
  .hs-primary-navigation {
    margin-left: -9999px;
    margin-right: -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
  }

  .hs-header-bar {
    background: rgba(17, 17, 17, 0.56);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }

  .woocommerce-active .site-header .secondary-navigation {
    max-width: -webkit-calc(100% - 13.5em);
    max-width: calc(100% - 13.5em);
    margin-right: 0;
    width: 100%;
  }

  .woocommerce-active .site-header .site-search {
    width: 15em;
  }

  .woocommerce-active .site-header .site-header-cart {
    position: absolute;
    transform: translateY(-50%);
    margin-top: -1em;
    padding-top: 0;
    width: 15em;
    top: 50%;
    right: 0;
    z-index: 1;
  }

  .woocommerce-active .site-header .site-header-cart .cart-contents {
    background: white;
    padding: 0.6em 0 0.6em 0.8em;
    padding-left: 2.8em;
    color: #150604;
  }

  .woocommerce-active .site-header .site-header-cart .cart-contents:after {
    color: inherit;
    font-size: 1.05em;
    top: 0.85em;
    left: 0.8em;
  }

  .woocommerce-active .site-header .site-header-cart .cart-contents .amount {
    color: inherit;
    font-weight: normal;
    letter-spacing: 0.02em;
  }

  .woocommerce-active .site-header .site-header-cart .cart-contents .count {
    padding: 0.6em 0.5em;
    display: block;
    color: inherit;
    background: #eaeaea;
    margin: -0.6em 0 0 0;
    color: #141212;
    text-align: center;
    font-size: 1em;
    float: right;
    min-width: 2.8em;
  }

  .sp-header-active.woocommerce-active .site-header .site-header-cart {
    position: static;
    transform: none;
    margin-top: 0;
    padding-top: 0;
    width: auto;
    top: 0;
    right: 0;
  }

  .sp-header-active.woocommerce-active .site-header .site-header-cart .cart-contents .count {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }

  .woocommerce-active.storefront-2x .site-header .site-header-cart .cart-contents:after {
    float: left;
    margin-left: -1.8em;
  }

  .main-navigation ul.menu>li>a,
  .main-navigation ul.nav-menu>li>a {
    -webkit-transition: color 80ms ease-in-out;
    -moz-transition: color 80ms ease-in-out;
    transition: color 80ms ease-in-out;
    color: #150604;
    font-size: 1em;
    font-weight: 600;
    padding-top: 0;
  }

  .main-navigation ul.menu>li.current-menu-item>a,
  .main-navigation ul.nav-menu>li.current_page_item>a,
  .main-navigation ul.nav-menu>li:hover>a {
    color: #c7804d;
  }

  .main-navigation ul.menu>li li a,
  .main-navigation ul.nav-menu>li li a {
    font-size: 0.95em;
    color: white;
  }

  .main-navigation ul.menu>li li a:hover,
  .main-navigation ul.nav-menu>li li a:hover {
    color: #c7c4bd;
  }

  .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 {
    position: relative;
    color: #c7c4bd;
    margin-left: 0.4em;
    top: 0.1em;
  }

  .main-navigation ul.menu>li>a,
  .main-navigation ul.nav-menu>li>a {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .main-navigation ul.menu ul li,
  .main-navigation ul.nav-menu ul li {
    background: #1f1d1d;
    font-size: 0.9em;
  }

  .main-navigation ul.menu ul li a,
  .main-navigation ul.nav-menu ul li a {
    font-weight: 500;
    padding: 0.46em 1em;
  }

  .main-navigation ul.menu ul li:first-child>a,
  .main-navigation ul.nav-menu ul li:first-child>a {
    padding-top: 1.058em;
  }

  .main-navigation ul.menu ul li:last-child>a,
  .main-navigation ul.nav-menu ul li:last-child>a {
    padding-bottom: 1.058em;
  }

  .main-navigation>div>ul.menu>li:first-child,
  .main-navigation>div>ul.nav-menu>li:first-child {
    margin-left: -0.5em;
  }

  .secondary-navigation>div>ul.menu>li>a {
    padding: 1.2em .857em;
  }

  .secondary-navigation>div>ul.menu>li:first-child>a {
    padding-left: 0;
  }

  .secondary-navigation .menu {
    font-size: 0.9375em;
  }

  .secondary-navigation .menu ul a {
    color: #dedede;
    padding: 0.65em 1em;
    font-weight: 500;
    font-size: 0.85em;
  }

  .secondary-navigation .menu ul a:hover {
    color: #b9b5ac;
  }

  .secondary-navigation .menu ul li:first-child a {
    padding-top: 1.1375em;
  }

  .secondary-navigation .menu ul li:last-child a {
    padding-bottom: 1.1375em;
  }

  .secondary-navigation .menu ul li:only-child a {
    padding-top: 1.080625em;
    padding-bottom: 1.080625em;
  }

  .storefront-single-product-pagination a[rel] {
    border: solid 1px #deddd9;
    color: #151515;
    padding: 0.3em;
    font-size: 0.85em;
    font-weight: 600;
  }

  .page-template-template-homepage .homestore-homepage-menu {
    float: left;
    width: 30.4347826086%;
  }

  .page-template-template-homepage .homestore-homepage-menu+.homestore-homepage-content {
    width: 65.2173913044%;
    margin-left: 4.347826087%;
    float: left;
  }

  .page-template-template-homepage .homestore-homepage-menu+.homestore-homepage-content>.entry-content>.sprh-hero:first-child {
    margin-top: -1.85em;
  }

  .page-template-template-homepage .homestore-homepage-menu+.homestore-homepage-content .entry-header,
  .page-template-template-homepage .homestore-homepage-menu+.homestore-homepage-content .entry-content {
    text-align: left;
  }

  ul.homestore-section-tabs {
    width: 30.4347826086%;
    float: left;
  }

  ul.homestore-section-tabs+.storefront-product-section {
    width: 65.2173913044%;
    margin-left: 4.347826087%;
    float: left;
  }

  ul.products li.product.first:first-child,
  ul.products li.product.first:first-child.first+li.last,
  ul.products li.product.first:first-child.first+li:not(.last),
  ul.products li.product.first:first-child.first+li:not(.last)+li.last,
  ul.products li.product.first:first-child.first+li:not(.last)+li:not(.last),
  ul.products li.product.first:first-child.first+li:not(.last)+li:not(.last)+li.last {
    margin-top: 0;
  }

  body.page-template-template-homepage #page .sprh-hero.fixed .overlay {
    padding: 1.9em;
  }

  .sprh-hero {
    margin-bottom: 0;
  }

  .sprh-hero.sprh-layout-left .sprh-featured-image,
  .sprh-hero.sprh-layout-right .sprh-featured-image {
    width: 35%;
  }

  .footer-widgets {
    padding-top: 0;
    padding-bottom: 0;
  }

  #secondary {
    margin-top: 0;
  }
}

/* --------------------------------------------------------------
##  >= 1043px
----------------------------------------------------------------- */
@media screen and (min-width: 1043px) {

  #masthead>.col-full,
  #content>.col-full,
  #colophon>.col-full,
  .sfb-footer-bar>.col-full {
    box-sizing: content-box;
    border-left: solid 46px transparent;
    border-right: solid 46px transparent;
  }

  #masthead .site-description {
    margin-top: 0.2em;
  }

  .site-header .site-title, .site-header .site-description {
    float: left;
  }

  .site-header .site-title a {
    color: white;
  }

  .site-header .site-description {
    border-left: solid 1px rgba(255, 255, 255, 0.57);
    padding: 0.6em 0;
    padding-left: 1.25em;
    margin-top: 1.5em;
    margin-left: 1.25em;
  }
}

/* --------------------------------------------------------------
##  >= 1079px
----------------------------------------------------------------- */
@media screen and (min-width: 1079px) {
  .sph-hero .overlay {
    padding: 9em 13em;
  }
}

/**Added for custom development***/
.about_usmaindiv {
  display: inline-flex;
  float: left;
  margin-top: 30px;
}

#about_usdiv {
  float: left;
  margin-left: 10px;
  text-align: center;
  width: 270px;
}

#about_usdiv h4 {
  font-size: 22px;
  margin-top: -10px;
}

.aboutus_ourteam_innerdiv h5 {
  color: #808080;
  margin-top: 0px;
}

.aboutus_ourteam_innerdiv>h4 {
  margin-bottom: -5px;
}

#cutom_icon {
  color: #a9a9a9;
  font-size: 5em;
}

.contactus_maindiv {
  width: 100%;
  display: block;
}

.rightside_contactus {
  float: left;
  width: 50%;
}

.leftside_contactus {
  float: left;
  width: 50%;
}

.contact-message {
  width: 400px;
  margin-bottom: 10px;
  height: 133px;
  background-color: #eee !important;
  color: #333 !important;
}

.contact-email {
  margin-bottom: 10px;
  background-color: #eee !important;
  color: #333 !important;
}

.contact-name {
  margin-bottom: 10px;
  background-color: #eee !important;
  color: #333 !important;
}

.labels_contact {
  font-weight: 500;
}

.contact-submit {
  padding: 6px 25px !important;
}

/**added for home page temp***/
.page-template-template-homepage .entry-header h1 {
  display: none;
}

.page-template-template-homepage .type-page .storefront-hero__button-edit {
  display: none;
}

#post-195 {
  background-image: url(/wp-content/uploads/2017/09/comfortable-grey-couch-with-pillows.jpg);
  background-color: #2c2d33;
  color: #5a6567;
  background-size: cover;
}

.overlay {
  background-color: rgba(0, 0, 0, 0) !important;
}

.widget_shopping_cart .product_list_widget li a.remove+a {
  font-weight: normal !important;
  font-size: 14px !important;
}

/*AFFILIATES PROGRAM*/
.woocommerce-form-row--display.hidden-field {
  display: none;
}

#primary.affiliates-landing {
  width: 100%;
}

/* AFFILIATES PROGRAM LOGO */
.site-header .custom-logo-link img, .site-header .site-logo-anchor img, .site-header .site-logo-link img {
  max-width: 350px;
}

/* HOMEPAGE EDITS 04/17/20 */
.site-search .widget_product_search form input.search-field, .site-search .widget_product_search form input.search-field:focus, .site-search .widget_product_search form input.search-field:active {
  max-width: 60%;
  margin-right: 5%;
}

.woocommerce-active .site-header .site-search {
  width: 26%;
}

.woocommerce-active .site-header .secondary-navigation {
  width: 74%;
}

@media screen and (min-width:1100px) and (max-width: 1280px) {
  #site-navigation {
    width: 106%;
    margin-left: -3%;
  }
}

@media screen and (min-width:1100px) {
  .site-branding {
    min-height: 200px;
    padding-top: 85px !important;
  }
}

body.home {
  background: #ffffff;
}

.site-logo-link {
  max-width: 300px;
}

body.home .header-widget-region {
  display: none;
}

body.home #content>.col-full {
  max-width: none !important;
  border: 0;
  padding: 0;
}

body.home #content .storefront-product-section {
  max-width: 66.5em;
  margin: 0 auto;
  background: #fcfcfc;
  padding: 0 40px;
}

body.home #content .storefront-product-section .section-title::after {
  border-color: transparent #fcfcfc #fcfcfc #fcfcfc !important;
}

body.home #content .storefront-product-section.storefront-product-categories .section-title::after {
  border-color: transparent #fdefd2 #fdefd2 #fdefd2 !important;
}

body.home #content .storefront-product-section.storefront-product-categories {
  background: #fdefd2;
  max-width: none;
  border: 0;
  margin-bottom: 40px;
}

body.home #content .storefront-product-section.storefront-best-selling-products {
  padding-top: 40px !important;
}

body.home #content .storefront-product-section.storefront-product-categories .home-section-content-wrapper {
  max-width: 66.5em;
  margin: 0 auto;
}

body.home #post-195 {
  background: transparent;
  margin-bottom: 0 !important;
}

body.home #post-195 .col-full {
  padding: 0;
  max-width: none !important;
  margin: 0 auto;
}

body.home #post-195 .homestore-homepage-content .entry-header {
  display: none;
}

body.home #post-195 .homestore-homepage-content .entry-content {
  max-width: none;
}

body.home #post-195 .homestore-homepage-content .entry-content .overlay,
body.home #post-195 .homestore-homepage-content .entry-content figure {
  float: left;
  width: 50%;
}

body.home #post-195 .homestore-homepage-content .entry-content .overlay .col-full.sph-inner {
  text-align: left;
}

body.home #post-195 .homestore-homepage-content .entry-content .overlay .col-full.sph-inner h1 {
  margin-top: -10px !important;
  font-weight: 300;
  line-height: 45px;
}

body.home #post-195 .homestore-homepage-content .entry-content .overlay .sph-hero-content-wrapper {
  line-height: 24px;
  display: block;
  margin-bottom: 20px;
}

body.home #post-195 .homestore-homepage-content .entry-content .overlay .col-full.sph-inner input {
  vertical-align: middle;
  line-height: 12px;
  height: 50px;
}

body.home #post-195 .homestore-homepage-content .entry-content .overlay .col-full.sph-inner .search-submit {
  margin-left: 15px;
}

body.home #content .storefront-product-section.storefront-product-categories .col-sep {
  background: transparent;
}

body.home #content .storefront-product-section.storefront-product-categories ul.products li.product.product-category>a::before,
body.home #content .storefront-product-section.storefront-product-categories ul.products li.product.product-category>a::after {
  display: none !important;
}

body.home #content .storefront-product-section.storefront-product-categories .woocommerce-loop-category__title {
  position: relative !important;
  bottom: initial !important;
  margin-top: 10px !important;
  padding: 10px;
  background: #9e4523;
  color: #ffffff;
  text-align: left;
}

body.home #content .storefront-product-section.storefront-product-categories .products.columns-4 .product-category.last-row h2 {
  background: #967856;
}

body.home #content .storefront-product-section.storefront-product-categories .products.columns-4 .product-category .count {
  display: none;
}

body.home #content .storefront-product-section.storefront-product-categories ul.products li.product.product-category img {
  max-height: 140px;
}

/**/
body.home .homestore-homepage-content {
  max-width: 66.5em;
  margin: 0 auto;
}

body.home .homestore-homepage-content .sub-menu {
  display: none;
}

/**/
body.home #content .storefront-product-section.storefront-product-categories .products.columns-4 .product-category {
  display: inline-block !important;
  float: none !important;
  width: 21% !important;
  margin: 0 0 0 3.5% !important;
}

@media screen and (max-width: 900px) {

  body.home #post-195 .homestore-homepage-content .entry-content .overlay,
  body.home #post-195 .homestore-homepage-content .entry-content figure {
    width: 100%;
  }

  body.home #content .storefront-product-section.storefront-product-categories .products.columns-4 .product-category {
    width: 50% !important;
    margin: 0 !important;
    padding: 20px;
  }

  body.home #content .storefront-product-section.storefront-product-categories .col-sep {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  body.home #content .storefront-product-section.storefront-product-categories .products.columns-4 .product-category {
    width: 100% !important;
    padding: 0px !important;
  }

  body.home #content .storefront-product-section.storefront-product-categories .products.columns-4 .product-category+.product-category {
    margin-top: 20px;
  }

  body.home #post-195 .homestore-homepage-content .entry-content .overlay .col-full.sph-inner .search-submit {
    margin-left: 0px;
    margin-top: 10px;
  }
}

body.home #post-195 {
  background: transparent !important;
  margin-bottom: 0 !important;
  padding-top: 50px;
}

body.home #post-195 .entry-content.loaded {
  text-shadow: none !important;
  background: transparent !important;
}

img#logo-fsn-aff {
  max-width: 220px;
  margin-top: 20px;
  filter: brightness(0) invert(1);
}


.ui-dialog-titlebar-close::after {
  display: block;
  content: "x";
  color: white;
  line-height: 0;
  margin-top: -2px;
}
