/* TODO - Implementar a TODAS las soluciones */
/* - Margenes en titulos de carrusel */
/* - Agregar label en bottom de navegacion en modo responsive */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat-Heavy';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
}

* {
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html {
    scroll-behavior: smooth;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.languageButton {
    font-weight: bolder;
    cursor: pointer;
}

.languageButton span:hover {
    color: var(--color_company_2);
}

.menuBarResponsive,
.copyright-label,
.containerMenuResponsive {
    display: none;
}

.wow-wait-overlay,
.wow-wait-content {
    display: none !important;
}

.transfDollarsIMG {
    width: 15%;
    margin-left: 42.5%;
    margin-bottom: 2%;
}

/* Img mid-product.php */
.img-fluid {
    margin-top: 40px;
}

/* img mid-product.php */
/* Zoom Img API JS */
.zoomImg {
    width: 1080px !important;
    /* Por defecto para VIDA */
    height: 1080px !important;
    /* Por defecto para VIDA */
}

/* BARRA DE CATEGORIAS */
.Branches.Departamentos-containt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

/* BARRA DE CATEGORIAS */

.current_branch {
    margin: 0 1.5rem 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #cc2128;
}

header .dropdown-item.active,
.dropdown-item:active {
    color: #141414 !important;
}

.branch_address_menu_header {
    /* font-size: 12px; */
    color: #787878;
}

.sello_agotado {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    background: #FFF;
    padding-top: 30%;
    padding-bottom: 30%;
    padding-left: 6%;
    padding-right: 6%;
    border-radius: var(--borderRadius);
    /* -webkit-box-shadow: 3px 4px 5px -1px rgb(0 0 0 / 75%);
  -moz-box-shadow: 3px 4px 5px -1px rgba(0,0,0,0.75);
  box-shadow: 3px 4px 5px -1px rgb(0 0 0 / 75%); */
    color: var(--color_company_1);
    cursor: pointer;
    font-size: 1.5vw;
    /* height: 60%; */
    opacity: 80%;
}

.menuTienda {
    z-index: 20;
    position: absolute;
    background: white;
    /* left: 11.4%; */
    top: 80%;
    height: auto;
    border-radius: var(--borderRadius);
    display: none;
    font-size: 14px;
    user-select: none;
    width: 13rem;
}

.menuTienda .dropdown-item {
    padding: .25rem 0.7rem;
}

.mostrarMenuT.menu-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    /* margin: 0 17px; */
    cursor: pointer;
}

/* .des{
    padding-left: 4%;
    padding-right: 4%;
} */
.iconAddToCart {
    width: 20% !important;
}

.product-description-carousel {
    font-size: var(--regularFontSize);
}

.titleVidaFooter div {
    font-size: 10pt;
}

/* RESPONSIVE SEARCHBAR */
#searchBarContainerResponsive {
    width: 88%;
    margin-left: 6%;
    margin-bottom: 2%;
    margin-top: 2%;
    display: none;
}

/* SEARCHBAR POYNT STORE STYLE (ICON + BAR) */
.header_search_container {
    display: flex;
    width: 40%;
    /* margin-top: 1%; */
    /* padding-left: 3%;
  padding-right: 2%; */
}

.header_redes {
    display: flex;
    width: 40%;
    justify-content: space-around;
    font-size: 15pt;
    padding-right: 5%;
    color: #808080;
}

.searchbar_container {
    width: 100%;
    font-size: var(--regularFontSize);
    display: flex;
    cursor: pointer;
}

.searchbar_div {
    width: 100% !important;
    background-color: #F0F2F4;
    /* border: 2px solid #a1a1a1 !important; */
    border-radius: 20px !important;
    /* padding-top: .5% !important; */
    /* padding-bottom: .5% !important; */
    padding-left: 2% !important;
    display: flex;
    height: 40px;
}

.searchbar_div form {
    width: 100%;
    display: flex;
    align-items: center;
}

.searchbar_div form input {
    border: none;
    width: 100%;
}

.searchbar_div form button {
    width: 10%;
    background: none;
    border: none;
    color: #7c7c7c;
    font-size: 1.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchbar_div form button img {
    max-width: 20px;
}

#searchbar2 {
    color: #000;
    font-weight: bolder;
    font-size: var(--regularFontSize);
    background-color: #F0F2F4;
    padding-left: 1%;
}

#catSelect {
    padding-left: 1%;
    color: #FFF;
    border: 0;
    background-color: #fda61b;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    cursor: pointer;
}

.customerName {
    color: #FFF;
    font-size: var(--regularFontSize);
}

.customerNameResponsive {
    color: #000;
    font-size: var(--regularFontSize);
}

/* Box Sucursales */
#sucursalesListContainer {
    position: absolute;
    top: 50px;
    left: 945px;
    z-index: 100;
    width: auto;
    padding: 2%;
    border-radius: var(--borderRadius);
    background-color: #fff;
    box-shadow: 0px 8px 10px -2px rgba(0, 0, 0, 0.62);
    ;
}

.sucursalTienda:hover {
    color: rgba(204, 33, 40, 1);
}

.mostrarMenuT.menu-1 .fa-chevron-down {
    font-size: 11px;
    margin-left: 12px;
    margin-bottom: 2px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.stock_element {
    font-size: 12px;
    margin: 2px 0;
    color: #6c757d !important;
    height: 3em;
}

.stock_available {
    color: #03bb03f7;
}

.stock_no_available {
    color: #ec07eccc;
}

.check_stock {
    text-decoration: underline;
    cursor: pointer;
}

.stock_modal_red_msg {
    color: red;
    font-size: 13px;
}

.categories_inner_container .subgrupos {
    margin-top: 3%;
}

.linea_subgrupo {
    margin: 6px 0;
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Arial';
}

.price-detail {
    /* font-family: 'Muli SemiBold'; */
    white-space: nowrap;
    font-size: var(--regularFontSize);
}

.price-detail b {
    font-size: var(--regularFontSize);
}

/* CLASIFICACIONES */

/* PRODUCTS.PHP */
.barra-lateral-grupos {
    /* font-family: 'Muli Extra Bold' !important; */
    font-size: 1.3rem !important;
    /*margin-top: 7%;*/
    /* border-bottom: 1px dashed #C0C9D1;  */
}

.barra-lateral-subgrupos {
    /* font-family: 'Muli SemiBold' !important; */
    font-size: 1rem !important;
    /*margin-top: 3%;*/
}

.branch_title {
    font-size: .9vw !important;
    font-weight: 600;
    text-align: left;
    margin-left: 10%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.branch_title::first-letter {
    text-transform: capitalize;
}

.leaf_subgroup {
    font-size: .8vw !important;
    margin-left: 15%;
    text-align: left;
}

#filtrar_por {
    text-align: left;
    padding-left: 8%;
    border-bottom: 1px solid #acacac;
    padding-bottom: 5%;
    font-size: var(--regularFontSize);
}

.leaf_container {
    margin-bottom: 8% !important;
}

.barra-lateral-grupos,
.barra-lateral-subgrupos {
    height: 35px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: left !important;
}

.SubBranch.subgroup span {
    margin-left: 10%;
}

/*  Header NEW  */
:root {
    --color_company_1: #ffff;
    --color_company_2: #80B941;
    --color_company_3: #0045a5;
    --color_company_4: #E5E5E5;
    --color_company_5: #c2d354;
    --borderRadius: 10px;
    --color-text: #353D46;
    --bannerTitleSize_desktop: 18pt;
    --mainTitleDesktop: 1.5vw;
    --regularFontSize: 1vw;
    --lilFontSize: .8vw;
    --regularFontSizeMovil: 2vw;
    --lilFontSizeMovil: 1.7vw;
    --regularFontSizeMovilSmall: 3.2vw;
    --lilFontSizeMovilSmall: 2.5vw;
    --regularFontSizeMovilExtraSmall: 4vw;
    --lilFontSizeMovilExtraSmall: 3vw;
    --titleSize: 2vw;
    --subtitleSize: 1.5vw;
    --smallText: 1.2vw;
    --regularText: 1.3vw;
}

/* Informative Website */
.title-informative-1 h2 {
    width: 100%;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: var(--titleSize);
    color: var(--color-text);
    font-family: 'Montserrat';
    font-weight: bolder;
}

.informative-website hr {
    width: 15%;
    background: var(--color_company_2);
    height: 2px;
}

.item-informative-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.item-informative-1-icon {
    width: 30%;
    margin-bottom: 10px;
}

.item-informative-1-text {
    text-align: center;
}

.item-informative-1-text p {
    font-weight: bolder;
    color: var(--color-text);
    font-size: var(--subtitleSize);
    line-height: 1;
    font-family: 'Montserrat-Heavy', sans-serif;
}

.text-informative-3 {
    font-size: var(--regularText);
    color: var(--color-text);
}

.informative-section3-text-container {
    align-items: center;
}

.item-informative-1-text p:nth-child(2) {
    color: var(--color_company_2);
    line-height: 1;
}

.item-informative-1-text p:nth-child(3) {
    line-height: 1;
    color: var(--color-text);
    font-size: var(--smallText);
    font-weight: normal;
    padding-top: 10px;
    text-align: center;
    font-family: 'Lato', sans-serif !important;
}

.subtitle-informative-1 {
    width: 100%;
}

.content-informative-1 {
    padding-left: 10%;
    padding-right: 10%;
}

.title-informative-2 h2 {
    text-align: left !important;
}

.informative-website-section2 {
    background-color: #EEF0F2;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
}

.logos-informative-container img {
    width: 80%;
    margin-left: 10%;
}

#eloLogo img {
    width: 40% !important;
    margin-left: 30% !important;
}

