/*
Theme Name:     Native Ground
Theme URI:      https://nativeground.com
Description:    A Storefront child theme designed for Native Ground, based on Galleria
Author:         WooCommerce
Author URI:     https://woocommerce.com
Template:       storefront
Version:        2.2.18
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:    galleria
Woo:            887931:2429c1dde521031cd053886b15844bbf
*/
/* =Galleria styles starts here
-------------------------------------------------------------- */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes pulse {
  0% {
    opacity: 0.25; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }

@keyframes pulse {
  0% {
    opacity: 0.25; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }

body {
  background: #fff9f1;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden; 
  font-size: 16px;
  }
  body:before {
    content: "\f141";
    font-family: "FontAwesome";
    position: absolute;
    height: 1.5em;
    width: 1.5em;
    line-height: 1.5;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -.75em;
    margin-top: -.75em;
    font-size: 2.618em;
    -webkit-animation: pulse linear 1s infinite;
    animation: pulse linear 1s infinite;
    opacity: 1;
    -webkit-transition: opacity, ease, 0.2s;
    -moz-transition: opacity, ease, 0.2s;
    transition: opacity, ease, 0.2s; }
  body.preloader-disabled:before {
    display: none; }
  body.loaded:before {
    display: none;
    opacity: 0; }

.js .site {
  opacity: 0; }

.js .preloader-disabled .site {
  opacity: 1; }

body,
button,
input,
select,
textarea {
 font-family:  'Noto Sans', 'Helvetica', sans-serif; }

label,
.single-product div.product .price {
  font-weight: 400; }

table thead th,
table th {
  font-weight: 400;
  font-style: italic;
  text-transform: none; }

table th,
table td {
  border-bottom: 0; }

table.variations th,
table.variations td {
  border-bottom: 0; }

table.cart td.actions {
  padding-top: 1em;
  border: 0; }

img {
  border-radius: 0; }
  
input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], input[type="checkbox"], textarea, .input-text {
	background: #ffffff;
	border: solid 1px #eadac7;
}

p {
	font-size: 1.1rem;
}

.wppg-title {
	text-align: center;
}

.wppg-title a {
	text-decoration: none !important;
	font-family: 'Noto Sans', 'Helvetica', sans-serif !important;
	text-align: center;
}

.wppg-button-design, .wppg-button .add_to_cart_button, .wppg-main-product-wrapper.wppg-grid-template-5 .wppg-inner-wrap-contain .wppg-button a {
	background-color: #0b6d8b !important;
	text-transform: uppercase;
	color: #ffffff !important;
    font-family: 'Barlow Semi Condensed', sans-serif !important;
	border-radius: 10px !important;
    border-bottom: none !important;
    text-decoration: none !important;
	word-break: normal;
}

.wppg-main-product-wrapper.wppg-grid-template-5 .wppg-inner-wrap-contain .wppg-image::before {
	display: none;
}

.site-header-cart .cart-contents::after {
	content: "\f07a";
	float: left;
	margin-right: 5px;
}

.entry-content {
	clear: both;
}

.g-top-bar > .site-branding,
.g-top-bar > .site-logo-anchor,
.g-top-bar > .site-logo-link,
.g-top-bar > .custom-logo-link,
.woocommerce-active .g-top-bar > .site-branding,
.woocommerce-active .g-top-bar > .site-logo-anchor,
.woocommerce-active .g-top-bar > .site-logo-link,
.woocommerce-active .g-top-bar > .custom-logo-link,
.site-branding,
.woocommerce-active .site-branding {
  margin-top: .5em;
  float: none;
  text-align: center;
  width: auto; }

.custom-logo-link,
.woocommerce-active .custom-logo-link {
  margin-left: auto;
  margin-right: auto;
  float: none; }
  .custom-logo-link img,
  .woocommerce-active .custom-logo-link img {
    margin: 0 auto; 
	max-width: 500px;
	}

.site-branding h1,
.site-branding .beta {
  font-size: 1.618em;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase; }
  .site-branding h1:not(.logo) a,
  .site-branding .beta:not(.logo) a {
    font-weight: 400;
    padding: .857em 1.387em;
    border: 2px solid #2b2b2b;
    display: inline-block; }

.site-branding a {
  -webkit-transition: -webkit-transform, ease, 0.2s;
  -moz-transition: -moz-transform, ease, 0.2s;
  transition: transform, ease, 0.2s;
  display: block; }
  .site-branding a:hover {
  }

.site-branding .site-description {
  font-style: italic;
  font-family: "Muli", "Avenir", sans-serif;
  margin-top: 1em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400 !important;
 font-family: 'Vollkorn SC', Garamond, serif; }
  h1 a,
  h1 label,
  h2 a,
  h2 label,
  h3 a,
  h3 label,
  h4 a,
  h4 label,
  h5 a,
  h5 label,
  h6 a,
  h6 label {
    font-weight: 500; }

h1.page-title,
.page h1.entry-title {
  font-size: 2.618em; }
  
.flatbottom {
	margin-bottom: 0;
}


h2.woocommerce-loop-category__title {
	border-top: double 3px #085770;
}

h2.woocommerce-loop-category__title {
	border-bottom: double 3px #085770;
}

h2.specialsay {
    padding-top: 5px;
	margin-bottom: 0;
}


.specialtext {
	font-weight: 400 !important;
    font-family: 'Viaoda Libre', serif;
	display: inline-block;
	font-size: 1.7em;
}

.highlight {
	background: rgba(255,255,255,.5);
    padding: 2px 2px 2px;
    border: solid 1px #cecece;
}

.entry-content h2 {
	display: inline-block;
	width: auto;
	clear: none;
	padding-top: 0;
	padding-bottom: 0;
}
  
.site-content {
	background: #ffffff;
}

.widget .count,
.product-category .count {
  font-weight: 400;
  opacity: 0.5; }

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart, .widget-area .widget a.button, .site-header-cart .widget_shopping_cart a.button {
  font-weight: 400 !important;
  box-shadow: none;
  padding: 1em 1.387em;
  -webkit-font-smoothing: subpixel-antialiased;
  border-radius: 15px;
  border-style: solid;
  border-width: 0;
  border-color: #0b6d8b;
  background: #0b6d8b;
  }
  button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .added_to_cart:hover, .widget-area .widget a.button:hover, .site-header-cart .widget_shopping_cart a.button:hover {
    border: none; }
  button:after, input[type="button"]:after, input[type="reset"]:after, input[type="submit"]:after, .button:after, .added_to_cart:after, .widget-area .widget a.button:after, .site-header-cart .widget_shopping_cart a.button:after {
    font-style: normal; }

.widget-area .widget a.button {
  padding: .618em .857em; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, .input-text {
  padding: .4em;
  box-shadow: none; }

button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .added_to_cart.alt, .widget-area .widget a.button.alt, .added_to_cart {
  border: 0 !important; }
  
.woocommerce-mini-cart__buttons .checkout {

}

.login-remember label {
	font-style: italic;
}

a {
  font-weight: 400; }
  a:focus {
    outline-width: 1px; }

.widget a:not(.button),
.entry-content a:not(.button) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.woocommerce-message a.button:hover {
  border-width: 1px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0; }

.site-header {
  border-bottom: 0; }
  .site-header .g-top-bar {
    margin-bottom: 1em;
    font-family: "Muli", "Avenir", sans-serif; }
    .site-header .g-top-bar input {
      font-family: "Muli", "Avenir", sans-serif; }
  .site-header .site-search {
    font-size: 1em; }
    .site-header .site-search form:before {
      font-size: 1em; }
  .site-header .cart-contents {
    width: 4em;
    height: 4em; }
    .site-header .cart-contents:after {
      line-height: 4; }
	  
.header-widget-region .widget {
    font-size: 1.2em;
}

.site-footer {
  position: relative; }

.storefront-primary-navigation {
	position: relative;
}

button.menu-toggle {
  float: none;
  display: block;
  margin: 0 auto; }
  button.menu-toggle:before {
    font-style: normal; }

.g-primary-navigation {
  clear: both;
  margin-bottom: 2.618em; }
  .g-primary-navigation::before, .g-primary-navigation::after {
    content: '';
    display: table; }
  .g-primary-navigation::after {
    clear: both; }
  .g-primary-navigation li > ul a {
    text-transform: none;
    font-weight: 400; }

.col-full,
.header-widget-region {
  box-sizing: content-box; }
  
.pagetop {
	height: 1px;
}

.g-top-bar .site-search {
	display: none;
}

.header-widget-region {
  margin: 0; 
  background: #ffffff;
  }
  .header-widget-region .widget {
    padding-top: 2.244em; }

.is-ajax-search label {
	vertical-align: top !important;
}
	
.is-search-form input {
	padding: .5em;
	border: solid 1px #666666;
}

.widget_search form button.is-search-submit {
	margin-left: 0;
	position: relative;
	clip-path: inherit;
	height: auto;
	overflow: inherit;
}

.woocommerce-breadcrumb {
  margin: 0 0 2em;
  font-size: .75em;
  font-family: "Muli", "Avenir", sans-serif;;
  font-weight: 900;
  padding-top: 0;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent !important; }
  .woocommerce-breadcrumb a {
    font-family: "Muli", "Avenir", sans-serif;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    opacity: .5; }
  .woocommerce-breadcrumb span {
    font-weight: 400;
    opacity: .25;
    margin: 0 .237em; }

.storefront-breadcrumb {
  margin-bottom: 2em;
  padding-top: 10px;
  padding-bottom: 0; }
  .storefront-breadcrumb .woocommerce-breadcrumb {
    margin-bottom: 0; }

.storefront-sorting {
  padding: 0;
  border: 0;
  margin-bottom: 1em; }
  .storefront-sorting .woocommerce-result-count {
    opacity: 0.5; }

.woocommerce-pagination .page-numbers li .page-numbers,
.pagination .page-numbers li .page-numbers {
  border: 1px solid transparent;
  border-left-width: 1px; }
  .woocommerce-pagination .page-numbers li .page-numbers.current,
  .pagination .page-numbers li .page-numbers.current {
    font-weight: 400; }

.site-header-cart {
  margin-bottom: 0; }

#ship-to-different-address label {
  font-weight: 600; }
  
.site-main {
	margin-bottom: 0;
}

.content-area {
	margin-bottom: 0;
}


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

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

.storefront-product-section {
  border: 0;
  margin-bottom: 3.236em; }

.hentry .entry-header {
  border-bottom-width: 1px; }
  .hentry .entry-header .posted-on,
  .hentry .entry-header .byline {
    font-style: italic;
    opacity: .5;
    margin-bottom: .618em;
    display: inline-block; }
    .hentry .entry-header .posted-on a,
    .hentry .entry-header .byline a {
      font-family: "Muli", "Avenir", sans-serif;
      font-style: normal;
      font-weight: 900; }
  .hentry .entry-header .byline {
    margin-left: 1em; }
  .hentry .entry-header h1 {
    border-bottom: 0; }

.hentry .entry-meta .screen-reader-text {
  clip: none;
  position: static !important;
  display: inline;
  font-style: italic; }
  .hentry .entry-meta .screen-reader-text:hover, .hentry .entry-meta .screen-reader-text:focus {
    padding: 0;
    background: none;
    box-shadow: none;
    font-weight: 400;
    padding: 0;
    line-height: 1.8; }

.hentry .entry-meta a {
  font-weight: 900;
  font-family: "Muli", "Avenir", sans-serif;
  font-style: none; }

.hentry .entry-meta .cat-links,
.hentry .entry-meta .comments-link,
.hentry .entry-meta .tags-links,
.hentry .entry-meta .edit-link {
  padding-bottom: 0;
  margin-bottom: .618em; }
  .hentry .entry-meta .cat-links:before,
  .hentry .entry-meta .comments-link:before,
  .hentry .entry-meta .tags-links:before,
  .hentry .entry-meta .edit-link:before {
    display: none; }

.term-description,
.woocommerce .page-description {
  margin-bottom: 2.618em; }
  
body.search-results img, body.search-results .hentry .wp-post-image {
	max-height: 300px;
	width: auto;
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}

ul.products li.product .onsale {
  top: 1em;
  right: 1em;
  display: block;
  border: 0;
  text-align: right;
  font-size: 1em;
  text-transform: none;
  position: absolute;
  border-radius: 0; }

.price {
  font-weight: 400 !important; }
  .price del {
    opacity: .5; }
  .price ins {
    font-weight: 400 !important; }

.onsale {
  font-weight: 400;
  background-color: #28a8d3;
  color: #fff;
  border: 0; }

.remove {
  border: 0 !important; }

p.stars a {
  border-bottom: 0 !important; }

.storefront-sorting {
 font-family: "Muli", "Avenir", sans-serif;}

.single-product div.product {
  overflow: visible; }
  .single-product div.product .summary .price {
    margin-bottom: .618em;
    font-weight: 900 !important; }
    .single-product div.product .summary .price .amount {
      opacity: 1; }
  .single-product div.product .summary .woocommerce-product-rating {
    border: 0; }
  .single-product div.product form.cart {
    border: 0;
    padding: .618em 0; }
  .single-product div.product .product_meta {
    font-style: italic;
    font-weight: 400; }
    .single-product div.product .product_meta .sku,
    .single-product div.product .product_meta a {
      font-style: normal;
      font-weight: 900;
      font-family: "Muli", "Avenir", sans-serif;
      text-transform: uppercase; }

.single-product .woocommerce-tabs ul.tabs li a {
  font-family: "Muli", "Avenir", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px; }

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

.widget ul li,
.widget ol li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  padding-bottom: 1em;
  margin-bottom: 1em; }
  .widget ul li:last-child,
  .widget ol li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .widget ul li a,
  .widget ol li a {
    border: 0 !important; }
  .widget ul li li,
  .widget ol li li {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.widget h3.widget-title {
  border: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.618em;
  padding-bottom: 1em;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05); }

