/*
Theme Name: eleganceflorists
Text Domain: twentytwenty
Version: 2.8
Tested up to: 6.7
Requires at least: 4.7
Requires PHP: 5.2.4
Description:  The Custom Theme With ACF Flexible Content Option Sept 2026
Tags: Theme Option, Header Footer
Author: the Dev team
Author URI:  
Theme URI:#
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

 span.wpcf7-form-control-wrap {
    width: 100% !important;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 7px;
}
.wpcf7-response-output {
	    margin: 0 !important;
    font-size: 14px;
    padding: 10px !important;
}

 
.info-box.product-name-box dl.variation dt {
    font-size: 12px !important;
    font-weight: 600;
}
 #wpadminbar .quicklinks ul {
    display:block !important;
}

form .wpcf7-form-control-wrap[data-name="your-message"],
form .wpcf7-form-control-wrap[data-name="eleganceprivacy"],
form .wpcf7-submit {
    grid-column: 1 / -1;
}
 
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}

select, textarea, input:not([type=submit],[type=radio],[type=checkbox]) {
    width: 100%;
}

a.cart-btn.button.ajax_add_to_cart , a.cart-btn.button{
    border: 1px solid #fff !important;
    padding: 9px;
    border-radius: 0 !important;
}


/* Header Cart Count Badge */
.cart-icon-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.cart-icon-wrapper .cart-icon {
    display: block;
}
.cart-icon-wrapper .cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    /*background-color: #1a1a1a;*/
    color: #000;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.2);*/
}
.hamb-link .cart-icon-wrapper {
    margin-left: 8px;
}

th.label label {
    text-transform: uppercase;
    font-size: 1.8rem !important;
    vertical-align: middle;
    display: flex;
    padding: 10px 10px;
    position: relative;
    top: 18px;
}

button.link-bg.single_add_to_cart_button , .woocommerce-notices-wrapper a.button.wc-forward 
, button.woocommerce-button.button.woocommerce-form-login__submit
 , .woocommerce-lost-password button.woocommerce-Button.button
 , .woocommerce-account button.button
 {
    background: #a00c37 !important;
    color: #fff !important;
    padding: 1.5rem 2.25rem 1rem !important;
    text-transform: uppercase;
    position: relative;
    font-size: 1.8rem;
    opacity: 1 !important;
}

.variations_form  .woocommerce-variation-price span {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}

a.reset_variations {
    font-size: 14px !important;
}

.variations_form .product-options{
    margin-bottom: 15px !important;
}

.woocommerce-notices-wrapper {
    width: 100% !important;
    
}

.woocommerce-notices-wrapper .woocommerce-message {
    margin-bottom: 20px;
    font-size: 12px;
}
.woocommerce a.remove:hover {
    background: none !important;
    color: #000 !important;
}

section.cart.first-section .total-item.shipping-item {
    display: none !important;
}

.info-box.product-name-box a {
    text-decoration: none !important;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none !important;
}


 .input-text  , .woocommerce form .form-row select{
 border: none !important;
    border-bottom: 1px solid currentColor !important;
    padding: 1.5rem 0 .5rem !important;
    color: currentColor !important;
    resize: none !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.woocommerce-billing-fields {
    width: 100% !important;
}

.woocommerce-additional-fields {
    width: 100% !important;
}
.woocommerce-shipping-fields {
    width: 100% !important;
}

.checkout .container{
        padding: 15rem 10rem 15rem;
}

.checkout-panel.delivery_zone , .order_review_tab{
       padding-top: 10rem
}

.woocommerce-order-received .woocommerce-order , .woocommerce-account .woocommerce {
    width: 100% !important;
    padding: 25rem 10rem 15rem;
}
@media only screen and (max-width: 767px) {
    .woocommerce-message {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}
.checkout-panel.delivery_zone , .order_review_tab{
       padding-top: 3rem
}
.woocommerce-order-received .woocommerce-order , .woocommerce-account .woocommerce {
    width: 100% !important;
    padding: 25rem 10rem 15rem;
}
}


.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method,
#payment ul.payment_methods li,
ul.wc_payment_methods li {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin-bottom: 1.25rem !important;
    line-height: normal !important;
}

.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method > input[type="radio"],
#payment ul.payment_methods li > input[type="radio"],
ul.wc_payment_methods li > input[type="radio"] {
    margin: 0 !important;
    cursor: pointer !important;
    vertical-align: middle !important;
    width: auto !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
}

.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method > label,
#payment ul.payment_methods li > label,
ul.wc_payment_methods li > label {
        font-size: 2rem;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    margin: 0 !important;
    cursor: pointer !important;
    line-height: 2 !important;
    width: auto !important;
    font-family: SilkSerif, serif;
    position: relative;
    top: 2px;
        text-transform: uppercase;
}

.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method .payment_box,
#payment ul.payment_methods li .payment_box,
ul.wc_payment_methods li .payment_box {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin-top: 0.75rem !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    background: none !important;
}

span.woocommerce-terms-and-conditions-checkbox-text {
    color: #000 !important;
    font-size: 1.6rem;
}
input#terms {
    padding: 0px 9px 0 0;
    min-width: 1.25rem;
    min-height: 1.25rem;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 3rem;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    font-size: 14px;
}

.woocommerce-order-received .woocommerce-order h2 {
    font-size: 3rem;
    padding: 15px 0;
}

.woocommerce-order-received td.woocommerce-table__product-name.product-name {
    font-size: 2rem;
}

.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    font-size: 2rem;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields {
    display: none !important;
}

section.woocommerce-customer-details address {
    font-size: 2rem;
    line-height: 25px;
}

.woocommerce-account .woocommerce  form.woocommerce-form.woocommerce-form-login.login {
    max-width: 500px;
    margin: 0 auto;
}

nav.woocommerce-MyAccount-navigation li {
    background: #a00c37 !important;
    color: #fff !important;
    padding: 1.5rem 2.25rem 1rem !important;
    text-transform: uppercase;
    font-size: 1.8rem;
    opacity: 1 !important;
    border: 1px solid #fff;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  
}