/*
Theme Name: Base Theme
Author URI: https://monddi.co.uk
Version: 1.0

*/
@import url("./assets/css/style-main.css");


/* fix cache issues */
.header-search-box .woocommerce-product-search{
	height: 40px;
}
.header-search-box .search-icon{
    height: 21px;
}

.header-shop-links-box img{
	max-width: 27px;
}







#elex_prod_new_div{
    display: flex;
    justify-content: flex-end;
}

center .btn,
#elex_prod_btn{
    background: #000;
    border: solid 2px #000;
    border-radius: 100px;
    color: #fff;
    float: left;
    font-weight: 600;
    font-size: 17px;
}
center .btn:hover,
#elex_prod_btn:hover{
	background: #fff;
	color: #000;
}