.single_product {
    margin-top: 65px;
    padding-top: 66px;
    padding-bottom: 140px;
    background-color: #e5e5e5;
    
    padding: 17px;
}

.informacionProducto{
    background-color: #fff; 
    padding: 50px 15px 5px 15px;
    border-radius: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .1rem 0rem !important;
    margin-bottom: 0rem;
    list-style: none;
    background-color: #ffffff;
    border-radius: .25rem
}

.compartir{
    justify-content: space-between;
    margin: 0px;
}

.botonCompartir{
    color: #ffff !important;
    background-color: #fff !important;
    border-color: #fff !important;
    margin-right: 20px;
}   


.iconoCompartir{
    color: #000;
}

.product_name {
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px
}

.badge {
    display: inline-block;
    padding: 0.50em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.product-rating {
    margin-top: 15px;
    margin-bottom: 20px;
}

.rating{
    color: gray;
    font-size: 14px;
    margin-top: 3px;
}

.numeroValoracion{
    margin-left: 5px;
}

.product_price {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    margin-top: 9px;
    margin-right: 10px;
}


.singleline {
    margin-top: 1rem;
    margin-bottom: .40rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.product_info {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #4d4d4d;
    display: inline-block
}

.product_description {
    padding-left: 0px
}

.icono-envio{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #cccc;
    float: left;
}

.iconoDeliver{
    vertical-align: -.5em;
    font-size: 1.3em;
    margin-left: 7px;
}

.descripcion-envio{
    padding-top: 7px;
    /*margin-left: 15px;*/
}

.image_list {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.image_list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 165px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    cursor: pointer;
    padding: 15px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    overflow: hidden;
    border-radius: 10px;
}

.image_list li:last-child {
    margin-bottom: 0
}

.image_list li:hover {
    box-shadow: 0px 0px 5px #ffbf00
}

.image_list li img {
    max-width: 100%
}

.image_list{
    width: 100%;
    height: 70vh;
    overflow-y: auto;
    background-color: #e5e5e5!important;
}

.image_selected {
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% + 15px);
    height: 525px;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 15px
}

.image_selected img {
    max-width: 100%
}

.carousel-control-prev-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators li{
    background-color: #000;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #ffbf00;
}

.opiniones{
    margin-top: 40px;
}

.articulosRelacionados{
    margin-top: 30px;
    font-size: 24px;
    margin-left: 30px;
    margin-bottom: 20px;

}

.resenas{
    font-size: 24px;
    margin-left: 30px;
    margin-bottom: 40px;
}

.cardOpiniones{
    width: auto !important;
    margin: 0px 30px 40px 30px;
    border-radius: .6rem;
}

.card-header{
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100% !important;
}

.imgUsuario{
    text-align: right;
}

.fotoUsuario{
    border-radius: 50%;
    margin-right: 5px;
    width: 50px;
    height: 50px;
}

.usuarioCard{
    width: 50%;
    margin: auto;
    padding: 10px;
}

.usuarioCard p{
    display: inline-block;
}

.usuarioCard br{
    display: none;
}

.texto-negritas{
    font-weight: bold;
}


.estrellasCalificacion{
    font-size: 1.2rem;
    color: #F5B800;
    margin-top: 0px !important;
    margin-bottom: 10px;
    width: 200px;
}

.colorAcetatoInfo{
    height: 20px;
    width: 20px;
    background-color: #117a8b;
    border: .5px solid black;
    margin-top: 9px;
    margin-right: 10px;
    border-radius: 15%;
}

.selectUnico{
    margin-top: 15px;
}

.coloresInfo{
    margin-top: 10px;
}

.selectStyle{
    font-size: 14px;
}

.infoProduct{
    margin-bottom: 50px;
}

.paddingCardsArt {
    padding: 10px 40px 10px 40px;
}

#carruselWoocommerce .carousel-control-prev{
    width: 3%;
}

#carruselWoocommerce .carousel-control-next{
    width: 3%;
}


