/* Import Sass Variables (inc/sass/variables.scss) */
/* Uncompiled Sass file found in inc/sass/woocommerce-style.scss */
/* These variables are used througout style.scss. */
/* Body font styles */
/* Title font styles */
/* Color variables */
/* Responsive media query mixins */
/* Styles for small text with uppercase font style. Used on dates and post meta */
.has-shop-sidebar:not(.single-product) .site-content #container {
  width: 68%;
  display: inline-block;
  padding: 0 4% 0 0;
}
@media (max-width: 800px) {
  .has-shop-sidebar:not(.single-product) .site-content #container {
    width: 100%;
  }
}

.no-shop-sidebar:not(.single-product).woocommerce .site-content #container {
  width: 100%;
}
.no-shop-sidebar:not(.single-product).woocommerce #secondary {
  display: none;
}
.no-shop-sidebar:not(.single-product).page-template-woo-shop-homepage .content-area {
  width: 100%;
}

.single-product.has-product-sidebar .site-content #container {
  width: 100%;
  display: inline-block;
  padding: 0;
}

.single.no-shop-sidebar .site-content #container {
  width: 100%;
  display: inline-block;
}

.woocommerce .woocommerce-breadcrumb {
  font-size: 15px;
  color: #7d7d7d;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #7d7d7d;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #2a3137;
}

.sort-wrapper {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.sort-wrapper .woocommerce-ordering {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}
@media (max-width: 800px) {
  .sort-wrapper .woocommerce-ordering {
    float: none;
    width: 100%;
    margin-top: 5px;
  }
}
.sort-wrapper .woocommerce-ordering .orderby {
  width: 100%;
  padding: 10px 15px;
  background-position: right 15px top 16px;
}
.sort-wrapper .woocommerce-result-count {
  margin-bottom: 0;
  line-height: 2.2;
}

.woocommerce .shop-header {
  background: #f3f3f3;
  margin-bottom: 4%;
  padding: 2%;
}
@media (max-width: 800px) {
  .woocommerce .shop-header {
    padding: 5%;
  }
}
.woocommerce .shop-header .woocommerce-error,
.woocommerce .shop-header .woocommerce-info,
.woocommerce .shop-header .woocommerce-message {
  margin-bottom: 0 !important;
  padding: 0 !important;
  border-top: none;
}
.woocommerce .shop-header .woocommerce-error:before,
.woocommerce .shop-header .woocommerce-info:before,
.woocommerce .shop-header .woocommerce-message:before {
  display: none;
}

.search-no-results .shop-header {
  margin-bottom: 0;
}

.woocommerce .widget_shopping_cart .cart_list li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce .widget_shopping_cart .cart_list li a {
  color: #2a3137;
}
.woocommerce .widget_shopping_cart .cart_list li a:hover {
  color: #7d7d7d;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  top: 10px;
}
.woocommerce .widget_shopping_cart .cart_list li.empty {
  padding: 0;
}
.woocommerce .widget_shopping_cart .total {
  padding: 15px;
  background: #eee;
  border-top-width: 2px;
  border-top-style: solid;
  font-size: 16px;
}
.woocommerce .widget_shopping_cart .widget-title {
  margin-bottom: 10px;
}
.woocommerce .widget_shopping_cart .buttons {
  margin-bottom: 0;
}
.woocommerce .widget_shopping_cart .button {
  font-size: 15px;
  min-width: 49%;
  text-align: center;
  margin-bottom: 8px;
  padding: 15px;
}
.woocommerce .widget_shopping_cart .button:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .woocommerce .widget_shopping_cart .button {
    margin-bottom: 0;
    margin-top: 5px;
    min-width: 48.7%;
  }
}
.woocommerce .widget_shopping_cart .button:hover {
  font-size: 15px;
}
.woocommerce .widget_shopping_cart .button:last-child {
  margin-bottom: 0;
}

.woocommerce .widget-area .dropdown_product_cat {
  width: 100%;
}
@media (max-width: 800px) {
  .woocommerce .widget-area aside {
    padding-left: 0;
    padding-right: 0;
  }
}

.widget-area .woocommerce-product-search,
.site-identity .header-search-container .woocommerce-product-search {
  position: relative;
}
.widget-area .woocommerce-product-search input,
.site-identity .header-search-container .woocommerce-product-search input {
  width: 100%;
  height: 50px;
  background: #eee;
  border: none;
}
.widget-area .woocommerce-product-search button,
.site-identity .header-search-container .woocommerce-product-search button {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 0;
  background: #2a3137;
  height: 100%;
}
.widget-area .woocommerce-product-search:before,
.site-identity .header-search-container .woocommerce-product-search:before {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  right: 1em;
  top: .7em;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  z-index: 15;
  color: #fff;
  pointer-events: none;
}

