/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/products/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 4.6.0.1737138646
Updated: 2025-01-17 18:30:46

*/

/*
.elementor-kit-4 button:hover,
.elementor-kit-4 button:focus,
.elementor-kit-4 input[type="button"]:hover,
.elementor-kit-4 input[type="button"]:focus,
.elementor-kit-4 input[type="submit"]:hover,
.elementor-kit-4 input[type="submit"]:focus,
.elementor-kit-4 .elementor-button:hover,
.elementor-kit-4 .elementor-button:focus {
    
    background-color: #BB1E24;
    color: rgb(255, 255, 255);
    border-style: solid;
    border: 1px solid #BB1E24;
    border-radius: 200px 200px 200px 200px;
}
*/

/*
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.elementor-button:hover,
.elementor-button:focus {
    
    background-color: rgb(240 30 36) !important;
    color: rgb(255, 255, 255) !important;
    border-style: solid !important;
    border: 1px solid rgb(240 30 36) !important;
    border-radius: 200px 200px 200px 200px !important;
}
*/

/* Para telas maiores que 580px, a fonte se redimensiona normalmente */
body {
  font-size: 16px !important; /* Tamanho base de fonte para telas grandes */
}

/* Para telas menores que 580px */
@media screen and (max-width: 580px) {
  body {
    /* Mantém a proporção de 16px em 580px de largura */
    font-size: calc(16px * (100vw / 580px)) !important;
  }

  /* Para um texto que deve ter 20px a 580px */
  span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-footer-item-tax-value {
    /* Mantém a proporção de 20px em 580px de largura */
    font-size: calc(20px * (100vw / 580px)) !important;
  }

  /* Para um texto que deve ter 14px a 580px */
  .texto-menor {
    /* Mantém a proporção de 14px em 580px de largura */
    font-size: calc(14px * (100vw / 580px)) !important;
  }
}

@media screen and (max-width: 580px) {
  h1 {
    /* Mantém a proporção de 32px em 580px de largura */
    font-size: calc(32px * (100vw / 580px)) !important;
  }
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  padding: 0 2em;
}

.wc-block-components-totals-item__label,
.wc-block-components-order-summary-item__total-price,
.wp-block-woocommerce-checkout-order-summary-totals-block {
    display: none;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  padding-left: 5em;
  padding-right: 5em;
}

.woocommerce-page h1.entry-title {
  justify-self: center;
}

.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.widget a.button,
.wp-element-button:not(.is-link) {
  background-color: #e31e24 !important;
  color: #ffffff !important;
  border: 1px solid #e31e24 !important;
  border-radius: 200px !important;
}
/*
.elementor-button:hover,*/
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.widget a.button:hover,
.wp-element-button:not(.is-link):hover,
.wp-element-button:not(.is-link):focus,
.wp-element-button:not(.is-link):active {
  background-color: #bb1e24 !important;
  color: #ffffff !important;
  border: 1px solid #bb1e24 !important;
  border-radius: 200px !important;
}

.added_to_cart,
.site-header-cart .widget_shopping_cart a.button,
.wp-block-button__link {
  background-color: #e31e24 !important;
  color: #ffffff !important;
  border: 1px solid #e31e24 !important;
  border-radius: 200px !important;
}

.added_to_cart:hover,
.site-header-cart .widget_shopping_cart a.button:hover,
.wp-block-button__link:hover {
  background-color: #bb1e24 !important;
  color: #ffffff !important;
  border: 1px solid #bb1e24 !important;
  border-radius: 200px !important;
}

.wc-block-components-button {
  text-decoration: none !important;
}

.mycontainer_1 {
  padding-bottom: 30px;
}

/*
.hentry .entry-content a {
    text-decoration: none;
}

.home .button,
.home .button:hover {
    background-color: #BB1E24;
    border: none;
}
*/
.storefront-full-width-content .content-area {
  float: none;
  margin: auto;
}

.storefront-full-width-content .content-area,
.wc-block-cart {
  max-width: 1200px;
}

.woocommerce-products-header h1 {
  text-align: center;
}
/*
.woocommerce-page .content-area {
    padding-left: 1.41575em;
    padding-right: 1.41575em;
}
*/

.woocommerce-page .product {
  /* width: fit-content; */
  margin: auto;
}

@media (min-width: 66.4989378333em) {
  .woocommerce-page .content-area {
    max-width: 1200px;
    margin: auto;
  }
}

@media (min-width: 1240px) {
  .woocommerce-page .content-area {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 768px) {
  .storefront-full-width-content .site-main ul.products.columns-3 li.product {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .woocommerce-result-count {
    float: right;
  }

  .woocommerce-ordering {
    float: right;
    margin-left: 1em;
    margin-right: 0px;
  }
}

header.elementor.elementor-2165.elementor-location-header {
  z-index: 10;
  justify-self: center;
}

#header {
  max-width: 1200px;
}

header.elementor.elementor-2165.elementor-location-header {
  width: 100%;
}

.elementor-menu-cart__footer-buttons {
  padding-left: 2px;
  padding-right: 2px;
}

.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
  max-width: 1220px !important;
  /*justify-self: center;*/
}

.storefront-align-wide.storefront-full-width-content
  .hentry
  .entry-content
  .alignwide {
  /*padding: 0 6vw;*/
  padding: 0;
  margin: auto;
}

.wc-block-cart {
  padding-top: 3em;
  padding-bottom: 3em;
}

#primary {
  justify-self: center;
}

.hentry {
  margin: 0 0 30px !important;
}

.site-main {
  margin-bottom: 30px !important;
}

