div.test div{
	
    background: #fff; 
    color: #000;
    border-color:#000;

}


// css only for titles used in drop down

* {
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}




//css for admin login php/user login php
.input-container {
    display: flex;
    width: 250px;
    border: 1px solid #a9a9a9;
    justify-content: space-between;
}
.input-container input:focus, .input-container input:active {
    outline: none;
}
.input-container input {
    border: none;
}
	

//css for cart dropdown	content
	
	
hr.new3 { border-top: 1px dashed red;}

div.ex3 {
  background-color: #ececec;
  width: 440px;
  height: 110px;
 overflow-y: scroll;
}



// css only for titles in cart php

* {
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.column1 {
  float: left;
  width: 16%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

	
	


