/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
/* UIUXNEST – View Order Page */
.uiuxnest-order-divider{
  height: 1px;
  background: rgba(0,0,0,.08);
  margin: 18px 0;
}

.uiuxnest-order-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.uiuxnest-order-btn{
  border-radius: 10px;
}

.uiuxnest-license-key-plain{
  font-weight: 600;
  letter-spacing: .2px;
}

.uiuxnest-order-muted{
  opacity: .6;
}

body.woocommerce-account.woocommerce-view-order section.woocommerce-order-downloads:empty{
  display:none !important;
}
.uiuxnest-license-lifetime{
  display:inline-block;
  padding:4px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:600;
  background:rgba(30,94,255,.10);
  color:#1e5eff;
}