/*
Theme Name:       Homestore
Theme URI:        http://www.woothemes.com/products/homestore/
Description:      A storefront child theme for webshops selling homeware goods.
Author:           WooThemes
Author URI:       http://woothemes.com
Template:         storefront
Version:          2.0.5
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;
  display: none;
}

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 thead {
  display: none;
}

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

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

body:not(.sd-header-sticky) #masthead {
  position: relative;
  z-index: 66;
}

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

/* 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 .site-logo-anchor,
.site-header .site-logo-link {
  padding: 10px 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;
}

.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
-------------------------------------------------------------- */
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: #323131;
}

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;
  overflow: hidden;
}

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

ul.products li.product.product-category h3 {
  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 {
  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 0.9em;
  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: scaleX(0.9);
    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: #fbd685 transparent transparent transparent;
    top: 0;
    right: -48px; }*/

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

/* 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.animated h1:after {
  z-index: -1;
}

.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.95rem;
}

.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.7em 0;
  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 .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 .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;
}


/*t edit start*/

.page-id-379337 .storefront-breadcrumb {
  display: none;
}

.page-id-379337 .site-header {
  margin-bottom: 0;
}

.page-id-379337 .site-header {
  margin-bottom: 0 !important;
}

.product_section_cover ul.products .premium-woo-product-thumbnail img {
  height: 350px;
}

.elementor-page .col-full {
  padding: 0 !important;
  border: 0 !important;
}

.upper_header_info_box h2 {
  margin: 0;
  text-align: center;
}

.upper_header_info_box h2 {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.upper_header_info_box {
  padding: 5px 0;
}

header.site-header nav.main-navigation {
  padding: 4px 0;
}

header.site-header nav.main-navigation ul.nav-menu>li>a {
  padding-bottom: 0;
  font-weight: 400;
}

header.site-header>.col-full {
  max-width: unset !important;
  margin: auto !important;
  padding: 0;
  width: auto;
  border: 0 !important;
}

header.site-header {
  background-color: #fff;
}

#masthead::after {
  content: "";
  display: none;
}

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

.woocommerce-active .site-header .site-branding img {
  max-width: 100%;
}

.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
  width: 100%;
  float: unset;
  margin-right: auto;
  max-width: 340px;
  margin-left: auto;
}

.hs-header-bar {
  padding-top: 2px;
  padding-bottom: 2px;
}

.secondary-navigation > div > ul.menu > li > a {
  padding: 0 14px !important;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2px;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  margin-left: -1px;
  text-shadow: unset;
}

.storefront-secondary-navigation img._image {
  max-width: 16px;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 16px 15px 16px 40px !important;
  height: unset;
  border-radius: 50px;
}

.menu-top-menu-container:after {
  content: "";
  display: block;
  clear: both;
}

.secondary-navigation>div>ul.menu,
.secondary-navigation>div>ul.nav-menu {
  float: left !important;
}

.woocommerce-active .site-header .site-header-cart {
  top: 57% !important;
  right: 15px !important;
}

.upper_header_info_box {
  padding: 5px 0;
  background-color: #f76360;
}

/*.hs-header-bar {
  display: none!important;
}
footer.site-footer {
  display: none!important;
}*/
.site-header .hs-header-bar .site-search {
  position: absolute;
  top: 31%;
  left: 15px;
}

body.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
  width: 100%;
  float: none;
  margin-right: 0;
  max-width: unset;
}

.secondary-navigation>div>ul.menu,
.secondary-navigation>div>ul.nav-menu {
  float: none !important;
  text-align: center;
}


.footer_cover {
  padding: 40px 0 10px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% auto;
  position: relative;
}

ul,
li {
  margin: 0;
}

.footer_cover li {
  list-style-type: none;
  margin-bottom: 8px;
}

.footer_cover li a,
.footer_cover li {
  font-size: 16px;
  color: #b0b0b0;
  letter-spacing: 1.2px;
  font-weight: 300;
}

.footer_cover li a:hover {
  text-decoration: unset;
}

.footer_box h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: 1px;
  font-weight: 300;
}

.footer_box ul.menu li a {
  color: #b0b0b0;
}

.footer_box .footer_social_link_box:after {
  content: "";
  display: block;
  clear: both;
}

