
.common-popover-heading {
    width: 100%;
    background-color: #3899ec;
    height: 50px;
    text-align: left;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    line-height: 25px;
    color: #fff;
    font-weight: 300;
    cursor: move;
}
.common-popover-close {
    float: right;
    color: #CECECE;
    cursor: pointer;
    font-size: 16px;
    line-height: 25px;
    margin-right: 5px;
    background: rgba(34, 0, 0, .3);
    border-radius: 12px;
    min-width: 25px;
    text-align: center;
}
.modal-title {
    font-weight: 300;
}
.btnstore {    
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    /* touch-action: manipulation; */
    /* cursor: pointer; */
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0;       
}
.btn-orange {
    background-color: #FF7E22;
    border-color: #E47E35;
    color: #FFF;
}
.btn-orange:hover
{
    opacity: 0.8;
}
.btn-primary1
{
    background-color: transparent;
    border-color: #337ab7;
    color: #337ab7 ;
}
.btn-primary1:hover
{
    background-color: #337ab7;    
    color: #fff ;
}
.btn.btn-file {
    position: relative;
    overflow: hidden;
}
.file-container {
    position: relative;
    padding: 0;
    margin: 5px 5px;
    height: 100px;
    width: 130px;
}
.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}
.file-container img {
    width: 100%;   
}
.file-container .add-btn {
    top: 37%;
    position: relative;
    vertical-align: middle;
}
.btn.btn-file>input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
input[type='number']
{
    text-align: center;
}
.addProduct-box
{
    background-color:#cecece;
    border:1px solid #000;
    border-radius:5px;
    padding:10px;
    margin: 10px;
}
.productBox
{
    background-color: #FFF;
    border:1px solid transparent;
    /*box-shadow: 5px 10px 5px #CECECE;*/
    color: inherit;
    font-size: 18px;
    margin: 15px 5px;
    padding: 15px;
    cursor: pointer;
}
.productBox:hover
{    
    border:1px solid #000;    
}
.categoryList
{
    background-color: #FFF;
    border:1px solid #EAE7E7;
    /*box-shadow: 5px 10px 5px #CECECE;*/
    color: #000;
    font-size: 18px;
    margin: 15px 5px;
    padding: 15px;
    cursor: pointer;
}
.categoryList:hover
{
    
    border:1px solid #EAE7E7;
    
}
textarea
{
    resize:none;
}
@media only screen and (min-width: 400px) {

#registrationform-box {
    width: 280px;
    margin-top: 25px;
    height: auto;    
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;   
}

}
#registrationform-box .btn {
    width: 100%;
    margin-top: 10px;    
    border-color: #337ab7;
    transition: all 0.6s;
}

#registrationform-box .btn-primary
{   
    color: #fff;
    background-color: #337ab7;
    border-radius: 0px;
}
#registrationform-box .btn-primary:hover
{
    background-color: #fff;
    color: #337ab7;
}
#registrationform-box .form-group {
    padding: 2px 0px;
}
#registrationform-box .input-group {
    width: 100%;
}

.failResult {
    font-size: 11px;
    color: red;
    margin-top: 10px;
    font-family: tahoma;
    clear: both;
    display: block;
    font-weight: 500;
}
.cartAmountDetails
{   
    
    border-radius: 4px;
    border : 1px solid #000;
    margin:0px 0px 25px;
    padding: 10px;
    font-size: 18px;
    line-height: 30px;

}
.cartDetails-xs
{
    box-shadow: 0 2px 4px 0 rgba(22, 45, 61, 0.25);
    background: #fff;
    font-size: 14px;
    margin:25px 15px;
    padding: 10px;
}
.cartDetails-xs .hrLine
{
    border-top:1px solid #333;    
    margin: 15px 0px;
}
.loader .large .msg {
    background: #fff url(../img/loader.gif) no-repeat 6% 50%;
    font-size: 20px;
    padding: 15px 20px 15px 50px;
}
.loader .loader-body {
    background: none repeat scroll 0 0 rgba(51,51,51,0.3);
    color: #333;
    padding: 7px;
    z-index: 100001;
    position: fixed;
    left: 43%;
    top: 43%;
}
.loader .loader-overlay {
    background: none repeat scroll 0 0 #333;
    z-index: 900000;
    opacity: 0.5;
    filter: alpha(opactiy=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity: .5;
    -khtml-opacity: .5;
}
.loader 
{
    display: none;
}
.loader-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal-body
{
    padding: 5px;
}
.fixedbox
{   
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 9;
    background: #fff;
    width: 159px;
    height: 144px;
    border: 1px solid #bfbfbf;
    border-radius: 20px;
    text-align: center;
    z-index: 50; 
    box-shadow: 5px 5px 5px #ddd;   
}
.cartBag
{   
    position: absolute;
    width: 159px;
    height: 144px;    
    display: table;
}
.cartBag span
{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 34px;
}
span.link
{
    cursor: pointer;
    color: #337ab7;
}

.cartScroll
{
    overflow-y:auto;
    max-height: 500px; 
}