/* 2Bg0 */

:root {
  --main-bg-color: #f5c955;

  --text-color: white;

  --cream-color: #F5EEDC;

  --blue-one-color: #123150;

  --blue-two-color: #001b2e;

  --blue-tree-color: #01111e;

  --black-color: #000508;

  --white-color: #ffffff;

  --font-primary: "Groteska Regular";

  --font-primary-bold: "Groteska Bold";

  --font-grown: "Grown";

  --brown-color: #2a1f19;

  --orange-color: #ffa27b;

  --yellow-color: #f5c955;

  --sky-blue: #57a8dc;

  --brown-color-light: #18120f;
}

@font-face {
  font-family: Groteska Regular;

  src: url(/wp-content/themes/theempirecookies/assets/fonts/Groteska-Regular.otf)
    format("opentype");

  font-weight: normal;
}

@font-face {
  font-family: Groteska Bold;

  src: url(/wp-content/themes/theempirecookies/assets/fonts/Groteska-Bold.otf)
    format("opentype");

  font-weight: bold;
}

@font-face {
  font-family: "Grown";

  src: url(/wp-content/themes/theempirecookies/assets/fonts/Grown.otf)
    format("opentype");

  font-weight: normal;

  font-style: normal;
}

/* .woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  height: 3em;
  width: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  display: block;
  content: "";
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  background-position: center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
} */

.single-product .added_to_cart.wc-forward {
  display: none !important;
}

li.pb-product {
  position: relative;

  &.out-of-stock::before {
    content: 'Out of Stock';
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: -1;
  }

  & img {
    cursor: pointer;
    aspect-ratio: 1 / 1;

    &.alt-image {
      display: none;
    }

    &.main-image {
      display: block;
    }
  }

  &:hover {
    & img.main-image {
      display: none;
    }

    & img.alt-image {
      display: block;
    }
  }
}

.select2 .select2-selection {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;

    & .select2-selection__arrow {
        position: relative !important;
    }
}

.woocommerce form .form-row input.input-text {
    background-color: transparent !important;
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    height: 3rem !important;
}


.icon.menu-btn i,
.icon.cancel-btn i {
  font-size: 2rem;
}

.icon-theempire {
  background: url(/wp-content/themes/theempirecookies/assets/img/icon-theempire-yellow.svg);

  background-size: 100%;

  background-repeat: no-repeat;

  width: 48px;

  height: 48px;

  display: inline-flex;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--font-primary);
}

body {
  background-color: var(--cream-color);
}

#product-box-single-items {
    & .pb-product {
        & img {
            border-radius: .8rem;
        }
    }
}

body:not(.home) h1,
body:not(.home) h2,
body:not(.home) h3,
body:not(.home) h4,
body:not(.home) h5,
body:not(.home) h6,
body:not(.home) p,
ol li,
table {
  color: var(--brown-color) !important;
}

#scroll-top {
  width: 50px;
  height: 50px;
  background-color: var(--yellow-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  border: 1px solid var(--brown-color);
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  color: var(--yellow-color) !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--yellow-color) !important;
}

.card-products h3,
.card-products h2,
.card-products h4,
.card-products h5,
.card-products p,
.card-products h5.product-card-title,
.card-products h5.price-wrap {
  color: white !important;
}

.header-space {
  height: 140px;
}

.select2-container--default .select2-selection--single{
  background: var(--cream-color);
}

.page-template-page-catering .header-space {
  height: 85px;
}

.page-template-page-catering .footer {
    background: var(--cream-color);
}

.page-template-page-catering .btn-theempire {
  border: 2px solid var(--brown-color);
}

.my-float-cart span p {
  font-size: 1rem;
  margin: 0;
}

.quantity .input-text.qty.text {
  border: 1px solid var(--brown-color);
}

.navbar:not(.sticky) .fas.fa-bars {
  color: var(--brown-color);
}

.my-float-cart span {
  width: 20px;
  background: var(--yellow);
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 50%;
  padding: 1rem;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  z-index: 10;
  top: -1rem;
  right: -1.5rem;
}

.woocommerce-page .variable-items-wrapper .variable-item.button-variable-item {
  background-color: var(--yellow-color) !important;
}

.bg-yellow {
  background: var(--yellow-color);
}

.btn-theempire {
  background: var(--yellow-color);
  color: var(--brown-color);
  padding: 10px 20px;
  text-decoration: none;
}

.btn-theempire:hover {
  background: var(--brown-color);
  color: var(--yellow-color);
  text-decoration: none;
}

.btn {
  display: inline-block;

  padding: 15px 40px;

  text-decoration: none;

  position: relative;

  background-color: var(--main-bg-color);

  color: #111111;

  text-align: center;

  text-indent: 2px;

  font-weight: 700;

  text-transform: uppercase;
}

.btn .btn-inner {
  position: relative;

  z-index: 2;
}

.btn:hover {
  background: #111111;

  color: white !important;
}

#slider-home {
  height: 100vh;
  position: relative;
}

#slider-home {
  overflow-x: hidden;
}

#slider-home .swiper-slide {
  height: 100%;
}

#slider-home .swiper-slide img {
  object-fit: cover;
}

#slider-home .buttons-slide {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  position: absolute;
  bottom: 5%;
  padding-right: 5% !important;
  padding-left: 5% !important;
}

#slider-home .buttons-slide a {
  padding: 10px 20px;
  height: 50px;
  display: flex;
  background: var(--yellow-color);
}

#slider-home .buttons-slide a:hover {
  opacity: 0.7;
}

/* 

===============

NAVBAR STYLES 

===============

*/

.navbar {
  position: fixed;
  background: transparent;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: all 0.3s ease;
  padding: 10px 0;
  border-bottom: 1px solid var(--brown-color);
}

.home .navbar {
  border-bottom: 1px solid transparent;
}

.navbar ul li a {
  color: var(--brown-color);

  font-family: var(--font-primary);

  letter-spacing: 1px;

  transition: all 0.3s;

  font-weight: normal;
}

.navbar ul li a.account-button {
  color: var(--brown-color);
}

.logo img {
  transition: 0.5s;

  width: 150px !important;

  height: auto;

  margin: 0;
}

/* .navbar .logo img.change-svg-logo-color {

    filter: invert(100%) contrast(108%);

}*/

.navbar.sticky img.change-svg-logo-color {
  filter: brightness(0) invert(1);;
}

.navbar.sticky .logo img {
  transition: 0.5s;

  width: 120px !important;
}

.navbar .menu-list {
  display: inline-flex;

  z-index: 100;

  margin: 0 auto;

  padding: 0;
}

.menu-list li {
  list-style: none;
  transition: transform 0.3s, background-color 0.3s, width 0.3s, height 0.3s;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768) {
  .menu-list li .logout-account,
  .menu-list li .account-button {
    display: inline-block;
  }

  .navbar li.menu-item:hover,
  .navbar .menu-list li .logout-account:hover,
  .navbar .menu-list li .account-button:hover {
    transform: translateY(-10px) scale(1.1);
  }

  .navbar .menu-list li {
    margin-left: 0 !important;
    text-align: center;
  }
}

.menu-list li a {
  color: var(--black-color);

  font-size: 18px;

  font-weight: 700;

  margin-left: 25px;

  text-decoration: none;

  transition: all 0.3s ease;
}

.navbar.sticky ul li a {
  font-size: 15px;

  color: var(--text-color);
}

.navbar.sticky ul li a.account-button {
  color: var(--brown-color);
}

.navbar.sticky {
  /*background: #0f0f0f;*/

  background-color: var(--brown-color);

  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);

  padding: 10px 0px;
}

.navbar.sticky .logo img {
  transition: 0.5s;

  width: 150px;
}

.navbar.sticky ul li a.account-button {
  color: var(--brown-color);
}

.navbar .icon {
  color: var(--white-color);

  font-size: 40px;

  cursor: pointer;

  display: none;
}

.sticky .icon {
  color: var(--white-color);

  font-size: 40px;

  cursor: pointer;

  display: none;
}

.navbar.sticky .logo img {
  transition: 0.5s;

  width: 150px;
}

.menu-list .cancel-btn {
  position: absolute;

  right: 30px;

  top: 20px;
}

/* FLOAT CART BUTTON */

.float-cart {
  position: fixed;

  display: flex;

  justify-content: center;

  flex-direction: column;

  width: 65px;

  height: 65px;

  bottom: 100px;

  right: 18px;

  background-color: #fff;

  color: #fff;

  border-radius: 50px;

  text-align: center;

  box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.7);

  z-index: 3;
}

a.float-cart:hover {
  text-decoration: none;
}

.ul-cart {
  display: flex;

  justify-content: center;

  align-items: center;

  margin-bottom: 0;
}

.ul-cart li {
  list-style-type: none;

  list-style: none;

  font-size: 20px;

  margin-right: 30px;
}

.navbar.sticky ul.ul-cart li i {
  list-style-type: none;

  list-style: none;

  font-size: 20px;
}

a.my-float-cart {
  z-index: 3;
  display: flex;
  justify-items: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.my-float-cart ul li {
  list-style-type: none;
  list-style: none;
}

.my-float-cart i {
  z-index: 3 !important;
  height: 20px;
}

.my-float-cart span {
  height: 20px;
}

.my-float-cart span p {
  font-size: 18px;
  margin: 0 10px;
}

@media screen and (max-width: 992px) {
  .my-float-cart {
    top: 12px;
    right: 30px;
    z-index: 3;
  }

  .my-float-cart i {
    margin-right: 2px;
    z-index: 3;
  }

  .logo img {
    transition: 0.5s;
    width: 150px !important;
    height: auto;
    margin: 0;
  }
}

@media (max-width: 868px) {
  body.disabled {
    overflow: hidden;
  }

  .navbar .icon {
    display: block;
  }

  .navbar .icon.hide {
    display: none;
  }

  .navbar .menu-list {
    position: fixed;

    height: 100vh;

    width: 100%;

    /*max-width: 400px;*/

    left: -100%;

    top: 0px;

    display: block;

    padding: 40px 0;

    background: var(--brown-color);

    transition: all 0.3s ease;

    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  }

  .navbar.show .menu-list {
    left: 0%;
  }

  .navbar .menu-list li {
    margin-top: 45px;

    margin-left: 20px;

    display: block !important;

    text-align: center;
  }

  .navbar .menu-list li a {
    font-size: 23px;

    margin-left: -100%;

    color: var(--yellow-color);

    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .navbar.show .menu-list li a {
    margin-left: 0px;
  }

  .navbar.sticky ul li a {
    font-size: 25px;

    color: var(--text-color);
  }

  .account-button {
    display: block;

    width: auto;

    padding: 10px 20px;

    color: var(--blue-tree-color);

    margin: 30px 0;
  }

  .register-button {
    display: block;

    background: var(--blue-one-color) !important;

    padding: 0;

    color: var(--text-color);

    width: 115px;

    padding: 10px 20px;

    margin-top: 20px;
  }

  .account-button li a {
    width: 20%;

    margin-bottom: 20px;

    display: block;
  }

  .acces-icon-tools {
    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: row;
  }

  .acces-icon-tools div.cart-dropdown {
    padding-left: 7px !important;
  }

  .acces-icon-tools i {
    color: var(--main-color);

    font-size: 25px !important;
  }

  .fav-list {
    margin-right: 3px !important;
  }

  .wishlist-link {
  }
}

@media (max-width: 380px) {
  .navbar .logo a {
    font-size: 27px;
  }
}

.account-button {
  background: var(--main-bg-color);

  padding: 6px 15px;
}

.register-button {
  background: var(--blue-one-color);

  padding: 7px;

  color: var(--text-color);
}

.navbar ul li a.account-button.register-button {
  color: var(--text-color);

  width: 100%;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  color: var(--blue-tree-color);
}

.woocommerce .widget_price_filter .price_slider_amount {
  color: var(--text-color);
}

.container-full {
  padding: 0;
}

body::-webkit-scrollbar {
  width: 11px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--main-bg-color);

  outline: 0px solid slategrey;
}

/* Preloder */

#preloder {
  position: fixed;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: 999999;

  background: #ffffff;
}

.loader {
  position: fixed;

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  z-index: 99999;

  background-color: var(--black-color);

  background-position: center center;

  background-size: 20%;

  opacity: 1;

  display: flex;
}

.loader::before {
  content: none !important;
}

.icon-loader {
  filter: brightness(0) invert(1);;
  width: 24%;
  margin: auto;
}

@media (max-width: 725px) {
  #slider-home .swiper-slide img {
    object-position: bottom;
  }
}

/*---------------------

  Helper CSS

-----------------------*/

.section-title {
  margin-bottom: 20px;
}

.lastest-products {
  background-color: var(--cream-color);

  & .section-title h2{
    text-align: center;
    font-size: 3.5rem;
    font-family: var(--font-grown);
    color: var(--brown-color-light);

    margin: auto auto 2rem;
    letter-spacing: 2px;
  }

  & .woocommerce.columns-4.row {
    justify-content: center;
  }
}

.ultimos-productos .second-button {
  font-family: var(--font-primary);
  font-weight: normal;
  color: var(--text-color);
}

.ultimos-productos .second-button:hover {
  color: var(--yellow-color);
}

.section-title h2 {
  color: var(--text-color);

  font-weight: 700;

  position: relative;

  font-size: 25px;

  line-height: 30px;

  text-transform: uppercase;
}

/* .section-title h2:after {

    z-index: 2;

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    width: 90px;

    height: 3px;

    background: var(--main-bg-color);

    -webkit-transform: translateY(1px);

    -ms-transform: translateY(1px);

    -o-transform: translateY(1px);

    transform: translateY(1px);

}



.section-title h2:before {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 1px;

    background: transparent;

    z-index: 1;

} */

/*---------------------

  Buttons

-----------------------*/

.primary-btn {
  display: inline-block;

  font-size: 20px;

  padding: 10px 28px 10px;

  color: #ffffff;

  text-transform: capitalize;

  font-weight: 600;

  background: var(--main-bg-color);

  letter-spacing: 2px;

  border-radius: 50px;
}

.primary-btn i {
  color: #ffffff;
}

.primary-btn:hover {
  color: #ffffff;

  text-decoration: none;
}

.site-btn {
  font-size: 14px;

  color: #ffffff;

  font-weight: 800;

  text-transform: uppercase;

  display: inline-block;

  padding: 13px 30px 12px;

  background: var(--main-bg-color);

  border: none;

  outline: none !important;
}

.site-btn i {
  color: white;
}

.primary-btn-add-cart {
  display: flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  font-size: 20px;

  margin: 0 auto;

  line-height: 1;

  cursor: pointer;

  height: 31px;

  text-decoration: none;

  padding: 0 0;

  color: white;

  background-color: var(--main-bg-color);

  border: 0;
}

.primary-btn-add-cart:hover {
  text-decoration: none;

  color: white;
}

a.primary-btn-add-cart.button::before {
  font-family: "Font Awesome 5 Free";

  content: "\f217";

  margin-right: 5px;

  font-weight: 700;
}

a.added_to_cart {
  display: inline-block;

  text-align: center;

  font-size: 130%;

  line-height: 1;

  cursor: pointer;

  width: 100%;

  text-decoration: none;

  font-weight: 700;

  color: var(--text-color);

  background-color: white;

  border: 0;

  margin-top: 20px;
}

.deal-btn {
  display: inline-block;

  font-size: 20px;

  padding: 10px 28px 10px;

  color: #ffffff;

  text-transform: uppercase;

  font-weight: 700;

  background: var(--main-bg-color);

  letter-spacing: 2px;

  border-radius: 50px;
}

.deal-btn:hover {
  text-decoration: none;

  color: #ffffff;
}

/* ADD CART BUTTON */

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 14px;

  padding: 10px 28px 10px;

  color: var(--blue-tree-color);

  text-transform: uppercase;

  font-weight: 700;

  background: var(--main-bg-color);

  letter-spacing: 2px;

  text-align: center;

  margin-left: 0px;
}

p.woocommerce-mini-cart__buttons.buttons {
  text-align: center;

  margin: 0 auto;
}

/* .woocommerce .quantity .qty {

    text-align: right !important;

} */

div.quantity {
  padding: 0;

  justify-content: center;

  margin: 0 3px;
}

.card-footer div.quantity {
  width: 33.3%;

  padding: 0;

  justify-content: center;

  margin: 0 3px;
}

