/*
Theme Name: Frutaldia
Theme URI: https://rweb.dev
Author: rweb
Author URI: https://rweb.dev
Description: The Theme has been created for Frutaldia. It's fully customized for its purposes.
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 8.0
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: frutaldia
Tags: one-column, custom-menu, custom-logo, featured-images, translation-ready
*/

/* ----------------- WordPress Core ----------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}


/* ----------------- Normalize ----------------- */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 600;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

*:focus {
  outline: 0 !important;
}

input::placeholder {
  color: #ACAAA3 !important;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


/* ----------------- Theme Specific CSS ----------------- */

:root {
  --frutaldia-green: #9FA628;
  --frutaldia-brown: #975634;
  --frutaldia-textfont: #383333;
  --frutaldia-grey: #e2e2e261;
  --frutaldia-mainfont: 'Poppins', sans-serif;
  --frutaldia-marketfont: 'Dekko', cursive;
}

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  font-family: var(--frutaldia-mainfont);
  font: normal, 21px/2.1rem;
  color: var(--frutaldia-textfont);
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--frutaldia-mainfont);
  font-weight: 600;
  line-height: 1.4;
}

h1 {
  font-size: 38px;
  font-weight: 700;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4,
h5 {
  font-size: 16px;
}

.section-h2 {
  font-size: 32px;
}

p,
li,
span {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

p {
  text-align: left;
}

a {
  color: var(--frutaldia-green);
  text-decoration: none;
  font-weight: 400;
}

a:hover,
a:visited,
.link-underline {
  text-decoration: underline;
}

.link-underline:hover,
.no-link-underline,
.no-link-underline:hover {
  text-decoration: none;
}

.align-center {
  text-align: center;
}

.align-center p {
  text-align: center;
}

.m-top {
  margin-top: 50px;
}

.m-bot {
  margin-bottom: 50px;
}

.bold {
  font-weight: 600;
}

.bold-highlight {
  font-weight: 600;
  color: var(--frutaldia-green);
}

.alert-highlight {
  font-weight: 600!important;
  color: #ff0000;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.btn-frutaldia {
  background-color: var(--frutaldia-green);
  color: #fff;
  font-size: 12px;
  padding: 12px 50px;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none !important;
  border: none;
}

.btn-frutaldia-alt {
  background-color: #fff;
  color: var(--frutaldia-green);
  font-size: 12px;
  padding: 12px 50px;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none !important;
  border: 1px solid var(--frutaldia-green);
  transition: 0.4s;
}

.btn-frutaldia-alt:hover {
  background-color: var(--frutaldia-green);
  color: #fff;
}

.inline-text-separator {
  padding: 0 10px;
}

.clearfix {
  clear: both;
}

/* Lists */

.ol-frutaldia,
.ul-frutaldia {
  margin: 25px 0;
  padding-left: 15px;
}

.ol-frutaldia li,
.ul-frutaldia li {
  margin-bottom: 25px;
}

.ol-frutaldia li::marker,
.ul-frutaldia li::marker {
  font-weight: 600;
}

/* Flex */

.col-section {
  display: flex;
}

.col-section .col-1 {
  flex: 1;
}

.col-section .col-2 {
  flex: 2;
}

.col-section .col-3 {
  flex: 3;
}

.col-section .col-4 {
  flex: 4;
}

.col-section .col-5 {
  flex: 5;
}

.col-section .col-6 {
  flex: 6;
}

.col-section .col-7 {
  flex: 7;
}

.col-section .col-8 {
  flex: 8;
}

.col-section .col-9 {
  flex: 9;
}

.col-section .col-10 {
  flex: 10;
}

.col-section .col-11 {
  flex: 11;
}

.col-section .col-12 {
  flex: 12;
}


/* Containers */

.container {
  width: 100%;
  margin: 0;
}

@media (max-width: 912px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .first-section {
    padding-top: 40px;
  }

  .container-section {
    padding-top: 60px;
  }

  .container-section {
    padding-top: 60px;
  }

  .mobile-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .page-center-sm,
  .page-center-md {
    padding: 50px 25px 0;
    margin: 0;
  }

  h1 {
    font-size: 22px;
    line-height: 1.2;
  }

  h2 {
    font-size: 18px;
  }

  h3,
  h4,
  h5 {
    font-size: 16px;
  }

  .section-h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 40px;
  }

  .align-center h1 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 913px) {
  .container {
    padding: 0 15%;
  }

  .first-section {
    padding-top: 50px;
  }

  .container-section {
    padding-top: 100px;
  }

  .container-section-bot {
    padding-bottom: 30px;
  }

  .mobile-only {
    display: none;
  }

  .pc-only {
    display: block;
  }

  .page-center-sm {
    padding: 50px 50px 0;
    margin: 0 25%;
  }

  .page-center-md {
    padding: 50px 50px 0;
    margin: 0 15%;
  }

  #order-review-details .checkout-section-content {
    display: block !important;
  }
}


/* ----------------- Header ----------------- */

/* Header Bar */

.header-bar {
  padding: 8px 0 10px;
  text-align: center;
  font-weight: lighter;
  background-color: var(--frutaldia-green);
}

.header-bar a {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  line-height: 0;
}

/* Menu Area*/
.menu-area {
  display: flex;
  padding: 10px 50px;
  border-bottom: 1px solid var(--frutaldia-grey);
  position: relative;
}

/* Logo Section*/

.menu-area .logo {
  width: 5%;
  margin: auto 0;
}

.menu-area .logo img {
  width: 100%;
  display: block;
  margin: 0;
}

/* Main Menu Section */
.menu-icon,
.check-button,
.mobile-main-menu,
.menu-icons-mobile {
  display: none;
}

.main-menu {
  width: 30%;
  display: flex;
  justify-content: center;
  margin: auto 0;
}

.main-menu ul {
  padding-left: 0;
}

.main-menu ul li {
  display: inline-grid;
}

.main-menu ul li a {
  font-weight: 600;
  font-size: 13px;
  margin-right: 30px;
}

.main-menu ul li:last-child a {
  margin-right: 0;
}

/* Menu Search Bar Section */

.menu-search {
  width: 40%;
  margin: auto 0;
}

.dgwt-wcas-search-input {
  border-radius: 5px !important;
  font-size: 12px !important;
}

.dgwt-wcas-search-input::placeholder {
  color: var(--frutaldia-textfont) !important;
  opacity: 1 !important;
  font-style: normal !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  height: 35%;
  fill: #000;
  opacity: 1;
}

.dgwt-wcas-suggestion-selected {
  background-color: #F8F9F0 !important;
}

/* Menu CTA button */

.menu-cta-button {
  width: 20%;
  display: flex;
  justify-content: center;
  margin: auto 0;
}

.menu-cta-button a {
  background-color: var(--frutaldia-green);
  color: #fff;
  font-size: 12px;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 500;
  text-decoration: none;
}

/* Icons Section */

.menu-icons {
  width: 5%;
  display: flex;
  justify-content: right;
  margin: auto 0;
  font-size: 24px;
}

.menu-icons .fa-solid {
  margin: 0 8px;
  color: var(--frutaldia-green);
}

.minicart-icon {
  position: relative;
  background-color: #fff;
  border: none;
  cursor: pointer;
}

