/**
* Theme Name: Bocpak Child
* Description: This is a child theme of Bocpak, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: bocpak
* Version: 1.1.2
*/

.addify-quote-form__contents th:last-child {
    border-top-right-radius: 7px;
    display: none;
}
table.cart td.product-name a{
	color: black;
}
table.cart th{
	color: black;
}
.variation .variation-Vendor:first-child {
	color: black;
}

.new-badge,
.badge.new,
.product .new-label,
.product .badge-new {
  display: none !important;
}
.gform_fields{
	    grid-row-gap: 8px;
}
/* 🎨 Custom styling for Gravity Form ID 1 */
#gform_wrapper_1 .gform_fields {
    grid-row-gap: 8px;
}

#gform_wrapper_1 .gform_title {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
    color: var(--e-global-color-secondary);
    font-size: 32px;
    margin-bottom: 0px;
}

#gform_submit_button_1 {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
    background-color: var(--e-global-color-secondary);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#gform_submit_button_1:hover {
    background-color: #000; /* optional hover effect */
}