.quantity input[type="number"] {
  /* padding: 5px 20px; */

  border: 0px;

  font-size: 15px;

  font-weight: normal;

  line-height: 22px;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;

  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;

  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;

  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;

  transition: all 0.2s linear;

  -moz-transition: all 0.2s linear;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  /* background-color: var(--blue-tree-color); */

  box-sizing: border-box;

  color: var(--text-color);

  border-radius: 3px;

  text-align: center;

  outline: none;
}

@media (max-width: 556px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 14px;

    padding: 10px 28px 10px;

    color: var(--blue-tree-color);

    text-transform: uppercase;

    font-weight: 700;

    background: var(--main-bg-color);

    letter-spacing: 0px;

    text-align: center;

    /* margin-left: 23px !important; */
  }
}

/* .content-single-buttons input.input-text.qty.text{

    padding: 5px;

    width: 50% !important;

    border: 0px;

    font-size: 15px;

    font-weight: normal;

    line-height: 22px;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;

    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;

    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;

    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;

    transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    background-color: #f2f2f2;

    border-bottom: 1px solid #fff;

    box-sizing: border-box;

    color: var(--text-color);

    border-radius: 2px;

    text-align: center;

    outline: none;

} */

div.content-single-buttons {
  max-width: 40%;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

div.content-single-buttons input.input-text.qty.text,
div.content-single-buttons a.primary-btn-add-cart.button {
  font-size: 20px;

  padding: 5px 20px;
}

div.content-single-buttons a.added_to_cart.wc-forward {
  display: flex !important;

  font-size: 15px;

  line-height: 1;

  cursor: pointer;

  text-decoration: none;

  font-weight: 700;

  color: black;

  background-color: var(--main-bg-color);

  border: 0;

  margin-top: 0;

  width: 100% !important;

  padding: 0 20px;

  border-radius: 10px;
}

.woocommerce-variation-description,
.woocommerce-variation-price,
.woocommerce-variation-price .price {
  margin-bottom: 1rem;
}

@media (max-width: 725px) {
  div.content-single-buttons {
    max-width: 85%;
  }
}

/*---------------------

 BOXES HOME PAGE

-----------------------*/

.boxes-content .boxes-content-intern .boxes-cards:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

@media screen and (max-width: 766px) {
  .boxes-content .boxes-content-intern .boxes-cards:not(:last-child) {
    border-right: none;
  }

  .single-product .woocommerce-message {
    display: flex;
    flex-direction: column-reverse;
  }

  .single-product .woocommerce-message a {
    background: var(--brown-color);
    color: #fff;
    margin-top: 10px;
    padding: 15px;
  }
}

/*---------------------

 Home Hero Search

-----------------------*/

.hero {
  padding-bottom: 50px;
}

.hero__search {
  overflow: hidden;

  margin-bottom: 30px;
}

.hero__search__form {
  width: 710px;

  height: 50px;

  border: 1px solid #ebebeb;

  position: relative;

  margin: 0 auto;
}

.hero__search__form form .hero__search__categories {
  width: 30%;

  float: left;

  font-size: 17px;

  color: var(--text-color);

  font-weight: 700;

  padding-left: 18px;

  padding-top: 10px;

  padding-bottom: 5px;

  position: relative;

  outline: none;

  border: none;

  display: inline-block;

  vertical-align: middle;

  line-height: normal;

  text-align: center;
}

.hero__search__form form .hero__search__categories:after {
  position: absolute;

  right: 0;

  top: 14px;

  height: 20px;

  width: 1px;

  background: var(--text-color);

  opacity: 0.1;

  font-family: "";

  content: "";

  margin-top: 20px;
}

.hero__search__form form .hero__search__categories span {
  position: absolute;

  right: 50px;

  top: 90px;
}

.hero__search__form form input {
  width: 70%;

  border: none;

  height: 48px;

  font-size: 18px;

  color: #b2b2b2;

  padding-left: 20px;

  outline: none;
}

.hero__search__form form input::placeholder {
  color: #b2b2b2;
}

.hero__search__categories option.search-options {
  color: var(--text-color);
}

.hero__search__form form button {
  position: absolute;

  right: 0;

  top: -1px;

  height: 50px;
}

.hero__search__phone {
  float: left;

  margin-left: 20px;
}

.hero__search__phone__icon {
  font-size: 25px;

  color: var(--main-bg-color);

  height: 50px;

  width: 50px;

  background: #f5f5f5;

  line-height: 50px;

  text-align: center;

  border-radius: 50%;

  float: left;

  margin-right: 10px;

  transition: 0.5s;

  cursor: pointer;
}

.hero__search__phone__icon:hover {
  transition: 0.5s;

  background: var(--main-bg-color);

  color: white;

  cursor: pointer;
}

.hero__search__phone__text {
  overflow: hidden;
}

.hero__search__phone__text h5 {
  color: var(--text-color);

  font-weight: 700;

  margin-bottom: 2px;
}

.hero__search__phone__text span {
  font-size: 14px;

  color: #6f6f6f;
}

/*---------------------

  Banner Home Offer

-----------------------*/

#offer_message p {
  font-weight: 700;

  font-size: 200%;
}

.deal-week-hero {
  display: flex;

  align-items: center;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: top center;

  background-attachment: scroll;

  height: 100vh;

  background-size: cover;
}

@media (max-width: 725px) {
  .deal-week-hero {
    display: flex;

    align-items: center;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: top center;

    background-attachment: scroll;

    padding: 5% 0;
  }

  .deal_week_container {
    background-image: none;

    padding: 2%;

    border-radius: 10px;

    box-shadow: none;
  }
}

.hero__item {
  height: 500px;

  display: flex;

  align-items: center;
}

.hero__price {
}

.hero__text span {
  font-size: 20px;

  text-transform: uppercase;

  font-weight: 700;
}

.hero__text ins span.woocommerce-Price-amount.amount bdi {
  font-size: 26px;
}

.hero__text span.discount {
  font-size: 40px;

  text-transform: uppercase;

  font-weight: 700;

  color: white;

  transform: translatey(0px);

  text-shadow: 0px 4px 5px rgba(34, 34, 34, 0.47);
}

.hero__text h2 {
  font-size: 270%;

  color: var(--text-color);

  line-height: 57px;

  font-weight: 700;

  margin-top: 10px;

  margin-bottom: 0;

  padding: 0;
}

.hero__text p {
  margin-bottom: 35px;
}

.set-bg {
  background-repeat: no-repeat;

  background-size: cover;

  background-position: top center;
}

.hero__text p {
  font-size: 150% !important;

  color: var(--text-color);

  line-height: 26px;

  margin: 10px 0;
}

.timer div.t-days,
div.t-hours,
div.t-minutes,
div.t-seconds {
  background-color: white;

  color: var(--text-color);

  display: inline-block;

  padding: 5px 15px;

  margin-top: 10px;

  margin-right: 20px;

  font-size: 150%;

  font-weight: 700;

  border-radius: 10px;

  -webkit-box-shadow: 0px 6px 11px -3px rgba(0, 0, 0, 0.17);

  -moz-box-shadow: 0px 6px 11px -3px rgba(0, 0, 0, 0.17);

  box-shadow: 0px 6px 11px -3px rgba(0, 0, 0, 0.17);

  text-align: center !important;
}

.timer div.t-days p,
div.t-hours p,
div.t-minutes p,
div.t-seconds p {
  font-size: 11px !important;

  margin: 0;

  padding: 0;

  width: 100% !important;

  text-transform: uppercase;
}

.timer p.offer_finish_text {
  font-size: 18px !important;

  font-weight: bold;

  margin: 0;
}

.hero__text .regular del {
  color: #e0463b;

  font-size: 20px;

  font-weight: 700;
}

.hero__text .sale {
  color: var(--main-bg-color);

  font-size: 130%;

  font-weight: 700;

  text-decoration: none;
}

.hero__images img {
}

.deal_week_container {
  background-image: linear-gradient(rgba(1, 17, 30, 0.3), rgba(0, 5, 8, 0.3));

  padding: 2%;

  padding-bottom: 45px;

  border-radius: 10px;

  -webkit-box-shadow: 0px 6px 11px -3px rgba(0, 0, 0, 0.17);

  -moz-box-shadow: 0px 6px 11px -3px rgba(0, 0, 0, 0.17);

  box-shadow: 0px 6px 11px -3px rgba(0, 0, 0, 0.17);
}

@media (max-width: 990px) {
  .timer div.t-days,
  div.t-hours,
  div.t-minutes,
  div.t-seconds {
    background-color: white;

    color: var(--text-color);

    display: inline-block;

    padding: 5px 10px;

    margin-top: 10px;

    margin-right: 5px;

    font-size: 112%;

    font-weight: 700;

    border-radius: 10px;

    -webkit-box-shadow: 0px 6px 11px -3px rgba(0, 0, 0, 0.17);

    -moz-box-shadow: 0px 6px 11px -3px rgba(0, 0, 0, 0.17);

    box-shadow: 0px 6px 11px -3px rgba(0, 0, 0, 0.17);

    text-align: center !important;
  }

  .timer div.t-days p,
  div.t-hours p,
  div.t-minutes p,
  div.t-seconds p {
    font-size: 8px !important;

    margin: 0;

    padding: 0;

    width: 100% !important;

    text-transform: uppercase;
  }
}

@media (max-width: 770px) {
  .timer div.t-days,
  div.t-hours,
  div.t-minutes,
  div.t-seconds {
    background-color: white;

    color: var(--text-color);

    display: inline-block;

    padding: 5px 15px;

    margin-top: 10px;

    margin-right: 5px;

    font-size: 130%;

    font-weight: 700;

    border-radius: 10px;

    -webkit-box-shadow: 0px 6px 11px -3px rgba(0, 0, 0, 0.17);

    -moz-box-shadow: 0px 6px 11px -3px rgba(0, 0, 0, 0.17);

    box-shadow: 0px 6px 11px -3px rgba(0, 0, 0, 0.17);

    text-align: center !important;
  }

  .timer div.t-days p,
  div.t-hours p,
  div.t-minutes p,
  div.t-seconds p {
    font-size: 8px !important;

    margin: 0;

    padding: 0;

    width: 100% !important;

    text-transform: uppercase;
  }
}

@media (max-width: 730px) {
  .hero__images img {
    display: none;
  }
}

/*------------------- --

  productos ne oferta

-----------------------*/

.save-badge-ribbon {
  width: max-content;
  padding: 0.2rem 1.5rem;
  padding-left: 1rem;
  position: relative;
  display: block;
  margin-block: 0.8rem;
  background: #f5c955;
  clip-path: polygon(100% 0%, 92% 50%, 100% 100%, 0 100%, 0 0);

  & .inside-text {
    font-style: italic;
  }
}

.offer_products__slider .col-lg-3 {
  max-width: 100%;
}

.text-left.product-card-stock {
  background: #d00000;
  width: fit-content;
  padding: 10px !important;
  color: #fff !important;
  margin-bottom: 1.5rem !important;
}

/*---------------------

  Footer

-----------------------*/

.footer {
  position: relative;

  background: var(--yellow-color);

  padding-top: 70px;

  padding-bottom: 0;
}

.footer.spad {
  padding-bottom: 0;
}

.footer__widget ul {
  padding-left: 0;
}

.footer__about {
  margin-bottom: 30px;
}

.footer__about ul li {
  font-size: 16px;

  color: var(--text-color);

  line-height: 36px;

  list-style: none;
}

.footer__about__logo {
  margin-bottom: 15px;
}

.footer__about__logo img {
  width: 250px;

  height: auto;

  /* filter: invert(1); */
}

.footer__about__logo a {
  display: inline-block;
}

.footer__widget {
  margin-bottom: 30px;

  overflow: hidden;
}

.footer__widget h6 {
  color: var(--brown-color);

  font-family: var(--font-primary-bold);

  margin-bottom: 10px;

  text-transform: uppercase;
}

.footer__widget ul {
  width: 50%;

  float: left;
}

.footer__widget ul li {
  list-style: none;
}