.woocommerce nav.woocommerce-pagination {
  padding-top: 8%;
}
@media (max-width: 600px) {
  .woocommerce nav.woocommerce-pagination {
    padding-top: 12%;
  }
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
  width: 100%;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers:hover {
  background: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  margin: 0;
  float: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  background: #f2f2f2;
  padding: 10px 18px;
  transition: .2s ease-in-out;
  display: inline-block;
  color: #7d7d7d;
  font-weight: 600;
  font-size: 18px;
  min-width: 46px;
  line-height: 1.7;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #2a3137;
  color: #fff;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit:hover,
.woocommerce a.button,
.woocommerce a.button:hover,
.woocommerce button.button,
.woocommerce button.button:hover,
.woocommerce input.button,
.woocommerce input.button:hover {
  background: #2a3137;
  color: #fff;
  border-radius: 0;
}

.woocommerce ul.products .button,
.woocommerce ul.products a.added_to_cart {
  font-size: 13px;
  font-weight: normal;
  padding: 6px 8px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  float: left;
  margin-top: .8em;
  color: #fff;
}
@media (max-width: 800px) {
  .woocommerce ul.products .button,
  .woocommerce ul.products a.added_to_cart {
    margin-bottom: 0;
    margin-top: 1em !important;
    padding: 12px;
  }
}
@media (max-width: 600px) {
  .woocommerce ul.products .button,
  .woocommerce ul.products a.added_to_cart {
    margin-top: 0 !important;
  }
}
@media (min-width: 1000px) {
  .js .woocommerce ul.products .ajax_add_to_cart, .js .woocommerce ul.products .add_to_cart_button {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 20;
    font-size: 11px;
    transition: transform 200ms linear, background 0.2s ease;
    transform: translateY(-150%);
    padding: 8px;
    background: #2a3137;
    border-radius: 0;
    color: #fff;
    margin-top: 10px !important;
    margin-left: 10px;
    border-radius: 0;
  }
  .js .woocommerce ul.products .ajax_add_to_cart:hover, .js .woocommerce ul.products .add_to_cart_button:hover {
    background: #2a3137;
  }
}
.woocommerce ul.products .add_to_cart_button.added {
  background: #3ec581;
  color: #fff;
}
.woocommerce ul.products .add_to_cart_button.added:hover {
  background: #3ec581;
}
.woocommerce ul.products .show-cart-button .button,
.woocommerce ul.products .show-cart-button a.added_to_cart {
  display: inline-block !important;
}
.woocommerce ul.products a.added_to_cart {
  background: #2a3137;
}
.woocommerce ul.products a.button.loading:after {
  line-height: 1.8;
}
.woocommerce ul.products li.product {
  overflow: hidden;
}
@media (max-width: 800px) {
  .woocommerce ul.products li.product {
    margin-bottom: 10%;
  }
  .woocommerce ul.products li.product:last-child {
    margin-bottom: 0;
  }
}
.woocommerce ul.products li.product .price {
  margin-bottom: 0;
  color: #35a86e;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .woocommerce ul.products li.product .price {
    margin-bottom: 1em;
  }
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
  display: inline-block;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 11px;
  margin-bottom: .8em;
  color: #2a3137;
}
.woocommerce ul.products li.product .onsale {
  margin: 0;
  line-height: 28px;
  min-height: 0;
  min-width: 0;
  top: 10px;
  right: 10px;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 600;
  background: #2a3137;
  height: 27px;
  border-radius: 0;
  width: auto;
  text-align: center;
  transition: .3s ease-in;
}
.woocommerce ul.products h3 + .star-rating {
  margin: 5px 0 10px 0;
}
.woocommerce ul.products .woocommerce-LoopProduct-link {
  position: relative;
  display: block;
  border: none;
}

.archive.woocommerce .woocommerce-breadcrumb {
  display: none;
}

.archive.woocommerce .widget-area .page-title {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 30px;
  margin-bottom: 10px;
}
.archive.woocommerce .widget-area .woocommerce-ordering {
  margin-bottom: 0;
}
.archive.woocommerce .widget-area .woocommerce-message {
  margin: 20px 0;
  background: #fff;
}
.archive.woocommerce .widget-area .woocommerce-products-sidebar .woocommerce-product-search {
  margin-top: 15px;
}

.js .woocommerce ul.products li.product:hover .ajax_add_to_cart,
.js .woocommerce ul.products li.product:hover .add_to_cart_button {
  transform: translateY(0);
}

.single.woocommerce .product p.price {
  color: #35a86e;
  margin-bottom: 2%;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 1em;
  padding: 0 5% 5% 5%;
}
.woocommerce div.product .woocommerce-tabs .panel p:last-child {
  margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs {
  background: #f2f2f2;
}

.has-product-sidebar .woocommerce-tabs {
  width: 64%;
  display: inline-block;
}
@media (max-width: 800px) {
  .has-product-sidebar .woocommerce-tabs {
    width: 100%;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-color: #d9dde0;
}

.woocommerce .related.products,
.woocommerce .upsells.products,
.woocommerce .cross-sells {
  padding-top: 2.2em;
}
@media only screen and (min-width: 1000px) {
  .woocommerce .related.products ul .product:nth-child(3n+1):nth-last-child(-n+3),
  .woocommerce .related.products ul .product:nth-child(3n+1):nth-last-child(-n+3) ~ .product,
  .woocommerce .upsells.products ul .product:nth-child(3n+1):nth-last-child(-n+3),
  .woocommerce .upsells.products ul .product:nth-child(3n+1):nth-last-child(-n+3) ~ .product,
  .woocommerce .cross-sells ul .product:nth-child(3n+1):nth-last-child(-n+3),
  .woocommerce .cross-sells ul .product:nth-child(3n+1):nth-last-child(-n+3) ~ .product {
    margin-bottom: 0;
  }
  .woocommerce .related.products ul .product:nth-child(4n+1):nth-last-child(-n+4),
  .woocommerce .related.products ul .product:nth-child(4n+1):nth-last-child(-n+4) ~ .product,
  .woocommerce .upsells.products ul .product:nth-child(4n+1):nth-last-child(-n+4),
  .woocommerce .upsells.products ul .product:nth-child(4n+1):nth-last-child(-n+4) ~ .product,
  .woocommerce .cross-sells ul .product:nth-child(4n+1):nth-last-child(-n+4),
  .woocommerce .cross-sells ul .product:nth-child(4n+1):nth-last-child(-n+4) ~ .product {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .woocommerce .related.products ul li,
  .woocommerce .upsells.products ul li,
  .woocommerce .cross-sells ul li {
    width: 100%;
  }
}
.woocommerce .related.products ul li:last-child,
.woocommerce .upsells.products ul li:last-child,
.woocommerce .cross-sells ul li:last-child {
  margin-right: 0;
}

.woocommerce .cross-sells {
  padding-top: 0;
}

.single-product .variations tr:nth-child(even) {
  background: transparent;
}
.single-product .variations table td, .single-product .variations #content table th {
  padding: 10px 15px;
}
.single-product .site-footer {
  margin-top: 0;
}
.single-product div.product .woocommerce-tabs ul.tabs {
  padding-left: 6px;
  background: #fff;
}
@media (max-width: 600px) {
  .single-product div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
  }
}
.single-product div.product .woocommerce-tabs ul.tabs li {
  background: #f3f3f3;
  border-radius: 0;
}
.single-product div.product .woocommerce-tabs ul.tabs li:after, .single-product div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.single-product div.product .woocommerce-tabs ul.tabs li {
  background: #fff;
}
@media (max-width: 600px) {
  .single-product div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
    margin: 0;
  }
}
.single-product div.product .woocommerce-tabs ul.tabs li.active {
  background: #f2f2f2;
  border-bottom-color: #f2f2f2;
}
.single-product table.shop_attributes td,
.single-product table.shop_attributes th {
  border-bottom: none;
}
.single-product table.shop_attributes {
  border-top-style: solid;
}
.single-product .product_meta {
  font-size: 16px;
}
.single-product .product_meta > span {
  display: inline-block;
  width: 100%;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  background: #fff;
}

.archive .shop-sidebar {
  float: left;
  width: 100%;
}
@media (max-width: 800px) {
  .archive .shop-sidebar {
    display: none;
    margin-top: 30px;
  }
}

.woocommerce nav.woocommerce-pagination {
  display: inline-block;
  width: 100%;
}

.woocommerce-MyAccount-navigation {
  background: #f2f2f2;
  padding: 15px 25px;
}
@media (max-width: 800px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 5%;
  }
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
}
.woocommerce-MyAccount-navigation li {
  list-style: none;
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px #d9dee3;
  padding: .4em 0;
  font-size: 18px;
  position: relative;
}
.woocommerce-MyAccount-navigation li:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 8px;
  color: #7d7d7d;
}
.woocommerce-MyAccount-navigation li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.post-content .woocommerce-MyAccount-navigation a {
  border: none;
}
.post-content .woocommerce-MyAccount-navigation a:hover {
  border: none;
}