.subtitle-informative-1 p {
    width: 100%;
    text-align: center;
    font-size: var(--subtitleSize);
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
}

.informative-website-section3 {
    padding-left: 10%;
    padding-right: 10%;
    align-items: center;
}

.dots-container img {
    width: 80%;
    margin-left: 10%;
}

.postulation-container p {
    font-size: var(--regularText);
    color: var(--color-text);
}

.btnStyleInformative {
    font-size: var(--regularText);
    color: #FFF;
    border-radius: 10px;
    background-color: var(--color_company_2);
    width: 30%;
    padding: 1% 2%;
    text-align: center;
    margin-top: 2rem;
    cursor: pointer;
}

.informative-website-section3 hr {
    margin-right: 85%;
}

.bg_company_color_4 {
    background-color: #80B941;
}

.header_options {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding-left: 2%;
    background-color: var(--color_company_3);
    padding-top: .5%;
    padding-bottom: .5%;
}

.header_options a {
    font-size: .8vw;
}

.header_opt:hover {
    font-weight: 600;
}

#header_new {
    width: 100%;
    position: fixed;
    z-index: 500;
}

.header_new_navbar_container {
    width: 100%;
    display: flex;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 4%;
    padding-right: 1%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    background-color: var(--color_company_1);
    justify-content: space-evenly;
}

.header_new_nav_link {
    box-sizing: border-box;
    /*padding-top: 2%;*/
    font-size: 1.2vw;
    font-weight: normal;
}

.header_new_static_options a div {
    font-size: 1.3vw;
}

.header_new_nav_icon {
    box-sizing: border-box;
    width: 100%;
}

#menuBtnNavbar {
    display: flex;
    justify-content: center;
}

#cart_nav_icon,
#fav_nav_icon,
#menuBtnNavbar {
    width: 25%;
}

#favoritoLista img {
    width: 40%;
}

#carritoDeCompras img {
    width: 40%;
}

.header_new_nav_icon img {
    /* width: 60%; */
    width: 40%;
}

#search_nav_icon {
    display: none;
}

#user_nav_icon {
    width: 25%;
}

.containerCart {
    color: var(--color_company_3);
    font-size: .8vw;
    text-align: center;
}

#header_new_badge_cart,
#header_new_badge_fav,
#header_new_badge_fav_bottom {
    position: absolute;
    left: 55%;
    color: #fff;
    font-size: 8pt;
    background-color: #FF0000;
    border-radius: 20px;
}

#header_new_badge_fav_bottom {
    display: none;
}

#header_new_badge_cart {
    top: 5%;
}

.header_new_logo_container {
    width: auto;
    box-sizing: border-box;
 
    /* padding-top: .5%; */
    /* padding-bottom: .5%; */
    text-align: center;
    margin-left: 0%;
}

.header_new_nav_icon div {
    text-align: center;
}

.header_new_logo img {
    width: 100%;
}

.header_new_icons_container {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-around;
    align-items: center;
}

.header_new_options_container {
    width: 20%;
    display: flex;
    /* padding-top: .6%; */
    /* padding-bottom: .5%; */
    justify-content: center;
    align-items: center;
}

.header_select_branch {
    width: 12%;
}

.header_select_branch select {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    z-index: 1000;
    font-size: 1.3vw;
}

#header_new_button_responsive {
    display: none;
    background: none;
    border: none;
    width: 2%;
    margin-top: 1.8%;
}

.header_new_options {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin-left: 2%;
    padding-top: .6%;
}

.header_new_static_options {
    display: flex;
}

#icon_arrow_down {
    width: 10px;
    height: 10px;
}

.header_new_static_options a:hover {
    color: #b0b0b0;
    transition: color ease-out 300ms;
}

.header_new_static {
    background-color: var(--color_company_1);
    color: #fff;
    display: none;
}

.header_new_static_options div {
    padding-bottom: .1%;
    padding-top: .1%;
}

#header_menu_megaMenu_insert {
    width: 100%;
    background-color: #000000;
    color: #fff;
    display: flex;
    position: absolute;
    z-index: 800;
}

#header_new_col_categories {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    border-right: 1px solid #d0d0d0;
    margin-right: 2%;
    display: flex;
    text-align: center;
    transition: ease 200ms;
    justify-content: flex-start;
    background-color: var(--color_company_2);
}

#header_new_col_categories::-webkit-scrollbar {
    display: none;
}

#categoriesButton {
    cursor: pointer;
    font-weight: bolder;
}

#header_new_col_categories div {
    /* background-color: #f1f1f1; */
    width: 20%;
    cursor: pointer;
    font-size: .9vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2.5;
    opacity: 85%;
    transition: ease 200ms;
    padding-left: .5%;
    padding-right: .5%;
}

.header_new_col_group_title {
    font-weight: bolder;
    font-size: var(--regularFontSize);
}

.header_new_col_group_title:hover {
    color: #e21515;
}

.header_new_col_groups {
    /* margin-top: 2%; */
    height: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    /* padding-top: 20px; */
    padding-bottom: 20px;
    top: 27%;
}

.priceHeart {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.megaMenu {
    opacity: 0;
    color: #000;
    top: 10px;
    position: absolute;
    width: 30%;
    background-color: white;
    background-image: linear-gradient(170deg, #ffffff 62%, #d8d8d8 100%) !important;
    -webkit-box-shadow: 1px 6px 10px -1px rgb(0 0 0 / 43%);
    box-shadow: 1px 6px 10px -1px rgb(0 0 0 / 43%);
    padding-left: 3%;
    padding-right: 3%;
    transition: opacity ease-out 200ms;
    /* display: none; */
}

#headerContainerNew {
    transition: all ease 200ms;
}

#categoriesBarInnerContainer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 11%;
    padding-right: 10%;
    line-height: 1.5;
    padding-top: .5%;
    padding-bottom: .5%;
    background-color: #FFF;
    font-size: var(--regularFontSize);
    color: var(--color-text);
    border-bottom: 1px solid #e7e7e7;
}

.header_new_col_group {
    padding-top: 20px;
}

.header_new_col_subgroups div {
    font-weight: normal;
    font-size: 1.1vw;
    line-height: 1.5;
}

.header_new_col_subgroups div:hover {
    color: #e21515;
}

.headerStaticOpt {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-left: 5%;
    padding-right: 5%;
}

.headerStaticOpt:hover {
    background-color: var(--color_company_2);
    color: #FFF;
}

.headerStaticOpt .headerStaticOptCategory {
    font-size: var(--regularFontSize);
    text-transform: lowercase;
}

.headerStaticOpt .headerStaticOptCategory::first-letter {
    text-transform: capitalize;
}

.hideThis {
    display: none;
}

.showThis {
    display: block;
}

#overShadow {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    z-index: 480;
    opacity: 30%;
    display: none;
}

.bankIcon {
    width: 80%;
}

.header_new_megaMenu_container {
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 2%;
    padding-bottom: 2%;
    /*display: block;*/
    /*columns: 12rem;*/
    /*column-width: 10%;*/
    column-count: 6;
    gap: .5rem;
    position: relative;
}

.header_new_megaMenu_col {
    padding-top: 1%;
    /*padding-left: 2%;*/
    /*margin-right: 4%;*/
    background-color: #ffffff;
    margin-bottom: 1rem;
    break-inside: avoid;
    box-sizing: border-box;
}

.header_new_megaMenu_linkMaster {
    font-weight: 700;
    font-size: 16pt;
}

#logo_nav_responsive {
    display: none;
}

.header_new_responsive_container {
    width: 30%;
    height: 100% !important;
    left: 100%;
    top: 0;
    box-sizing: border-box;
    position: fixed;
    transition: all ease 200ms;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: #353D46;
    z-index: 1000;
    overflow-y: scroll;
    padding-top: 5%;
    padding-bottom: 5%;
    padding: 5% 2%;
    display: none;
}

.header-responsive-option {
    font-size: var(--regularText);
    color: #FFF;
    text-align: right;
}

.header-responsive-option a {
    line-height: 3;
}

.header-responsive-options {
    margin-top: 2%;
}

.header-responsive-cancel {
    display: flex;
    justify-content: end;
}

.social-media-responsive-header {
    width: 60% !important;
    margin-left: 40%;
}

.header-responsive-cancel img {
    width: 5%;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.header_new_responsive_container::-webkit-scrollbar {
    display: none;
}

.header_new_responsive_login_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 5%;
}

.header_new_responsive_login,
.header_new_responsive_logout {
    padding: 2% 4%;
    border-radius: 20px;
}

.header_new_responsive_login {
    border: 1px solid #000;
}

.header_new_responsive_logout {
    border: 1px solid #f00;
    color: #f00;
}

.header_new_responsive_logout:hover {
    background: #f00;
    color: #FFF;
}

.header_new_responsive_logo {
    width: 50%;
    margin-left: 25%;
    padding-bottom: 5%;
}

.itemProductoPasilloContainer {
    display: flex;
    flex-direction: column;
}

.header_new_responsive_link {
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 10%;
    padding-right: 10%;
    border-bottom: 1px solid #a4a4a4;
    text-transform: lowercase;
}

.header_new_responsive_link::first-letter {
    text-transform: capitalize;
}

.header_new_responsive_link::-webkit-first-letter {
    text-transform: capitalize;
}

.header_new_responsive_link:hover {
    background-color: #ececec;
}

.header_new_responsive_title {
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 3%;
    color: var(--color_company_1);
}

.header_new_responsive_title h4 {
    color: var(--color_company_2);
}

.header_new_megaMenu_linkMaster {
    font-size: 1.3vw;
}

