.underline-subCategoria {
    text-decoration-line: underline;
}

.imgPrincipalImage{
	margin-bottom: 10px;
	margin-right: 30px;
        height: 100%;
        width: 100%;
}

.footer {
    clear: both;
    position: relative;
    z-index: 10;
    margin-top: 3em;
}

.ForInternalDiv{
	margin: auto;
}

.panel-product{
    min-height: 650px;
    /* display: inline-block; */
    background: -webkit-linear-gradient(top,#eeeeee,white 50%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top,#eeeeee,white 50%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top,#eeeeee,white 50%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top,#eeeeee,white 50%); /* Standard syntax */
}

#ContainerForProducts{
  display: flex;
  flex-wrap: wrap;
}
.imgContainer{
    /*min-height: 250px;*/
    /* min-height: 334.933px; */
    height: 100%;
    width: 100%;

}

/* @update | @author: Sebastian Marroquin | 10-11-2021 */
.customImage {
    width: 230px;
    height: 300px;
    object-fit: scale-down;
    object-position: 10px center;
}

.imgContainerSugetions{
    /* height: 22vh;
    width: 15vw; */
    width: 150px;
    height: 150px;
    margin: auto;
    background-position: center center;
    background-repeat: no-repeat;

}
.imgTam{
	height: 80vh;
}
#productDetails{
    alignment-baseline: middle;
}



/**A partir de aqui el codigo sirve para realizar el efecto del zoom en la
imagen de la descripcion del producto**/    

ul.gallery{    
margin-left: 3vw;     
margin-right:3vw;  
}    

.zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;  
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
-ms-transform: scale(1.3);    
-moz-transform: scale(1.3);  
-webkit-transform: scale(1.3);  
-o-transform: scale(1.3);  
transform: scale(1.3);    
position:relative;      
z-index:100;  
}

@media only screen and (max-width: 768px) {   
ul.gallery {      
margin-left: 15vw;       
margin-right: 15vw;
}

.DivName {cursor: pointer}
}

.pointer{
    cursor: pointer
}

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


.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.carousel-control.left span,
.carousel-control.right span {
    color: rgb(0,51,102);
}

#ListaActivaInicial{
    margin-left: 20%;
}

#ListaActivaSecundaria{
    margin-left: 20%;
}

.imgProducto:hover{
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);    /*CHECAR SI FUNCIONA EL WEBKIT EN OPERA*/
    transform: scale(1.05);
}

/*.icon_star{
    font-size: 4em;
    color: yellow;
}
.icon_star:hover{
    -ms-transform: scale(1.1);    
    -moz-transform: scale(1.1);  
    -webkit-transform: scale(1.1);  
    -o-transform: scale(1.1);  
    transform: scale(1.1);    
}*/

.acidjs-rating-stars,
.acidjs-rating-stars label::before
{
    display: inline-block;
}
 
.acidjs-rating-stars label:hover,
.acidjs-rating-stars label:hover ~ label
{
    color: #189800;
}
 
.acidjs-rating-stars *
{
    margin: 0;
    padding: 0;
}
 
.acidjs-rating-stars input
{
    display: none;
}
 
.acidjs-rating-stars
{
    unicode-bidi: bidi-override;
    direction: rtl;
}
 
.acidjs-rating-stars label
{
    color: #ccc;
}
 
.acidjs-rating-stars label::before
{
    content: "\2605";
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
 
.acidjs-rating-stars input:checked ~ label
{
    color: #f5b301;
}
 
.acidjs-rating-disabled
{
    opacity: .50;
     
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}