/*
Theme Name: WC Order Sync Theme
Theme URI: https://wcordersync.com
Author: WPPOOL  
Author URI: https://wcordersync.com
Description: Theme developed for order sync plugin. Staging theme
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.3.4
URL: https://wppool.dev/
Text Domain: osgs
*/

#HW_badge_cont {
    position: absolute;
    top: -8px;
    right: 50px;
}
.product-update {
    margin-right: 10px;
}
.product-update img {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 3px;
}
.HW_badge.HW_softHidden {
    background: #5C5656 !important;
}

.main_menu .navBar .exclusive-bundle a, .main_menu .navBar .exclusive-bundle:hover> a {
    background: #00A2FF;
    border-radius: 999px;
    color: #fff !important;
    padding: 6px 20px !important;
    padding-right: 40px !important;
	position: relative;
    font-weight: 400;
}
.main_menu .navBar .exclusive-bundle a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 9999px;
}
.main_menu .navBar .exclusive-bundle a img {
    right: 16px;
    top: 8px;
	position: absolute;
	width: 16px;
}
span.hire-btn {
    font-size: 9px;
    background: #fff;
    border: 1px solid #EE5913;
    color: #EE5913;
    padding: 2px 7px;
    border-radius: 99px;
    bottom: 2px;
    position: relative;
}