@media only screen and (min-width: 800px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    padding-left: 3%;
  }
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-size: 26px;
}
@media (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: 22px;
  }
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
  width: 100%;
}

.woocommerce .woocommerce-info {
  background: #f2f2f2;
  color: #2a3137;
}
.woocommerce .woocommerce-info .button {
  font-size: 15px;
}

.woocommerce .edit-account .woocommerce-Button {
  margin-top: 15px;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover {
  background: #2a3137;
  color: #fff;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 14px;
}

.price_slider_amount .price_label {
  font-weight: 600;
}

.woocommerce .related h2,
.woocommerce .upsells h2,
.woocommerce .cross-sells h2,
.woocommerce .cart_totals h2,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3,
.woocommerce #order_review_heading, .woocommerce-order-received .woocommerce h2, .woocommerce-order-received .woocommerce h3 {
  font-size: 32px;
}
@media (max-width: 800px) {
  .woocommerce .related h2,
  .woocommerce .upsells h2,
  .woocommerce .cross-sells h2,
  .woocommerce .cart_totals h2,
  .woocommerce .woocommerce-billing-fields h3,
  .woocommerce .woocommerce-shipping-fields h3,
  .woocommerce #order_review_heading, .woocommerce-order-received .woocommerce h2, .woocommerce-order-received .woocommerce h3 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .woocommerce .related h2,
  .woocommerce .upsells h2,
  .woocommerce .cross-sells h2,
  .woocommerce .cart_totals h2,
  .woocommerce .woocommerce-billing-fields h3,
  .woocommerce .woocommerce-shipping-fields h3,
  .woocommerce #order_review_heading, .woocommerce-order-received .woocommerce h2, .woocommerce-order-received .woocommerce h3 {
    font-size: 24px;
  }
}

