/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Woocommerce - Products Archive */

ul.product-categories {
    list-style: none;
}

.pugmill-datasheet-btn {
    background-color: #c1433b;
    width: 200px;
    height: 100px;
    padding: 10px;
}

.single_add_to_cart_button {
    background-color: #BF3131;
}

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

mark.count {
    display: none;
}

table.variations-table td,
table.variations-table th {
    padding: 5px 15px 5px 20px;
}

form.variations_form input {
    padding-bottom: 0px;
}

a.added_to_cart.wc-forward {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  margin: 0px 2px;
}

.elementor-search-form .elementor-search-form__input {
   color: #fff;
}

body.login-action-login {
   background-repeat: no-repeat !important;
}

.woocommerce .alignwide {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


a.added_to_cart.wc-forward {
  font-size: 100%;
  margin: 0;
    margin-top: 0px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 10px 16px;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #e9e6ed;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

a.added_to_cart.wc-forward:hover {
    background-color: rgb(193, 67, 59);
    color: #fff;
    
}