.footer__widget ul li a {
  color: var(--brown-color);
  font-size: 14px;
  line-height: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__widget p {
  font-size: 14px;

  color: var(--brown-color);

  margin-bottom: 30px;
}

.footer__widget form {
  position: relative;

  margin-bottom: 30px;
}

.footer__widget form input {
  width: 100%;

  font-size: 16px;

  padding-left: 20px;

  color: var(--text-color);

  height: 46px;

  border: 1px solid #ededed;
}

.footer__widget form input::placeholder {
  color: var(--text-color);
}

.footer__widget form button {
  position: absolute;

  right: 0;

  top: 0;

  padding: 0 26px;

  height: 100%;
}

.footer__widget .footer__widget__social a {
  display: inline-block;

  height: 41px;

  width: 41px;

  font-size: 16px;

  color: var(--brown-color);

  border: 1px solid #ededed;

  border-radius: 50%;

  line-height: 38px;

  text-align: center;

  background: #ffffff;

  -webkit-transition: all, 0.3s;

  -moz-transition: all, 0.3s;

  -ms-transition: all, 0.3s;

  -o-transition: all, 0.3s;

  transition: all, 0.3s;

  margin-right: 10px;
}

.footer__widget .footer__widget__social a:last-child {
  margin-right: 0;
}

.footer__widget .footer__widget__social a:hover {
  background: var(--main-bg-color);

  color: #ffffff;

  border-color: #ffffff;
}

.footer__copyright {
  border-top: 1px solid #ebebeb;

  padding: 15px 0;

  overflow: hidden;

  margin-top: 20px;
}

.footer__copyright__text {
  font-size: 14px;

  color: var(--text-color);

  float: left;

  line-height: 25px;
}

.footer__copyright__payment {
  float: right;
}

.footer-delivery a {
  color: inherit;
  text-decoration: underline;
}

.footer-delivery {
  font-size: 14px;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__menu ul li {
    margin-right: 45px;
  }

  .hero__search__form {
    width: 490px;
  }

  .hero__categories__all {
    padding: 10px 25px 10px 20px;
  }

  .hero__categories ul {
    padding-left: 20px;
  }

  .categories__slider.owl-carousel .owl-nav {
    right: 0;

    bottom: -700px;
  }

  .product__details__tab .nav-tabs:before {
    width: 265px;
  }

  .product__details__tab .nav-tabs:after {
    width: 265px;
  }

  .shoping__discount form input {
    width: 240px;
  }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__categories {
    margin-bottom: 30px;
  }

  .hero__search__form {
    width: 485px;
  }

  .filter__sort .nice-select {
    padding-left: 5px;

    padding-right: 28px;
  }

  .product__details__quantity {
    margin-bottom: 10px;
  }

  .product__details__text .primary-btn {
    margin-bottom: 10px;
  }

  .product__details__tab .nav-tabs:before {
    width: 150px;
  }

  .product__details__tab .nav-tabs:after {
    width: 150px;
  }

  .blog__details__author {
    overflow: hidden;

    margin-bottom: 25px;
  }

  .humberger__open {
    display: block;

    font-size: 22px;

    color: var(--text-color);

    height: 35px;

    width: 35px;

    line-height: 33px;

    text-align: center;

    border: 1px solid var(--text-color);

    cursor: pointer;

    position: absolute;

    right: 15px;

    top: 22px;
  }

  .header .container {
    position: relative;
  }

  .humberger__menu__wrapper {
    width: 300px;

    background: #ffffff;

    position: fixed;

    left: -300px;

    top: 0;

    height: 100%;

    overflow-y: auto;

    z-index: 99;

    padding: 30px;

    padding-top: 50px;

    opacity: 0;

    display: block;

    -webkit-transition: all, 0.6s;

    -moz-transition: all, 0.6s;

    -ms-transition: all, 0.6s;

    -o-transition: all, 0.6s;

    transition: all, 0.6s;
  }

  .humberger__menu__wrapper.show__humberger__menu__wrapper {
    opacity: 1;

    left: 0;
  }

  .humberger__menu__logo {
    margin-bottom: 30px;
  }

  .humberger__menu__logo a {
    display: inline-block;
  }

  .humberger__menu__contact {
    padding: 10px 0 13px;
  }

  .humberger__menu__contact ul li {
    font-size: 14px;

    color: var(--text-color);

    position: relative;

    line-height: 30px;

    list-style: none;
  }

  .humberger__menu__contact ul li i {
    color: var(--text-color);

    margin-right: 5px;
  }

  .humberger__menu__cart ul {
    display: inline-block;

    margin-right: 25px;
  }

  .humberger__menu__cart ul li {
    list-style: none;

    display: inline-block;

    margin-right: 15px;
  }

  .humberger__menu__cart ul li:last-child {
    margin-right: 0;
  }

  .humberger__menu__cart ul li a {
    position: relative;
  }

  .humberger__menu__cart ul li a i {
    font-size: 18px;

    color: var(--text-color);
  }

  .humberger__menu__cart ul li a span {
    height: 13px;

    width: 13px;

    background: var(--main-bg-color);

    font-size: 10px;

    color: #ffffff;

    line-height: 13px;

    text-align: center;

    font-weight: 700;

    display: inline-block;

    border-radius: 50%;

    position: absolute;

    top: 0;

    right: -12px;
  }

  .humberger__menu__cart .header__cart__price {
    font-size: 14px;

    color: #6f6f6f;

    display: inline-block;
  }

  .humberger__menu__cart .header__cart__price span {
    color: var(--text-color);

    font-weight: 700;
  }

  .humberger__menu__cart {
    margin-bottom: 25px;
  }

  .humberger__menu__widget {
    margin-bottom: 20px;
  }

  .humberger__menu__widget .header__top__right__language {
    margin-right: 20px;
  }

  .humberger__menu__nav {
    display: none;
  }

  .humberger__menu__wrapper .header__top__right__social {
    display: block;

    margin-right: 0;

    margin-bottom: 20px;
  }

  .humberger__menu__wrapper .slicknav_btn {
    display: none;
  }

  .humberger__menu__wrapper .slicknav_nav .slicknav_item a {
    border-bottom: none !important;
  }

  .humberger__menu__wrapper .slicknav_nav {
    display: block !important;
  }

  .humberger__menu__wrapper .slicknav_menu {
    background: transparent;

    padding: 0;

    margin-bottom: 30px;
  }

  .humberger__menu__wrapper .slicknav_nav ul {
    margin: 0;
  }

  .humberger__menu__wrapper .slicknav_nav a {
    color: var(--text-color);

    font-size: 16px;

    font-weight: 600;

    margin: 0;

    border-bottom: 1px solid #e1e1e1;
  }

  .humberger__menu__wrapper .slicknav_nav a:hover {
    -webkit-border-radius: 0;

    border-radius: 0;

    background: transparent;

    color: var(--main-bg-color);
  }

  .humberger__menu__wrapper .slicknav_nav .slicknav_row,
  .humberger__menu__wrapper .slicknav_nav a {
    padding: 8px 0;
  }

  .humberger__menu__overlay {
    position: fixed;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    background: rgba(0, 0, 0, 0.5);

    content: "";

    z-index: 98;

    visibility: hidden;

    -webkit-transition: all, 0.6s;

    -moz-transition: all, 0.6s;

    -ms-transition: all, 0.6s;

    -o-transition: all, 0.6s;

    transition: all, 0.6s;
  }

  .humberger__menu__overlay.active {
    visibility: visible;
  }

  .header__top {
    display: none;
  }

  .header__menu {
    display: none;
  }

  .header__cart {
    text-align: center;

    padding: 10px 0 24px;
  }

  .over_hid {
    overflow: hidden;
  }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
  .navbar.show .container .menu-list li {
    margin-left: 0 !important;
    width: 100%;
    margin-top: 0 !important;
  }

  .navbar.show .container .menu-list {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-1 {
    order: 1;
  }

  .hero__categories {
    margin-bottom: 30px;
  }

  .hero__search {
    margin-bottom: 30px;
  }

  .hero__search__form {
    width: 100%;
  }

  .hero__search__form form input {
    width: 100%;
  }

  .hero__search__form form .hero__search__categories {
    display: none;
  }

  .hero__search__phone {
    float: left;

    margin-top: 30px;
  }

  .categories__slider.owl-carousel .owl-nav {
    text-align: center;

    margin-top: 40px;
  }

  .categories__slider.owl-carousel .owl-nav button {
    position: relative;

    left: 0;

    top: 0;

    -webkit-transform: translateY(0);
  }

  .categories__slider.owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }

  .footer__copyright {
    text-align: center;
  }

  .footer__copyright__text {
    float: none;

    margin-bottom: 25px;
  }

  .footer__copyright__payment {
    float: none;
  }

  .filter__item {
    text-align: center;
  }

  .filter__option {
    text-align: center;
  }

  .product__details__pic {
    margin-bottom: 40px;
  }

  .product__details__tab .nav-tabs:before {
    display: none;
  }

  .product__details__tab .nav-tabs:after {
    display: none;
  }

  .shoping__cart__table {
    overflow-y: auto;
  }

  .shoping__discount form input {
    margin-bottom: 15px;
  }

  .blog__details__author {
    overflow: hidden;

    margin-bottom: 25px;
  }

  .humberger__open {
    display: block;

    font-size: 22px;

    color: var(--text-color);

    height: 35px;

    width: 35px;

    line-height: 33px;

    text-align: center;

    border: 1px solid var(--text-color);

    cursor: pointer;

    position: absolute;

    right: 15px;

    top: 22px;
  }

  .header .container {
    position: relative;
  }

  .humberger__menu__wrapper {
    width: 300px;

    background: #ffffff;

    position: fixed;

    left: -300px;

    top: 0;

    height: 100%;

    overflow-y: auto;

    z-index: 99;

    padding: 30px;

    padding-top: 50px;

    opacity: 0;

    display: block;

    -webkit-transition: all, 0.6s;

    -moz-transition: all, 0.6s;

    -ms-transition: all, 0.6s;

    -o-transition: all, 0.6s;

    transition: all, 0.6s;
  }

  .humberger__menu__wrapper.show__humberger__menu__wrapper {
    opacity: 1;

    left: 0;
  }

  .humberger__menu__logo {
    margin-bottom: 30px;
  }

  .humberger__menu__logo a {
    display: inline-block;
  }

  .humberger__menu__contact {
    padding: 10px 0 13px;
  }

  .humberger__menu__contact ul li {
    font-size: 14px;

    color: var(--text-color);

    position: relative;

    line-height: 30px;

    list-style: none;
  }

  .humberger__menu__contact ul li i {
    color: var(--text-color);

    margin-right: 5px;
  }

  .humberger__menu__cart ul {
    display: inline-block;

    margin-right: 25px;
  }

  .humberger__menu__cart ul li {
    list-style: none;

    display: inline-block;

    margin-right: 15px;
  }

  .humberger__menu__cart ul li:last-child {
    margin-right: 0;
  }

  .humberger__menu__cart ul li a {
    position: relative;
  }

  .humberger__menu__cart ul li a i {
    font-size: 18px;

    color: var(--text-color);
  }

  .humberger__menu__cart ul li a span {
    height: 13px;

    width: 13px;

    background: var(--main-bg-color);

    font-size: 10px;

    color: #ffffff;

    line-height: 13px;

    text-align: center;

    font-weight: 700;

    display: inline-block;

    border-radius: 50%;

    position: absolute;

    top: 0;

    right: -12px;
  }

  .humberger__menu__cart .header__cart__price {
    font-size: 14px;

    color: #6f6f6f;

    display: inline-block;
  }

  .humberger__menu__cart .header__cart__price span {
    color: var(--text-color);

    font-weight: 700;
  }

  .humberger__menu__cart {
    margin-bottom: 25px;
  }

  .humberger__menu__widget {
    margin-bottom: 20px;
  }

  .humberger__menu__widget .header__top__right__language {
    margin-right: 20px;
  }

  .humberger__menu__nav {
    display: none;
  }

  .humberger__menu__wrapper .header__top__right__social {
    display: block;

    margin-right: 0;

    margin-bottom: 20px;
  }

  .humberger__menu__wrapper .slicknav_btn {
    display: none;
  }

  .humberger__menu__wrapper .slicknav_nav .slicknav_item a {
    border-bottom: none !important;
  }

  .humberger__menu__wrapper .slicknav_nav {
    display: block !important;
  }

  .humberger__menu__wrapper .slicknav_menu {
    background: transparent;

    padding: 0;

    margin-bottom: 30px;
  }

  .humberger__menu__wrapper .slicknav_nav ul {
    margin: 0;
  }

  .humberger__menu__wrapper .slicknav_nav a {
    color: var(--text-color);

    font-size: 16px;

    font-weight: 600;

    margin: 0;

    border-bottom: 1px solid #e1e1e1;
  }

  .humberger__menu__wrapper .slicknav_nav a:hover {
    -webkit-border-radius: 0;

    border-radius: 0;

    background: transparent;

    color: var(--main-bg-color);
  }

  .humberger__menu__wrapper .slicknav_nav .slicknav_row,
  .humberger__menu__wrapper .slicknav_nav a {
    padding: 8px 0;
  }

  .humberger__menu__overlay {
    position: fixed;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    background: rgba(0, 0, 0, 0.5);

    content: "";

    z-index: 98;

    visibility: hidden;

    -webkit-transition: all, 0.6s;

    -moz-transition: all, 0.6s;

    -ms-transition: all, 0.6s;

    -o-transition: all, 0.6s;

    transition: all, 0.6s;
  }

  .humberger__menu__overlay.active {
    visibility: visible;
  }

  .header__top {
    display: none;
  }

  .header__menu {
    display: none;
  }

  .header__cart {
    text-align: center;

    padding: 10px 0 24px;
  }

  .over_hid {
    overflow: hidden;
  }

  #client-testimonial-carousel .carousel-item .content-testimonial h3 {
    font-size: 1.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  #client-testimonial-carousel .carousel-item .valorations i {
    font-size: 1.4rem !important;
  }

  .our-cookies:not(.quality) {
    padding: 40px !important;
    padding-bottom: 40px !important;
  }

  .our-cookies img {
    width: 100% !important;
    height: auto !important;
  }

  .our-cookies:not(.quality) h3 {
    font-weight: inherit;
    line-height: 3rem;
    font-size: 3.5rem;
  }

  .our-cookies:not(.quality) p {
    font-weight: normal;
    font-size: 1rem;
    text-transform: inherit !important;
  }
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
  .hero__search__form form .hero__search__categories {
    display: none;
  }

  .featured__controls ul li {
    margin-bottom: 10px;
  }

  .product__details__text ul li b {
    width: 100px;
  }

  .product__details__tab .nav-tabs li {
    margin-right: 20px;
  }

  .shoping__cart__btns {
    text-align: center;
  }

  .primary-btn.cart-btn.cart-btn-right {
    float: none;

    margin-top: 10px;
  }

  .shoping__checkout .primary-btn {
    display: block;

    text-align: center;

    padding: 10px 15px 10px;
  }

  .map .map-inside {
    -webkit-transform: translateX(-125px);

    -ms-transform: translateX(-125px);

    transform: translateX(-125px);
  }

  .map .map-inside .inside-widget {
    width: 250px;
  }

  .product__details__tab .nav-tabs li {
    margin-right: 15px;
  }

  .shoping__discount form input {
    width: 100%;
  }

  .checkout__order {
    padding: 20px;
  }

  .blog__details__hero__text h2 {
    font-size: 24px;
  }
}

/*



.set-bg {

    background-repeat: no-repeat;

    background-size: cover;

    background-position: top center;

}



/* ---------------------------------------------

WIDGET SIDEBAR

--------------------------------------------- */

div.widget.widget_categories.widget-wrapper {
  padding: 5% 6%;
}

div.widget.widget_categories.widget-wrapper ul {
  display: none;

  position: absolute;

  left: 0;

  top: 46px;

  width: 100%;

  z-index: 9;
}

.woocommerce ul.product-categories {
  padding-left: 20px !important;
}

.woocommerce ul.product-categories li.cat-item {
  padding: 15px 0;
}

.widget.woocommerce.widget-wrapper {
  margin-bottom: 50px;

  background-color: transparent;
}

.widget.woocommerce.widget-wrapper h4.widget-title {
  color: var(--text-color);

  font-weight: 700;

  position: relative;

  font-size: 110%;

  padding: 6% 4%;
}

.widget.woocommerce.widget-wrapper {
  margin: 10px 0;

  padding: 0 4%;
}

.widget.woocommerce.widget-wrapper h4.widget-title {
  width: 100%;
}

.widget.woocommerce.widget-wrapper form {
  padding: 4% 0;
}

.price_slider_amount button.button {
  background-color: var(--main-bg-color);

  font-size: 100% !important;

  width: 100%;
}

div.price_label {
  text-align: center;

  width: 100%;

  font-weight: 600;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;

  z-index: 1;

  font-size: 0.5em;

  display: block;

  border: 0;

  border-radius: 1em;

  background-color: var(--main-bg-color);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;

  z-index: 2;

  width: 1em;

  height: 1em;

  background-color: var(--main-bg-color);

  border-radius: 1em;

  cursor: ew-resize;

  outline: 0;

  top: -0.3em;

  margin-left: -0.5em;
}

li.cat-item {
  list-style: none;
}

li.cat-item a {
  list-style: none;

  text-decoration: none;

  color: var(--text-color);
}

.hero__categories ul {
  border: 1px solid #ebebeb;
}

.badge {
  position: absolute;

  left: 0;

  right: 0;

  margin-left: auto;

  margin-right: auto;

  top: 8px;

  font-size: 15px !important;

  font-weight: 600;

  background: #e0463b;

  color: #fff;

  padding: 10px 0;

  width: 50px;
}

.label-rating {
  margin-right: 10px;

  color: #333;

  display: inline-block;

  vertical-align: middle;
}

/*---------------------

  Form BLog

-----------------------*/

.from-blog {
  padding-top: 50px;

  padding-bottom: 50px;
}

.from-blog .blog__item {
  margin-bottom: 30px;
}

.from-blog__title {
  margin-bottom: 70px;
}

/*===========CARD===============*/

.card-products {
  overflow: hidden !important;
  position: relative !important;
  /* height: 450px; */
  transition: 0.5s;
  margin-bottom: 15px;
  border-radius: 20px;
  background-color: var(--brown-color);

  & .product-card-price {
    width: 100%;
    text-align: center;
    display: block;

    & del {
      font-size: 0.9rem;
      color: var(--main-bg-color);
      vertical-align: top;
    }

    & .price , ins{
      font-size: 1rem;
      margin: 0;
      color: var(--white-color);
      font-weight: 400;
    }
  }

  & .save-badge-ribbon {
    position: absolute;
    top: 16.7rem;

    & .inside-text {
      font-size: 0.8rem;
    }
  }

  & h5.product-card-title, & h3.product-card-title  {
    font-family: var(--font-primary-bold);
    margin: 10px 0 !important;
    padding-top: 10px !important;
    font-size: 120%;
  
    color: var(--text-color) !important;
  }
}

p.product-card-stock {
  color: var(--text-color);
}

.card-products:hover {
  -webkit-box-shadow: 0px 7px 15px -2px rgba(0, 0, 0, 0.15);

  box-shadow: 0px 7px 15px -2px rgba(0, 0, 0, 0.15);

  transition: 0.5s;
}

.woocommerce .star-rating {
  overflow: hidden;

  height: 1em;

  line-height: 1;

  font-size: 1em;

  font-family: star;

  float: none;

  display: block;

  margin-left: auto;

  margin-right: auto;
}

div.star-rating {
  margin-top: 10px;

  color: #edde09;
}

.card-products .card-body {
  padding: 0px;
  padding-bottom: 0;
}

.card-products .card-body img {
  width: 100%;

  /* height: 250px; */

  object-fit: contain;

  margin: 0 auto;
}

div.card-footer {
  border: none;

  background: transparent;

  width: 100%;

  opacity: 1;

  transition: bottom 0.5s ease;

  padding-bottom: 10px;
}

div.card-footer input.input-text.qty.text {
  width: 100%;

  font-size: 20px !important;

  padding: 5px 0;

  color: black;
}

div.card-footer a.primary-btn-add-cart.button {
  width: 50%;

  font-size: 20px !important;

  padding: 5px 0px;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0px;
}

.yith-wcwl-add-button a.add_to_wishlist.single_add_to_wishlist.button.alt {
  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 20px !important;

  padding: 5px 22px;

  width: 100%;

  color: var(--blue-tree-color);
}

div.yith-wcwl-wishlistexistsbrowse {
  text-align: center;

  background-color: #f0f0f0 !important;

  padding: 4px 20px;
}

div.yith-wcwl-wishlistexistsbrowse span.feedback i.yith-wcwl-icon.fa.fa-heart {
  color: red !important;
}

div.yith-wcwl-wishlistexistsbrowse
  span.feedback
  i.yith-wcwl-icon.fa.fa-heart::before {
  color: red !important;

  font-size: 20px !important;

  text-align: center;

  background-color: #f0f0f0 !important;
}

