/*
Theme Name: Tema Grupo Toyaki
Author: Rodrigo Berroeta (Agencia ED)
Author URI: https://www.enterdigital.cl
Description: Plantilla desarrollada para proyecto web Grupo Toyaki. Agencia ED
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Colors Black: #111111;
Colors Main: #0e9eff;
Colors Amarillo: #ffa50d;
*/
:root {
    --color-primario: #e94f1d;
    --color-secundario: #0c0c0c;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

body {
    background-color: #f9f9f9;
    font-family: 'Outfit', sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

.btn.btnToyaki,
.woocommerce .box_checkout button#place_order {
    background: var(--color-primario);
    border: 0;
    color: #fff;
    padding: 10px 20px;
    min-width: 200px;
    border-radius: 5px;
    transition: all .4s ease;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
}

.btn.btnToyaki.btnNBudnik {
    background: #0e9eff;
}

.btnToyaki:hover {
    color: #fff;
    background: #74bc1e;
}

.btn.btnToyaki.outlined {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    min-width: 200px;
    border-radius: 5px;
    transition: all .4s ease;
    font-size: 12px;
    text-transform: uppercase;
}

.btn.btnToyaki.outlined:hover {
    background: #fff;
    color: #111;
}

.btn.btnToyaki:hover {
    background: #272d34;
    color: #fff;
}

.btn.btnOutlineVerde {
    background: transparent;
    box-shadow: inset 0 0 0 2px #74bc1e;
}

.btn.btnOutlineVerde:hover {
    background: #74bc1e;
    color: #fff;
}

.btn.btnToyaki.btnIcono {
    position: relative;
    border-radius: 50px;
    text-align: none;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    width: auto;
    min-width: inherit;
    /* max-width: 180px; */
    padding: 5px 5px 5px 20px;
    font-weight: 600;
    background-color: var(--color-primario);
    color: #fff;
    font-size: 16px;
    text-transform: none;
}

.btn.btnToyaki.btnIcono::after {
    content: '\f061';
    font-family: fontawesome;
    font-size: 14px;
    font-weight: 300;
    transform: rotate(-45deg);
    background-color: #0c1e21;
    color: #fff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease-in-out;
}

.btn.btnToyaki.btnIcono:hover::after {
    transform: rotate(0);
}

.btns_flex,
.btn_flex {
    display: flex;
    gap: 15px;
}

.flex_center {
    align-items: center;
    justify-content: center;
}

.tit-span-naranja span {
    color: #0e9eff;
    display: block;
    line-height: 1;
    font-size: 20px;
}

.bajada_tit_ppal span {
    display: Block;
    line-height: 1;
    font-size: 25px;
    font-weight: 400;
    color: #ffa50d;
}

.btnes_flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.flex_center {
    justify-content: center;
}

.tits_toyaki {
    displaY: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px !important;
}

.tits_toyaki::before {
    content: '';
    background: url(includes/img/iso-toyaki-color.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.color_ppal, .tit_color span {
    color: var(--color-primario);
}

/** HEADER ***/

.topbar {
    display: none;
    background: #111;
    padding: 5px 0;
    /* margin-bottom: 10px; */
}

body.home .topbar {
    display: none;
}

.info_topbar {
    display: flex;
    gap: 15px;
}

.txt_topbar {
    font-size: 13px;
}

.icono_topbar {
    color: #891b1c;
    background-color: #ffffffc9;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 11px;
}

.txt_topbar a,
.txt_topbar {
    color: #fff;
    text-decoration: none;
}

.cabecera_ppal {
    position: sticky;
    width: 100%;
    top: 0;
    background: transparent;
    padding: 0;
    transition: all .3s ease;
    z-index: 99;
    margin-bottom: -105px;
}

.cabecera_ppal .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 5px;
    background: transparent;
}

.cabecera_ppal .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 7px 20px 7px 40px;
    background-color: #eeeeee85;
    border: 1px solid transparent;
    font-size: 15px;
    min-width: 300px;
}

.cabecera_ppal .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    color: #fff;
}

.cabecera_ppal .dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
    fill: #fff !important;
}

/* body.home .cabecera_ppal .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    background-color: #ffffffba;
} */


.cabecera_ppal .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 10px;
    left: 13px;
}

/** Estilos TOyaki **/
.cabecera_ppal .container>.row {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    /* margin-top: 30px; */
}

.logo {
    position: relative;
    margin: 7px 0;
    display: flex;
    justify-content: center;
}

.logo a {
    /* position: absolute;
    bottom: 0;
    left: 0; */
}

.logo img,
.woocommerce .logo img {
    max-width: 190px;
    filter: none;
}

.boxes_head {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 85%;
    float: right;
    gap: 15px;
    padding: 10px 0;
}

.boxes_head.head_dir {
    float: left;
    justify-content: flex-start;
    padding-left: 15px;
}

.box_head {
    display: flex;
    gap: 15px;
    /* width: 100%; */
    align-items: center;
    justify-content: flex-end;
}

.box_head .icon {
    background: #0e9eff45;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #0e9eff;
}

