/*
Theme Name: Ecomus Child
Theme URI: https://wpecomus.com/
Author: DrFuri
Author URI: http://drfuri.com/
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecomus
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: ecomus
*/

tr.tax-rate td {
    float: right;
}
.single-product div.product .product-gallery-summary .entry-title:after {
    content: '';
    background: #000;
    position: relative;
    display: block;
    height: 4px;
    width: 10%;
    border-radius: 20px;
    background-image: linear-gradient(156deg, #03a6e8 0%, #2c3b8c 82%);
    overflow: hidden;
    margin: 10px 0 0;
}
.main-heading .ecomus-heading-elementor:after {
    content: '';
    display: block;
    width: 54px;
    height: 8px;
    background: #000;
    border-radius: 3px;
    margin: 17px 0 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    width: 115px;
    /* height: 4px; */
    border-radius: 20px;
    background-image: linear-gradient(156deg, #03a6e8 0%, #2c3b8c 82%);
    overflow: hidden;
    /* margin: 0 auto; */
}
ul.products li.product .product-inner {
    border: 1px solid #e0dada;
    padding: 20px !important;
}
.short-desc-title {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    background: linear-gradient(to bottom, #f5f5f5, #e0e0e0);
    border: 1px solid #ccc;
    padding: 8px 20px;
    display: inline-block;
}
.custom-instock-banner {
    background: linear-gradient(90deg, #28a745, #218838); /* Green stripe */
    color: #fff;
    font-weight: bold;
    padding: 12px;
    text-align: center;
    border-radius: 4px;
    margin: 15px 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

