.button, button,
input[type="submit"], input[type="password"], input[type="search"], input[type="text"],
.search input[type="submit"], .search_form li input[type="submit"],
input, input[type="password"], input[type="search"],
.readmore a, .moreinfo a{  
    display: inline-block;
    border:none;
    outline: none;
    text-align: left;
    text-decoration: none;
    padding: 3px;
    /*border-radius: 10px;*/
}
.button, button,
input[type="submit"], input[type="password"], input[type="search"],
.search input[type="submit"], .search_form li input[type="submit"],
.readmore a, .moreinfo a,
.button_setting button, .button_logout input, .review_button{
    cursor: pointer;
}
input[type="text"], input[type="password"], select {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    cursor: auto;
    padding: 3px;
}
input[type="text"], input[type="password"] {
    cursor: text;
}
.button:hover, button:hover,
input[type="submit"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="text"]:hover,
.search input[type="submit"]:hover, .search_form li input[type="submit"]:hover,
.readmore a:hover, .moreinfo a:hover{
    text-decoration: none;
}
/*.button:active, button:active,
input[type="submit"]:active, input[type="password"]:active, input[type="search"]:active, input[type="text"]:active,
.search input[type="submit"]:active, .search_form li input[type="submit"]:active, input.review_add_button:active, .review_button:active,
#component .nav_prev a:hover, #component .nav_next a:hover,
.readmore a:active, .moreinfo a:active,
.quickcart .cart_button a:active,
.add_cart_button a:active, #add_cart_button:active, .back_store .button:active,
.button_setting button, .button_logout input,
.gallery_back_button span.back_btn:hover{
    position: relative;
    top: 1px;
}*/


input[type="checkbox"] {
    margin-right: 5px;
}
.row input{
    margin-right: 8px;
}
/**************** Custom CSS ****************/
.button .teal,
.button .gray,
.button .lightgray,
#component .cart_button_div a.button, /*general CSS*/
#component .coupon_div input[type="submit"],
input.review_add_button,
.review_button,
.back_cart .button,
.back_store .button,
.contact_label input[type="submit"]{
    width: auto;
    margin: 0 5px 0 0;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 85%;
}
.button .teal,
#component .cart_button_div a.button, /*teal green button*/
.back_cart .button,
.back_store .button{
    background: #83b9b3;
    color: #fff;
}
.button .teal:hover,
#component .cart_button_div a.button:hover,
.back_cart .button:hover,
.back_store .button:hover{
    color: #fff;
    background-color: #568983;
}
.button .gray,
input.review_add_button,
.review_button { /*gray button*/
    border: 1px solid #cecece !important;
    background-color: #d6d6d6 !important;
    color: #757575 !important;
}
.button .lightgray,
#component .coupon_div input[type="submit"],  /*lightgray button*/
.contact_label input[type="submit"]{
    border: 1px solid #e5e5e5 !important;
    background-color: #ebebeb !important;
    color: #757575 !important;
}
.button .lightgray:hover,
#component .coupon_div input[type="submit"]:hover,
.contact_label input[type="submit"]:hover,
input.review_add_button:hover{
    background-color: #3b3b3b !important;
    color: #fff !important;
}
input.review_add_button {
    margin-top: 15px;
    cursor: pointer;
}
.review_button {
    background: #d6d6d6 !important;
    box-shadow: none transparent !important; 
    display: inline-block !important;
    font-family: 'Raleway',Tahoma,Arial,Helvetica,sans-serif !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    text-shadow: none !important;
}