.minicart-icon .items {
  position: absolute;
  right: 0;
  bottom: -2px;
  color: var(--frutaldia-green);
  background-color: #fff;
  border: 1px solid var(--frutaldia-green);
  border-radius: 50%;
  min-width: 20px;
  min-height: 20px;
  width: auto;
  height: auto;
  padding: 0px 4px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* ----------------- Footer ----------------- */

/* Footer Container */

.footer-area {
  margin-top: 100px;
  padding: 0 15%;
  border-top: 1px solid var(--frutaldia-grey);
}

.footer-area a {
  color: var(--frutaldia-textfont);
  font-size: 12px;
  font-weight: 400;
}

.footer-area .footer-row {
  display: flex;
  padding: 50px 0;
}

/* Footer Widgets */

.footer-title {
  font-weight: 500;
  line-height: 1.4;
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}

.footer-row .footer-widget {
  flex: 1;
  padding: 10px 20px;
}

.footer-widget.logo img {
  display: block;
  margin: 0 auto;
  width: 45%;
}

.footer-widget p {
  text-align: left;
  margin-bottom: 0;
  margin-top: 10px;
}

.footer-widget .social-area {
  margin-top: 10px;
}

.footer-widget .social-area a {
  margin-right: 10px;
}

.footer-widget .text-icon {
  font-size: 10px;
}

/* Footer Bar */

.footer-bar {
  background-color: var(--frutaldia-green);
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px 50px;
}

.footer-bar .footer-date .footer-caption {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}

.footer-bar .footer-date .footer-caption:first-child {
  padding-right: 8px;
}

.footer-bar .footer-date .footer-caption:last-child {
  padding-left: 8px;
}


/* ----------------- Elements ----------------- */

/* Cursor de carga */

body.loading {
  cursor: wait;
}

/* WhatsApp Button */
.wa-btn {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 25px;
  bottom: 50px;
  background-color: var(--frutaldia-green);
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  padding-top: 8px;
  font-size: 40px;
  z-index: 100;
}

/* Search Modal */

#searchModal {
  display: none;
}

/* Breadcrumbs */

.bread {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.bread li {
  display: inline-block;
}

.bread li.crumb:last-child a {
  text-decoration: none;
  pointer-events: none;
  color: inherit;
}

.bread li a {
  padding: 0 10px;
}

.bread li:first-child a {
  padding-left: 0;
  padding-right: 5px;
}

.bread li:last-child a {
  padding-right: 0;
}

.bread li a:hover {
  text-decoration: none;
}

.bread li a span {
  text-decoration: underline;
  font-size: 10px;
}

.bread li:last-child a span {
  text-decoration: none;
}

/* Table */

.resp-table {
  width: 100%;
  display: table;
}

.resp-table-body {
  display: table-row-group;
  font-size: 12px;
  text-align: center;
}

.resp-table-row {
  display: table-row;
}

.table-body-cell {
  display: table-cell;
  padding: 15px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  background-color: #F4F4F4;
}

.table-head-cell {
  font-weight: 500;
}

.table-equal-head {
  width: 20%;
}

.table-empty-cell {
  background-color: #fff;
}

.resp-table-row:nth-child(odd) .table-body-cell {
  background-color: #fff;
}

.resp-table-row:nth-child(even) .table-body-cell {
  background-color: #9fa62812;
}

.tab-mob-span {
  font-size: 12px;
}

/* Acordeón */

.accordion-container {
  border-top: 1px solid var(--frutaldia-green);
  padding: 0 20px;
}

.accordion {
  background-color: #fff;
  cursor: pointer;
  padding: 30px 0 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  position: relative;
}

.accordion .accordion-btn-text {
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding-right: 50px;
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p {
  padding-right: 50px;
}

.accordion:after {
  content: '\002B';
  font-size: 25px;
  line-height: 0.5;
  color: #000;
  position: absolute;
  top: 40px;
  right: 0;
}

.active:after {
  content: "\002D" !important;
  margin-right: 3px;
}

/* Tabs Cobertura */

.tabla-cobertura .active:after {
  display: none;
}

.tabla-cobertura .btn-tabs {
  margin-bottom: 50px;
}


/* ----------------- Loops & Sliders ----------------- */

.loop-container {
  width: 100%;
  margin-top: 20px;
}

.loop-container .product-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5%;
}

.loop-container .product-row .product-item {
  flex: 1;
}

.loop-container .product-row .product-details h3,
.slider-container .slide-item .product-details h3 {
  font-weight: 500;
  font-size: 14px;
  padding: 10px 0;
  margin: 0;
}

.loop-container .product-row .product-details p,
.slider-container .slide-item .product-details p {
  font-size: 12px;
  margin: 0;
}

.slider-container {
  position: relative;
  padding-top: 45px;
}

.slider-container .slide-item {
  margin: 0 2px;
  position: relative;
}

.slider-container .prev-slide,
.slider-container .next-slide {
  position: absolute;
  transform: translateY(-50%);
  background-color: #fff;
  color: var(--frutaldia-green);
  font-size: 24px;
  padding: 5px 10px 8px;
  border: 1px solid var(--frutaldia-textfont);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.slider-container .prev-slide:hover,
.slider-container .next-slide:hover {
  background-color: var(--frutaldia-green);
  color: #fff;
  border: 1px solid var(--frutaldia-green);
}

.slider-container .prev-slide {
  top: 20px;
  right: 45px;
}

.slider-container .next-slide {
  top: 20px;
  right: 1px;
}

.dots-slider {
  position: relative;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  font-size: 0;
  width: 0;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  cursor: pointer;
}

.slick-dots li button:hover {
  opacity: 0.8;
}


/* ----------------- Forms ----------------- */

.form-cf7 .form-container {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-cf7 .form-container-33 {
  width: 33.333333333333%;
}

.form-cf7 .form-container-50 {
  width: 50%;
}

.form-cf7 .form-container-100 {
  display: block;
  margin-bottom: 20px;
}

.form-cf7 .form-title {
  margin: 40px 0 10px;
}

.form-cf7 input {
  -webkit-appearance: auto;
  appearance: auto;
}

.form-cf7 input.text,
.form-cf7 input.title,
.form-cf7 input[type=email],
.form-cf7 input[type=password],
.form-cf7 input[type=tel],
.form-cf7 input[type=text],
.form-cf7 select,
.form-cf7 textarea {
  font-size: 13px;
  border: 1px solid var(--frutaldia-green);
  padding: 15px;
  width: 100% !important;
  color: var(--frutaldia-textfont);
  font-weight: 300;
  background-color: #00000000;
  border-radius: 5px;
}

.form-cf7 input[type=date] {
  border: 1px solid var(--frutaldia-green);
  font-weight: 300;
  border-radius: 5px;
}

.footer-area .form-cf7 input[type=email] {
  color: #fff;
  border: 1px solid #ffffff85;
}

.form-cf7 textarea {
  height: 120px;
}

.form-cf7 .wpcf7-select {
  height: 44.75px;
  padding: 10px;
}

.form-cf7 .wpcf7-date {
  height: 44.75px;
  width: 100%;
  padding: 10px;
  border: 1px solid var(--frutaldia-textfont);
}

.form-cf7 .wpcf7-list-item {
  margin: 0;
  font-size: 14px;
  margin: 20px 0 15px;
}

.form-cf7 .wpcf7-spinner {
  display: none;
}

.form-cf7 .wpcf7-submit {
  background-color: var(--frutaldia-green);
  color: #fff;
  font-size: 14px;
  padding: 15px 50px;
  font-weight: 500;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}

.footer-area .form-cf7 .wpcf7-submit {
  background-color: var(--frutaldia-green);
  color: #fff;
  padding: 10px 50px;
  font-weight: 400;
}

.page-form .form-cf7 .wpcf7-submit {
  width: 100%;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--frutaldia-textfont) !important;
  font-weight: 200;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--frutaldia-textfont) !important;
  font-weight: 200;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--frutaldia-textfont) !important;
  font-weight: 200;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: var(--frutaldia-textfont) !important;
  font-weight: 200;
  opacity: 1;
}

.form-cf7 a {
  display: inline !important;
  font-size: 14px;
}

.form-cf7 p {
  margin: 0;
  font-size: 14px;
}


/* ----------------- Home Page ----------------- */

/* Hero Section */

.hero-item {
  position: relative;
  display: inline-block;
  text-align: left;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.hero-content {
  width: 100%;
  padding: 0 15%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 2;
}

.hero-title,
.hero-subtitle {
  display: block;
  font-weight: 700;
  text-shadow: 0 2px 6px #000000d7;
}

.hero-title {
  font-size: 32px;
}

.hero-subtitle {
  font-size: 34px;
  margin-bottom: 40px;
}

.hero-button {
  background-color: var(--frutaldia-green);
  color: #fff;
  font-size: 18px;
  padding: 12px 50px;
  border-radius: 5px;
  font-weight: 500;
  text-decoration: none !important;
}

/* Category Grid Section */

.category-grid-section {
  padding-top: 60px !important;
}

.category-grid-section h1 {
  font-size: 24px;
  font-weight: 700;
}

.product-categories-section .categories-grid {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  gap: 10px;
  justify-content: center;
}

.category-grid-item {
  position: relative;
  overflow: hidden;
  flex: 1;
  box-sizing: border-box;
  border-radius: 5px;
}


.category-grid-image {
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 100%;
}

.category-grid-details {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  background: #0b0c0b73;
  border-radius: 5px;
  padding: 15px 10px;
  margin: 0 20px;
  text-align: center;
}

.category-grid-details h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 2px 6px #000000be;
}