.header_new_megaMenu_linkChild {
    font-size: var(--regularFontSize);
}

/* headerStaticBar */
.headerStaticBar {
    width: 30%;
    display: flex;
    position: absolute;
    z-index: 1000;
    justify-content: space-between;
    line-height: 42px;
    background-color: #353D46;
    color: #FFF;
    font-size: 11pt;
    margin-left: 2%;
    overflow-y: scroll;
}

.headerStaticBar::-webkit-scrollbar-track {
    /* border: 1px solid #000; */
    padding: 2px 0;
    background-color: #777777;
}

.headerStaticBar::-webkit-scrollbar {
    width: 5px;
}

.headerStaticBar::-webkit-scrollbar-thumb {
    border-radius: var(--borderRadius);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fafafa;
    /* border: 1px solid #051e0b; */
}

#headerStaticBarOptions {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.headerStaticOptGroupsOption {
    padding-left: 5%;
    font-size: var(--regularFontSize);
    text-transform: lowercase;
}

.headerStaticOptGroupsOption::first-letter {
    text-transform: capitalize;
}

.headerStaticOptGroupsOption:hover {
    background-color: var(--color_company_2);
    color: #fff;
}

.headerStaticOpt a:hover {
    transition: color ease 200ms;
    color: #000;
}

.groupsOpt {
    position: absolute;
    left: 32%;
    z-index: 1000;
    width: 25%;
    /* height: 294px; */
    color: #FFF;
    background-color: #353D46;
    line-height: 42px;
    border-left: 2px solid #cfcfcf;
}

.groupsOpt::-webkit-scrollbar-track {
    /* border: 1px solid #000; */
    padding: 2px 0;
    background-color: #f0f2f4;
}

.groupsOpt::-webkit-scrollbar {
    width: 5px;
}

.groupsOpt::-webkit-scrollbar-thumb {
    border-radius: var(--borderRadius);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b6b6b6;
    /* border: 1px solid #051e0b; */
}

.extentoIVAPasillos {
    text-align: center;
    font-size: var(--regularFontSize);
    color: #898989;
}

@media screen and (min-width: 1600px) {

    #header_new_badge_cart,
    #header_new_badge_fav {
        font-size: 0.7vw;
    }

    .minusQuantitProdBtn,
    .plusQuantityProdBtn {
        height: 40px !important;
    }

    .inputProdStyle {
        height: 40px !important;
    }
}

@media screen and (max-width: 768px) {
    /* .header_new_nav_icon{
        box-sizing: border-box;
        width: 25%;
    } */
}

@media screen and (max-width: 775px) {
    .header_new_logo_container {
        padding-top: 1%;
    }
}

/* CLASIFICACIONES */

.main_title {
    display: none;
    /* font-size: 26px; */
    font-size: var(--mainTitleDesktop);
    margin-top: 20px;
    margin-bottom: 20px;
    /*font-family: 'Muli Extra Bold';*/
}

.banner4Style {
    display: flex;
}

/* BUTTON STYLES */
.button-model-1 {
    border-radius: var(--borderRadius) !important;
    font-size: 18px;
    /*font-family: 'Muli Extra Bold';*/
    height: 40px;
    border-width: 2px;
}

.button-model-2 {
    border-radius: var(--borderRadius) !important;
    font-size: 18px;
    /*font-family: 'Muli Extra Bold';*/
    height: 48px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-model-3 {
    height: 40px;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    width: 7rem;
}

/* BUTTON STYLES */

/* CARRUSELES */

/* PAGINA INICIAL */
.carousel-model-1 {
    padding: 1.5rem 5rem !important;
}

/* PAGINA INICIAL */

/* CARRUSEL SUGERIDOS (PASILLO Y DETALLE) */
h2.sugeridos-products-title {
    font-size: 32px;
    /* margin-top: 70px; */
    margin-bottom: 30px;
}

/* CARRUSEL SUGERIDOS (PASILLO Y DETALLE) */

/* CARRUSELES */
ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.HomeUser {
    margin-left: 8% !important;
}

.HeaderGroup h4 {
    font-size: var(--regularFontSize);
}

#cardHomeUser {
    border: none;
}

.list-group-item {
    border-top: none;
    border-left: none;
    border-right: none;
}

.list-group-edit {
    border-bottom: 1px solid #c2c2c2;
}

a:hover {
    text-decoration: none;
    color: var(--color_company_2);
    font-weight: 600;
}

html,
body,
.main_wrapper {
    height: 100%;
}

header {
    position: sticky;
    top: 0;
}


#main_container {
    /*max-width: 1170px;*/
    margin: 0 auto;
}

#main_container_2 {
    padding-top: 8.5%;
    width: 100% !important;
}

#categoriesBanner {
    margin-bottom: 2%;
}

.main_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.carousel-title {
    margin-top: 10px;
    margin-bottom: 20px;
    /* font-family: "Muli Black"; */
    font-size: 1.3rem;
    text-align: center;
    /* margin-bottom: 30px; */
    font-weight: bold;
}

/* @media screen and (min-width: 1440px){
    .carousel-title{
        font-size: 2.1vw;
    }
} */

.geoModal {
    position: fixed;
    top: 0;
    z-index: 1001;
    background-color: #FFF;
    color: var(--color-text);
    border-radius: 10px;
    width: 30%;
    border: 1px solid #c2c2c2;
    -webkit-box-shadow: 0px 0px 15px -6px #000000;
    box-shadow: 0px 0px 15px -6px #000000;
    padding: 1% 1.5%;
    text-align: center;
    display: none;
    transition: all ease 200ms;
    transform: scale(0);
    opacity: 0;
}

#geoCountry {
    font-weight: bolder;
}

.geoModalBtnContainer {
    display: flex;
    justify-content: space-evenly;
    margin-top: 3%;
}

#btnGeoContinue {
    border: 1px solid #c2c2c2;
    padding: 1% 1.5%
}

#btnGeoAddress {
    padding: 1% 1.5%;
    background: var(--color_company_2);
    color: #FFF;
}

#btnGeoContinue,
#btnGeoAddress {
    cursor: pointer;
}

/* Home User */
.optionsListItemTitle {
    font-size: var(--regularFontSize);
    font-weight: bolder;
}

.optionsListItem-sub {
    font-size: var(--lilFontSize);
    padding-left: 4%;
}

.optionsListItem {
    line-height: 3;
    border-bottom: 1px solid #808080;
    cursor: pointer;
}

.logOutBtn {
    padding: 3%;
    text-align: center;
    border: 1px solid #ff0000;
    color: #ff0000 !important;
    border-radius: 10px;
    margin-top: 5%;
    transition: all ease 200ms;
}

.logOutBtn:hover {
    background-color: #FF0000;
    color: #FFF !important;
}

.logOutBtn a:hover {
    color: #FFF !important;
}

.optionsListItem:hover {
    color: var(--color_company_2);
    font-weight: bolder;
}

.optionsList {
    margin-bottom: 10%;
}

#goBackBtn {
    display: none;
    font-size: var(--lilFontSize);
    color: var(--color-text);
    cursor: pointer;
}

#goBackBtn:hover {
    color: var(--color_company_2);
}

/* Rutas */
.slash_symbol {
    margin: 0 10px;
}

/* Rutas */

/* Paginador */

.pager_container {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
    padding-bottom: 2%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: flex;
}

.pager_container h2 {
    margin: 0;
    font-size: 3vw;
}

.action_buttons {
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Pager {
    font-size: var(--regularFontSize);
}

.imagePasillo {
    max-height: 280px;
    margin: auto;
    width: auto !important;
    display: flex;
    max-width: 280px;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

#loaderMore {
    display: flex;
    width: 100% !important;
    justify-content: center;
}

#loaderMore div {
    width: 15%;
}

/* Paginador */
.product-name-carousel {
    text-align: left;
    height: 45px;
    line-height: 1.5;
    font-size: var(--regularFontSize);
    width: 80%;
    height: 60px;
    display: flex;
    align-items: center;
    font-weight: bolder;
    color: var(--color-text);
}

.product-name-carousel p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-description-carousel b {
    color: var(--color-text);
}

/* .product-name-carousel a p{
    text-transform: lowercase;
} */
.product-name-carousel a p::first-letter {
    text-transform: uppercase;
}

.product-price-carousel {
    font-family: "Arial Bold" !important;
    text-align: center;
    font-size: 1.3em;
    color: #141414;
    white-space: nowrap;
}

#nombre_producto {
    text-align: center;
}

.product-description-carousel {
    text-align: left;
    font-size: var(--regularFontSize);
    color: #141414;
    padding-left: 8%;
    /* margin-top: 24px; */
}

.product-tax-message {
    text-align: center;
    font-size: 1.3em;
}

.px {
    border-radius: 2.5rem;
}

.banner4_subtitle {
    color: #6e6d70;
    font-size: 1.6vw;
    /* font-family: 'Muli SemiBold'; */
}

.route_container {
    display: flex;
    /* RUTA DE CATEGORIAS EN PASILLO DE PRODUCTOS */
}

/* .banner4_title {
    font-family: "Arial Bold";
    font-size: 28px;
} */
/* Header */
.header_wrapper {
    background-color: #FFF;
    /*Cambio de Color del Header*/
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    /*height: 130px;*/
    width: 100%;
    z-index: 16;
    box-sizing: border-box;
    padding-left: 2%;
    padding-bottom: 1%;
}

#header_wrapper:hover {
    background-color: #fff;
    transition: background-color .400s;
}

/* ----- Header - Scroll Comportamiento (Ponerle Fondo al hacer Scroll) */
body.scrolled #header_wrapper {
    background-color: none;
    transition: background-color .200s;
}

