/*
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/

button:focus {outline:0;}

@media screen and (max-width: 600px) {
	.site-branding {
	    margin-top: 14px;
	}
}

body.home .featured-slider-wrapper + .site-main .page-title, .products .product .woocommerce-loop-product__title, .site-title a, h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
    letter-spacing: -0.01em;
}

ul, ol {
    margin: 2em 0 1em 0;
    padding-left: 20px;
    list-style: square;
}

.woocommerce a.button {
    font-size: 14px;
    padding: .8em 1em;
    font-weight: 500;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    font-weight: 700;
}

.woocommerce .products a.button {
		display: none;
}
.woocommerce div span.onsale, span.wc-new-badge {
    padding: .5em .8em .5em;
    font-weight: 700;
}
.woocommerce-error {
	display: none;
}
.products .product .woocommerce-loop-product__title {
    margin-bottom: 10px;
    letter-spacing: 0.01em;
}
/*
.site-info {
    display: none;
}
*/
.woocommerce .wc-new-badge {
    color: #FFFFFF;
    background: #fd3c5b;
}
.woocommerce div span.onsale {
    background: #46CB7A;
    color: #fff;
}
.woocommerce p.stars a:before {
    color: #46cc7a;
}
.author-img {
    top: 19px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    margin-right: 14px;
}
.cart-touch {
	display: none;
}
.mc_signup_submit {
    text-align: left;
}
.widget_mailchimpsf_widget .widget-title {
    margin-bottom: 2.33em !important;
}

#sb_instagram {
	margin-bottom: 2em;
}
.site-footer h6 span {
	font-size: 25px;
}


/*
#carbonads {
    overflow: hidden;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 12px;
    background-color: white;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    width: 290px;
}
*/

@media screen and (max-width: 1200px) {
	#adwrap {
	    display: none;
	}
}

#adwrap {
    font-size: 12px;
    line-height: 14px;
    position: fixed;
	bottom: 70px;
    right: 70px;
    z-index: 10000;
}

/*
.carbon-img {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
*/
.carbon-text {
    display: block;
    margin: 0;
    color: #333333;
    line-height: 1.4;
}
.carbon-poweredby {
    font-size: 12px;
    display: block;
}

/* carbon bsa */

#carbonads {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  overflow: hidden;
/*   margin-bottom: 20px; */
  max-width: 180px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, .1);
  background-color: hsl(0, 0%, 98%);
  font-size: 14px;
  line-height: 1.5;
}

#carbonads a {
  color: inherit;
  text-decoration: none;
}

#carbonads a:hover {
  color: inherit;
}

#carbonads span {
  position: relative;
  display: block;
  overflow: hidden;
}

.carbon-img {
  display: block;
  margin-bottom: 8px;
  max-width: 180px;
  line-height: 1;
}

.carbon-img img {
  display: block;
  margin: 0 auto;
  max-width: 180px !important;
  width: 180px;
  height: auto;
}

.carbon-text {
  display: block;
  padding: 0 1em 0.8em 1em;
}

.carbon-poweredby {
  display: block;
  padding: 10px 10px;
  background: repeating-linear-gradient(-45deg, transparent, transparent 5px, hsla(0, 0%, 0%, .025) 5px, hsla(0, 0%, 0%, .025) 10px) hsla(203, 11%, 95%, .4);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
  font-size: 9px;
  line-height: 0;
}

@media only screen and (min-width: 320px) and (max-width: 759px) {
  #carbonads {
    float: none;
    margin: 0 auto;
    max-width: 330px;
  }
  #carbonads span {
    position: relative;
  }
  #carbonads > span {
    max-width: none;
  }
  .carbon-img {
    float: left;
    margin: 0;
  }

  .carbon-img img {
    max-width: 130px !important;
  }
  .carbon-text {
    float: left;
    margin-bottom: 0;
    padding: 8px 20px;
    text-align: left;
    max-width: calc(100% - 130px - 3em);
  }
  .carbon-poweredby {
    left: 130px;
    bottom: 0;
    display: block;
    width: 100%;
  }
}

/* carbon bsa */

/* Featured Post */

/*
.row .product.post-1530 {
    border: 1px solid #2a2e34;
    padding-top: 10px;
    margin-top: -10px;
}
*/

.row .product.post-1717:before {
    content: "Sponsored";
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 100;
    color: #888888;
    background: rgba(0, 0, 0, 0.07);
    padding: .5em .8em .5em;
    font-weight: 700;
    min-height: unset;
    min-width: unset;
    line-height: 1;
    border-radius: 0;
    font-size: .85em;
    text-align: center;
    text-transform: uppercase;
}