﻿/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.search-box {
    max-width: 280px;
}

.search-box-mobile {
    visibility: visible;
    height: auto;
}

.search-box-desktop {
    visibility: hidden;
    height: 0px;
}

.font-store-small {
    font-size: 10px;
    font-weight: bold;
}

/*--------------------------------------------------------------
# Menu Categorias
--------------------------------------------------------------*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 100%;
        left: 25%;
        margin-bottom: 1px;
    }

.submenu-ul li:hover > ul.dropdown-menu {
    display: block;
}

/*--------------------------------------------------------------
# Modal Store Selection
--------------------------------------------------------------*/
.sucursal-box {
    min-height: 230px;
    max-height: 250px;
}

.sucursal-div {
    min-height: 181px;
    max-height: 181px;
}

.sucursal-div-padding {
    padding: 1rem 1rem 0 1rem;
}

.sucursal-name {
    font-size: 13px;
}

.sucursal-address {
    font-size: 12px;
    max-height: 200px;
}

.sucursal-box-enlace {
    text-decoration: none;
}

.sucursal-msg-color {
    color: #154360;
}


/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login-form {
    width: 350px;
}

.login-box {
    max-width: 100%;
    width: 100%;
    outline: 0;
    border-width:unset;
    border-width: 0px 0px 2px 0px;
    border-color: #cccccc;
}

    .login-box:hover {
        border-color: #A1CBDE;
    }

    .login-box:focus {
        border-color: #A1CBDE;
        border-width: 0;
        outline: 2px;
        outline-color: #A1CBDE;
        outline-style: solid;
    }

.login-append {
    background-color: rgba(255, 255, 255);
    border-width: 0px 0px 2px 0px;
    border-radius: 0;
}

.login-link {
    font-size: 13px;
    color: #154360;
    font-family: 'Montserrat';
    font-weight: 400;
}

.login-formReset {
    width: 450px;
}

/*--------------------------------------------------------------
# My Account Pages
--------------------------------------------------------------*/
.div-no-margin {
    margin-top: -2rem;
    margin-bottom: -1rem;
}

.account-form {
    width: 100%;
    max-width: 100%;
}

.border-form {
    border-right: 0;
}

.font-color2 {
    color: #A3A3A3
}

.address-format {
    max-height: 272px;
    max-width: 272px;
    margin-left: auto;
    margin-right: auto;
}

.custom-input-width {
    width: 450px;
    max-width: 100%;
}

.item-novisible {
    display: none;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn-custom {
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.btn-custom-store {
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'Montserrat';
    font-weight: 600;
}

/*--------------------------------------------------------------
# Carousel Posicion Indicadores
--------------------------------------------------------------*/
.carousel-indicadores-posicion {
    margin-bottom: unset;
}

/*--------------------------------------------------------------
# Productos
--------------------------------------------------------------*/
.img-cursor {
    cursor: pointer;
}

.btn-hover:hover {
    background-color: #c3c3c3;
}
.btn-border-none {
    border-color: aqua;
}

.texto-formato {
    white-space: pre-line;
}

/*--------------------------------------------------------------
# No underline
--------------------------------------------------------------*/
.text-nodeco {
    text-decoration: none;
}

/*--------------------------------------------------------------
# Fonts Types
--------------------------------------------------------------*/
.FontMontserratThin {
    font-family: 'Montserrat';
    font-weight: 100;
}

.FontMontserratExtra-light {
    font-family: 'Montserrat';
    font-weight: 200;
}

.FontMontserratLight {
    font-family: 'Montserrat';
    font-weight: 300;
}

.FontMontserrat {
    font-family: 'Montserrat';
    font-weight: 400;
}

.FontMontserratMedium {
    font-family: 'Montserrat';
    font-weight: 500;
}

.FontMontserratSemi-bold {
    font-family: 'Montserrat';
    font-weight: 600;
}

.FontMontserratBold {
    font-family: 'Montserrat';
    font-weight: 700;
}

/*--------------------------------------------------------------
# Resize screen
--------------------------------------------------------------*/
/* Mobile devices only in landscape view */
@media screen and (orientation:landscape) {
    
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .border-form {
        border-right: 2px solid #dee2e6;
    }
}

/* Large devices (laptops/desktops, 992px and less) */
@media only screen and (max-width: 991px) {
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .account-form {
        width: 450px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .search-box {
        max-width: 400px;
    }

    .search-box-mobile {
        visibility: hidden;
        height: 0px;
    }

    .search-box-desktop {
        visibility: visible;
        height: auto;
    }

    .carousel-indicadores-posicion {
        margin-bottom: 1rem;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1281px) {
    
}

/* On screens that are 1920px wide and up */
@media only screen and (min-width: 1921px) {
    
}

/*On screens that are 2560px wide or more */
@media only screen and (min-width: 2560px) {
    
}

/*On screens that are 3840px wide and up */
@media only screen and (min-width: 3840px) {
    
}

/*On screens that are 4096px wide or more */
@media only screen and (min-width: 4096px) {
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/

.black-color-es{
    color:black !important;
}

/*--------------------------------------------------------------
# Text Type
--------------------------------------------------------------*/

.text-bold-900-es{
    font-weight:500
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination-es-item-selected {
    background-color: #e3e6e8;
    border-radius: 5px;
}

.pagination-es{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
}

.pagination-es-link{
    position:relative;
    text-decoration:none;
    color:black !important;
    display:flex;
    align-items:center;
    justify-content:center;
}

.pagination-es-item {
    position:relative;
    list-style:none;
}

    .pagination-es-item a:hover {
        background-color: #cacfd2;
        border-radius: 5px;
    }