span.feedback i::before {
  color: red !important;

  display: flex;

  align-items: center;
}

span.feedback {
  font-size: 15px;

  padding: 0;

  margin: 0;
}

span.feedback i {
  font-size: 18px;
}

div.card-footer a.added_to_cart.wc-forward {
  font-size: 100%;

  cursor: pointer;

  text-decoration: none;

  font-weight: 700;

  color: var(--black-color);

  border: 0;

  width: 40%;

  margin: 0 auto;

  margin-top: 5px;

  padding: 8px 20px !important;

  background: var(--main-bg-color);
}

div.yith-wcwl-add-to-wishlist.ishlist-fragment.on-first-load {
}

/* WISHLIST */

.yith-wcwl-add-button a.add_to_wishlist.single_add_to_wishlist.button.alt {
  background-color: #f0f0f0 !important;
}

.yith-wcwl-add-button i.mdi.mdi-heart-outline {
  font-size: 20px;
}

div.yith-wcwl-wishlistaddedbrowse span.feedback i.yith-wcwl-icon.fa.fa-heart {
}

.hidden-title-form a.hide-title-form i,
.hidden-title-form button i,
.wishlist-title a.show-title-form i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.yith-wcwl-add-button > a i,
.yith-wcwl-wishlist-new button i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button i {
  margin-right: 0px;
}

/* PRICES BADGE */

div.price-wrap.h5 {
  display: block;

  text-align: center;

  margin: 0 auto;

  width: 90%;
}

h5.price-wrap {
  font-family: var(--font-primary);
  color: var(--text-color);
}

span.price {
}

.price del {
  font-size: 18px;
  color: red;
  opacity: 1 !important;
}

.price ins {
  color: var(--main-bg-color);
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 700;
}

.price .saved-sale {
  margin-top: 3px !important;

  font-size: 18px !important;

  color: var(--text-color) !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--brown-color) !important;

  font-size: 18px;
}

section.related.products span.price {
  color: white !important;
}

p.saved-sale {
  margin-top: 3px !important;

  font-size: 18px !important;

  color: var(--text-color) !important;
}

.related h2 {
  color: var(--brown-color) !important;

  margin: 20px;

  text-transform: uppercase;
}

.related h2:after {
  z-index: 2;

  content: "";

  position: absolute;

  bottom: -5px;

  left: 15px;

  width: 90px;

  height: 3px;

  background: var(--main-bg-color);

  -webkit-transform: translateY(1px);

  -ms-transform: translateY(1px);

  -o-transform: translateY(1px);

  transform: translateY(1px);
}

.related h2:before {
  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 1px;

  background: transparent;

  z-index: 1;
}

.woocommerce-product-details__short-description p {
  color: var(--text-color);
}

/*===========CARD PRODUC SLIDER===============*/

.card-products-slider {
  overflow: hidden !important;

  position: relative !important;

  height: 300px;

  transition: 0.5s;
}

.card-products-slider h5.product-card-title {
  font-weight: 700;

  padding: 5px 0;

  font-size: 150%;
}

.card-products-slider p.product-card-stock {
  text-align: center;
}

.card-products-slider:hover {
  -webkit-box-shadow: 0px 7px 15px -2px rgba(0, 0, 0, 0.15);

  box-shadow: 0px 7px 15px -2px rgba(0, 0, 0, 0.15);

  transition: 0.5s;

  transform: scale(1.03);
}

.card-products-slider .card-body img {
  width: 80%;

  height: 9vw;

  object-fit: CONTAIN;

  margin: 0 auto;
}

.card-products-slider:hover > div.card-footer {
  bottom: 10px;

  transition: bottom 0.5s ease;

  opacity: 1;
}

.card-products-slider div.card-footer {
  border: none;

  background: white;

  position: absolute;

  width: 100%;

  opacity: 0;

  bottom: -50px;

  transition: bottom 0.5s ease;

  padding-bottom: 10px;
}

@media screen and (max-width: 1300px) {
  .card-products-slider {
    overflow: hidden !important;

    position: relative !important;

    height: 350px;
  }
}

@media screen and (max-width: 1200px) {
  .card-products-slider {
    overflow: hidden !important;

    position: relative !important;

    height: 300px;
  }
}

@media screen and (max-width: 1000px) {
  .card-products-slider {
    overflow: hidden !important;

    position: relative !important;

    height: 300px;
  }

  .card-products-slider .card-body img {
    width: 100%;

    height: 15vw;

    object-fit: cover;

    margin: 0 auto;
  }

  .card-products-slider:hover > div.card-footer {
    bottom: -10px;

    transition: bottom 0.8s ease;

    opacity: 1;
  }

  .card-products-slider div.card-footer {
    border: none;

    background: transparent;

    position: absolute;

    width: 100%;

    opacity: 1;

    bottom: 0px;

    transition: bottom 0.8s ease;
  }
}

@media screen and (max-width: 767px) {
  .card-products-slider {
    overflow: hidden !important;

    position: relative !important;

    height: 370px;
  }

  .card-products-slider .card-body img {
    width: 100%;

    height: 25vw;

    object-fit: cover;

    margin: 0 auto;
  }

  .card-products-slider:hover > div.card-footer {
    bottom: -10px;

    transition: bottom 0.8s ease;

    opacity: 1;
  }

  .card-products-slider div.card-footer {
    border: none;

    background: transparent;

    position: absolute;

    width: 100%;

    opacity: 1;

    bottom: 0px;

    transition: bottom 0.8s ease;
  }
}

@media screen and (max-width: 580px) {
  .card-products-slider {
    overflow: hidden !important;

    position: relative !important;

    height: 500px;
  }

  .card-products-slider .card-body img {
    width: 100%;

    height: 50vw;

    object-fit: cover;

    margin: 0 auto;
  }

  .card-products-slider:hover > div.card-footer {
    bottom: -10px;

    transition: bottom 0.8s ease;

    opacity: 1;
  }

  .card-products-slider div.card-footer {
    border: none;

    background: transparent;

    position: absolute;

    width: 100%;

    opacity: 1;

    bottom: 0px;

    transition: bottom 0.8s ease;
  }

  .card-products-slider .product-card-title {
    font-size: 100%;
  }
}

@media screen and (max-width: 530px) {
  .card-products-slider {
    overflow: hidden !important;

    position: relative !important;

    height: 450px;
  }

  .card-products-slider .card-body img {
    width: 100%;

    height: 50vw;

    object-fit: cover;

    margin: 0 auto;
  }

  .card-products-slider:hover > div.card-footer {
    bottom: -10px;

    transition: bottom 0.8s ease;

    opacity: 1;
  }

  .card-products-slider div.card-footer {
    border: none;

    background: transparent;

    position: absolute;

    width: 100%;

    opacity: 1;

    bottom: 0px;

    transition: bottom 0.8s ease;
  }

  .card-products-slider .product-card-title {
    font-size: 100%;
  }
}

@media screen and (max-width: 375px) {
  .card-products-slider {
    overflow: hidden !important;

    position: relative !important;

    height: 390px;
  }

  .card-products-slider .card-body img {
    width: 100%;

    height: 50vw;

    object-fit: cover;

    margin: 0 auto;
  }

  .card-products-slider:hover > div.card-footer {
    bottom: -10px;

    transition: bottom 0.8s ease;

    opacity: 1;
  }

  .card-products-slider div.card-footer {
    border: none;

    background: transparent;

    position: absolute;

    width: 100%;

    opacity: 1;

    bottom: 0px;

    transition: bottom 0.8s ease;
  }

  .card-products-slider .product-card-title {
    font-size: 100%;
  }
}

@media screen and (max-width: 345px) {
  .card-products-slider {
    overflow: hidden !important;

    position: relative !important;

    height: 350px;
  }

  .card-products-slider .card-body img {
    width: 100%;

    height: 50vw;

    object-fit: cover;

    margin: 0 auto;
  }

  .card-products-slider:hover > div.card-footer {
    bottom: -10px;

    transition: bottom 0.8s ease;

    opacity: 1;
  }

  .card-products-slider div.card-footer {
    border: none;

    background: transparent;

    position: absolute;

    width: 100%;

    opacity: 1;

    bottom: 0px;

    transition: bottom 0.8s ease;
  }

  .card-products-slider .product-card-title {
    font-size: 100%;
  }
}

/*===========DEAL OF THE WEEK===================*/

.price_deal del {
  font-size: 240%;

  color: rgba(255, 0, 0, 0.5);
}

.price_deal ins {
  color: var(--main-bg-color);

  font-size: 350%;

  text-decoration: none;

  font-weight: 700;
}

.price_deal .saved-sale {
  margin-top: 3px;

  font-size: 18px;
}

/* ================== CATEGORIES FRONT-PAGES  ====================*/

.categories-cards {
  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

  background-attachment: scroll;
}

.full-width-image {
  height: 300px;

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

  text-align: center;

  margin-bottom: 15px;
}

a.category-link {
  color: white;

  text-shadow: 0px 4px 5px rgba(34, 34, 34, 0.5);
}

a.category-link:hover {
  text-decoration: none;
}

h3.category-title {
  font-size: 290%;

  font-weight: 600;

  display: inline-block;

  margin: 90px 0 0 0;

  padding: 5px;
}

p.category-desc {
  font-size: 180%;

  display: inline-block;

  margin: 4px 0 0 0;
}

@media (max-width: 1155px) {
  h3.category-title {
    font-size: 290%;

    font-weight: 600;

    display: inline-block;

    margin: 70px 0 0 0;

    padding: 5px;
  }

  p.category-desc {
    font-size: 180%;

    display: inline-block;

    margin: 4px 0 0 0;
  }
}

@media (max-width: 766px) {
  h3.category-title {
    font-size: 230%;

    font-weight: 600;

    display: inline-block;

    margin: 80px 0 0 0;

    padding: 5px;
  }

  p.category-desc {
    font-size: 150%;

    display: inline-block;

    margin: 4px 0 0 0;
  }
}

@media (max-width: 405px) {
  h3.category-title {
    font-size: 290%;

    font-weight: 600;

    display: inline-block;

    margin: 60px 0 0 0;

    padding: 5px;
  }

  p.category-desc {
    font-size: 180%;

    display: inline-block;

    margin: 4px 0 0 0;
  }
}

/*---------------------

  Form BLog

-----------------------*/

.spad {
  padding-top: 100px;

  padding-bottom: 100px;
}

a.blog-link {
  color: var(--text-color);
}

a.blog-link:hover {
  color: var(--text-color);

  text-decoration: none;
}

.blog__item {
  margin-bottom: 60px;
}

.blog__item__pic img {
  width: 100%;

  height: 329px;

  object-fit: cover !important;
}

.blog__slider .col-lg-3 {
  max-width: 100%;
}

.blog__slider.owl-carousel .owl-nav button {
  font-size: 18px;

  color: #1c1c1c;

  height: 70px;

  width: 30px;

  line-height: 70px;

  text-align: center;

  border: 1px solid #ebebeb;

  position: absolute;

  left: 10px;

  top: 50%;

  -webkit-transform: translateY(-35px);

  background: #ffffff;

  outline: none;
}

.blog__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;

  right: 10px;
}

.blog__slider.owl-carousel .owl-nav button span {
  font-weight: 700;
}

.blog__slider.owl-carousel .owl-nav button:last-child {
  margin-right: 0;
}

.blog__item__text {
  padding-top: 25px;
}

.blog__item__text ul {
  margin-bottom: 15px;
}

.blog__item__text ul li {
  font-size: 16px;

  color: #b2b2b2;

  list-style: none;

  display: inline-block;
}

.blog__item__text ul li:last-child {
  margin-right: 0;
}

.blog__item__text h5 {
  margin-bottom: 5px;
}

.blog__item__text h5 {
  font-size: 20px;

  color: #1c1c1c;

  font-weight: 700;
}

.blog__item__text p {
  margin-bottom: 25px;
}

.blog__item__text .blog__btn {
  display: inline-block;

  font-size: 14px;

  color: #1c1c1c;

  text-transform: uppercase;

  letter-spacing: 1px;

  border: 1px solid #b2b2b2;

  padding: 14px 20px 12px;

  border-radius: 25px;
}

.blog__item__text .blog__btn span {
  position: relative;

  top: 1px;

  margin-left: 5px;
}

.blog__pagination {
  padding-top: 5px;

  position: relative;
}

.blog__pagination:before {
  position: absolute;

  left: 0;

  top: -29px;

  height: 1px;

  width: 100%;

  background: #000000;

  opacity: 0.1;

  content: "";
}

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

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering select {
  /* float: right; */

  text-align: center !important;
}

.woocommerce-ordering select {
  text-rendering: auto;

  color: var(--blue-tree-color);

  display: inline-block;

  box-sizing: border-box;

  cursor: default;

  margin: 0em;

  font-size: 18px;

  border-radius: 2px;

  border-width: 1px;

  border-style: solid;

  border-color: #ccc !important;

  border-image: initial;

  outline: none;

  padding: 2% 4%;
}

/* ========= TAG CLOUD============*/

.tagcloud {
  list-style: none;

  margin: 0;

  overflow: hidden;

  padding: 0;
}

a.tag-cloud-link {
}

a.tag-cloud-link {
  background: #eee;

  border-radius: 3px 0 0 3px;

  color: var(--blue-tree-color);

  display: inline-block;

  height: 26px;

  line-height: 26px;

  font-size: 15px !important;

  padding: 0 20px 0 23px;

  position: relative;

  margin: 5px 8px 10px 0;

  text-decoration: none;

  -webkit-transition: color 0.2s;
}

a.tag-cloud-link::before {
  background: #fff;

  border-radius: 10px;

  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);

  content: "";

  height: 6px;

  left: 10px;

  position: absolute;

  width: 6px;

  top: 10px;
}

a.tag-cloud-link::after {
  background: #fff;

  border-bottom: 13px solid transparent;

  border-left: 10px solid #eee;

  border-top: 13px solid transparent;

  content: "";

  position: absolute;

  right: 0;

  top: 0;
}

a.tag-cloud-link:hover {
  background-color: var(--main-bg-color);

  color: white;
}

a.tag-cloud-link:hover::after {
  border-left-color: var(--main-bg-color);
}

/* ========= STORE PAGINATION ============*/

.woocommerce-pagination {
  width: 100%;

  text-align: left !important;

  padding: 15px 0 !important;
}

.woocommerce-pagination ul.page-numbers {
  border: none !important;
}

.woocommerce-pagination ul.page-numbers li {
  font-size: 25px !important;

  border: none !important;

  padding: 15px 5px !important;
}

.woocommerce-pagination ul.page-numbers li a {
  background-color: #000;
}

.woocommerce-pagination .page-numbers a:link,
.woocommerce-pagination .page-numbers a:visited {
  background: var(--blue-tree-color);

  color: var(--text-color);

  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  background: red;

  color: var(--text-color);

  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.woocommerce-pagination .page-numbers .current,
.woocommerce-pagination .page-numbers li a:hover {
  transition: 0.5s;

  background: var(--main-bg-color) !important;
}

/* ==================   single product ===================== */

/*Single Product

=====================================================*/

/*Images

----------------*/

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none;

  width: 100%;
}

.woocommerce #main .ql_main_image_column_wrap {
  padding-left: 0;
}

.woocommerce #main .ql_main_image_column {
  position: relative;

  -webkit-perspective: 500px;

  -moz-perspective: 500px;

  perspective: 500px;

  overflow: hidden;
}

.woocommerce #main #content div.product div.thumbnails {
  padding-top: 0;
}

.woocommerce #main #content div.product div.thumbnails a {
  width: 100%;

  display: block;

  opacity: 0.6;

  margin-bottom: 20px;
}

.woocommerce #main #content div.product div.thumbnails a.current,
.woocommerce #main #content div.product div.thumbnails a:hover {
  opacity: 1;
}

.ql_main_images_btn {
  position: absolute;

  top: 50%;

  margin-top: -35px;

  width: 70px;

  height: 70px;

  display: block;

  z-index: 5;

  background-color: rgba(255, 255, 255, 0.8);

  text-align: center;

  line-height: 70px;

  opacity: 0.8;

  outline: 0 !important;

  text-decoration: none !important;

  -webkit-transition-property: transform;

  transition-property: transform;

  -webkit-animation-duration: 400ms;

  -moz-animation-duration: 400ms;

  -o-animation-duration: 400ms;

  animation-duration: 400ms;

  -webkit-transition-duration: 400ms;

  transition-duration: 400ms;

  -webkit-transform: rotateY(180deg);

  -ms-transform: rotateY(180deg);

  -o-transform: rotateY(180deg);

  transform: rotateY(180deg);

  -webkit-transform-style: preserve-3d;

  /* Chrome, Safari, Opera */

  transform-style: preserve-3d;

  backface-visibility: hidden;
}