.widget-area .widget {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 2.618em; 
  font-size: 1.1em;
  }
  
.widget-area .widget .facetwp-facet{
	line-height: 1.2em;
}
  
  .widget-area .widget a {
	  font-weight: 400;
  }

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

.widget_search form,
.widget_product_search form {
  width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 0; }
  .widget_search form:before,
  .widget_product_search form:before {
    top: 1em; 
	display: none;
	}

.widget_shopping_cart ul li {
  margin-bottom: 0; }

.widget_shopping_cart p.total {
  margin-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.site-header .widget_shopping_cart li,
.site-header .widget_shopping_cart p.buttons,
.site-header .widget_shopping_cart p.total {
  padding: 1em !important;
  margin: 0; }

.site-header .widget_shopping_cart p.total {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.woocommerce-checkout.scc-distraction-free-checkout .g-primary-navigation {
  display: none; }

.woocommerce-checkout.scc-distraction-free-checkout .site-header {
  margin-bottom: 0; }

.sph-hero .col-full {
  background: transparent !important;
  box-shadow: none; }

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

.sd-header-sticky .site-content {
  padding-top: 4.236em; }

.sd-typography-roboto-slab .main-navigation ul.menu li a, .sd-typography-roboto-slab .main-navigation ul.nav-menu li a,
.sd-typography-roboto-slab .woocommerce-breadcrumb,
.sd-typography-roboto-slab .hentry .entry-meta a,
.sd-typography-roboto-slab .site-header .g-top-bar,
.sd-typography-roboto-slab .main-navigation ul.menu ul.sub-menu a, .sd-typography-roboto-slab .main-navigation ul.nav-menu ul.sub-menu a,
.sd-typography-roboto-slab .storefront-sorting {
  font-family: 'Roboto Slab'; }

.sd-typography-lora .main-navigation ul.menu li a, .sd-typography-lora .main-navigation ul.nav-menu li a,
.sd-typography-lora .woocommerce-breadcrumb,
.sd-typography-lora .hentry .entry-meta a,
.sd-typography-lora .site-header .g-top-bar,
.sd-typography-lora .main-navigation ul.menu ul.sub-menu a, .sd-typography-lora .main-navigation ul.nav-menu ul.sub-menu a,
.sd-typography-lora .storefront-sorting {
  font-family: 'Noto Sans', 'Helvetica', sans-serif; }

.sd-typography-courier .main-navigation ul.menu li a, .sd-typography-courier .main-navigation ul.nav-menu li a,
.sd-typography-courier .woocommerce-breadcrumb,
.sd-typography-courier .hentry .entry-meta a,
.sd-typography-courier .site-header .g-top-bar,
.sd-typography-courier .main-navigation ul.menu ul.sub-menu a, .sd-typography-courier .main-navigation ul.nav-menu ul.sub-menu a,
.sd-typography-courier .storefront-sorting {
  font-family: 'Courier'; }

.sd-max-width.sd-header-sticky .site-header {
  max-width: none; }

.swc-header-no-search .site-header .g-top-bar {
  padding-top: 3.631em; }

@media screen and (min-width: 768px) {
  button.menu-toggle {
    display: none; }
  .col-full {
    max-width: 80em; }
  .page-template-template-homepage-php .site-header {
    margin-bottom: 0; }
  .storefront-primary-navigation {
    background-color: #ffffff;
	}
  .site-header {
    padding-top: 0;
    margin-bottom: 1em; }
    .site-header .g-top-bar > .site-branding,
    .site-header .g-top-bar > .site-logo-anchor,
    .site-header .g-top-bar > .site-logo-link,
    .site-header .g-top-bar > .custom-logo-link,
    .site-header .site-branding {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      margin-bottom: 0;
      margin-top: 0;
      text-align: center;
      padding-top: 0;
      padding-bottom: 0; }
      .site-header .g-top-bar > .site-branding img,
      .site-header .g-top-bar > .site-logo-anchor img,
      .site-header .g-top-bar > .site-logo-link img,
      .site-header .g-top-bar > .custom-logo-link img,
      .site-header .site-branding img {
        margin: 0 auto; }
      .site-header .g-top-bar > .site-branding h1,
      .site-header .g-top-bar > .site-branding .beta,
      .site-header .g-top-bar > .site-logo-anchor h1,
      .site-header .g-top-bar > .site-logo-anchor .beta,
      .site-header .g-top-bar > .site-logo-link h1,
      .site-header .g-top-bar > .site-logo-link .beta,
      .site-header .g-top-bar > .custom-logo-link h1,
      .site-header .g-top-bar > .custom-logo-link .beta,
      .site-header .site-branding h1,
      .site-header .site-branding .beta {
        margin: 0; }
    .site-header .site-branding {
      position: relative; }
    .site-header .g-top-bar {
      margin-left: -55em;
      margin-right: -55em;
      padding-left: 55em;
      padding-right: 55em;
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      font-size: .857em;
      border-top: 3px solid #2b2b2b; }
      .site-header .g-top-bar::before, .site-header .g-top-bar::after {
        content: '';
        display: table; }
      .site-header .g-top-bar::after {
        clear: both; }
    .site-header .site-search .widget_product_search {
      font-size: .857em; }
      .site-header .site-search .widget_product_search form:before {
        left: 0;
        top: .95em;
        color: #2b2b2b; }
      .site-header .site-search .widget_product_search input[type=search] {
        background: none;
        padding-left: 1.618em;
        padding-top: .618em;
        padding-bottom: .618em;
        padding-right: 0;
        line-height: 1.618; }
    .site-header .main-navigation {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      text-align: center; }
    .site-header .secondary-navigation {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      text-align: right;
      margin-bottom: 0;
      line-height: 1.618; }
      .site-header .secondary-navigation .menu a {
        padding-top: .618em;
        padding-bottom: .618em; }
  .woocommerce-active .site-header .g-top-bar * {
    font-size: 1em; }
  .woocommerce-active .site-header .g-top-bar .site-header-cart {
    width: 13.0434782609%;
    float: right;
    margin-right: 4.347826087%;
    margin-top: 0; 
	z-index: 5000;
	}
  .woocommerce-active .site-header .g-top-bar .site-search {
    width: 13.0434782609%;
    float: left;
    margin-right: 4.347826087%;
    margin-top: 3.631em;
    clear: none;
    margin-bottom: 0; }
    .woocommerce-active .site-header .g-top-bar .site-search form {
      margin-bottom: 0; }
  .woocommerce-active .site-header .g-top-bar > .site-branding,
  .woocommerce-active .site-header .g-top-bar > .site-logo-anchor,
  .woocommerce-active .site-header .g-top-bar > .site-logo-link,
  .woocommerce-active .site-header .g-top-bar > .custom-logo-link,
  .woocommerce-active .site-header .site-branding {
    width: 100%;
    float: none;
    margin-right: 0; }
	
.site-header .site-branding img {
	max-width: 40%;
	padding-top: 20px;
}
    .woocommerce-active .site-header .g-top-bar > .site-branding h1,
    .woocommerce-active .site-header .g-top-bar > .site-branding .beta,
    .woocommerce-active .site-header .g-top-bar > .site-logo-anchor h1,
    .woocommerce-active .site-header .g-top-bar > .site-logo-anchor .beta,
    .woocommerce-active .site-header .g-top-bar > .site-logo-link h1,
    .woocommerce-active .site-header .g-top-bar > .site-logo-link .beta,
    .woocommerce-active .site-header .g-top-bar > .custom-logo-link h1,
    .woocommerce-active .site-header .g-top-bar > .custom-logo-link .beta,
    .woocommerce-active .site-header .site-branding h1,
    .woocommerce-active .site-header .site-branding .beta {
      font-size: 1.618em; }
  .woocommerce-active .site-header .site-header-cart a.cart-contents {
    padding: .618em 0 .618em 1.618em !important;
    width: auto;
    height: auto;
    line-height: 1.618; }
    .woocommerce-active .site-header .site-header-cart a.cart-contents .count {
      margin-left: .327em; }
    .woocommerce-active .site-header .site-header-cart a.cart-contents:after {
      right: auto;
      left: 0;
      top: .65em;
      line-height: 1.618; }
  .woocommerce-active .site-header .site-header-cart .widget_shopping_cart {
    width: 20em; }
    .woocommerce-active .site-header .site-header-cart .widget_shopping_cart li a {
      font-weight: 900;
      line-height: 1.387;
      display: block; }
    .woocommerce-active .site-header .site-header-cart .widget_shopping_cart li .quantity {
      font-family: "Muli", "Avenir", sans-serif;
      font-style: italic;
      font-size: .857em; }
    .woocommerce-active .site-header .site-header-cart .widget_shopping_cart .button {
      font-family: "Muli", "Avenir", sans-serif;
      padding: .53em .857em; }
  .woocommerce-active .site-header .main-navigation {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .woocommerce-active .site-header .secondary-navigation {
    width: 30.4347826087%;
    float: right;
    margin-right: 0;
    margin-top: 3.631em; }
  .g-primary-navigation {
    margin-bottom: 0;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    position: relative;
    border-bottom: transparent; }
    .g-primary-navigation .menu {
      font-size: 1.1em; 
	  }
  .header-widget-region .col-full {
    padding-top: 0;
    padding-bottom: 0; 
	border-top: solid 1px #9b9b9b;
	}
  .secondary-navigation {
    font-size: .857em; }
  .storefront-product-section ul.products {
    margin-bottom: 0; }
  .right-sidebar .content-area,
  .left-sidebar .content-area {
    padding-top: 3.631em;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .right-sidebar .widget-area {
    border-left: 1px solid rgba(0, 0, 0, 0.1); 
	background: #ffffff;
	}
    .right-sidebar .widget-area .widget_shopping_cart {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .left-sidebar .widget-area {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .left-sidebar .widget-area .widget_shopping_cart {
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .widget-area {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: .857em; }
    .widget-area .widget {
      padding: 2.244em;
      margin-bottom: 0; }
	  
    .widget-area .widget .widget-title {
        font-size: 1.5em; 
		line-height: 1.5em;
		font-weight: 400 !important;
		font-family: 'Viaoda Libre', serif;
		color: #0b6d8b;
	}
      .widget-area .widget:last-child {
        border-bottom: 0; }
    .widget-area .widget_shopping_cart {
      background: rgba(0, 0, 0, 0.015); }
	  
	.product_list_widget li img {
		margin-left: 5px;
	}
	
	#text-2 {
		border-bottom: none;
	}
	
	.widget_product_categories {
		padding: 0;
	}
	
	.is-form-style.is-form-style-3 input.is-search-input {
		padding-left: .3em;
	}
	
	#is_widget-2 {
		padding: 1em;
	}
	
body.category-news header.page-header {
	display: none;
}
	
body.single-post .entry-content img:first-child {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

body.single .entry-content .wp-post-image:first-child {
	display: none;
}

body.single-post .entry-content figure img:first-child {
	max-width: inherit;
}

.lcp_catlist .lcp_thumbnail, .hentry .wp-post-image {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	max-width: 30%;
}
	
  .woocommerce-breadcrumb {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 3.631em; }
    .woocommerce-breadcrumb .breadcrumb-separator:after {
      opacity: 1; }
  .storefront-breadcrumb {
    margin-bottom: 1em; }
    .storefront-breadcrumb .woocommerce-breadcrumb {
      margin-bottom: 0;
      padding-bottom: 0; }
  .site-main ul.products li.product,
  .smm-mega-menu ul.products li.product {
   /* position: relative;
    overflow: hidden; */
	margin-right: .5em;
	width: 23%;
	clear: none;
	margin-bottom: 1em;
	}
	
.site-main ul.products.columns-4 li.product {
	width: 20%;
	margin-right: 5%;
}

/*Hiding the usual store loop on Shop page*/

body.post-type-archive-product ul.products {
		display: none;
}

/*Take out the above if you want to use the built in store display*/

    .site-main ul.products li.product > a,
    .smm-mega-menu ul.products li.product > a {
      display: block;
      overflow: hidden; }
    .site-main ul.products li.product .button,
    .site-main ul.products li.product .g-product-title,
    .smm-mega-menu ul.products li.product .button,
    .smm-mega-menu ul.products li.product .g-product-title {
      position: absolute;
      opacity: 0;
      -webkit-transition: all, ease, 0.2s;
      -moz-transition: all, ease, 0.2s;
      transition: all, ease, 0.2s; }
    .site-main ul.products li.product:hover .button,
    .site-main ul.products li.product:hover .g-product-title,
    .smm-mega-menu ul.products li.product:hover .button,
    .smm-mega-menu ul.products li.product:hover .g-product-title {
      opacity: 1; }
    .site-main ul.products li.product .price,
    .smm-mega-menu ul.products li.product .price {
      margin: 0 0 .236em;
      opacity: .75;
      color: #fff; }
      .site-main ul.products li.product .price:last-child,
      .smm-mega-menu ul.products li.product .price:last-child {
        margin-bottom: 0; }
    .site-main ul.products li.product .g-loop-item,
    .smm-mega-menu ul.products li.product .g-loop-item {
      position: relative; }
    .site-main ul.products li.product .g-product-title,
    .smm-mega-menu ul.products li.product .g-product-title {
      -webkit-animation-duration: .3s;
      left: 0;
      bottom: 0;
      right: 0;
      padding: 1.387em 1.618em; }
      .site-main ul.products li.product .g-product-title h3,
      .site-main ul.products li.product .g-product-title h2,
      .site-main ul.products li.product .g-product-title .woocommerce-loop-category__title,
      .smm-mega-menu ul.products li.product .g-product-title h3,
      .smm-mega-menu ul.products li.product .g-product-title h2,
      .smm-mega-menu ul.products li.product .g-product-title .woocommerce-loop-category__title {
        margin: 0;
        font-weight: 400;
        font-size: 1em;
        line-height: 1.387;
        margin-bottom: .53em; }
      .site-main ul.products li.product .g-product-title .star-rating,
      .smm-mega-menu ul.products li.product .g-product-title .star-rating {
        margin-top: .857em;
        font-size: .618em;
        -webkit-font-smoothing: antialiased;
        margin-bottom: 0;
        opacity: 0.5; }
      .site-main ul.products li.product .g-product-title .price,
      .smm-mega-menu ul.products li.product .g-product-title .price {
        font-size: .857em;
        line-height: 1.387; }
    .site-main ul.products li.product .button,
    .smm-mega-menu ul.products li.product .button {
      width: 70% !important;
      left: 14%;
      top: 20%;
      transform: translateY(-50%);
	  padding: .2em;
	  }
    .site-main ul.products li.product .quick-view-button,
    .smm-mega-menu ul.products li.product .quick-view-button {
      top: 1em;
      left: 1em;
      transform: none;
      text-indent: -999em;
      height: 1em;
      width: 1em !important;
      padding: 1em;
      border-radius: 100%;
      font-size: 1.618em; }
      .site-main ul.products li.product .quick-view-button span,
      .smm-mega-menu ul.products li.product .quick-view-button span {
        display: none; }
      .site-main ul.products li.product .quick-view-button:before,
      .smm-mega-menu ul.products li.product .quick-view-button:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        font-family: 'FontAwesome';
        content: "\f06e";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-indent: 0;
        line-height: 2;
        width: 100%; }
    .site-main ul.products li.product .added_to_cart,
    .smm-mega-menu ul.products li.product .added_to_cart {
      display: none; }
    .site-main ul.products li.product img,
    .smm-mega-menu ul.products li.product img {
      -webkit-transition: all, ease, 0.2s;
      -moz-transition: all, ease, 0.2s;
      transition: all, ease, 0.2s;
      margin-bottom: 0; 
	 }
	  
	.site-main ul.products.facetwp-template li.product.purchasable img.attachment-woocommerce_thumbnail {

	 }
	 
	 .facetwp-checkbox {
		 margin-bottom: 20px !important;
	 }
	 
    .site-main ul.products li.product:hover img,
    .smm-mega-menu ul.products li.product:hover img {
      opacity: 0.25;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .site-main ul.products li.product-category a,
  .smm-mega-menu ul.products li.product-category a {
    background: #fff; }
  .site-main ul.products li.product-category .g-product-title,
  .smm-mega-menu ul.products li.product-category .g-product-title {
    opacity: 1;
    top: 50%;
    left: 0 !important;
    width: 100%;
    display: inline-block;
    bottom: auto !important;
    right: auto !important;
    padding: 0;
    background: transparent;
    padding: 1em 1.387em; }
    .site-main ul.products li.product-category .g-product-title h2,
    .site-main ul.products li.product-category .g-product-title h3,
    .site-main ul.products li.product-category .g-product-title .woocommerce-loop-category__title,
    .smm-mega-menu ul.products li.product-category .g-product-title h2,
    .smm-mega-menu ul.products li.product-category .g-product-title h3,
    .smm-mega-menu ul.products li.product-category .g-product-title .woocommerce-loop-category__title {
      text-align: center;
      font-family: "Muli", "Avenir", sans-serif;
      font-style: italic;
      font-size: 1.618em;
      font-weight: 400 !important;
      background: transparent;
      margin: 0;
      opacity: 0;
      -webkit-transition: all, ease, 0.2s;
      -moz-transition: all, ease, 0.2s;
      transition: all, ease, 0.2s; }
  .site-main ul.products li.product-category img,
  .smm-mega-menu ul.products li.product-category img {
    opacity: 1; }
  .site-main ul.products li.product-category:hover .g-product-title h2,
  .site-main ul.products li.product-category:hover .g-product-title h3,
  .site-main ul.products li.product-category:hover .g-product-title .woocommerce-loop-category__title,
  .smm-mega-menu ul.products li.product-category:hover .g-product-title h2,
  .smm-mega-menu ul.products li.product-category:hover .g-product-title h3,
  .smm-mega-menu ul.products li.product-category:hover .g-product-title .woocommerce-loop-category__title {
    opacity: 1; }
  .site-main ul.products li.product-category:hover img,
  .smm-mega-menu ul.products li.product-category:hover img {
    opacity: .15;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .galleria-masonry .site-main ul.products {
    margin-left: -1em;
    margin-right: -1em; }
    .galleria-masonry .site-main ul.products li.product {
      width: 24.999%;
      margin-right: 0%;
      margin-bottom: 0;
      padding: 1em; }
      .galleria-masonry .site-main ul.products li.product:nth-child(5n) {
        width: 49.998%; }
      .galleria-masonry .site-main ul.products li.product .g-product-title {
        left: 1em;
        bottom: 1em;
        right: 1em; }
    .galleria-masonry .site-main ul.products.columns-2 li.product {
      width: 50%;
      margin-right: 0%;
      margin-left: 0; }
      .galleria-masonry .site-main ul.products.columns-2 li.product:nth-child(3n) {
        width: 50%; }
    .galleria-masonry .site-main ul.products.columns-3 li.product {
      width: 33.333%;
      margin-right: 0%;
      margin-left: 0; }
      .galleria-masonry .site-main ul.products.columns-3 li.product:nth-child(3n) {
        width: 66.666%; }
    .galleria-masonry .site-main ul.products.columns-4 li.product {
      width: 24.999%;
      margin-right: 0%;
      margin-left: 0; }
      .galleria-masonry .site-main ul.products.columns-4 li.product:nth-child(3n) {
        width: 24.999%; }
      .galleria-masonry .site-main ul.products.columns-4 li.product:nth-child(5n) {
        width: 49.998%; }
    .galleria-masonry .site-main ul.products.columns-5 li.product {
      width: 20%;
      margin-right: 0%;
      margin-left: 0; }
      .galleria-masonry .site-main ul.products.columns-5 li.product:nth-child(3n) {
        width: 40%; }
  .main-navigation {
    position: relative; }
    .main-navigation ul.menu li.current-menu-item > a,
    .main-navigation ul.nav-menu li.current-menu-item > a {
      background: rgba(0, 0, 0, 0.025); }
      .main-navigation ul.menu li.current-menu-item > a:after,
      .main-navigation ul.nav-menu li.current-menu-item > a:after {
        font-style: normal; }
    .main-navigation ul.menu li a,
    .main-navigation ul.nav-menu li a {
      font-weight: 700;
      font-family:  'Noto Sans', 'Helvetica', sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .main-navigation ul.menu > li,
    .main-navigation ul.nav-menu > li {
      padding: .35em 0; }
    .main-navigation ul.menu ul li,
    .main-navigation ul.nav-menu ul li {
      background-color: transparent; }
    .main-navigation ul.menu ul.sub-menu,
    .main-navigation ul.menu ul.children,
    .main-navigation ul.nav-menu ul.sub-menu,
    .main-navigation ul.nav-menu ul.children {
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
      border: 1px solid #2b2b2b; }
      .main-navigation ul.menu ul.sub-menu a,
      .main-navigation ul.menu ul.children a,
      .main-navigation ul.nav-menu ul.sub-menu a,
      .main-navigation ul.nav-menu ul.children a {
        font-weight: 400;
        font-family: "Muli", "Avenir", sans-serif;
        text-transform: none;
        letter-spacing: 0;
        font-size: .8em; }
      .main-navigation ul.menu ul.sub-menu ul.sub-menu,
      .main-navigation ul.menu ul.sub-menu ul.children,
      .main-navigation ul.menu ul.children ul.sub-menu,
      .main-navigation ul.menu ul.children ul.children,
      .main-navigation ul.nav-menu ul.sub-menu ul.sub-menu,
      .main-navigation ul.nav-menu ul.sub-menu ul.children,
      .main-navigation ul.nav-menu ul.children ul.sub-menu,
      .main-navigation ul.nav-menu ul.children ul.children {
        top: 0; }
    .main-navigation ul.menu .smm-active ul.sub-menu,
    .main-navigation ul.menu .smm-active ul.children,
    .main-navigation ul.nav-menu .smm-active ul.sub-menu,
    .main-navigation ul.nav-menu .smm-active ul.children {
      border: 0;
      top: 100%;
      margin-top: 0; }
    .main-navigation ul.menu .smm-active .widget .columns-1 ul.products li.product,
    .main-navigation ul.nav-menu .smm-active .widget .columns-1 ul.products li.product {
      float: left; }
    .main-navigation ul ul {
      background: #fff; }
    .main-navigation .smm-row {
      border-bottom: 1px dotted #000;
      margin-bottom: 2.618em; }
      .main-navigation .smm-row:last-child {
        margin-bottom: 0;
        border: 0; }
    .main-navigation .smm-mega-menu {
      border: 1px solid #000; }
      .main-navigation .smm-mega-menu .widget_shopping_cart {
        border: 0; }
      .main-navigation .smm-mega-menu ul.products li.product {
        font-size: 1em; }
        .main-navigation .smm-mega-menu ul.products li.product img {
          margin: 0; }
  .site-header-cart .widget_shopping_cart {
    border: 1px solid #2b2b2b; }
    .site-header-cart .widget_shopping_cart li,
    .site-header-cart .widget_shopping_cart p.buttons,
    .site-header-cart .widget_shopping_cart p.total {
      background-color: transparent; }
    .site-header-cart .widget_shopping_cart li.empty {
      padding-bottom: 1.387em; }
  .woocommerce-active .site-header .site-header-cart,
  .main-navigation {
    padding-top: 0; }
    .woocommerce-active .site-header .site-header-cart > li > a,
    .woocommerce-active .site-header .site-header-cart > li .cart-contents,
    .woocommerce-active .site-header .site-header-cart ul.menu > li > a,
    .woocommerce-active .site-header .site-header-cart ul.menu > li .cart-contents,
    .woocommerce-active .site-header .site-header-cart ul.nav-menu > li > a,
    .woocommerce-active .site-header .site-header-cart ul.nav-menu > li .cart-contents,
    .main-navigation > li > a,
    .main-navigation > li .cart-contents,
    .main-navigation ul.menu > li > a,
    .main-navigation ul.menu > li .cart-contents,
    .main-navigation ul.nav-menu > li > a,
    .main-navigation ul.nav-menu > li .cart-contents {
      padding: .618em 1em; }
  .site-header-cart .cart-contents:after {
    top: .618em; }
	.storefront-product-pagination	{
		display: none;
	}

  /**
	 * Cart
	 */
  .page-template-template-fullwidth-php .woocommerce > form:not(.woocommerce-checkout) {
    width: 65.2173913043%;
    float: left;
    margin-right: 4.347826087%; }
  .page-template-template-fullwidth-php .woocommerce .cart-collaterals {
    width: 30.4347826087%;
    float: right;
    margin-right: 0;
    position: relative; }
    .page-template-template-fullwidth-php .woocommerce .cart-collaterals .cross-sells,
    .page-template-template-fullwidth-php .woocommerce .cart-collaterals .cart_totals {
      width: 100%;
      float: none; }
  /**
	 * Footer
	 */
  .sfb-footer-bar {
    margin-bottom: 4.236em;
    font-family: "Muli", "Avenir", sans-serif; }
  .footer-widgets,
  .site-info {
    font-size: 1.1em;
    border: 0;
    border-top: none;
	}
	
.footer-widgets span {
	font-size: 1.8rem;
}

.footer-widgets span.smallplz {
	font-size: 1.5rem;
}
	
.footer-widgets {
	padding-top: 0;
}
  .site-info {
    position: relative;
    padding-top: 4.236em;
		text-align: center;
		}
  .footer-widgets {
    margin-bottom: 4.236em; }
    .footer-widgets .widget > h3 {
      margin-bottom: 1.387em; }
    .footer-widgets.col-3 .block.footer-widget-3 {
      width: 47.8260869565%;
      float: right;
      margin-right: 0; }
    .footer-widgets.col-3 .block.footer-widget-1, .footer-widgets.col-3 .block.footer-widget-2, .footer-widgets.col-3 .block.footer-widget-3 {
      width: 31.7%;
      float: left;
	  min-height: 627px;
      }
	.footer-widgets.col-3 .block.footer-widget-1, .footer-widgets.col-3 .block.footer-widget-2 {
	  margin-right: 1.348%;
	}
	
	.footer-widget-1 span a {
		font-family: 'Barlow Semi Condensed', sans-serif;
		color: #c14021 !important;
		text-decoration: none;
		font-weight: 600;
		font-size: .8em;
	}
	hr.lighthr {
		background-color: #ffffff;
	}
	
	span.smaller a {
		font-size: .9em;
	}
	
	span.spacer {
		display: block;
		margin-top: 15px;
		margin-left: 30px;
	}
	
	.block.footer-widget-2 {
		padding: 25px 45px 5px;
	}
	
	.footer-widget-2 .widget-title {
		margin-bottom: 0;
	}
	
	.footer-widget-2 img, body.search-results .footer-widget-2 img {
		max-height: 200px;
		margin: 20px auto;
		float: none;
	}
	
	.footer-widget-2 .news-label {
		font-size: 1em;
		margin-right: 5px;
	}
	
	.footer-widget-2 input {
		float: right;
	}
	
	
	.footer-widget-2 .newsbutton, #sib_subscribe_form-2 .newsbutton {
		float: none;
		display: table;
		margin: 31px auto;
	}
	
	.block.footer-widget-3 .widget-title {
		margin-bottom: 0;
	}
	
	.block.footer-widget-3 img, body.search-results .block.footer-widget-3 img {
		max-height: 320px;
		margin: 0 auto;
		float: none;
	}
	
	.block.footer-widget-3 .blue-btn {
		margin-top: 15px;
		display: inline-block;
	}
	
    .footer-widgets.col-3 .block:last-child {
      margin-right: 0; }
  .widget-area .widget_text .sph-hero,
  .widget-area .widget_text .sprh-hero {
    margin: -2.244em !important; }
  /**
	 * Storefront WooCommerce Customiser compatibility
	 */
  .woocommerce-active.swc-header-no-cart .site-header .g-top-bar > .site-branding,
  .woocommerce-active.swc-header-no-cart .site-header .g-top-bar > .site-logo-anchor,
  .woocommerce-active.swc-header-no-cart .site-header .g-top-bar > .site-logo-link,
  .woocommerce-active.swc-header-no-cart .site-header .g-top-bar > .custom-logo-link,
  .woocommerce-active.swc-header-no-cart .site-header .site-branding, .woocommerce-active.swc-header-no-search .site-header .g-top-bar > .site-branding,
  .woocommerce-active.swc-header-no-search .site-header .g-top-bar > .site-logo-anchor,
  .woocommerce-active.swc-header-no-search .site-header .g-top-bar > .site-logo-link,
  .woocommerce-active.swc-header-no-search .site-header .g-top-bar > .custom-logo-link,
  .woocommerce-active.swc-header-no-search .site-header .site-branding {
    margin-left: 17.3913043478%; }
  .woocommerce-active.swc-header-no-search .site-header .g-top-bar {
    padding-top: 0; }
  .woocommerce-active.swc-header-no-cart.swc-header-no-search .site-header .g-top-bar > .site-branding,
  .woocommerce-active.swc-header-no-cart.swc-header-no-search .site-header .g-top-bar > .site-logo-anchor,
  .woocommerce-active.swc-header-no-cart.swc-header-no-search .site-header .g-top-bar > .site-logo-link,
  .woocommerce-active.swc-header-no-cart.swc-header-no-search .site-header .g-top-bar > .custom-logo-link,
  .woocommerce-active.swc-header-no-cart.swc-header-no-search .site-header .site-branding {
    margin-left: 34.7826086957%; } }

@media screen and (max-width: 768px) {
  /**
	 * Storefront Hamburger Menu compatibility
	 */
  .storefront-hamburger-menu-active .site-header-cart .cart-contents {
    right: 4em;
    margin-right: 2px; } }

@media screen and (min-width: 1024px) {
  .sph-hero.full,
  .sprh-hero.full {
    margin-left: -4.236em;
    margin-right: -4.236em; } }

@media screen and (min-width: 86em) {
  .sph-hero.full,
  .sprh-hero.full {
    margin-left: -55em;
    margin-right: -55em; } }

@media screen and (min-width: 1200px) {
  .page-template-template-homepage-php .content-area {
    width: 100% !important;
    margin-right: 0;
    border-top: 0;
    padding-top: 0; } }

@media screen and (min-width: 67.141em) {
  .col-full {
    padding-left: 2em;
    padding-right: 2em; } }

@media screen and (max-width: 67.141em) {
  .site {
    padding: 0 1em; }
  .col-full {
    margin-left: 0;
    margin-right: 0; }
  .page-template-template-fullwidth-php .woocommerce > form:not(.woocommerce-checkout),
  .page-template-template-fullwidth-php .woocommerce .cart-collaterals {
    width: 100%;
    float: none;
    margin-right: 0; } }

/**
 * Storefront 2.3
 */
.storefront-2-3:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f141"; }

@media screen and (min-width: 768px) {
  .storefront-2-3.storefront-secondary-navigation .site-header .secondary-navigation {
    width: 30.4347826087%;
    float: right;
    margin-right: 0; }
  .storefront-2-3.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    width: 30.4347826087%;
    float: right;
    margin-right: 0; }
  .storefront-2-3 .site-main ul.products li.product .quick-view-button:before,
  .storefront-2-3 .smm-mega-menu ul.products li.product .quick-view-button:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f06e"; } }
    
 /** Native Ground Customizations **/
 
 /*General*/
 
 .page-template-template-homepage .entry-content, .page-template-template-homepage .entry-header {
	 max-width: 100%;
	 }
	 
 .floatleft {
	 float: left;
	 display: inline-block;
	 margin: 0 15px 15px 0;
	 }
	 
 .floatright {
	 float: right;
	 display: inline-block;
	 margin: 0 0 15px 15px;
	 }
	 
ul, li, ul li {
	list-style: none;
	}
	
.decbox {
	background: #ffffff;
	padding: 3em 3em 3.5em;
	border: double 4px #e4e4e4;
	border-top: solid 9px #075770;
}

.altbox, .archive .term-description p {
	    border: double 3px hsl(40, 10%, 81%);
		padding: 5px;
		background: #ffffff;
		margin: 0;
		padding: 5px 15px;
}

.goldbox {
	border: double 3px #d4ca94;
    padding: 25px;
    background: #ffffff;
}

.centerme {
	text-align: center;
}

.spacey {
	padding: 25px;
}

.floral {

}


	 
/*Home Page Styling*/

body.home .entry-title {
	display: none;
	}
	 
body.home .storefront-recent-products {
	display: none;
	}
	
body.home .storefront-popular-products {
	display: none;
	}
	
body.home .storefront-on-sale-products {
	display: none;
	}
	
body.home .storefront-best-selling-products {
	display: none;
	}
	
body.home .wc-block-grid__products .wc-block-grid__product, .wc-block-grid__products li.product, ul.products .wc-block-grid__product, ul.products li.product {
		margin-bottom: 1em;
}
	
#leftpromo {
	float: left;
	display: inline-block;
	}
	
#rightpromo {
	float: right;
	display: inline-block;
	}

.intro-cats, .learn2play {
	overflow: hidden;
	padding-top: 25px;
}

.learn2play h2 {
	text-align: center;
	padding-top: 35px;
}

.pic-menu {
	display: inline-block;
	width: 23%;
	float: left;
	text-align: center;
}

.learnlist div {
	display: inline-block;
	width: 19%;
	float: left;
	text-align: center;
}

.pic-menu img, .learnlist img {
	max-height: 200px;
	display: block;
margin: 0 auto;
}

.pic-menu a h3 {
	color: #0b6d8b;
}

a.brownlink h3 span {
	color: #351500;
}


#leftpromo, #rightpromo {
	position: relative;
	padding: 20px 25px;
	width: 100%;

}

#biodivs {
	display: block;
	overflow: hidden;
}

#biodivs div {
	width: 48%;
	display: inline-block;
	float: left;
	text-align: center;
}

#biodivs div img {
	max-width: 75%;
	display: block;
	margin: 0 auto;
}

#biodivs div ul {
	margin-left: 0;
}

#biodivs div ul li {
	list-style: inside url('img/redstar.png');
}

#biodivs div ul li a {
	color: #0b6d8b;
}

#biodivs h3 {
	display: inline-block;
}

.wayne-div {
	magin-right: 2%;
}

.wc-block-grid img {
	height: 350px;
	width: auto !important;
}

.wc-block-grid__product-title {
	color: #0b6d8b;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: bold;
}

.wc-block-grid__product-price {
	font-family: 'Barlow Semi Condensed', sans-serif;
}

#post-54 {
	background: #f6efe8;
}

.home .hentry {
	margin: 0;
}

.bluey {
	color: #0b6d8b;
}

a.blue-btn {
	background-color: #0b6d8b;
	color: #ffffff !important;
	font-family: 'Barlow Semi Condensed', sans-serif;
	text-transform: uppercase;
	font-style: default;
	border-radius: 10px;
	padding: 7px 25px;
	border-bottom: none !important;
	text-decoration: none !important;
}

a.bigbtn {
	padding: 20px 25px;
	border-radius: 22px;
}

.blog-stuff {
	position: relative;
}
	
.blog-excerpt {
	max-width: 100%;
	width: 100%;
	float: left;
	overflow: hidden;
	border: solid 1px #0b6d8b;
    padding: 35px;
    background: #ffffff;
	margin-bottom: 15px;
	}
	
.blog-excerpt ul {
	margin-left: 0;
}
	
.blog-excerpt ul li h3, .blog-excerpt ul li h3 a {
	font-family: 'Noto Sans', 'Helvetica', sans-serif;
	font-size: 2rem;
	display: inline;
	color: #0b6d8b;
}
	
.blog-excerpt ul li img {
	float: right;
	margin: 0 0 15px 15px;
	}
	
.blog-excerpt .morelink {
	color: #de3615;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: bold;
}

.blog-btn {
	display: table;
	margin: 15px auto;
}
	
.reg-class {
	max-width: 24%;
	float: right;
	overflow: hidden;
	}
	
span.altoptions {
	display: block;
	text-decoration: underline;
	margin-top: 25px;
	text-align: center;
	}
	
h2.mostrecent {
	display: block;
	margin-top: 35px;
	color: #0b6d8b;
}
	
/*Blog Styles*/

body.blog .hentry .wp-post-image {
	max-height: 500px;
	width: auto;
	float: left;
	margin-right: 50px;
}
	
.catalog-newsletter {
	display: block;
	clear: both;
	overflow: hidden;
	background: url('img/aboutbg.png') center left no-repeat;
	background-size: cover;
	margin-top: 40px;
	}
.req-cat {
	width: 25%;
	float: left;
	margin-top: 25px;
	}
	
.down-cat {
	width: 25%;
	float: left;
	margin-top: 25px;
	}
	
.join-news {
	width: 50%;
	float: right;
	}



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

.additional_information_tab {
	display: none !important;
}

.beta {
	display: none;
}

.site-branding {
	min-height: 170px;
}

.section-container {
	display: block;
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 20px;
}

#wwof_product_listing_table tr:nth-of-type(2n+1) {
	background: #ffffff;
}

#wwof_product_search_btn, #wwof_product_displayall_btn, #wwof_product_listing_table .wwof_add_to_cart_button {
	padding: .2em 1.3em;
}

footer.site-footer .footer-widgets {
	border: none;
}

.finalfooter {
	text-align: center;
	font-size: 1.5em;
	font-family: 'Vollkorn SC', serif;
}

.cor {
	font-family: 'Noto Sans', 'Helvetica', sans-serif;
	font-style: italic;
}

.finalfooter img {
	margin: 0 auto;
	max-height: 150px;
}

.site-footer .footer-widgets .widget-title {
	 font-family: 'Vollkorn SC', serif;
	 color: #c14021;
	 font-size: 2em;
	 border-bottom: none;
	 padding-bottom: 0;
}

.footer-widget-1, .footer-widget-2, .footer-widget-3 {
	background: #f6efe8;
	text-align: center;
	padding: 20px;
}
.site-footer .button, .site-footer .blue-btn, #sib_subscribe_form-2 .newsbutton {
	background-color: #0b6d8b;
	color: #ffffff !important;
	font-family: 'Barlow Semi Condensed', sans-serif;
	text-transform: uppercase;
	font-style: default;
	border-radius: 10px;
	padding: 7px 25px;
	border-bottom: none !important;
	text-decoration: none !important;
}

#sib_subscribe_form-2 span.widget-title {
	display: none;
}

