.btn_online {

   
   padding: 8px 55px;
   padding-right: 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight:bold;
  color: #fff;
  cursor: pointer;
  background: #FF0016 url(../images/shopping-bag.png) no-repeat 30px center;

  background-size: 20px 20px;

  border-radius: 40px;
   
} 

.btn_online:hover {
	color:white;
}


.btn_store{

   
   padding: 8px 55px;
   padding-right: 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight:bold;
  color: #fff;
  cursor: pointer;
  background: #fab915 url(../images/store.png) no-repeat 30px center;

  background-size: 20px 20px;

  border-radius: 40px;
   
} 

.btn_store:hover {
	color:white;
}

.btn_online_2 {

   
padding: 5px 30px 5px 55px;
  border-radius: 10px;
  font-size: 20px;
  font-weight:bold;
  color: #fff;
  cursor: pointer;
  background: #C00000 url(../images/WhatsApp_icon_R1.png) no-repeat 10px center;

  background-size: 35px 35px;
  height:40px;
  min-width: 165px;
   
} 

.btn_online_2:hover {
	color:white;
}

.btn_online_1 {

   
padding: 5px 30px 5px 55px;
  border-radius: 10px;
  font-size: 20px;
  font-weight:bold;
  color: #fff;
  cursor: pointer;
  background: #AD7663 url(../images/WhatsApp_icon_R1.png) no-repeat 10px center;
height:40px;
   background-size: 35px 35px;
  min-width: 165px;
   
} 

.btn_online_1:hover {
	color:white;
}

.btn_online_3 {

   margin: 10px 0px 0px 0px;
padding: 5px 10px 5px 33px;
  border-radius: 10px;
  font-size: 16px;
  font-weight:bold;
  color: #fff;
  cursor: pointer;
  background: #AD7663 url(../images/WhatsApp_icon_R1.png) no-repeat 10px center;
height:35px;
   background-size: 25px 25px;
 width: 110px;
   
} 

.btn_online_3:hover {
	color:white;
}


.btn_store_1{

padding: 5px 30px 5px 55px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  background: #FACF34 url(../images/store_1.png) no-repeat 10px center;
    background-size: auto;
  background-size: 40px 30px;
  min-width: 165px;
  height:40px;   
} 
.btn_store_1:hover {
	color:#000;
}
.myshowStoreOrOnline{
	display: none;

}