/* Go to top button*/
#topbutton {
    position: fixed;
    display: none;
    height: 56px;
    width: 56px;
    line-height: 40px;
    right: 5%;
    bottom: 5%;
    z-index: 1;
  text-decoration: none;
  text-align: center;
}
#topbutton img{
    height: 56px;
    width: 56px;
}
.buttonizer.buttonizer-group.buttonizer-group-0-0-1{
	bottom:13%!important;
}
/* */
.sticky nav.woocommerce-breadcrumb{
	display:none
}
.sticky div.header-widget-region{
	display:none;
}
html,
html body{/*overflow-x:hidden!important;*/ }
/*search*/

.wp-block-search__button {
  display: block;
  margin-bottom: 10px; /* Adjust the margin as needed */
}
.wp-block-search__input {
  display: none;
}
.header-widgetised-area button.wp-block-search__button.has-icon.wp-element-button{
	    background: transparent;
        border: none;
		margin-bottom: 0;
		padding-left: 0;
        margin-left: 0;
		margin-right: 0px;
		padding:0;
	}
html body .wp-block-search__button svg{
		min-height: 2em;
        min-width: 2em;
	}

@media only screen and (max-width: 1200px){
	html #main-menu .header-widgetised-area button.wp-block-search__button.has-icon.wp-element-button {
		background: transparent;
		border: none;
		margin-bottom: 0;
		padding-left: 0;
		margin-left: 0;
		margin-right: 0px;
		padding: 0;
	}
}
@media only screen and (min-width: 1201px) {
	.header-widgetised-area .wp-block-search__inside-wrapper {
        position: relative;
    }
    .wp-block-search__inside-wrapper input[type='search'] {
        position: absolute;
        bottom: -65px;
        right: 0px;
        background: white;
        color: var(--lightblue);
        border-radius: 3px;
    }
}
/*END search*/