/* 
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-size: 100%;
  margin: 0;
  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;
}

.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;
}

/* ── Order Cancellation ── */

.order-cancellation-section {
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.cancel-order-btn {
    background: #dc3545 !important;
    color: white !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    display: inline-block !important;
}

.cancel-order-btn:hover {
    background: #c82333 !important;
    color: white !important;
}

/* Cancel button in My Account orders list */
.woocommerce-MyAccount-orders .cancel-order-btn {
    padding: 5px 10px !important;
    font-size: 12px !important;
    margin-left: 5px !important;
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions {
    white-space: nowrap;
}
