/**************** General Widget CSS ****************/
.side_row {
    list-style: none;
}
#header_green p,
#header_white p{
    padding: 0 !important;
}
/**************** Header Green CSS ****************/
#header_green input,  #header_green button, #header_green a{
    background: none;
    color: #5c3401;
    display: inline-block;
    font-family: 'Open Sans',Tahoma,Arial,sans-serif;
    outline: none;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    font-size: 95%;
}
#header_green input:hover,  #header_green button:hover, #header_green a:hover{
    color: #7aa879;
}
#header_green .login_reset {
    color: #5c3401;
    float: left;
    height: auto;
    margin: 0;
    text-transform: none;
    width: auto;
}
.user_panel {
    width: 345px;
}
.button_login, .button_register, .login_reset,
.button_user, .button_setting, .button_logout {
    float: left;    
}
.button_login, .button_user {
    padding-right: 12px;
}
.button_register, .button_setting{
    padding: 0 12px; 
}
.login_reset, .button_logout{
    padding-left: 12px; 
}
.button_register, .login_reset,
.button_setting, .button_logout {
    border-left: 1px solid #5c3401;
}
.business_time, .delivery {
    margin-right: 15px;
}
.business_time {
    background: url('images/icons/clock_green.png') left center no-repeat transparent;
    padding-left: 28px;
    width: 390px;
}
.delivery {
    background: url('images/icons/truck_green.png') left center no-repeat transparent;
    padding-left: 30px;
    width: 385px;
}
/**************** Header White CSS ****************/
.searchbox {
    width: 25%;
    margin-top: 10px;    
}
.searchbox h3,
.search_product .icon,
.search_product button{
    display: none;
}
.searchbox input,
.search_product {
    float: left;
}
.search_product {
    width: 22px;
    height: 22px;
    margin-left: 10px;
}
/**************** Social Media CSS ****************/
#social_media .widget {
    padding-left: 45px;
    font-size: 120%;
    line-height: 1.5em;
}
#social_media .widget a{
    color: #5c3401;
    text-decoration: none;
}
#social_media .widget a:hover{
    color: #99cb96;
}
#social_media .widget div {
    font-family: 'Cinzel', 'New Times Roman', serif;
    font-size: 80%;
    font-weight: 700;
    text-transform: uppercase;    
}
#social_media .contact {
    background: url('images/icons/top_tel.png') 0 6px no-repeat transparent;
}
#social_media .facebook {
    background: url('images/icons/top_facebook.png') 0 6px no-repeat transparent;
}
#social_media .quickcart {
    background: url('images/icons/top_cart.png') 0 6px no-repeat transparent;
    line-height: 1em;
}
.quickcart .item_in_cart,
.quickcart .total_in_cart,
.quickcart .cart_button{
    font-family: 'Century Gothic', 'Muli', Tahoma, Arial, sans-serif !important;
    font-size: 80% !important;
    font-weight: 400 !important;
    text-transform: none !important;
    direction: ltr !important;
}
/**************** Slogan CSS ****************/
#slogan .widget p {
     padding: 0 !important;
}

/**************** Home Highlight CSS ****************/
#home_highlight .widget a,
#home_highlight .widget img{
    display: block;
}

/**************** News Highlight CSS ****************/
.news_wrap img {
    display: block;
    margin-bottom: 15px;
}
.date {
    color: #85cd81;
}
.news_wrap p {
    color: #987e50;
}

/**************** News Highlight2 CSS ****************/
#news_highlight2 h4{ /*24/16*100=150%*/
    font-size: 150%;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 6px;
    padding-bottom: 5px;
    border-bottom: 1px solid #a07236 !important;
}
#news_highlight2 span.title_desc {
    
}
/*signature_products*/
.triple_star, .quote {
    min-height: 80px;
    padding-top: 12px;
    display: block;    
}
.triple_star {
    padding-left: 105px;    
    background: url('images/icons/triple_star.png') left top no-repeat;   
}
.quote {
    padding-left: 165px;    
    background: url('images/icons/quote.jpg') left center no-repeat;   
}
.voucher {
    padding-left: 160px;
    position: relative;
    min-height: 210px;
}
.prod_thumbs a{
    width: 22.2%;
    float: left;
    margin-left: 2.5%;
    margin-bottom: 12px;
    border: 1px solid #c6a770;
}
.prod_thumbs a:hover{
    border: 1px solid #9acc97;
}
.prod_thumbs a:nth-child(4n+1){
    margin-left: 0 !important;
}
.prod_thumbs a,
.prod_thumbs img {
    display: block;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.prod_thumbs a img {
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
    opacity: 0.3;
}
.prod_thumbs a img:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
/*testimonial*/
blockquote {
    border-left: 0.2em solid #9aca96;
    padding-left: 1.4em;
    font-size: 85%;
    font-style: italic;
    line-height: 1.5em;
    color: #a98d5b;
}
blockquote .author {
    color: #7aa879;
}
/*voucher*/
.voucher_circle {
    border-radius: 50%;
    width: 135px;
    height: 135px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #99cb96;
    color: #fff;
    font-size: 130%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 1.2em;
}
.voucher br {
    margin-bottom: 0.2em !important;
}
.voucher_circle p {
    margin-top: 2.4em;
    padding: 0 !important;
}
.voucher_currency{
    font-size: 75%;
}
.voucher_price {
    font-size: 350%;
}
/**************** Partners CSS ****************/
.partners {
    text-align: center;
}
.partners h4 {
    text-align: center;
}
.partners img {
    margin: 0 2%;
    float: left;
}
/**************** Footer CSS ****************/
.facebook h4 {
    margin-bottom: 2px !important;
}
.footer_quicklinks table {
    width: 100%;
}
.footer_quicklinks table td {
    vertical-align: top;
    width: 50%;
}
.footer_quicklinks li{
    margin-bottom: 5px;
    list-style: none;
}
.footer_quicklinks ul,
.footer_findus ul.contact_info {
    margin: 0;
    padding: 0;
}
.footer_findus ul.contact_info li {
    list-style: none;
    min-height: 19px;
    margin-bottom: 25px;
    padding-left: 45px;
    font-weight: 700;
    line-height: 1.2em;
}
.contact_info .tel {
    background: url('images/icons/footer_tel.png') left center no-repeat;  
}
.contact_info .loc {
    background: url('images/icons/footer_loc.png') 4px 0 no-repeat;
    line-height: 0.5em;
}
.contact_info .email {
    background: url('images/icons/footer_email.png') left top no-repeat;  
}
.footer_quicklinks a,
.footer_findus a {
    color: #fff;
    text-decoration: none;
}
.footer_quicklinks a:hover,
.footer_findus a:hover {
    color: #5f4826;
}