/* Router Purchase */
 .router_title {
   height: 80px;
   text-align: left;
   font-size: 20px;
}
.router_image {
   height: 150px;
   display: flex;
   
   
	padding: 3px;
	margin-right: 20px;
   // width: 125px;
   
}

.router_text {
   height: 250px;
   font-size: 14px;
   line-height: 24px;
}
.router_text p {
   margin-bottom: 0px;
}
.router_text_sub {
	width: 100px;
	//color: yellow;
}
.router_price {
   font-size: 20px;
   text-align: center;

}
.router_details {
   text-align: center;
   font-size: 12px;
   
}
.router_block {
  // border-style: dashed;
  // border-color: red;
 //  border-width: 1px;
   padding: 5px;
}
.price-strikeout {
   font-size: 14px;
}
.price-regular {
	font-size: 20px;
 }
 
 .modal-dialog {
   max-width: 600px !important;
 }