0
Your Cart
0
Your Cart

botiga

.woocommerce-page-header .page-description,
.woocommerce-page-header .term-description {
color: #023F5C !important;
font-size: 18px; /* Adjust as needed */
}

/* Adding custom text at the top of the mobile menu */
#page > div.bhfb.bhfb-mobile_offcanvas.botiga-offcanvas-menu.toggled::before {
content: “Menu”; /* Your custom title */
display: block;
font-size: 35px; /* Adjust font size */
font-weight: normal;
text-align: left;
color: #023F5C; /* Text color */

padding: 10px 0; /* Padding for spacing */
width: 100%; /* Make the text span the full width */
box-sizing: border-box; /* Ensure padding is inside the container */
}

/* Adding a dashed line and search icon after the menu */
#page > div.bhfb.bhfb-mobile_offcanvas.botiga-offcanvas-menu.toggled .bhfb-mobile-offcanvas-rows {
margin-top: 20px; /* Spacing between menu and new elements */
}

#page > div.bhfb.bhfb-mobile_offcanvas.botiga-offcanvas-menu.toggled .bhfb-mobile-offcanvas-rows::before {
content: “”;
display: block;
border-bottom: 1px dashed #023F5C; /* Dashed line in lighter blue */
margin-bottom: 10px;
}

#page > div.bhfb.bhfb-mobile_offcanvas.botiga-offcanvas-menu.toggled .bhfb-mobile-offcanvas-rows::after {
content: “”;
display: block;
border-top: 1px dashed #023F5C; /* Dashed line in lighter blue */
margin-top: 10px;
}

/* Transform WooCommerce buttons to Proper Case */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .add_to_cart_button {
text-transform: capitalize !important; /* Applies Proper Case */
}

@media (min-width: 1024px) {
/* Target the specific Add to Cart button on product pages */
.single_add_to_cart_button {
padding: 0 !important; /* Removes padding */
font-size: 20px !important; /* Adjust text size to 12px */
}
}