.single .up-sells {
  display: inline-block;
  width: 100%;
}
.single section.products {
  display: inline-block;
  width: 100%;
}
.single.has-product-sidebar section.products {
  width: 64%;
}
@media (max-width: 800px) {
  .single.has-product-sidebar section.products {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .single #secondary + section.products {
    border-top: solid 1px #e5e9ec;
    padding-top: 2em;
  }
}

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0;
}
@media (max-width: 600px) {
  .woocommerce .products ul li.product,
  .woocommerce ul.products li.product {
    float: none !important;
  }
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 600;
  padding-top: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
  color: #7d7d7d;
}

.single-product .cart input, .single-product .cart button {
  height: 55px;
  font-size: 22px;
}
@media (max-width: 800px) {
  .single-product .cart input, .single-product .cart button {
    font-size: 18px;
  }
}
.single-product .star-rating {
  color: #2a3137;
  font-size: 16px;
}
.single-product .product_title {
  line-height: 1;
  font-weight: 300;
  font-size: 38px;
  margin-bottom: 2%;
}
@media (max-width: 800px) {
  .single-product .product_title {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  .single-product .product_title {
    font-size: 30px;
  }
}
.single-product div.product div.images,
.single-product div.product div.summary {
  margin-bottom: 5%;
}
@media (max-width: 600px) {
  .single-product div.product div.images,
  .single-product div.product div.summary {
    margin-bottom: 7%;
  }
}
.single-product span.onsale {
  background: #2a3137;
  top: 15px;
  left: 15px;
  min-height: 55px;
  min-width: 55px;
  height: 55px;
  width: 55px;
  line-height: 50px;
  font-weight: 600;
}
.single-product div[itemprop="description"] {
  font-size: 20px;
  line-height: 1.6;
  display: inline-block;
  width: 100%;
  margin-bottom: 2%;
}
@media (max-width: 800px) {
  .single-product div[itemprop="description"] {
    font-size: 18px;
  }
}

.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #2a3137;
}

.woocommerce .woocommerce-message {
  background: #f2f2f2;
}
.woocommerce .woocommerce-message .button {
  background: #2a3137;
  font-size: 15px;
}

.woocommerce a.button,
.woocommerce a.button:hover,
.woocommerce-cart .cart .button,
.woocommerce-cart .cart .button:hover,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button,
.woocommerce input.button:hover {
  background: #2a3137 !important;
  color: #fff !important;
}

.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  opacity: .8;
}
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  opacity: 1;
  background: #7d7d7d;
  color: #fff;
}

.woocommerce .button:hover {
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.2) !important;
}

.woocommerce .hero-container a.button {
  padding: 20px;
  font-size: 18px;
  margin-top: 25px;
}
@media (max-width: 600px) {
  .woocommerce .hero-container a.button {
    font-size: 16px;
  }
}

.woocommerce .coupon input,
.woocommerce-cart .cart .button {
  height: 40px;
  font-size: 15px;
}

.woocommerce table.shop_table td {
  padding: 12px 12px;
}

.post-content td.product-name a,
.post-content td.product-name a:hover {
  border: none;
}

.woocommerce table #coupon_code {
  width: 110px !important;
}

.woocommerce table td {
  border-bottom: none;
}

.woocommerce-error {
  border-top-color: #e05157;
}
.woocommerce-error:before {
  color: #e05157;
}

.woocommerce-error li,
.woocommerce-message li {
  margin-bottom: 0;
}

.woocommerce-cart .without-featured-image:not(.index-post) .entry-header {
  border-bottom: none;
  padding-bottom: 0;
}

.woocommerce-checkout .select2-choice {
  color: #7c8a96;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  padding: 15px;
  border: solid 1px #D4DDE5;
  transition: .1s ease-in-out;
  border-radius: 2px;
  font-size: 17px;
  width: 100%;
  line-height: 1;
}
@media (max-width: 800px) {
  .woocommerce-checkout .select2-choice {
    width: 100%;
    padding: 12px 10px;
    font-size: 15px;
  }
}

.woocommerce-checkout .woocommerce-checkout-payment .button {
  font-size: 22px;
}

.woocommerce-checkout #payment {
  background: #f2f2f2;
}

.woocommerce-checkout #payment div.payment_box {
  background: #e2e2e2;
}
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #e2e2e2;
}

.woocommerce #customer_details {
  margin-bottom: 1.8%;
}

.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before {
  color: #e05157;
}

.woocommerce aside:not(.widget_shopping_cart) ul.product_list_widget li {
  padding: 15px 0;
}
.woocommerce aside:not(.widget_shopping_cart) ul.product_list_widget li:last-child {
  padding-bottom: 0;
}
#secondary .woocommerce aside:not(.widget_shopping_cart) ul.product_list_widget li a {
  color: #2a3137;
}
#secondary .woocommerce aside:not(.widget_shopping_cart) ul.product_list_widget li a:hover {
  color: #7d7d7d;
}
.woocommerce aside:not(.widget_shopping_cart) ul.product_list_widget li:first-child {
  padding-top: 0;
}
.woocommerce aside:not(.widget_shopping_cart) ul.product_list_widget li.empty {
  padding-left: 0;
}
.woocommerce aside:not(.widget_shopping_cart) ul.product_list_widget li img {
  width: 16%;
}
.woocommerce aside:not(.widget_shopping_cart) ul.product_list_widget li .star-rating {
  color: #2a3137;
  font-size: 11px;
}