.box_head .info_box h3 {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

.box_head .info_box h3 a {
    color: #111;
    text-decoration: none;
}

.box_head .info_box p {
    font-size: 12px;
    margin: 0;
    color: #111111a3;
}

.content_menu_ppal {
    background-color: #0e9eff;
    width: 100%;
    padding: 6px 0;
}

.menu_principal {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    padding: 0 20px;
}

.menu_principal .menu,
.menu_principal .htmega-menu-container ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    height: 100%;
    font-family: 'Outfit', sans-serif;
}

.menu_principal .menu li,
.menu_principal .htmega-menu-container ul li {
    height: 100%;
    display: flex;
    align-items: center;
}

.menu_principal .menu li a,
.menu_principal .htmega-menu-container ul li a {
    color: #fff;
    text-decoration: none;
}

.menu_principal .btnBudnik,
.menu_principal .btnToyaki,
.menu_principal .btn.btnOutlineVerde {
    min-width: 150px;
}

/** SUBMENU **/
.menu-item-has-children {
    position: relative;
    display: flex;
    align-items: center;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    width: 270px;
    background: #ea4f04;
    padding: 0 10px;
    list-style: none;
    height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.menu-item-has-children:hover .sub-menu {
    padding: 10px 10px 0;
    height: auto;
}

.menu-item-has-children::after {
    content: "\f078";
    font-size: 8px !important;
    margin-left: 6px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    margin-bottom: 3px;
}


.menu-item-has-children .sub-menu::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 25px;
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-top: 12px solid #0e9eff;
    border-left: 9px solid transparent;
}

.menu-item-has-children .sub-menu li {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    padding: 7px;
    border-bottom: 1px solid #eaeaea29;
}

.carritoComprasHead .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.carritoComprasHead .menu li a {
    text-decoration: none;
    color: #fff;
}

.carritoComprasHead .woofc-menu-item .woofc-menu-item-inner {
    display: flex;
    align-items: flex-end;
}


.carritoComprasHead .woofc-menu-item .woofc-menu-item-inner i {
    font-size: 30px;
    width: 100%;
    color: #fff;
}

.carritoComprasHead .woofc-menu-item .woofc-menu-item-inner .woofc-menu-item-inner-subtotal {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
}

.carritoComprasHead .woofc-menu-item .woofc-menu-item-inner:after {
    left: 19px;
    top: 0;
    background-color: #891b1c;
}

.btnes_head {
    display: flex;
    gap: 20px;
    align-items: center;
}

/** MEGAMENU **/
.menu_principal .htmega-menu-container ul {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
}

.htmegamenu-content-wrapper.sub-menu {
    top: 0px !important;
    padding: 40px 10px 10px !important;
}

.htmega_mega_menu,
.htmega-megamenu,
.desktop_head .row .col-sm:first-of-type {
    position: unset !important;
}

/* .htmega_mega_menu:hover::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
} */

.menu_principal .htmega-megamenu .htmegamenu-content-wrapper {
    width: 100%;
    box-shadow: none;
    top: 55px !important;
}

.prod_dest_menu {}

.menu_mega_ppal .boxes_home_cats h3 a {
    color: #fff !important;
}

.cabecera_ppal:has(li.htmega_mega_menu:hover) {
    background-color: #fff;
}

.menu_principal .menu,
.menu_principal .htmega-menu-container ul.product_list_widget {
    height: auto;
    /* text-transform: none; */
}

.htmegamenu-content-wrapper .product_list_widget li a img {
    width: 60px;
}

.htmega-menu-container .sub-menu li .menu_mega_ppal a {
    border-bottom: 0;
}


/** botón categorias menu **/
.categorias_menu {
    display: flex;
    flex-direction: column;
    position: relative;
}

#toggleButton.button {
    border: 0;
    display: flex;
    gap: 5px;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    transition: 0.175s;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    font-weight: 400;
    padding: 0 10px;
    background-color: transparent;
    color: #fff;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

/* .button:hover {
    background: #8f44fd;
  } */

#miDiv {
    display: none;
    overflow: hidden;
    background-color: #fff;
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 200px;
    border: 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, .05);
}

/* burger-5 */

.burger-5 {
    /* scale: .8; */
    height: 34px;
}

.burger-5 svg {
    /* The size of the SVG defines the overall size */
    height: 36px;
    transform: translate(-1px, -1px);
    /* Define the transition for transforming the SVG */
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.burger-5 .line {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
    /* Define the transition for transforming the Stroke */
    transition: stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.burger-5 .line-top-bottom {
    stroke-dasharray: 12 63;
}

body:not(.home) .burger-5 .line {
    stroke:#0c0c0c;
}

.is-closed.burger-5 svg {
    transform: rotate(-45deg) translate(0);
}

.is-closed.burger-5 svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
}

#menu-categorias {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu-categorias li {
    font-weight: 300;
    border-top: 1px solid #f8f8f8;
}

#menu-categorias li a {
    text-decoration: none;
    color: #111;
    margin: 0;
    align-items: center;
    font-size: 13px;
    line-height: 1;
    padding: 10px 20px;
    display: flex;
    gap: 20px;
    transition: all .3s ease;
}

#menu-categorias li a:hover {
    background-color: #0e9eff;
    color: #fff;
}

#menu-categorias .menu-icon-cats {
    width: 25px;
    height: 25px;
}

@media (min-width: 576px) {
    .content_menu_ppal .col-sm-2.col-cats {
        width: 20%;
    }
}