/* Banner Section */

.banner-section {
  position: relative;
}

.banner-section .banner-details {
  padding: 0 15%;
  position: absolute;
  top: 15%;
  right: 0;
  color: #fff;
  text-align: right;
}

.banner-section .banner-details h2 {
  font-size: 26px;
  margin-bottom: 40px;
  display: block;
  font-weight: 700;
  text-shadow: 0 2px 6px #000000be;
}

.banner-section .banner-details .btn-frutaldia {
  font-size: 16px;
  text-decoration: none !important;
}

/* Beneficios Section */

.beneficios-row {
  display: flex;
  gap: 5%;
}

.beneficios-item {
  display: flex;
}

.beneficios-icon {
  flex: 1;
  padding-right: 15px;
}

.beneficios-content {
  flex: 7;
}

.beneficios-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--frutaldia-green);
}

.beneficios-content p {
  margin-top: 0;
  font-size: 14px;
}

/* Newsletter Section */

.home-newsletter-container h2 {
  font-size: 24px;
  font-weight: 700;
}

.home-newsletter-container h2,
.home-newsletter-container p {
  text-align: center;
}

.newsletter-home {
  padding: 0 30%;
  margin-top: 40px;
}

.newsletter-home .wpcf7-submit {
  width: 100%;
}


/* ----------------- Form Pages ----------------- */

/* Main contact pages */

.page-form .form-cf7 {
  margin: 50px 0 0;
}

.contact-flex {
  display: flex;
}

.contact-form-section {
  flex: 2;
}

.contact-info-section {
  flex: 1;
  border-left: 1px solid #3833333e;
  margin-left: 100px;
  padding-left: 100px;
}

.contact-info-item {
  margin-top: 40px;
}

.contact-info-item:first-child {
  margin-top: 0;
}

.contact-info-section .social-area a {
  margin: 0 5px;
  font-size: 14px;
}

/* Libro de Reclamaciones */

.form-notas p {
  font-size: 12px;
}

.form-notas-pie {
  margin-top: 20px;
}

.empresa-details {
  margin-top: 40px;
}


/* ----------------- Politicas Page ----------------- */

.politica-content,
.politica-content h2 {
  margin-top: 50px;
}


/* ----------------- Cobertura Page ----------------- */

.page-cobertura .container {
  padding-right: 25%;
  padding-left: 25%;
}

.tabla-cobertura {
  margin-top: 60px;
}


/* ----------------- 404 Styles ----------------- */

.page-404 h1 {
  font-size: 122px;
  line-height: 1;
  margin: 0;
  color: var(--frutaldia-textfont);
}

.page-404 p {
  margin: 50px 0;
  font-size: 16px;
}


/* ----------------- FAQ Page ----------------- */

.page-faq .faq-accordion-section {
  padding-top: 20px;
}

.archive-faq-acordion {
  margin-top: 20px;
}

.faq-columns {
  display: flex;
  gap: 5%;
}

.faq-column {
  flex: 1;
}


/* ----------------- Nosotros Page ----------------- */

.nosotros-side-image-container {
  display: flex;
  gap: 5%;
  margin-right: 15%;
}

.nosotros-side-images-container {
  display: flex;
  gap: 5%;
  margin-left: 15%;
}

.nosotros-side-image-img,
.nosotros-side-images-imgs {
  flex: 3;
}

.nosotros-side-image-content,
.nosotros-side-images-content {
  flex: 2;
}

.nosotros-side-images-4,
.nosotros-side-images-2 {
  display: flex;
  gap: 5px;
}

.nosotros-images-4-img,
.nosotros-images-2-img {
  flex: 1;
}

.nosotros-images-2-img {
  margin-top: 5px;
}

.nosotros-side-image-img img,
.nosotros-images-4-img img,
.nosotros-images-2-img img {
  display: block;
  margin: 0;
  border-radius: 10px;
}

.nosotros-side-image-img img {
  border-radius: 0 10px 10px 0;
}

.nosotros-images-first img {
  border-radius: 0 10px 10px 0;
}

.nosotros-images-last img {
  border-radius: 10px 0 0 10px;
}

/* Beneficios Section */

.beneficios-column .beneficios-item {
  margin-top: 20px;
}

.beneficios-column .beneficios-content {
  flex: 12;
}

.beneficios-column .beneficios-content h3 {
  margin-bottom: 5px;
}

/* Equipo Section */

.container-equipo {
  padding-top: 150px;
}

.equipo-flex-container {
  display: flex;
  gap: 10%;
}

.equipo-tarjeta {
  padding: 50px;
  text-align: center;
  flex: 1;
  border: 1px solid #00000021;
  position: relative;
  border-radius: 15px;
}

.equipo-tarjeta img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  border-radius: 50%;
}


.equipo-tarjeta h3 {
  color: var(--frutaldia-green);
  margin-bottom: 0;
}

.equipo-tarjeta-content {
  margin-top: 30px;
}


/* ----------------- Empresas Page ----------------- */

.empresas-beneficios h2,
.empresas-form h2 {
  text-align: center;
}

.empresas-beneficios .beneficios-row {
  margin-top: 60px;
}

.empresas-form .form-cf7 {
  margin: 0 20%;
}

.empresas-form,
.empresas-beneficios {
  padding-top: 60px;
}

.empresas-form .form-cf7 .wpcf7-submit {
  width: 100%;
}


/* ----------------- Testimonios Page ----------------- */

.testimonios-row {
  display: flex;
  gap: 5%;
  margin-top: 40px;
}

.testimonios-row:first-child {
  margin-top: 0;
}

.testimonios-card {
  flex: 1;
  border: 1px solid #00000021;
  padding: 30px;
  border-radius: 15px;
}

.testimonio-card-empty {
  border: none;
}

.testimonio-content {
  margin-bottom: 40px;
}

.testimonio-signature h3 {
  margin-bottom: 0;
  color: var(--frutaldia-green);
}


/* ----------------- WOOCOMMERCE STYLES ----------------- */


/* ----------------- Global WooCommerce Styles ----------------- */

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1 !important;
  margin: 0;
  width: 15px;
  height: 35px;
}

.woocommerce .quantity .qty {
  border: 1px solid var(--frutaldia-textfont);
  border-radius: 5px;
  height: 42px;
  margin-right: 10px;
}

input[type=radio] {
  float: left;
  margin-top: 8px;
  margin-right: 5px;
}


/* ----------------- Woo Default Notices ----------------- */

.woo-notice-container a,
.return-to-shop a,
.woocommerce-checkout .woocommerce-message a,
.woocommerce-checkout .woocommerce-error a,
.woocommerce-checkout .woocommerce-info a {
  background-color: var(--frutaldia-green) !important;
  color: #fff !important;
  font-size: 12px !important;
  padding: 10px 30px !important;
  font-weight: 300 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-left: 20px;
}

.woocommerce-checkout .woocommerce-message {
  display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #9fa62812;
  border-top-color: var(--frutaldia-green);
  margin: 0;
  padding: 1em 2em 1.5em 3.5em;
  font-size: 14px;
}

.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message {
  margin-bottom: 20px;
}


/* ----------------- Product Page ----------------- */

/* General Styles */

.product-main-container {
  gap: 10%;
  padding-top: 50px;
}

/* Variation button */

.opciones-precio {
  margin-top: 30px;
}

.opciones-precio button {
  padding: 10px 30px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid var(--frutaldia-textfont);
}

.boton-activo {
  background-color: var(--frutaldia-green) !important;
  border-color: var(--frutaldia-green) !important;
  color: #fff;
  border-radius: 5px;
}

