
.woocommerce div.product .summary .price>.amount, 
.woocommerce div.product .summary .price>ins>.amount {
    font-size: 28px;
}
.widget.widget_text p {
    margin: initial;
}
.archive ul ul.children {
    overflow: initial;
    max-height: initial;
}
.header-widget-region {
    position: sticky !important;
    top: 0;
    z-index: 100;
}

.top-bar {
    font-size: 18px;
}

.single-product .woocommerce-product-details__short-description p {
    font-size: 18px;
	font-style: Roboto;
}


/* Customize Apply Coupon button */
button[name="apply_coupon"] {
    background-color: #28a745 !important;
    color: #fff !important;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

/* Hover effect */
button[name="apply_coupon"]:hover {
    background-color: #218838 !important;
}
.coupon::before {
    content: "If you have a coupon, then add it below:";
    display: block;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
/* Customize Update Cart button */
button[name="update_cart"] {
    background-color: #0073aa !important;
    color: #fff !important;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

/* Hover effect */
button[name="update_cart"]:hover {
    background-color: #005580 !important;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff; /* Add a background color to avoid overlap */
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for better visibility */
}

/* Style the Order Bump section */
.commercekit-order-bump {
    border: 5px dotted #000000; /* dotted orange border */
    background-color: #faebeb;  /* light yellow background */
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
	font-size: 18px;
	
}

.commercekit-order-bump .ckobp-actions button {
    background-color: #07b335; /* green background */
    color: #ffffff;            /* white text */
    border: none;
}

/* Make the add to cart button always visible on shop page */
.woocommerce ul.products li.product .button {
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
    transform: none !important;
}

/* Prevent hiding the button by default */
.woocommerce ul.products li.product:hover .button {
    opacity: 1 !important;
    visibility: visible !important;
}