.woocommerce #secondary ul.product_list_widget li a {
  color: #2a3137;
}
.woocommerce #secondary ul.product_list_widget li a:hover {
  color: #7d7d7d;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  background: #f2f2f2;
  border: none;
  margin-top: 0;
  padding: 2em;
}

.woocommerce-demo-store {
  padding-top: 2.7em;
}
@media only screen and (max-width: 782px) {
  .woocommerce-demo-store {
    padding-top: 3em;
  }
}
@media (max-width: 600px) {
  .woocommerce-demo-store {
    padding-top: 2.7em;
  }
}
.woocommerce-demo-store p.demo_store {
  font-size: 14px;
}
@media (max-width: 600px) {
  .woocommerce-demo-store p.demo_store {
    position: absolute;
    font-size: 11px;
  }
}
@media only screen and (max-width: 782px) {
  .woocommerce-demo-store.admin-bar p.demo_store {
    top: 46px;
  }
}
.woocommerce-demo-store a {
  border-bottom: dotted 1px rgba(255, 255, 255, 0.7);
}
.woocommerce-demo-store a:hover {
  border-bottom-color: #fff;
}

.grid-text .entry-price {
  margin-bottom: 1.4em;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.grid-text .entry-price .star-rating {
  font-size: 16px;
  display: inline-block;
  float: none;
  margin-left: 25px;
  font-weight: normal;
  color: #2a3137;
}

.page-template-template-shop-homepage .featured-content-posts .post {
  padding-bottom: 110px;
}
@media (max-width: 800px) {
  .page-template-template-shop-homepage .featured-content-posts .post {
    padding-bottom: 0;
  }
}

.featured-content-woo .entry-content {
  width: 45%;
}
@media (max-width: 800px) {
  .featured-content-woo .entry-content {
    width: 100%;
  }
}

.featured-content-woo #hero-pager .pager-tip {
  display: none !important;
}

.woo-featured-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .woo-featured-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 800px) {
  .woo-featured-image {
    min-height: 350px;
    display: inline-block;
    width: 100%;
  }
}

.page-template-template-shop-homepage #page.container .container h2, .page-template-template-shop-homepage #page.container .container h3 {
  margin-bottom: 5%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 0;
  position: relative;
  border-bottom: none;
  display: inline-block;
  vertical-align: top;
}

.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
  content: none;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1%;
  font-size: 18px;
}

.woo-expand {
  width: 100%;
  display: none;
}
@media (max-width: 800px) {
  .woo-expand {
    display: inline-block;
  }
}
.woo-expand span:last-child {
  display: none;
}

.woocommerce-Tabs-panel h2,
.woocommerce-Tabs-panel #reply-title {
  margin-bottom: 2.5%;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .woocommerce-Tabs-panel h2,
  .woocommerce-Tabs-panel #reply-title {
    font-size: 22px;
  }
}
.woocommerce-Tabs-panel table.shop_attributes {
  margin: 0;
  border: none;
}
.woocommerce-Tabs-panel table.shop_attributes + table {
  margin-top: 5%;
}
.woocommerce-Tabs-panel table tr:nth-child(even) {
  background: #fff;
}

.woocommerce .widget_layered_nav ul li {
  padding-bottom: 10px;
}

@media (max-width: 800px) {
  .woocommerce-checkout .content-area,
  .woocommerce-cart .content-area {
    padding-top: 6%;
    padding-bottom: 2%;
  }
}
@media (max-width: 600px) {
  .woocommerce-checkout .content-area,
  .woocommerce-cart .content-area {
    padding-top: 7%;
  }
}
.woocommerce-checkout .site-content #primary,
.woocommerce-cart .site-content #primary {
  width: 100%;
  padding-right: 0;
}
.woocommerce-checkout #secondary,
.woocommerce-cart #secondary {
  display: none;
}

#ship-to-different-address {
  font-size: 18px;
}

.woocommerce-billing-fields:before, .woocommerce-billing-fields:after {
  content: '';
  display: table;
}
.woocommerce-billing-fields:after {
  clear: both;
}

#customer_details .select2-container--default .select2-selection--single {
  height: 52px;
  border-color: #D4DDE5;
}
@media (max-width: 800px) {
  #customer_details .select2-container--default .select2-selection--single {
    height: 42px;
  }
}
#customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 15px;
  font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #7c8a96;
}
@media (max-width: 800px) {
  #customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 10px;
    font-size: 15px;
  }
}
#customer_details .select2-container--open.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2a3137;
}
#customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 12px;
}
@media (max-width: 800px) {
  #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
  }
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

.woocommerce form .form-row .required {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.woocommerce-additional-fields h3 {
  font-size: 32px;
}
@media (max-width: 800px) {
  .woocommerce-additional-fields h3 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .woocommerce-additional-fields h3 {
    font-size: 24px;
  }
}

.woocommerce table.shop_table,
.woocommerce-checkout #payment {
  border-radius: 0;
}

.woocommerce table.shop_table td {
  border-color: rgba(0, 0, 0, 0.07);
}

