/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .modal-dialog{
    overflow-y: initial !important
}
.modal-content{
    overflow-y: clip;
}
#TryOnModal{
    
}

#TryOnModal2{
    
}
#imageCanvas{
    
    z-index: 1;
}
.fixed_images{
    max-width: 100%;
    max-height: 100%;
    
}

#Tshirtsrc {    
  object-fit: cover;    
  margin: auto;  
  border: 0; 
  max-width: 200%; 
}

.designContainer{  
  height:auto;
  position: relative;
  text-align: left;
  line-height: 30px;
  overflow: hidden;   
  
  
}

#galssimagediv{
    position: absolute;
    z-index: 3;            
    top: 33%;            
    cursor:all-scroll;
    background-color: transparent;
    border: 0px;
    object-fit: cover;
    order: 1;           
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 13%;

} 

#galssimage{
    background: transparent;
    border: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}


#imagesContainerlente{    
    z-index: 3;    
    cursor:all-scroll;
    background-color: transparent;
    border: 0px;
} 	
#galssimagelente{
    background: transparent;
    border: 0px;
}

#imagesContaineriris{    
    z-index: 3;    
    cursor:all-scroll;
    background-color: transparent;
    border: 0px;
} 	
#galssimageiris{
    background: transparent;
    border: 0px;
}

#imagesContainerregua{    
    z-index: 3;    
    cursor:all-scroll;
    background-color: transparent;
    border: 0px;
} 	
#galssimageregua{
    background: transparent;
    border: 0px;
}

#imagesContainerreguamultifocal{    
    z-index: 3;    
    cursor:all-scroll;
    background-color: transparent;
    border: 0px;
} 
#galssimagereguamultifocal{
    background: transparent;
    border: 0px;
}
		
@media (min-width: 900px){
.try_on_popup {
width: 100%;
}

.try_on_popup2 {
width: 100%;
}
}

.row{
    margin-left: 0px;
}
.picture {
  position: relative;
  height: 26px;
  font-size: 33px;
    cursor:pointer;

}
#imageLoader {
    display: none;
  width: 26px;
  height: 26px;
  margin-right: 100px;
  opacity: 0;
  filter: alpha(opacity=0); /* IE 5-7 */
}
.rotate-gly{
   transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}
.cart_button {
    display: block;
    width: 115px;
    height: 25px;
    background: #191212;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}
.cart_button :hover {
    color: white;
}
.side_view_btn {
    text-decoration: none;
    position:absolute;
    bottom: 4px;
    right:20px;
    padding: 1px 10px 2px 6px;
    font: 14px Verdana, sans-serif;
    cursor:pointer;
}
.side_view_btn:hover{
    color:  #333;
    background-color:rgba(255, 255, 255, 0.02);
    text-decoration: none;
}
.savendownload{
    position: absolute;
    top: 5px;
    right: 42px
}
