﻿/*body {
    zoom: 1.3   ;
}*/

.searchdivaa{
    left:0 !important;
    top: 12%;
    width: 90%;
    position: fixed;
    margin-left: 3%;
}

.price-value {
    width: 20% !important;
    padding: 0 !important;
}

.precointerno{
    font-size: 1rem;
}

.btn{
    padding: 20%;
}

.inputprice:focus{
    content:none;
}

.unid{
    text-align:center;
    width: 4% !important;
}

.precozerado {
    background: #FFECB3 !important;
}

@media (max-width: 670px) {
    .row{
        padding: 0 !important;
        margin: 0 !important;
    }

    input{
        padding: 0 !important;
        padding-left: 0.4rem !important;
    }

    .product-image {
        width: 2rem !important;
        height: 2rem !important;
    }

    .class {
        font-size: 65%;
        word-wrap: anywhere;
    }

    main{
        padding: 10% 0 0 0 !important;
    }
}

.subclasse{
    display:none;
}

@media (max-width: 576px) {
    th {
        font-size: 75%;
    }

    td {
        font-size: 85%;
    }

    .card {
        padding: 0 !important;
    }

    .card-body {
        padding: 0 !important;
        background: #f9f9f9 !important;
    }

    .price-value-div{
        font-size: 1rem;
    }

    .name{
        font-size: 1rem;
    }
}

@media (max-width: 450px) {
    th {
        padding: 1px !important;
        font-size: 85%;
    }

    td {
        padding: 1px !important;
        font-size: 60%;
    }

    .desactivemobile{
        display: none;
    }

    .subclasse {
        font-size: 0.5rem;
        display:block;
    }

    .attText {
        font-size: 0.6rem;
    }
}

.info-number {
    font-size: 1.7rem;
    font-weight: 600;
}

.alert-text{
    font-size: 0.9rem;
    font-weight: 600;
}

.icon-frame {
    border-radius: 50%;
    background: #fff;
    height: 3rem;
    width: 3rem;
}

@media (min-width: 960px){
    .product-image:hover {
        width: 9rem !important;
        height: 9rem !important;
        position: absolute;
        z-index: 1000 !important;
    }
}

@media (max-width: 1300px) {
    .search-icon{
        display: none;
    }

    .info-number{
        font-size: 1.2rem;
    }

    .alert-text{
        font-size: 0.8rem;
    }

}

@media (max-width: 1100px) {
    .info-number {
        font-size: 0.9rem;
    }

    .alert-text {
        font-size: 0.6rem;
    }

    .name{
        font-size: 1.2rem;
    }
}

@media (max-width: 991px) {
    .info-number {
        font-size: 0.7rem;
    }

    .alert-text {
        font-size: 0.5rem;
    }

}

@media (max-width: 960px) {
    .card-group {
        flex-direction: column;
    }

    .search-icon {
        display: flex;
    }

    .info-number {
        font-size: 1.5rem;
    }

    .alert-text {
        font-size: 1rem;
    }

    .main{
        padding: 0 !important;
    }

    .ajust{
        padding: 0;
    }

    td{
        padding: 1px;
    }
}

@media (max-width: 480px) {
    .card-group {
        flex-direction: column;
    }

    .search-icon {
        display: flex;
    }

    .info-number {
        font-size: 0.8rem;
    }

    .alert-text {
        font-size: 0.6rem;
    }

    .card-body{
        padding: 0;
    }

    .name{
        font-size: 1rem;
    }

    .unid{
        font-size: 0.7rem;
    }
}

@media (max-width: 320px) {
    .name {
        font-size: 0.7rem !important;
    }

    .inputprice {
        padding-left: 1px !important;
    }
}

.card-group{
    gap: 1rem 2rem;
}

p, svg{
    margin: 0 !important;
}

.card {
    border-radius: 1rem 2rem !important;
    background: #f5f5f5;
    border: 0.12rem solid #eceff1;
}

#main-card {
    background: #fff;
    border-radius: 0.5rem 1rem;
}

.bg-lightgray {
    background: #e7ecee !important;
}

.icon-input {
    background: #dee3e7;
    color: #58717d;
}

.b-input, b-input:focus {
    border: 1px solid #d8dfe2 !important;
}

.borderitemlist {
    border-right-color: #d8dfe2;
}

.btn-gray {
    background: #546e7a;
}

.product-image {
    width: 3rem !important;
    height: 3rem !important;
}

.img-active {
    width: 7rem !important;
    height: 7rem !important;
    position: absolute;
    z-index: 1000 !important;
}