body.scrolled #header_wrapper {
    background-color: #fff;
    transition: background-color .400s;
}

#Departamento-containt>span {
    color: #fff;
}

.lista-categorias {
    align-items: flex-end;
    display: flex;
    width: 100%;
    margin-left: 40px;
}

.header_wrapper .header_logo {
    display: flex;
}

.header_wrapper .header-logo-3 {
    width: 100%;
    position: relative;
}

.header_wrapper .header_row_1 {
    position: relative;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    /*max-width: 1138px;*/
    margin: 0 auto;
    padding-top: 10px;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.header-logo-3 {
    width: 100%;
}

.header_logo a {
    width: 100%;
}

.header_wrapper nav {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    /* font-family: 'Futura Book'; */
}

.header_wrapper nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header_wrapper nav li {
    text-transform: uppercase;
    margin: 0 25px;
    cursor: pointer;
}

.header_wrapper nav span:hover {
    color: #CC2128;
    -webkit-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}

.header_wrapper .header_wrapper_icons {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: .5%;
    padding-bottom: .5%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_wrapper .header_wrapper_icons>span {
    width: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 23px;
    cursor: pointer;
}

.left_header_icons {
    width: 30px;
}

/* Barra de categorias */
.category_window_container {
    width: 200px;
    text-align: center;
    position: relative;
}

.category_window {
    position: absolute;
    background: #141414;
    width: inherit;
    text-align: left;
    display: none;
    width: 100%;
}

.category_window ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.category_window ul li {
    padding: 10px;
    margin: 0 !important;
}

#tag_precio_producto {
    margin-top: 10px;
    font-size: 12pt;
    text-align: left;
    font-weight: 300;
    color: var(--color-text);
    font-weight: 600;
    /*background-color: #ffffff;*/
}

#tag_precio_producto a img {
    display: none;
}

/* Owl Carousel */
.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.owl-stage .item .product-container-carousel {
    /* padding: 13px; */
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; */
    /*This is optional*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}



/* Iconos del cabecero */
.profile_icon ul {
    list-style: none;
}

/* Footer */
.footer_ring_1 {
    width: 340px;
    height: 350px;
    background: #fedd00;
    border-radius: 600px 0 0 0;
    -moz-border-radius: 100px 0 0 0;
    -webkit-border-radius: 600px 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer_ring_2 {
    width: 140px;
    height: 155px;
    background: #00b74f;
    border-radius: 600px 0 0 0;
    -moz-border-radius: 100px 0 0 0;
    -webkit-border-radius: 600px 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer_logo {
    width: 90%;
    padding-right: 5%;
}


.footer_wrapper {
    position: relative;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* height: 460px; */
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    background: var(--color-text);
    padding-top: 4%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2%;
}

#selectFilterShow {
    font-size: var(--regularFontSize);
    border-radius: 10px;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: .5%;
    padding-bottom: .5%;
    background: none;
    border: 1px solid #a1a1a1;
    color: var(--color-text);
    font-family: 'Lato', sans-serif;
}

#containerFilterPasillo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* background: #ebeef3; */
    align-items: center;
    padding-top: .5%;
    padding-bottom: .5%;
    padding-left: 2%;
    padding-right: 2%;
    border-radius: 20px;
    margin-bottom: 2%;
}

#containerFilterPasillo p {
    font-weight: bolder;
    font-size: var(--regularFontSize);
}

.carouselcontainerDestacados {
    width: 100%;
    display: flex;
    align-items: center;
    overflow-x: hidden;
}

.carouselArrowLeft,
.carouselArrowRight {
    width: 5%;
    display: flex;
    justify-content: center;
    font-size: 20pt;
    color: var(--color-text);
    cursor: pointer;
    z-index: 499;
}

.btnToPayStyles {
    cursor: pointer;
    height: fit-content;
    line-height: 40px;
    box-sizing: border-box;
    padding: 5px 0;
    display: flex;
    width: 98% !important;
    margin-left: 1% !important;
    align-items: center !important;
    justify-content: center !important;
}

.btnToPayStyles img {
    width: 20%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.desRes {
    display: none;
}

.sugRes {
    display: none;
}

#resultadosProducts {
    font-weight: 600;
}

.footer_wrapper h2 {
    /* font-family: 'Arial Bold'; */
    font-size: 12pt;
    font-weight: bolder;
    margin-bottom: 0;
    /* color: #fff; */
}

.footer_wrapper {
    font-size: 10pt;
}

.footer_wrapper ul {
    list-style: none;
}

.footer_wrapper ul li {
    margin-bottom: 6px;
}

.footer_wrapper .footer_icon_1 {
    max-width: 30px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer_box4_p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
}

.red_bg {
    background-color: rgba(204, 33, 40, 1);
    color: #fff;
    ;
}

.footer_btn_1_left {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-color: rgba(204, 33, 40, 1);
    border-width: 2px;
    height: 45px;
    padding: 0 25px;
    background-color: transparent;
}

.footer_btn_1_left:focus {
    border-color: rgba(204, 33, 40, 1);
    background-color: transparent;
    color: #fff;
}

.footer_btn_1_left::-webkit-input-placeholder {
    color: #fff;
}

.footer_btn_1_left::-moz-placeholder {
    color: #fff;
}

.footer_btn_1_left:-ms-input-placeholder {
    color: #fff;
}

.footer_btn_1_left::-ms-input-placeholder {
    color: #fff;
}

.footer_btn_1_left::placeholder {
    color: #fff;
}

.footer_btn_1_right {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-color: rgba(204, 33, 40, 1);
    padding: 0 25px;
    cursor: pointer;
    /* font-family: 'Futura Book'; */
}

.footer_btn_2 {
    border-radius: 25px;
    height: 45px;
    padding: 0 25px;
    background-color: #fedd00;
    color: #141414;
    /* font-family: 'Futura Book'; */
}

.footer_wrapper .footer_btn_2:hover {
    background-color: #fff;
}

.footer_wrapper .footer_box5_icons_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    /* padding-top: 30px;
    margin-left: 11px; */
}



.footer_icon_2 p {
    font-size: .8vw;
}

.social-media-container {
    margin-top: 3%;
    display: flex;
    width: 60%;
    justify-content: space-around;
}

.header_menu_icon_container_wrapper {
    display: none;
}

.collapsible-menu {
    height: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: #fff;
    color: #141414;
    overflow-x: hidden;

    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);

    visibility: visible;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

/* Search bar */
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.easy-autocomplete {
    width: 90% !important;
}

#search_form_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.magGlass_container {
    width: 10%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 34px;
}

.magGlass_container button {
    border: none;
    background: inherit;
    width: 45px;
    padding: 0;
}

.magGlass_container button:focus {
    outline: none !important;
    outline-width: 0 !important;
}

.search_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 15;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.branch_bar_container {
    height: calc(100vh - 10vh);
    overflow: auto;
    background: #fff;
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 30px 0;
    /* height: 128px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    z-index: 15;
    flex-direction: column;
}

.branch_bar_container li {
    margin-bottom: 10px;
}

.search_bar_container form {
    width: 70%;
}

.search_bar_container {
    background: #fff;
    position: absolute;
    width: 40%;
    height: 128px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2000;
}

#search_bar {
    height: 60px;
    width: 100%;
    font-size: 24px;
    padding: 0 12px;
    border: 0;
    border-bottom: 2px solid #ddd;
    color: #141414;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#search_bar:focus {
    outline: none;
}

input#search_bar::-webkit-input-placeholder {
    color: #292F37;
}

input#search_bar::-moz-placeholder {
    color: #292F37;
}

input#search_bar:-ms-input-placeholder {
    color: #292F37;
}

input#search_bar::-ms-input-placeholder {
    color: #292F37;
}

input#search_bar::placeholder {
    color: #292F37;
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
    padding-top: 8px;
    padding-bottom: 8px;
}

.search_bar_container_2 {
    position: relative;
    display: flex;
    align-items: center;
}

.search_bar_container_2 .easy-autocomplete-container {
    left: 23px;
}

input#search_bar_2::-webkit-input-placeholder {
    color: #292F37;
}

input#search_bar_2::-moz-placeholder {
    color: #292F37;
}

input#search_bar_2:-ms-input-placeholder {
    color: #292F37;
}

input#search_bar_2::-ms-input-placeholder {
    color: #292F37;
}

input#search_bar_2::placeholder {
    color: #292F37;
}

.magGlass_container_2 {
    width: 28px;
    position: absolute;
    right: 14px;
}

.magGlass_container_2 button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: inherit;
}

.right_header_icons {
    width: 20px;
}

.divisor-line {
    width: 100%;
    border: 2px solid #C8CCD0;
    margin: 90px 0 60px;
}

.globo_cantidad_cesta {
    right: -6px;
    top: -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    border-radius: 55px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    color: #fff;
    background-color: #f00;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.weightable.Down span,
.UpDownButton.Down span {
    /* border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; */
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    width: 40px;
    border: 2px solid #8E949C;
}

.weightable.Up,
.UpDownButton.Up {
    /* border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; */
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 40px;
    border: 2px solid #8E949C;
}

.quantity_buttons {
    background: transparent;
}

.quantity_buttons:active {
    background: rgba(221, 221, 221, 0.2);
}

.footer_copyright_word {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: .8vw;
}

.footer_copyright_word a {
    color: var(--color_company_5);
    white-space: nowrap;
}

.footer_left_blocks {
    margin-left: 1.5rem;
}

.loader_1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

/* CART RESUME */
.resume_container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.cart-resume-container {
    width: 80%;
    margin-left: 10%;
    /* height: 500px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #F0F2F4; */
    border-radius: 40px
}

