﻿.fa-stack[data-count]:after {
	 position: absolute;
	 right: 0%;
	 top: 0%;
	 content: attr(data-count);
	 font-size: 40%;
	 padding: 0.6em;
	 border-radius: 999px;
	 line-height: 0.75em;
	 color: white;
	 color: #FF5733;
	 text-align: center;
	 min-width: 2em;
	 font-weight: bold;
	 background: white;
	 border-style: solid;
}
 .fa-circle {
	 color: #FF5733;
}
 .red-cart {
	 color: #df0000;
	 background: white;
}
 



#fixed-form-container1{
    position: fixed;
    top:3%;
    height:20px;
    bottom: 0px;
    left: 3%;
    width: 20%;
    text-align: left;
    margin: 0;
    z-index: 1030;
    float:left;

}


#fixed-form-container2{
    position: fixed;
    top:10%;
    height:20px;
    bottom: 0px;
    right: 3%;
    width: 20%;
    text-align: left;
    margin: 0;
    z-index: 1030;
    float:right;

}