#resultTable 
{
  table-layout: fixed;
  width: 900px;
  border-collapse: collapse;
  border: 0;
}

#resultRow 
{
    border-collapse: collapse;
    border: 0;
}



#leftResultCell
{
  border: 0;
    font-family: Arial;
	 font-size: 16px;
	 text-align: left;
}

#rightResultCell
{
    border: 0;
    font-family: Arial;
	font-size: 16px;
    text-align: right;
}

.leftResultCell
{
    border: 0;
    font-family: Arial;
  font-size: 16px;
  text-align: left;
     width: 220px;
}

.centerResultCell {
    border: 0;
    font-family: Arial;
    font-size: 16px;
    text-align: center;
}

.rightResultCell
{
    border: 0;
    font-family: Arial;
  font-size: 16px;
    text-align: right;
}

#textStyle
{
    font-family: Arial;
	font-size: 16px;
}

#textStyleAlert
{
    font-family: Arial;
	font-size: 16px;
	color:red;
}

.poruka {
    position: fixed;
    right: 0;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    top: 40%;
    display: none;
}

.dodato {
    position: absolute;
    right: 0;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    top: 53%;
    display: none;
    width: 185px;
    float: right;
}

.your-cart {
   color: #d14e53;
   text-decoration: none;
   background: transparent;
   font-weight: bold; 
}

.izbrisi {
  color: #d14e53 !important;
  cursor: pointer;
}

.cart-table {
  margin-top: 10px;
  text-align: center;
}

.added-cart {
    position: absolute;
    left: 39%;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    top: 3%;
    display: none;
}

.cene-info {
    position: absolute;
    left: 60%;
    color: #dc3545;
    top: 44%;
    font-weight: bold;
}

.price-info {
    position: absolute;
    left: 60%;
    color: #dc3545;
    top: 44%;
    font-weight: bold;
}

#cart-empty {
  text-align: center;
  margin-top: 100px;
}

#cart-empty-image {
  text-align: center;
  padding: 30px;
}

.sent-message {
    margin: 50px auto;
    width: 429px;
    text-align: center;
}
