.woocommerce-loop-category__title mark
{
    background-color: lightblue;
}

.woocommerce-product-details__short-description
{
    padding:30px 0px;
}
/* Base link styling inside short description */
.woocommerce-product-details__short-description a.catalogue,
.woocommerce-product-details__short-description a.usermanual,
.woocommerce-product-details__short-description a.productinfo,
.woocommerce-product-details__short-description a.installationinstructions {
    display: inline-flex;        /* icon + text on one line */
    align-items: center;         /* vertical centering */
    gap: 0.6em;                  /* space between icon and text */
    margin: 0.4em 0;             /* space between lines */
    line-height: 1.4;
            text-decoration: none !important;
}

/* Shared icon styling */
.woocommerce-product-details__short-description a.catalogue::before,
.woocommerce-product-details__short-description a.usermanual::before,
.woocommerce-product-details__short-description a.productinfo::before,
.woocommerce-product-details__short-description a.installationinstructions::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.6em;            /* larger icon */
    line-height: 1;
    /* no positioning needed, flex handles alignment */
}

/* Catalogue → file-alt */
.woocommerce-product-details__short-description a.catalogue::before {
    content: "\f15c"; /* fa-file-alt */
}

/* User Manual → book-open */
.woocommerce-product-details__short-description a.usermanual::before {
    content: "\f518"; /* fa-book-open */
}

/* Product info → plain "i" */
.woocommerce-product-details__short-description a.productinfo::before {
    content: "\f129"; /* fa-info */
}

/* Installation instructions → tools */
.woocommerce-product-details__short-description a.installationinstructions::before {
    content: "\f7d9"; /* fa-tools */
}

/* disabled bundled checkbox */
.bundled_product_optional_checkbox.forced-bundled-item {
  opacity: 0.7;
  cursor: not-allowed;
}

.bundled_product_optional_checkbox.forced-bundled-item input {
  cursor: not-allowed;
}

/* disable removing bundles from cart */
/* In Cart Block: disable removal + quantity editing for bundled children */
.wc-block-cart-items__row.is-bundled .wc-block-cart-item__remove-link {
  display: none !important;
}

/* Optional but recommended: prevent changing quantity for bundled children */
.wc-block-cart-items__row.is-bundled .wc-block-cart-item__quantity {
  pointer-events: none;
  opacity: 0.6;  /* make it visually "locked" */
}


table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
     background-color: white !important;
 }


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover{
    background-color: #2D3B57 important;
}
button.single_add_to_cart_button.button.alt {
    background-color: #2D3B57;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 50px 50px 50px 50px;
    margin-top: -7px;
        padding: 10px 25px;
}
.quantity {
    margin-right: 20px !important;
}
body.woocommerce-page div#primary {
    padding-top: 30px;
}
body.woocommerce-page main#content {
    padding-top: 50px;
}
.woocommerce-message {
    border-top-color: #2d3b57 !important;
}
a.button.wc-forward:hover {
    background-color: #2D3B57 !important;
}
a.button.wc-forward {
    background-color: #2D3B57;
    font-size: 18px;
    color:#fff !important;
    font-weight: 400;
    line-height: 30px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 25px;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained{
    background-color: #2D3B57 !important;
     color:#fff !important;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
     background-color: #2D3B57 !important;
}
.wp-block-woocommerce-cart.alignwide {
    margin: 0px;
}
:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #2d3b57 !important;
}
.wc-block-cart__submit-container a:hover{
    color:#fff !important;
}
button.wc-block-components-quantity-selector__button:hover{
     color:#fff !important;
}
:root :where(.wp-element-button, .wp-block-button__link):hover {
    color: #fff !important;
}
.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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{
    background-color: #2D3B57;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 25px;
        color: #fff !important;
}
.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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{
    background-color: #2D3B57 !important;
}
.woocommerce-loop-product__title, .woocommerce-loop-category__title {
    color: #2D3B57 !important;
    font-size: 18px !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #2d3b57;
    font-size: 16px !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #2d3b57 !important;
}
li.product.type-product a.added_to_cart.wc-forward {
    margin-left: 12px;
}
  



