/*
Theme Name: Woostify Child
Description: Tema hijo de Woostify.
Author: Joel Ochoa
Template: woostify
Version: 1.0.0
*/
.woosify-header-target {
  transition: ease-in 0.3s ease;
  width: 100%;
}
.sticky-header {
  position: fixed !important;
  width: 100% !important;
}

/* .has-header-transparent .site-header-inner {
    transition: background-color 0.3s ease, opacity 0.3s ease;
}*/

.has-header-transparent .sticky-header {
  background-color: #ffffff;
}

.has-header-transparent .sticky-header {
  background-color: #ffffff;
}

.has-header-transparent .sticky-header .primary-navigation > li > a {
  color: #000000;
}

.has-header-transparent .sticky-header .site-tools .tools-icon {
  color: #000000;
}

.site-content-padding {
  padding-top: 110px;
}

.wp-block-search__input {
  border-radius: 15px;
}
.wp-block-search__button {
  border-radius: 15px;
  background-color: #ff4f40;
  color: #fff;
  border: none;
}

@media (min-width: 992px) {
  .site-header-inner .woostify-container {
    max-width: 100% !important;
  }
  .main-navigation .primary-navigation > .menu-item > a {
    /* padding: 0 0 0 20px !important; */
  }
}

.custom-header-layout {
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 0px;
}
.custom-header-layout .navigation-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.pattern-container {
  /*position: absolute;*/
  /*top: 20px;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*height: 50px;*/
  /*z-index: -1;*/
  /*background-image: url("/wp-content/uploads/2024/09/pattern_herringbone-1_1_2_0-0_0_1__2a2a3000_ecc94b-4.png");*/
  /*background-repeat: repeat;*/
  /*background-size: auto; */
}
.pattern {
  width: 100%;
  height: 100%;
}

.branding-custom {
  background-color: #ffff;
  padding-left: 20px;
  padding-right: 20px;
}

.onsale,
.pagination li .page-numbers.current,
.woocommerce-pagination li .page-numbers.current,
.tagcloud a:hover,
.price_slider_wrapper .ui-widget-header,
.price_slider_wrapper .ui-slider-handle,
.cart-sidebar-head .shop-cart-count,
.wishlist-item-count,
.shop-cart-count,
.sidebar-menu .primary-navigation a:before,
.woocommerce-message,
.woocommerce-info,
#scroll-to-top,
.woocommerce-store-notice,
.has-woostify-primary-background-color,
.woostify-simple-subsbrice-form input[type="submit"]:hover,
.has-multi-step-checkout .multi-step-item .item-text:before,
.has-multi-step-checkout .multi-step-item:before,
.has-multi-step-checkout .multi-step-item:after,
.has-multi-step-checkout .multi-step-item.active:before,
.woostify-single-product-stock .woostify-single-product-stock-progress-bar {
  background-color: #ff4f40 !important;
}

.has-header-transparent .site-header-inner {
  background-color: #ffffff;
}

.has-header-transparent .site-header-inner .primary-navigation > li > a {
  color: #000000;
}

.has-header-transparent .site-header-inner .site-tools .tools-icon {
  color: #000000;
}

.has-header-transparent .site-header-inner .primary-navigation > li:hover > a {
  color: #ff4f40 !important;
}

/* Foooter */

.custom-footer-layout {
  background-color: #ffffff;
  padding: 20px 0;
  text-align: center;
  color: #000000;
}

.footer-widgets {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 30px;
  gap: 20px;
}

.footer-branding {
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-bottom: auto;
}

.footer-branding .footer-branding-text {
  max-width: 400px;
  text-align: start;
  margin-top: 20px;

}

.footer-navigation {
  list-style: none !important;
  padding-left: 0 !important;
  max-width: 100px;
  min-width: 100px;
  margin-right: 20px;
  margin-bottom: auto;
}

.footer-navigation .menu-item a {
  color: #000000;
  text-decoration: none !important;
  padding: 0 ;
  width: 100%;
  transition: color 0.3s ease;
  text-align: start;
}

.footer-location {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
}

.footer-location ul {
  list-style: none;
  padding-left: 0;
}

.footer-location ul li {
    display: flex;
    gap: 10px;
    /* align-items: center; */
    text-align: start;
    margin-bottom: 10px;
}

.footer-location ul li svg {
  min-width: 1.5em;
}

.footer-navigation .menu-item a:hover {
  color: #ff4f40;
}

.footer-social-icons {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  height: max-content;
  /* margin-top: 15px; */
  margin-bottom: auto;
  min-width: max-content;
}


.footer-credits {
  margin-top: 20px;
  font-size: 14px;
}

.footer-widgets h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .footer-widgets {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (max-width: 992px) {
  .footer-navigation {
    width: 100%;
    align-self: start;
  }
  .footer-social-icons {
    width: 100%;
    justify-content: start;
  }
  .footer-location {
    width: 100%;
    align-self: start;
  }

  .footer-location ul {
    width: 100%;
  }

  .footer-location h3 {
    width: 100%;
  }
  
}
.site-footer {
  border-top: 1px solid #e5e5e5;
  background: #ffff !important;
}
.site-info {
  display: none !important;
}

@media (max-width: 992px) {
  .navigation-custom {
    padding-bottom: 20px;
  }
  .site-content-padding {
    padding-top: 100px;
  }
}
