/* WooCommerce Styles */
:root {
	--woocommerce: var(--ars-primary);
	--wc-green: var(--ars-green);
	--wc-red: var(--ars-error);
	--wc-orange: var(--ars-highlight);
	--wc-blue: var(--ars-secondary);
	--wc-primary: var(--ars-primary);
	--wc-primary-text:  var(--ars-primary-text);
	--wc-secondary: var(--ars-secondary);
	--wc-secondary-text: var(--ars-subtext);
	--wc-highlight: var(--ars-highlight);
	--wc-highligh-text: var(--ars-primary-text);
	--wc-content-bg: var(--ars-content-bg);
	--wc-subtext:  var(--ars-subtext);
    --yith-wcan-filters_colors_accent: var(--ars-primary);
    --yith-wcan-filters_colors_accent_r: var(--ars-primary);
    --yith-wcan-filters_colors_accent_g: var(--ars-primary);
    --yith-wcan-filters_colors_accent_b: var(--ars-primary);
    --yith-wcan-filters_colors_titles: var(--ars-primary-text);
    --yith-wcan-anchors_style_text_hover: var(--ars-primary);

}

/* Product Styles */
.product .price,
.product .price ins,
.product .price del,
.product .price ins .amount,
.product .price del .amount,
.product .price .amount,
.product .price .amount ins,
.product .price .amount del,
.product .price .amount ins .amount,
.product .price .amount del .amount {
    color: var(--wc-primary-text);
}

/* Cart Styles */
.cart-collaterals .cart_totals .order-total .amount,
.cart-collaterals .cart_totals .shipping .amount,
.cart-collaterals .cart_totals .order-total .amount,
.cart-collaterals .cart_totals .shipping .amount {
    color: var(--wc-primary);
    background-color: var(--wc-content-bg);
}

/* Checkout Styles */
.woocommerce-checkout-review-order-table .order-total .amount,
.woocommerce-checkout-review-order-table .shipping .amount,
.woocommerce-checkout-review-order-table .order-total .amount,
.woocommerce-checkout-review-order-table .shipping .amount {
    color:var(--wc-primary);
    background-color: var(--wc-content-bg);
}

/* Button Styles */
.wp-block-button__link {
    font-size: large;
    font-weight: 500;
    color: var(--wc-primary);
    background-color: var(--wc-content-bg);
    border: 2px solid var(--wc-primary);
    border-radius: var(--ars-border-radius);
}
.wp-block-button__link:hover {
    color: var(--ars-subtext);
    border: 2px solid var(--ars-subtext);
    box-shadow: var(--ars-button-shadow);
}

.woocommerce table.shop_attributes td{
    padding: 5px 10px;
}
.woocommerce table.shop_attributes td p{
    padding: 0;
}

.button,
.widget-area .widget a.button,
.widget-area .widget a.button:visited,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button{
    font-size: large;
    font-weight: 500;
    color: var(--wc-primary);
    background-color: var(--wc-content-bg);
    border: 2px solid var(--wc-primary);
    border-radius: var(--ars-border-radius);
    padding: .475em 1em;
}
.button:hover,
.button:focus,
.button:active,
.widget-area .widget a.button:active,
.widget-area .widget a.button:focus,
.widget-area .widget a.button:hover,
.widget-area .widget a.button:visited:hover,
.widget-area .widget a.button:active:hover,
.widget-area .widget a.button:focus:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover{
    color: var(--wc-secondary-text)!important;
    background-color: var(--wc-content-bg)!important;  
    border: 2px solid var(--wc-secondary-text) !important;
    box-shadow: var(--ars-button-shadow);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: var(--ars-subtext);
}

