/*
Theme Name: 2C Child
Theme URI: https://www.2cdevgroup.com/
Author: 2C Dev Group
Author URI: https://www.2cdevgroup.com/
Description: 2C Child is the child theme for 2C, a modern multipurpose WordPress theme.
Template: 2c
Version: 1.0
Text Domain: 2c_child
*/

/*Theme Accent Color is #ee4d28. Search and replace to change all at once. To chg Gforms radio, checkmarks color & field outline, go to functions.php and edit filter. Hover link is #ff5733. To change theme color of WooCom emails, go to WooCommerce > Settings > Emails.*/

/*Box & Form Field Outline Color is #cacaca. Search and replace to change all at once.*/

/*Testimonial and Product Review Stars are #f5c518.*/

/* --- VC Button Flat - Classic Orange set to Theme Color with Hover/Focus and Active Styles. They match styles on WP and GF Buttons. --- */

.vc_general.vc_btn3 {
    text-transform: uppercase;
    letter-spacing: 0.04em !important;
    font-weight: 500;
}
.vc_btn3.vc_btn3-shape-rounded {
  border-radius: 4px;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
    background-color: #ee4d28 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.04em !important;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover {
    background-color: #ec2e03 !important; 
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.04em !important;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:focus {
    background-color: #df2a01 !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em !important;
	outline: none !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important; /* Grey box-shadow */
}

.btn-with-headshot-left-brad { /* High Converting Left Aligned WPB CTA Button. Add more of these with different alignments & names below. */
    position: relative; /* Establishes a positioning context */
    overflow: visible;  /* Allows the pseudo-element to extend beyond the button */
    padding-left: 70px;  /* Adjust as needed for the headshot width plus some spacing */
}

/* Pseudo-element that displays the headshot image */
.btn-with-headshot-left-brad::before {
    content: "";
    position: absolute;
    margin-left: 41px;
    top: 50%;                   /* Vertically center the headshot */
    left: -40px;                /* Shift left by half the width (80px / 2) */
    width: 80px;
    height: 80px;
    border-radius: 50%;         /* Make it a circle */
    background-image: url("/wp-content/uploads/2025/02/testimonial-.jpg");
    background-size: cover;
    background-position: center;
    transform: translateY(-50%);
    border: 2px solid #fff;     /* Optional: white border around the headshot */
    z-index: 999;               /* Bring the headshot in front */
}

/* --- Gravity Forms: Using Orbital Theme under Settings. Buttons are Flat Style to match WPB buttons. Change to other styles as needed. --- */

.gfield select {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #ee4d28;
	border: 1px solid #cacaca !important;
}
.ginput_product_price {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    color: #ee4d28 !important;
}
.gform_wrapper.gravity-theme select {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    border-radius: 0px;
    background: #f7f7f7;
    font-size: 14px;
}
h3.gsection_title {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    color: #414546;
    font-size: 20px;
}
.gfield_label.gform-field-label {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    color: #414546;
    font-size: 16px;
}
.gform-field-label--type-inline {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    color: #414546;
    font-size: 16px;
}
.gfield_required, .gfield_required_text {
    font-family: Ubuntu;
    color: #ee4d28 !important;
}
.gform_wrapper .gfield input:focus,
.gform_wrapper .gfield textarea:focus,
.gform_wrapper .gfield select:focus {
    outline: none !important; /* Remove outline if using inset shadow */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Grey box-shadow */
}
.gf_progressbar_percentage {
    background-color: #ee4d28 !important;
}
.gform_next_button, #gform_submit_button_2, .gform_button {
    background-color: #ee4d28 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.04em !important;
	font-size: 14px;
	font-weight: 500;
    border-radius: 4px !important;
}
.gform_next_button:hover, #gform_submit_button_2:hover, .gform_button:hover {
    background-color: #ec2e03 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.04em !important;
	font-size: 14px;
	font-weight: 500;
    border-radius: 4px !important;
}
.gform_next_button:active, #gform_submit_button_2:active, .gform_button:active, .gform_next_button:focus, #gform_submit_button_2:focus, .gform_button:focus {
    background-color: #df2a01 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.04em !important;
	font-size: 14px;
	font-weight: 500;
    border-radius: 4px !important;
	outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important; /* Grey box-shadow */
}

/* --- On Page WPB Elements or Raw HTML --- */

/* Controls Post Excerpt Length */