.footer_box.footer_icon_box .footer_social_link_box i {
  position: static;
}

.footer_icon_box .footer_social_link_box:after {
  content: "";
  display: block;
  clear: both;
}

.footer_icon_box .footer_social_link_box li {
  padding: 0;
}

.footer_icon_box .footer_social_link_box li {
  float: left;
  margin: 0 20px 0 0;
}

.footer_box.footer_icon_box .footer_social_link_box a {
  font-size: 22px;
}

.footer_box .footer_social_link_box {
  margin-top: 20px;
}

.footer_icon_box li {
  position: relative;
  padding-left: 30px;
}

.footer_icon_box li i {
  position: absolute;
  top: 4px;
  left: 0;
}

.footer_icon_box li i {
  position: absolute;
  top: 4px;
  left: 0;
}

.copyright_text_box {
  max-width: 1400px;
  margin: auto;
  padding: 0 15px;
  position: static;
  margin-top: 20px;
}

.copyright_text_box {
  max-width: 1325px;
  margin: auto;
}

.footer_box h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}

.footer_box h3::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #505050;
  margin: 15px 0 10px;
}

.copyright_text_box p {
  font-size: 12px;
  margin: 0;
  color: #636363;
  letter-spacing: 0;
  border-top: 1px solid #0F0F0F;
  margin-top: 20px;
  padding-top: 6px;
  text-align: center;
}

body #content.site-content {
  padding-bottom: 80px;
}

#content.site-content #secondary.widget-area {
  border: 1px solid #d0d0d0;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 10px 10px 0 0 #f9f9f9;
}

#content.site-content #secondary.widget-area .widget-title {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dddddd;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}

#primary.content-area .woocommerce-products-header {
  border: 1px solid #bfbfbf;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 31px;
  box-shadow: 10px 10px 0 0 #f9f9f9;
}

#primary.content-area .woocommerce-products-header .page-title {
  font-size: 25px;
  font-weight: 600;
}

#primary.content-area .woocommerce-products-header .term-description p {
  margin-bottom: 4px;
  font-size: 15px;
}

#main.site-main .woocommerce-products-header+.storefront-sorting .woocommerce-pagination {
  display: none;
}

#main.site-main .woocommerce-ordering select {
  padding: 11px;
  border: 0;
  border-radius: 5px;
  background-color: #efefef;
}

#main.site-main .woocommerce-result-count {
  margin-top: 7px;
}

#main.site-main .products .product {
  text-align: left;
  margin-bottom: 50px;
  border: 1px solid #dfdfdf;
  padding: 15px 15px;
  border-radius: 10px;
}

#main.site-main .products .product .quick-view-button {
  background-color: #fff;
  color: #000;
  width: 100%;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #b0b0b0;
  display: none;
}

#main.site-main .products h2 {
  font-size: 18px;
  font-weight: 600;
  height: auto !important;
}

#main.site-main .products img {
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
}

#main.site-main .products .product .add_to_cart_button, #main.site-main .products .product .product_type_variable, #main.site-main .products .product .product_type_simple {
  background-color: #fff;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 6px;
  border: 0;
  background-color: #454407;
  font-size: 20px;
  padding: 8px 15px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: capitalize;
}

#main.site-main .products .product .wpb_wl_preview_area {
  display: none;
}

.single-product .entry-summary {
  border: 1px solid #d0d0d0;
  padding: 30px 40px 50px;
  box-shadow: 10px 10px 0 0 #f9f9f9;
}

.single-product .entry-summary .woocommerce-product-details__short-description ul {
  padding-left: 20px;
}

.single-product .related .products li {
  width: 21.7% !important;
}

/*#primary.content-area .woocommerce-products-header .term-description p {
  text-align: left !important;
}*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
  width: 100%;
  clear: both;
}

.single-product #content.site-content #secondary.widget-area {
  display: none !important;
}

.single-product.right-sidebar .content-area,
.single-product .content-area {
  width: 100% !important;
  margin-right: 0 !important;
}

.single-product .site-main#main .product>.product_title.entry-title {
  display: none;
}

.single-product .site-main#main>span {
  display: none;
}

.single-product .site-main#main .product .woocommerce-product-gallery a img {
  width: 100%;
  /*height: auto;*/
}

