.elementor-addons-products-search {
	 display: flex;
	 justify-content: center;
	 flex-direction: row;
	 width: 100%;
}
 .elementor-addons-products-search .input-wrapper {
	 position: relative;
	 margin-right: 17px;
	 width: 100%;
	 max-width: 626px;
}
 .elementor-addons-products-search input {
	 border: 1px solid #dedfe1;
	 box-sizing: border-box;
	 border-radius: 4px;
	 font-size: 15px;
	 line-height: 22px;
	 padding: 8px 8px 8px 36px;
	 background-color: #fff;
	 color: #1e2731;
	 width: 100%;
	 max-width: 626px;
}
 .elementor-addons-products-search input[placeholder] {
	 overflow: hidden;
	 text-overflow: ellipsis;
	 white-space: nowrap;
}
 .elementor-addons-products-search ::placeholder {
	 color: #b1b5b9;
	 opacity: 1;
	 text-overflow: ellipsis;
}
 .elementor-addons-products-search :-ms-input-placeholder {
	 color: #b1b5b9;
}
 .elementor-addons-products-search ::-ms-input-placeholder {
	 color: #b1b5b9;
}
 .elementor-addons-products-search button {
	 flex-shrink: 1;
}
 .elementor-addons-products-search svg {
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 11px;
	 width: 14px;
	 height: 14px;
	 z-index: 1;
	 margin: auto 0;
}
 