#menu-categorias li a:hover .menu-icon-cats {
    filter: contrast(0) brightness(1000);
}

.flags {
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.flags_icon {
    gap: 10px;
}

.flags_icon a img {
    width: 36px;
    border-radius: 100%;
    transition: all .1s ease-in-out;
}

.flags_icon a:hover img {
    /* transform: scale(1.05); */
    border: 1px solid #fff;
}






body:not(.home) .cabecera_ppal {
    background: #fff;
    margin-bottom: 0;
}


/* body.home .logo img, .cabecera_ppal:has(li.htmega_mega_menu:hover) .logo img {
   filter: contrast(0) brightness(1500);
} */

body:not(.home) .box_head .info_box p,
.cabecera_ppal:has(li.htmega_mega_menu:hover) .box_head .info_box p {
    font-size: 11px;
    line-height: 1;
    color: #ffffffa3;
}

body:not(.home) .cabecera_ppal .menu_principal .menu li a,
body:not(.home) .cabecera_ppal .menu_principal .htmega-menu-container ul li a,
.cabecera_ppal:has(li.htmega_mega_menu:hover) .menu_principal .htmega-menu-container ul li a {
    color: #1c1c1c;
}

body:not(.home) .carritoComprasHead .woofc-menu-item .woofc-menu-item-inner i,
body:not(.home) .carritoComprasHead .menu li a,
.cabecera_ppal:has(li.htmega_mega_menu:hover) .carritoComprasHead .menu li a {
    color: #111;
}

body:not(.home) .cabecera_ppal .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.cabecera_ppal:has(li.htmega_mega_menu:hover) .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    background: #11111114;
}

body:not(.home) .cabecera_ppal .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder,
.cabecera_ppal:has(li.htmega_mega_menu:hover) .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    color: #111;
}

body:not(.home) .cabecera_ppal .dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path,
.cabecera_ppal:has(li.htmega_mega_menu:hover) .dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
    fill: #111 !important;
}

.woocommerce .breadcrumb_prod .woocommerce-breadcrumb {
    margin-bottom: 0;
    font-size: 12px;
    font-family: 'Outfit', sans-serif;
}

.logo_ppal.logo_scroll {
    display:none;
}


body:not(.home) .logo_ppal.logo_transparente {
    display:none;
}

body:not(.home) .logo_ppal.logo_scroll {
    display:block;
}

/** on scroll **/
.cabecera_ppal.scrolling {
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
}

.scrolling .logo_ppal,
body.home .scrolling .logo img,
.cabecera_ppal:has(li.htmega_mega_menu:hover) .logo img {
    filter: none;
}

.scrolling .logo_ppal.logo_transparente {
    display:none;
}

.scrolling .logo_ppal.logo_scroll {
    display:block;
}

.cabecera_ppal.scrolling .menu_principal .menu li a,
.cabecera_ppal.scrolling .menu_principal .htmega-menu-container ul li a {
    color: #1c1c1c;
}

/* .scrolling .btn.btnOutlineVerde {
    color: #74bc1e;
} */

.scrolling .carritoComprasHead .woofc-menu-item .woofc-menu-item-inner i,
.scrolling .carritoComprasHead .menu li a {
    color: #111;
}

.cabecera_ppal.scrolling .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    background: #11111114;
}

.cabecera_ppal.scrolling .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    color: #111;
}

.cabecera_ppal.scrolling .dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
    fill: #111 !important;
}

.scrolling .burger-5 .line {
    stroke: #0c0c0c;
}

.scrolling .flags, body:not(.home) .flags {
    color: #0c0c0c;
}

/** fin on scroll **/




/*** BODY ***/
.wrap {
    background-color: #ecf0f0;
}

.bg_ppal::after {
    content: "";
    position: absolute;
    /* top: 5%;
    inset-inline-end: -13%;
    width: 520px;
    height: 520px;
    filter: blur(80px);
    opacity: 0.8;
    backdrop-filter: blur(10px);
    border-radius: 50%;
    background: var(--color-primario); */
    background: linear-gradient(45deg, #0c0c0c, transparent, #0c0c0c);
    position: Absolute;
    top: 0;
    lefT: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 15px;
}


.box_intro_home {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}

.img_border_effect {
    background-color: #ecf0f0;
    padding: 10px 10px 0 0;
    border-top-right-radius: 23px;
    position: relative;
}

.img_border_effect::before,
.img_border_effect::after {
    content: '';
    position: absolute;
    inset-inline-start: 0;
    top: -13px;
    height: 13px;
    width: 13px;
    background: url(includes/img/rounded.svg) no-repeat;
    transform: rotate(-90deg);
}

.img_border_effect::after {
    inset-inline-start: auto;
    top: auto;
    inset-inline-end: -13px;
    bottom: 0;
}

.img_border_effect.item-der {
    padding: 10px 0 0 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 23px;
}


.img_border_effect.item-der::before {
    right: 0;
    left: unset;
    transform: rotate(180deg);
}

.img_border_effect.item-der::after {
    right: unset;
    left: -13px;
    transform: rotate(180deg);
}

.box_video_home {
    background-color: var(--color-primario);
    border-radius: 13px;
    padding: 35px 25px;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    gap: 20px;
}

.box_video_home h3 {
    font-size: 19px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    color: #fff;
    margin-bottom: 5px;
}

.btn_video_home {}

.video-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 1;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    transform: scale(1);
    transition: all .35s ease-in-out;
}