button[aria-expanded], button[aria-expanded]:hover { 
    background-color: transparent!important;
    border: none!important;
    box-shadow: none!important;
    font-weight: 500!important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{
    margin-top: 1em;
    color: var(--wc-secondary-text);
}
.elementor-products-grid ul.products.elementor-grid li.product {
    display: flex!important;
    justify-content: center!important;
align-items: stretch;
flex-wrap: wrap;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    background-color: #fff;
    border-radius: var(--ars-border-radius);
    border: 1px solid var(--ars-content-light);
    text-align: center;
    box-shadow: var(--ars-box-shadow);
    transition: all 0.3s ease;
}

.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    border: 1px solid var(--ars-primary);
    box-shadow: var(--ars-box-shadow-hover);
    transition: all 0.3s ease;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    color: var(--ars-primary-text);
    font-weight: 500;
    text-transform: capitalize;
}
.woocommerce ul.products li.product .price,
.quick-view-product .product-price {
    font-size: 1.25em;
}
.product-loop-item-bottom {
    display: flex;
    width: 100%;
    align-self: flex-end;
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    margin:  0;
}
.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: 0;
    font-size: 0.9em;
    font-weight: 500;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    border-radius: 0;
    background-color: var(--ars-primary);
    color: var(--wc-content-bg);
    z-index: 9;
    }
    .woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th{
        background-color: var(--wc-content-bg);
    }
    .woocommerce div.product.elementor ul.tabs{
        padding-left: 5px;
    }
    .woocommerce-MyAccount-navigation ul{
        list-style: none;
        padding: 0;
    }
    .woocommerce-MyAccount-navigation ul li{
        margin-bottom: 3px;
        padding: 5px 15px;
        background: var(--ars-content-bg);
        border-bottom: 1px solid var(--ars-highlight);
    }
    .woocommerce-MyAccount-navigation ul li:hover{
        background: var(--ars-content-light);
    }
    .woocommerce-checkout .shop_table{
        background-color: transparent;
    }
    .woocommerce table.shop_table{
        border: none;
        border-radius: var(--ars-border-radius);
    }
    .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table th{
        font-weight: 500;
        background-color: var(--wc-content-bg);
    }
    .woocommerce-thankyou-order-details strong{
        font-weight: 500;
    }
    p.woocommerce-thankyou-order-received {
        font-weight: 500;
        padding: 0.475em;
        background-color: var(--ars-content-bg);
    }
    .wc-gzd-checkout .wc-block-components-order-summary{
        background-color: var(--wc-content-bg);
        border-radius: var(--ars-border-radius);
        padding: 10px;
    }
    .woocommerce-error, .woocommerce-info, .woocommerce-message{
        background-color: var(--wc-content-bg);
        color: var(--wc-primary-text);
        border-left: 2px solid var(--wc-primary);
        border-radius: var(--ars-border-radius);
        box-shadow: var(--ars-box-shadow);
    }
    .woocommerce-error:focus, .woocommerce-info:focus, .woocommerce-message:focus{
        box-shadow: var(--ars-box-shadow-hover);
    }

    .woocommerce-message {
        border-left-color: var(--wc-green);
        border-top: none;
    }
    .woocommerce-message::before {
        content: "\e015";
        color: var(--wc-green);
    }
    .woocommerce-info {
        border-left-color: var(--wc-blue);
        border-top: none;
    }
    .woocommerce-info::before {
        content: "\e016";
        color: var(--wc-blue);
    }
    .woocommerce-error {
        border-left-color: var(--wc-red);
        border-top: none;
    }
    .woocommerce-error::before {
        content: "\e017";
        color: var(--wc-red);
    }
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float:none;
        margin: 0;
        width: 200px;
    }

    .woocommerce div.product form.cart div.quantity,
    .product-quantity .quantity {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
    input::-webkit-inner-spin-button {
        display: none;
    }
    .quantity .qty_button{
        font-size: 1.5em!important;
        border: 1px solid var(--wc-primary)!important;
        padding: 0!important;
        line-height: 0;
        margin: 0 .15em;
        width: 30px;
    }

    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{
        color: var(--wc-primary-text);
    }
    .quantity input[type="number"]{
        -moz-appearance:textfield;
    }
    .product-quantity .quantity input[type="number"]{
        border: 1px solid var(--wc-primary)!important;
        width: 40px;
        border-radius: var(--ars-border-radius)!important;
        text-align: center!important;
    }
    .product-quantity .quantity input[type="button"] {
        height: 28px;
        margin: 0 3px;
    }
    .woocommerce ul.products li.product .woocommerce-loop-category__title, 
    .woocommerce ul.products li.product .woocommerce-loop-product__title, 
    .woocommerce ul.products li.product h3{
        padding: .5em;
    }
/* Custom Filter */
.ars-shop-filters-title {
    width:100%;
}
.ars-shop-filters-title::after {
    content: "\ff922";
    font-family: 'arsolid';
    font-weight: 500;
    font-size: 28px;
    line-height: 0;
}
.ars-shop-filters-result p{
    margin: 0;
}

#product-filters .select-wrapper {
    margin-bottom: 1em;
}
#product-filters h5 {
    margin-block-end: 5px;
}

#remove-filters, #set-filters {
    margin-top: 1em;
}

/* Filters Accordion*/
.accordion {
    transition: all 0.3s ease;
}

.accordion-content {
    position: relative;
    padding: 1%;
    width: 100%;
}
.ars-shop-filters-result {
    margin-bottom: 1em;
    font-style: italic;
}

@media screen and (max-width: 768px) {
    .accordion-content {
        position: absolute;
        z-index: 99;
        background-color: #fff;
        display: none;
    }
}
/* Quick View & Add To Cart */

