/*
 Theme Name:  Divi custom
 Description: Child theme of Divi
 Author:      Dipolis.com
 Author URI:  http://dipolis.com
 Template:    Divi
 Version:     1.0.1
 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
*/
.et-l.et-l--footer {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .tax-product_cat .dp-st-shop-toolbar > .dp-st-pagination--top,
  .dp-st-wc-category-archive .dp-st-shop-toolbar > .dp-st-pagination--top {
    margin: 0.75rem 0 1rem !important;
  }
  .tax-product_cat #left-area > .dp-st-pagination--bottom,
  .dp-st-wc-category-archive #left-area > .dp-st-pagination--bottom {
    margin: 0 0 2rem !important;
  }
}
@media screen and (min-width: 768px) {
  .tax-product_cat .dp-st-shop-toolbar,
  .dp-st-wc-category-archive .dp-st-shop-toolbar {
    margin: 0 0 3rem !important;
  }
}
.page-description-dp {
  flex-direction: column;
  --vertical-gap: 0.5rem;
  row-gap: 0.5rem;
}
.page-description-dp > .et_pb_row {
  margin-top: 0;
  margin-bottom: 0;
}

header #menu-puslapiai > li.menu-item-has-children:hover > ul.sub-menu {
  display: block !important;
}
header .et_pb_section_2_tb_header.et_pb_section.et_section_regular.et_flex_section.et_pb_section--with-menu {
  z-index: 10;
}
header .dynamic-post-title-dp > div {
  row-gap: 0;
}
header .main-menu-block-dp {
  z-index: 10;
}
header .et_pb_menu_0_tb_header.menu-one-dp .et-menu-nav ul.sub-menu {
  z-index: 30 !important;
}

body.home #et-boc > header > div > .et_pb_section_4_tb_header.et_pb_section,
body.home #et-boc > header .page-description-dp,
body.single-product #et-boc > header > div > .et_pb_section_4_tb_header.et_pb_section,
body.single-product #et-boc > header .page-description-dp {
  display: none !important;
  visibility: hidden;
  height: 0;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}

.et_block_row::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}

#main-content {
  display: flow-root;
}