.block.footer-widget-1 .woo-ma-lost-pass, .block.footer-widget-1 .woo-ma-cart-link, .block.footer-widget-1 .woo-ma-myaccount-link {
	color: #c14021 !important;
	font-family: 'Barlow Semi Condensed', sans-serif;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin-top: 20px;
}

.is-menu .search-icon-path {
	fill: #c14021 !important;
}



/*Other*/
 
@media screen and (min-width: 768px) {
.site-header {
	margin-bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
	border-bottom: none;
	}

body.archive .product-category {
	border: none;
}

#toplog {
	position: absolute;
	left: 200px;
	top: 8px;
	font-family: 'Barlow Semi Condensed', sans-serif;
}

#toplog img {
	max-width: 15px;
	margin-right: 5px;
	vertical-align: baseline;
	display: inline-block;
}

#site-header-cart {
	position: absolute; 
	right: 25px;
}

#site-header-cart li a {
	color: #0b6d8b;
}

#site-header-cart li a.button {
		color: #ffffff;
}

.hentry .entry-content .wp-block-button .wp-block-button__link, .editor-styles-wrapper .wp-block-button .wp-block-button__link, .red-btn, .wp-block-butto {
	background: #ce4529;
	color: #ffffff;
	border-radius: 10px;
	padding: 7px 25px;
	font-family: 'Barlow Semi Condensed', sans-serif;
}

