/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.research_bundle .price, .cstom_variable_price  .price {
    display: flex !important;
    /* flex-direction: row !important; */
    align-items: center !important;
    gap: 10px;
}


.research_bundle .price del, .cstom_variable_price .price del {
    order: 2 !important;
    display: inline-block !important;
}

.research_bundle .price ins, .cstom_variable_price .price ins {
    order: 1 !important;
    display: inline-block !important;
}
.custom_qty_btn .single_add_to_cart_button{
	margin-left: 0 !important
}














/* Vertical Gold Badge */
/* .qor-vertical-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d4af37;
    padding: 12px 6px;
	backdrop-filter: blur(6px);
    border-radius: 14px;
    border: 1px solid rgba(212,175,55,0.7);
    background: rgba(0,0,0,0.65);
    box-shadow: 
        0 0 8px rgba(212,175,55,0.35),
        inset 0 0 6px rgba(212,175,55,0.25);
} */


.qor-vertical-label {
    font-size: 15px;
    font-weight: 500;
    letter-spacing:0.5px;
    text-transform: uppercase;
    color: #fff;
}


