/*
 Theme Name:  Divi custom
 Description: Child theme of Divi
 Author:      Dipolis.com
 Author URI:  http://dipolis.com
 Template:    Divi
 Version:     1.0.0
 Author:      Dipolis.com
 License:     GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: Divi-custom
*/
#top-menu li.wpml-ls-item ul.sub-menu {
  right: 0;
  width: 100px;
}

ul.et_mobile_menu li a {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.03) !important;
  line-height: 20px;
}
ul.et_mobile_menu li a:active {
  background-color: rgba(0, 0, 0, 0.03);
}
ul.et_mobile_menu li.menu-item-has-children {
  position: relative;
}
ul.et_mobile_menu li.menu-item-has-children > a {
  background-color: transparent;
  font-weight: normal;
  padding: 10px 36px 10px 5%;
}
ul.et_mobile_menu li.menu-item-has-children > a + a {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 10px;
  font-size: 20px;
  font-weight: normal;
  cursor: pointer;
  z-index: 3;
  background-color: transparent !important;
  border: none !important;
}
ul.et_mobile_menu li.menu-item-has-children > a + a:hover {
  opacity: 1;
}
ul.et_mobile_menu li.menu-item-has-children > a + a.menu-closed:before {
  content: "L";
  display: block;
  color: #666;
  font-size: 16px;
  font-family: ETmodules;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
ul.et_mobile_menu li.menu-item-has-children > a + a.menu-closed.menu-open:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.et_mobile_menu li.current-menu-item > a, ul.et_mobile_menu li.current-menu-ancestor > a {
  background-color: rgba(0, 0, 0, 0.03);
}

@media only screen and (max-width: 540px) {
  #main-header #logo {
    max-width: 38%;
  }
}

#main-footer .sub-menu li {
  margin-left: -13px;
}

.widget_product_search .screen-reader-text {
  display: none;
}
.widget_product_search input[type=search], .widget_product_search button[type=submit] {
  padding: 0.7em;
  height: 40px !important;
  margin: 0;
  font-size: 14px;
  line-height: normal !important;
  border: 1px solid #ddd;
  color: #666;
}
.widget_product_search input[type=search] {
  width: 100%;
  border-radius: 3px;
}
.widget_product_search .woocommerce-product-search {
  position: relative;
}
.widget_product_search button[type=submit] {
  background-color: #ddd;
  width: 70px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
}

.widget_search button[type=submit] {
  width: auto !important;
}

#left-area .woocommerce {
  margin-bottom: 40px;
}
#cookie-notice .cookie-notice-container {
  display: flex;
}
#cookie-notice .cookie-notice-container a {
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
#cookie-notice .cookie-notice-container .cn-text-container {
  text-align: left;
  margin-bottom: 0;
  padding-left: 10%;
  flex-shrink: 0; /* shrinks to 0 to apply 70% width*/
  flex-basis: 80%; /* sets initial width to 70% */
}
#cookie-notice .cookie-notice-container .cn-buttons-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#cookie-notice .cookie-notice-container .cn-buttons-container .cn-button {
  opacity: 0.9;
}
#cookie-notice .cookie-notice-container .cn-buttons-container .cn-button:hover {
  opacity: 1;
}
@media only screen and (max-width: 980px) {
  #cookie-notice .cookie-notice-container {
    flex-direction: column;
  }
  #cookie-notice .cookie-notice-container .cn-text-container {
    text-align: center;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  #cookie-notice .cookie-notice-container .cn-buttons-container {
    justify-content: center;
  }
}

.ps-form-accordion {
  width: 100%;
  margin-bottom: 10px;
}

.ps-form-accordion__section {
  border-bottom: 1px solid #d9d9d9;
}
.ps-form-accordion__section:first-child {
  border-top: 1px solid #d9d9d9;
}

.ps-form-accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 18px 0;
  border: 0;
  background: transparent;
  color: var(--gcid-heading-color, #1a1a1a);
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.ps-form-accordion__header:hover, .ps-form-accordion__header:focus {
  color: #197738;
  outline: none;
}
.ps-form-accordion__header:focus-visible {
  outline: 2px solid #197738;
  outline-offset: 2px;
}

.ps-form-accordion__title {
  flex: 1;
  padding-right: 16px;
}

.ps-form-accordion__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.ps-form-accordion__icon::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #197738;
  border-bottom: 2px solid #197738;
  transform: rotate(-45deg);
  transition: transform 0.25s ease;
}

.ps-form-accordion__section.is-open .ps-form-accordion__icon::before {
  transform: rotate(45deg);
}

.ps-form-accordion__panel {
  padding: 0 0 24px;
}
.ps-form-accordion__panel p > span.wpcf7-form-control-wrap {
  display: block;
  margin-top: -33px;
}
.ps-form-accordion__panel p > label {
  display: block;
  margin-bottom: 10px;
}
.ps-form-accordion__panel .ps-file-upload__name {
  color: #bdbcbc;
}
.ps-form-accordion__panel[hidden] {
  display: none;
}

.wpcf7-form.ps-form-accordion-ready > h3 {
  display: none;
}

.ps-file-upload {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.ps-file-upload input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ps-file-upload__button {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 6px;
  background: #f3f3f3;
  cursor: pointer;
  margin: 0;
}
.ps-file-upload__button:hover {
  background: #e6e6e6;
}

.ps-file-upload__name {
  color: #666;
}

.variable-items-wrapper .variable-item-contents .variable-item-span:after,
.variable-items-wrapper .variable-item-contents .variable-item-span-button:after {
  content: none !important;
}

/*# sourceMappingURL=style.css.map */