.video-btn span {
    font-size: 15px;
    margin-inline-start: 2px;
    display: inline-flex;
    line-height: 1;
}

.video-btn span i {
    color: #fff;
}

.box_video_home p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    font-family: 'Mulish', sans-serif;
    margin-bottom: 0;
}

.btn_video_home:hover .video-btn {
    transform: scale(1.05);
    border-color: #fff;
}

.marcas-slider img {
    filter: grayscale(2);
    transition: all .35s ease-in-out;
}

.marcas-slider .swiper-slide {
    background-color: #fff;
    border-radius: 7px;
    transition: all .35s ease-in-out;
}

.marcas-slider .swiper-slide:hover {
    background-color: transparent;
}

.marcas-slider .swiper-slide:hover img {
    filter: none;
}


.boxes_categorias_toyaki .elementor-image-box-wrapper {
    position: relative;
}

.boxes_categorias_toyaki .elementor-image-box-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 98%;
    width: 100%;
    padding: 25px;
    background: linear-gradient(135deg, rgba(52, 53, 72, 0.85), rgba(52, 53, 72, 0.4));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 10px;
}

.boxes_categorias_toyaki {
	transition: all .35s ease-in-out;
}

.boxes_categorias_toyaki .elementor-image-box-img a {
    position: relative;
}



.box_tiendas_toyaki .elementor-image-box-wrapper {
    position: relative;
}

.box_tiendas_toyaki .elementor-image-box-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    bottom: 0;
    justify-content: flex-end;
    padding: 30px;
    background: linear-gradient(to top, var(--color-primario), #e94f1d3d);
    /* backdrop-filter: blur(3px); */
    border-radius: 8px;
    transition: all .35s ease-in-out;
}

.box_tiendas_toyaki.proximamente .elementor-image-box-content {
    backdrop-filter: blur(3px);
    filter: grayscale(1);
}

/* .box_tiendas_toyaki .elementor-image-box-content:hover {
    background: linear-gradient(to top, #e94f1d, #e94f1d3d);
    backdrop-filter: blur(0px);
} */

.box_tiendas_toyaki .elementor-image-box-content::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.box_tiendas_toyaki.chile .elementor-image-box-content::after {
    background: url(includes/img/chile-flag.jpg) no-repeat center;
    background-size: cover;
}

.box_tiendas_toyaki.peru .elementor-image-box-content::after {
    background: url(includes/img/peru-flag.jpg) no-repeat center;
    background-size: cover;
}

.box_tiendas_toyaki.bolivia .elementor-image-box-content::after {
    background: url(includes/img/bolivia-flag.jpg) no-repeat center;
    background-size: cover;
}

.box_tiendas_toyaki.uruguay .elementor-image-box-content::after {
    background: url(includes/img/uruguay-flag.jpg) no-repeat center;
    background-size: cover;
}

.box_tiendas_toyaki.paraguay .elementor-image-box-content::after {
    background: url(includes/img/paraguay-flag.jpg) no-repeat center;
    background-size: cover;
}

.box_tiendas_toyaki::hover {
	transform: translateY(-10px);
}

.fondo-pattern {
    background: url(includes/img/pattern-2.svg) no-repeat top left;
    background-size: 30%;
}

.boxes_blog article .eael-grid-post-holder-inner {
    padding: 13px;
}


.boxes_blog .eael-entry-header-after .eael-posted-on {
    display: flex;
    flex-direction: column;
}

.offcanvas.panel_toyaki {
    min-width: 550px;
    padding: 30px;
    background: transparent;
    box-shadow: none;
    border-left: 0 !important;
}

.offcanvas.panel_toyaki::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background: #0c1e21;
    border-radius: 13px;
    z-index: -1;
}

.offcanvas-backdrop.show {
    opacity: 1 !important;
    backdrop-filter: blur(10px);
    background: transparent;
}

.offcanvas.panel_toyaki::before {
    content: "";
    position: absolute;
    top: 3%;
    inset-inline-end: 3%;
    width: 200px;
    height: 200px;
    filter: blur(50px);
    opacity: 0.26;
    z-index: 0;
    backdrop-filter: blur(10px);
    border-radius: 50%;
    background: #ffffff99;
}

.offcanvas p {
    color: #a9b8b8;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    margin-bottom: 0;
}

.offcanvas h3,
.offcanvas h4,
.offcanvas h5,
.offcanvas a {
    font-family: 'Outfit', sans-serif;
}

.offcanvas h3,
.panel_toyaki .offcanvas-body .flags h3 {
    font-weight: 700;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 5px;
    text-transform: none;
    color: #fff;
}

