.elementor-kit-7082{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7082 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.dgwt-wcas-search-wrapp {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

.dgwt-wcas-sf-wrapp input[type="search"] {
  background-color: #111;
  color: #fff;
  border: 2px solid #ff8819;
  border-radius: 30px;
  padding: 14px 20px;
  font-size: 16px;
  width: 100%;
  transition: border-color 0.3s ease;
  box-shadow: 0 0 10px rgba(255, 136, 25, 0.3);
}

.dgwt-wcas-sf-wrapp input[type="search"]::placeholder {
  color: #ff8819;
}

.dgwt-wcas-sf-wrapp input[type="search"]:focus {
  border-color: #ffffff;
  outline: none;
  box-shadow: 0 0 15px rgba(255, 136, 25, 0.6);
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
  background-color: #ff8819;
  border-radius: 0 30px 30px 0;
  padding: 0 20px;
  color: #000;
}

.dgwt-wcas-suggestions-wrapp {
  background-color: #000;
  border: 1px solid #333;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(255, 136, 25, 0.4);
}

.dgwt-wcas-suggestion-title,
.dgwt-wcas-suggestion-category {
  color: #fff !important;
}

.dgwt-wcas-suggestion-price {
  color: #ff8819 !important;
}

.dgwt-wcas-no-results {
  color: #ff8819;
  background: #111;
  padding: 15px;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
}
.dgwt-wcas-sf-wrapp input[type="search"] {
  background-color: #fff !important;
  color: #000 !important;
}

.dgwt-wcas-sf-wrapp input[type="search"]::placeholder {
  color: #777 !important;
}/* End custom CSS */