.blog-post-excerpt p {
    display: -webkit-box;         /* Enables the webkit box layout model */
    -webkit-box-orient: vertical; /* Specifies the box's orientation */
    overflow: hidden;             /* Hides content outside the defined area */
    -webkit-line-clamp: 5;        /* Limits to 5 lines */
    text-overflow: ellipsis;      /* Adds ellipsis (...) for overflow */
}
.blog-post-excerpt {  
    font-size: 13px; /* On Blog Roll Post Media Grid - Slide In from Left Edited Grid*/
}
.vc_gitem-post-data-source-post_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Number of lines to show on Basic Post Grid: Text First */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.vc_tta-title-text { /* Tab Text on Tour Element */
    font-weight: bold;
}

/* WPB Accordion Element */
.vc_tta-title-text {
    font-size: 1.25rem;
    letter-spacing: 0.01em;
}

/* WPB: Hoverbox H2 */
.vc-hoverbox-block-inner.vc-hoverbox-back-inner h2 {
    font-size: 2rem !important;
    color: #000000;
}
.vc-hoverbox-block-inner.vc-hoverbox-front-inner h2 {
    font-size: 2.5rem !important;
    font-weight: 900px;
    color: #000000;
}

/* WPB: Accordian H4 */
.vc_toggle_title h4 {
    font-size: 1rem !important;
    color: #000000;
}

/* WPB: Video Widget Title H2 */
.wpb_wrapper h2.wpb_heading.wpb_video_heading {
    font-size: 1rem !important;
    color: #000000;
}

/* WBP: Separator with Text */
.vc_separator.vc_sep_color_orange .vc_sep_line {
    border-color: #ee4d28 !important;
}
.vc_separator h4 {
    font-size: 1.75rem !important;
}

/* RAW HTML Separator with Icon */
.separator-with-icon {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px auto; /* center the separator */
    width: 50%; /* takes up 50% of the container's width */
}
.separator-with-icon::before,
.separator-with-icon::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #000;
}
.separator-with-icon::before {
    margin-right: 10px;
}
.separator-with-icon::after {
    margin-left: 10px;
}
.separator-with-icon i {
    font-size: 20px; /* adjust size as needed */
    color: #fff;     /* adjust color as needed */
}
.icon-bg-circle { /* A 40x40 circular background behind the icon */
    background-color: #333;   /* Shape color */
    color: #fff;             /* Icon color */
    border-radius: 50%;      /* Makes the background a perfect circle */
    width: 40px;             /* Set fixed width/height for consistent shape */
    height: 40px;            /* Match width */
    display: inline-flex;    /* Use flex to center icon inside the background */
    align-items: center;
    justify-content: center;
    text-align: center;      /* Just in case, ensures icon is centered horizontally */
}

/* WBP: Transitions a whole column vertically to match Blog Cat Boxes and Team 2 Boxes */

.transition-box { /* Apply to columns in the row */
    box-sizing: border-box;         /* Include padding in overall size */
    transition: transform 0.3s ease;  /* Smooth vertical transition */
    border: 1px solid #ccc;           /* Single outline around the whole div */
    background-color: #f9f9f9;
    padding: 10px;                  /* 10px inner padding */
    border-radius: 4px;
    overflow: hidden;               /* Prevent content from spilling out during hover */
    margin-left: 15px !important;
    margin-right: 15px !important;
    max-width: 403px;                  /* Constrain to fit all on one row, incl margins */
}
.transition-box:hover { 
    transform: translateY(-10px); /* Hover effect: move vertically only */
}

/* Core Extend: Social Icons in HTML in Addtional Info */

.social-icons-team-member {
    display: flex !important;
    justify-content: left;
    align-items: left;
    flex-wrap: nowrap;
    gap: 15px; /* Space between icons */
}
.social-icons {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 15px; /* Space between icons */
}

.social-icons a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}
.social-icons a,
.social-icons a:link,
.social-icons a:visited,
.social-icons a:hover,
.social-icons a:active {
    text-decoration: none !important;
    border: none !important;
    display: inline-block !important;
}
.social-icons a i {
    transition: color 0.3s ease;
}

/* Hover effects with brand colors */
.social-icons a:hover i.fa-linkedin {
    color: #0077b5 !important;
}
.social-icons a:hover i.fa-x-twitter {
    color: #000000 !important;
}
.social-icons a:hover i.fa-instagram {
    color: #E1306C !important;
}
.social-icons a:hover i.fa-youtube {
    color: #FF0000 !important;
}
.social-icons a:hover i.fa-facebook {
    color: #1877F2 !important;
}
.social-icons a:hover i.fa-pinterest {
    color: #BD081C !important;
}


