#hd_menu {
background: #fff;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
} .menu-wrap {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
list-style: none;
margin: 0 auto;
padding: 0;
max-width: 100%;
} .menu-wrap li {
flex: 0 1 auto;
box-sizing: border-box;
text-align: center;
} .menu-wrap li img {
height: 50px;
display: block;
margin: 0 auto;
} @media (min-width: 1025px) {
.menu-wrap {
flex-wrap: nowrap;
}
.menu-wrap li {
flex: 0 0 auto;
}
.menu-home {
display: block;
}
} .single-product .cart .button {
margin-right: 1%;
height:50px;
} .woocommerce div.product form.cart .button.single_add_to_cart_button {
width: 49%;
} .single-product .cart .buynow_button {
background-color: #ffffff !important;
color: #000000 !important;
border: 1px solid #000000 !important;
} .single-product .cart .buynow_button:hover {
background-color: #f2f2f2 !important;
color: #000000 !important;
border-color: #000000 !important;
} @media (max-width: 1024px) {
#hd_menu {
padding-top:70px;
border-top: none;
}
.menu-wrap li {
flex: 0 1 25%;
}
.menu-home {
display: none !important;
}
.menu-wrap li img {
height:  auto;
max-height: 100%;
width: 100%;
}
#ast-mobile-header {
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
background-color: #fff;
}
} .woocommerce-js ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
border-radius: 16px;
}