.btnAgregarProducts {
    height: 50px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}

.modalBICancelBtn {
    width: 100%;
    display: flex;
    justify-content: end;
}

.modalBICancelBtn img {
    width: 20px;
}

.modalBIHeader h4 {
    font-size: var(--titleSize);
}

.modalBI {
    width: 40%;
    padding: 2% 3%;
    background-color: #353D46;
    color: #FFF;
    border-radius: 5px;
    display: none;
    position: fixed;
    top: 10%;
    left: 30%;
    z-index: 1000;
    opacity: 0;
    transform: scale(0);
    transition: all ease 200ms;
}

.modalBI hr {
    border-top: 2px solid var(--color_company_2);
    width: 10%;
    margin-left: 0%;
}

.modalBI p {
    font-size: var(--regularText);
    margin-bottom: 2% !important;
}

.modalBI h5 {
    font-size: var(--subtitleSize);
    margin-top: 4% !important;
}

.modalBI #ContactExpert {
    font-size: var(--regularText);
    background-color: var(--color_company_2);
    color: #FFF;
}

/* LOQUIERO DESACTIVADO .lo-quiero-tag{
    display: none;
    margin: 0;
    text-align: center;
    position: absolute;
    background: none;
    width: 100%;
    z-index: 500;
    font-size: var(--regularFontSize);
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    top: 53%;
    line-height: 50px;
    opacity: 90%;
}
.lo-quiero-tag:hover{
    display: block;
}
.lo-quiero-tag:hover ~ .Image{
    display: block;
    filter: brightness(60%);
}
.lo-quiero-tag-link{
    display: none;
}
.lo-quiero-tag-link:hover{
    display: block;
} */
.Image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: block;
    transition: filter 300ms ease;
}

@media screen and (min-width: 750px) {

    /*.Image:hover{*/
    /*    filter: brightness(50%);*/
    /*}*/
    .Image:hover~.lo-quiero-tag-link {
        display: block;
    }
}

/* CART RESUME */
@media (max-width: 1390px) {

    .footer_ring_1,
    .footer_ring_2 {
        display: none;
    }
}

@media (min-width: 1120px) {
    .header_wrapper_icons .mostrarMenuT {
        /* min-width: 250px; */
        display: flex;
        justify-content: flex-start;
    }

    .input-with-icon {
        /* causes absolute icon div to be positioned correctly */
        height: 46px;
        position: relative;

        width: 25rem;
        box-sizing: border-box;

    }


    .Main {
        background-color: #fff;
    }

    .input-with-icon .form-control {
        background-color: #EDEDED;
        border-radius: 20px;
        height: 100%;
        width: 100%;
        padding-right: 3.65rem;
        box-sizing: border-box;
    }

    .input-with-icon .search_icon {
        position: absolute;

        background-image: url(../img/iconos/search.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 2.5rem 2.5rem;

        background-color: #EDEDED;
        border: none;


        /* These are set relative to the height of the input box to bound the box neatly inside. This is aesthetic to me but you may change the dimensions of course. */
        right: 0.9rem;
        top: 0.25rem;
        width: 2.3rem;
        height: 2.2rem;

        /* content in the icon div is centered, without bootstrap or font-awesome you may wish to add your own text in the span */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .input-with-icon .search_icon:focus {
        outline: none;
    }

    /*
       BELOW PROPERTIES AREN'T CRITICAL FOR DESIRED BEHAVIOUR.
       THEY ARE PURELY FOR DEMONSTRATION PURPOSES
      */
    .input-with-icon {
        margin: 0.8rem;
    }

    .input-with-icon .form-control {
        padding-left: 1.2rem;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }

    .input-with-icon .icon {
        border: none;
    }

    .categories {
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #ea1c29;
        color: #fff;

    }

    .categories span {
        margin: 8px 30px;
    }

    .header-logo-1 {
        display: none;
    }
}

/* .cart-buttom{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20%;
        margin: 0 auto;
        margin-top: 20px;
    } */

.cart-buttom button {
    border-radius: 20px;
}

.mobileCategories {
    display: none;
    width: 100%;
    height: 50px;
    background-color: #00b74f;
    color: white;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}

.dpaso_4_banner {
    justify-content: center;
}

.dpaso_4_banner .SmallBanners {
    max-width: 20%;
}

.Banner_2_dpaso a img {
    border-radius: 40px;
    width: 80%;
}

.icon-menu.close-menu {
    width: 24px;
}

.footerImgContainer {
    width: 40%;
}

.cart_table {
    font-size: 13px;
}

.cart_table thead tr {
    line-height: 15px;
}

.cart_table thead {
    background: #F0F2F4;
    font-size: 16px;
    color: #292F37;
    height: 40px;
    border-radius: 20px;
}

.cart_table tbody td {
    padding-top: 25px;
    padding-bottom: 25px;
}

.table.cart_table td,
table.cart_table th {
    vertical-align: middle;
}

.table.cart_table thead th {
    border: none;
    font-weight: normal;
}

.table.cart_table td,
.table.cart_table th {
    border: none;
}

.footer_subcontainer_2 {
    color: #fff;
}

/* CART */
/*_______________________ Responsive_______________________________________*/

@media screen and (max-width: 1120px) {

    /* .main_title {
        margin-bottom: 0;
    } */
    .main_title {
        padding-left: 5%;
    }

    .header_wrapper .header_row_1 {
        align-items: center;
    }

    .lista-categorias {
        display: none;
    }

    .header-logo-1 {
        display: block;
        width: 73.41px;
        margin-left: 10px;
    }

    .header-logo-3 {
        display: none;
    }

    .footer_copyright_word {
        margin-top: 30px;
    }

    .header_menu_icons.branch_icon_selector img {
        width: 29px;
    }

    .globo_cantidad_cesta {
        right: -12px;
        top: -7px;
    }

    .product-price-carousel {
        font-size: 1.1em;
    }

    #search_bar {
        /* height: fit-content; */
        width: 100%;
        height: 40px;
        font-size: 20px;
        padding: 0 12px;
        border: 0;
        border-bottom: 2px solid #ddd;
        color: #141414;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .magGlass_container {
        width: 10%;
        height: 53px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 25px;
    }

    .footer_wrapper {
        height: 100%;
        padding: 20px;
    }

    .header_wrapper {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        height: 70px;
    }

    .header_wrapper .header_logo {
        width: 140px;
    }

    .header_wrapper .header_row_1 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 25px;
        height: 70px;
    }

    .header_wrapper_icons {
        display: none !important;
    }

    .header_menu_icon_container {
        width: 29px;
        margin-left: 2px;
    }

    .header_menu_icons {
        width: 31px;
        position: relative;
        margin-right: 20px;
    }

    .header_menu_icon_container_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    nav {
        display: none;
    }

    .search_bar_container form {
        width: 90%;
    }

    .search_bar_container {
        background: #fff;
        position: absolute;
        top: 70px;
        width: 100%;
        height: 90px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 15;
    }

    /* Collapsible menu */
    .collapsible-menu {
        width: 60%;
        max-width: 375px;
    }

    .collapsible-menu-titles {
        font-size: 17px;
        font-weight: bold;
        margin-top: 25px;
    }

    .collapsible-menu ul {
        list-style: none;
        padding-left: 0;
    }

    .box-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 12px;
    }

    .box-menu .logo_menu {
        width: 90px;
    }

    .opened.collapsible-menu {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        visibility: visible;
    }

    .menu-title-1 {
        font-size: 21px;
        font-weight: bold;
    }

    .col-men-inn-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: right;
        /* padding: 15px 35px; */
        padding: 32px 30px 32px 39px;
        white-space: nowrap;
        font-weight: bold;
    }

    .menu-options {
        height: 100%;
        font-size: 1rem;
        line-height: 3.44rem;
        margin-top: 25px;
    }

    .menu-options a {
        color: inherit;
        display: block;
    }

    .menu-options a:hover {
        color: #edeeef;
        text-decoration: none;
    }

    .menu_block_1 {
        border-bottom: 2px solid var(--color_company_1);
        padding-bottom: 25px !important;
        margin-bottom: 25px;
        padding: 0;
        text-align: left;
    }

    .menu_block_1 ul {
        line-height: 50px;
    }

    .menu_block_2 div {
        font-weight: bold;
    }

    .menu_block_2 li {
        line-height: 45px;
    }

    .menu_item_1 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .group-container {
        display: none;
    }

    .collapsible-menu i {
        font-size: 12px;
    }

    ul.group_list {
        margin-top: 15px;
    }

    ul.group_list li {
        line-height: 40px;
        font-size: 14px;
        height: 40px;
    }

    .mobile_menu_header {
        border-bottom: 2px solid var(--color_company_1);
        padding-bottom: 25px;
        /* margin-bottom: 25px; */
        margin-top: 25px;
    }
}

@media (max-width: 1024px) {
    .social-media-responsive-header a img {
        width: 28px !important;
    }

    .social-media-responsive-header {
        width: 80% !important;
        margin-left: 20%;
    }

    .search_bar_container {
        width: 100%;
    }

    #header_new_badge_cart,
    #header_new_badge_fav {
        font-size: 6pt;
    }

    .minusQuantitProdBtn,
    .plusQuantityProdBtn {
        height: 20px !important;
        font-size: var(--regularFontSize);
    }

    .inputProdStyle {
        height: 20px !important;
    }
}

