/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.col-mobile-btn-cart {
    position: relative;
}
.col-header-right {
    text-align: center;
}
#contenedorStores {
    min-height: 100svh;
    height: 100svh;
}
.dflex {
    display: flex;
}
.containerLeftStores {
    width: 40%;
    min-height: 100svh;
    overflow: hidden;
    padding: 0 25px;
}
.containerRightStores {
    width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.containerLeftStores h1 {
    margin-top: 20px;
}
#stores .store_map {
    height: 100vh;
}
#stores .form-control {
    font-size: 1em;
    height: 50px;
    border-radius: 5px;
}
#stores .form-control {
    background-color: #ffffff;
    color: #777777;
    border: solid 1px #e3e3e3;
}
#stores .form-control {
    height: auto;
    padding: 0.6rem 1rem;
    transition: all .2s cubic-bezier(.7,0,.3,1);
    -webkit-appearance: none;
}
.right_primer_butt, .search_locat {
    background: black;
    color: white;
    position: relative;
    top: -10px;
}
#fmeStorePage p {
    display: inline-block;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding: 10px;
}
.paddingleft0 {
    padding-left: 0;
}
.paddingright0 {
    padding-right: 0;
}
#fmmsl_split_list ul li {
    height: 95px;
}
#fmmsl_split_list ul li > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.distancelist {
    margin-right: 25px;
    text-align: center;
    min-width: 120px;
    font-size: 0.7em;
}
#fmmsl_split_list ul li:hover {
    border: 1px solid #ccc;
}
.part_right_stores {
    font-size: 0.7em;
}
input#addressInput::placeholder {
    color: #777777;
  }
/* Escritorio */
@media only screen and (min-width: 1200px){
    #radiusSelect {
        font-size: 15px !important;
        padding-top: 19px !important;
    }
    #stores section#wrapper {
        padding-top: 0;
    }
    #stores section#wrapper > .container nav {
        display: none;
    }
    #stores #inner-wrapper {
        max-width: 100%;
    }
    .elementor-element.elementor-element-1e8iboc .elementor-widget-container {
        margin-top: 0px !important;
    }
    .elementor-element-nb5mbw0 .elementor-column-wrap.elementor-element-populated {
        padding-top: 0;
    }
    #wrapper .breadcrumb {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    #ps-shoppingcart-wrapper,#header-user-btn,.help_here,.salon_locator_here {
        min-width: 100px;
    }
    #ps-shoppingcart-wrapper:hover {
        background-color: #f9f7f7;
    }
    #header .header-btn-w {
        padding: 0;
    }
    #header .header-btn-w .header-btn, .help_here a, .salon_locator_here a {
        padding: 10px 0px;
        text-align: center;
        display: block;
        cursor: pointer;
    }
    .header-top a:not(.btn):not(.nav-link):hover {
        color: #000000;
        background-color: #f9f7f7;
    }
    #desktop_logo .img-fluid {
        max-width: 88.7%;
    }
    .col-header-right > .row.no-gutters.justify-content-end {
        position: relative;
        top: 2px;
    }
    #desktop-header-container {
        padding-left: 0;
        padding-right: 0;
    }
    #header .header-nav {
        padding-top: 0;
        padding-bottom: 0;
    }
    .header-top {
        padding-top: 19px;
        padding-bottom: 18px;
    }
    .col.col-auto.col-md.left-nav {
        display: none;
    }
    .col.col-auto.center-nav.text-center {
        width: 100%;
    }
    .col.col-auto.center-nav.text-center [id^=iqithtmlandbanners] {
        width: 33%;
    }
    .subtextheadi {
        font-size: 0.7em;
        text-transform: lowercase;
    }
    #header .header-btn-w {
        /*padding: 0 25px;*/
    }
    .desktop-header-style-1 .search-widget, .desktop-header-style-2 .search-widget {
        max-width: 100%;
        margin-left: 30% !important;
    }
    .col-header-right i {
        font-size: 1.4em;
    }
    .col-header-right i.fa-heartbeat {
        font-size: 1.3em;
    }
}
/* Tablet */
@media only screen and (width: 768px){
	
}
/* Mobile */
@media only screen and (max-width: 767px){
    #contenedorStores {
        flex-direction: column;
        min-height: auto;
        height: auto;
    }
    .containerLeftStores {
        width: 100%;
        overflow: hidden;
        min-height: auto;
        padding: 0 13px;
    }
    #fmeStorePage {
        display: inline-block;
        padding-right: 0;
    }
    .containerRightStores {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
	.ps-shoppingcart .cart-products-count-btn {
        top: -4px;
        right: 17px;
    }
    #fmmsl_split_list ul li {
        width: 100%;
    }
    #radiusSelect {
        margin: 0 14px;
        width: 92%;
        font-size: 0.8em !important;
    }
    #fmeStorePage label {
        top: -5px;
        left: 24px;
    }
    #stores #wrapper .breadcrumb {
        display: none;
    }
    #stores #wrapper {
        padding-top: 0;
    }
    nav.header-nav {
        display: none;
    }
}