.hentry .entry-content .wp-block-button .wp-block-button__link, .editor-styles-wrapper .wp-block-button .wp-block-button__link, .red-btn a {
	color: #ffffff;
	text-transform: uppercase;
	font-family:  'Barlow Semi Condensed', sans-serif;
}

.centerbtn {
	display: block;
	margin-top: 20px;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	
}

}

/*Tablets*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	
	
	.pic-menu {
		width: 22%;
		margin-right: 2%;
	}
	
	.pic-menu:last-child {
		margin-right: 0;
	}
	
	.pic-menu h3 {
		font-size: 1.5em;
	}
	
	.instructional {
		background: transparent;
	}
	
	.inst-holder {
		height: auto;
	}
	
	.instrument-list {
		width: 100%;
	}
	
	.blog-excerpt {
		max-width: 100%;
		float: none;
		padding: 25px 10px;
	}
	
	.reg-class {
		max-width: 100%;
		float: none;
		padding: 25px 10px;
		text-align: center;
	}	
	
	.othercats .catblock {
		background-repeat: no-repeat;
	}
	
	body.blog .hentry .wp-post-image {
    max-height: 300px;
    width: auto;
    float: left;
    margin-right: 50px;
}

#toplog {
	left: 0;
}

/*Sidebar*/
.product_list_widget li img {
    max-width: 100%;
    float: none;
}

