/* =============================================================================
Theme Name: Phlox Pro
Theme URI: http://phlox.pro/go/
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 & 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.
Version: 5.15.0
Tested up to: 5.5.0
Requires at least: 5.3
Requires PHP: 5.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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
Text Domain: phlox-pro
==============================================================================*/
/* --- Pincode Popup Styling --- */
function add_custom_cancel_button_style() {
    ?>
    <style>
    .cancel-order-btn {
      background-color: #ff0000 !important;
      color: white !important;
      padding: 12px 24px !important;
      font-weight: bold !important;
      border: none !important;
      border-radius: 8px !important;
      cursor: pointer !important;
      transition: all 0.3s ease-in-out !important;
    }
    .cancel-order-btn:hover {
      background-color: #cc0000 !important;
      box-shadow: 0 0 12px rgba(255, 0, 0, 0.6) !important;
    }
    </style>
    <?php
}
add_action('wp_head', 'add_custom_cancel_button_style');

.flBtn .flBtn-label, .flBtn a {
	background: var(--e-global-color-2e0d1ca) !important
}

div#floatBtn-1::after {
    content: 'View Cart';
    bottom: -24px;
    position: absolute;
    background: #00A5FF;
    padding: 2px 6px;
    z-index: 2;
    font-size: 14px;
}

/* backup */
.login-form .redirect-text {
	font-weight: 700px;
}

.login-form .redirect-text a{
	border: 1px solid;
    padding: 10px;
    background: #ff5722;
    color: #fff;
    border-radius: 8px;
}
.flBtn {
  background: var(--e-global-color-2e0d1ca) !important;
}

.flBtn-label {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #FF4D00;
  color: white;
  font-size: 14px;
  padding: 2px 6px;
  border-radius: 50%;
  font-weight: bold;
}

div#floatBtn-1::after {
  content: 'View Cart';
  bottom: -24px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #00A5FF;
  padding: 2px 6px;
  z-index: 2;
  font-size: 14px;
  color: white;
  border-radius: 4px;
  text-align: center;
  width: max-content;
}