.woocommerce-cart #primary,
.woocommerce-checkout #primary {
  box-shadow: 0px 0px 12px 4px #eeeeee;
  width: calc(100% - 20px);
  margin-bottom: 30px !important;
  padding: 10px;
  border-radius: 35px;
}

.woocommerce-cart #main,
.woocommerce-checkout #main {
  padding: 3em 3em;
  box-shadow: 0px 4px 12px 4px #eeeeee;
  border-radius: 30px;
  margin-bottom: 0px !important;
}

/*
.woocommerce-checkout #main {
    padding-bottom: 1em;
    margin-bottom: 30px;
}
*/

/*
.woocommerce-checkout #primary {
    box-shadow: 0px 0px 12px 4px #EEEEEE;
    padding-top: 3em;
    margin-left: 10px;
    margin-right: 10px;
}
*/

.cky-revisit-bottom-right {
  left: 15px;
}

a {
  text-decoration: none !important;
}

.home .site-main {
  margin-bottom: 30px;
}

.home .hentry {
  margin: 0px;
}

.elementor-menu-cart__toggle .elementor-button {
  padding: var(--toggle-icon-padding, 14px 24px 12px 24px);
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:focus {
  box-shadow: none !important;
  outline: none !important;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

/* Add this to your child theme's style.css */

/* When sticky checkout button appears, adjust positions of chat and cookie buttons */
body.has-sticky-checkout-button #ht-ctc-chat,
body.has-sticky-checkout-button
  .cky-btn-revisit-wrapper.cky-revisit-bottom-right {
  bottom: 94px !important;
  transition: bottom 0.3s ease;
}

/* Default positions when not sticky */
#ht-ctc-chat,
.cky-btn-revisit-wrapper.cky-revisit-bottom-right {
  transition: bottom 0.3s ease;
  /*bottom: 15px !important;*/
}

@media (max-width: 580px) {
  /*@media(max-width: 425px) {*/

  .wc-block-components-order-summary
    .wc-block-components-order-summary-item:last-child {
    display: flex !important;
    flex-flow: column !important;
    align-items: center !important;
  }

  .wc-block-components-order-summary
    .wc-block-components-order-summary-item__image,
  .wc-block-components-order-summary
    .wc-block-components-order-summary-item__image
    > img {
    max-width: 100% !important;
    width: 100% !important;
  }

  .wc-block-components-order-summary
    .wc-block-components-order-summary-item__quantity {
    right: 0.8em !important;
  }

  .storefront-align-wide.storefront-full-width-content
    .hentry
    .entry-content
    .alignwide {
    /*padding: 0 6vw;*/
    padding: 0;
  }

  .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    display: flex !important;
    flex-flow: wrap !important;
  }

  h1,
  .alpha {
    font-size: calc(24vw * 0.3);
  }

  .wc-block-cart-items__row td {
    margin-bottom: 1em !important;
  }

  tr.wc-block-cart-items__row {
    justify-content: center;
  }

  .is-medium
    table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-cart-item__image,
  .is-mobile
    table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-cart-item__image,
  .is-small
    table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-cart-item__image {
    padding-right: 0px !important;
  }

  .is-medium
    table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-cart-item__image,
  .is-mobile
    table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-cart-item__image,
  .is-small
    table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-cart-item__image,
  .is-medium
    table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-cart-item__product,
  .is-mobile
    table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-cart-item__product,
  .is-small
    table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-cart-item__product {
    width: 100% !important;
  }

  .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    width: calc(100% - 2em);
    align-self: center;
  }

  .wc-block-components-product-name {
    font-size: 1em !important;
  }

  .wc-block-components-order-summary-item__description {
    padding: 1em 0 3em 0 !important;
    width: 100% !important;
  }

  td.wc-block-cart-item__total {
    width: 100%;
    align-items: start !important;
  }

  td.wc-block-cart-item__total {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 477px) {
  /*@media (max-width: 767px) {*/

  a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
  button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    padding: 2.5vw 5vw 2.5vw 5vw !important;
  }
}

@media (max-width: 358px) {
  .elementor-2165 .elementor-element.elementor-element-ebdbafb img {
    object-position: center;
  }

  .elementor.elementor .e-con > .elementor-widget {
    width: 100%;
  }

  .wc-block-components-title.wc-block-components-title {
    font-size: 0.99em !important;
  }
}

img.wp-post-image {
  width: 100%;
}

.single-product div.product p.price {
  margin: 0px !important;
}

.woocommerce-product-gallery__wrapper {
  aspect-ratio: 1 / 1;
}

.modulos_mobile ol {
  margin: 0 0 1.41575em 20px !important;
}

body.wp-singular .elementor-add-to-cart.elementor-product-variable,
.elementor-editor-active
  body.wp-singular
  .elementor-add-to-cart.elementor-product-variable {
  padding: 20px 0 0 0 !important;
}

body.wp-singular
  .elementor-widget-woocommerce-product-add-to-cart
  .single_variation_wrap,
.elementor-editor-active
  body.wp-singular
  .elementor-widget-woocommerce-product-add-to-cart
  .single_variation_wrap {
  order: 1 !important;
  margin-bottom: 0 !important;
}

body.wp-singular
  .elementor-widget-woocommerce-product-add-to-cart
  .variations
  td.value::before,
.elementor-editor-active
  body.wp-singular
  .elementor-widget-woocommerce-product-add-to-cart
  .variations
  td.value::before {
  content: "Escolhe o teu horário" !important;
  display: block;
  margin: 0;
  font-size: 16px;
  color: #1c244b;
  text-align: center;
}