/* Price Container*/

.product-price-container {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 30px;
}

.col-product-info .btn-frutaldia {
  height: 42px;
  font-size: 14px;
}

.col-product-info .container-title .product-price span,
.col-product-info .container-title .product-price bdi {
  font-size: 20px;
  font-weight: 600;
}

.product-price-container .price-text {
  margin: auto 0;
}

.product-price-container .price-text p {
  margin: 0;
  font-size: 16px;
}

/* Add To Cart Container */

.quantity {
  float: left;
}

.product-button {
  display: flex;
}

.product-button button {
  flex: 1;
}


/* ----------------- Shop Page / Archives Page ----------------- */

/* Main Styles */

.archive-title {
  font-size: 18px;
}

.product-count {
  margin-bottom: 0;
  font-size: 12px;
}

.woocommerce-shop .container-section {
  padding-top: 0;
}

/* Select forms */

.orderby-container {
  margin-top: auto;
}

.woocommerce .woocommerce-ordering {
  margin: 0;
}

form#categorias-dropdown select {
  padding: 8px 30px 8px 10px;
  border: 1px solid var(--frutaldia-textfont);
  border-radius: 4px;
  font-size: 12px;
  text-align: left;
}

.woocommerce-ordering .orderby {
  padding: 8px 30px 8px 10px;
  border: 1px solid var(--frutaldia-textfont);
  border-radius: 4px;
  font-size: 12px;
  text-align: left;
  margin-left: 20px;
}

/* Grid */

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 auto;
  padding: 20px;
}

.product-item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  padding: 15px;
  transition: transform 0.3s ease;
}

.product-grid h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  font-family: var(--frutaldia-marketfont);
}

.loop-container .opciones-precio {
  margin-top: 0;
}

/* Variation button */

.loop-container .opciones-precio button {
  padding: 0 !important;
  margin-right: 0 !important;
  cursor: pointer;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid var(--frutaldia-textfont);
  height: 20px !important;
  width: 100%;
}

.loop-container .opciones-precio button:first-child {
  margin-bottom: 2px;
}

.loop-container .opciones-precio button {
  padding: 0 !important;
  height: 21px;
  font-size: 12px;
  font-weight: 400;
}

.loop-container .add_to_cart_button {
  padding: 10px;
  width: 100%;
  height: 42px;
  color: #fff !important;
  background-color: var(--frutaldia-green) !important;
  font-weight: 400 !important;
  border-radius: 5px !important;
  font-size: 14px !important;
}

.product-add-to-cart {
  margin-top: 20px;
}

.product-add-to-cart .product-actions {
  display: flex;
  justify-content: center;
}

.product-actions-button-container {
  display: flex;
  margin-left: 10px;
}

.product-actions-button {
  flex: 1;
}

.product-actions-button button {
  padding: 0 15px !important;
  width: 100%;
}

.product-add-to-cart .quantity {
  margin: 0;
  flex: 1;
}

.peso-unidad-info p {
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}


/* ----------------- Product Popup ----------------- */

.product-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  overflow-y: auto;
}

.product-popup-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 40px 20px;
  width: 45%;
  border-radius: 15px;
  position: relative;
}

.close-popup {
  color: #aaa;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 0.5;
}

.close-popup:hover,
.close-popup:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Product popup content */

.product-popup-container {
  display: flex;
  margin: 5%;
  gap: 5%;
}

.product-popup-image,
.product-popup-info {
  flex: 1;
}

.product-popup-info .btn-frutaldia {
  height: 42px;
  font-size: 12px;
  padding: 0;
}

.product-popup-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
}

.product-popup-info .opciones-precio button {
  padding: 8px 20px;
  font-size: 12px;
}

.product-popup-info .container-title .product-price span,
.product-popup-info .container-title .product-price bdi {
  font-size: 18px;
  font-weight: 600;
}

.product-popup-info .product-price-container .price-text p {
  font-size: 14px;
}

.product-link {
  text-align: center;
  font-size: 14px;
}

.texto-peso-unitario-popup p {
  font-size: 12px;
}


/* ----------------- Cart Popup ----------------- */

/* Cart Popup Button */

.cart-popup-button-container {
  position: fixed;
  left: 15px;
  bottom: 50px;
}

.cart-popup-button-title {
  font-weight: 700;
  font-size: 14px;
  color: var(--frutaldia-green);
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.cart-popup-button .woocommerce-Price-currencySymbol,
.cart-popup-button .woocommerce-Price-amount,
.cart-popup-button .woocommerce-Price-amount {
  font-weight: 600;
}

.cart-popup-button-container .btn-frutaldia {
  padding: 10px 30px;
}

.cart-popup-icon i {
  margin-right: 10px;
  font-size: 16px;
}

.cart-popup-icon bdi,
.cart-popup-icon .woocommerce-Price-currencySymbol {
  font-weight: 600;
  font-size: 16px;
}

/* Estilo del popup del carrito */

.cart-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}

.cart-popup-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 50px;
  width: 70%;
  border-radius: 15px;
  position: relative;
}

.close-cart-popup {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
}

.close-cart-popup:hover,
.close-cart-popup:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Content cart popup */

.cart-popup-container {
  display: flex;
}

.cart-popup-details {
  flex: 1;
  padding-right: 70px;
}

.cart-popup-client-data {
  flex: 1;
  padding-left: 70px;
  border-left: 1px solid #a0a62853;
}

.cart-popup-content h2 {
  font-weight: 700;
  margin-top: 0;
}

.cart-popup-content h2 a {
  color: var(--frutaldia-textfont);
  font-size: 14px;
  margin-left: 5px !important;
}

.cart-popup-content .mc-producto {
  padding: 10px;
  border-bottom: 1px solid #a0a62853;
}

