@import url('../fonts/font-awesome/css/font-awesome.min.css');

.text-pink-700 {
    font-weight: 400 !important;
    color: #33c7fd !important;

}

.texto-aviso {
    font-weight: 400 !important;
}

.prd-grid .prd-w-xs:not(.prd-hor) .prd-action .btn {
    font-size: 11px;
}

.btn-black {
    color: #fff !important;
    background-color: #222 !important;
    border-color: #222 !important;
}

.btn-black:hover {
    color: #fff !important;
    background-color: #4e4c4c !important;
    border-color: #4e4c4c !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-danger:hover {
    color: #fff !important;
    background-color: #e06d78 !important;
    border-color: #e06d78 !important;
}

/* Live Search*/

div.live-search {
    border-radius: 0;
    margin-top: 10px;
    top: 100%;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .25);
    min-width: 280px;
    padding: 10px;
    right: 0;
    left: auto;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

div.live-search ul li,
div.live-search ul li:nth-child(even) {
    padding: 0;
    margin: 0;
    clear: both;
    background: transparent;
    display: block;
    height: auto !important;
}

div.live-search ul li a {
    overflow: hidden;
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

div.live-search ul li:last-child a {
    border: 0;
}

div.live-search ul li:hover {
    background-color: transparent;
}

div.live-search ul li .product-name {
    font-weight: normal;
}

div.live-search ul li .product-name p {
    font-style: normal;
    font-size: 11px;
    color: #999;
}

.live-search ul li .product-price {
    margin: 0;
}

div.live-search .result-text {
    position: relative;
    background: #f4f4f4;
    border-radius: 0;
    font-size: 1em;
    line-height: 24px;
    font-weight: normal;
}

div.live-search .view-all-results,
div.live-search .view-all-results:hover {
    color: #282828;
    border: 1px solid #bbb;
    display: block;
    padding: 5px;
    text-decoration: none;
}

.prd-big-circle-labels .label-new, .prd-big-squared-labels .label-new {
    background-color: #222;
}

.swal2-confirm {
    background-color: #282828 !important;
    border-left-color: #282828 !important;
    border-right-color: #282828 !important;
}

#bandImagem {
    margin: 0px !important;
}

.link-promocao {
    background-color: #dc3545;
    border-radius: 5px;
}

.link-promocao a {
    color: #fff !important;
}

.link-promocao a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.link-promocao-mobile a {
    padding-left: 8px !important;
}

.link-promocao-mobile a:hover {
    border-radius: 5px !important;
    background-color: #dc3545 !important;
    text-decoration: underline !important;
}

.tab-content > .active {
    display: block;
}

@media (max-width: 330px) {
    .hdr .custom-text {
        font-size: 10px;
    }
}


.hide-desktop {
    display: none !important;
}

@media (max-width: 1024px) {
    .hide-desktop {
        display: block !important;
    }
}