/*
Theme Name: Greenola Child
Theme URI: https://greenola.casethemes.net/
Template: greenola
Author: Case-Themes
Author URI: https://themeforest.net/user/case-themes/
Description: Greenola is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Tags: Blog,E-Commerce,Portfolio,Grid Layout,One Column,Two Columns,Three Columns,Four Columns,Left Sidebar,Right Sidebar,Custom Background,Custom Colors,Custom Header,Custom Logo,custom-menu,Editor Style,Featured Image Header,Featured Images,flexible-header,Footer Widgets,Full Width Template,microformats,Post Formats,Sticky Post,Theme Options,threaded-comments,translation-ready,Block Editor Styles,Wide Blocks
Version: 1.0.0.1749156706
Updated: 2025-06-05 16:51:46

*/



@import url("../greenola/style.css");





.woocommerce-checkout-review-order .order-review-header,
.woocommerce-checkout-review-order .cart-item,
.woocommerce-checkout-review-order .order-row {
    display: flex;
    justify-content: space-between;
    padding: 0.75em 0;
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce-checkout-review-order .product-name,
.woocommerce-checkout-review-order .label {
    font-weight: 600;
}

.woocommerce-checkout-review-order .order-review-footer {
    margin-top: 1.5em;
}

.woocommerce-checkout-review-order .order-total {
    font-size: 1.2em;
    font-weight: 700;
}

.woocommerce-checkout-review-order .value {
    text-align: right;
}
















.woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 1em 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.woocommerce-shipping-methods li {
  border: 2px solid #ccc;
  border-radius: 8px;
  background-color: #f8f8f8;
  padding: 1em;
  cursor: pointer;
  position: relative;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.woocommerce-shipping-methods li:hover
 {
    border-color: #2a7d2f;
    background-color: #f1ffee;
}

.woocommerce-shipping-methods li.selected {
    border-color: #2a7d2f;
    background-color: #cfe8cb;
}

.woocommerce-shipping-methods input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}


body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td {
	text-align: right !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr {
	display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #fff;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  
	
}


.woocommerce ul#shipping_method li label {
	font-weight: bold;
}

.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review input[type="radio"]:checked ~ label, .woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review input[type="radio"]:hover ~ label
 {
    color: #26712a !important;
    font-weight: bold;
}



span.woocommerce-sg-product-price.price.bdi {
    font-size: 20px;
    font-weight: 400;
}