﻿.btn {
    display: inline-block;
    padding: 0px 12px;
    height:40px;
    line-height:40px;
    min-width:40px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 5px;
}
.btn-default{
	background:#ffffff;
	border:1px #e8e8e9 solid;
	color:#000000;			
}
.form-control {
    display: block;
    width: 100%;
    height:40px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f6f6f8;
    background-image: none;
    /*border: 1px solid #f6f6f8;*/
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#content .input-group-sm>.form-control, 
#content .input-group-sm>.input-group-addon, 
#content .input-group-sm>.input-group-btn>.btn {
    height: 40px;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}
#content .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0px;
}
#content .btn-link{
	display:inline-block;
	height:40px;
	padding: 0px 10px;	
	color: #000;
	line-height:40px;		
}

#content  .btn-primary{
	color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;			
}
#content  .btn-primary:hover{
    color: #fff;
    background-color: #03a1dc;
    border-color: #03a1dc;
}
#content .btn-transparent{
	color:	#636363;	
	background:none;		
}
.btn-product{
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.btn-product .fa,
.btn-grey .fa{
    font-size: 17px;
}
.btn-grey{
    background: #f6f6f8;  
    color:#000; 
}
.fa-stack-yellow .fa-star{
    color:#c52939;
}

@media all and (max-width: 768px){
    .btn {
        display: inline-block;
        padding: 0px 7px;
        height:30px;
        line-height:30px;
        min-width:30px;
        
    }

    .form-control {
        display: block;
        width: 100%;
        height:30px;
        padding: 0px 7px;
        line-height: 1.42857143;
    }
    #content .input-group-sm>.form-control, 
    #content .input-group-sm>.input-group-addon, 
    #content .input-group-sm>.input-group-btn>.btn {
        height: 30px;
        padding: 0px 7px;
        line-height: 1.5;
    }
    #content .input-group-addon {
        padding: 6px 7px;
    }
}






