.panel_toyaki .offcanvas-body {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contacto_info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.offcanvas h5 {
    font-size: 15px;
    font-weight: 400;
    color: #a9b8b8;
    margin-bottom: 0;
}

.contacto_info a {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.rrss_offcanvas {
    gap: 10px;
}

.rrss_offcanvas a {
    background-color: var(--color-primario);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.rrss_offcanvas a i {
    color: #fff
}

.panel_toyaki .offcanvas-body .flags {
    flex-direction: column;
    align-items: flex-start;
}
























/** PAGINA PRODUCTOS **/
.woocommerce div.product .content_addtc_prod form.cart {
    font-family: 'Outfit', sans-serif;
}

.woocommerce div.product .content_addtc_prod form.cart .variations select {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ebf1f5;
    width: 100%;
    font-size: 13px;
    margin-bottom: 5px;
}

.woocommerce div.product .content_addtc_prod form.cart .variations label {
    font-size: 14px;
    color: #3D4B55;
    font-weight: 500;
    line-height: 1;
}

.woocommerce div.product .content_addtc_prod form.cart .variations tr {
    margin-bottom: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-right: 5px !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 20px !important;
    display: flex;
}

.woocommerce div.product .content_addtc_prod .wl-addto-cart.wl-style-4 form.cart .button:not(.woolentor-quick-checkout-button),
.wl-addto-cart.wl-style-4 form.cart .button:not(.woolentor-quick-checkout-button) {
    padding: 13px 10px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .content_addtc_prod span.price {
    color: #0e9eff;
}

.woocommerce .woocommerce-product-gallery__wrapper {
    margin-bottom: 15px;
}

.woocommerce .woocommerce-product-gallery__wrapper div {
    border-radius: 15px;
}

.box_add_to_cart .wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap .wl-quantity-cal {
    padding: 16px 0;
}

.elementor-shortcode .img_brand {
    max-width: 140px;
    margin-left: -10px;
}

.woocommerce div.product .box_add_to_cart .wl-addto-cart.wl-style-4 form.cart {
    margin-bottom: 0;
}

.precio_pag_prod p.price del .amount {
    font-size: 20px !important;
}

.precio_pag_prod p.price ins {
    text-decoration: none !important;
}

.woocommerce span.onsale {
    background-color: #198754 !important;
    font-size: .757em !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
}

/* .woocommerce.paginaProducto div.product .woolentor-woo-template-builder div.images {
    MAX-WIDTH: 80%;
    MARGIN: 0 auto;
} */

/* .subtitulo_producto {
    color: #0e9eff;
    font-family: 'Lato', sans-serif;
}

.woocommerce.paginaProducto div.product div.images {
    margin-bottom: 0;
}

.pagProd-imagen {}

.pagProd-bradcrumb nav.woocommerce-breadcrumb {
    font-size: 11px;
}

.paginaProducto.woocommerce .pagProd-precio .price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 7px;
}

.paginaProducto.woocommerce .pagProd-precio .price ins {
    text-decoration: none;
}

.paginaProducto.woocommerce .pagProd-precio .price del {
    margin-bottom: 2px;
}

.woocommerce.paginaProducto .pagProd-meta .product_meta {
    display: flex;
    flex-direction: column;
}

.paginaProducto .wl-addto-cart.wl-style-4 form.cart {
    flex-direction: column;
}

.paginaProducto .wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap,
.paginaProducto .wl-addto-cart.wl-style-4 form.cart .wl-cart-wrap {
    width: 100%;
}

.paginaProducto .wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap .wl-quantity-cal {
    width: 100%;
    justify-content: space-between;
}

.paginaProducto.woocommerce div.product form.cart {
    margin-bottom: 0px;
}

.stock_productos .stock {
    background: url(includes/img/icono-stock.png) no-repeat left center;
    background-size: contain;
    padding: 7px 0;
    padding-left: 40px;
}

.stock_productos .stock.in-stock {}

.stock_productos .stock.out-of-stock {
    color: red !important;
}

.paginaProducto.woocommerce span.onsale {
    top: 0;
    left: 10px;
    border-radius: 0 0 3px 3px;
    background: #fba50e;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding: 5px;
    text-transform: uppercase;
}

.paginaProducto.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 10px;
}

.paginaProducto.woocommerce div.product div.images .flex-control-thumbs li {
    width: 20%;
} */




/** PAGINA TIENDA **/
.filtros_shop .ht-category-wrap .ht-category-image a {
    padding: 20px;
}

.filtros_shop .ht-category-wrap .ht-category-content-4 h3 {
    line-height: 1;
}

.listado_prods.elementor-widget-woolentor-product-archive-addons {
    width: 100%;
}

.woocommerce .tienda_prods .listado_prods.elementor-widget-woolentor-product-archive-addons span.onsale {
    border-radius: 0 0 3px 3px;
    left: 10px !important;
}

.woocommerce .tienda_prods ul.products li.product,
.woocommerce-page .tienda_prods ul.products li.product {
    background: #f9f9fc;
    border-radius: 5px;
}

.woocommerce .tienda_prods ul.products li.product .price {
    margin: 0 10px 10px;
}


.woocommerce .tienda_prods ul.products li.product .woodecimalproduct_pice_unit_label,
.woocommerce-page .tienda_prods ul.products li.product .woodecimalproduct_pice_unit_label {
    display: none !important;
}

.woocommerce ul.products li.product a img {
    max-height: 333.33px;
}

.prods_archive a.button.add_to_cart_button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0;
}

.prods_archive li.product:hover a.button.add_to_cart_button {
    padding: inherit;
    height: auto;
}


.boxes_ofertas .eael-product-gallery .eael-product-wrap .eael-product-price {
    display: flex;
    flex-direction: column-reverse;
}

.boxes_ofertas .eael-product-gallery .eael-product-wrap .eael-product-price del {
    opacity: .5;
    font-size: 12px;
}

.boxes_ofertas .eael-product-gallery .eael-product-wrap .eael-product-price ins {
    text-decoration: none;
}





/*** BLOG **/
.blog .eael-grid-post-holder {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
}

.blog .eael-grid-post-holder:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
}

.blog .eael-grid-post .eael-entry-wrapper {
    padding: 20px 15px;
}

.blog .eael-grid-post .eael-entry-wrapper .eael-entry-title {
    font-family: 'Lato', sans-serif;
}

.blog .eael-grid-post .eael-entry-wrapper .eael-entry-content {
    font-family: 'Lato', sans-serif;
}

.blog .eael-grid-post .eael-entry-wrapper .eael-entry-content a {
    display: table;
    margin-top: 10px;
}

/* .blog_home .tpg-el-main-wrapper .tpg-post-link img {
    max-height:300px;
    object-fit: contain;
} */

.blog_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

.seccion_blog_single article {
    width: 100%;
}

.seccion_blog_single article h1 {
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
}

.header_blog {
    margin-bottom: 35px;
}

.header_blog .meta_data {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_imagen_dest {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 25px;
    margin-bottom: 35px;
}

.content_imagen_dest img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/*** FORM **/
.txt_form {
    color: #fff;
}

.content_form .flex_form {
    gap: 15px;
    /* flex-direction: column; */
    display: flex;
}

.c-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.cont-input {
    background: #f9f9f9ba;
    padding: 0;
    width: 100%;
    border-radius: 3px;
    position: relative;
    margin: 0 auto 10px;
    border: 1px solid #bfd1d9a8;
}

.cont-input.error-rut {
    border-color: red;
}

.cont-input label {
    color: #111;
    font-family: "Sora", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    position: absolute;
    z-index: 2;
    display: block;
    top: 5px;
    left: 5%;
}

.content_form textarea,
.content_form input[type="text"],
.content_form input[type="email"],
.content_form input[type="tel"],
.content_form select {
    font-size: 14px;
    color: #111;
    display: block;
    background-color: transparent;
    border: 0;
    font-weight: 300;
    padding: 25px 5% 6px;
    font-family: "Sora", sans-serif;
    width: 100%;
    border-radius: 5px;
}

input[type="text"].tit_input {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    font-size: 20px;
    color: #0e9eff;
    font-weight: bold;
}

/** PAGINA CHECKOUT **/
.flex_checkout {
    display: flex;
    gap: 20px;
    margin: 70px 0;
    box-shadow: 0 0 13px #1515151a;
    border-radius: 5px;
}

.box_checkout {
    width: 60%;
    padding: 20px;
}

.box_checkout:last-of-type {
    width: 40%;
    background: #f9f9fc;
}

.billing_checkout_info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.box_prods_checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.box_img_checkout {
    width: 30%;
}

.box_prod_checkout {
    width: 70%;
    font-size: 13px;
    font-weight: 300;
}

.box_prod_checkout .woocommerce-Price-amount.amount {
    color: #0e9eff;
}

.cart_item .box_img_checkout img {
    width: 80px;
    height: 80px;
    border-radius: 3px;
}

.woocommerce table.shop_table td {
    line-height: 1.1 !important;
}

.titulo_prod_checkout {
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}

.box_checkout .woocommerce-shipping-methods li {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}

tfoot tr td {
    text-align: right;
}

.woocommerce table.shop_table {
    padding: 10px 30px 10px;
    border: 0 !important;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    font-weight: 400 !important;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.checkout_totales {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 20px;
    line-height: 1;
}

.checkout_totales strong {
    font-size: 30px;
    line-height: 1;
}

.woocommerce .box_checkout input,
.woocommerce .box_checkout textarea {
    padding: 13px 10px;
    border-radius: 5px;
    border: 1px solid #e0e0e2;
}

.woocommerce .box_checkout textarea {
    min-height: 130px;
}

.box_checkout .select2-container .select2-selection--single {
    padding: 10px 7px;
    height: auto;
}

.box_checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent !important;
}

.woocommerce .box_checkout button#place_order {
    background-color: #891b1c;
}

.woocommerce .box_checkout,
.woocommerce .box_checkout label {
    color: #373f50 !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px;
}

/****************************************************************
**** FOOTER ********************************
**************************************************************** */

footer {
    width: 100%;
    padding: 70px 0 0;
    background-color: #ecf0f0;
    border-top: 1px solid #11111112;
}

footer .container {
    max-width: 1140px;
}

.content_footer_toyaki {
    padding: 15px;
    z-index: 1;
}

footer .content_footer_toyaki>.container-fluid {
    background: #0C1E21 url(includes/img/pattern-2.svg) no-repeat top left;
    background-size: 30%;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

footer .content_footer_toyaki>.container-fluid::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(includes/img/pattern-3.svg) no-repeat bottom right;
    background-size: 30%;
    z-index: -1;
}

.boxes_footer {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    position: relative;
    padding: 70px 50px;
    z-index: 1;
}

.boxes_footer .box_foot.foot_1::before {
    content: "";
    position: absolute;
    top: 90px;
    inset-inline-start: -50px;
    width: 350px;
    height: 300px;
    border-radius: 50%;
    background: #ffffff99;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    opacity: 0.15;
    z-index: -1;
}

.boxes_footer:last-of-type {
    padding: 30px;
}

/* .boxes_footer .foot_1 img {
    width: 150px;
} */

/* .boxes_footer .box_foot:nth-child(2) {
    width: 30%;
} */

.boxes_footer .box_foot {
    display: flex;
    width: 35%;
    flex-direction: column;
}

.boxes_footer .box_foot:last-of-type {
    width: 65%;
    gap: 30px;
}

.boxes_foot_lv2 {
    display: flex;
    gap: 30px;
    justify-content: space-around;
}

.box_foot_lv2 {
    width: 35%;
}

.box_foot_lv2:last-of-type {
    width: 65%;
}

footer .btn.btnToyaki {
    min-width: auto;
}

.form_newsletter .row .col-12 {
    padding: 0;
}

.box_foot h3 {
    font-size: 18px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 20px;
    color: #fff;
}

.flex_info_foot {
    gap: 20px;
}

form.row .col_dev:last-of-type {
    padding: 0;
}

.rrss_foot {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.rrss_foot a {
    text-decoration: none;
    background: var(--color-primario);
    color: #fff;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;

}

.box_foot p {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    color: #ffffffb8;
}

.box_foot p.tit_footer {
    color: var(--color-primario);
}

.box_foot p i {
    margin-right: 10px;
    color: #74bc1e;
    display: none;
}

.list_footer {
    list-style: none;
    padding: 0;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
}

.list_footer li {}

.list_footer li a,
.box_foot p a {
    color: #fff;
    text-decoration: none;
}

.list_footer li a:hover {
    text-decoration: underline;
}

.foot_1 img {
    width: 100%;
    max-width: 175px;
}

.copy_footer {
    font-family: 'Mulish', sans-serif;
    font-size: 13px;
    width: 100%;
    /* padding: 20px 0; */
    margin-top: 60px;
}

.copy_footer p {
    margin: 0;
    color: #fff;
}

.copy_footer p a {
    text-decoration: underline;
    color: var(--color-primario);
}

/** modals **/
#modalCatalogo .modal-body {
    background: #000;
    color: #fff;
}

#modalCatalogo .content_form .flex_form {
    flex-direction: column;
}

#modalCatalogo .content_form .flex_form .c-form {
    align-items: center;
}