/* --- WooCommerce Elements & Buttons - Buttons are Flat Style to match WPB Flat buttons. Change all buttons in WPB CSS to other styles as needed. Remove styles below if not using WooCommerce.--- */

/* WooCommerce: Product Block Styles */
.woocommerce ul.products li.product a:hover {
    border-bottom: none; /* Remove a (link) double underline on prod display box on Shop or Cats */
}
.wc-block-grid__product .wc-block-grid__product-link:hover {
    border-bottom: none; /* Remove a (link) double underline on prod display box on Empty Cart */
}
.wc-block-components-product-rating-stars__stars {
    color: #f5c518;
}

/* Product Box Buttons in WPB WooComm Product Display Elements (Best Sellers, etc) & on Empty Cart Prod Display */

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    line-height: 0.75 !important; /* override inherited line-height */
}
.wp-block-button.wc-block-components-product-button .wp-block-button__link {
  font-size: 14px !important;
}
a.button, a.wp-block-button__link, a.block-button__link {
    background-color: #ee4d28 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.04em !important;
	font-size: 14px !important;
	font-weight: 500 !important;
    border: none;
    border-radius: 4px !important;
}
a.button:hover, a.wp-block-button__link:hover, a.block-button__link:hover {
    background-color: #ec2e03 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.04em !important;
	font-size: 14px !important;
	font-weight: 500 !important;
    border: none;
    border-radius: 4px !important;
}
a.button:active, a.button:focus, a.wp-block-button__link:active, a.wp-block-button__link:focus, a.block-button__link:active, a.block-button__link:focus {
    background-color: #df2a01 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.04em !important;
	font-size: 14px !important;
	font-weight: 500 !important;
    border: none;
    border-radius: 4px !important;
	outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important; /* Grey box-shadow */
}

/* WooCommerce: Product Price Styles */

.product-price p.price del,
.product-price p.price del .woocommerce-Price-amount,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price del,
.wc-block-grid__product-price del,
.wc-block-grid__product-price del .woocommerce-Price-amount {
    color: #666 !important; /* Strike-through regular price on Shop, SingleProduct.php, Empty Cart Display on Cart page. */
    font-weight: 500;
}
.product-price p.price ins,
.product-price p.price ins .woocommerce-Price-amount,
.woocommerce ul.products li.product .price ins,
.wc-block-grid__product-price ins,
.wc-block-grid__product-price ins .woocommerce-Price-amount,
.price > .woocommerce-Price-amount,
.price .woocommerce-Price-amount {
    color: #000 !important; /* Sale price on Shop, SingleProduct.php, Empty Cart Display on Cart page. */
    text-decoration: none !important;
    font-weight:600;
}
.product-price { /* Prod Price on SingleProduct.php */
    font-size: 22px;
    color: #ee4d28;
    font-weight: 700;
    margin-bottom: 15px;
}
.wc-block-components-product-name {
    font-weight: 700!important; /* Prod Price on Cross-sells on Cart page. */
}

/* --- WooCommerce: SingleProduct.php Styles --- */

.single-product-gallery {
    display: flex; /* Product Gallery Layout */
    align-items: flex-start;
    gap: 15px;
    margin-top: 46px !important;
}
.single-product-gallery {
    margin-right: auto;
}
.product-thumbnails {
    display: flex; /* Thumbnail Container */
    flex-direction: column;
    gap: 10px;
    max-width: 100px;
}
.product-thumbnails img {
    cursor: pointer; /* Thumbnail Images */
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.3s ease-in-out, opacity 0.3s ease-in-out;
    width: 100%;
}
.product-thumbnails img.active {
    border: 2px solid #ee4d28; /* Active Thumbnail */
    opacity: 0.7;
}
.product-main-image {
    flex-grow: 1; /* Main Product Image */
    max-width: 600px;  /* Increase container width to 600px */
}
.product-main-image img {
    width: 600px;       /* Fixed width */
    height: auto;       /* Adjust height automatically to preserve aspect ratio */
    max-height: 600px;   /* Ensure the height never exceeds 600px */
    border-radius: 4px;
    transition: opacity 0.3s ease-in-out;
}
/* Mobile Responsiveness of Image Gallery */

