#preloader {
    
    z-index: 99999999;
}

#cart_box{
	padding: 5px;
}
.mls{
	margin-left: 5px;
}
.mal{
	margin: 10px;
}

.mtxl{
	margin-top: 25px;
}
.mbxl{
	margin-top: 25px;
}

.mtl{
	margin-top: 10px;
}

.cart-tr.commentInput fieldset{
	border: 1px solid #78cfce;
}

.cart-tr.commentInput legend{
	margin-left: 10px;
    padding: 0 4px;
    font-size: 12px;
    width: auto;
    border: 0;
    margin-bottom: 0px;

}

textarea.commentArea{
	width: 100%;
    padding: 0 12px;
    resize: none;
    border: 0;
}

.commentArea:focus{
    outline: 0;
    border: 0;
}

a.cancelComment{
	color: #555555;
}
a.cancelComment:hover{
	cursor: pointer;
}
a.addComment:hover{
cursor: pointer;
}

.btnFacebook { 


	border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    width: 100%;
    background: #3b5998;
    cursor: pointer;
    padding: 12px 20px;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.btnFacebook:hover {
  background: #273a63;
  color: #fff;
  
}
.middle-text{

   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #9a9a9a; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
   color : #9a9a9a;
} 

.middle-text span { 
    background:#fff; 
    padding:0 10px; 

}
.input-buttons {
    display: table;
}

.input-button{
	 
	 height: 40px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
	margin-left: -3px;
}