#modalCatalogo .modal-body .btn-close {
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: #ffffff;
    line-height: 1;
    border-radius: 50%;
    color: #000;
    right: -15px;
    top: -15px;
}

/** modal form **/
#modalForm .modal-body {
    padding: 0;
    border-radius: 15px;
}

#modalForm .modal-body .btn-close {
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: #ffffffa6;
    line-height: 1;
    border-radius: 50%;
    color: #000;
    right: 10px;
    top: 10px;
}

.content_modal_form {
    padding: 20px;
}

#modalForm .modal-body .row .col-sm:first-of-type {
    background-color: #f9fafd;
    border-radius: 15px 0 0 15px;
}

.bg_modal_form {
    background: url(/budnik/wp-content/uploads/2024/01/mop-1.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    border-radius: 0 7px 7px 0;
}

.content_modal_form .form-group label {
    color: #ffa50d;
}

.content_modal_form .form-control.form-control-lg {
    font-size: 14px;
    background: #fff;
    border: 1px solid #dee2e6;
    color: #353535
}

#modalForm .content_form .form-control.form-control-lg::placeholder {
    color: #ffffff8a !important;
}

#modalForm .content_form .flex_form {
    flex-direction: column;
}


.modal-body {
    padding: 30px;
}

.modal-body h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
}