.woocommerce #customer_details,
.woocommerce-checkout-review-order,
#order_review_heading {
  display: inline-block;
  width: 48%;
}
@media (max-width: 800px) {
  .woocommerce #customer_details,
  .woocommerce-checkout-review-order,
  #order_review_heading {
    width: 100%;
  }
}

.woocommerce #customer_details {
  float: left;
  background: #f2f2f2;
  padding: 3%;
}
@media (max-width: 800px) {
  .woocommerce #customer_details {
    padding: 5%;
  }
}

.woocommerce-checkout-review-order,
#order_review_heading {
  float: right;
  clear: right;
}
@media (max-width: 800px) {
  .woocommerce-checkout-review-order,
  #order_review_heading {
    float: none;
    clear: none;
  }
}

#order_review_heading {
  margin-bottom: 2%;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 5%;
}

.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout #payment .woocommerce-notice {
  background: #fff;
}

.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #fff;
}

.woocommerce-checkout .woocommerce-checkout-payment .place-order {
  background: #e6e6e6;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom-color: #dadada;
}

.wc_payment_methods input:focus {
  color: #2a3137;
}

.woocommerce-additional-fields,
.woocommerce-shipping-fields {
  margin-top: 5%;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  width: 100%;
  float: left;
}

#main .product-column-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
  width: 48%;
}
#main .product-column-2 ul.products li.product:nth-child(2n+2),
.woocommerce.columns-2 ul.products li.product:nth-child(2n+2) {
  margin-right: 0;
}
@media only screen and (min-width: 1000px) {
  #main .product-column-2 ul.products li.product:nth-child(2n+1):nth-last-child(-n+2), #main .product-column-2 ul.products li.product:nth-child(2n+1):nth-last-child(-n+2) ~ .product,
  .woocommerce.columns-2 ul.products li.product:nth-child(2n+1):nth-last-child(-n+2),
  .woocommerce.columns-2 ul.products li.product:nth-child(2n+1):nth-last-child(-n+2) ~ .product {
    margin-bottom: 0;
  }
  #main .product-column-2 ul.products li.product:nth-child(2n+1),
  .woocommerce.columns-2 ul.products li.product:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 800px) {
  #main .product-column-2 ul.products li.product,
  .woocommerce.columns-2 ul.products li.product {
    margin-right: 3.8%;
  }
  #main .product-column-2 ul.products li.product:nth-child(2n+2),
  .woocommerce.columns-2 ul.products li.product:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  #main .product-column-2 ul.products li.product,
  .woocommerce.columns-2 ul.products li.product {
    margin-right: 0;
    width: 100%;
  }
  #main .product-column-2 ul.products li.product:nth-child(2n+2),
  .woocommerce.columns-2 ul.products li.product:nth-child(2n+2) {
    margin-right: 0;
  }
  #main .product-column-2 ul.products li.product:nth-child(3n+3),
  .woocommerce.columns-2 ul.products li.product:nth-child(3n+3) {
    margin-right: 0;
  }
}

#main .product-column-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
  width: 30.8%;
}
#main .product-column-3 ul.products li.product:nth-child(3n+3),
.woocommerce.columns-3 ul.products li.product:nth-child(3n+3) {
  margin-right: 0;
}
@media only screen and (min-width: 1000px) {
  #main .product-column-3 ul.products li.product:nth-child(3n+1):nth-last-child(-n+3), #main .product-column-3 ul.products li.product:nth-child(3n+1):nth-last-child(-n+3) ~ .product,
  .woocommerce.columns-3 ul.products li.product:nth-child(3n+1):nth-last-child(-n+3),
  .woocommerce.columns-3 ul.products li.product:nth-child(3n+1):nth-last-child(-n+3) ~ .product {
    margin-bottom: 0;
  }
  #main .product-column-3 ul.products li.product:nth-child(3n+1),
  .woocommerce.columns-3 ul.products li.product:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 1000px) {
  #main .product-column-3 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product {
    width: 48%;
  }
  #main .product-column-3 ul.products li.product:nth-child(2n+1),
  .woocommerce.columns-3 ul.products li.product:nth-child(2n+1) {
    clear: both;
  }
  #main .product-column-3 ul.products li.product:nth-child(3n+3),
  .woocommerce.columns-3 ul.products li.product:nth-child(3n+3) {
    margin-right: 3.8%;
  }
  #main .product-column-3 ul.products li.product:nth-child(2n+2),
  .woocommerce.columns-3 ul.products li.product:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 800px) {
  #main .product-column-3 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product {
    margin-right: 3.8%;
  }
  #main .product-column-3 ul.products li.product:nth-child(3n+3),
  .woocommerce.columns-3 ul.products li.product:nth-child(3n+3) {
    margin-right: 3.8%;
  }
  #main .product-column-3 ul.products li.product:nth-child(2n+2),
  .woocommerce.columns-3 ul.products li.product:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  #main .product-column-3 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product {
    margin-right: 0;
    width: 100%;
  }
  #main .product-column-3 ul.products li.product:nth-child(2n+2),
  .woocommerce.columns-3 ul.products li.product:nth-child(2n+2) {
    margin-right: 0;
  }
  #main .product-column-3 ul.products li.product:nth-child(3n+3),
  .woocommerce.columns-3 ul.products li.product:nth-child(3n+3) {
    margin-right: 0;
  }
}

