/**

 * MAIN SITE STYLE

 * - FRONT SIDE ONLY

 * - ANY NEW CSS RULES SHOULD ADDED HERE

 */

/* CODIGO DE LA TIENDA */
/* Primera seccion */
.texto-centrado {
  text-align: center;
  margin-top: 4rem;
}
.texto-centrado img {
  width: 370px;
}
.texto-centrado p {
  color: #43472b;
  text-align: center;
  font-family: "Helvetica", Sans-serif;
  font-weight: 400;
  margin-top: 0px;
}

@media only screen and (max-width: 1024px) {
  .texto-centrado img {
    width: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .texto-centrado img {
    width: 240px;
  }
}

/* Segunda Seccion */
.Global-destacado {
  max-width: 1140px;
  margin-top: 5rem;
  margin-bottom: 80px;
  background-color: #ced4a8;
  padding: 35px;
  border-radius: 30px;
  color: #43472b;
  font-family: "Helvetica", Sans-serif;
}
.destacado-texto img {
  width: 220px;
}
.destacado-imagen img {
  width: 350px;
}
.destacado-texto {
  display: flex;
  flex-direction: column;
}
.destacado-texto h3 {
  font-size: 50px;
  font-weight: 400;
  font-family: "Helvetica", Sans-serif;
  margin-bottom: 10px !important;
  margin-top: 0;
}

a.destacado-btn {
  width: 120px;
  padding: 10px;
  background-color: #ced4a8;
  margin-top: 40px;
  font-family: "Helvetica", Sans-serif;
  font-size: 19px;
  border: 1px solid;
  border-radius: 10px;
  text-decoration: none;
  color: #43472b;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .Global-destacado {
    display: flex;
    justify-content: space-between;
  }
  .destacado-imagen {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .destacado-texto h3 {
    font-size: 40px;
  }
  .destacado-imagen img {
    width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .Global-destacado {
    padding: 20px;
  }
  .destacado-imagen img {
    width: 220px;
    margin-top: 50px;
  }
  .destacado-texto h3 {
    font-size: 30px;
  }
  .destacado-texto img {
    width: 140px;
  }
  a.destacado-btn {
    width: 85px;
    padding: 7px;
    font-size: 16px;
  }
}

/* SECCION MEDIA DE CATEGORIAS */

.slick-track {
  gap: 20px;
  display: flex;
  align-items: flex-end;
}
.cccd-category-title-container h5 {
  font-family: "Helvetica", Sans-serif;
  color: #43472b;
  text-align: center;
  padding-top: 1rem;
  background-color: #f7f7f7;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding-bottom: 2rem;
}
ul.slick-dots {
  display: flex;
  gap: 15px;
  justify-content: center;
}
ul.slick-dots button:hover {
  background-color: #ced4a8;
}
ul.slick-dots button {
  background-color: #e5edff91;
  color: #cbd9a700;
  border-radius: 100px;
  padding: 5px 10px;
}
.page-id-32 .woocommerce-shop [tabindex="-1"]:focus {
  outline: 0;
  box-shadow: 0 0 3px 0 #ced4a8;
  --formfieldbordercolor: #ced4a8;
  background-color: #ced4a8 !important;
}
li.slick-active {
  background-color: #aabd32;
  border-radius: 100px;
}
.slick-slide img {
  padding: 30px;
}
/* li.cccd-category {
  padding: 30px;
  margin-bottom: 2rem;
  border-radius: 40px;
  background-color: #f7f7f7;
} */
.cccd-category .cccd-category-container .cccd-category-image-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  background-color: #f7f7f7;
  bottom: 0;
  z-index: 0;
  border-radius: 24px 24px 0px 0;
}
.cccd-category .cccd-category-container .cccd-category-image-container {
  position: relative;
}
.cccd-category .cccd-category-container .cccd-category-image-container img {
    z-index: 1;
  position: relative;
}

/* ULTIMA SECCION */
.featured-product-attribute-label h4 {
  margin-bottom: 5px;
}
.featured-section-link button {
  background-color: transparent !important;
  color: #43472b !important;
  border: 1px solid #43472b !important;
}

@media only screen and (max-width: 767px) {
  .featured-section.featured-product-section .featured-section-title h3 {
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 450px) {
  .featured-section.featured-product-section .featured-section-title h3 {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 880px) {
  .featured-section-variations {
    display: flex !important;
    gap: 30px !important;
  }

  .featured-section-variations label {
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 880px) {
  .featured-product-attribute:nth-child(2) {
    margin-top: 1rem;
  }
}

/* PRODUCTOS */
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  background-color: #f7f7f7;
  padding: 25px;
  border-radius: 24px;
}

.summary.entry-summary {
  background-color: #e6eeff;
  padding: 25px;
  border-radius: 24px;
}

.woocommerce div.product .entry-summary .price-container{
  margin-bottom:30px;
}
.woocommerce div.product .entry-summary .price-container>.price{
  margin-bottom:unset;
}

.woocommerce div.product form.cart .variations select {
  border-radius: 10px;
}
.woocommerce-cart a.wc-block-components-product-name,
.woocommerce-cart
  .wc-block-components-button:not(.is-link)
  .wc-block-components-button__text {
  color: #43472b;
}
button.single_add_to_cart_button.button.alt {
  background: none;
  border: 2px solid #43472b;
  color: #43472b;
  border-radius: 10px;
}
/* .quantity form.wpcf7-form.init,
form textarea,
input:not([type="submit"]) {
  margin: 0px 0px !important;
} */
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):focus {
  box-shadow: 0 0 0 2px #43472b !important;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #43472b !important;
  outline: 3px solid transparent;
}
.woocommerce-cart
  button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained
  span.wc-block-components-button__text {
  color: white;
}
.woocommerce-cart
  a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  border: 1px solid #43472b;
}
.woocommerce-cart [tabindex="-1"]:focus {
  outline: 0;
  box-shadow: none !important;
  --formfieldbordercolor: var(--nv-secondary-accent);
  background-color: #f7f7f7 !important;
}
.nv-card-content-wrapper {
  background-color: #f7f7f7;
  border-radius: 24px;
  text-align: center;
  padding-bottom: 30px;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  padding: 20px;
}
.product-template-default table.variations.logo-selection label,
.product-template-default table.variations.logo-selection input.input-color{
  background-color: white;
  border-radius: 10px !important;
  padding: 11px 10px;
  border: 2px solid #dddddd !important;
  width: 100%;
  font-weight: 400 !important;
  font-family: helvetica;
  font-size:.9rem;
}
.product-template-default table.variations.logo-selection input.input-color::placeholder{
  color:var(--nv-text-color);
  opacity:1;
  font-weight:400 !important;
  font-family:helvetica;
}
.product-template-default table.variations.logo-selection input[type="file"]{
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  position: absolute;
}

form.variations_form.cart table {
  margin: 0px 0px 0px 0px !important;
}
.page-id-114 form.wpcf7-form.init label,
form.wpcf7-form.submitting label,
form.wpcf7-form.invalid label {
  width: 100%;
  margin: 2px 0px;
}
ul.page-numbers {
  place-content: center;
}
form.featured-product-form {
  margin-top: 5rem;
}

.single_variation_wrap
  .woocommerce-variation-add-to-cart.variations_button
  .quantity_add-to-cart_container {
  margin-top: 3rem;
  width: 100%;
  display: flex;
}

.product_meta {
  display: none;
}
.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}
section.related.products {
  padding-top: 2rem;
}
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  border-radius: 3px;
  background: #43472b !important;
  border: 0;
  color: #fff !important;
}
form.checkout .woocommerce-additional-fields {
  display: none;
}
.select2-container.select2-container--default
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--pink);
  color: black !important;
}