.single-product .product_title.entry-title {
  font-weight: 600 !important;
}

.single-product .site-main#main .variations select#size {
  border: 2px solid #e0e0e0;
  padding: 15px 25px;
  background-color: transparent;
}

.single-product .site-main#main .single_add_to_cart_button {
  padding: 11px 32px !important;
  background-color: #454407;
  border-radius: 0;
}

.single-product .site-main#main table.variations {
  border-color: #d6d6d6;
  border-width: 1px;
  padding-bottom: 18px;
}

body.single-product #main.site-main div.product .related.products > h2 {
  font-size: 30px;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0.4px;
  text-align: left;
}

body.single-product #main.site-main div.product .related.products > h2::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #e0e0e0;
  margin: 20px 0 30px;
  width: 70px;
}

.single-product .site-main ul.products .product:nth-child(4n) {
  margin-right: 0 !important;
}

.woocommerce-breadcrumb {
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 18px;
  text-align: center;
}

/*.single-product .woocommerce-product-gallery .flex-direction-nav {
  display: none;
}
*/
.flex-direction-nav {
  position: absolute;
  top: 30%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.flex-direction-nav > li {
  list-style: none;
  padding: 0px 12px;
  background: #686666;
}
.flex-direction-nav > li a {
  color: #fff;
}



.single-product .storefront-breadcrumb {
  margin: 0 0 30px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  margin: 0 10px 10px 0 !important;
  border: 1px solid #e0e0e0;
  padding: 10px;
}

.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  height: 500px;
  object-fit: scale-down;
  border-radius: 0;
}

body.woocommerce-cart .shop_table button.button {
  color: #fff;
}

body.woocommerce-cart .cart_totals tbody tr th,
body.woocommerce-cart .cart_totals tbody tr td {
  border: 1px solid #C1C1C1;
}

body.woocommerce-cart .cart_totals tbody tr th {
  background-color: #454407;
  color: #fff;
  font-weight: 500;
}

body.woocommerce-checkout .woocommerce-checkout .col-1,
body.woocommerce-checkout .woocommerce-checkout .col-2 {
  width: 100%;
  border: 1px solid #b0b0b0;
  padding: 40px;
}

body.woocommerce-checkout .woocommerce-checkout .col-1,
body.woocommerce-checkout .woocommerce-checkout .col-2 {
  width: 100%;
  border: 1px solid #b0b0b0;
  padding: 40px;
}

body.woocommerce-checkout .woocommerce-checkout .col-1 .woocommerce-billing-fields h3 {
  margin-top: 0;
  padding-top: 0;
}

body.woocommerce-checkout .woocommerce-checkout .col-2 h3 {
  margin-top: 0;
  padding-top: 0;
}

body.woocommerce-checkout .woocommerce-checkout .col-2 h3 label span {
  font-size: 26px;
  font-weight: 600;
}

body.woocommerce-checkout .woocommerce-checkout #order_review_heading {
  margin-top: 0;
  padding-top: 0;
}

body.woocommerce-checkout .woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: solid 2px #e2e2e2;
}

body.woocommerce-checkout .woocommerce-checkout .select2-container .select2-selection--single {
  height: 48px;
}

body.woocommerce-checkout .woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 9px 10px;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 11px;
}

body.woocommerce-checkout .shop_table {
  padding-top: 0;
  /*border: 1px solid #909090;*/
}

body.woocommerce-checkout .shop_table,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr td {
  border: 1px solid #e0e0e0;
}

.woocommerce-MyAccount-navigation {
  width: 24%;
  margin-right: 5%;
}

.woocommerce-MyAccount-content {
  width: 71%;
}

