﻿.col-loading {
    height: 410px;
    margin-bottom: 10px;
}

.product-itens i {
    font-weight: bold;
    margin-right: 8px;
}

.product-itens li {
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.product-title {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: black;
    width: 100%;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
}

.price-comparison {
    width: 100%;
    text-align: right
}

    .price-comparison .priceComparison {
        text-decoration: line-through;
    }

.product-price {
    font-size: 1.5rem;
    float: right;
    text-align: right;
    font-weight: bold;
    margin-top: 5px;
}

.tag-desconto {
    position: absolute;
    z-index: 9;
    float: right;
    right: 4px;
    top: 4px;
}


.image-slot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #f5f7fa;
    font-size: 2rem;
    color: #909399;
}

.div-filter {
    margin-top: 20px;
    padding: 0px 20px;
    color: transparent;
}

    .div-filter .el-slider {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

.margin-left-20 {
    margin-left: 20px;
}

.range-price {
    font-weight: bold;
    margin-top: 10px;
}

.range-price-panel {
    padding: 0px 0px 20px !important
}

.row-range-price {
    padding: 0px 5px;
}

#wrapper_product-list {
    padding-left: 15px !important;
}

.swiper-top {
}

    .swiper-top .swiper-slide {
    }

        .swiper-top .swiper-slide img {
            height: 55px;
            width: 55px;
            border-radius: 30px;
            margin-left: 4px;
            margin-top: 4px;
        }

        .swiper-top .swiper-slide span {
            font-weight: bold;
            font-size: 0.9rem;
            display: block;
        }

.div-container-slide {
    display: flex;
}

.div-img-slide {
}

.div-label-slide {
    min-width: 100px;
    padding: 0px 20px 0px 10px;
}

.padding-right-25 {
    padding-right: 25px;
}

.el-loading-mask {
    top: 20px !important;
}

.modal-header-dt-mb {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
}

.spn-header-modal-detalhamento {
    color: #fff;
    font-size: 1rem !important;
    position: relative;
    top: 14px;
}

    .spn-header-modal-detalhamento i {
        margin-right: 15px;
    }

    .spn-header-modal-detalhamento span {
        font-size: 1rem !important;
    }

.div-painel-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 60px;
    padding: 5px 10px;
    z-index: 99;
}

    .div-painel-bottom .btn-painel {
        width: 100%;
    }

.container-filtro-product {
    background: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border: solid 1px #e8e8e8;
    min-height: 390px;
    padding: 0px;
}

    .container-filtro-product .content-price {
        position: absolute;
        top: 50%;
        margin-top: -160px !important;
        padding: 0px 15px;
    }

        .container-filtro-product .content-price h3 {
            margin-bottom: 2px;
        }

    .container-filtro-product .col-prices {
        text-align: center;
        margin-top: 10px;
    }

.container-product-price {
    display: grid;
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0px;
    padding: 0px 15px 20px 15px;
}

.btn-ver-mais {
    font-size: 1.1rem;
    padding: 8px 22px 9px 22px;
    height: 45px;
}

.container-card-related {
    height: 415px;
    position: relative;
    background: #fff;
    border: solid 1px #e2e2e2;
    border-radius: 4px;
}

.el-image {
    padding-top: 0px !important;
}


.btn-top-filter {
    background: #fff;
    border-radius: 30px;
    color: #000;
    width: auto;
    border: solid 1px #e9e9e9 !important;
    box-shadow: #dedede 3px 1px 5px 0px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 6px;
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.5s;
}

    .btn-top-filter:hover {
        background: #d0d0d0;
        border: solid 1px #d0d0d0 !important;
    }

.btn-top-filter-active {
    background: #3a3a3a;
    color: #fff;
}