 /**** WEB :  Details (Scoreboard) Page CSS Start ***/
  .score-button1{
	  background:#e9e9e9;
	  border-radius:5px;
	  margin:10px;
	  width:60px;
	

  }
   .score-button1 .head1{
	  color:black;
	  font-weight:bold;
	   text-align:center;
	  
	  
  }
    .score-button1 .head2{
	  color:black;
	  font-size:12px;
	   text-align:center;
	  
  }
 
 /*** List Start ***/
   .score-button2{
	  background:#bbe1ee;
	  border-radius:5px;
	  margin:10px;
	  width:60px;
	

  }
   .score-button2 .head1{
	  color:black;
	  font-weight:bold;
	  text-align:center;
	  
  }
    .score-button2 .head2{
	  color:black;
	  font-size:12px;
	   text-align:center;
	  
  }
  /*** List End ***/
  
  
   /*** List Start ***/
   .score-button3{
	  background:#f6c5c8;
	  border-radius:5px;
	  margin:10px;
	  width:60px;
	

  }
   .score-button3 .head1{
	  color:black;
	  font-weight:bold;
	   text-align:center;
	  
	  
  }
    .score-button3 .head2{
	  color:black;
	  font-size:12px;
	   text-align:center;
	  
  }
  
  
  .score-panel{
background: -webkit-linear-gradient(#b7b6cf, #bbe1ee);
padding:5px;
  }
  
  .head-title1 h6{
	  color:black;
	   margin-top:5px
  }
  
    .head-title2 h6{
	  color:black;
	  margin-top:15px
  }
  
  
  .score-panel2{
background: -webkit-linear-gradient(#b7b6cf, #f6c5c8 );
padding:5px;
  }
  
  /*** List End ***/
  
  
  /*** Counter Button Start ***/
  /* -- quantity box -- */

.quantity {
 display: inline-block; }

.quantity .input-text.qty {
 width: 85px;
 height: 39px;
 padding: 0 5px;
 text-align: center;
 background-color: #fff;
 color:#000;
 border: 1px solid #efefef;
 font-weight:bold;
}

.quantity.buttons_added {
 text-align: left;
 position: relative;
 white-space: nowrap;
 vertical-align: top; 
 }

.quantity.buttons_added input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
 background:red;
 color:#000;
  font-weight:bold;

}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
 padding: 7px 10px 8px;
 height: 41px;
 background-color: #dadada;
 border: 1px solid #efefef;
 cursor:pointer;
  color:#000;
  }


.quantity.buttons_added .minus {
 border-right: 0; }

.quantity.buttons_added .plus {
 border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
 background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 margin: 0; }
 
 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 outline: none; }


  
    /*** Counter Button End ***/
	
   /*** Price Button Start ***/
   .price-button{
	 width:50px;
	 margin:10px;
   }

   /*** Price Button End ***/
	
   /*** Submit Button Start ***/
   .sub-button-main{
	float:right;
   }
    .sub-button-main button{
	width:135px;
   }

   /*** Submit Button End ***/	
	
 
  /**** WEB : Details (Scoreboard) Page CSS End ***/
  
  
  
  /**** Mobile :  Details (Scoreboard) Page CSS Start ***/
 
 @media (min-width: 100px) and (max-width: 991px) {
   .price-button {
    width: 43px;
    margin: 10px;
   }
   
    .price-button button{
   font-size: 12px;
   }
   
    /*** Submit Button Start ***/
   .sub-button-main{
	float:right;
	
   }
    .sub-button-main button{
	width:122px;
	margin:25px;
   }

   /*** Submit Button End ***/	
   
}
 
 
  /**** Mobile : Details (Scoreboard) Page CSS End ***/