.widget-area .widget .widget-title {
    font-size: 1em;
}

#woocommerce_recently_viewed_products-2 .widget-title {
	font-size: 1.5em;
}

#secondary .blue-btn {
	display: block;
	padding: 7px 5px;
	text-align: center;
}

span.spacer {
	margin-left: 0;
	text-align: center;
}

span.smaller a {
	display: block;
	margin-bottom: 10px;
}

/*Product cat pages*/

.wppg-title a {
	text-decoration: none !important;
	font-family: 'Noto Sans', 'Helvetica', sans-serif !important;
	text-align: center;
	font-size: 1.3em !important;
}

.wppg-category-wrap {
	display: none;
}

.wppg-price {
	display: none;
}

/*Footer*/

.footer-widgets.col-3 .block.footer-widget-1, .footer-widgets.col-3 .block.footer-widget-2, .footer-widgets.col-3 .block.footer-widget-3 {
	width: 100%;
	margin: 5px 0;
	float: none;
	min-height: auto;
}

.footer-widget-2 input {
	float: none;
}
	
}


/*Smaller than tablets*/
@media screen and (max-width: 767px) {
	
	.site-header {
		background-size: contain;
		background-repeat: no-repeat;
		padding: 0;
		background-position: top center;
	}
	
	.site-branding {
		min-height: auto;
		margin-top: 0;
	}
	
	.g-primary-navigation {
		margin-bottom: 1.5em;
	}
	
	#toplog img {
		max-height: 20px;
		float: left;
		margin-right: 5px;
	}
	
	#leftpromo, #rightpromo, .instructional, .othercats, .blog-excerpt, .reg-class, .req-cat, .down-cat, .join-news {
		width: 100%;
		max-width: 100%;
		float: none;
		padding: 30px 15px;
	}
	
	#leftpromo h2.specialsay {
		font-size: 1em;
	}
	
	#leftpromo p {
		font-size: .9rem;
	}
	
	.pic-menu {
		width: 45%;
	}
	
	.pic-menu img, .learnlist img {
		max-height: 100px;
	}
	
	.pic-menu h3 {
		font-size: 1em;
	}
	
	.pic-menu:nth-child(odd) {
		margin-right: 5%;
	}
	
	.pic-menu:nth-child(2n+1){
		margin-right: 8%;
	}
	
	#biodivs {
		display: none;
	}
	
	#biodivs div {
		width: 100%;
	}
	
	body.home #post-54 {
		display: none;
	}
	
	.learnlist div {
		width: 45%;
	}
	
	.entry-content h2 {
		padding: 1em 2em;
	}
	
	.wc-block-grid img {
	height: auto;
	width: 100%;
	}
	
	.blog-stuff h2 {
		font-size: 1.5em;
	}
	
	.blog-excerpt ul li h3 a {
		font-size: 1.2rem;
	}
	
	h2, .alpha {
		font-size: 2em;
	}
	
	body.home .section-container {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.wri-woocommerce-item-columns-4 ul.products li.product {
		width: 96% !important;
		float: none;
	}

	.wri-thumbnails-group .wri-thumbnail {
		width: 40% !important;
	}
	
	.site-footer .button, .site-footer .blue-btn {
		display: block;
		margin-top: 5px;
	}
	
	.footer-widgets .WooCommerceMyAccountWidget .widget-title {
		margin-bottom: 0;
	}
	
	.footer-widgets .WooCommerceMyAccountWidget p {
		margin-bottom: 0;
	}
	
	.block.footer-widget-1 .woo-ma-myaccount-link {
		margin-top: 0;
	}
	
	#main .widget-area ul ul.woo-ma-list, .widget-area ul ul.woo-ma-list, ul.woo-ma-list {
		margin-bottom: 0;
	}
	
	.site-footer .widget {
		margin-bottom: 0;
	}
	
	body.search-results img, body.search-results .hentry .wp-post-image {
		display: block;
		margin: 0 auto;
		clear: both;
		float: none;
		
	}
	
	body.storefront .wp-block-image .alignleft, body.storefront .wp-block-image .alignright, body.storefront .wp-block-image .aligncenter, body.storefront .wp-block-image .alignleft img, body.storefront .wp-block-image .alignright img, body.storefront .wp-block-image .aligncenter img {
		width: 99%;
		float: none;
		margin: .5em auto;
	}
	
	body.post-type-archive-product ul.products {
		display: none;
	}
	
	.spacer {
	display: block;
    margin-top: 15px;
    margin-left: 30px;
	}
	
	.smaller {
		font-size: 1.2em;
		display: block;
		margin-bottom: 10px;
	}
	
	.wppg-title a {
	text-decoration: none !important;
	font-family: 'Noto Sans', 'Helvetica', sans-serif !important;
	text-align: center;
	font-size: 1.3em !important;
}

.wppg-category-wrap {
	display: none;
}

.wppg-price {
	display: none;
}

#footerfrog {
	max-height: 150px;
	display: block;
	margin: 5px auto;
}

#currcat {
	max-height: 150px;
	display: block;
	margin: 5px auto;
}

 
/*Wholesale Stuff*/

	#wwof_product_listing_table tbody tr td .mobile-label {
		display: none !important;
	}
	
	#wwof_product_search_btn, #wwof_product_displayall_btn {
		margin-right: 0;
		margin-left: 0;
	}
	
	a.product_link img.woocommerce-placeholder, .wwof_product_listing_item_thumbnail {
		float: left;
	}
	
	#wwof_product_listing_table tbody tr td:last-child {
	padding-left: 0;
	}
	
	#wwof_product_listing_table .wwof_add_to_cart_button {
		margin-left: 0;
	}
	
	#wwof_product_listing_table .product_stock_quantity_col {
		display: none;
	}
	
}
 
 
 
 
 
 
 
 
 
 
 
 
 