.woocommerce-account .woocommerce-MyAccount-navigation>ul>li {
  border: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation>ul>li a {
  padding: 18px 20px;
  border: 1px solid #c0c0c0;
  margin-bottom: -1px;
  border-radius: 6px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding: 30px 40px;
  border-radius: 6px;
  box-shadow: 0 0 70px -50px #000;
  border: 1px solid #e3e3e3;
}

.woocommerce-MyAccount-content .woocommerce-Button {
  color: #fff;
}

body.woocommerce-active .site-header .site-header-cart .cart-contents .amount {
  color: #000 !important;
}

.woocommerce-active.storefront-2x .site-header .site-header-cart .cart-contents::after {
  color: #454407;
}

.woocommerce-active .site-header .site-header-cart .cart-contents {
  background-color: transparent !important;
}

body .hs-header-bar {
  background: #fff !important;
  border-bottom: solid 0 #ededed !important;
  padding: 5px 0 3px;
  margin: 0;
}

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

.secondary-navigation>div>ul.menu>li>a {
  color: #000 !important;
}

.secondary-navigation ul li {
  display: block;
  float: left;
}

.secondary-navigation ul:after {
  content: "";
  display: block;
  clear: both;
}

.secondary-navigation ul li.info_links_box {
  float: right;
}

.single-product .variations .value select {
  border-radius: 0;
  border: 0;
  padding: 17px 30px;
  background-color: transparent;
  border: solid 2px #e2e2e2;
}

.blog #main.site-main article.post {
  border: 1px solid #b0b0b0;
  padding: 36px;
  border-radius: 10px;
}

/*.blog #main.site-main article.post h1.entry-title a {
  font-size: 23px;
  text-align: center;
}*/
.blog .hentry .entry-header {
  margin-bottom: 12px;
}

.site-header.fixed_header .hs-primary-navigation {
  position: fixed;
  top: 0;
  left: 0;
}

.site-header.fixed_header .hs-primary-navigation {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}
.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
  letter-spacing: 0;
}
header.site-header {
  border: 0;
}
#page #site-navigation {
  border: 0;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  border: 1px solid #bdbdbd;
}
.main-navigation ul ul li a, .secondary-navigation ul ul li a {
  width: 300px;
}
.main-navigation ul.menu ul a:hover, 
.main-navigation ul.menu ul li.focus, 
.main-navigation ul.menu ul li:hover > a, 
.main-navigation ul.nav-menu ul a:hover, 
.main-navigation ul.nav-menu ul li.focus, 
.main-navigation ul.nav-menu ul li:hover > a {
  background-color: #454407;
  color: #fff;
}
#main.site-main .products h2::after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background-color: #b0b0b0;
  margin: 15px 0 10px;
}
.product_section_cover .premium-woo-atc-button .button {
  display: block;
  text-align: center;
}
.product_section_cover .premium-woo-products-details-wrap .woocommerce-loop-product__title:after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background-color: #b0b0b0;
  margin: 15px 0 10px;  
}
/*.product_section_cover .premium-woo-product-wrapper {
  border: 1px solid #dfdfdf;
  padding: 15px 15px;
}*/
#main.site-main .products .product .add_to_cart_button:hover, 
#main.site-main .products .product .product_type_variable:hover, 
#main.site-main .products .product .product_type_simple:hover {
  background-color: #000;
}
.product_section_cover .premium-woo-atc-button .button:hover {
  background-color: #000!important;
}
nav.main-navigation ul.nav-menu > li > a:hover {
  color: #b3b011 !important;
}
nav.main-navigation ul.nav-menu > li.current-menu-item > a {
  color: #b3b011 !important;
}
body.home #content.site-content {
  padding-bottom: 0;
}
ul.nav-menu .sale_link_box > a {
  background-color: #dc1915;
  border-radius: 3px;
}
.site-header .custom-logo-link {
  margin-top: -21px;
}




/*t edit end*/


/*responsive*/

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

  body.sd-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 .site-logo-anchor,
  #masthead .site-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 {
    margin-bottom: 0;
  }

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

  .sph-hero .overlay {
    padding: 3.2em 2.618em;
  }

  .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: 200px;
    top: 50%;
    right: 0;
    z-index: 1;
    border: 1px solid #bdbdbd;
    border-radius: 60px;
  }

  .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;
    border-radius: 50px;
  }

  .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: #000;
  }

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

  .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: 15px;
    padding-right: 15px;
  }

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

  .main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a {
    font-weight: 400;
    padding: 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
    padding: 8px 15px !important;
  }

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

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

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

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

  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;
  }
}
.top_header_line #block-2{
  margin-bottom: 0px;
}