.button, button,
input[type="submit"], input[type="password"], input[type="search"], input[type="text"],
input{  
    display: inline-block;
    border:none;
    outline: none;
    text-align: left;
    text-decoration: none;
    padding: 10px 18px;
    background: #99cb96;
    color: #fff;
    font-family: 'Century Gothic', 'Muli', Tahoma, Arial, sans-serif;    
    /*border-radius: 10px;*/
}
.button, button,
input[type="submit"]{
    text-transform: uppercase;
}
.register.myform button, .register.myform .submit, .m_login.myform button, .m_login.myform .submit,
.address_info a, .payment_method a, .pay_btn, .update_btn{ /*to overwrite default*/
    display: inline-block !important;
    border:none !important;    
    outline: none !important;
    text-decoration: none !important;
    text-shadow: none !important;
    padding: 10px 18px !important;
    background: #99cb96 !important;
    font-family: 'Century Gothic', 'Muli', Tahoma, Arial, sans-serif !important;
    color: #fff !important;
    font-size: 90% !important;
    font-weight: 400 !important;
    line-height: 1em !important;
    height: auto !important;
    width: auto !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.button, button,
input[type="submit"], input[type="password"], input[type="search"],
a.readmore,
.button_setting button, .button_logout input,
#add_cart_img, #add_cart_button{
    cursor: pointer;
}
input[type="text"], input[type="password"], select {    
    background-color: #FFFFFF;
    border: 1px solid #C6C6C6;
    cursor: auto;
    padding: 5px;
}
input[type="text"], input[type="password"] {
    cursor: text;
}
.button:hover, button:hover,
input[type="submit"]:hover, input[type="search"]:hover{  
    text-decoration: none;
    background: #5f4826;
    color: #fff;
    }
.register.myform button:hover, .register.myform .submit:hover, .m_login.myform button:hover, .m_login.myform .submit:hover,
.address_info a:hover, .payment_method a:hover, .pay_btn:hover, .update_btn:hover {  /*to overwrite default*/
    text-decoration: none !important;
    background: #5f4826 !important;
    color: #fff !important;
}
.button:active, button:active,
input[type="submit"]:active, input[type="search"]:active{
    position: relative;
    top: 1px;
}
input[type="checkbox"] {
    margin-right: 15px;
}
.cat_label, .agreement a, .step-name a {
    color: #5a9459;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.cat_label:hover, .agreement a:hover, .step-name a:hover {
    color: #085e07;
}
/*animation*/
.button, button, .button:hover, button:hover,
input[type="submit"], input[type="search"], input[type="submit"]:hover, input[type="search"]:hover,
a, a.register, a.login, a:hover, a.register:hover, a.login:hover,
a.readmore, a.feature_readmore, a.slider_readmore, a.readmore:hover, a.feature_readmore:hover, a.slider_readmore:hover,
.readmore span, .readmore span:hover
.pay_btn:hover {
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}    
    
/**************** Custom CSS ****************/
.readmore {
    padding: 5px 32px 8px 17px;
    float: right;
    background-image: url('images/icons/arrow_white_r25.png');
    background-position: right center ;
    background-repeat: no-repeat;
    background-color: #9aca96; /*default green*/
    color: #fff;
    font-size: 90%;
    text-decoration: none !important;
    text-transform: uppercase;
}
.readmore.gold {
    background-color: #c5a56a; /*gold*/
}
.readmore.white {
    background-image: url('images/icons/arrow_darkgold_r25.png');
    background-color: #fff;
    color: #5f4826; /*darkgold*/
}
.readmore:hover {
    background-image: url('images/icons/arrow_darkgold_r25.png');;
    background-color: #d8c090; /*lightgold*/
    color: #5f4826; /*darkgold*/
}
.readmore a {
    text-decoration: none !important;
}
.readmore span {
    color: #fff;    
}
.readmore span:hover {
    color: #5f4826;
}
.news_wrap h4 a{
    color: #5d3400;
    text-decoration: none;
}
.news_wrap h4 a:hover{
    color: #a07236;
}
/**************** Search Box CSS****************/
.searchbox input#search_keyword {
    background: url('images/icons/search_tool_grey12.png') right center no-repeat;
    width: 95%;
    padding: 5px;
    color: #a07236;
}
/**
.search_product button {
    background: url('images/icons/search_tool.png') center no-repeat #99cb96;
    width: 22px;
    height: 22px;
    padding: 0;
    font-size: 0;
    color: transparent;
    border-radius: 20px;    
}
.search_product button:hover {
    background: url('images/icons/search_tool.png') center no-repeat #5c3401;    
}

/**************** Contact Form CSS ****************/
.contact_field input {
    padding: 8px;
}

/**************** Cart CSS ****************/
#add_cart_img, #add_cart_button, #add_cart_img_small {
    background-color: #93b988; /*darkgreen*/
    color: #fff;
    font-size: 85%;
    padding: 7px 12px 8px;
	margin: 0 15px;
    text-transform: uppercase;
    border: 1px solid #93b988;
}
#add_cart_img:hover, #add_cart_button:hover, #add_cart_img_small:hover {
    background: #f9fcf1; /*light green*/
    color: #93b988;
}
#add_cart_img .plus, #add_cart_button .plus, #add_cart_img_small .plus{
    width: 14px;
    height: 12px;
    background: url('images/icons/addtocart_basket_white.png') left top no-repeat;
    display: block;
    float: left;
    margin: 3px 10px 0 0;  
}
#add_cart_img:hover .plus , #add_cart_button:hover .plus, #add_cart_img_small:hover .plus{
    background: url('images/icons/addtocart_basket_green.png') left top no-repeat;
}
.quantity input#qty, .property_input select, .checkout_block_content textarea, .contact_field textarea{
    background-color: #fff7ec;
    border: 1px solid #efd7b1;
    cursor: auto;
    padding: 3px;
    color: #5c3401;
}
.property_input select {
    min-width: 150px;
}
.shopping_cart .button, .apply_oupon_code {
    font-size: 85%;
}
.apply_oupon_code{    
    text-shadow: none !important;
    background: #fff7ec !important;
    border: 1px solid #eed8b1 !important;
    color: #a07830 !important;
    border-radius: 0 !important;
}
.apply_oupon_code:hover {
    background: #eed8b1 !important;
    color: #5c3401 !important;
}
.coupon_div input[type="text"] {
    min-height: 30px;
}
.address_info a, .payment_method a {
    text-transform: uppercase;
}
.shipping_form_input input[type="text"], .shipping_form_input select, .payment_method select {
    border: 1px solid #efd7b1 !important;
    padding: 5px !important;
    box-shadow: none !important;
    font-family: 'Century Gothic', 'Muli', Tahoma, Arial, sans-serif !important;
    font-size: 100% !important;
    font-weight: 400 !important;
    color: #5c3401;
    width: 90%;
}

