.mini-carrito-icon,
.login-icon, .opt-nav {
    font-size: 1.5em;
    font-weight: bold;
    color:#FFF;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 50%), 1px 1px 7px rgb(0 0 0 / 50%), 1px 1px 7px rgb(0 0 0 / 50%);
}

#count-carrito {
    width: 25px;
    height: 26px;
    background: #000;
    padding: 4px;
    font-size: 10px;
    color: #FFF;
    border: solid 2px #FFF;
    border-radius: 10px;
    /* display: block; */
    position: absolute;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: -8px;
    animation-duration: 1s;
    animation-delay: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.search-submit{
    animation-duration: 5s;
    animation-delay: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    border-radius: 50px!important;
}

#inicia-compra {
    position: fixed;
    width: 215px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 23%;
    padding: 7px;
    font-size: 1em;
    box-shadow: 7px 7px 7px 0px rgb(0 0 0 / 20%);
    z-index: 9999;
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-left: 36px;
    transition: all ease 0.5s;
    left: -163px;
}
.card-text:last-child {
    margin-bottom: 0;
    min-height: 60px;
}

#inicia-compra:hover,
#inicia-compra:active {
    left: -22px;
    transition: all ease 0.5s;
}

#inicia-compra>.cirle-icon {
    color: #FFF;
    background: red;
    padding: 8px 10px;
    border-radius: 28px;
    font-size: 11px;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carrito-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #eaeaea;
    padding: 12px;
}

.carrito-footer>div:nth-child(1) {
    overflow: hidden;
    margin-bottom: 6px;
    color: #293B68;
    font-weight: bold;
}

#content-carrito {
    max-height: 70vh;
    overflow: auto;
}
#imagenDetalle > img{
    min-height: 300px;
}
.thumbs-wrap>a,
.thumbs-wrapper-paginator>a {
    display: inline-block;
    width: 33%;
    padding: 7px;
    border: solid 1px #eaeaea;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thumbs-wrap{
    box-shadow: 3px 3px 14px #eaeaea;
}
.thumbs-wrap,
.thumbs-wrapper-paginator {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: calc(100% - 1rem);
    margin: 0px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

::-webkit-scrollbar {
    height: 0px;
    ;
}

.globe-icon {
    padding: 6px;
    background: #FFF;
    color: #052f66;
    width: 42px;
    border-radius: 7px;
    position: absolute;
    right: 0;
    top: -3px;
    font-size: 19px;
}
.title h5{
    height: 55px;
    overflow: hidden;
}
.addCarrito {
    padding-right: 31px;
}

.btn:active {
    transform: scale(0.9);
    transform-origin: center;
    transition: all ease 0.2s;
}
.price, .title_alt {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.price {
    font-weight: 600;
    color: #e20000;
    font-size: 1.5em;
}
.label-rating {
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle;
}
.rating-stars li.stars-active i {
    color: orange;
}
.rating-stars i {
    font-size: 14px;
    color: #ccc;
    display: inline;
}
.rating-stars {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
    clear: both;
}
.text-success {
    color: #00b517 !important;
}
a > span{
    /*color: white;*/
    text-shadow: 1px 1px 2px rgb(0 0 0 / 50%), 1px 1px 7px rgb(0 0 0 / 50%), 1px 1px 7px rgb(0 0 0 / 50%);
    position: relative;
    top: -2px;
    text-transform: initial;
}
.solid-color .header-style01 .navbar-nav li a,
.solid-color .header-style01 .navbar-nav li a span,
.solid-color .header-style01 .navbar-nav li i{
    text-shadow: none;
}
.title > .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 10px;
}
.title > .dropdown-toggle{
    position: relative;
    width: 100%;
    display: block;
    padding: 3px;
    background: #eaeaea;
}
.disabled{
    pointer-events: none;
    opacity: 0.5;
}
.card{
    border: solid 0px #eaeaea;
    box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
}
.nav-tabs{
    border: none;
}
.nav-link.active{
    background: #293B68!important;
    -webkit-border-top-left-radius: 15px !important;
    -webkit-border-bottom-right-radius: 15px !important;
    -moz-border-radius-topleft: 15px !important;
    -moz-border-radius-bottomright: 15px !important;
    border-top-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.menu-context{
    flex-direction: row;
    position: relative;
}
.menu-context > li{
    position: relative;
}
#count-cotiza {
    width: 25px;
    height: 26px;
    background: #000;
    padding: 4px;
    font-size: 10px;
    color: #FFF;
    border: solid 2px #FFF;
    border-radius: 10px;
    /* display: block; */
    position: absolute;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: -8px;
    animation-duration: 1s;
    animation-delay: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.menu-context > li > a > i{
    font-size: 17px;
}
.verificaCode{
    font-size: 1.3em;    
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
}
.visible{
    display: block!important;
}
.hidden{
    display: none!important;
}
.cho-container > .mercadopago-button{
    -webkit-border-top-left-radius: 15px !important;
    -webkit-border-bottom-right-radius: 15px !important;
    -moz-border-radius-topleft: 15px !important;
    -moz-border-radius-bottomright: 15px !important;
    border-top-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    background: #0081b4 !important;
    border: solid 1px #0081b4;
    color: #FFF;
}
.nav-link{
    color: #293B68!important;
    min-width: 110px;
}
.nav-link:hover{
    border: none!important;
}
.nav-link.active{
    min-width: 110px;
    background: transparent!important;
    border: none;
    border-bottom: solid 4px #293B68!important;
    border-radius: 0!important;
}