/*!
Theme Name: Nuvape Theme
Theme URI: Nuvape
Author: Nuvape
Author URI: Nuvape
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nuvape-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.head_search {
	display: flex;
}


.woocommerce div.product div.summary h1.product_title{
	margin-bottom: 0;
}
.woocommerce div.product div.summary .product_meta{
	position: relative;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
}

.woocommerce div.product div.summary p.price{
	position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.productinfo-show-discounts{
	position: relative;
    	left: 0;
    	margin-left: 25px !important;
    line-height: 1.2;
	top: 0;
}

.mega-menu-item > .mega-sub-menu {
    padding: 15px;
    position: absolute;
    top: 0;
    left: 200px;
    background: white;
    width: 100%;
}


.flex-between {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.cat_right_img {
	margin-bottom: 0px!important;
}

.popup_text {
	display: none;
}
.button_div_center .btn_form {
	display: none
}
.bg_cover {
    opacity: 0.8!important;
    z-index: 10000!important;
}
.popup_div_center {
	z-index: 10001!important;
}

.alertify {
	z-index: 10000;
}