@media screen and (max-width: 768px) {
    .single-product-gallery {
        flex-direction: column;
        align-items: center;
    }
    .product-thumbnails {
        flex-direction: row;
        max-width: unset;
        justify-content: center;
    }
    .product-thumbnails img {
        max-width: 80px;
    }
}
.single-product-container {
    max-width: 1300px;
    margin: auto;
    padding: 40px 20px;
}
.single-product-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}
.single-product-image {
    flex: 1;
    max-width: 500px;
}
.single-product-details {
    flex: 1;
    max-width: 500px;
}
.product-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 43px !important;
}
.quantity input.qty {
    border-radius: 4px !important; /* WooCoommerce quantity input field */
    border: 1px solid #cacaca !important; 
    padding: 5px; /* Adjust padding for better spacing */
    font-size: 16px;
    width: 60px; /* Adjust width as needed */
    text-align: center;
    outline: none; /* Remove default focus outline */
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.quantity input.qty:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important; /* Grey glow */
    border-color: #999 !important;
}
.quantity {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
select[name="attribute_pa_size"] {
    border-radius: 4px !important; /* WooCommerce Attributes Drop-down */
    border: 1px solid #cacaca !important;
    padding: 8px 10px !important;
    margin: 0 10px !important;
    font-size: 14px !important;
    background-color: #fff !important;
    color: #333 !important;
    appearance: none !important; /* Removes default browser styling */
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    cursor: pointer !important;
}
select[name="attribute_pa_size"]:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important; /* Grey box-shadow */
    outline: none !important; /* Removes default outline */
}
.product-add-to-cart {
    margin-top: 20px;
}
.alt {
    background-color: #ee4d28 !important; /* Add to Cart Button */
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.04em!important;
	font-size: 14px !important;
    border-radius: 4px !important;
}
.alt:hover {
    background-color: #ec2e03 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.04em !important;
	font-size: 14px!important;
    border-radius: 4px !important;
}
.alt:active, alt:focus {
    background-color: #df2a01 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.04em !important;
	font-size: 14px !important;
    border-radius: 4px !important;
	outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important; /* Grey box-shadow */
}
.stock {
    text-transform: uppercase; /* Stock Message on SingleProduct.php */
    color: #ee4d28;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.4s ease-in-out; /* Smooth transition */
    border: 2px dotted transparent; /* Initially transparent */
    padding: 2px 5px; /* Adds space between text and border */
}
.stock:hover {
    color: #666; /* Hover color */
    border: 2px dotted #666; /* Adds a dotted border on hover */
}
a.button.product_type_simple.out-of-stock-button,
a.wp-block-button__link.out-of-stock-button, .wp-element-button.out-of-stock-button {
    background-color: #666 !important; /* Target buttons with OUT OF STOCK text */
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: none;
    border-radius: 4px !important;
    opacity: 0.7 !important; /* Dimmed effect */

}
a.button.product_type_simple.out-of-stock-button:hover, a.wp-block-button__link.out-of-stock-button:hover {
    background-color: #565050 !important; 
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: none;
    border-radius: 4px !important;
    opacity: 0.7 !important; /* Dimmed effect */
}
a.button.product_type_simple.out-of-stock-button:active, a.button.product_type_simple.out-of-stock-button:focus, a.wp-block-button__link.out-of-stock-button:active, a.wp-block-button__link.out-of-stock-button:focus {
    background-color: #564a4a !important; 
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: none;
    border-radius: 4px !important;
    opacity: 0.7 !important; /* Dimmed effect */
}
a.added_to_cart {
    margin-left: .5em; /* View Cart Text Link by Add to Cart Button on SingleProduct.php */
    text-transform: capitalize;
}

/* Cross Sells on Cart */

.cross-sells-section {
    margin-top: 40px;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
}
.cross-sells-section h2 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 20px;
}
.woocommerce ul.products.cross-sells {
    display: flex;
    justify-content: center;
    gap: 20px;
}
a.wc-block-components-product-name:hover {
      border-bottom: none;
}

/* --- WooCommerce Product Tabs on SingleProduct.php --- */

