/*
Theme Name: Actquila
Theme URI: 
Author: Rahul Kachhava
Author URI: 
Description: Wordpress Ecommerce Theme
Tags: E-commerce, theme
Version: 1.0
Requires at least: 6.4.3
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: Actquila
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

ul.product-offers {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-bottom: 1em;
}

.product-offers li {
    margin-bottom: 10px;
    font-size: 15px;
}

.product-offers li .offer-box {
    border: 1px dashed #1E849A;
    padding: 0 8px 0 0;
    display: inline-flex;
    align-items: center;
}

.product-offers li .offer-box .off {
    padding: 2px 8px;
    background: #FD7E14;
    color: #fff;
    margin-right: 6px;
}

.product-offers li .coupon-msg,
.product-offers li b.coupon-code,.brief-shipping-details {
    color: #1E849A;
}

.product-offers li .copy-btn {
    cursor: pointer;
    padding: 8px;
    margin-left: 6px;
    background: #efefef;
    color: #000;
    display: initial;
}
.d-flex {
    display: flex !important;
    align-content: flex-start;
    flex-wrap: wrap;
}