.elementor-3093 .elementor-element.elementor-element-7870b00{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3093 .elementor-element.elementor-element-2b1747cd{--display:flex;--padding-top:80px;--padding-bottom:80px;--padding-left:30px;--padding-right:30px;}:root{--page-title-display:none;}@media(max-width:1200px){.elementor-3093 .elementor-element.elementor-element-2b1747cd{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}}@media(max-width:1024px){.elementor-3093 .elementor-element.elementor-element-2b1747cd{--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-3093 .elementor-element.elementor-element-2b1747cd{--padding-top:30px;--padding-bottom:30px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for shortcode, class: .elementor-element-85ee4c6 */body .adf-request-quote-page.template_two {
    max-width: unset !important;
}

/* Product Table Section */
.addify-quote-form.template_two .adf-quote-detail-wrap {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    gap: 40px;
}

/* Table Styling */
.addify-quote-form__contents.template-two {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.addify-quote-form__contents.template-two th {
    background: #1e3a8a !important;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 16px 12px !important;
    border: none !important;
}

.addify-quote-form__contents.template-two td {
    padding: 20px 12px !important;
    border-bottom: 1px solid #e5e7eb !important;
    vertical-align: middle;
}

.addify-quote-form__contents.template-two tbody tr:last-child td {
    border-bottom: none !important;
}

.addify-quote-form__contents.template-two tbody tr:hover {
    background: #f9fafb;
    transition: background 0.2s ease;
}

/* Product Name Link */
.template-two .product-name a {
    color: #1e3a8a;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.template-two .product-name a:hover {
    color: #ff6b35;
}

/* Product Thumbnail */
.addify-quote-form__contents .product-thumbnail img {
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

/* Remove Button */
table.addify-quote-form__contents td.product-remove a.remove {
    color: #ef4444;
    font-size: 20px;
    transition: color 0.2s ease;
}

table.addify-quote-form__contents td.product-remove a.remove:hover {
    color: #dc2626;
}

/* Quote Totals Section */
.addify-quote-form.template_two .cart_totals {
    background: transparent;
}

.addify-quote-form.template_two .cart_totals h2 {
    color: #1e3a8a;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 2px solid #ff6b35 !important;
    padding-bottom: 12px !important;
    margin-bottom: 20px !important;
}

.addify-quote-form.template_two .cart_totals table {
    background: #f9fafb;
    border-radius: 6px;
    padding: 20px;
}

.addify-quote-form.template_two .cart_totals table tr th {
    color: #374151;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 0 !important;
}

.addify-quote-form.template_two .cart_totals table tr td {
    color: #111827;
    font-weight: 600;
    font-size: 15px;
    text-align: right !important;
    padding: 10px 0 !important;
}

.addify-quote-form.template_two .cart_totals table tr.order-total th,
.addify-quote-form.template_two .cart_totals table tr.order-total td {
    font-size: 18px;
    padding-top: 15px !important;
    border-top: 2px solid #e5e7eb;
}

/* Form Fields Section */
.addify-quote-form.template_two .af_quote_fields {
    background: #fff;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px;
    padding: 20px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.addify-quote-form.template_two .af_quote_fields h2 {
    color: #1e3a8a;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 2px solid #ff6b35;
}
body .addify-quote-form__contents.template-two th:last-child, body .addify-quote-form__contents.template-two td:last-child {
    padding-right: 10px !important;
}
body .addify-quote-form.template_two .cart_totals table tr th, body .addify-quote-form__contents.template-two th:first-child, body .addify-quote-form__contents.template-two td:first-child {
    padding-left: 10px !important;
}

/* Form Field Labels */
.addify-quote-form.template_two div.af_quote_fields .addify-option-field label {
    color: #374151;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

/* Form Inputs */
.addify-quote-form.template_two div.af_quote_fields input[type="text"],
.addify-quote-form.template_two div.af_quote_fields input[type="email"],
.addify-quote-form.template_two div.af_quote_fields input[type="number"],
.addify-quote-form.template_two div.af_quote_fields textarea {
    border: 1px solid #d1d5db !important;
    border-radius: 6px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    color: #111827;
    transition: all 0.2s ease;
    background: #fff !important;
}

.addify-quote-form.template_two div.af_quote_fields input[type="text"]:focus,
.addify-quote-form.template_two div.af_quote_fields input[type="email"]:focus,
.addify-quote-form.template_two div.af_quote_fields input[type="number"]:focus,
.addify-quote-form.template_two div.af_quote_fields textarea:focus {
    border-color: #ff6b35 !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

.addify-quote-form.template_two div.af_quote_fields textarea {
    min-height: 120px;
    resize: vertical;
}

/* Required Field Indicator */
.addify-quote-form.template_two div.af_quote_fields input[required] {
    border-left: 3px solid #ff6b35 !important;
}

/* Submit Button */
.addify-quote-form.template_two .addify_checkout_place_quote {
    background: #ff6b35 !important;
    color: #fff !important;
    border: none;
    border-radius: 6px;
    padding: 14px 40px !important;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.addify-quote-form.template_two .addify_checkout_place_quote:hover {
    background: #e55a28 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.addify-quote-form.template_two .addify_checkout_place_quote:active {
    transform: translateY(0);
}



/* Quantity Inputs */
.template-two .product-quantity input.qty,
.template-two .offered-price .offered-price-input {
    border: 1px solid #d1d5db !important;
    border-radius: 6px !important;
    padding: 8px !important;
    font-size: 14px !important;
    text-align: center;
    transition: border-color 0.2s ease;
}

.template-two .product-quantity input.qty:focus,
.template-two .offered-price .offered-price-input:focus {
    border-color: #ff6b35 !important;
    outline: none;
}

/* Price Styling */
.woocommerce-Price-amount {
    color: #111827;
    font-weight: 600;
}

.cart-subtotal {
    display: none !important
}

.addify {
    text-align: center;
}

.return-to-shop a {
    background: #ff6b35 !important;
    color: #fff !important;
    border: none;
    border-radius: 6px !important;
    padding: 14px 40px !important;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.return-to-shop a:hover, .addify-quote-form.template_two .addify_checkout_place_quote:hover {
    background-color: #000 !important;
}
@media(max-width: 1024px){
    .elementor-3093 .elementor-element.elementor-element-85ee4c6 .adf-quote-detail-wrap {
        margin-bottom: 30px;
    }
    .elementor-3093 .elementor-element.elementor-element-85ee4c6 .woocommerce table.shop_table_responsive tr td::before {
        padding-right: 5px !important;
    }
}
@media(max-width: 767px){
    .elementor-3093 .elementor-element.elementor-element-85ee4c6 .adf-quote-detail-wrap {
        margin-bottom: 20px;
    }
}

.elementor-3093 .elementor-element.elementor-element-85ee4c6 th.offered-price,
.elementor-3093 .elementor-element.elementor-element-85ee4c6 td.offered-price,
.elementor-3093 .elementor-element.elementor-element-85ee4c6 th.product-price,
.elementor-3093 .elementor-element.elementor-element-85ee4c6 td.product-price,
.elementor-3093 .elementor-element.elementor-element-85ee4c6 th.product-subtotal, .elementor-3093 .elementor-element.elementor-element-85ee4c6 td.product-subtotal{
    display: none;
}
.elementor-3093 .elementor-element.elementor-element-85ee4c6 .cart-collaterals {
    display: none;
}/* End custom CSS */