.modalTable{
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}
.line{
	text-decoration: line-through;
	display: contents;
	color: black;
}
.noLine{
	display: contents;
	color: black;
}

.clw{
	color: white;
}

.txt3 {
	margin-top: 2px;
	margin-bottom: 2px;
    font-family: "Times New Roman", Times, serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
    color: #fffcf7;
}
.qtyAddToCart{
	height: 18px;
    width: 50px;
    margin-bottom: 0px;
}
.lleft{
	text-align: left;
	align-self: left;
}


.fbmsg-icon {
	    /*padding: 7px 6px 6px 6px;*/
	     top: auto;
    bottom: 71.5469px;
    opacity: 1;
	    position: fixed;
	    bottom: 20px;
	    width: 58px;
	    z-index: 99999;
	    border-radius: 50%;
	    padding: 6px;
	    cursor: pointer;
	    overflow: hidden;
	}
	
.price-dis-p{
    display:inline;
    font-size:15px;
}

/* width */
::-webkit-scrollbar {
	width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: red; 
	border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #b30000; 
  }