/*
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Template: phlox-pro
Author: averta
Author URI: http://www.averta.net
Description: Phlox is a modern, lightweight and customizable theme perfect for almost any type of website including, blog, portfolio, agency, startup, new &amp; magazine, restaurant, travel, and photography as well as WooCommerce storefront. What makes the Phlox unbeatable is being fast, truly responsive, translation ready, RTL layout, built with SEO in mind, professional portfolio features, professional news and magazine features, 45 exclusive widgets and elements, WooCommerce Ready, WPML ready, 100% GDPR compliance, reliable with regular updates, and also integrated with Elementor and Visual Composer page builders.
Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,grid-layout,custom-menu,custom-colors,editor-style,featured-images,featured-image-header,footer-widgets,full-width-template,post-formats,sticky-post,theme-options,translation-ready,blog,e-commerce,portfolio,threaded-comments,custom-logo
Version: 5.17.6.1747172028
Updated: 2025-05-13 21:33:48

*/

section.related.products {
	display: flex !important;
    width: 100%;
    flex-direction: column;
}

.aux-goto-top-btn {
	bottom: 98px !important;
}

@media(min-width: 768px) {
	
    .aux-goto-top-btn {
        right: 40px !important;
    }
}

#footer-contact-form label {
    color: #fafafa;
}

#footer-contact-form input[type="text"],
#footer-contact-form input[type="email"],
#footer-contact-form textarea {
    border-bottom: 2px solid #fafafa !important;
    color: #fafafa; /* También puedes cambiar el color del texto si quieres */
}

#footer-contact-form input:focus,
#footer-contact-form textarea:focus {
    border-bottom-color: #fafafa !important; /* Asegura que se mantenga al hacer focus */
}