.woocommerce ul.products {
  column-gap: 0 !important;
  border-left: 1px solid #eee;
  /*     border-top-left-radius: 9px; */
  /*     border-top-right-radius: 9px; */ }
  .woocommerce ul.products li.product {
    margin-bottom: 0 !important;
    padding: 20px !important;
    /*     border: 1px solid #eee; */
    /*     border-radius: 9px; */ }
    .woocommerce ul.products li.product .stock-status {
      font-size: 12px;
      color: inherit;
      text-transform: uppercase; }
  .woocommerce ul.products .astra-shop-summary-wrap a.button {
    padding: 0;
    border: none;
    background: transparent;
    color: #000000;
    font-weight: 500; }
  .woocommerce ul.products .ast-shop-product-out-of-stock {
    display: none; }
  .woocommerce ul.products .ast-quick-view-text {
    bottom: unset;
    left: unset;
    right: 0;
    top: 0;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 50px;
    opacity: 1;
    width: auto;
    background: transparent;
    color: inherit;
    font-size: 1px;
    line-height: 1;
    letter-spacing: -1px;
    color: transparent; }
    .woocommerce ul.products .ast-quick-view-text:before {
      content: "\f211";
      font-family: 'dashicons';
      font-size: 18px;
      letter-spacing: normal;
      color: #3a3a3a; }
  .woocommerce ul.products .yith-wcwl-add-button .add_to_wishlist, .woocommerce ul.products .yith-wcwl-add-button .delete_item {
    position: absolute;
    top: calc(65px);
    right: 20px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 0;
    color: transparent; }
    .woocommerce ul.products .yith-wcwl-add-button .add_to_wishlist i.yith-wcwl-icon, .woocommerce ul.products .yith-wcwl-add-button .delete_item i.yith-wcwl-icon {
      font-size: 16px;
      color: #3a3a3a;
      margin-right: 0; }
  .woocommerce ul.products.columns-3 li {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee; }
    .woocommerce ul.products.columns-3 li:first-child {
      /*     border-top-left-radius: 9px; */ }

.site-footer .gform_heading {
  margin-bottom: 15px; }
.site-footer .gform_title {
  font-family: VAG Rounded Std,Helvetica,Arial,sans-serif;
  font-weight: 400 !important;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 36px;
  color: #ffffff; }
.site-footer .gform_description {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff; }
.site-footer input[type=email] {
  border-radius: 22px;
  padding: 14px !important;
  line-height: 1 !important;
  text-align: center;
  font-size: 18px !important;
  text-transform: uppercase; }
.site-footer .gform_button {
  width: 100%;
  padding: 14px !important;
  line-height: 1 !important;
  color: #6c3318 !important;
  background-color: #e6c8a4 !important;
  border-radius: 22px !important;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500 !important; }
  .site-footer .gform_button:hover {
    color: #6c3318 !important;
    background-color: #e6c8a4 !important; }
.site-footer .widget_nav_menu li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: capitalize; }
  .site-footer .widget_nav_menu li:not(:last-child) {
    border-right: 2px solid #ffffff; }
  .site-footer .widget_nav_menu li a {
    color: #ffffff !important; }

body.archive.tax-product_cat .woocommerce-products-header img {
  margin-bottom: 50px; }

body.single-product #primary {
  margin-top: 4em !important; }
body.single-product .entry-summary .stock {
  display: inline-block;
  padding: 3px 14px;
  font-size: 12px;
  color: inherit;
  text-transform: uppercase;
  border-radius: 15px; }
  body.single-product .entry-summary .stock.in-stock {
    margin-bottom: 35px;
    color: #6ab64b;
    background-color: #e3f5e5; }
  body.single-product .entry-summary .stock.out-of-stock {
    color: red;
    background-color: #fae8e8; }
body.single-product .entry-summary .quantity .minus, body.single-product .entry-summary .quantity .plus {
  border: none;
  background-color: #ddd;
  border-radius: 50px;
  color: #000; }
body.single-product .entry-summary .quantity input[type=number].qty {
  border: none;
  color: #000;
  font-size: 20px; }
body.single-product .entry-summary select {
  border: 1px solid #6c3318;
  border-radius: 50px;
  font-size: 15px;
  color: #6c3318; }
body.single-product .entry-summary form.cart .variations {
  border-bottom: none; }
  body.single-product .entry-summary form.cart .variations label {
    font-weight: 300; }
body.single-product .entry-summary .woocommerce-review-link {
  display: none; }
body.single-product .entry-summary .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button {
  font-size: 0;
  line-height: 1; }
body.single-product .entry-summary .yith-wcwl-add-button {
  margin-top: 30px; }
  body.single-product .entry-summary .yith-wcwl-add-button i.yith-wcwl-icon {
    display: none; }
  body.single-product .entry-summary .yith-wcwl-add-button a.delete_item, body.single-product .entry-summary .yith-wcwl-add-button .separator {
    display: none; }
  body.single-product .entry-summary .yith-wcwl-add-button a.add_to_wishlist {
    padding: 10px 40px;
    color: #6c3318;
    text-transform: uppercase;
    border: 1px solid #6c3318;
    border-radius: 50px;
    outline: 0;
    transition: all 0.3s ease-in; }
    body.single-product .entry-summary .yith-wcwl-add-button a.add_to_wishlist:hover {
      color: #ffffff;
      background-color: #6c3318; }
  body.single-product .entry-summary .yith-wcwl-add-button .view-wishlist {
    display: block;
    padding: 10px 0;
    margin: 10px 0;
    font-size: 0;
    color: transparent;
    position: relative;
    outline: 0; }
    body.single-product .entry-summary .yith-wcwl-add-button .view-wishlist:after {
      content: "Wishlisted";
      position: absolute;
      top: 0;
      left: 0;
      padding: 10px 40px;
      text-transform: uppercase;
      border: 1px solid #6c3318;
      border-radius: 50px;
      font-size: 15px;
      color: #6c3318;
      transition: all 0.3s ease-in; }
    body.single-product .entry-summary .yith-wcwl-add-button .view-wishlist:hover:after {
      color: #ffffff;
      background-color: #6c3318; }
body.single-product section.related.products > h2 {
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Gentium Basic", serif;
  font-weight: 400;
  font-size: 26px !important;
  text-transform: capitalize;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 20px; }

#ast-quick-view-content.single-product .stock {
  display: inline-block;
  padding: 3px 14px;
  font-size: 12px;
  color: inherit;
  text-transform: uppercase;
  border-radius: 15px; }
  #ast-quick-view-content.single-product .stock.in-stock {
    margin-bottom: 35px;
    color: #6ab64b;
    background-color: #e3f5e5; }
  #ast-quick-view-content.single-product .stock.out-of-stock {
    color: red;
    background-color: #fae8e8; }

@media (min-width: 993px) {
  .woocommerce ul.products.columns-3 li {
    	/*&:nth-child(3n+1) {
        border-left: 1px solid #eee;
    	}
    	:nth-last-child(3n) {
    	border-bottom-right-radius: 9px;
    	} */ }
    .woocommerce ul.products.columns-3 li:nth-child(3) {
      /*     border-top-right-radius: 9px; */ }
    .woocommerce ul.products.columns-3 li:nth-child(1), .woocommerce ul.products.columns-3 li:nth-child(2), .woocommerce ul.products.columns-3 li:nth-child(3) {
      border-top: 1px solid #eee; } }
.ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
  margin: 0 !important; }

/*# sourceMappingURL=main.css.map */