@media only screen and (max-width: 980px) {
  body.single-product.km-sticky-cart-active {
    padding-bottom: var(--km-sticky-cart-height, 72px);
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 12px 16px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    background: #fff;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .stock,
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .woocommerce-variation-availability,
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .woocommerce-variation-description,
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .gtm4wp_single_productdata,
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .artealizingas-calculator-block {
    display: none !important;
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .woocommerce-variation-price,
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_variation > .price {
    display: none !important;
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled form.cart {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 12px !important;
    margin: 0 !important;
    float: none !important;
    width: 100%;
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled table.variations {
    margin: 0 !important;
    width: 100%;
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled table.variations td,
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled table.variations th {
    padding: 4px 0 !important;
    border: none !important;
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_variation_wrap,
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .woocommerce-variation-add-to-cart,
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled form.cart:not(.variations_form) {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px !important;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 !important;
    float: none !important;
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_variation_wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 8px !important;
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .woocommerce-variation-add-to-cart {
    justify-content: center;
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .km-sticky-cart-price {
    display: flex;
    align-items: center;
    height: var(--km-sticky-cart-control-height, 48px);
    flex-shrink: 0;
    white-space: nowrap;
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .km-sticky-cart-price .price {
    margin: 0 !important;
    font-size: 16px;
    line-height: 1.2;
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .km-sticky-cart-price .screen-reader-text {
    display: none !important;
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .km-sticky-cart-price del {
    font-size: 13px;
    opacity: 0.7;
    margin-right: 0.35em;
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .km-sticky-cart-price .woocommerce-Price-amount,
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .km-sticky-cart-price bdi {
    color: #eb510b;
    font-weight: 600;
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .km-sticky-cart-price del .woocommerce-Price-amount,
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .km-sticky-cart-price del bdi {
    color: #666;
    font-weight: 400;
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled form.cart .quantity {
    float: none !important;
    display: flex !important;
    align-items: center;
    margin: 0 !important;
    width: auto !important;
    overflow: visible !important;
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled form.cart .quantity input.qty {
    height: var(--km-sticky-cart-control-height, 48px);
    width: 3.5em !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 0.4em !important;
    text-align: center;
    line-height: 1.2 !important;
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_add_to_cart_button.button.alt,
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_add_to_cart_button.button {
    width: 130px !important;
    height: var(--km-sticky-cart-control-height, 48px) !important;
    margin: 0 !important;
    padding: 0 1em !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #eb510b !important;
    background-color: #eb510b !important;
    color: #fff !important;
    border: none !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
    flex-shrink: 0;
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_add_to_cart_button.button.alt::after, body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_add_to_cart_button.button.alt::before,
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_add_to_cart_button.button::after,
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_add_to_cart_button.button::before {
    content: none !important;
    display: none !important;
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_add_to_cart_button.button.alt:hover, body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_add_to_cart_button.button.alt:focus,
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_add_to_cart_button.button:hover,
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_add_to_cart_button.button:focus {
    background: #c54e1b !important;
    background-color: #c54e1b !important;
    color: #fff !important;
    height: var(--km-sticky-cart-control-height, 48px) !important;
    padding: 0 1em !important;
  }
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_add_to_cart_button.button.alt:hover::after, body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_add_to_cart_button.button.alt:hover::before, body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_add_to_cart_button.button.alt:focus::after, body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_add_to_cart_button.button.alt:focus::before,
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_add_to_cart_button.button:hover::after,
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_add_to_cart_button.button:hover::before,
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_add_to_cart_button.button:focus::after,
  body.single-product .et_pb_wc_add_to_cart.km-sticky-cart-enabled .single_add_to_cart_button.button:focus::before {
    content: none !important;
    display: none !important;
  }
  .km-sticky-cart-spacer {
    display: block;
    width: 100%;
    pointer-events: none;
  }
}
body.single-product.et-db #et-boc .et-l .et_pb_wc_add_to_cart .single_add_to_cart_button,
body.single-product.et-db #et-boc .et-l .et_pb_wc_add_to_cart .button {
  box-sizing: border-box;
  width: 130px;
  height: 56px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
}
body.single-product.et-db #et-boc .et-l .et_pb_wc_add_to_cart .single_add_to_cart_button::after,
body.single-product.et-db #et-boc .et-l .et_pb_wc_add_to_cart .button::after {
  display: none !important;
  visibility: hidden !important;
  content: "" !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  font-size: 0 !important;
}
body.single-product.et-db #et-boc .et-l .et_pb_wc_add_to_cart .single_add_to_cart_button:hover, body.single-product.et-db #et-boc .et-l .et_pb_wc_add_to_cart .single_add_to_cart_button:focus,
body.single-product.et-db #et-boc .et-l .et_pb_wc_add_to_cart .button:hover,
body.single-product.et-db #et-boc .et-l .et_pb_wc_add_to_cart .button:focus {
  height: 56px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
  padding-right: 30px;
}
body.single-product.et-db #et-boc .et-l .et_pb_wc_add_to_cart .single_add_to_cart_button:hover::after, body.single-product.et-db #et-boc .et-l .et_pb_wc_add_to_cart .single_add_to_cart_button:focus::after,
body.single-product.et-db #et-boc .et-l .et_pb_wc_add_to_cart .button:hover::after,
body.single-product.et-db #et-boc .et-l .et_pb_wc_add_to_cart .button:focus::after {
  display: none !important;
  visibility: hidden !important;
  content: "" !important;
  opacity: 0 !important;
}

.et-db #et-boc .et-l .et_pb_wc_cart_notice .wc-forward,
.et-db #et-boc .et-l .et_pb_wc_cart_notice a.button.wc-forward,
.woocommerce-message a.button.wc-forward {
  box-sizing: border-box;
  width: 130px;
  text-align: center;
  background: #eb510b !important;
  background-color: #eb510b !important;
  color: #fff !important;
  border: none !important;
}
.et-db #et-boc .et-l .et_pb_wc_cart_notice .wc-forward:hover, .et-db #et-boc .et-l .et_pb_wc_cart_notice .wc-forward:focus,
.et-db #et-boc .et-l .et_pb_wc_cart_notice a.button.wc-forward:hover,
.et-db #et-boc .et-l .et_pb_wc_cart_notice a.button.wc-forward:focus,
.woocommerce-message a.button.wc-forward:hover,
.woocommerce-message a.button.wc-forward:focus {
  background: #c54e1b !important;
  background-color: #c54e1b !important;
  color: #fff !important;
}

.newsletter-form-dp form label {
  color: #fff;
}
.newsletter-form-dp span input {
  width: 100%;
  height: 32px;
  border: 2px solid #eb510b;
  background-color: #ffffff;
}
.newsletter-form-dp p > input {
  background-color: #eb510b;
  width: 100%;
  height: 32px;
  color: #ffffff;
  border: 2px solid #eb510b;
}
.newsletter-form-dp p > input:hover {
  background-color: #d24a0c;
  color: #ffffff;
  cursor: pointer;
  border: 2px solid #d24a0c;
}

body.tax-product_cat #sidebar .widget_search {
  display: none !important;
}
body.tax-product_cat #sidebar:not(:has(.et_pb_widget:not(.widget_search))) {
  display: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.tax-product_cat #left-area > header {
  display: none !important;
}
body.tax-product_cat #left-area > nav > a {
  color: #eb510b;
}
body.tax-product_cat #left-area > nav > a:hover {
  color: #d24a0c;
}
body.tax-product_cat .dynamic-post-title-dp .et_pb_post_title_0_tb_header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body.tax-product_cat .dynamic-post-title-dp header.et-l--header {
  display: block;
  margin: 0;
  padding: 0;
}
body.tax-product_cat .dynamic-post-title-dp header.et-l--header .et_builder_inner_content.et_pb_gutters3 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.tax-product_cat .dynamic-post-title-dp header.et-l--header .et_pb_section_10_tb_header.et_pb_section {
  background-color: transparent !important;
  background-image: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.tax-product_cat .dynamic-post-title-dp header.et-l--header .et_pb_row_5_tb_header,
body.tax-product_cat .dynamic-post-title-dp header.et-l--header .et_pb_column_7_tb_header {
  width: 100% !important;
  max-width: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.tax-product_cat .dynamic-post-title-dp header.et-l--header .et_pb_text_2_tb_header {
  margin-top: 0.5em !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.header-search-dp .wp-block-search {
  margin: 0;
}
.header-search-dp .wp-block-search__label {
  display: none;
}
.header-search-dp .wp-block-search__inside-wrapper {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  border: 2px solid #eb510b;
  border-radius: 6px;
}
.header-search-dp .wp-block-search__input {
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 0 70px 0 14px;
  border: 0;
  border-radius: 0;
  color: #666;
  font-size: 28px;
  line-height: 1.2;
}
.header-search-dp .wp-block-search__input::placeholder {
  color: #666;
  opacity: 1;
}
.header-search-dp .wp-block-search__input:focus {
  outline: none;
  box-shadow: none;
}
.header-search-dp .wp-block-search__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 100% !important;
  margin: 0 !important;
  padding: 0;
  border: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #eb510b;
  color: transparent;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
}
.header-search-dp .wp-block-search__button::before {
  content: "U";
  font-family: ETmodules, sans-serif;
  font-size: 19px;
  color: #fff;
  font-weight: 400;
}
.header-search-dp .wp-block-search__button:hover, .header-search-dp .wp-block-search__button:focus {
  background-color: #d24a0c;
}

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