.google_flags {
    margin-top: 30px;
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.google_flags a img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.iconobuscar {
    color: #152652 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconcarrito {
    color: #152652 !important;
}

.dropdowncuenta {
    text-align: center;
    align-items: center;
    padding: 0.5rem !important;
}

.dropdown-toggle::after {
    display: none !important;
}

#cartItemsDropdown {
    text-align: center;
    align-items: center;
    padding: 0.5rem !important;
}

.cart-count::after {
    display: none !important;
}

.cid-uQmA8SJmSZ .dropdown-menu,
.cid-uQmA8SJmSZ .navbar.opened {
    padding-top: 1rem;
    background-color: #fff !important;
}

#micuenta {
    margin: 0;
}

#micuenta::after {
    content: "test";
    display: none !important;
}

.table-ubicaciones th:nth-child(2),
.table-ubicaciones td:nth-child(2),
.table-ubicaciones th:nth-child(3),
.table-ubicaciones td:nth-child(3),
.table-ubicaciones th:nth-child(4),
.table-ubicaciones td:nth-child(4) {
    width: 20% !important;
    max-width: 120px !important;
    text-overflow: ellipsis;
}

.profile-element h3,
p {
    text-align: left;
}

.nav>li.active {
    background: rgba(0, 0, 0, 0.02);
}

.nav>li.active a {
    background: rgba(0, 0, 0, 0.02);
    color: inherit !important;
}

.acciones {
    float: right;
    margin: -10px;
}

#side-menu {
    background: #ebebeb;
}

.input-group .dropdown-menu {
    right: 0 !important;
    left: inherit;
}

.nav.nav-second-level>li.active {
    background: rgba(0, 0, 0, 0.3);
}



/*
.sweet-alert {
    background-color: white;
    border-radius: 0px !important;
    display: none;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    left: 0 !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    padding: 10px !important;
    position: fixed;
    max-height: 100% !important;
    overflow-y: scroll !important;
    text-align: center;
    top: 0% !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
}
*/
.ui-autocomplete {
    z-index: 9999 !important;
}

#geocomplete {
    border: 1px solid #ce2c2c;
}

.map_canvas {
    width: 100%;
    height: 250px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}

.pac-container {
    z-index: 9999 !important;
}

input[type="file"] {
    border: 0 none;
    display: block;
    margin: 5px 0;
    padding: 0;
    background: none;
}

label {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 1px;
    max-width: 100%;
}

textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 50px;
    max-height: 150px;
}

.modal-body {
    padding: 10px 10px;
    background: #f4f4f4;
}

.modal-header {
    background: #09afdf;
    border-bottom: 1px solid #09afdf;
    color: #fff;
}

.ui-autocomplete {
    border: 1px solid #dcdcdc !important;
    border-radius: 0 !important;
    max-height: 300px;
    overflow-y: scroll;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #09afdf !important;
    color: #fff !important;
    background: #09afdf !important;
    border-radius: 0px !important;
}

.cargando {
    margin: auto;
    height: 30px;
    position: relative;
    top: 45%;
    width: 30px;
}

.loader {
    display: block;
    width: 30px;
    height: 30px;
    border: 4px solid #074d87;
    border-radius: 3px;
    animation: loader 4s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #074d87;
    animation: loader-inner 4s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

#logoimg {
    width: 100%;
}

.loginscreen {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    margin: 100px auto;
    padding: 10px;
}

.imagenproducto {
    width: 35px;
    height: 35px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
}

#slim,
#slim2 {
    display: none;
}

.totalpedido {
    border: 2px solid #f2f2f2;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 2em;
    font-weight: 600;
    text-align: right;
    color: #000;
    line-height: 30px;
}

.totalpedido small {
    font-size: 0.6em;
    color: #707070;
}

.detal {
    position: relative;
}

.datatable {
    background: #fff;
}

table {
    width: 100% !important;
    border: none !important;
}

.ibox-content {
    padding: 15px;
}

.announcement.default-bg {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#Imagenactual,
#Imagenactual_factura {
    max-width: 100% !important;
    max-height: 550px !important;
    margin: auto;
}

.configlogo {
    text-align: center;
    border: 1px solid #ececec;
    padding: 10px;
    background: #f8f8f8;
    border-radius: 5px;
}

.btn {
    border-radius: 0px !important;
}

#observaciones {
    min-height: 92px;
    max-height: 92px;
}

.danger-color {
    color: #ed5565 !important;
}

.profile-element img {
    width: 100%;
    padding: 10px;
}

.nav.nav-second-level {
    background: rgba(44, 74, 201, 0.7);
}

.nav.nav-second-level li.active a {
    background: none;
}

#acordeon {
    margin-top: 10px;
    margin-bottom: 0px;
}

#acordeon .panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

#acordeon .panel-body {
    padding: 0px;
}

.mce-tinymce {
    border: 0px !important;
    box-shadow: none;
}

.listaiconos {
    font-family: 'FontAwesome', 'sans-serif';
}