#main .product-column-4 ul.products li.product,
.woocommerce.columns-4 ul.products li.product {
  width: 22.1%;
}
#main .product-column-4 ul.products li.product:nth-child(4n+4),
.woocommerce.columns-4 ul.products li.product:nth-child(4n+4) {
  margin-right: 0;
}
@media only screen and (min-width: 1000px) {
  #main .product-column-4 ul.products li.product:nth-child(4n+1):nth-last-child(-n+4), #main .product-column-4 ul.products li.product:nth-child(4n+1):nth-last-child(-n+4) ~ .product,
  .woocommerce.columns-4 ul.products li.product:nth-child(4n+1):nth-last-child(-n+4),
  .woocommerce.columns-4 ul.products li.product:nth-child(4n+1):nth-last-child(-n+4) ~ .product {
    margin-bottom: 0;
  }
  #main .product-column-4 ul.products li.product:nth-child(4n+1),
  .woocommerce.columns-4 ul.products li.product:nth-child(4n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 1000px) {
  #main .product-column-4 ul.products li.product,
  .woocommerce.columns-4 ul.products li.product {
    width: 48%;
  }
  #main .product-column-4 ul.products li.product:nth-child(2n+1),
  .woocommerce.columns-4 ul.products li.product:nth-child(2n+1) {
    clear: both;
  }
  #main .product-column-4 ul.products li.product:nth-child(3n+3),
  .woocommerce.columns-4 ul.products li.product:nth-child(3n+3) {
    margin-right: 3.8%;
  }
  #main .product-column-4 ul.products li.product:nth-child(2n+2),
  .woocommerce.columns-4 ul.products li.product:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 800px) {
  #main .product-column-4 ul.products li.product,
  .woocommerce.columns-4 ul.products li.product {
    margin-right: 3.8%;
  }
  #main .product-column-4 ul.products li.product:nth-child(2n+2),
  .woocommerce.columns-4 ul.products li.product:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  #main .product-column-4 ul.products li.product,
  .woocommerce.columns-4 ul.products li.product {
    margin-right: 0;
    width: 100%;
  }
  #main .product-column-4 ul.products li.product:nth-child(2n+2),
  .woocommerce.columns-4 ul.products li.product:nth-child(2n+2) {
    margin-right: 0;
  }
  #main .product-column-4 ul.products li.product:nth-child(3n+3),
  .woocommerce.columns-4 ul.products li.product:nth-child(3n+3) {
    margin-right: 0;
  }
}

.page-template-woo-shop-homepage .post {
  margin-bottom: 0;
}
.page-template-woo-shop-homepage div.woocommerce[class*=" columns-"] {
  display: inline-block;
  margin-bottom: 7%;
  width: 100%;
}
.page-template-woo-shop-homepage div.woocommerce[class*=" columns-"]:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.woocommerce a.remove {
  line-height: .95;
  border: none;
}

.woocommerce .site-content {
  display: flex;
  flex-flow: row wrap;
}
.woocommerce .site-content #container {
  order: 1;
  position: relative;
}
.woocommerce .site-content #secondary {
  order: 2;
}
.woocommerce .site-content .featured-posts-wrap {
  order: 3;
}
@media (max-width: 800px) {
  .woocommerce .site-content #container {
    order: 1;
  }
  .woocommerce .site-content #secondary {
    order: 3;
  }
  .woocommerce .site-content .featured-posts-wrap {
    order: 2;
  }
}

.single-product #secondary {
  margin-top: 0;
}

.woocommerce p.stars a {
  border-bottom: none;
  vertical-align: middle;
}
.woocommerce p.stars a:hover {
  border-bottom: none;
}

.comment-form-rating label {
  margin-right: 8px;
}

