@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

.cell {
  border-collapse: collapse;
  border: 1px solid #b9bbbf;
}

.table {
  border-collapse: collapse;
  border-style: hidden;
  border-bottom: 1px solid #b9bbbf;
}

.table_mobile {
  border-style: hidden;
}
.cell_mobile
{
	border-bottom: 1px solid #b9bbbf;
}

.btn-static {
  background-color: white;
  border: 1px solid lightgrey;
  cursor: default;
}
.btn-static:active {
  -moz-box-shadow:    inset 0 0 0px white;
  -webkit-box-shadow: inset 0 0 0px white;
  box-shadow:         inset 0 0 0px white;
}

.topDivSelected
{
	background: #e8eaed;
}

.topDiv
{
	
}

.mobileDiv
{
	background: #e8eaed;
}

.uncheckColor
{
	color: red;
}

.checkColor
{
	
}

.xlModal > .modal-dialog {
    max-width: 1290px !important;
    min-width: 971px !important;   
    width: 85% !important;
}

.mobileModal > .modal-dialog { 
	max-height: 1290px !important;
    min-height: 971px !important;  
    height: 85% !important;
}

.embed-responsive-mobile
{
	padding-bottom: 180%;
}

.linkStyle
{
	color:#7F28C4!important;
	text-decoration:underline!important;
}
  
.linkStyleRed
{
	color:red!important;
	text-decoration:underline!important;
}



.card {
border: none;
}


.card-header{
  background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  text-align: left;
}
.card-header a {
	color: black;
	text-decoration: none!important;
	  
	font-size: 17px;
    font-weight: bold;

}
.card-header a:visited {
	color: black;
	text-decoration: none!important;
	 
	font-size: 17px;
    font-weight: bold;

}

.card-body{
	background-color: #e8eaed;
}

.glyphicon {
    font-size: 18px;
}

hr
{
	background: black;
    margin-left: 18px;
    margin-right: 18px;
}

.gradientClass
{
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.kit_head_gradient_blue
{
    /* IE10+ */ 
background-image: -ms-linear-gradient(top, rgba(0,131,196,1) 0%, rgba(1,105,156,1) 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, rgba(0,131,196,1) 0%, rgba(1,105,156,1) 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, rgba(0,131,196,1) 0%, rgba(1,105,156,1) 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,131,196,1)), color-stop(100, rgba(1,105,156,1)));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, rgba(0,131,196,1) 0%, rgba(1,105,156,1) 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, rgba(0,131,196,1) 0%, rgba(1,105,156,1) 100%);
    
}

.kit_head_gradient_pink
{
  /* IE10+ */ 
background-image: -ms-linear-gradient(top, rgba(255,79,150,1) 0%, rgba(200,64,119,1) 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, rgba(255,79,150,1) 0%, rgba(200,64,119,1) 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, rgba(255,79,150,1) 0%, rgba(200,64,119,1) 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,79,150,1)), color-stop(100, rgba(200,64,119,1)));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, rgba(255,79,150,1) 0%, rgba(200,64,119,1) 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, rgba(255,79,150,1) 0%, rgba(200,64,119,1) 100%);
    
}

.kit_head_gradient_green
{
/* IE10+ */ 
background-image: -ms-linear-gradient(top, rgba(0,164,174,1) 0%, rgba(1,128,136,1) 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, rgba(0,164,174,1) 0%, rgba(1,128,136,1) 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, rgba(0,164,174,1) 0%, rgba(1,128,136,1) 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,164,174,1)), color-stop(100, rgba(1,128,136,1)));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, rgba(0,164,174,1) 0%, rgba(1,128,136,1) 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, rgba(0,164,174,1) 0%, rgba(1,128,136,1) 100%);
    
}