.ql_main_images_btn:hover {
  opacity: 1;
}

.ql_main_images_btn:active {
  margin-top: -34px;
}

.ql_main_images_btn i {
  font-size: 40px;

  font-size: 2.5rem;

  color: #383838;

  line-height: 70px;
}

.ql_main_images_btn.ql_prev {
  left: 0;

  -webkit-transform-origin: left center;

  -moz-transform-origin: left center;

  -ms-transform-origin: left center;

  transform-origin: left center;
}

.ql_main_images_btn.ql_next {
  right: 0;

  -webkit-transform-origin: right center;

  -moz-transform-origin: right center;

  -ms-transform-origin: right center;

  transform-origin: right center;

  -webkit-transform: rotateY(-180deg);

  -ms-transform: rotateY(-180deg);

  -o-transform: rotateY(-180deg);

  transform: rotateY(-180deg);
}

.ql_main_image_column:hover .ql_main_images_btn {
  -webkit-transform: rotateY(0);

  -ms-transform: rotateY(0);

  -o-transform: rotateY(0);

  transform: rotateY(0);
}

.woocommerce.single-product span.onsale {
  right: 0;

  left: auto;

  z-index: 10;
}

.single-product .summary .cart select#related_products {
  padding: 0.8rem;
    margin-left: 1rem;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100%;

  float: none;
}

.single-product .product_category {
  font-size: 14px;

  font-size: 0.875rem;
}

.product_title {
  color: var(--brown-color);

  font-weight: bold;

  margin-bottom: 0.73170732em;
}

.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img {
  width: 70%;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
}

.woocommerce #main .single_variation {
  margin-bottom: 1.25em;
}

.woocommerce #main .product .entry-summary p {
  margin-bottom: 20px;
}

.woocommerce #main .single_add_to_cart_button:active {
  top: 1px;

  position: relative;
}

.add_to_cart_button {
  background-color: var(--yellow-color) !important;
  color: var(--brown-color) !important;
}

.add_to_cart_button:hover {
  opacity: 0.7 !important;
}

/*Product counter */

.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
  background-image: none;

  text-shadow: none;

  height: 16px;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 10px;

  color: #c3a769;
}

.woocommerce div.product .woocommerce-product-rating a {
  color: #b3b3b3;

  font-size: 14px;

  font-size: 0.875rem;
}

.woocommerce div.product .woocommerce-product-rating a:hover {
  color: var(--text-color);
}

.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input {
  width: auto;

  background-color: var(--main-bg-color);

  -webkit-transition: background 200ms;

  -o-transition: background 200ms;

  transition: background 200ms;
}

.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input:hover {
  background-color: var(--main-bg-color) !important;
}

.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce-page #review_form #respond .form-submit input:hover {
  background-color: var(--text-color);

  color: #fff;
}

.woocommerce span.onsale {
  line-height: 2.8em;
}

/*Variations

----------------*/

.woocommerce #main .entry-summary .variations {
  display: none;
}

.woocommerce div.product form.cart .variations label {
  color: var(--text-color);

  font-size: 16px;

  font-size: 1rem;

  margin-top: 4px;
}

.woocommerce .reset_variations {
  font-size: 12px;

  font-size: 0.75rem;

  color: #b3b3b3;
}

.ql_custom_variations .ql_custom_variation {
  margin-bottom: 20px;
}

.ql_custom_variations .ql_custom_variation h5 {
  text-transform: uppercase;

  font-weight: bold;

  margin-bottom: 8px;
}

.ql_custom_variations .ql_custom_variation ul {
  padding-left: 0;

  list-style: none;
}

.ql_custom_variations .ql_custom_variation ul li {
  display: inline-block;

  margin-right: 7px;
}

.ql_custom_variations .ql_custom_variation ul li a {
  display: inline-block;

  text-align: center;

  border: 2px solid #eeeeee;

  padding: 10px 12px;

  font-size: 18px;

  font-size: 1.125rem;

  line-height: 18px;

  color: #777777;

  min-width: 46px;
}

.ql_custom_variations .ql_custom_variation ul li a:hover,
.ql_custom_variations .ql_custom_variation ul li a.current {
  text-decoration: none;

  border-color: var(--text-color);
}

.ql_custom_variations .ql_custom_variation .ql_color_variation li {
  margin-right: 20px;
}

.ql_custom_variations .ql_custom_variation .ql_color_variation li a {
  border: none;

  padding: 10px 8px;

  font-size: 16px;

  font-size: 1rem;

  border-radius: 3px;

  outline: 0 !important;

  -webkit-transition: background 200ms;

  -o-transition: background 200ms;

  transition: background 200ms;
}

.ql_custom_variations .ql_custom_variation .ql_color_variation li a:hover {
  color: var(--text-color);
}

.ql_custom_variations .ql_custom_variation .ql_color_variation li a i {
  width: 14px;

  height: 14px;

  display: inline-block;

  background-color: red;

  border-radius: 50%;

  margin-right: 5px;

  border: 1px solid transparent;

  opacity: 0.5;

  -webkit-transition: background 200ms;

  -o-transition: background 200ms;

  transition: background 200ms;
}

.ql_custom_variations .ql_custom_variation .ql_color_variation li a:hover i {
  opacity: 1;
}

.ql_custom_variations .ql_custom_variation .ql_color_variation li a i.ql_white {
  border-color: #b3b3b3;
}

.ql_custom_variations .ql_custom_variation .ql_color_variation li a.current {
  background-color: #fafafa;
}

.ql_custom_variations .ql_custom_variation .ql_color_variation li a.current i {
  opacity: 1;
}

/*Tabs

----------------*/

#tab-description h2,
#comments h2 {
  display: none;
}

.woocommerce div.product .woocommerce-tabs {
  margin-top: 1.875em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 20px !important;

  text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent !important;

  border: none;

  border-bottom: 2px solid #b3b3b3;

  box-shadow: none !important;

  border-radius: 0 !important;

  margin: 0 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  background: transparent !important;

  color: #b3b3b3;

  text-shadow: none !important;

  border: none !important;

  outline: 0 !important;

  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 2px solid var(--text-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--text-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
  border: none !important;

  box-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
  border: none !important;

  box-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
  border-bottom: 2px solid #eeeeee;

  padding: 1.875em 15% 3.75em 15%;

  box-shadow: none !important;

  margin-bottom: 3.75em;
}

/*---------------------

  Shop Details

-----------------------*/

.product-details {
  padding-top: 80px;
}

.product__details__pic__item {
  margin-bottom: 20px;
}

.product__details__pic__item img {
  min-width: 100%;
}

.product__details__pic__slider img {
  cursor: pointer;
}

.product__details__pic__slider.owl-carousel .owl-item img {
  width: auto;
}

.product__details__text h3 {
  color: #252525;

  font-weight: 700;

  margin-bottom: 16px;
}

.product__details__text .product__details__rating {
  font-size: 14px;

  margin-bottom: 12px;
}

.product__details__text .product__details__rating i {
  margin-right: -2px;

  color: #edbb0e;
}

.product__details__text .product__details__rating span {
  color: #dd2222;

  margin-left: 4px;
}

.product__details__text .product__details__price {
  font-size: 30px;

  color: #dd2222;

  font-weight: 600;

  margin-bottom: 15px;
}

.product__details__text p {
  margin-bottom: 45px;
}

.product__details__text .primary-btn {
  padding: 16px 28px 14px;

  margin-right: 6px;

  margin-bottom: 5px;
}

.product__details__text .heart-icon {
  display: inline-block;

  font-size: 16px;

  color: #6f6f6f;

  padding: 13px 16px 13px;

  background: #f5f5f5;
}

.product__details__text ul {
  border-top: 1px solid #ebebeb;

  padding-top: 40px;

  margin-top: 50px;
}

.product__details__text ul li {
  font-size: 16px;

  color: #1c1c1c;

  list-style: none;

  line-height: 36px;
}

.product__details__text ul li b {
  font-weight: 700;

  width: 170px;

  display: inline-block;
}

.product__details__text ul li span samp {
  color: #dd2222;
}

.product__details__text ul li .share {
  display: inline-block;
}

.product__details__text ul li .share a {
  display: inline-block;

  font-size: 15px;

  color: #1c1c1c;

  margin-right: 25px;
}

.product__details__text ul li .share a:last-child {
  margin-right: 0;
}

.product__details__quantity {
  display: inline-block;

  margin-right: 6px;
}

.product__details__tab {
  padding-top: 85px;
}

.product__details__tab .nav-tabs {
  border-bottom: none;

  justify-content: center;

  position: relative;
}

.product__details__tab .nav-tabs:before {
  position: absolute;

  left: 0;

  top: 12px;

  height: 1px;

  width: 370px;

  background: #ebebeb;

  content: "";
}

.product__details__tab .nav-tabs:after {
  position: absolute;

  right: 0;

  top: 12px;

  height: 1px;

  width: 370px;

  background: #ebebeb;

  content: "";
}

.product__details__tab .nav-tabs li {
  margin-bottom: 0;

  margin-right: 65px;
}

.product__details__tab .nav-tabs li:last-child {
  margin-right: 0;
}

.product__details__tab .nav-tabs li a {
  font-size: 16px;

  color: #999999;

  font-weight: 700;

  border: none;

  border-top-left-radius: 0;

  border-top-right-radius: 0;

  padding: 0;
}

.product__details__tab .product__details__tab__desc {
  padding-top: 44px;
}

.product__details__tab .product__details__tab__desc h6 {
  font-weight: 700;

  color: #333333;

  margin-bottom: 26px;
}

.product__details__tab .product__details__tab__desc p {
  color: #666666;
}

/*---------------------

  Shop Details

-----------------------*/

.woocommerce-shop .card-products .save-badge-ribbon {
  top: 14.2rem;
}

.related-product {
  padding-bottom: 30px;
}

.related__product__title {
  margin-bottom: 70px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
}

/*---------------------

  MODAL CART

-----------------------*/

.modal-header {
  border: none;

  padding: 0;

  padding-right: 10px;

  outline: none;
}

div.modal-content.modal-cart {
  border: none;

  border-radius: 2px;

  -webkit-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22),
    0 27px 24px rgba(0, 0, 0, 0.2);

  -moz-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22),
    0 27px 24px rgba(0, 0, 0, 0.2);

  box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
}

div.modal-body div.widget.woocommerce.widget_shopping_cart h2.widgettitle {
  display: none;
}

div.modal-body
  div.widget.woocommerce.widget_shopping_cart
  div.widget_shopping_cart_content {
}

div.modal-body
  div.widget.woocommerce.widget_shopping_cart
  div.widget_shopping_cart_content
  .total {
  text-align: right;

  color: var(--text-color);

  border-top: 2px solid #eeeeee;

  margin-bottom: 30px;

  margin-top: 5px;

  padding-top: 10px;

  font-weight: bold;

  position: relative;
}

div.modal-body
  div.widget.woocommerce.widget_shopping_cart
  div.widget_shopping_cart_content
  .total
  strong {
  font-weight: normal;
}

div.modal-body
  div.widget.woocommerce.widget_shopping_cart
  div.widget_shopping_cart_content
  .buttons {
  text-align: right;

  margin-bottom: 0;
}

div.modal-body
  div.widget.woocommerce.widget_shopping_cart
  div.widget_shopping_cart_content
  a.button {
  border: 2px solid #eeeeee;

  padding: 8px 16px;

  border-radius: 2px;

  background-color: transparent;

  font-weight: bold;

  font-size: 16px;

  font-size: 1rem;

  line-height: 1em;

  color: var(--black-color);

  outline: 0;

  -webkit-transition: border 200ms, background-color 200ms;

  -o-transition: border 200ms, background-color 200ms;

  transition: border 200ms, background-color 200ms;

  font-size: 14px;

  font-size: 0.875rem;

  margin-left: 10px;
}

div.modal-body
  div.widget.woocommerce.widget_shopping_cart
  div.widget_shopping_cart_content
  a.button:hover {
  background-color: var(--text-color);

  border-color: var(--text-color);

  color: var(--main-bg-color);
}

div.modal-body
  div.widget.woocommerce.widget_shopping_cart
  div.widget_shopping_cart_content
  a.button:active {
  top: 1px;

  position: relative;
}

div.modal-body
  div.widget.woocommerce.widget_shopping_cart
  div.widget_shopping_cart_content
  a.button.checkout {
  border: 2px solid var(--main-bg-color);

  padding: 8px 16px;

  border-radius: 2px;

  background-color: var(--main-bg-color);

  font-weight: bold;

  color: var(--blue-tree-color);

  outline: 0;

  -webkit-transition: border 200ms, background-color 200ms;

  -o-transition: border 200ms, background-color 200ms;

  transition: border 200ms, background-color 200ms;

  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);

  display: none;
}

div.modal-body
  div.widget.woocommerce.widget_shopping_cart
  div.widget_shopping_cart_content
  a.button.checkout:hover {
  background-color: transparent;

  color: var(--main-bg-color);

  text-shadow: none;
}

div.modal-body
  div.widget.woocommerce.widget_shopping_cart
  div.widget_shopping_cart_content
  a.button.checkout:active {
  top: 1px;

  position: relative;
}

/*---------------------

  Categories

-----------------------*/

.categories__item {
  height: 270px;

  position: relative;
}

.categories__item h5 {
  position: absolute;

  left: 0;

  width: 100%;

  padding: 0 20px;

  bottom: 20px;

  text-align: center;
}

.categories__item h5 a {
  font-size: 18px;

  color: #1c1c1c;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 2px;

  padding: 12px 0 10px;

  background: #ffffff;

  display: block;
}

.categories__slider .col-lg-3 {
  max-width: 100%;
}

.categories__slider.owl-carousel .owl-nav button {
  font-size: 18px;

  color: #1c1c1c;

  height: 70px;

  width: 30px;

  line-height: 70px;

  text-align: center;

  border: 1px solid #ebebeb;

  position: absolute;

  left: 10px;

  top: 50%;

  -webkit-transform: translateY(-35px);

  background: #ffffff;

  outline: none;
}

.categories__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;

  right: 10px;
}

.categories__slider.owl-carousel .owl-nav button span {
  font-weight: 700;
}

.categories__slider.owl-carousel .owl-nav button:last-child {
  margin-right: 0;
}

/****************CHECKOUT***************/

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  max-width: unset;
}

@media all and (max-width: 767px) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    max-width: unset;
  }
}

#customer_details {
}

.woocommerce form .form-row {
  display: block;
}

.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  width: 100% !important;

  padding: 8px;
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: 100%;

  height: 30px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: left;

  width: 100%;
}

.custom-checkout h3 {
  background-color: #165f1c !important;

  /****CHANGE TO COLOR YOU WANT TO USE FOR TITLE BACKGROUND ****/

  width: 45%;

  text-align: center;

  padding: 10px;

  border-radius: 5px;

  margin-top: 50px;

  color: #fff;

  float: right;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 0.6180469716em;

  background-color: #f2f2f2;

  color: #43454b;

  outline: 0;

  border: 0;

  -webkit-appearance: none;

  border-radius: 2px;

  box-sizing: border-box;

  font-weight: 400;

  border: solid 2px #e4e4e4;
}

#wc_checkout_add_ons {
  width: 45%;

  float: right;

  text-align: center;
}

@media screen and (min-width: 980px) {
  .woocommerce-shipping-fields h3,
  .woocommerce-billing-fields h3 {
    width: 100%;
  }

  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    width: 54%;
    float: left;
  }

  .woocommerce-checkout-review-order {
    width: 45%;
    float: right;
  }
}

@media screen and (max-width: 979px) {
  .custom-checkout h3 {
    width: 100%;
  }
}

div.woocommerce
  form.woocommerce-cart-form
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
}

div.woocommerce
  form.woocommerce-cart-form
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
  tbody
  td.product-thumbnail
  img {
  width: 100px !important;
}

div.woocommerce
  form.woocommerce-cart-form
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
  tbody
  td.product-quantity
  div.quantity
  input {
  width: 100%;
}

div.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
  background-color: var(--main-bg-color);
}