.woocommerce .featured-posts.product-column-4 .product {
  opacity: 0;
}
.woocommerce .featured-posts.product-column-4 ul.products li.product {
  width: 22.1%;
}
.woocommerce .featured-posts.product-column-4 ul.products li.product:nth-child(4n+4) {
  margin-right: 0;
}
@media only screen and (min-width: 1000px) {
  .woocommerce .featured-posts.product-column-4 ul.products li.product:nth-child(4n+1):nth-last-child(-n+4), .woocommerce .featured-posts.product-column-4 ul.products li.product:nth-child(4n+1):nth-last-child(-n+4) ~ .product {
    margin-bottom: 0;
  }
  .woocommerce .featured-posts.product-column-4 ul.products li.product:nth-child(4n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 1000px) {
  .woocommerce .featured-posts.product-column-4 ul.products li.product {
    width: 48%;
  }
  .woocommerce .featured-posts.product-column-4 ul.products li.product:nth-child(2n+1) {
    clear: both;
  }
  .woocommerce .featured-posts.product-column-4 ul.products li.product:nth-child(3n+3) {
    margin-right: 3.8%;
  }
  .woocommerce .featured-posts.product-column-4 ul.products li.product:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 800px) {
  .woocommerce .featured-posts.product-column-4 ul.products li.product {
    margin-right: 3.8%;
  }
  .woocommerce .featured-posts.product-column-4 ul.products li.product:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .woocommerce .featured-posts.product-column-4 ul.products li.product {
    margin-right: 0;
    width: 100%;
  }
  .woocommerce .featured-posts.product-column-4 ul.products li.product:nth-child(2n+2) {
    margin-right: 0;
  }
  .woocommerce .featured-posts.product-column-4 ul.products li.product:nth-child(3n+3) {
    margin-right: 0;
  }
}

.woocommerce-product-details__short-description {
  font-size: 18px;
  line-height: 1.6;
}
.woocommerce-product-details__short-description p {
  margin-bottom: 5%;
}

.single-post.has-shop-category-menu .site-footer,
.has-shop-category-menu .site-footer {
  background: #fff;
}
@media (max-width: 800px) {
  .single-post.has-shop-category-menu .site-footer,
  .has-shop-category-menu .site-footer {
    background: #f2f2f2;
  }
}
.single-post.has-shop-category-menu .site-footer aside .widget-title,
.has-shop-category-menu .site-footer aside .widget-title {
  background: #f2f2f2;
}
@media (max-width: 800px) {
  .single-post.has-shop-category-menu .site-footer aside .widget-title,
  .has-shop-category-menu .site-footer aside .widget-title {
    background: #e2e2e2;
  }
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  margin-bottom: 3%;
}

.woocommerce div.product form.cart p:last-of-type {
  margin-bottom: 0;
}

.big-search-product {
  background: #f2f2f2;
  padding: 30px;
  margin-bottom: 6%;
}
.big-search-product form {
  position: relative;
}

.woocommerce div.product form.cart .variations select {
  background-position: right 15px top 24px;
}

.woocommerce div.product form.cart div.quantity {
  margin-right: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 5px;
}

.woocommerce ul.products li.product a img,
.product .flex-viewport,
.woocommerce-product-gallery__wrapper {
  border: solid 1px #e6e9ec;
}

.flex-viewport .woocommerce-product-gallery__wrapper {
  border: none;
}

.woocommerce div.product form.cart .variations {
  background: #f2f2f2;
  padding: 20px 30px;
  margin-bottom: 5%;
}

.woocommerce-review-link {
  font-size: 16px;
  vertical-align: text-bottom;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #2a3137;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #7d7d7d;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border-top: none;
  border-top-width: 0;
}

.reset_variations {
  display: none;
}

.woocommerce .quantity .qty {
  width: 4em;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1.4em;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
  padding: 0;
}

@media (max-width: 800px) {
  .woocommerce .quantity {
    display: inline-block;
  }
}
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce .quantity .qty {
  height: 55px;
  vertical-align: top;
  float: left;
  margin-right: -1px;
}
.woocommerce-cart .woocommerce .quantity .minus, .woocommerce-cart
.woocommerce .quantity .plus, .woocommerce-cart
.woocommerce .quantity .qty {
  height: 49px;
}
.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
  background: #fff;
  color: #7d7d7d;
  border: solid 1px #ccd3d9;
  line-height: 1.2;
  font-weight: bold;
}
.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover {
  background: #f2f2f2;
  color: #7d7d7d;
}
.woocommerce .quantity .qty {
  width: 3.25em;
}
.woocommerce .quantity .qty::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity .qty:focus {
  outline: none;
}

.woocommerce-products-header {
  display: inline-block;
  width: 50%;
  margin-bottom: 2%;
  display: none;
}
.woocommerce-products-header .woocommerce-products-header__title {
  font-size: 30px;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .woocommerce-products-header .woocommerce-products-header__title {
    font-size: 24px;
  }
}
.woocommerce-products-header .page-description,
.woocommerce-products-header .term-description {
  font-size: 16px;
  line-height: 1.5;
}
.woocommerce-products-header .page-description p:last-child,
.woocommerce-products-header .term-description p:last-child {
  margin-bottom: 0;
}

.woocommerce .woocommerce-result-count {
  font-size: 16px;
  margin: 8px 0 0 0;
}
@media (max-width: 600px) {
  .woocommerce .woocommerce-result-count {
    margin: 0 0 10px 0;
  }
}

.woocommerce .woocommerce-ordering {
  width: 226px;
  margin: 0;
}
@media (max-width: 600px) {
  .woocommerce .woocommerce-ordering {
    position: relative;
    width: 100%;
  }
}
.woocommerce .woocommerce-ordering select {
  width: 100%;
  padding: 8px 12px;
  font-size: 16px;
  background-position: right 12px top 16px;
}

.woocommerce-ordering + ul.products,
.woocommerce-result-count + ul.products,
.woocommerce-products-header + ul.products {
  margin-top: 4%;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .woocommerce-ordering + ul.products,
  .woocommerce-result-count + ul.products,
  .woocommerce-products-header + ul.products {
    margin-top: 8%;
  }
}

.woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
}

.entry-summary .array-share-links {
  float: none;
  text-align: left;
  margin-top: 4%;
}
.entry-summary .array-share-links .array-share-title {
  display: none;
}

.woocommerce-form-row + fieldset {
  margin-top: 15px;
}

.single-product .content-area,
.woocommerce.no-shop-sidebar .content-area {
  width: 100%;
  padding-right: 0;
}

/*# sourceMappingURL=woocommerce-style.css.map */






/*
     FILE ARCHIVED ON 11:13:31 Nov 3, 2020 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 22:04:48 Aug 12, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
