/* ESTILOS PARA LA FICHA */

/* IMAGEN Y GALERIA */
.sh-ficha-galeryBox {
    margin: 20px 0px;
    display: flex;
    gap: 10px;
    aspect-ratio: 5 / 4.5;
}

.sh-ficha-galery {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.sh-ficha-galery-list {
    overflow-y: scroll;
    display: flex;
    gap: 5px;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.sh-ficha-galery-list>li {
    background-color: #d7d7d7;
    padding: 2px;
    border-radius: 5px;
    width: 100%;
}

a, a:active, a:focus {
    outline: none;
}

.sh-ficha-mainPic {
    padding: 10px 10px 10px 10px;
    margin-left: -4px;
    position: relative;
    border-radius: 0px 5px 5px 0px;
    width: 85%;
    display: inline-block;
    vertical-align: top;
}

/* INFORMACION DE LA FICHA */

.sh-ficha-panelDesc {
    min-height: inherit;
    border-radius: 5px;
    font-family: 'Ubuntu';
}

.sh-ficha-t1 {
    margin: 0px 0px 0px 0px;
    color: #ec1d25;
    text-transform: uppercase;
    background: #fff;
    font-size: 30px;
}

.sh-ficha-subt {
    margin: 0px;
    color: #005f9f;
    background: #fff;
    font-size: 25px;
    border-bottom: thin solid #afafaf;
    padding: 0px 0px 10px;
}

.sh-ficha-cajaPrecios {
    margin: 15px 0 30px 0px;
    text-align: center;
}

.precioPpal {
    font-weight: 500;
}

.sh-ficha-precios-number {
    color: #fd5225;
    font-weight: 600;
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-size: 30px;
    margin-right: 5px;
}

.sh-ficha-precios-tachado {
    font-weight: 300 !important;
    font-size: 23px !important;
    text-decoration: line-through;
}

.sh-ficha-precios-text {
    display: inline-block;
    /* color: #015f9e; */
    color: #ffffff;
    background-color: #fd5225;
    /* border: solid thin #969696 !important; */
    padding: 6px 5px;
    vertical-align: middle;
    margin: 0px 4px;
    font-size: 18px;
    line-height: 14px;
    font-weight: 700;
}

.tituloCuota1 {
    color: #fd5225;
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: -30px;
}

.bloqCuota {
    font-size: 30px;
}

.text-cuotas {
    font-family: 'Ubuntu Condensed';
    display: inline;
    width: 0%;
    padding: 2px 25px;
    border: solid 1px #f95124;
    color: #f95124;
}

.bloq-precio-list p {
    font-size: 16px;
    color: #969696;
    font-weight: 500;
}

.cft-collapse {
    border: 0px !important;
}

.cft-detalle {
    background: none;
    border: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 7px;
    margin-top: 0px;
    padding-top: 0px;
    color: #afafaf;
    font-size: 12px;
}

.sh-garantia-oficial {
    background-color: #000000;
    color: #ffffff;
    display: inline-block;
    padding: 2px 12px;
    font-size: 19px;
}

.sh-ficha-precios-cuotasEnvio {
    display: inline-block;
    margin: 15px 0;
    font-size: 18px;
    font-weight: 600;
    background-color: #ffec00;
    padding: 0 10px;
}

.sh-ficha-precios-legalesEnvio {
    color: #afafaf;
    margin-bottom: 20px;
    font-size: 18px;
}

.es-ficha-precios-box {
    display: flex;
    background-color: #fc5227;
    border-radius: 5px 5px 0px 0px;
    padding: 5px 10px;
    color: whitesmoke;
    flex-direction: column;
    margin-bottom: 20px;
}

.es-ficha-precios-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    text-align: center;
    margin-bottom: 5px;
}

.es-ficha-precios-eggbox {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0px;
    margin-bottom: -20px;
    flex: 1;
}

.es-ficha-precios-egg {
    margin: -5px;
    width: 70px;
}

.es-ficha-precios-egg>img {
    filter: drop-shadow(2px 2px 2px #00000038);
}

.es-ficha-envios-box {
    background-color: #F2E325 !important;
    color: black;
    text-align: center;
    padding: 10px;
    justify-content: center;
    margin: -15px 0px 5px;
    border-radius: 0px;
    font-size: 15px;
}

.btn-comprar {
    background-color: #ec1d25;
    width: 100%;
    font-size: 23px;
    font-family: 'Ubuntu Condensed';
    padding: 0px;
    margin: 0px 0px 10px;
    border-radius:5px;
    border: none;
}

.btn-comprar-wsp {
    color: #ffffff;
    background-color: #0dc143;
    width: 100%;
    font-size: 23px;
    font-family: 'Ubuntu Condensed';
    padding: 0px;
    margin: 0px 0px 10px;
    border-radius:5px;
    border: none;
}

.btn-comprar-wsp:hover {
    color: #ffffff;
    background-color: #009c2f;
}

/* mediaquerys */

@media (min-width: 768px) {
    .es-ficha-precios-box {
        flex-direction: row;
    }

    .es-ficha-precios-name {
        width: 100%;
        margin-bottom: 0px;
    }

    .es-ficha-precios-eggbox {
        justify-content: flex-end;
    }
}


@media (min-width: 1280px) {
    .container-fluid {
        padding: 0 !important;
    }
}