/*====== DETAILS BANK ACCOUNTS =======*/

.woocommerce ul.order_details li {
  float: none;

  margin-right: 2em;

  text-transform: uppercase;

  font-size: 0.715em;

  line-height: 1;

  border-bottom: 1px solid #e2e2e2;

  padding-right: 2em;

  margin-left: 0;

  padding: 10px 10px;

  list-style-type: none;

  background-color: #f8f7f7;

  border-right: none;
}

.woocommerce-bacs-bank-details h2 {
  color: var(--text-color);

  font-weight: 700;

  position: relative;

  font-size: 200%;

  line-height: 57px;

  padding-top: 40px;
}

.woocommerce-bacs-bank-details h2:after {
  z-index: 2;

  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 90px;

  height: 3px;

  background: var(--main-bg-color);

  -webkit-transform: translateY(1px);

  -ms-transform: translateY(1px);

  -o-transform: translateY(1px);

  transform: translateY(1px);
}

.woocommerce-bacs-bank-details h2:before {
  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 1px;

  background: #ebebeb;

  z-index: 1;
}

.woocommerce-bacs-bank-details h3 {
  color: var(--text-color);

  font-weight: 700;

  position: relative;

  line-height: 57px;

  padding-top: 40px;
}

.wc-bacs-bank-details.order_details.bacs_details li strong {
  margin: 10px 0;

  font-size: 20px;
}

/* === MY ACCOUNT === */

.woocommerce .woocommerce-MyAccount-navigation {
  background: transparent;

  padding: 10px;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0;

  margin: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
  text-decoration: none;

  list-style: none;

  padding: 10px 0;

  margin: 0;

  border-bottom: 0.5px solid #e6e5e5;
}

/* .woocommerce-MyAccount-content {
  color: var(--text-color);
} */

#customer_login {
  color: var(--text-color);
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.is-active
  a:before {
  opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 5px;

  display: block;

  text-decoration: none;

  color: var(--brown-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  margin-right: 20px;

  opacity: 0.25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--dashboard
  a:before {
  font-family: "Font Awesome 5 Free";

  content: "\f1ea";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--lista-de-deseos
  a:before {
  font-family: "Font Awesome 5 Free";

  content: "\f004";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--orders
  a:before {
  font-family: "Font Awesome 5 Free";

  content: "\f328";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--downloads
  a:before {
  font-family: "Font Awesome 5 Free";

  content: "\f1c6";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-address
  a:before {
  font-family: "Font Awesome 5 Free";

  content: "\f279";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--payment-methods
  a:before {
  font-family: "Font Awesome 5 Free";

  content: "\f09d";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-account
  a:before {
  font-family: "Font Awesome 5 Free";

  content: "\f007";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a:before {
  font-family: "Font Awesome 5 Free";

  content: "\f2f5" !important;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 25px;

  text-align: center;

  font-weight: 600;
}

.woocommerce-account p.order-again {
  text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
  margin-top: 50px;

  float: right;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: var(--main-bg-color);

  outline: none;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt:hover {
  background-color: var(--main-bg-color) !important;

  color: var(--blue-tree-color);
}

.yith-wcwl-share ul li.share-button a.whatsapp,
.yith-wcwl-share ul li.share-button a.facebook,
.yith-wcwl-share ul li.share-button a.twitter {
  padding: 10px 20px;

  font-size: 30px;
}

li.share-button a.whatsapp i.fa.fa-whatsapp::before {
  color: white !important;

  font-family: "Material Design Icons";

  content: "\F05A3" !important;
}

li.share-button a.facebook i.fa.fa-facebook::before {
  color: white;

  font-family: "Material Design Icons";

  content: "\F020C" !important;
}

li.share-button a.twitter i.fa.fa-twitter::before {
  color: white;

  font-family: "Material Design Icons";

  content: "\F0544" !important;
}

li.share-button a.email i.fa.fa-envelope-o::before {
  color: white;

  font-family: "Material Design Icons";

  content: "\F01EE" !important;
}

li.share-button a.email {
  display: none;
}

.additional-info-wrapper {
  position: relative;

  bottom: 48px;
}

/* ===== ACCORDION CATEGORIES ===== */

/* 





div.widget.woocommerce.widget_product_categories.widget-wrapper ul.product-categories{

    overflow: hidden;

}

div.widget.woocommerce.widget_product_categories.widget-wrapper ul.product-categories li.cat-item.cat-parent{

    overflow: hidden;

}



ul.product-categories li.cat-parent ul.children{

    padding: 0 0 0 10px;

}



ul.product-categories li.cat-parent ul.children li.cat-item::after{

}



ul.product-categories li.cat-item.cat-parent::before{

font-family: 'Material Design Icons';

content: "\F0140";

float: right;

overflow: hidden;

}







ul.product-categories li.cat-parent:hover ul.children{

    display: block;

    transition: .5s ease;

    

} */

/* ul.product-categories > li.cat-parent > ul.children {

    display: none; 

}

ul.product-categories > li.cat-parent > ul.children.ok {

    display:block; /* (or) display:inline-block;

} */

ul.product-categories li.cat-parent {
  cursor: pointer;

  text-decoration: none;
}

ul.product-categories li.selected {
}

ul.product-categories li.cat-item.cat-parent::before {
  font-family: "Material Design Icons";

  content: "\F0140";

  float: right;

  overflow: hidden;
}

ul.product-categories li.cat-parent ul.children {
  padding: 0 0 0 10px;
}

div.widget_recent_reviews ul.product_list_widget li a,
li.woocommerce-mini-cart-item.mini_cart_item a {
  color: var(--text-color);
}

.blob {
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 1);

  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.woocommerce.single-product span.onsale {
  left: 0;

  right: auto;

  margin-left: auto;

  margin-right: auto;

  top: 0;

  font-size: 15px !important;

  font-weight: 600;

  background: #e0463b;

  color: #fff;

  width: 70px;

  z-index: 10;
}

div.wishlist-title.wishlist-title-with-form {
  display: none !important;
}

.float {
  position: fixed;

  height: auto;

  width: 60px;

  height: 45px;

  top: 20px;

  left: 10px;

  text-align: center;

  z-index: 1;

  background-color: rgb(247, 247, 247);
}

.float .currency-float-icon {
}

.float .flotante {
  position: relative;
}

.float .flotante {
  height: 50px;

  top: -45px;

  opacity: 0;

  transition: opacity 0.5s linear;
}

.float .flotante:hover {
  opacity: 1;
}

.float div#alg_currency_selector a#alg_currency_USD {
  visibility: hidden;

  margin: 0 !important;

  padding: 0 !important;
}

.float div#alg_currency_selector a#alg_currency_USD::after {
  position: absolute;

  top: 61px;

  right: 10px;

  content: "USD";

  visibility: visible;

  display: inline-block;

  background-color: rgb(247, 247, 247);

  padding: 9px;

  font-size: 14px;

  color: #333333;
}

.float div#alg_currency_selector a#alg_currency_VES {
  visibility: hidden;

  margin: 0 !important;

  padding: 0 !important;
}

.float div#alg_currency_selector a#alg_currency_VES::after {
  position: absolute;

  top: 110px;

  right: 10px;

  content: "BSS";

  visibility: visible;

  display: inline-block;

  padding: 9px;

  font-size: 14px;

  background-color: rgb(247, 247, 247);

  color: #333333;
}

/*---------------------

  Product comments

-----------------------*/

.woocommerce div.product .woocommerce-tabs {
  margin-bottom: 5rem !important;

  background-color: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;

  content: " ";

  width: 100%;

  bottom: 0;

  left: 0;

  border-bottom: none !important;

  z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 2px solid var(--main-bg-color) !important;

  z-index: 2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--main-bg-color) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: none !important;

  position: absolute;

  bottom: -1px;

  width: 5px;

  height: 5px;

  content: " ";

  box-sizing: border-box;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: none !important;

  border: none !important;

  color: var(--main-bg-color) !important;

  border-bottom-color: var(--main-bg-color) !important;

  display: inline-block;

  position: relative;

  z-index: 0;

  border-radius: 4px 4px 0 0;

  margin: 0 -5px;

  padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #333333 !important;

  font-size: 1rem !important;

  padding: 0.55rem 3rem !important;

  border-bottom-width: 0.2rem !important;

  text-transform: capitalize !important;

  font-weight: 400 !important;
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  clear: both;

  width: 100%;

  text-align: center;

  background-color: none;
}

div.woocommerce-tabs.wc-tabs-wrapper {
  max-width: 100%;

  margin: 0 auto;
}

div.woocommerce-tabs.wc-tabs-wrapper div.woocommerce-Tabs-panel h2 {
  display: none;
}

div.woocommerce-tabs.wc-tabs-wrapper div.woocommerce-Tabs-panel {
  text-align: left;

  border: 1px solid #fafafa;

  padding: 30px 20px !important;

  color: var(--text-color);
}

div.woocommerce-tabs.wc-tabs-wrapper
  div.woocommerce-Tabs-panel
  div.woocommerce-Reviews {
  text-align: left;

  padding: 30px 20px !important;
}

div.woocommerce-tabs.wc-tabs-wrapper
  div.woocommerce-Tabs-panel
  div.woocommerce-Reviews
  div#comments
  ol
  li
  div
  img {
  display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 0px !important;

  border: 0px solid white !important;

  border-radius: 4px;

  padding: 1em 1em 0;
}

.woocommerce
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text
  div.star-rating {
  width: 100%;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text
  div.description {
  display: block;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin-top: 20px;

  width: 30%;
}

.woocommerce #review_form #respond textarea {
  box-sizing: border-box;

  width: 100%;

  outline: none;

  border: 1px solid #e4e1e3 !important;

  height: 210px;

  resize: none;
}

.woocommerce #review_form #respond p.comment-form-author label {
  display: block !important;
}

.woocommerce #review_form #respond p.comment-form-author input {
  outline: none;

  border: 1px solid #e4e1e3 !important;
}

.woocommerce #review_form #respond p.comment-form-email label {
  display: block !important;
}

.woocommerce #review_form #respond p.comment-form-email input {
  outline: none;

  border: 1px solid #e4e1e3 !important;
}

.woocommerce #review_form #respond .form-submit input {
  color: var(--text-color) !important;

  background-color: var(--main-bg-color) !important;

  background-image: none;

  border: none;

  transition: 0.2s;

  padding: 13px 20px;

  font-weight: 400 !important;
}

.woocommerce #review_form #respond .form-submit input:hover {
  color: var(--text-color) !important;

  background-color: white !important;

  -webkit-box-shadow: 0px 8px 12px -7px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 8px 12px -7px rgba(0, 0, 0, 0.2);
}

td.label label {
  margin-top: 5px;

  font-weight: 400 !important;
}

/* WHATSAPP BUTTON */

.arrow {
  text-align: center;

  margin: 8% 0;

  color: white !important;
}

.arrow a {
  font-size: 27px;

  color: white !important;
}

.pulse {
  margin: 100px;

  display: block;

  width: 27px;

  height: 27px;

  border-radius: 50%;

  background: #25d366 !important;

  cursor: pointer;

  box-shadow: 0 0 0 rgba(37, 211, 102, 0.9);

  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);

    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);

    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);

    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.nav-bottom {
  display: flex;

  flex-direction: row;

  justify-content: flex-end;

  align-content: flex-end;

  width: auto;

  height: auto;

  position: fixed;

  z-index: 8;

  bottom: 0px;

  right: 0px;

  padding: 5px;

  margin: 0px;

  outline: none;
}

@media (max-width: 360px) {
  .nav-bottom {
    width: 320px;
  }
}

/* FLOAT FAVORITE LIST BUTTON */

.float-heart {
  position: fixed;

  width: 65px;

  height: 65px;

  bottom: 180px;

  right: 18px;

  background-color: #fff;

  color: #fff;

  border-radius: 50px;

  text-align: center;

  box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.7);

  z-index: 3;
}

.my-float-heart {
  right: 30px;

  z-index: 3;
}

.my-float-heart i {
  margin-right: 2px;

  z-index: 3;
}

.my-float-heart span.yith-wcwl-items-count {
  position: relative;

  bottom: 100px;

  top: -45px;

  z-index: 2;

  padding-top: 5px;

  padding-bottom: 2px;

  color: white;
}

.my-float-heart span.yith-wcwl-items-count .yith-wcwl-icon.fa.fa-star-o {
  text-align: center;

  font-size: 18px;
}

@media screen and (max-width: 992px) {
  .my-float-heart {
    top: 12px;

    right: 30px;

    z-index: 3;
  }

  .my-float-heart i {
    margin-right: 2px;

    z-index: 3;
  }
}

a.btn-default {
  background-color: #f3f3f3;

  padding: 5px 13px !important;
}

ul.mobile_menu_styles {
  list-style: none;
}

ul.mobile_menu_styles li {
  padding: 10px 0;
}

ul.mobile_menu_styles li a {
  font-weight: 900;

  color: var(--text-color);
}

.bg-dark {
  background-color: var(--blue-tree-color) !important;
}

/* WHATSAPP CHAT */

/* CSS Multiple Whatsapp Chat */

.whatsapp-name {
  font-size: 16px;

  font-weight: 600;

  padding-bottom: 0;

  margin-bottom: 0;

  line-height: 0.5;
}

#whatsapp-chat {
  box-sizing: border-box !important;

  outline: none !important;

  position: fixed;

  width: 350px;

  border-radius: 10px;

  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);

  bottom: 90px;

  right: 30px;

  overflow: hidden;

  z-index: 99;

  animation-name: showchat;

  animation-duration: 1s;

  transform: scale(1);
}

a.blantershow-chat {
  /*   background: #009688; */

  background: #fff;

  color: #404040;

  position: fixed;

  display: flex;

  font-weight: 400;

  justify-content: space-between;

  z-index: 98;

  bottom: 25px;

  right: 30px;

  font-size: 15px;

  padding: 10px 20px;

  border-radius: 30px;

  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
  transform: scale(1.2);

  margin: 0 10px 0 0;
}

.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */

  background: #009688;

  background: #095e54;

  color: #fff;

  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 10px;
}

.header-chat p {
  font-size: 14px;

  line-height: 1.7;

  margin: 0;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 100%;

  width: 50px;

  float: left;

  margin: 0 10px 0 0;
}

a.informasi {
  padding: 20px;

  display: block;

  overflow: hidden;

  animation-name: showhide;

  animation-duration: 0.5s;
}

a.informasi:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
}

#get-label,
span.chat-label {
  font-size: 12px;

  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;

  font-size: 15px;

  font-weight: 700;

  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}

/* .blanter-msg {

    color: #444;

    padding: 20px;

    font-size: 12.5px;

    text-align: center;

    border-top: 1px solid #ddd;

  } */

textarea#chat-input {
  border: none;

  width: 100%;

  height: auto;

  outline: none;

  resize: none;

  padding: 10px;

  font-size: 14px;
}

a#send-it {
  width: 35px;

  font-weight: 700;

  padding: 10px 10px 0;

  background: #eee;

  border-radius: 0px;

  margin: 0 auto;

  display: flex;

  justify-content: center;
}

a#send-it svg {
  fill: #a6a6a6;

  height: 40px !important;

  width: 40px !important;
}

.first-msg {
  background: transparent;

  padding: 30px;

  text-align: center;
}

.first-msg span {
  background: #e2e2e2;

  color: #333;

  font-size: 14.2px;

  line-height: 1.7;

  border-radius: 10px;

  padding: 15px 20px;

  display: inline-block;
}

.start-chat .blanter-msg {
  display: flex;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;

  top: 5px;

  right: 15px;

  color: #fff;

  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }

  15% {
    background-color: #111111;
  }

  25% {
    background-color: #b6b5ba;
  }
}

@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }

  25% {
    background-color: #111111;
  }

  35% {
    background-color: #b6b5ba;
  }
}

@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }

  35% {
    background-color: #111111;
  }

  45% {
    background-color: #b6b5ba;
  }
}

@keyframes showhide {
  from {
    transform: scale(0.5);

    opacity: 0;
  }
}

@keyframes showchat {
  from {
    transform: scale(0);

    opacity: 0;
  }
}

@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;

    left: 5%;

    right: 5%;

    font-size: 80%;
  }
}

.hide {
  display: none;

  animation-name: showhide;

  animation-duration: 0.5s;

  transform: scale(1);

  opacity: 1;
}

.show {
  display: block;

  animation-name: showhide;

  animation-duration: 0.5s;

  transform: scale(1);

  opacity: 1;
}

