.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.modal-dialog {
    max-width: 500px;
    /*
    margin: 10% auto; */
}

/* .input-group {
    max-width: 120px;
} */
.input-group-text {
    cursor: pointer;
}

.modal-content {
    border-radius: 30px;
    background-color: white;
}

.modal-header {
    background-color: #2A8E9D;
    border-bottom: none;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 10px 15px;
    z-index: 2;
}

.modal-header h5 {
    font-family: monserrat;
    font-size: 25px;
}

.modal-body {
    padding: 0px 0px;
}

.contenidoproducto {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0px;

}

.contenderosliderpro {
    background: #2A8E9D;
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.contenidoproducto .imagenproducto {
    margin: 10px;
    background: #2A8E9D;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    */
    padding: 10px;
    border-radius: 15px;
    width: 450px !important;
    height: 450px !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='orenge' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='orenge' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.cantidad12 {
    padding: 20px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.titulo12 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btn-outline-secondary1 {
    color: #C4C4C4 !important;
    background-color: white !important;
    border: 1px solid #C4C4C4;
}

.btn-outline-secondary1:hover {
    color: #FF9200 !important;
    border: #FF9200 1px solid;
}

.botndecontar {
    width: 45%;
    display: flex;
}

/* #carouselExampleInterval {
    width: 500px;

  } */
.contenidoproducto img {
    width: 430px !important;
    height: 430px !important;
    object-fit: cover;
}

.textoporducto {
    text-align: left;
    width: 100%;
}

.variables {
    width: 100%;
    text-align: left;
}

.variables h4 {
    margin-bottom: 15px;
    color: #2A8E9D;
    font-size: 22px;
    font-family: monserrat1;
}

.seleccionar-envase {
    width: 100%;
    text-align: left;
    display: none;
}

.seleccionar-envase h3 {
    color: #2A8E9D;
    font-size: 22px;
    font-family: monserrat1;
}

.botoneslitros {
    width: 100%;
    text-align: left;
}

.botonesincluir,
.seleccionar-piezas {
    width: 100%;
    text-align: left;
}

.seleccionar-piezas {
    margin-top: -40px;
}

.seleccionar-litros-envase {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.informacionadicional {
    width: 100%;
    display: none;
    flex-direction: row;
    padding: 0px;

}

.info1 {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.info1 p {
    color: #4a8060;
    font-family: monserratitalica;
}

.info2 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.info2 .btn-outline-success {
    border-color: transparent;
    padding: 0px;
    text-align: end;
    width: 80px;

}

.info2 .btn-outline-success:hover {
    background: transparent;
    color: #ff9200;
}

.Agregar {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
}

.añadir-carrito {
    background-color: #2A8E9D !important;
    color: white !important;
    font-family: monserrat1;
    border-color: #2A8E9D !important;
}

.añadir-carrito:hover {
    background-color: #FF9200 !important;
    color: white !important;
    border-color: #FF9200 !important;
}

.Agregar .btn-success {
    width: 100%;
    padding: 15px 0px;
    border-bottom-right-radius: 28px;
}

.contador {
    width: 45%;
    display: flex;
    justify-content: center;
}

.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 10px !important;
    border-radius: 50%;
    background-color: #ccc;
    color: white;
    opacity: 1;
    cursor: pointer;
}

.btn-close:hover {
    background-color: #bbb;
}

input[type="radio"] {
    display: none;
}

.botonesincluir label,
.seleccionar-piezas label {
    margin: 0 4px;
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
    background-color: #ffffff;
    color: #C4C4C4;
    opacity: 1;
    cursor: pointer;
    width: 80px;
    text-align: center;
    font-family: monserrat1;
    border: solid 1px #C4C4C4;
}

.seleccionar-litros-envase label {
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
    background-color: #ffffff;
    color: #C4C4C4;
    opacity: 1;
    cursor: pointer;
    width: 100px;
    text-align: center;
    font-family: monserrat1;
    border: solid 1px #C4C4C4;
}

.botoneslitros label {
    margin: 0 4px;
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
    background-color: #ffffff;
    color: #C4C4C4;
    opacity: 1;
    cursor: pointer;
    width: 70px;
    text-align: center;
    font-family: monserrat1;
    margin-bottom: 5px;
    border: solid 1px #C4C4C4;
}

label:hover {
    color: white;
    background-color: #2A8E9D;
}

.botoneslitros input[type="radio"]:checked+label {
    background-color: #2A8E9D;
    color: #ffffff;
    font-family: monserrat1;
}

.botonesincluir input[type="radio"]:checked+label,
.seleccionar-piezas input[type="radio"]:checked+label {
    background-color: #2A8E9D;
    color: #ffffff;
    font-family: monserrat1;
}

.seleccionar-litros-envase input[type="radio"]:checked+label {
    background-color: #2A8E9D;
    color: #ffffff;
    font-family: monserrat1;
}

.variantes-disponibles {
    width: 100%;
    text-align: left;
}

.btn-variantes {
    display: flex;
    flex-wrap: wrap;
}

.btn-variant {
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
    background-color: #E6E6E6;
    color: rgb(0, 0, 0);
    opacity: 1;
    cursor: pointer;
    width: 120px;
    text-align: center;
    font-family: monserrat;
    border: none;
    margin: 3px;

}

.btn-variant.active {
    background-color: #4A8060;
    color: white;
}

#modalProductName {
    color: #000000;
    font-family: monserrat1;
}

.precios {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.precio-rebajado {
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    /* Para Safari */
    text-decoration-color: red;
    -webkit-text-decoration-color: red;
    /* Para Safari */
    font-size: 15px !important;
}

.ver-producto-original {
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
    background-color: #E6E6E6;
    color: rgb(0, 0, 0);
    opacity: 1;
    cursor: pointer;

    text-align: center;
    font-family: monserrat;
    border: none;
    margin: 3px;
}

.btn-variant-original {
    background-color: #ccc;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.precio-mostrar {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.precio-mostrar-numero {
    font-size: 25px;
    color: #000000;
    font-family: monserrat1;
    font-weight: 400;

    /* color: #fd7e14; */
    /* color: #ffc107; */
}

.titulovariables {
    color: #4a8060;
    font-size: 22px;
}

@media (max-width: 767px) {
    .contenidoproducto img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }
    .contenidoproducto .imagenproducto {
        margin: 10px;
        background: #2A8E9D;
        /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        */
        padding: 10px;
        border-radius: 15px;
        width: 350px !important;
        height: 350px !important;
    }

    .contenidoproducto .imagenproducto {
        width: 100% !important;
        height: auto;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .contador {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .botoneslitros label {
        margin: 2px;
    }
}