@media (max-width: 992px) {
    .resume_container {
        margin-bottom: 80px;
        margin-top: 30px;
    }

    .resume_container .card {
        margin: 0 auto;
    }

    .optionsListItemTitle {
        font-size: var(--regularFontSizeMovil);
    }

    .optionsListItem-sub {
        font-size: var(--lilFontSizeMovil)
    }

    .optionsList {
        margin-bottom: 5%;
    }

    .HomeUser {
        margin-left: 2% !important;
        margin-right: 2% !important;
    }

    .HeaderGroup h4 {
        font-size: var(--regularFontSizeMovil);
    }
}

@media (max-width: 767px) {
    .footer_contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .footer_left_blocks {
        margin-left: 0;
    }

    .footer_wrapper .footer_box5_icons_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 30px;
        margin-left: 0;
    }

 

    .footer_copyright_word {
        font-size: 14px;
    }

    .footer_btn_1_right {
        padding: 0 10px;
    }

    /* Footer blocks */
    .footer_block_1 {
        margin: 10px 0 10px;
    }

    .footer_block_2 {
        margin: 0 0 20px;
    }

    .footer_block_3 {
        margin: 5px 0 0;
    }

    .footer_block_4 {
        /* margin: 10px 0 25px; */
        text-align: center;
    }

    .footer_block_5 {
        text-align: center;
    }

    .product-name-carousel,
    .price-detail,
    .product-description-carousel b {
        font-size: 1.7vw;
    }

    .minusQuantitProdBtn,
    .plusQuantityProdBtn,
    .inputProdStyle {
        font-size: 2vw;
        height: 35px !important;
    }
}

@media (max-width: 645px) {
    .footer_copyright_word .footer_stellar_signature {
        margin-top: 10px;
    }

    .carousel-model-1 {
        padding: 1.5rem 3rem !important;
    }

    .iconAddToCart {
        display: none !important;
    }
}

@media (max-width: 541px) {

    .footer_block_2,
    .footer_block_3,
    .footer_block_5,
    .traki_description {
        display: none;
    }

    .footer_subcontainer_1 {
        padding: 0 40px;
    }

    .footer_subcontainer_2 {
        margin-bottom: 0 !important;
    }

    .footer_block_1 h2 {
        margin-bottom: 0px;
    }

    .footer_box4_p {
        max-width: 280px;
    }

    .footer_wrapper .footer_box5_icons_wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding-top: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 20px;
        padding-top: 0px !important;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;
        width: 190px;
    }
}

@media (max-width: 426px) {
    .carousel-model-1 {
        padding: 1.5rem 1rem !important;
    }

    .modal-footer.footer-change-branch-modal {
        flex-wrap: wrap;
    }

    .modal-footer.footer-change-branch-modal .btn {
        margin: 0;
    }

    .modal-footer.footer-change-branch-modal .stock_modal_continue,
    .modal-footer.footer-change-branch-modal .stock_modal_change_branch {
        margin-bottom: 10px;
    }

    .header_menu_icons.branch_icon_selector img {
        width: 25px;
        margin-bottom: 1px;
    }

    .sug .stock_element {
        font-size: 10px !important;
    }

    .globo_cantidad_cesta {
        right: -12px;
        top: -7px;
    }

    .product-name-carousel {
        font-size: 13px;
    }

    .header_wrapper .header_row_1 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px;
    }

    .header_menu_icon_container {
        width: 28px;
    }

    .header_menu_icons {
        width: 28px;
    }

    .product-description-carousel {
        font-size: .9vw;
    }

    .collapsible-menu {
        /* width: 90%; */
        width: 100%;
        max-width: 100%;
    }

    .minusQuantitProdBtn,
    .plusQuantityProdBtn {
        font-size: 2.3vw;
    }
}

/* -- OVER MAIN -- */
#searchBoxFloating {
    text-align: center;
    background-color: var(--color_company_1);
    display: none;
}

#searchBoxFloating form {
    display: flex;
    padding-left: 5%;
}

#searchBoxFloating input {
    border: none;
    color: rgb(0, 0, 0);
    width: 90%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#searchBoxFloating button {
    background: #FFF;
    border: none;
    padding-top: 1%;
    padding-bottom: 1%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #939393;
}

.menuMonedasR {
    display: none;
}

/* FAV BTN */
.iconFavProducts {
    position: absolute;
    top: 50%;
    width: 30px;
    left: 10px;
    /* background: #c2c2c2; */
    border-radius: 15px;
    backdrop-filter: blur(1px);
    opacity: .8;
    cursor: pointer;
}

.iconFavProducts:hover {
    opacity: 1;
}

.containerBtnsQuantityFav {
    display: flex;
    align-items: center;
}

.iconoCorazonBtnProduct {
    width: 12%;
    background: #c2c2c2;
    border-radius: 6px;
    margin-left: 10px;
    cursor: pointer;
}

.btnStyle {
    border-radius: var(--borderRadius) !important;
}

/* #overMain{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 200;
    transition: opacity ease-in 300ms;
} */
.btnContainerAddToCart {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2%;
    width: 50%;
    margin-left: 25%;
    /* border-radius: var(--borderRadius); */
    /* border: 2px solid var(--color_company_2); */
    cursor: pointer;
    padding: 1% 0;
    font-size: var(--regularFontSize);
}

.btnContainerAddToCartADDED {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2%;
    width: 50%;
    margin-left: 25%;
    border-radius: var(--borderRadius);
    /* border: 2px solid var(--color_company_1); */
    cursor: pointer;
    color: #FFF;
    padding: 1% 0;
}

.minusQuantitProdBtn,
.plusQuantityProdBtn {
    background-color: var(--color_company_2);
    width: 20%;
    border-radius: 10px;
    height: 30px;
    text-align: center;
    display: flex;
}

.minusQuantitProdBtn i,
.plusQuantityProdBtn i {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inputProdStyle {
    width: 60%;
    margin-left: 3%;
    margin-right: 3%;
    border: none;
    border-radius: 10px;
    background-color: #F0F2F4;
    height: 48px;
    text-align: center;
}

.loadingContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 1100;
    display: flex;
    top: 0;
    opacity: 1;
    transition: ease opacity 300ms;
}

.logoLoading {
    width: 20%;
    margin-left: 40%;
    position: absolute;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1100;
}

.titleProducts {
    font-size: 1.5vw;
    padding-left: 3% !important;
    color: #999999;
    display: flex;
    align-items: end;
}

.productsTitleImg {
    width: 7%;
}

/* -- OVER MAIN -- */
#search1_nav_icon {
    display: none;
}

/* .productBoxStyle{
    padding-left: 10% !important;
    padding-right: 10% !important;
} */
.breadcrumbContainer {
    display: flex;
}

#splideContainer {
    padding-top: 2%;
    padding-bottom: 2%;
    display: none;
}

#organizationContainer {
    transition: all ease 200ms;
}

.product-name-carousel-pasillo {
    text-align: left;
    line-height: 1.5;
    font-size: var(--regularFontSize);
    width: 90%;
    /* margin-left: 5%; */
    height: 60px;
    color: var(--color-text);
}

.product-name-carousel-pasillo a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.routeStyle {
    /* margin-left: 10px; */
    /* background: #ececec; */
    /* padding-left: 20px; */
    padding-right: 20px;
    padding-top: 5px;
    border-radius: 30px;
    padding-bottom: 5px;
    color: #000;
    white-space: nowrap;
    display: flex !important;
    align-items: center;
    font-size: .8vw;
}

.routeStyleSelected {
    /* background-color: var(--color_company_1); */
    color: #000;
    display: flex !important;
    align-items: center;
}

.routeStyle a {
    display: flex;
    margin-right: 10px;
    /* Arrow margin right */
}

.breadCrumbStyle {
    display: flex;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    align-items: center;
}

.breadCrumbStyle::-webkit-scrollbar {
    display: none;
}

.pager_container {
    padding-top: 0%;
    padding-bottom: 0%;
}

.responsiveContainerProductDetail {
    width: 90%;
    padding-left: 5%;
}

.product_title {
    font-size: var(--regularFontSize);
}

.button-model-2 {
    font-size: var(--regularFontSize);
}

.image-container-carousel-aisle {
    min-height: 280px;
    max-height: 280px;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 100%;
}

.image-container-carousel-aisle .imagePasillo {
    min-height: 280px;
    max-height: 280px;
}

@media (max-width: 375px) {
    .footer_copyright_word {
        font-size: 12px;
    }

    .product-price-carousel {
        font-size: 1.1em;
    }
}

/* -- BREAK POINT "4K" ( 2560 ) -- */
@media screen and (min-width: 2560px) {
    .header_new_options_container {
        padding-top: 1%;
    }
}

/* -- BREAK POINT "Laptop L" (1440)  -- */
@media screen and (min-width: 1440px) {
    .btnContainerAddToCart {
        /* border: 2px solid var(--color_company_3); */
        /* border-radius: var(--borderRadius); */
    }

    .social-media-container {
        width: 80%;
    }

    .main_title {
        padding-left: 5% !important;
    }

    .cartTableContainer {
        padding-left: 10% !important;
    }

    .sello_agotado {
        padding-top: 35%;
        padding-bottom: 35%;
    }

    #tag_precio_producto {
        font-size: var(--regularFontSize);
    }

    .button-model-1 {
        font-size: var(--regularFontSize);
        height: 40px;
    }

    .breadCrumbStyle {
        font-size: var(--regularFontSize) !important;
    }

    .titleProducts {
        font-size: 1.5vw;
        padding-left: 3% !important;
    }

    .TreeContainer .Branches .Branch .Leaf {
        display: block;
        padding-bottom: 3%;
    }

    .product_title {
        font-size: 3vw;
    }

    .product_price {
        font-size: 1.5vw !important;
    }
}

