﻿.btns_navbar {
    display: flex;
    justify-content: center;
}

.li_btn_navbar {
    position: relative;
    display: inline-flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
}

.btn_navbar {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-flex;
    color: #2c343b;
}

.fa-shopping-cart:before, .fa-heart:before, .fa-user:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.fa-heart:before {
    font-size: 20px;
}

.product-figure img {
    object-fit: contain;
}

#badge, #badge_wish_list, #badge2, #badge2_wish_list {
    color: #fff !important;
    position: absolute;
    top: -15px;
    padding: 5px;
    background-color: #2c6eb5 !important;
    font-size: 10px;
    border-radius: 50%;
}

#badge, #badge_wish_list {
    top: -25px;
}

.cart_wislist_box {
    position: absolute;
    top: 0;
    right: 0;
    width: 270px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 20px;
    z-index: 2;
    background-color: #fff;
    padding: 15px;
}


.li_btn_navbar:hover .cart_wislist_box {
    visibility: visible;
    opacity: 1;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-inner {
    max-width: unset;
}

#btns_navbar_mobile {
    display: none;
}

.swiper-slider-2 .swiper-bullet-line {
    stroke: #2c6eb5;
}

.select2-container {
    min-height: unset;
}

.bolas_colores {
    list-style: none;
}

@media (max-width: 991px) {
    #btns_navbar_full {
        display: none;
    }

    #btns_navbar_mobile {
        display: flex;
    }
}


@media (min-width: 1200px) {
    .rd-navbar-modern.rd-navbar-static .rd-navbar-panel {
        max-width: 275px;
    }
}