.mc-producto {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.mc-data-container {
  display: flex;
}

.mc-data-container {
  flex: 2;
}

.mc-remove-container {
  flex: 1;
  text-align: right;
}

.mc-thumbnail {
  width: 40%;
  height: auto;
  margin-right: 10px;
}

.mc-data {
  width: 60%;
}

.mc-data p {
  margin: 0;
  font-size: 12px;
  text-align: left;
}

.mc-data bdi,
.mc-data .woocommerce-Price-currencySymbol,
.mc-subtotal bdi,
.mc-subtotal .woocommerce-Price-currencySymbol,
.mc-descuento bdi,
.mc-descuento .woocommerce-Price-currencySymbol {
  font-size: 12px;
}

.mc-nombre {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.mc-producto .mc-eliminar {
  color: #ff0000;
  font-size: 12px;
}

.mc-subtotal,
.mc-descuento,
.mc-impuestos,
.mc-total {
  margin-top: 5px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.mc-subtotal {
  margin-top: 30px;
  font-size: 12px;
}

.mc-descuento {
  font-size: 12px;
}

.mc-total {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
}

.mc-total bdi,
.mc-total .woocommerce-Price-currencySymbol {
  font-size: 12px;
  font-weight: 600;
}

.cart-popup-client-data p {
  font-size: 12px;
  margin-top: 20px;
}

.cart-popup-client-data p:first-child {
  margin-top: 10px;
}

.popup-cart-buttons {
  display: flex;
  gap: 5%;
  margin-top: 40px;
}

.popup-cart-buttons .btn-frutaldia {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.send-as-gift-link {
  display: block;
  font-size: 12px;
  text-decoration: underline;
  margin-top: 30px;
}

/* Empty cart popup */

.empty-cart-popup {
  margin-bottom: 100px;
}


/* ----------------- Cart & Checkout Header/Footer Styles ----------------- */

/* Header bar */

.cartflow-bar {
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
  color: #fff;
  background-color: var(--frutaldia-green);
}

.cartflow-text,
.cartflow-bar-text {
  margin: auto 0;
}

.cartflow-bar-text p {
  font-weight: 400;
}

.cartflow-header-logo {
  width: 6%;
  margin: auto 0;
}

.cartflow-header-logo img {
  filter: brightness(0) invert(1);
}

/* Footer bar */

.cartflow-footer {
  margin-top: 80px;
}

.cartflow-footer .footer-bar {
  color: #fff;
  background-color: var(--frutaldia-green);
  display: flex;
  justify-content: space-between;
  padding: 12px 50px 10px;
}

.cartflow-footer .footer-date,
.cartflow-footer .footer-date span {
  font-size: 12px;
  font-weight: 400;
}

.cartflow-footer .footer-bar a {
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
}

.cartflow-footer .footer-bar .footer-bar-links {
  margin: auto 0;
}

/* Steps */

.progress-container {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 50px;
}

.progress-bar {
  counter-reset: step;
}

.progress-bar li {
  list-style: none;
  display: inline-block;
  width: 30.33%;
  position: relative;
  text-align: center;
  z-index: 1;
}

.progress-bar li:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid var(--frutaldia-green);
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
}

.progress-bar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  color: #fff;
  background-color: #fff;
  top: 25px;
  left: -50%;
  z-index: -1;
}

.progress-bar li:first-child:after {
  content: none;
}

.progress-bar li.active {
  color: #fff;
}

.progress-bar li.active span {
  color: var(--frutaldia-green);
}

.progress-bar li.active:before {
  background-color: var(--frutaldia-green);
}

.progress-bar li.active+li:after {
  background-color: var(--frutaldia-green);
}


/* ----------------- Cart Page ----------------- */

.woocommerce-cart .container-section {
  padding-top: 0;
}

.woocommerce-cart h1 {
  display: none;
}

.woocommerce-cart h2 {
  font-size: 18px;
}

.woocommerce-cart .quantity {
  float: none;
}

.woocommerce table.shop_table {
  border: none;
  font-size: 12px;
}

.woocommerce-cart bdi,
.woocommerce-cart .woocommerce-Price-currencySymbol {
  font-weight: 600;
}

.woocommerce table .woocommerce-shipping-destination {
  text-align: center;
}

tr.woocommerce-cart-form__cart-item.cart_item td {
  border-right: 1px solid #a0a62853;
  border-top: 1px solid #a0a62853;
  border-bottom: 1px solid #a0a62853;
  text-align: center;
}

tr.woocommerce-cart-form__cart-item.cart_item td:last-child {
  border-right: none;
  border-top: 1px solid #a0a62853;
  border-bottom: 1px solid #a0a62853;
}

.woocommerce-cart table.shop_table tr:last-child td {
  border-top: none;
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  height: 100px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.woocommerce-cart-form__contents th {
  text-align: center;
  font-weight: 500 !important;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled] {
  width: auto !important;
  padding: 15px 50px;
  color: #fff !important;
  background-color: var(--frutaldia-green) !important;
}

input#coupon_code {
  padding: 12.7px;
  font-size: 12px;
  width: 50% !important;
  background-color: #fff;
  border: 1px solid #a0a62853;
  color: var(--frutaldia-textfont);
  border-radius: 5px;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  font-weight: 400;
  font-size: 12px;
  background-color: var(--frutaldia-green) !important;
  color: #fff !important;
  border-radius: 5px;
  padding: 15px 50px;
}

.woocommerce .coupon .button {
  float: none;
  width: 48.5% !important;
  padding: 14.5px;
}

.woocommerce-cart-form .actions {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.cart_totals tr td,
.cart_totals tr th {
  border-top: 1px solid #a0a62853 !important;
}

.cart_totals td {
  text-align: center;
}

.cart_totals td,
.cart_totals th {
  padding: 20px !important;
  font-size: 12px;
}

.cart_totals th {
  font-weight: 500 !important;
}

.woocommerce td.product-name dl.variation {
  margin: 0;
}

.woocommerce td.product-name dl.variation dt {
  float: none;
  clear: none;
  margin-right: 0;
  margin-top: 10px;
  font-size: 12px;
}

.woocommerce td.product-name dl.variation dd p {
  text-align: center;
  margin: 0;
  font-size: 12px;
}

.woocommerce-cart .woocommerce-shipping-totals {
  display: none !important;
}

a.checkout-button.button.alt.wc-forward,
a.checkout-button.button.wc-forward {
  background-color: var(--frutaldia-green);
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
}


/* ----------------- Woocommerce Form Pages ----------------- */

.form-woocommerce p:first-child {
  display: none;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  width: 100%;
}

.form-woocommerce button {
  width: 100%;
  background-color: var(--frutaldia-green) !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 300 !important;
  margin-top: 10px !important;
  padding: 18px 50px 32px !important;
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  float: none;
}


/* ----------------- Account Pages ----------------- */

/* Formularios de Login/Register */

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  display: flex;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  flex: 1;
}

.woocommerce-account .page-center-md {
  padding: 50px 30% 0;
  margin: 0;
}

.woocommerce-form-register {
  display: none;
}

.tab-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.tab-buttons .btn-frutaldia {
  background-color: #fff;
  border: 1px solid var(--frutaldia-green);
  color: var(--frutaldia-green);
}

.tab-buttons .active {
  background-color: var(--frutaldia-green);
  color: #fff;
}

.tab-button::before,
.tab-button::after {
  content: none !important;
}

/* Form */

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
  float: none;
  width: 100%;
  margin: 10px 0;
  background-color: var(--frutaldia-green);
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  padding: 12px;
}

.woocommerce .woocommerce-form-register .woocommerce-Button,
.woocommerce .woocommerce-form-register .woocommerce-Button:hover {
  width: 100%;
  margin: 10px 0;
  background-color: var(--frutaldia-green);
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  padding: 12px;
}

form.woocommerce-form.woocommerce-form-login.login p,
form.woocommerce-form.woocommerce-form-login.login span,
form.woocommerce-form.woocommerce-form-register.register p,
form.woocommerce-form.woocommerce-form-register.register span {
  font-size: 12px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
  gap: 5px;
}

/* General styles account */

.woocommerce-MyAccount-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  float: none !important;
  width: 100% !important;
}

.account-menu-button {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  color: var(--frutaldia-green);
  background-color: #fff;
  border: 1px solid var(--frutaldia-green);
  font-weight: 500 !important;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.2s;
  text-decoration: none !important;
}

.account-menu-button:hover,
.is-active {
  color: #fff;
  background-color: var(--frutaldia-green);
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--current a {
  color: #fff;
  background-color: var(--frutaldia-green);
}

.woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
}

.woocommerce-MyAccount-content {
  margin-top: 40px;
}

/* Datos */

.woocommerce-account fieldset {
  margin: 30px 0;
}

.woocommerce-account .woocommerce-Button {
  display: inline-block;
  padding: 15px 30px !important;
  margin: 5px;
  color: #fff !important;
  background-color: var(--frutaldia-green) !important;
  font-weight: 500 !important;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px !important;
  font-weight: bold;
  text-decoration: none !important;
}


.woocommerce-account .woocommerce-orders-table__cell .view {
  color: #fff !important;
  background-color: var(--frutaldia-green) !important;
  font-weight: 500 !important;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px !important;
  font-weight: bold;
  text-decoration: none !important;
  width: 100%;
}

/* Direcciones */

.woocommerce-account .col2-set {
  display: block;
}

.woocommerce-account .col2-set .col-1,
.woocommerce-account .col2-set .col-2 {
  float: none;
  width: 100%;
}

.woocommerce-account .col2-set .col-2 {
  margin-top: 20px;
}

.woocommerce-account .addresses .title h3 {
  float: none;
}

.woocommerce-account .addresses .title .edit {
  float: none;
  display: block;
  margin-bottom: 20px;
}

/* Login / Register Popup */

.login-register-popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}

.login-popup-content,
.register-popup-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 50px;
  width: 35%;
  border-radius: 15px;
  position: relative;
}

.close-login-popup,
.close-register-popup {
  color: #aaa;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 0.5;
}

.close-login-popup:hover,
.close-login-popup:focus,
.close-register-popup:hover,
.close-register-popup:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Login Popup Content */

.login-popup-content h2 {
  margin-top: 0;
}

.login-popup-content .woocommerce-form {
  margin-bottom: 0 !important;
}


/* ----------------- Checkout Page ----------------- */

.woocommerce-checkout .container-section {
  padding-top: 0;
}

.woocommerce-checkout .woocommerce .col2-set {
  display: block;
}