.kit_head_gradient_violet
{
  /* IE10+ */ 
background-image: -ms-linear-gradient(top, rgba(168,100,168,1) 0%, rgba(130,78,131,1) 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, rgba(168,100,168,1) 0%, rgba(130,78,131,1) 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, rgba(168,100,168,1) 0%, rgba(130,78,131,1) 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(168,100,168,1)), color-stop(100, rgba(130,78,131,1)));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, rgba(168,100,168,1) 0%, rgba(130,78,131,1) 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, rgba(168,100,168,1) 0%, rgba(130,78,131,1) 100%);
}
.box-input-element {
  display: none;
}

.box-input {
  margin: 10px;
  padding: 00px;
  width: 100%;
  height: 100%;
  
}

.box-input:hover {
  cursor: pointer;
}

.box-input-element:checked + .box-input {
   background-color:#eee;
}

.box {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
background-color:white;

}

.box:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
  
.opt-content{
	padding : 20px;
  	font-weight:bolder;

}
  
.opt-content-mobile{
  	padding : 10px;
  	font-weight:bolder;
}
/*StarterKit*/
.symbolLoad{
	/*display: none;*/

}
.viewDetailsHeading{
	 margin-left: 10px;
}
.embed-responsive-item{
  width:100%;
}  

/*StarterKit*/

.radio-class-opt{
  display: block;
  float: right;
}
.label-class-opt{
  display: inline-block;
}

.bg-total{
  background-color: #F6F9F9;
  padding: 10px 0px 10px 0px;
  font-weight: bold;
}
.brochureMainHead{
  font-size: 18px;
}
.brochureHead{
  font-size: 16px;
  color: #7F28C4;
}
.brochureMainSubHead{
  color:  #707677;
  margin-bottom: 10px;
}
.brochureSubHead{
  color:  #707677;
  padding-bottom: 8px;
}

.brochureRowsDesktop{
  padding-left: 10px;
  display: grid;
}
.hrBrochure{
  padding: 0 0 0 0;
  margin: 0 0 20px 0;
  background: rgba(0, 0, 0, 0.0784314);
}

.toast-container{
  display: grid;
  grid-template-areas: 
    "l h h h h h h h h h h r"
}
.leftIconImage{
  grid-area: l;
  padding: 10px 5px 5px 5px;
}
.toastMidText{
  grid-area: h;
}
.toastRightCrossLetter{
  grid-area: r;
  padding: 5px 10px 8px 5px;
}
.custom__label{
  cursor: pointer;
  /* display: inline-flex; */
}
.default__radio{
  display: none;
}
.custom__radio{
  width: 16px;
  height: 16px;
  border: 2px solid #00000014;
  border-radius: 50%;
  box-sizing: border-box;
  background: white;
  float: right;
  display: block;
  margin-left: 11px;
}
.custom__radio::after{
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  border: 4px solid #7F28C4;
  display: block;
  border-radius: 50%;
  box-sizing: border-box;

  transform: scale(0);
}
.default__radio:checked + .custom__radio::after{
  transform: scale(1);
}
.avon-btn{
  background-color: #7F28C4;
  border-color: #7F28C4;
}
.avon-btn:hover{
  background-color: #7F28C4;
  border-color: #7F28C4;
}
.mob-kit-tab{
  border: 2px solid rgba(0, 0, 0, 0.0784314);
}
.total-mob{
margin-bottom: 2%;
margin-left: 2%;
font-weight: bold;
display: flex;
justify-content: space-between;
margin-right: 2%;
background-color: #F6F9F9;
padding: 5%;
}
.terms-cond-mob{
  margin-top: 5%;
  margin-bottom: 5%;
}
.deliveryValue-span{
  flex: right;
}
.deliveryText-span{
  flex: left;
}
  
  
.checkbox__2{
  display: none;
}
.checkbox_cust{
  height: 25px;
  width: 25px;
  background-color: white;
  box-sizing: border-box;
  border: 2px solid #00000014;
  border-radius: 3px;
  display: inline-block;
  margin-right: 1em;
  margin-left: 10px;
}
.checkbox_cust::after{
  content: "\f00c";
  background-color: blueviolet;
  color: white;
  padding: 4px;
  display: inline-block;
  transform: scale(0);
}
.checkbox__2:checked + .checkbox_cust::after{
  transform: scale(1);
}