/* -- BREAK POINT "Laptop" (1024)  -- */
@media screen and (max-width: 1024px) {
    .social-media-container {
        width: 100%;
    }

    .footer_icon_2 p {
        font-size: var(--lilFontSizeMovil);
    }

    .btnStyle,
    .product-name-carousel,
    #selectFilterShow,
    .product-description-carousel {
        font-size: 1.5vw;
    }

    .image-container-carousel {
        min-width: 200px !important;
        max-width: 200px !important;
        min-height: 200px !important;
        max-height: 200px !important;
    }

    .imagePasillo {
        min-width: 200px !important;
        max-width: 200px !important;
        min-height: 200px !important;
        max-height: 200px !important;
    }
}

@media screen and (max-width: 925px) {
    .searchbar_div {
        height: 30px;
    }

    .main_title {
        padding: 0;
        text-align: center;
        font-weight: bolder;
        display: none;
    }

    .product_price {
        font-size: 5vw !important;
    }
}

.verMasContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.verMasBtn {
    width: 10%;
    text-align: center;
    border: 1px solid #000;
    border-radius: 20px;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bigwise-logo-email img {
    width: 80%;
    margin-left: 10%;
}

.whatsapp-help {
    width: 80%;
    margin-left: 10%;
    color: var(--color-text);
}

.whatsapp-help-info {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
}

.whatsapp-help-info img {
    width: 15%;
}

.whatsapp-help-info p {
    width: 80%;
}

.contact-container {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0% !important;
    box-sizing: border-box;
    background-color: #F6F7F8;
}

.form-inputs-container {
    width: 50%;
}

.form-inputs-container h2 {
    font-size: var(--titleSize);
    color: var(--color-text);
}

.contact-message-container label {
    font-size: var(--smallText);
    color: var(--color-text);
}

.form-inputs-container:nth-child(2) {
    margin-top: 46px;
}

.form-inputs-container input {
    width: 90%;
    border: none;
    border-bottom: 1px solid #A6ABB2;
    min-height: 48px;
    border-radius: 0px;
    margin-bottom: 24px;
    font-size: var(--smallText);
    background: none;
}

#contact-message {
    background: none;
}

.contact-whatsapp-help {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-message-container {
    display: flex;
    flex-direction: column;
}

.contact-message-container textarea {
    max-width: 90%;
    max-height: 150px;
    min-height: 150px;
    border: 1px solid #A6ABB2;
    font-size: var(--smallText);
}

.contact-image-division img {
    width: 40%;
    margin-left: 30%;
    margin-bottom: 5%;
}

#contact-send {
    background-color: #80B941;
    color: #FFF;
    width: 30%;
    margin-left: 60%;
    margin-top: 20px;
    font-size: var(--regularText);
}

#btnGeoContinue,
#btnGeoAddress {
    font-size: inherit;
}

/* .carousel-title{
    font-size: 1.8rem;
} */
/* -- BREAK POINT "Tablet" (768) -- */
@media screen and (max-width: 768px) {

    /* Informative */
    :root {
        --subtitleSize: 3.5vw;
        --titleSize: 4vw;
        --smallText: 2vw;
        --regularText: 3.5vw;
    }

    .contact-message-container label {
        font-size: var(--subtitleSize);
    }

    .social-media-responsive-header a img {
        width: 35px !important;
    }

    .form-inputs-container:nth-child(2) {
        margin-top: 0% !important;
    }

    .social-media-responsive-header {
        width: 80% !important;
        margin-left: 20%;
    }

    .header-responsive-option {
        font-size: var(--titleSize);
    }

    .btnStyleInformative {
        width: 90%;
        margin-left: 5%;
    }

    .contact-image-division img {
        width: 100%;
        margin-left: 0%;
    }

    .bigwise-logo-email img,
    .whatsapp-help {
        width: 100%;
        margin-left: 0% !important;
        margin-top: 2%;
    }

    .form-container {
        flex-direction: column;
        margin-top: 10%;
    }

    .form-inputs-container {
        width: 100%;
    }

    .form-inputs-container input,
    .contact-message-container textarea {
        max-width: 100%;
        width: 100%;
        font-size: var(--regularText);
    }

    .image-container-carousel-aisle {
        min-height: 200px;
        max-height: 200px;
    }

    #containerFilterPasillo p {
        text-align: left;
        width: 100%;
        font-size: var(--regularFontSizeMovilSmall);
    }

    .carousel-title {
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: .9rem;
    }

    .branchLabelContainer {
        display: none;
    }

    .extentoIVAPasillos {
        font-size: 1.8vw;
    }

    /* .des{
        display: none;
    }
    .desRes{
        display: block;
    }
    .sugRes{
        display: block;
    } */
    #header_new_badge_fav_bottom {
        left: 71%;
    }

    #DeliveryAddress {
        font-size: 12pt;
    }

    .menuMonedasR {
        background: var(--color_company_3);
        color: rgb(255, 255, 255);
        position: fixed;
        bottom: 0px;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        padding-left: 2%;
        padding-right: 2%;
        text-align: center;
        z-index: 900;
        transition: all 200ms ease 0s;
        display: none;
    }

    .monedaSelected {
        color: var(--color_company_5);
        font-weight: bolder;
    }

    .menuMonedasROption {
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .btnHomeUser {
        font-size: var(--regularFontSizeMovil);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #goBackBtn {
        font-size: var(--regularFontSizeMovil);
    }

    #splideContainer {
        background-color: hsl(0deg 0% 93% / 51%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(5px);
        /* Safari */
        position: fixed;
        z-index: 450;
        width: 100%;
    }

    #containerFilterPasillo {
        background: none;
        flex-direction: column;
    }

    #header_new {
        position: fixed;
        top: 0;
    }

    #resultadosProducts {
        display: none;
    }

    #selectFilterShow {
        width: 100%;
        font-size: 3vw;
        margin-top: 5%;
    }

    #header_new_button_responsive,
    #fav_nav_icon {
        display: none;
    }

    .header_new_options_container {
        justify-content: right;
    }

    .containerMenuResponsive {
        display: block;
        background-color: #E5E5E5;
        width: 100%;
        position: fixed;
        bottom: 0px;
        z-index: 1;
    }

    .menuBarResponsive {
        display: flex;
        align-items: center;
        justify-content: space-around;
        font-weight: 600;
        height: 60px;
        bottom: 10px;
        z-index: 1000;
        width: 100%;
        left: 0;
        padding-top: 1%;
        /* filter: drop-shadow(0px 4px 6px rgb(61, 61, 61)); */
    }

    .copyright-label {
        display: flex;
        width: 100%;
        margin: 0;
        justify-content: center;
        font-size: 8pt;
    }

    .menuBarResponsive_option p {
        /* display: none; */
        font-size: 2vw;
    }

    .menuBarResponsive_Buscar,
    .menuBarResponsive_Cart,
    .menuBarResponsive_Home,
    .menuBarResponsive_Favorites,
    .menuBarResponsive_Moneda,
    .menuBarResponsive_Location {
        filter: grayscale(.8);
        display: flex;
        width: 30px;
        flex-direction: column;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
    }

    .menuBarResponsive_Buscar img,
    .menuBarResponsive_Cart img,
    .menuBarResponsive_Home img,
    .menuBarResponsive_Favorites img,
    .menuBarResponsive_Moneda img {
        width: 100%;
    }

    .menuBarResponsive_option img {
        width: 30px;
        height: 30px;
    }

    .header_new_responsive_login_container {
        font-size: 3vw;
    }

    #overShadow {
        z-index: 500;
    }

    .logoLoading {
        width: 40%;
        margin-left: 30%;
    }

    #favoritoLista img {
        width: 75%;
    }

    #carritoDeCompras img {
        width: 40%;
    }

    .header_new_nav_icon img {
        width: 40%;
    }

    #categoriesBar {
        display: none;
    }

    .customerName {
        display: none;
    }

    .footerImgContainer {
        margin-left: 30%;
    }

    .customerNameResponsive {
        display: block;
        font-size: 3.5vw;
        text-align: center;
        padding-left: 0 !important;
    }

    .titleProducts {
        font-size: 3.5vw;
    }

    #nombre_producto {
        font-size: 14pt;
        white-space: break-spaces;
        min-height: 90px;
        max-height: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #nombre_producto::first-letter {
        text-transform: uppercase;
    }

    #tag_precio_producto {
        font-size: 14pt;
    }

    .btnContainerAddToCart {
        font-size: 14pt;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2%;
        width: 60%;
        margin-left: 20%;
        /* border-radius: var(--borderRadius);
        border: 2px solid var(--color_company_3); */
        cursor: pointer;
    }

    .iconAddToCart {
        width: 10% !important;
    }

    .btnContainerAddToCartADDED {
        font-size: 10pt;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2%;
        width: 60%;
        margin-left: 20%;
        border-radius: var(--borderRadius);
        /* border: 2px solid var(--color_company_1); */
        cursor: pointer;
        /* background-color: var(--color_company_1); */
        color: #FFF;
    }

    #header_new_col_categories {
        display: none;
    }

    #main_container_2 {
        padding-top: 0%;
        padding-bottom: 60px;
    }

    .header_new_responsive_link {
        font-size: 16pt;
    }

    .product_price {
        font-size: 8vw !important;
    }

    .button-model-2 {
        font-size: 3vw;
    }

    .details_container {
        font-size: 3vw !important;
    }

    .product-name-carousel {
        font-size: 2vw;
        height: 100px;
    }

    .header_new_navbar_container {
        justify-content: space-between;
        /* -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.12); 
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.12); */
    }

    .header_select_branch {
        display: none;
    }

    #logo_nav_desk {
        display: none;
    }

    #logo_nav_responsive {
        display: block;
    }

    .header_search_container {
        display: none;
    }

    #search1_nav_icon {
        display: none;
    }

    .header_new_options_container {
        width: 30%;
        padding-top: 0%;
    }

    .header_new_icons_container {
        display: flex;
        width: 100%;
        box-sizing: border-box;
        justify-content: space-evenly;
        align-items: center;
    }

    .header_new_logo_container {
        width: 25%;
        padding-top: 0;
    }

    #search_nav_icon {
        display: flex;
        justify-content: center;
    }

    #user_nav_icon {
        display: none;
    }

    #cart_nav_icon,
    #search_nav_icon {
        width: 40%;
    }

    /* #header_new_button_responsive{
        width: 25% !important;
        display: block;
        background: none;
        border: none;
        width: 2%;
        margin-top: 0%;
    } */
    #header_new_badge_cart,
    #header_new_badge_fav {
        font-size: 2.5vw;
    }

    .product-name-carousel,
    .price-detail,
    .product-description-carousel b {
        font-size: 2vw;
    }

    .product-name-carousel {
        height: 70px;
    }

    .header_new_navbar_container {
        padding-top: 2.5%;
        padding-bottom: 4.5%;
       
    }

    .product-name-carousel-pasillo {
        /* height: 45px; */
        line-height: 1.5;
        font-size: 2vw;
        width: 90%;
        margin-left: 5% !important;
        white-space: nowrap;
        /* overflow-wrap: break-word; */
        overflow: hidden;
        text-overflow: ellipsis;
        height: auto !important;
    }

    #header_new_badge_cart,
    #header_new_badge_fav {
        left: 60%;
        font-size: 1.5vw;
    }

    #carritoDeCompras img {
        width: 50%;
    }

    .header_new_nav_icon img {
        width: 60%;
    }

    #contact-send {
        margin-left: 70%;
    }

    #search_nav_icon img {
        width: 40%;
    }

    .modalBI {
        width: 80%;
        left: 10%;
        padding: 10% 5%;
    }
}