.cardArticulos{
    margin: 10px 0px 20px 0px;
    border-radius: .7rem;
    padding: 0px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#carruselWoocommerce .carousel-item.active {
    display: block;
    padding: 0px 20px 0px 20px;
}

#carruselWoocommerce .imagenPrincipal {
    border-top-left-radius: .6rem;
    border-top-right-radius: .6rem;
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
    height: 200px;
    object-fit: cover;
}

.coloresOpciones{
    margin-top: 20px;
}

.botonMixto{
    margin-bottom: 20px;
}

.fa-box{
    vertical-align: -.3em;
    font-size: 1.3em;
    color: brown !important;
}

/***ESTILO DE INFORMACION SOBRE TODO EL PRODUCTO***/

.btn-outline-dark:hover{
    color: white!important;
}

.btn-success:hover{
    color: white!important;
}

.btn-success{
    color: white!important;
}

/************************************/


/***CALIFICACIONES DEL PRODUCTO***/

.progress{
    line-height: 0;
}

/************************************/

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 575px) {

    .estrellasCalificacion{
        font-size: 1rem;
        color: #F5B800;
        margin-top: 0px !important;
        margin-bottom: 10px;
        width: 150px;
    }

    .usuarioCard {
        padding: 0px 10px 10px;
    }

    .usuarioCard br{
        display: inherit;
    }

    .usuarioCard p{
        margin-bottom: 0px;
    }

    .imgUsuario {
        text-align: center;
        padding-right: 0px;
    }

    #carruselWoocommerce .carousel-control-prev{
        width: 7%;
    }
    
    #carruselWoocommerce .carousel-control-next{
        width: 7%;
    }

    .paddingCardsArt{
        padding: 0px 20px;
    }

    #carruselWoocommerce .imagenPrincipal {
        border-top-left-radius: .6rem;
        border-top-right-radius: .6rem;
        border-bottom-left-radius: .2rem;
        border-bottom-right-radius: .2rem;
        height: 180px;
        object-fit: cover;
    }

    .opiniones{
        margin-top: 20px;
    }
    
    .cuerpoInfo{
        padding-top: 30px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 767px) and (min-width: 576px) {

    .paddingCardsArt {
        padding: 0px;
    }

    .cuerpoInfo{
        padding-top: 30px;
        padding-left: 40px;
        padding-right: 40px;
    }

}

/* Large devices (desktops, 992px and up)*/
@media (max-width: 991px) and (min-width: 768px) {

    .modal-dialog-center {
        margin-top: 10%;
    }

    .paddingCardsArt {
        padding: 0px;
    }

    .imgUsuario{
        text-align: center;
        padding-right: 0px;
    }

    .usuarioCard p {
        margin-left: 15px;
    }

    .cuerpoInfo{
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 30px;
    }

    #carruselWoocommerce .carousel-control-prev{
        width: 2%;
    }
    
    #carruselWoocommerce .carousel-control-next{
        width: 2%;
    }

    .cardArticulos .ratingPrev{
        display: none;
    }

    #carruselWoocommerce .imagenPrincipal {
        border-top-left-radius: .6rem;
        border-top-right-radius: .6rem;
        border-bottom-left-radius: .2rem;
        border-bottom-right-radius: .2rem;
        height: 180px;
        object-fit: cover;
    }

    .estiloControles{
        background-color: #FFC107;
        opacity: .8;
        border-radius: 50%;
        padding: 5px 5px 0px 5px;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1199px) and (min-width: 992px) {

    .modal-dialog-center {
        margin-top: 10%;
    }

    .paddingCardsArt {
        padding: 10px 20px 10px 20px;
    }

    #carruselWoocommerce .imagenPrincipal {
        border-top-left-radius: .6rem;
        border-top-right-radius: .6rem;
        border-bottom-left-radius: .2rem;
        border-bottom-right-radius: .2rem;
        height: 200px;
        object-fit: cover;
    }

}

@media (min-width: 1200px){

    .modal-dialog-center {
        margin-top: 10%;
    }

    
}