/* COLORS VARIATIONS */
form .custom-inputs.colors {
  width: 100%;
}

/* CARRITO */
.wc-block-components-shipping-rates-control__package__description--free {
  display: none;
}

/* FORMULARIO DE CONTACTO */
form.wpcf7-form p,
form.wpcf7-form textarea,
form.wpcf7-form input:not([type="submit"]) {
  width: 100%;
  border-radius: 12px !important;
  margin: 0px 0px;
  border-color: #e6eeff !important;
}

[tabindex="-1"]:focus,
input:read-write:focus,
select:focus,
textarea:focus {
  outline: 0;
  box-shadow: 0 0 3px 0 #858383 !important;
  --formfieldbordercolor: #ffffff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

span.select2-selection.select2-selection--singleinput:read-write:focus {
  box-shadow: 0 0 3px 0 #85838300 !important;
}

.woocommerce-page .select2-container--default .select2-selection--single {
  border-color: #dddddd !important;
}
.select2-dropdown {
  border: 2px solid #dddddd !important;
}

.woocommerce-page .select2-container.select2-container--open {
  box-shadow: none !important;
}

.contacto-grupo-c {
  display: flex;
  gap: 8px;
}

form.wpcf7-form.init label {
  width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea.mensaje-c {
  height: 140px;
  width: 100%;
  border-radius: 12px;
}

form.wpcf7-form.init p {
  margin: 0;
  width: 100%;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  border-radius: 12px !important;
  margin: 4px;
  background-color: #f0f8ff00;
  border: 2px solid #43472b;
  color: #43472b;
  font-family: "Helvetica", Sans-serif;
  padding: 8px 30px;
}

/* FOOTER FORMULARIO INVALIDO */
form.wpcf7-form.invalid label {
  width: 100%;
}
form.wpcf7-form.submitting label {
  width: 100%;
}
.contacto-grupo-c p {
  width: 100%;
  margin: 0;
}
form.wpcf7-form p {
  margin-bottom: 0 !important;
}

/* FOOTER */
.footer-conten {
  font-family: helvetica;
  display: flex;
  justify-content: space-between;
  background-color: #43472b;
  color: #e5edff;
  padding: 80px 60px;
}
.redes {
  text-align: end;
}
.contenido h2 {
  font-size: 50px;
  font-weight: 300;
  margin-top: 0;
}
.redes h2 {
  font-size: 25px;
  font-weight: 400;
  margin-top: 20;
}
.redes-iconos i.fa-brands.fa-instagram,
i.fa-brands.fa-whatsapp {
  font-size: 35px;
  background-color: #e5edff;
  padding: 6px 8px;
  border-radius: 10px;
  color: #43472b;
}
/* .redes-iconos i.fa-brands.fa-instagram {
  margin-right: 20px;
} */
a.ws-medio {
  margin: 0px 5px;
}

/* DESARROLLADO POR COOLTO */
.footer-copyright-inner.block-section {
  background-color: #333620;
  color: #e5edff;
  justify-content: space-between;
  padding: 15px 25px;
  text-align: center;
  font-family: "Helvetica", Sans-serif;
}
div#footer-credits a {
  color: #e5edff;
}
@media only screen and (min-width: 767px) {
  .footer-copyright-inner.block-section {
    display: flex;
  }
}

@media only screen and (max-width: 799px) {
  .footer-conten {
    font-family: helvetica;
    display: block;
    background-color: #43472b;
    color: #e5edff;
    padding: 40px 20px;
    text-align: left;
  }
  .redes {
    text-align: start;
  }
  .iconos-ecologicos img {
    width: 200px;
  }
  .contenido h2 {
    font-size: 30px;
  }
  .redes h2 {
    font-size: 20px;
  }
  .redes-iconos i.fa-brands.fa-instagram,
  i.fa-brands.fa-whatsapp {
    font-size: 28px;
  }
}