@media screen and (max-width: 576px) {
    .extentoIVAPasillos {
        font-size: 2.5vw;
        text-align: left;
    }

    .product-name-carousel-pasillo {
        font-size: 2.5vw;
        text-align: left;
        margin-left: 0% !important;
        justify-content: left;
        white-space: normal;
    }

    /* .carousel-title{
        font-size: 1.1rem;
    } */
    .iconFavProductsCarrusel {
        top: 45% !important;
        left: 10px !important;
    }

    .itemProductoPasilloContainer {
        flex-direction: row;
        height: auto !important;
    }

    .image-container-carousel-aisle {
        width: 60%;
    }

    #header_new_badge_fav_bottom {
        left: 71%;
    }

    .image-container-carousel {
        width: 40% !important;
        margin-right: 20%;
    }

    .image-container-carousel,
    .imagePasillo {
        min-width: 180px !important;
        min-height: 180px !important;
        max-height: 180px !important;
        max-width: 180px !important;
    }

    #DeliveryAddress {
        font-size: 12pt;
    }

    .iconFavProducts {
        left: 0%;
        top: 75%;
    }

    .image-container-carousel {
        width: 30%;
    }

    .nombre_producto {
        width: 60%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .extentoIVAPasillos {
        font-size: 2.5vw;
        text-align: left;
    }

    .itemProductoPasilloContainer {
        padding: 0 !important;
        margin: 0 !important;
        height: 150px;
        border-bottom: 1px solid #e2e2e2;
    }

    #tag_precio_producto {
        font-size: 14pt;
        text-align: left;
    }

    .btnContainerAddToCartPasillo {
        width: 45%;
        margin-left: 55%;
        font-size: 11pt;
    }

    .btnContainerAddToCartADDEDPasillo {
        width: 45%;
        margin-left: 55%;
    }

    .minusQuantitProdBtn,
    .plusQuantityProdBtn,
    .inputProdStyle {
        font-size: 3vw;
    }
}

/* -- BREAK POINT "Mobile L" (425) -- */
@media screen and (max-width: 425px) {
    :root {
        --titleSize: 5vw;
        --subtitleSize: 4.5vw;
        --smallText: 3vw;
        --regularText: 4.5vw;
    }

    .menuBarResponsive_option p {
        font-size: 2.5vw;
    }

    #tag_precio_producto a {
        display: flex;
        width: 90%;
        justify-content: space-between;
    }

    #tag_precio_producto a img {
        display: block;
    }

    .groups-product-description {
        height: 50%;
        justify-content: space-between;
    }

    #containerFilterPasillo p {
        text-align: left;
        width: 100%;
        font-size: var(--regularFontSizeMovilExtraSmall);
    }

    .optionsListItemTitle,
    .optionsListItem-sub {
        font-size: var(--regularFontSizeMovilSmall);
    }

    .HeaderGroup h4 {
        font-size: var(--regularFontSizeMovilSmall);
    }

    #goBackBtn {
        font-size: var(--regularFontSizeMovilSmall);
    }

    #cardHomeUser {
        margin-left: 0% !important;
        margin-right: 0% !important;
        width: 100% !important;
    }

    .extentoIVAPasillos {
        font-size: 3vw;
    }

    .btnHomeUser {
        font-size: 3.5vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #nombre_producto {
        font-size: 11pt;
    }

    .inputProdStyle {
        font-size: 4vw;
    }

    #selectFilterShow {
        font-size: 5vw;
    }

    .header_new_nav_icon img {
        width: 50%;
    }

    .titleProducts {
        font-size: 6.5vw;
    }

    .product_price {
        font-size: 9vw !important;
    }

    .button-model-2 {
        font-size: 4vw;
    }

    #header_new_badge_cart,
    #header_new_badge_fav {
        font-size: 4.5vw;
    }

    .header_new_options_container {
        padding-top: 3%;
        width: 40%;
    }

    .header_new_logo_container {
        width: 30%;
    }

    .product-name-carousel,
    .price-detail,
    .product-description-carousel b {
        font-size: 3.5vw;
    }

    .product-name-carousel {
        width: 100%;
        /* margin-left: 5%; */
    }

    .sello_agotado {
        padding-top: 35% !important;
        padding-bottom: 35% !important;
        font-size: 2.5vw;
    }

    .imgProductDetail {
        padding: 0;
    }

    .responsiveContainerProductDetail {
        width: 96%;
    }

    #header_new_badge_cart,
    #header_new_badge_fav {
        font-size: 2.5vw;
        left: 55%;
    }

    /* .carousel-title{
        font-size: 1rem;
    } */
}

@media screen and (max-width: 375px) {
    .optionsListItemTitle {
        font-size: var(--regularFontSizeMovilExtraSmall);
    }

    .optionsListItem-sub {
        font-size: var(--lilFontSizeMovilExtraSmall);
    }

    .HeaderGroup h4 {
        font-size: var(--regularFontSizeMovilExtraSmall);
    }

    #goBackBtn {
        font-size: var(--regularFontSizeMovilExtraSmall);
    }
}

@media screen and (max-width: 320px) {
    .header_new_options_container {
        width: 50%;
        padding-top: 4%;
    }

    .header_new_logo_container {
        width: 40%;
    }

    #header_new_badge_cart,
    #header_new_badge_fav {
        font-size: 2.5vw;
    }

    .btnContainerAddToCart {
        font-size: 12pt;
    }
}

/* -- BREAK POINT "" -- */

/* RESPONSIVE IMAGES */
@media screen and (min-width: 2560px) {
    .image-container-carousel {
        min-height: 420px;
        max-height: 420px;
        margin: auto;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
    }
}

@media screen and (min-width: 3000px) {
    .searchbar_div {
        height: 100px;
    }
}

@media screen and (min-width: 2000px) {
    .product-name-carousel-pasillo {
        height: 100px;
        font-size: .7vw;
    }

    .searchbar_div {
        height: 80px;
    }

    #resultadosProducts {
        font-size: .8vw;
    }

    #selectFilterShow {
        font-size: .8vw;
    }
}

@media screen and (min-width: 1990px) {
    #main_container_2 {
        width: 80% !important;
        margin-left: 10%;
    }
}

@media screen and (min-width: 1650px) {
    .image-container-carousel {
        min-height: 280px;
        max-height: 280px;
        margin: auto;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 1650px) {
    .image-container-carousel {
        min-height: 280px;
        max-height: 280px;
        margin: auto;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 1450px) {
    .image-container-carousel {
        min-height: 280px;
        max-height: 280px;
        margin: auto;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 1300px) {
    .image-container-carousel {
        min-height: 280px;
        max-height: 280px;
        margin: auto;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 799px) {
    .image-container-carousel {
        min-height: 150px;
        max-height: 150px;
        margin: auto;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .image-container-carousel {
        /* min-height: 240px;
        max-height: 240px; */
        margin: auto;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 599px) {
    .image-container-carousel {
        /* min-height: 320px;
        max-height: 320px; */
        margin: auto;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        width: 100%;
    }

    .product-name-carousel {
        height: 60px;
    }
}

@media screen and (max-width: 500px) {
    .image-container-carousel {
        /* min-height: 280px;
        max-height: 280px; */
        margin: auto;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .image-container-carousel {
        /* min-height: 230px;
        max-height: 230px; */
        margin: auto;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .image-container-carousel {
        /* min-height: 230px;
        max-height: 230px; */
        margin: auto;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .image-container-carousel {
        /* min-height: 200px;
        max-height: 200px; */
        margin: auto;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .image-container-carousel {
        /* min-height: 150px;
        max-height: 150px; */
        margin: auto;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        width: 100%;
    }
}

/* RESPONSIVE IMAGES */

.containerProducts {
    display: none;
}