/*
Theme Name:   UkhndHempAstra
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   https://adaptnxt.com
Template:     astra
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  UkhndHempAstra
*/

/* Write here your own personal stylesheet */

.woocommerce-page .buttonizer-group-0-0-1{
	display:none !important;
}


.ast-desktop .main-header-menu.submenu-with-border .sub-menu .menu-link, .ast-desktop .main-header-menu.submenu-with-border .children .menu-link {
color:black!important;
}


/* setting of search bar on header */

.woocommerce-product-search {
    display: flex;
    margin-top: 8px!important;
}



@media (max-width: 650px) {
	.woocommerce-product-search {
    display: flex;
    margin-top: 0px!important;
}
}

.menu-toggle, button, .ast-button, .ast-custom-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"]{
	padding-left:15px!important;
	padding-right:15px!important;
}