/*
 Theme Name:   Pares Balta 2022
 Theme URI:    https://uzero.io
 Description:  Pares Balta theme
 Author:       Uzero
 Author URI:   https://uzero.io
 Template:     understrap
 Version:      2.1.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  paresbalta
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
*/

/** Cookie banner **/
.cky-consent-container {
  position: fixed !important;
  height: 100vh !important;
  width: 100% !important;
  background: rgba(0, 0, 0, 0.4) !important;
  bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
.cky-consent-bar {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 440px !important;
}
div[data-cky-tag="detail-powered-by"],
.cky-btn-revisit-wrapper {
  display: none !important;
}
.cky-show-desc-btn {
  color: #212121 !important;
}
.cky-notice .cky-title,
.cky-preference-header .cky-preference-title,
.cky-accordion-header .cky-accordion-btn {
  font-weight: 600 !important;
}
.woocommerce.archive .woocommerce-products-header {
  text-align: center;
}
.woocommerce.archive #primary {
  margin-top: 3rem;
}
.woocommerce.archive #primary .page-title {
  margin-bottom: 2rem;
}
.woocommerce.archive .woocommerce-products-header {
  text-align: center;
  margin-bottom: 3rem;
}
.woocommerce.archive .woocommerce-result-count {
  margin-top: 7px;
}
@media (max-width: 991px) {
  .elaborador-badge img {
    max-width: 45px !important;
  }
}
@media (max-width: 440px) {
  .cky-consent-bar {
    width: 100% !important;
    left: inherit !important;
    transform: none !important;
    bottom: 0 !important;
    top: auto !important;
  }
}

.hide-non-us-shipping {
  display: none;
}

body.us-shipping .hide-non-us-shipping {
  display: inline;
}

#main .entry-content .wp-block-cover {
  align-items: center;
}

.page-id-202 #main .entry-content .wp-block-cover,
.page-id-5164 #main .entry-content .wp-block-cover,
.page-id-5165 #main .entry-content .wp-block-cover {
  align-items: flex-end !important;
}
