@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Leckerli+One&display=swap");

html,
body {
  font-size: 16px;
}
body {
  font-family: "Poppins", sans-serif;
  color: #403f3f;
}
::-moz-selection {
  background: #3d6d35;
  color: #fff;
}
::selection {
  background: #3d6d35;
  color: #fff;
}
p,
li {
  color: #686666;
  line-height: 1.6;
}
.fixheader {
  position: fixed;
  z-index: 999;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.logo img {
  width: 200px;
}

.menu-collapser {
  position: absolute;
  top: 39px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  color: #333;
  font-size: 0;
  line-height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.collapse-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  padding: 0;
  color: #000000;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.collapse-button span:nth-of-type(2) {
  width: 30px;
}

.collapse-button span:nth-of-type(3) {
  width: 20px;
}

.collapse-button .icon-bar {
  display: block;
  float: right;
  height: 2px;
  width: 40px;
  position: relative;
  margin: 4px 0;
  background: #333;
  border-radius: 1px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.crotate .icon-bar {
  width: 35px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.crotate span:nth-of-type(3) {
  width: 35px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -10px;
}

.crotate span:nth-of-type(2) {
  display: none;
}

ul.slimmenu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}

ul.slimmenu:before,
ul.slimmenu:after {
  content: "";
  display: table;
}

ul.slimmenu:after {
  clear: both;
}

ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.slimmenu.collapsed li > ul {
  position: static;
  display: none;
}

ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.slimmenu.collapsed li .sub-toggle {
  height: 40px;
}

ul.slimmenu li {
  position: relative;
  display: inline-block;
}

ul.slimmenu li ul {
  margin: 0;
  list-style-type: none;
}

ul.slimmenu li ul li {
  width: 100%;
  padding: 0;
}

ul.slimmenu li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  display: none;
  width: 100%;
  height: auto;
  padding: 0 !important;
  min-width: 250px;
  background: #fff;
}

ul.slimmenu li > ul > li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%;
}