.modal-body p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-align: center;
}

.btn-wsp {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 35px;
    bottom: 35px;
    background: linear-gradient(45deg, #0bbc19, #08d107);
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    position: fixed;
    z-index: 999;
    width: 60px;
    height: 60px;
    transition: all .2s ease-in-out;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn-wsp:hover {
    color: #fff;
    transform: translateY(-3px);
}

.iconoWsp {
    font-size: 45px;
    line-height: 1;
}

/*Mover Recaptcha a la izquierda*/
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: -2px !important;
    bottom: 20px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.phone-prefix {
    position: absolute;
    left: 15px;
    /* Ajusta según la ubicación que necesites */
    top: 68%;
    transform: translateY(-51%);
    font-size: 14px;
    line-height: normal;
}

.phone-with-prefix {
    position: relative;
}

.phone-with-prefix input {
    padding-left: 40px !important;
    /* Ajusta el espacio para el prefijo */
}


.mobile_head {
    display: none;
}


@media (min-width: 1024px) and (max-width:1279px) {
    .box_head .info_box h3 {
        font-size: 12px;
    }

    .box_head .info_box p {
        font-size: 11px;
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .boxes_head.head_dir {
        display: none;
    }

    .box_head .info_box h3 {
        font-size: 11px;
    }

    .box_head .info_box p {
        font-size: 10px;
    }
}

@media (max-width:767px) {

    .desktop_head {
        display: none;
    }

    .mobile_head {
        display: block;
    }

    .btn.btnToyaki,
    .btn.btnBudnik {
        min-width: unset;
    }

    .logo_ppal {
        width: 75%;
        max-width: 110px;
    }

    .logo a {
        position: unset;
    }

    .fondos_color::before {
        background: #0e9eff !important;
    }

    .fondos_negro::before {
        background: #111 !important;
    }

    .menu__logo {
        display: flex;
    }

    .iconos__head {
        align-items: center;
        gap: 20px
    }

    /** Menu movil **/
    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        width: 30px !important;
        height: 3px !important;
        border-radius: 2px !important;
        background-color: #111 !important;
    }

    body.home .hamburger-inner,
    body.home .hamburger-inner:after,
    body.home .hamburger-inner:before {
        background-color: #fff !important;
    }

    body.home .scrolling .hamburger-inner,
    body.home .scrolling .hamburger-inner:after,
    body.home .scrolling .hamburger-inner:before {
        background-color: #111 !important;
    }

    html:not(.dgwt-wcas-overlay-mobile-on) .mobile_head .offcanvas .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
        max-width: 40px !important;
        height: 40px;
        background: #f0f0f0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    html:not(.dgwt-wcas-overlay-mobile-on) body.home .cabecera_ppal:not(.scrolling) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon a svg path {
        fill: #fff;
    }

    /* body.home .hamburger-inner,
    body.home .hamburger-inner:after,
    body.home .hamburger-inner:before {
        background: #fff !important;
    } */

    .menu_movil .menu {
        list-style: none;
        padding: 0;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1.5;
        font-weight: 500;
    }

    .menu_movil .menu li {
        padding: 10px;
        border-bottom: 1px solid #f0f1f4;
    }

    .menu_movil .menu li a {
        text-decoration: none;
        color: #010507;
        font-family: 'Ubuntu', sans-serif;
    }

    .carritoComprasHead .menu li a {
        color: #111;
    }

    body.home .carritoComprasHead .menu li a {
        color: #fff;
    }

    .btnes_head {
        justify-content: center;
    }

    .btnes_head .btn.btnBudnik,
    .btnes_head .btn.btnOutlineVerde {
        min-width: unset;
    }

    .btnes_head .btn.btnOutlineVerde {
        color: #74bc1e;
    }

    .bajada_tit_ppal span {
        font-size: 17px;
    }

    .content_form .flex_form {
        flex-direction: column;
    }

    .woocommerce ul.products li.product a img {
        height: 100%;
        max-height: 400px;
    }

    /** pag producto **/
    .bg_info_prod .order1 {
        order: 1;
    }

    .bg_info_prod .order2 {
        order: 2;
    }

    .bg_info_prod .order3 {
        order: 3;
    }

    .boxes_footer .foot_1 img {
        width: 130px;
    }

    .filtros_shop .ht-category-wrap .ht-category-image a {
        padding: 5px;
    }



    .boxes_footer {
        flex-wrap: wrap;
        gap: 0;
    }

    .boxes_footer .box_foot {
        width: 50%;
        margin-bottom: 20px;
        padding: 2%;
    }

    .boxes_footer .box_foot:nth-child(1) {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .box_foot h3 {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .box_foot p {
        margin-bottom: 5px;
    }

    .box__servicios .info_serv .tit_box,
    .secc_cds .box__servicios .info_serv .tit_box {
        font-size: 25px;
    }

    .box__servicios .info_serv .txt_box,
    .tit_box span {
        font-size: 14px;
    }

    .box_ico {
        gap: 5px;
    }

    .box_ico img {
        width: 30px;
    }

    .box_ico h3 {
        font-size: 10px;
    }

    .box__servicios.box__servicios-der .info_serv .tit_box,
    .box__servicios.box__servicios-der .info_serv .txt_box {
        text-align: left;
    }

    .box__servicios-der .int_box-servicios .btn {
        float: left;
    }

    .flex_checkout {
        flex-direction: column;
    }

    .flex_checkout .box_checkout {
        width: 100%;
    }

    .contenedorCarro .eael-woo-cart-product-remove a.remove {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 14px;
        font-size: 14px;
        width: 12px;
        height: 12px;
    }

    .boxes_footer .box_foot:last-of-type {
        width: 100%;
        gap: 20px;
    }

    .eael-woo-cart .contenedorCarro .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left .eael-woo-cart-td.product-thumbnail .eael-woo-cart-product-remove {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .eael-woo-cart .contenedorCarro .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left .eael-woo-cart-td {
        text-align: center;
    }

    /* #gallery-1,
    #gallery-2,
    #gallery-3,
    #gallery-4,
    #gallery-5,
    #gallery-6 {
        display: flex;
        flex-wrap: wrap;
    } */

    #gallery-1 dl.gallery-item,
    #gallery-2 dl.gallery-item,
    #gallery-3 dl.gallery-item,
    #gallery-4 dl.gallery-item,
    #gallery-5 dl.gallery-item,
    #gallery-6 dl.gallery-item,
    #gallery-7 dl.gallery-item,
    #gallery-8 dl.gallery-item,
    #gallery-9 dl.gallery-item {
        width: 50% !important;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        /* Dos columnas */
        grid-auto-rows: minmax(80px, auto);
        /* Ajusta la altura mínima */
        gap: 10px;
        padding: 5px;
    }

}