.woocommerce-checkout h1 {
  display: none;
}

.woocommerce-checkout h3 {
  font-size: 16px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid var(--frutaldia-textfont);
  color: var(--frutaldia-textfont);
  min-height: 40px;
  padding: 6px 12px;
  font-weight: 300;
  border-radius: 5px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid var(--frutaldia-textfont);
  height: 40px;
  padding: 6px;
  border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--frutaldia-green) transparent transparent transparent;
}

.woocommerce form .form-row .select2-container {
  width: 100% !important;
}

/* Sections Checkout */

.checkout-section {
  border: 1px solid #a0a62853;
  margin-bottom: 20px;
  border-radius: 5px;
}

.checkout-section-title {
  padding: 10px 20px 0;
  cursor: pointer;
}

.checkout-section-content {
  padding: 20px;
}

.checkout-section-content.open {
  display: block;
}

#billing-complete-btn,
#shipping-complete-btn {
  background-color: var(--frutaldia-green);
  color: white;
  border: none;
  font-weight: 300;
  border-radius: 0;
  padding: 10px 20px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 14px;
}

#billing-complete-btn:hover,
#shipping-complete-btn:hover {
  background-color: var(--frutaldia-green);
}

#shipping-complete-btn {
  display: none;
}

p#billing_country_field,
p#billing_state_field {
  display: none;
}

/* Checkout coupon */

.woocommerce-form-coupon-toggle {
  display: none;
}

.custom-checkout-coupon {
  border: none;
  padding: 0;
  margin: 2em 0;
  text-align: left;
  border-radius: 0;
  display: flex !important;
}

.custom-checkout-coupon-input input#coupon_code {
  width: 100% !important;
}

.custom-checkout-coupon-btn button {
  background-color: var(--frutaldia-green) !important;
  color: #fff !important;
  padding: 0 40px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0 !important;
  height: 42px;
}

/* Checkout Select2 */

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--frutaldia-textfont);
}

/* Checkout payments style */

.choose-payment-title {
  border-radius: 0;
  border: 1px solid #ddd;
  background-color: #f6f5f8;
  margin: 0;
  padding: 30px 20px;
  border-bottom: 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  color: var(--frutaldia-green);
  background-color: #fff;
  border: 1px solid #ddd;
}

.payment_box p {
  margin: 0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 0;
  border: 1px solid #ddd;
  background-color: #f6f5f8;
  margin-bottom: 20px;
}

.woocommerce-checkout #payment ul.payment_methods li {
  padding: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  width: auto;
}

/* Order Details Table */

th.product-total {
  display: none;
}

tr.order_item td:first-child {
  width: 60%;
}

tr.order_item td:last-child {
  width: 40%;
}

tr.order_item td.product-thumbnail {
  display: flex;
  width: 100%;
}

tr.order_item td.product-thumbnail .product-image {
  width: 25%;
}

tr.order_item td.product-thumbnail .product-details {
  width: 75%;
  margin: auto 0;
  padding: 0 20px;
}

tr.order_item td.product-thumbnail .product-image {
  line-height: 0;
}

.quantity-order-details {
  font-weight: 600;
  color: var(--frutaldia-green);
}

.woocommerce-shipping-totals td {
  font-size: 14px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
  border-radius: 0;
  margin-top: 20px;
  background: var(--frutaldia-green);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  height: 48px;
}

.quantity-units {
  display: block;
  font-size: 12px;
}

/* Payment Icons */

.wc_payment_methods label .wc-culqi-container .wc-culqi-title {
  width: 50px !important;
}

.wc_payment_methods label .wc-culqi-container {
  display: flex !important;
  justify-content: unset !important;
}

.wc_payment_methods label img {
  height: 25px !important;
}

.wc-culqi-icon {
  margin-left: 0 !important;
}

/* Thank You Page */

.woocommerce-order-received .container-section {
  padding-top: 100px;
}

.woocommerce-order-received .woocommerce-customer-details {
  display: none;
}

.woocommerce-thankyou-order-received {
  font-weight: 600;
  line-height: 1.4;
  font-size: 22px !important;
}

.page-order-received {
  width: 75%;
  margin: 0 auto;
}

.page-order-received .woocommerce-order p {
  margin-bottom: 50px;
}

.page-order-received .woocommerce-order h2 {
  margin-bottom: 50px;
}

.page-order-received .woocommerce-order section {
  margin-bottom: 80px;
}

.woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 20px;
  margin: 0 0 50px;
}


/* ----------------- Responsive Media Queries ----------------- */

@media (max-width: 1245px) {

  /* ----------------- Header ----------------- */

  /* Header Container */

  .menu-area .social-area,
  .menu-icons,
  .pc-main-menu,
  .menu-search,
  .menu-cta-button {
    display: none;
  }

  .menu-area {
    display: flex;
    padding: 0px 20px;
    height: 90px;
  }

  /* Logo Section*/
  .menu-area .logo {
    width: 40%;
    margin: 15px 0 10px;
  }

  .menu-area .logo img {
    width: 95px;
    display: block;
    margin: 0;
  }

  /* Main Menu Section */

  .main-menu {
    width: 60%;
    margin: 0;
    height: auto;
    display: flex;
    justify-content: right;
  }

  .mobile-main-menu {
    display: block;
  }

  .mobile-main-menu ul li a {
    padding: 10px 0;
  }

  .main-menu ul {
    position: absolute;
    width: 100%;
    border-top: 3px solid var(--frutaldia-green);
    box-shadow: 1px 1px 5px #d1d1d1;
    background: #fff;
    left: -1245px;
    text-align: center;
    transition: all cubic-bezier(.79, .14, .15, .86) .5s;
    margin: 0;
    z-index: 1;
  }

  .main-menu ul:not(.sub-menu) {
    margin-top: 90px;
  }

  .main-menu ul li {
    display: block;
    margin: 0 15px;
    padding: 10px 15px;
    border-bottom: 1px solid #a0a62853;
    text-align: left;
    position: relative;
  }

  .main-menu ul li:first-child {
    padding-top: 20px;
  }

  .main-menu ul li:last-child {
    padding-bottom: 20px;
  }

  .main-menu ul li:last-child {
    border-bottom: 0;
  }

  .main-menu ul li a {
    color: var(--frutaldia-textfont);
    display: unset;
  }

  .menu-item-has-children i.fa-solid.fa-angle-down {
    margin-left: 0;
    font-size: 14px;
    margin: auto 0;
    position: absolute;
    right: 10px;
    top: 35px;
  }

  .main-menu ul.sub-menu {
    position: relative;
    top: 0;
    display: none;
    width: auto;
    border-top: none;
    box-shadow: none;
    padding: 15px 0 0 0;
  }

  .main-menu ul.sub-menu a {
    padding: 5px 0;
    line-height: 2;
    font-weight: 300;
    margin: 0;
  }

  .main-menu ul.sub-menu li {
    margin: 0;
    padding: 15px;
  }

  .main-menu ul.sub-menu li:last-child {
    padding-bottom: 0;
  }

  .menu.show-dropdown {
    left: 0;
  }

  /* Menu bars */

  .menu-icon .bar1,
  .menu-icon .bar2,
  .menu-icon .bar3 {
    width: 28px;
    height: 3px;
    background-color: var(--frutaldia-green);
    margin: 5px 0;
    transition: 0.4s;
  }

  .menu-icon,
  .check-button {
    display: block;
  }

  .check-button {
    border: none;
    background: transparent;
  }

  .animate-button .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    transform: rotate(-45deg) translate(-4px, 4px);
  }

  .animate-button .bar2 {
    opacity: 0;
  }

  .animate-button .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
  }

  /* Icons Section */

  .menu-icons-mobile {
    display: flex;
    justify-content: right;
    margin: auto 0;
    width: 7.5%;
    width: 100%;
    margin-right: 20px;
    gap: 5%;
    font-size: 26px;
  }

  .menu-icons-mobile .fa-solid {
    margin: 0 8px;
    color: var(--frutaldia-green);
  }

  .menu-icons-mobile i,
  .menu-icons-mobile span {
    font-size: 24px;
  }
}