ul.slimmenu li a {
  padding: 0 22px;
  margin: 0;
  line-height: 50px;
  font-size: 16px;
  display: block;
  text-decoration: none;
  color: #403f3f;
  font-weight: 500;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

ul.slimmenu li ul li a,
ul.slimmenu li ul li:last-child a {
  width: 100%;
  display: block;
  line-height: 20px;
  color: #403f3f;
  background: none !important;
  padding: 12px 15px;
  letter-spacing: 0.4px;
  margin: 0;
  text-align: left;
  text-transform: none;
  border-bottom: 1px dotted #e8e8e8;
}

ul.slimmenu li ul li a:before,
ul.slimmenu li ul li a:after {
  display: none;
}

ul.slimmenu li ul li:last-child a {
  border-bottom: 0px solid #fff;
}

ul.slimmenu li ul li a:hover {
  background: #f6921e !important;
  color: #fff;
}

ul.slimmenu li.active a {
  background: #111070;
  color: #fff;
}

ul.slimmenu li a:hover,
ul.slimmenu li a.active {
  color: #f6921e;
}

ul.slimmenu li .sub-toggle {
  background: none repeat scroll 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 20px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

ul.slimmenu li .sub-toggle:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}

ul.slimmenu li .sub-toggle svg {
  display: inline-block;
  color: #403f3f;
  font-size: 12px;
  font-weight: 100;
  vertical-align: middle;
}

ul.slimmenu li ul li .sub-toggle svg {
  color: #000;
}

ul.slimmenu li ul li .sub-toggle {
  right: 2px;
}

ul.slimmenu > li {
  padding: 0;
}

ul.slimmenu > li:first-child,
ul.slimmenu > li.has-submenu + li {
  border-left: 0;
}

.special-box {
  padding: 10px 10px 0 20px;
  background: linear-gradient(to right, #ddf7f8 0%, #8adbe3 100%);
  display: flex;
  gap: 20px;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.special-box-2 {
  background: linear-gradient(to right, #fce4f2 0%, #f6acda 100%);
}
.special-box-3 {
  background: linear-gradient(to right, #ffeca2 0%, #fed53b 100%);
}
.special-box h5,
.feature-box h5 {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.45;
}
.special-box img {
  margin-top: auto;
  width: 30%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.feature-box {
  text-align: center;
}
.feature-box span {
  display: block;
  background: #3d6d35;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  padding: 11px;
  margin: 0 auto 12px auto;
}
section h2 span {
  color: #f6921e;
}
.online {
  text-align: center;
  padding: 0 30px 30px 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.online:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.online h6 {
  font-size: 0.8rem;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #e0ffdb;
  color: #3d6d35;
  font-weight: 300;
  border-radius: 25px;
  line-height: 24px;
  padding: 0 10px;
  z-index: 9;
  letter-spacing: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.online:hover h6 {
  background: #3d6d35;
  color: #ffffff;
}
.online span {
  width: 75%;
}
.offer-main a {
  text-decoration: none;
}
.online span img,
.gallery span img,
.more-box img,
.offer-main a img,
.feature-box span,
.special-box img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.online:hover span img,
.gallery span:hover img,
.more-box:hover img,
.offer-main a:hover img,
.feature-box:hover span,
.special-box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.online a,
.btn-buy {
  text-transform: uppercase;
  background: #f6921e;
  color: #fff;
  line-height: 45px;
  padding: 0 25px;
  font-size: 0.9rem;
}
.online a:hover,
.btn-buy:hover {
  background: #d5770b;
  color: #fff;
}
.gallery .row {
  margin: 0 -5px;
}
.gallery .row .col-6 {
  padding: 5px;
}
.why-choose {
  background: #f5fff3;
}
.why-us h5 {
  color: #3d6d35;
}
.faq .accordion-item {
  border-top: none;
  border-left: none;
  border-right: none;
}
.faq .accordion-button {
  font-weight: 500;
  color: #403f3f;
  line-height: 1.7;
}
.faq .accordion-button svg {
  color: #3d6d35;
}
.faq .accordion-button:not(.collapsed) {
  color: #3d6d35;
  background-color: transparent;
}
.more-box {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  background: #ffeeaf;
  gap: 40px;
  height: 100%;
}
.more-box h4 {
  font-weight: 800;
  color: #f09903;
}
.more-box img {
  width: 25%;
}
.more-box-2 {
  background: #d4f0d7;
}
.more-box-2 h4 {
  color: #3ea749;
}
.offer-left a,
.delivery a {
  text-transform: uppercase;
  border: 1px solid #f6921e;
  color: #f6921e;
  line-height: 45px;
  padding: 0 25px;
  font-size: 0.9rem;
}
.offer-left a:hover,
.delivery a:hover {
  background: #d5770b;
  color: #fff;
}
.fancy-text {
  font-family: "Leckerli One", cursive;
  font-size: 3rem;
}
.delivery {
  background: #f3f5f8;
}
.min-order {
  background: #427c00;
  color: #fff;
  width: 120px;
  height: 120px;
}
.shop-now {
  margin-top: -70px;
}
footer {
  background: #f5fff3;
  border-top: 4px solid #3d6d35;
}
footer img {
  width: 200px;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
  margin: 0 0 10px 0;
}
footer ul li a {
  display: inline-block;
}
footer a {
  color: #686666;
  text-decoration: none;
}
footer a:hover {
  color: #3d6d35;
}
.inner-banner {
  background: #3d6d35;
}
.inner-banner .breadcrumb li,
.inner-banner .breadcrumb li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.inner-banner .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.inner-banner .breadcrumb-item.active {
  color: #ffbf75;
}
.inner-content p {
  line-height: 1.75;
}
.about-us h3 {
  color: #3d6d35;
}
.our-motto {
  background: #f3f5f8;
  border-radius: 15px;
  padding: 40px;
}
.img_producto_container {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}
.img_producto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
.product-left h6 span {
  color: #ffd634;
}
.product-left h4 {
  color: #f6921e;
}
.product-left h4 span {
  text-decoration: line-through;
}
.product-left li {
  padding: 5px 0;
  line-height: 1.75;
}

.magnific-img img {
  width: 100%;
  height: auto;
}
.magnific-img {
  display: block;
}
a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
  border-right: none !important;
}
.mfp-arrow-right:before {
  border-left: none !important;
}
button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.contact-left .add-1 span {
  background: #cffffa;
  color: #376762;
  width: 50px;
  height: 50px;
  font-size: 1.2rem;
}
.contact-left .add-2 span {
  background: #d1e0ff;
  color: #1d4ba7;
}
.contact-left .add-3 span {
  background: #efd1ff;
  color: #743a93;
}
.contact-left a {
  color: #686666;
  text-decoration: none;
}
.contact-right form {
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.contact-right h4 {
  color: #f6921e;
}
.contact-right .form-control {
  background-color: #f2f7fa;
  border: none;
  min-height: 45px;
}
.map {
  height: 400px;
}
@media (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }
}
@media (max-width: 1600px) {
  html,
  body {
    font-size: 15px;
  }
}
@media (max-width: 1199.98px) {
  .special-box h5 {
    font-size: 1rem;
  }
  .special-box h5 br {
    display: none;
  }
  .fancy-text {
    font-size: 2.4rem;
  }
  .min-order {
    margin: 0 !important;
  }
}

@media (max-width: 991.98px) {
  header .container {
    max-width: 100%;
  }
  .logo img {
    width: 160px;
    margin: 5px 0;
  }
  ul.slimmenu {
    width: 250px;
    height: 100%;
    top: 0;
    right: 0;
    display: none;
    position: fixed;
    text-align: left;
    padding: 15px 20px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999;
    margin: 0;
    border: none;
    -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
  }
  .crotate {
    position: fixed;
    top: 20px;
    right: 250px;
    background: #fff;
    z-index: 9999;
    padding: 10px 8px 10px 10px;
    -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
  }
  .crotate .icon-bar {
    width: 25px;
    background-color: #333;
    top: 5px;
  }
  .crotate span:nth-of-type(3) {
    width: 25px;
    top: -5px;
  }
  ul.slimmenu li a {
    padding: 10px 0;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 15px;
    color: #333;
  }
  ul.slimmenu li .sub-toggle svg {
    color: #333;
  }
  ul.slimmenu li .sub-toggle {
    width: 25px;
    color: #333;
  }
  ul.slimmenu li > ul {
    min-width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  ul.slimmenu li .sub-toggle {
    right: 0;
  }
  ul.slimmenu li .sub-toggle svg {
    font-size: 11px;
  }
  ul.slimmenu li ul li {
    background: #fff;
  }
  ul.slimmenu li ul li a,
  ul.slimmenu li ul li:last-child a {
    color: #333;
  }
  ul.slimmenu li.active a,
  ul.slimmenu li a:hover,
  ul.slimmenu li ul li a:hover {
    background: #fff !important;
    color: #c9a286;
  }
  .special-box {
    padding: 20px 20px 0 20px;
    flex-direction: column-reverse;
    gap: 0;
    text-align: center;
  }
  .special-box img {
    width: 70%;
    max-width: 200px;
  }
  .feature-box span {
    width: 60px;
    height: 60px;
    padding: 9px;
  }
  .more-box {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .more-box img {
    width: 55%;
    max-width: 200px;
  }
  .offer-left {
    text-align: center;
    margin-bottom: 30px;
  }
  .delivery {
    text-align: center;
  }
  .delivery img {
    width: 80%;
  }
  footer {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .online a {
    line-height: 37px;
    padding: 0 14px;
  }
  .online span {
    width: 100%;
    padding-top: 25px;
  }
  .fancy-text {
    font-size: 1.5rem;
  }
  .why-choose img {
    max-width: 250px;
  }
  .special-box img {
    max-width: 125px;
  }
  .our-motto {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .min-order {
    position: relative !important;
    margin: 0 auto 20px auto !important;
  }
  .img_producto_container {
    width: 100%;
    height: 300px;
  }
  .online span {
    width: 85%;
  }
  .contact-right form {
    padding: 20px;
  }
}
