@charset "utf-8";


.font2 > a > i{
	font-size: 1.5rem;
	line-height: 1rem;
}

.axle-text{
    line-height: .2rem !important;
}

.text-red{
    color: red !important;
}

.btn-orange {
  background-color: orangered !important;
  color: white;
}

.shopee_button:hover{
    color: black !important;
}

.overlay-zoom{overflow:hidden}.overlay-zoom img{transition:transform 0.3s}.overlay-zoom:hover img{transform:scale(1.08)}

.selected_image{
	 -webkit-box-shadow: 0px 0px 8px 3px #ff0000;
       -moz-box-shadow: 0px 0px 8px 3px #ff0000;
            box-shadow: 0px 0px 8px 3px #ff0000; /* some variation of blue for the shadow */

}