.whatsapp-message-container {
  display: flex;

  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;

  background-color: white;

  border-radius: 0px 8px 8px;

  position: relative;

  transition: all 0.3s ease 0s;

  opacity: 0;

  transform-origin: center top 0px;

  z-index: 2;

  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;

  margin-top: 4px;

  margin-left: -54px;

  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;

  background-color: #e6ddd4;

  position: relative;
}

.whatsapp-chat-body::before {
  display: block;

  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  height: 100%;

  width: 100%;

  z-index: 0;

  opacity: 0.08;

  background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}

.dAbFpq {
  display: flex;

  z-index: 1;
}

.eJJEeC {
  background-color: white;

  width: 52.5px;

  height: 32px;

  border-radius: 16px;

  display: flex;

  -moz-box-pack: center;

  justify-content: center;

  -moz-box-align: center;

  align-items: center;

  margin-left: 10px;

  opacity: 0;

  transition: all 0.1s ease 0s;

  z-index: 1;

  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;

  display: flex;
}

.ixsrax {
  height: 5px;

  width: 5px;

  margin: 0px 2px;

  border-radius: 50%;

  display: inline-block;

  position: relative;

  animation-duration: 1.2s;

  animation-iteration-count: infinite;

  animation-timing-function: linear;

  top: 0px;

  background-color: #9e9da2;

  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;

  width: 5px;

  margin: 0px 2px;

  background-color: #b6b5ba;

  border-radius: 50%;

  display: inline-block;

  position: relative;

  animation-duration: 1.2s;

  animation-iteration-count: infinite;

  animation-timing-function: linear;

  top: 0px;

  animation-name: hPhMsj;
}

.kAZgZq {
  padding: 7px 14px 6px;

  background-color: white;

  border-radius: 0px 8px 8px;

  position: relative;

  transition: all 0.3s ease 0s;

  opacity: 0;

  transform-origin: center top 0px;

  z-index: 2;

  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;

  margin-top: 4px;

  margin-left: -54px;

  max-width: calc(100% - 66px);
}

.kAZgZq::before {
  position: absolute;

  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");

  background-position: 50% 50%;

  background-repeat: no-repeat;

  background-size: contain;

  content: "";

  top: 0px;

  left: -12px;

  width: 12px;

  height: 19px;
}

.bMIBDo {
  font-size: 13px;

  font-weight: 700;

  line-height: 18px;

  color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
  font-size: 14px;

  line-height: 19px;

  margin-top: 4px;

  color: #111111;
}

.iSpIQi {
  font-size: 14px;

  line-height: 19px;

  margin-top: 4px;

  color: #111111;
}

.cqCDVm {
  text-align: right;

  margin-top: 4px;

  font-size: 12px;

  line-height: 16px;

  color: rgba(17, 17, 17, 0.5);

  margin-right: -8px;

  margin-bottom: -4px;
}

#top-image {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("/wp-content/uploads/2023/08/web-TEC_Mesa-de-trabajo-1-copia-min-scaled.jpg") -25px -50px;

  top: 0;

  width: 100%;

  z-index: 0;

  height: 100vh;

  background-size: calc(100% + 50px);

  display: flex;

  align-items: center;

  justify-content: center;

  position: relative;
}

#top-image .top_image_text {
  position: absolute;

  max-width: 60%;

  margin-left: auto;

  margin-right: auto;

  left: 0;

  right: 0;

  text-align: center;
}

#top-image .top_image_text h1 {
  color: white;

  text-transform: uppercase;

  font-size: 6.5rem;

  font-weight: 700;

  margin: 0 auto;
}

#top-image .top_image_img {
  max-width: 50%;
}

#top-image .top_image_img img {
  position: absolute;

  right: 0;

  bottom: 15%;

  width: 55%;

  margin: 0 auto;
}

.info-text-section {
  padding: 250px 0;

  /*background: url('../img/galletabg2.png');

    background-repeat: no-repeat;

    background-size: 20%;

    background-position: bottom right;

    background-attachment: scroll;*/

  background-color: var(--brown-color);
}

.info-text-section h5 {
  font-weight: 100;

  color: var(--brown-color);

  font-family: var(--font-grown);

  font-size: 6rem;
  line-height: 5rem;
}

.info-text-section h5 span {
  color: var(--orange-color);
  font-family: var(--font-grown);
  margin-left: 2.5rem;
}

.info-text-section p {
  font-size: 1.2rem;

  color: white;
}

.info-text-section img {
  width: 100%;

  height: auto;
}

.info-text-section hr {
  background-color: var(--main-bg-color);

  width: 40%;
}

.info-text-section .col-left {
  padding: 13% 14% !important;
  display: flex;
  align-items: end;
  background-color: #f0ead8;
}

.info-text-section .col-left img {
  top: 0;

  left: 0;
}

.info-text-section .col-right {
  padding: 11% !important;
}

.info-text-section .col-right p {
  font-family: var(--font-primary);
}

.info-text-section .col-right h3 {
  font-family: var(--font-primary-bold);

  display: flex;

  align-items: center;
}

.info-text-section .col-right h3,
.info-text-section .col-right p {
  color: var(--yellow-color);
}

.info-text-section .col-right p {
  width: 90%;
}

.info-text-section .col-right img {
  margin-top: -4rem;
}

hr.separator {
  background-color: var(--main-bg-color);

  width: 40%;

  margin: 0 auto;

  margin-top: 160px;
}

.section-title hr {
  background-color: var(--main-bg-color);

  width: 10%;
}

.section-title h2 {
  font-family: var(--font-primary-bold);
}

.decor-section {
  padding: 200px 0;

  height: 500px;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center right !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/*.decor-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--yellow-color);
  opacity: 0.6;
}*/

.decor-section h4 {
  text-align: center;

  font-size: 3.5rem;

  color: var(--brown-color);

  font-family: var(--font-grown);
}

.decor-section h4 span {
  color: var(--main-bg-color);
}

.woocommerce .quantity .qty {
  width: 3.631em;

  text-align: center;

  color: black;
}

.our-cookies {
  padding: 100px;

  display: flex;

  justify-content: center;

  align-items: center;
}

.our-cookies img {
  height: 400px;
}

/* .our-cookies.second {
    background-color: #0f0f0f !important;
} */

.our-cookies h3 {
  text-align: center;

  color: white;

  font-size: 3.5rem;

  letter-spacing: 1px;
}

.our-cookies hr {
  background-color: var(--main-bg-color);

  width: 30%;

  margin: 0 auto;
}

.our-cookies p {
  color: white;

  margin-top: 20px;

  line-height: 35px;

  font-size: 25px;
}

.our-cookies:not(.quality) {
  background-color: var(--brown-color);
  padding: 40px 100px;
}

.our-cookies:not(.quality) h3 {
  font-size: 4rem;
  font-family: var(--font-grown);
  color: var(--yellow-color);
  line-height: 2rem;
  text-align: left;
}

.our-cookies:not(.quality) a {
  font-family: var(--font-primary-bold);
  max-width: 200px;
}

.our-cookies:not(.quality) hr {
  background-color: var(--main-bg-color);

  width: 30%;

  margin: 0 auto;
}

.our-cookies:not(.quality) p {
  color: white;

  margin-top: 20px;

  line-height: 28px;

  font-size: 20px;

  font-family: var(--font-primary);
}

.section-image-full {
  height: 300px;

  background: url("../img/bgall1.png");

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  background-attachment: fixed;
}

.section-image-full img {
  object-fit: cover;

  width: 100%;
}

.our-quiality {
  position: relative;

  padding: 200px;

  width: 100%;

  display: inline-flex;

  align-items: center;

  height: auto;
}

.our-quiality .our_quiality_text {
  position: absolute;

  top: 0;

  width: 40%;
}

.our-quiality h3 {
  color: white;

  font-size: 3.5rem;

  font-weight: 700;
}

.our-quiality hr {
  background-color: var(--main-bg-color);

  width: 30%;
}

.our-quiality p {
  color: white;

  margin-top: 20px;

  line-height: 35px;

  font-size: 25px;

  text-transform: capitalize !important;
}

.our-quiality .our_quiality_img {
  width: 50%;
}

.our-quiality .our_quiality_img img {
  width: 1000px;

  position: absolute;

  height: auto;

  right: 0;

  bottom: 0;
}

@media (max-width: 900px) {
  #top-image {
    background-position: 0, 0 !important;

    top: 0;

    width: 100%;

    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
      url("/wp-content/uploads/2023/08/web-TEC_Mesa-de-trabajo-1-copia-min-scaled.jpg") -25px -50px;

    z-index: 0;

    height: 100vh;

    background-size: cover;

    display: flex;

    justify-content: center;

    align-items: center;

    background-repeat: no-repeat;
  }

  #top-image .top_image_text {
    position: relative;

    left: 0;

    max-width: 70%;
  }

  #top-image .top_image_text h1 {
    color: white;

    text-transform: uppercase;

    font-size: 3rem;

    font-weight: 700;

    text-align: center;
  }

  #top-image .top_image_img {
    max-width: 100%;
  }

  #top-image .top_image_img img {
    position: absolute;

    right: 0;

    bottom: 5%;

    width: 70%;

    margin: 0 auto;
  }

  .info-text-section {
    padding: 250px 0;

    /* background: url('../img/galletabg2.png');

        background-repeat: no-repeat;

        background-size: 50%;

        background-position: bottom right;

        background-attachment: scroll; */
  }

  .info-text-section .col-left {
    padding: 30% 20% !important;
  }

  .info-text-section .col-left img {
    object-fit: cover;
  }

  .info-text-section h5 {
    font-size: 5rem;
    line-height: 4rem;
  }

  .info-text-section h5 span {
    margin-left: 3.5rem;
  }

  .info-text-section p {
    font-size: 1.2rem;

    color: white;
  }

  .info-text-section .col-right {
    padding: 20% 10% !important;
  }

  .our-cookies {
    padding: 100px 0;

    display: flex;

    justify-content: center;

    align-items: center;
  }

  .our-cookies h3 {
    text-align: center;

    color: white;

    font-size: 2rem;

    font-weight: 700;
  }

  .our-cookies hr {
    background-color: var(--main-bg-color);

    width: 30%;

    margin: 0 auto;
  }

  .our-cookies p {
    color: white;

    margin-top: 20px;

    line-height: 35px;

    font-size: 25px;
  }

  .our-cookies img {
    display: block;

    margin-left: auto;

    margin-right: auto;

    width: 80%;
  }

  /* .decor-section h4 {

        text-align: center;

        font-size: 2rem;

        color: white;

        font-weight: 700;

        text-transform: uppercase;

    } */
}

@media (max-width: 725px) {
  #top-image .top_image_text {
    position: relative;

    left: 0;

    max-width: 100%;
  }

  #top-image .top_image_text h1 {
    color: white;

    text-transform: uppercase;

    font-size: 3rem;

    font-weight: 700;

    text-align: center;

    margin: 20px;
  }

  #top-image .top_image_img {
    max-width: 100%;
  }

  #top-image .top_image_img img {
    position: absolute;

    right: 0;

    bottom: 5%;

    width: 90%;

    margin: 0 auto;
  }
}

@media (max-height: 770px) {
  #top-image .top_image_text {
    position: relative;

    left: 30px;

    max-width: 50%;
  }

  #top-image .top_image_text h1 {
    color: white;

    text-transform: uppercase;

    font-size: 2.3rem;

    font-weight: 700;

    text-align: center;

    margin: 20px;
  }

  #top-image .top_image_img {
    max-width: 60%;
  }

  #top-image .top_image_img img {
    position: absolute;

    right: 0;

    bottom: 5%;

    width: 800px;

    margin: 0 auto;
  }
}

@media (max-width: 770px) and (max-height: 664px) {
  #top-image .top_image_text {
    position: relative;

    left: 30px;

    max-width: 80%;
  }

  #top-image .top_image_text h1 {
    color: white;

    text-transform: uppercase;

    font-size: 2.3rem;

    font-weight: 700;

    text-align: center;

    margin: 20px;
  }

  #top-image .top_image_img img {
    position: absolute;

    right: 0;

    bottom: 5%;

    width: 450px;

    margin: 0 auto;
  }
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box p {
  color: #515151;
}

body:not(.woocommerce-order-received, .woocommerce-edit-address, .woocommerce-view-order) .woocommerce .woocommerce-customer-details address{
  color: white;
}

#client-testimonial-carousel p {
  font-size: 30px;

  font-weight: 700;
}

#client-testimonial-carousel {
  min-height: 200px;
}

#client-testimonial-carousel .carousel-item {
  border-radius: 60px;
  display: flex;
  align-items: center;
  padding: 15px;
  gap: 10px;
  transition: transform 0.6s ease-in-out;
  width: calc(100% / 3);
  background-color: white;
  margin: 0;
  float: inherit;
}

#client-testimonial-carousel .carousel-item .icon-theempire-testimonial {
  background: var(--brown-color);
  border-radius: 50%;
  padding: 5px;
  width: 25%;
  height: 100%;
}

#client-testimonial-carousel
  .carousel-item:nth-child(odd)
  .icon-theempire-testimonial {
  background: var(--orange-color);
}

#client-testimonial-carousel
  .carousel-item:nth-child(even)
  .icon-theempire-testimonial {
  background: var(--brown-color);
}

#client-testimonial-carousel
  .carousel-item:nth-child(3n)
  .icon-theempire-testimonial {
  background: var(--sky-blue);
}

#client-testimonial-carousel .carousel-item .content-testimonial {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#client-testimonial-carousel .carousel-item .content-testimonial h3 {
  color: var(--brown-color);
  font-size: 1rem;
  font-family: var(--font-primary-bold);
  margin: 0;
}

#client-testimonial-carousel .carousel-item .valorations i {
  color: #f59519;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: var(--main-bg-color);

  color: black;
}

.select2-results__option {
  padding: 6px;

  -ms-user-select: none;

  user-select: none;

  -webkit-user-select: none;

  color: black;
}

.woocommerce-error {
  color: var(--wc-red) !important;

  & a {
    color: var(--wc-red);
  }
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: var(--main-bg-color);
  color: #000;
  width: auto;
  word-wrap: break-word;
  font-size: 1rem;
  font-weight: 400;


    & a {
      font-size: 1rem;
      font-weight: 400;
    }
}

.woocommerce-info {
  background-color: #f6f5f8 !important;
}


div#coderockz_woo_delivery_pickup_time_section h5 {
  color: var(--main-bg-color);

  padding: 20px 0;

  font-size: 18px;

  display: flex;

  flex-direction: column;
}

div#coderockz_woo_delivery_pickup_time_section h5::before {
  content: "Pick up this order at:";

  color: white;

  font-size: 16px;
}

.doordash {
  padding: 30px 0;
}

.doordash h6 {
  font-size: 20px;

  font-weight: 800;

  text-transform: uppercase;
}

.doordash img {
  cursor: pointer;

  background-color: white;

  padding: 20px;

  float: right;

  width: 200px;
}

/* LIST CHANGE ADDRESS */

a.shipping-calculator-button {
  background: var(--main-bg-color) !important;

  padding: 20px 40px;

  color: var(--black-color);

  font-weight: 700;
}

ul.woocommerce-shipping-methods {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

ul.woocommerce-shipping-methods li {
  color: var(--brown-color);
  position: relative;
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #333;

  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 2rem;
}

ul.woocommerce-shipping-methods li input[type="radio"] {
  /* position: absolute; */
  visibility: visible;
  height: 15px;
  width: 15px;
  margin: 0;
}

ul.woocommerce-shipping-methods li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 15px;
  /* padding-left: 20px; */
  margin: 0;
  /* height: 30px; */
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul.woocommerce-shipping-methods li input[type="radio"]:checked ~ label {
  color: var(--main-bg-color);
}

div.col-2 div.woocommerce-shipping-fields h3#ship-to-different-address {
  display: none;
}

input[name="billing_timepickup"] {
  padding: 0.6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  outline: 0;
  border-radius: 2px;
  box-sizing: border-box;
  font-weight: 400;
  border: solid 2px #e4e4e4;
  width: 100%;
}

/* END LIST CHANGE ADDRESS */

/* CREDIT CARD STYLES */

div.wc-cybersource-credit-card-new-payment-method-form.js-wc-cybersource-credit-card-new-payment-method-form {
}

div.wc-cybersource-credit-card-new-payment-method-form.js-wc-cybersource-credit-card-new-payment-method-form
  label {
  font-size: 12px;

  font-weight: bold;
}