@media (max-width: 912px) {

  /* ----------------- Footer ----------------- */

  /* Footer Container */

  .footer-area {
    margin-top: 80px;
    text-align: center;
  }

  .footer-area .footer-row {
    display: block;
    padding: 60px 0;
  }

  /* Footer Widgets */

  .footer-row .footer-widget {
    padding: 0;
    margin-bottom: 50px;
  }

  .footer-row .footer-widget:last-child {
    margin-bottom: 0;
  }

  .footer-widget p {
    text-align: center;
  }

  .footer-widget .social-area {
    margin-top: 20px;
  }

  .footer-widget .social-area a {
    margin: 0 5px;
  }

  /* Footer Bar */

  .footer-bar {
    padding: 12px;
  }


  /* ----------------- Elements ----------------- */

  /* WhatsApp Button */
  .wa-btn {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 50px;
    font-size: 30px;
  }

  /* Search Modal */

  .modal-btn {
    cursor: pointer;
  }

  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
  }

  .modal-content {
    background-color: #fff;
    margin: 18vh auto;
    position: relative;
    width: 100%;
    max-width: 95%;
    padding: 30px 30px 50px;
  }

  .modal-content h2 {
    font-size: 18px;
    font-weight: 500;
  }

  .close {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 10px;
    font-size: 22px;
    cursor: pointer;
  }

  /* Acordeón */

  .accordion-container {
    padding: 0 10px;
  }

  .panel p {
    padding-right: 0;
  }

  /* ----------------- Forms ----------------- */

  .form-container {
    display: block !important;
  }

  .form-cf7 .form-container-50 {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .form-cf7 .form-container-33 {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .footer-area .form-cf7 .wpcf7-submit {
    width: 100%;
  }

  /* ----------------- Loops & Sliders ----------------- */

  .loop-container .product-row {
    gap: 2%;
  }

  .loop-container .product-row .product-item {
    width: calc(50% - 1%);
  }

  .loop-container .product-row .product-item:last-child {
    margin-bottom: 0;
  }

  .slider-container {
    position: relative;
    padding-top: 45px;
  }

  .slider-container .slide-item {
    margin: 0 2px;
    position: relative;
  }

  .slider-container .prev-slide {
    top: 50%;
    left: 1px;
    right: auto;
    border: 1px solid #fff;
  }

  .slider-container .next-slide {
    top: 50%;
    right: 0;
    border: 1px solid #fff;
  }


  /* ----------------- Home Page ----------------- */

  /* Hero Section */

  .hero-content {
    padding: 0 30% 0 10%;
  }

  .hero-title {
    font-size: 18px;
  }

  .hero-subtitle {
    font-size: 19px;
  }

  .hero-button {
    padding: 12px 30px;
  }

  /* Category Grid Section */

  .category-grid-section h1 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .product-categories-section .categories-grid {
    padding-top: 0;
  }

  .category-grid-item {
    flex: 48%;
  }

  .category-grid-details {
    margin: 0 10px;
  }

  .category-grid-details h3 {
    font-size: 18px;
  }

  /* Banner Section */

  .banner-section .banner-details {
    padding: 0 10%;
    top: 15%;
    right: 0;
  }

  .banner-section .banner-details h2 {
    font-size: 18px;
  }

  .banner-section .banner-details .btn-frutaldia {
    padding: 12px 30px;
  }

  /* Beneficios Section */

  .beneficios-row {
    display: block;
  }

  .beneficios-row .beneficios-item {
    margin-top: 20px;
  }

  .beneficios-row .beneficios-item:first-child {
    margin-top: 0;
  }

  .beneficios-icon {
    padding-right: 25px;
  }

  .beneficios-content h3 {
    font-size: 15px;
  }

  .beneficios-content p {
    font-size: 13px;
  }

  /* Newsletter Section */

  .home-newsletter-container h2 {
    font-size: 18px;
  }

  .home-newsletter-container h2,
  .home-newsletter-container p {
    text-align: center;
  }

  .newsletter-home {
    padding: 0;
    margin-top: 20px;
  }

  .newsletter-home .wpcf7-submit {
    width: 100%;
  }


  /* ----------------- Form Pages ----------------- */

  /* Main contact pages */

  .page-form .form-cf7 {
    margin: 30px 0 0;
  }

  .contact-flex {
    display: block;
  }

  .contact-info-section {
    margin-top: 70px;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }

  .contact-info-item p {
    text-align: center;
  }


  /* ----------------- Politicas Page ----------------- */

  .politica-content,
  .politica-content h2 {
    margin-top: 40px;
  }


  /* ----------------- Cobertura Page ----------------- */

  .page-cobertura .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .tabla-cobertura {
    margin-top: 40px;
  }


  /* ----------------- 404 Styles ----------------- */

  .page-404 p {
    font-size: 14px;
  }


  /* ----------------- FAQ Page ----------------- */

  .faq-columns {
    display: block;
  }


  /* ----------------- Nosotros Page ----------------- */

  .nosotros-side-image-container {
    display: block;
    margin-right: 0;
  }

  .nosotros-side-images-container {
    display: block;
    margin-left: 0%;
  }

  .nosotros-side-image-content,
  .nosotros-side-images-content {
    padding-right: 25px;
    padding-left: 25px;
  }

  .nosotros-side-image-content {
    padding-top: 40px;
  }

  .nosotros-side-image-content,
  .nosotros-side-images-content {
    padding-bottom: 40px;
  }

  .nosotros-side-images-4 {
    display: none;
  }

  .container-nosotros-beneficios {
    padding-top: 0;
  }

  .nosotros-side-image-img img {
    border-radius: 0;
  }

  .nosotros-images-first-mov img {
    border-radius: 0 10px 10px 0;
  }

  /* Beneficios Section */

  .beneficios-column .beneficios-content {
    flex: 7;
  }

  /* Equipo Section */

  .container-equipo {
    padding-top: 120px;
  }

  .equipo-flex-container {
    display: block;
  }

  .equipo-tarjeta {
    padding: 50px 30px 30px;
  }

  .equipo-tarjeta:last-child {
    margin-top: 100px;
  }


  /* ----------------- Empresas Page ----------------- */

  .empresas-cover .nosotros-side-images-4 {
    display: flex;
  }

  .empresas-form .form-cf7 {
    margin: 40px 0 0;
  }

  .empresas-form,
  .empresas-beneficios {
    padding-top: 40px;
  }


  /* ----------------- Testimonios Page ----------------- */

  .testimonios-row {
    display: block;
    margin-top: 0;
  }

  .testimonios-card {
    margin-top: 40px;
  }

  .testimonios-card-first {
    margin-top: 0;
  }

  .testimonio-card-empty {
    display: none;
  }


  /* ----------------- WOOCOMMERCE STYLES ----------------- */


  /* ----------------- Global WooCommerce Styles ----------------- */

  .woocommerce .quantity .qty {
    height: 50px;
    width: 80px;
  }

  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    width: 26px;
    height: 46px;
  }


  /* ----------------- Woo Default Notices ----------------- */

  /* Current notices */

  .woo-notice-container,
  .woocommerce-checkout .woocommerce-message,
  .woocommerce-checkout .woocommerce-info,
  .woocommerce-checkout .woocommerce-error {
    position: relative !important;
  }

  .woo-notice-container a,
  .woocommerce-checkout .woocommerce-message a,
  .woocommerce-checkout .woocommerce-error a,
  .woocommerce-checkout .woocommerce-info a {
    position: absolute !important;
    bottom: 20px;
  }

  .woocommerce-checkout .woocommerce-message a,
  .woocommerce-checkout .woocommerce-error a,
  .woocommerce-checkout .woocommerce-info a {
    margin-left: 0;
  }

  .woo-notice-container .woocommerce-error,
  .woo-notice-container .woocommerce-info,
  .woo-notice-container .woocommerce-message,
  .woocommerce-checkout .woocommerce-message,
  .woocommerce-checkout .woocommerce-info,
  .woocommerce-checkout .woocommerce-error {
    padding-bottom: 65px;
  }


  /* ----------------- Product Page ----------------- */

  /* General Styles */

  .product-main-container {
    display: block;
  }

  .product-main-container .col-product-images {
    display: none;
  }

  .col-product-info .btn-frutaldia {
    height: 50px;
  }

  /* Variation button */

  .opciones-precio {
    display: flex;
    justify-content: center;
  }

  /* Add To Cart Container */

  .quantity {
    float: left;
  }

  .product-button {
    display: flex;
  }

  .product-button button {
    flex: 1;
  }


  /* ----------------- Shop Page / Archives Page ----------------- */

  /* Main Styles */

  .col-archive-title {
    display: block;
  }

  /* Select forms */

  .orderby-container {
    margin-top: 20px;
  }

  form#categorias-dropdown select {
    padding: 8px 120px 8px 10px;
  }

  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: left;
    margin-top: 10px;
  }

  .woocommerce-ordering .orderby {
    padding: 8px 30px 8px 10px;
    margin-left: 0;
  }

  /* Grid */

  .archive-col-products {
    padding-top: 20px;
  }

  .product-grid {
    display: block;
    padding: 0;
  }

  .loop-container .opciones-precio {
    display: block;
  }

  .loop-container .quantity .qty {
    height: 42px;
    width: 70px;
  }

  .loop-container .add_to_cart_button {
    padding: 0 25px !important;
  }


  /* ----------------- Product Popup ----------------- */

  .product-popup-content {
    margin: 30% auto 0;
    width: 90%;
  }

  /* Product popup content */

  .product-popup-info .btn-frutaldia {
    height: 50px;
  }

  .product-popup-info h3 {
    text-align: center;
  }

  .product-link {
    margin: 10px 0 40px;
  }


  /* ----------------- Cart & Checkout Header/Footer Styles ----------------- */

  /* Header bar */

  .cartflow-bar {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px;
  }

  .cartflow-bar-text p {
    margin: 0;
    text-align: center;
  }

  .cartflow-header-logo {
    display: none;
  }

  /* Footer bar */

  .cartflow-footer {
    margin-top: 50px;
  }

  .page-cart .container-section {
    padding-top: 40px;
  }

  .cartflow-footer .footer-bar {
    display: block;
    padding: 15px 15px 18px 15px;
  }

  .cartflow-footer .footer-date {
    margin-bottom: 10px;
  }

  /* Steps */

  .progress-container {
    display: none;
  }


  /* ----------------- Cart Popup ----------------- */

  /* Cart Popup Button */

  .cart-popup-button-title {
    display: none;
  }

  .cart-popup-button-container .btn-frutaldia {
    padding: 10px 15px;
  }

  /* Estilo del popup del carrito */

  .cart-popup-content {
    margin: 12% auto;
    padding: 30px;
    width: 90%;
  }

  /* Content cart popup */

  .cart-popup-container {
    display: block;
  }

  .cart-popup-details {
    padding-right: 0;
    padding-bottom: 30px;
  }

  .cart-popup-client-data {
    padding-left: 0;
    border-left: none;
    padding-top: 30px;
    border-top: 1px solid #a0a62853;
  }

  .cart-popup-content h2 a {
    font-size: 12px;
  }

  .popup-cart-buttons {
    display: block;
  }

  .popup-cart-buttons .btn-frutaldia,
  .popup-cart-buttons .btn-frutaldia-alt {
    display: block;
    margin-top: 10px;
    text-align: center;
  }

  /* Empty cart popup */

  .empty-cart-popup {
    margin-bottom: 100px;
  }


  /* ----------------- Cart Page ----------------- */

  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled] {
    width: 100% !important;
  }

  .cart_totals {
    margin-top: 50px;
  }

  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }

  .woocommerce #content table.cart img,
  .woocommerce table.cart img,
  .woocommerce-page #content table.cart img {
    width: 50%;
    height: auto;
    display: inline;
    margin-top: 10px;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none !important;
  }

  .woocommerce a.remove {
    color: #7c7c7c !important;
    text-align: right;
    width: 100%;
  }

  .woocommerce table.shop_table td {
    border-top: 1px solid var(--frutaldia-green);
  }

  tr.woocommerce-cart-form__cart-item.cart_item {
    margin-bottom: 40px;
  }

  tr.woocommerce-cart-form__cart-item.cart_item td {
    border-right: none;
    border-bottom: none;
    border-top: 1px solid var(--frutaldia-green);
  }

  tr.woocommerce-cart-form__cart-item.cart_item td:last-child {
    border-right: none;
  }

  .woocommerce table .woocommerce-shipping-destination {
    text-align: right;
  }

  .woocommerce td.product-name dl.variation dd p {
    text-align: right;
  }

  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: block;
    width: 100% !important;
    text-align: right;
  }

  /* Cart texts */

  .woocommerce-cart .product-subtotal span.woocommerce-Price-amount.amount:before {
    content: "Subtotal: " !important;
    float: left;
    line-height: 2;
  }

  .woocommerce-cart .product-price span.woocommerce-Price-amount.amount:before {
    content: "Precio: ";
    float: left;
    line-height: 2;
  }

  .woocommerce-cart .product-quantity .quantity:before {
    content: "Cantidad: ";
    float: left;
    line-height: 3;
    font-size: 14px;
    font-weight: 300;
  }

  .woocommerce-cart .product-name a:before {
    content: "Producto: ";
    float: left;
    line-height: 2;
    font-size: 14px;
    font-weight: 300;
  }


  /* ----------------- Checkout Page ----------------- */

  .woocommerce-checkout h1 {
    display: block;
    margin: 40px 25px 0;
    text-align: center;
  }

  /* Dropdown checkout */

  #shipping-complete-btn {
    display: block;
  }

  /* Checkout coupon */

  .custom-checkout-coupon-btn button {
    font-size: 12px !important;
    padding: 0 !important;
    width: 100% !important;
  }

  /* Payment Icons */

  .wc_payment_methods label {
    font-size: 12px;
  }

  .wc_payment_methods label img {
    height: 20px !important;
  }

  /* Thank You Page */

  .woocommerce-order-received .container-section {
    padding-top: 60px;
  }

  .woocommerce-thankyou-order-received {
    font-size: 18px !important;
  }

  .page-order-received {
    width: 100%;
  }

  .order_details {
    padding-left: 0;
  }

  .page-order-received .woocommerce-order section {
    margin-bottom: 60px;
  }

  .woocommerce ul.order_details {
    margin: 0;
  }

  .woocommerce ul.order_details li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    border-right: 0;
  }
}




