.custom-product-tabs {
    margin-top: 40px;
}
.custom-tab-buttons {
    display: flex;
    gap: 10px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.custom-tab {
    background: #eee;
    border: none;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    transition: background 0.3s ease-in-out;
}
.custom-tab.active {
    background: #ee4d28;
    color: white;
}
.custom-tab-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.custom-tab-pane {
    display: none;
}
.custom-tab-pane.active {
    display: block;
}
.comment-form-comment {
    font-size: 1.25rem; /* Your Review Title on Reviews Tab */
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 20px;
}

/* WooCommerce Comments/Reviews on Reviews Tab on SingleProduct.php */

li.review {
    list-style: none !important; /* --- Reviews Tab - Remove bullet and add left padding where bullet was before each review --- */
    position: relative;
    padding-left: 1.5em; /* Reserve space for your symbol */
}
li.review::before {
    content: "★ " !important; /* Star symbol with a trailing space */
    color: #f5c518 !important; /* Adjust the star color */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2em !important; /* Adjust size as needed */
}
textarea#comment {
    width: 100%; /* WooCommerce Comments/Reviews */
    border-radius: 4px !important;
    border: 1px solid #cacaca !important;
    padding: 10px;
    font-size: 16px;
    resize: vertical; /* Allow vertical resizing only */
    outline: none; /* Remove default focus outline */
    transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
textarea#comment:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important; /* Grey glow */
}
input[type="submit"].submit {
    background-color: #ee4d28 !important; /* Submit Review button */
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.04em !important;
	font-size: 14px;
    border-radius: 4px !important;
    padding: 10px 20px !important; /* Ensures proper spacing */
    cursor: pointer !important; /* Makes it clear it's clickable */
}
input[type="submit"].submit:hover {
    background-color: #ec2e03 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.04em !important;
	font-size: 14px;
    border-radius: 4px !important;
}
input[type="submit"].submit:active, input[type="submit"].submit:focus {
    background-color: #df2a01 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.04em !important;
	font-size: 14px;
    border-radius: 4px !important;
	outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important; /* Grey box-shadow */
}
/* WooCommerce: Cat Display Sorting Dropdown */

.woocommerce-ordering select {
    border-radius: 4px !important;
	border: 1px solid #cacaca;
    padding: .5rem 1rem;
    width: 100%;
    height: 100%;
    max-width: 24.5625rem;
    max-height: 3rem;
}

/* --- WooCommerce Sale Badge Styling --- */

.wc-block-cart .wc-block-components-product-sale-badge,
.wc-block-cart .wc-block-cart-items__product-onsale,
.wc-block-grid .wc-block-grid__product-onsale,
.onsale {
    background: #ee4d28 !important; 
    border: 1px solid #43454b !important;
    border-radius: 4px !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 0.875em !important;
    font-weight: 600 !important;
    padding: .25em .75em;
    position: absolute;
    right: 4px;
    text-align: center;
    text-transform: uppercase;
    top: 4px;
    width: auto;
    z-index: 9;
}
.woocommerce span.onsale {
    min-height: unset; /* On Shop Page */
    min-width: unset;
    padding: .25em .75em;
    position: absolute;
    right: 4px;
    font-size: 0.875em !important;
    font-weight: 600 !important;
    line-height: unset;
}

/* --- WooCommerce Empty Cart Display on Cart Page--- */

.wc-block-cart__empty-cart__title.with-empty-cart-icon::before { 
    visibility: hidden !important; /* Remove Font Awesome Sad Face */
    display: none !important;
}
.wp-block-separator.has-alpha-channel-opacity.is-style-dots {
    display: none !important; /* Remove dot dot dot */
    visibility: hidden !important;
}
h2.wp-block-heading { /* this conflicts with blog sidebar style. Fix this. */
    text-transform: capitalize;
}

/* --- WooCommerce Side Cart Flyout --- */

.wc-block-components-button {
    font-weight: 300;
}

/* --- WooCommerce Checkout Page --- */

.wc-block-checkout__login-prompt::after {
    content: "\00BB"; /* Unicode for arrow before Login Link*/
    font-size: 23px;
    color: #ee4d28;
    margin-left: 5px;
}
.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
    float: right;
    font-size: 1.50em !important;
    margin-top: -24px;
    text-transform: capitalize;
}
h2.wc-block-components-checkout-step__title {
    text-transform: capitalize;
}
.wc-block-components-checkbox label {
    font-weight: 700; /* Checkbox to create account*/
}
.wc-blocks-components-select .wc-blocks-components-select__select {
	border: 1px solid #cacaca !important; /* Dropdowns on WooCommerce Checkout Page */
}


/* Woo Shop Page Mini-Cart Widget Product Count Styles */
.wc-block-mini-cart__quantity-badge { /* Ensure the quantity badge container is positioned relatively */
    position: relative;
    display: inline-block;
}
.wc-block-mini-cart__quantity-badge .wc-block-mini-cart__badge { /* Position the badge absolutely relative to the icon */
    position: absolute;
    top: -5px;   /* Adjust as needed */
    right: -5px; /* Adjust as needed */
    background-color: #ee4d28; /* Or your preferred color */
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    z-index: 10; /* Make sure it sits on top of the icon */
}