#quick-view-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    
}
.modal-content {
    background: var(--wc-content-bg);
    padding: 20px;
    width: 65vw;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.ars-add-to-cart i, .quick-view-button i, .modal-close i {
    font-size: 32px;
}
.quick-view-button, .ars-add-to-cart {
    display: inline-block;
    background-color: var(--ars-content-light); 
    color: var(--ars-primary-text)!important; 
    padding-top: 3px;
    border-radius: var(--ars-border-radius); 
    text-align: center;
    transition: all 0.3s ease;
    width:50%
}
.quick-view-button:hover, .ars-add-to-cart:hover  {
    background-color: var(--wc-primary); 
    color: var(--wc-content-bg)!important;
    transition: all 0.3s ease;
}
.quick-view-product{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 1%;
}
.quick-view-product .product-image{
    display: block;
    text-align: center;
    width: 45%;
}
.quick-view-product .product-info{
    display: block;
    width: 55%;
}
.quick-view-product .product-image img{
    width: 100%;
    border: 1px solid var(--ars-content-light);
    
}
.quick-view-product .product-price {
    margin: 1em 0
}
@media screen and (max-width: 768px) {
    .quick-view-product{
        flex-wrap: wrap;
        width: 100%;
    }
    .quick-view-product .product-image{
        width: 100%;
    }
    .quick-view-product .product-info{
        width: 100%;
    }
    .modal-content {
        width: 95vw;
        max-height: 90vh;
        overflow-y: scroll;
    }
}
/* YITH Wishlist */
.yith-wcwl-message {
font-weight: 500!important;
box-shadow: var(--ars-box-shadow)!important;
}
.product-remove a{
    border-radius: var(--ars-border-radius);
    transition: all 0.3s ease;
}
.product-remove a:hover{
    border-radius: var(--ars-border-radius);
    transition: all 0.3s ease;
}
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.yith-wcwl-wishlistaddedbrowse{
    align-items: start;
}
/* Basic styling for popup */

#notify-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
/* Style for stock messages */
ul.products li.product .stock {
    font-weight: 600;
}

ul.products li.product .stock.in-stock {
    color: var(--wc-green);
}
ul.products li.product .stock.low-stock {
    color: var(--wc-primary);
}

ul.products li.product .stock.out-of-stock {
    color: var(--wc-red);
}
ul.products li.product .stock.available-on-backorder {
    color: var(--wc-secondary-text);
}
/* Hide default WooCommerce pagination */
.woocommerce-shop .woocommerce-pagination {
    display: none;
}

#load-more-container {
    display: flex;
    justify-content: center;
    margin-top: 2em;
}
:where(body:not(.woocommerce-shop)) #load-more-container {
    display: none;
}
#no-more-products {
    font-weight: 500;
    color: var(--wc-primary);
}
/* Accordion Styles */
.filter-accordion-title {
    cursor: pointer;
  padding: 10px;
  background-color: var(--ars-content-bg);
  border: 1px solid var(--ars-primary);
  color: var(--ars-primary);
  margin: 5px 0;
  transition: background-color 0.3s;
  position: relative;
  &:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: var(--ars-primary) transparent transparent transparent;
    position: absolute;
    top: 19px;
    right: 10px;
  }
}

.filter-accordion-title:hover {
    background-color: #fff;
}

.filter-accordion-content {
    display: none; /* Hidden by default */
    padding: 10px;
    border: 1px solid var(--ars-content-bg);
    border-top: none;
}

.filter-accordion-content.open {
    display: block; /* Show when open */
}
.comment-form .select-wrapper::after {
    display: none;
}
.woocommerce .products .star-rating {
    margin: 0 auto;
}
.woocommerce .star-rating::before {
    color: var(--wc-primary)
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    color: var(--wc-primary);
    background-color: var(--wc-content-bg);
    border: 1px solid var(--wc-primary);
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 46px;
    background: var(--wc-content-bg);
    border: 1px solid var(--wc-secondary-text);
    border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    background: var(--wc-content-bg);
    border: 1px solid var(--wc-secondary-text);
    border-radius: var(--ars-border-radius);
    padding: 10px;
}
.woocommerce .star-rating span {
    color: var(--wc-primary);
}
.woocommerce ul#shipping_method .amount {
    font-weight: 500;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--ars-content-light);
    color: var(--ars-primary-text);
  }
  .e-woo-select2-wrapper .select2-results__option, 
  .elementor-widget-woocommerce-checkout-page,
  .elementor-widget-woocommerce-cart .woocommerce{
    font-family: 'Montserrat', sans-serif!important;
  }
  .select2-selection__arrow {
    display: none;
  }
  #billing_company_field, #shipping_company_field {
    display: none;
  }
  .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table td, 
  .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table th, 
  .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr{
    padding-left: 5px!important;
  }
  td.tax-notice {
    font-size: 0.95em!important;
  }
  .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.button {
    font-size: 1em;
    margin-right: 5px;
    padding: .475em 0.5em;
  }