/*div.wc-cybersource-credit-card-new-payment-method-form.js-wc-cybersource-credit-card-new-payment-method-form input{*/

/*   border-radius: 10px !important;*/

/*   padding: 8px !important;*/

/*   width: 100% !important;*/

/*}*/

div.form-row.form-row-wide {
}

.ray {
  clip-path: polygon(0% 45%, 100% 0%, 100% 100%, 0% 55%);

  transition: 4s;

  transform: translateY(-50%) translateX(-50%) rotate(var(--angle))
    translateY(50%) translateX(50%) translateY(-50%);

  position: absolute;

  top: -30px;

  left: 50%;

  width: 500px;

  height: 120px;

  z-index: 2;

  background: linear-gradient(
    0.25turn,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 100, 0)
  );
}

.light1 {
  animation-duration: 10s;

  animation-name: wave;

  animation-iteration-count: infinite;
}

.light2 {
  animation-duration: 7s;

  animation-name: wave;

  animation-iteration-count: infinite;
}

.light1 .ray {
  left: 500px;
}

.light2 .ray {
  left: 500px;
}

@keyframes wave {
  0% {
    --angle: 90deg;
  }

  50% {
    --angle: 110deg;
  }

  100% {
    --angle: 60deg;
  }
}

@media (max-width: 800px) {
  .ray {
    clip-path: polygon(0% 45%, 100% 0%, 100% 100%, 0% 55%);

    transition: 4s;

    transform: translateY(-50%) translateX(-50%) rotate(var(--angle))
      translateY(50%) translateX(50%) translateY(-50%);

    position: absolute;

    top: -30px;

    left: 50%;

    width: 400px;

    height: 150px;

    background: linear-gradient(
      0.25turn,
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 100, 0)
    );
  }

  .light1 {
    animation-duration: 10s;

    animation-name: wave;

    animation-iteration-count: infinite;
  }

  .light2 {
    animation-duration: 7s;

    animation-name: wave2;

    animation-iteration-count: infinite;
  }

  .light1 .ray {
    left: 230px;
  }

  .light2 .ray {
    left: 230px;
  }

  @keyframes wave {
    0% {
      --angle: 70deg;
    }

    50% {
      --angle: 90deg;
    }

    100% {
      --angle: 75deg;
    }
  }

  @keyframes wave2 {
    0% {
      --angle: 60deg;
    }

    50% {
      --angle: 80deg;
    }

    100% {
      --angle: 120deg;
    }
  }
}

/* FRUITS RAIN */

.snowflake {
}

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }

  100% {
    top: 100%;
  }
}

@-webkit-keyframes snowflakes-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);

    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(80px);

    transform: translateX(80px);
  }
}

@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }

  100% {
    top: 100%;
  }
}

@keyframes snowflakes-shake {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(80px);
  }
}

.snowflake {
  position: fixed;

  top: -10%;

  z-index: 0;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  cursor: default;

  -webkit-animation-name: snowflakes-fall, snowflakes-shake;

  -webkit-animation-duration: 10s, 3s;

  -webkit-animation-timing-function: linear, ease-in-out;

  -webkit-animation-iteration-count: infinite, infinite;

  -webkit-animation-play-state: running, running;

  animation-name: snowflakes-fall, snowflakes-shake;

  animation-duration: 10s, 3s;

  animation-timing-function: linear, ease-in-out;

  animation-iteration-count: infinite, infinite;

  animation-play-state: running, running;
}

.snowflake img {
  width: 60px;

  height: auto;
}

.snowflake:nth-of-type(0) {
  left: 1%;

  -webkit-animation-delay: 0s, 0s;

  animation-delay: 0s, 0s;
}

.snowflake:nth-of-type(1) {
  left: 5%;

  -webkit-animation-delay: 1s, 1s;

  animation-delay: 1s, 1s;
}

.snowflake:nth-of-type(2) {
  left: 20%;

  -webkit-animation-delay: 6s, 0.5s;

  animation-delay: 6s, 0s;
}

.snowflake:nth-of-type(3) {
  left: 30%;

  -webkit-animation-delay: 4s, 2s;

  animation-delay: 4s, 2s;
}

.snowflake:nth-of-type(4) {
  left: 40%;

  -webkit-animation-delay: 2s, 2s;

  animation-delay: 2s, 2s;
}

.snowflake:nth-of-type(5) {
  left: 50%;

  -webkit-animation-delay: 8s, 3s;

  animation-delay: 8s, 3s;
}

.snowflake:nth-of-type(6) {
  left: 60%;

  -webkit-animation-delay: 6s, 2s;

  animation-delay: 6s, 2s;
}

.snowflake:nth-of-type(7) {
  left: 70%;

  -webkit-animation-delay: 2s, 1s;

  animation-delay: 1s, 1s;
}

.snowflake:nth-of-type(8) {
  left: 80%;

  -webkit-animation-delay: 1s, 0s;

  animation-delay: 1s, 0s;
}

.snowflake:nth-of-type(9) {
  left: 95%;

  -webkit-animation-delay: 3s, 1s;

  animation-delay: 3s, 1s;
}

.snowflake:nth-of-type(10) {
  left: 25%;

  -webkit-animation-delay: 2s, 0s;

  animation-delay: 2s, 0s;
}

.snowflake:nth-of-type(11) {
  left: 67%;

  -webkit-animation-delay: 4s, 2s;

  animation-delay: 4s, 2s;
}

/* FRUITS RAIN END*/

/* MODAL MESSAGE STYLES  */

.modal-offer {
  pointer-events: none;

  opacity: 0;

  transition: opacity 0.3s;

  position: fixed;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: auto;

  height: auto;

  margin: 0 auto;

  border-radius: 4px;

  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);

  z-index: 9999 !important;

  display: flex;

  flex-direction: column;
}

.modal-custom-title h5 {
  color: rgb(201, 23, 52);

  font-size: 3.8rem;

  font-weight: 800;

  text-align: center;
}

.modal-custom-title hr {
  background-color: var(--second-color);

  width: 20%;

  height: 4px;
}

.modal-custom-title img {
  width: auto;

  height: 700px;
}

.modal-body-custom p {
  font-size: 1rem;

  font-weight: 400;

  text-align: center;

  color: var(--black-color);
}

.modal-body-custom .btn-offer {
  background-color: #f9c533;

  color: #ffffff !important;

  font-size: 1.9rem;

  text-transform: uppercase;

  font-weight: 600;

  position: absolute;

  top: 80%;

  left: 0;

  right: 0;
}

.modal-body-custom small {
  font-size: 1.5rem;

  font-weight: 400;

  text-align: center;

  color: var(--gold-color);
}

.modal-button-close i {
  position: absolute;

  right: 10px;

  top: 10px;

  font-size: 20px;

  color: black;
}

/** Overlay */

.overlay-offer {
  pointer-events: none;

  opacity: 0;

  transition: opacity 0.3s;

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.3);
}

/** JS */

.is-visible {
  opacity: 1;

  pointer-events: auto;

  z-index: 9999;
}

.btn-close {
  background-color: var(--black-color) !important;
}

@media (max-width: 725px) {
  /* MODAL MESSAGE STYLES  */

  .modal-offer {
    margin-left: auto;

    margin-right: auto;

    width: 100%;

    height: 100%;
  }

  .modal-body-custom .btn-offer {
    background-color: #f9c533;

    color: #ffffff !important;

    font-size: 1.1rem;

    text-transform: uppercase;

    font-weight: 600;

    position: absolute;

    top: 80%;

    margin-left: auto;

    margin-right: auto;

    left: 0;

    right: 0;

    text-align: center;
  }
}

/* MODAL MESSAGE STYLES END */

.woo-selected-variation-item-name {
  color: #fff !important;
}

.quantity .input-text.qty.text {
  padding: 10px !important;

  height: 48px;
}

.woocommerce .button.add_to_cart_button,
.single_add_to_cart_button {
  height: 48px;

  padding: 10px;

  display: flex;

  align-items: center;
}

.woocommerce .button.add_to_cart_button.product_type_variable {
  width: 80%;

  justify-content: center;
}

.woocommerce .card-products .card-footer {
  padding-bottom: 20px;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button.button {
  padding: 15px 20px !important;
}

.variable-items-wrapper .variable-item.button-variable-item {
  padding: 20px !important;

  outline: none !important;

  border: 1px solid #fff !important;

  background: transparent !important;

  color: #fff !important;

  border-radius: 0 !important;
}

.variable-items-wrapper .variable-item.button-variable-item:hover {
  box-shadow: none !important;
}

.variable-items-wrapper .variable-item.button-variable-item.selected {
  background: var(--main-bg-color) !important;

  color: #000 !important;
}

.container__product-types {
  display: flex;

  flex-wrap: wrap;

  gap: 5px;

  list-style: none;

  animation: none !important;
}

.product__type {
  position: relative;
}

.product__type input {
  position: absolute;

  visibility: hidden;
}

.product__type-check {
  background: transparent;

  border: none;
}

.single-product .row.justify-content-center > .row.justify-content-center {
  width: 100%;
}

.product__type-check:not(.added) img {
  opacity: 0.4;
}

.product__type-check:active + img {
  border: 1px solid var(--brown-color);
}

.product__type-check input[disabled] + img {
  opacity: 0.4;
}

.product__type-check input:checked + img {
  opacity: 1;
}

.disclaimer-product {
  font-size: 0.9rem;

  color: var(--brown-color);
}

.container__product-types .product__type .product__type-tooltip {
  visibility: hidden;

  position: absolute;

  left: -2em;

  top: -3em;

  background: var(--main-bg-color);

  min-width: 120px;

  font-size: 0.8em;

  padding: 0.6em;

  cursor: default;

  line-height: 1.4;

  text-align: center;

  display: flex;

  z-index: 9;
}

.container__product-types .product__type .product__type-tooltip::after {
  position: absolute;

  bottom: -10px;

  left: 41%;

  border-left: 10px solid transparent;

  border-right: 10px solid transparent;

  border-top: 10px solid var(--main-bg-color);

  content: " ";

  width: 0;
}

.container__product-types .product__type:hover .product__type-tooltip {
  visibility: visible;
}

.btn-collapse {
  width: 100%;

  background: transparent;

  border: none;

  border-bottom: 1px solid #fff;

  display: flex;

  justify-content: flex-end;

  align-items: center;

  outline: none;

  box-shadow: none;
}

.btn-collapse:focus {
  outline: none !important;
}

.btn-collapse {
  color: #fff;

  justify-content: space-between;

  font-size: 0.9rem;
}

.ultimos-productos {
  padding-left: 1rem;
  padding-right: 1rem;
}

.label_variation {
  color: var(--brown-color) !important;
}

.btn-collapse,
.btn-collapse svg path {
  color: var(--brown-color) !important;
  fill: var(--brown-color) !important;
}

.btn-collapse {
  border-bottom: 1px solid var(--brown-color);
}

.social-share-btns p {
  color: var(--brown-color) !important;
}

/*********************
* Product Box Styles
*/

#product-box-single-items > h2 {
  font-size: 1.1rem;
  font-weight: 600;
}

#product-box-single-items .product-box-item-link {
  display: none;
}

#product-box-single-items .pb-product-title {
  font-size: 0.8rem;
}

#product-box-single-items .product-box-item-qty-button {
  background-color: var(--brown-color);
  cursor: pointer;
  user-select: none;
}

#product-box-single-items .woocommerce-error,
#product-box-single-items .woocommerce-message {
  font-size: 1rem;
}

.woocommerce-mini-cart-item.mini_cart_item > a:not(.remove) {
  color: var(--brown-color);
}

/*
    SIMPLE PRODUCT BOX
*/

.product-box-item-qty-val {
  width: 3.5rem !important;
  height: 2rem !important;
  font-size: 0.9rem;
}

#product-box-single-items .product-box-item-qty-button {
  width: 2rem;
  height: 2rem !important;
  line-height: 1.8rem;
}

.product-box-item-loop-info {
  height: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;

  & .pb-product-title {
    width: 100%;
    font-size: 1rem !important;
  }
}

/*
    SINGLE PRODUCT PAGE
*/

.woocommerce-product-gallery.woocommerce-product-gallery--columns-4.images {
  position: sticky !important;
  top: 10rem;
}

.woocommerce-product-gallery__image img {
  border-radius: 1rem;
}

.woocommerce-info.message-with-links {
  background-color: #f6f5f8 !important;
}


/**
CART PAGE
**/

.cart-keep-shopping-banner {
  width: 50%;
  height: 8rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-blend-mode: lighten;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  /* Gradient black */
  
  & .button {
    background: transparent !important;
    font-size: 1.1rem !important;
    text-decoration: underline !important;
    color: #fff !important;
  }

  &::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000040;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    opacity: 0;
  }

  &:hover::before {
    opacity: 1;
  }
}



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

.woocommerce-cart-form__cart-item.cart_item {
  & .product-name {
    & a {
      color: var(--yellow);
      font-weight: 600;
      font-size: 1.1rem;
    }
  }
}

/**
CHECKOUT PAGE
**/

.shop_table.woocommerce-checkout-review-order-table {
  & .cart_item .product-name {
    display: inline-flex;
    flex-wrap: wrap;
    color: var(--yellow);
    font-weight: 600;
    width: 100%;

    & small {
      order: 2;
      width: 100%;
      margin-top: -1.5rem;
      color: #000;
    }

    & .product-quantity {
      order: 1;
    }
  }
}

.form-row .checkout-inline-error-message{
  padding: 0.5rem 0 0.5rem 0.5rem;
  color: var(--wc-red) !important;
}

.tec-custom-field #shipping_date, .tec-custom-field #pickup_date {
  display: none !important;
}

.tec-custom-field #shipping_date + .flatpickr-calendar, .tec-custom-field #pickup_date + .flatpickr-calendar {
  width: 100%; /* Cambiar al tamaño que desees */
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.08);

  & .flatpickr-rContainer {
    width: 100%;
  }
  & .flatpickr-days {
    width: 100%;
    & .dayContainer {
      width: 100% !important;
      max-width: 100% !important;
    }

    & .flatpickr-day {
      max-width: 100%;
      height: 40px;
      line-height: 40px;
      border-radius: 6px !important;
    }
  }

  & .flatpickr-monthDropdown-months {
    border-radius: 3px;
    text-align: center;
    appearance: none;
    padding: 0 0.5rem;
    border: none;
  }
}

.select2-container .select2-dropdown, .select2-container .select2-selection {
  border: 1px solid #aaa !important;
}

.catering-bg {
  background-image: var(--background);
  height: 20rem;
}

.tooltip {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  padding: 12px 20px;
  background: linear-gradient(135deg, #ffffff, #f8f9fa);
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  color: #1f2937;
  font-size: 14px;
  white-space: break-spaces;
  width: 25vw;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3sease;
  border: 1px solid rgba(229, 231, 235, 1)
}

/* Tooltip arrow */
.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

li.pb-product.active .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

@keyframes glow {
  0% {
    text-shadow: 0 0 10px rgba(99, 102, 241, 0.5);
  }
  50% {
    text-shadow: 0 0 20px rgba(99, 102, 241, 0.7);
  }
  100% {
    text-shadow: 0 0 10px rgba(99, 102, 241, 0.5);
  }
}

.tooltip strong {
  animation: glow 2s infinite;
  font-weight: 600;
}

@media (max-width: 768px) {
  .tooltip {
    font-size: 13px;
    padding: 10px 16px;
    width: 50vw;
  }
}

@media (max-width: 479px) {
  #product-box-single-items ul.pb-products.pb-grid li.pb-product img {
      max-width: 200px !important;
  }
}

.error404 {
  background: url(/wp-content/uploads/2025/03/catering_banner-scaled.jpg);
  background-size: cover;
  background-repeat: no-repeat;

  & footer.footer.spad {
    background: #F5EEDC;
  }
}

.page-notfound {
  height: 100vh;

  & h1 {
    font-size: 8rem;
    font-weight: 900;

    & .notfound-image {
      width: 7rem;
    }
  }
}

.backtohome-button {
  background: var(--brown-color-light);
  color: white;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-weight: 600;
  width: fit-content;

  &:hover {
    color: #fff;
  }
}

.cart_item {
    & .product-name {
        min-width: 220px;
    }
}

.woocommerce ul#shipping_method li {
  align-items: start;
  justify-content: space-between;

    & label {
        font-size: 0.9rem;
    }
    
}