
.woocommerce ul.products{
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 1250px;
  margin: 0 auto;
}
.woocommerce ul.products li.product{
    width: 25%;
    margin: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{
  display: block;
  position: relative;
  max-width: 100%;
  color: black;
  text-decoration: none;
  width: 100%;
  background:#dbe9ff;
  border: 2px solid #002054;
  
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .onsale{
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 5px;
  background: #d9534f;
  color: #fff;
}
.woocommerce ul.products .woocommerce-LoopProduct-link img.attachment-woocommerce_thumbnail{
  display: block;
  width: 100%;
  max-width: 100%;
}
.woocommerce ul.products > li.product > a.woocommerce-LoopProduct-link.woocommerce-loop-product__link > h2{
  text-align: center;
  font-weight: 600;
  margin: 10px 0;
  padding:0;
  color:#002054;
}
.woocommerce ul.products li.product .button
{
    display: inline-block;
    margin-top: 0em;
}
.woocommerce ul.products li.product .add_to_cart_button.ajax_add_to_cart{
  background: #002054;
    border: 2px solid #002054;
    border-radius:0px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce ul.products li.product .add_to_cart_button.ajax_add_to_cart::before{
/*   content: "\F179";
    display: inline-block;
    font-family: bootstrap-icons!important;
    font-style: normal;
    font-size: 20px;
    font-weight: 400 !important;
    margin: 0 10px -5px;
 */
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.price{
  display: flex;
  justify-content: center;
  margin: 10px;
font-size: 0.98rem;
font-weight:600;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.price :is(ins, del){
  font-family: system-ui;
  font-weight: 600;
  color: #002054;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.price :is(ins){
  text-decoration: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #802064;
}

.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:#002054;   
    
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color:#002054;
}

.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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
 background-color:#002054;
 border-radius:10px;
 height:44px;
}

.woocommerce .quantity .qty {

  width: 70px;

  height: 44px;

  padding: 8px;

  border: 1px solid #002054;

  border-radius: 6px;

  text-align: center;

  font-size: 16px;
float: none;
} 



.single-product div.product form.cart .minus {
    float: none;
    margin: 0;
    display: inline-block;
    width: 44px;
  height: 44px;
padding: 8px;
border: 1px solid #002054;
border-radius: 6px;
text-align: center;
font-size: 16px;
background-color:#002054;
color:#fff;    
font-weight:600;
}

.single-product div.product form.cart .plus {
    float: none;
    margin: 0;
    display: inline-block;
    width: 44px;
  height: 44px;
padding: 8px;
border: 1px solid #002054;
border-radius: 6px;
text-align: center;
font-size: 16px;
background-color:#002054;
color:#fff;    
font-weight:600;
}
.single-product div.product form.cart .minus:hover {
 background-color: #fff;
 color: #002054;
}
.single-product div.product form.cart .plus:hover {
 background-color: #fff;
 color: #002054;
}
    
.woocommerce div.product form.cart .button
 {
     margin:10px 0;
     align:center;
    vertical-align: middle;
    float: none;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background-color:#002054;
    color:#fff;
}