.product-grid .product-images {
  position: relative;
  display: inline-block;
  /* Asegura que el contenedor ajuste su tamaño al contenido */
}

.product-grid .cesto-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* Permite hacer clic en la imagen del producto debajo */
}

.product-grid .cesto-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* Ajusta la imagen para que cubra el contenedor */
}

.product-grid .product-main-image {
  width: 100%;
  height: auto;
  display: block;
}









.product-grid .product-details {
  position: relative;
  padding: 20px;
  z-index: 1;
  color: #fff !important;
  margin-top: -10px;
  font-family: var(--frutaldia-marketfont);
}



.product-grid .product-details .woocommerce-Price-currencySymbol,
.product-grid .product-details .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 500;
  color: #F4C68B;
}

.product-grid .product-details::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/wp-content/uploads/2024/08/pizarra-frutaldia-1.png') no-repeat center center;
  background-size: cover;
  z-index: -1;
}





/* aviso descuento */

.descuento-info p{
  display: block;
  font-size: 12px;
  color: red;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
}

.descuento-info bdi,
.descuento-info .woocommerce-Price-currencySymbol {
  font-size: 12px;
  font-weight: 600;
}

.descuento-info-popup p{
  display: block;
  font-size: 12px;
  color: red;
  font-weight: 600;
  text-align: left;
}

.descuento-info-product p{
  display: block;
  font-size: 14px;
  color: red;
  font-weight: 600;
  text-align: left;
}

.descuento-info-popup bdi,
.descuento-info-popup .woocommerce-Price-currencySymbol {
  font-size: 12px;
  font-weight: 600;
}

.descuento-info-product bdi,
.descuento-info-product .woocommerce-Price-currencySymbol {
  font-size: 14px;
  font-weight: 600;
}