/* mbhuju@gmail.com */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body{margin:0px; font-family: 'Montserrat',sans-serif; font-size:16px; color:#333; font-weight: normal; line-height:24px;background:#bec08e; }

a:link, a:active, a:visited{ color:#212121; font-weight:400; text-decoration:none; }
a:hover{color:#000; text-decoration:underline;}

a.footermenu:link, a.footermenu:active, a.footermenu:visited { font-size:11px; color:#fff; font-weight:500; line-height:30px; text-decoration:none;}
a.footermenu:hover{color: #fff;  text-decoration: none;}

a.btnlink:link, a.btnlink:active, a.btnlink:visited {color:#ffffff; background:#000; padding:5px 15px; font-weight:500;  text-decoration:none; font-size:14px;  display: inline-block; border-radius:5px; text-transform:uppercase;}
a.btnlink:hover {background:#000; text-decoration:none;}


/*********
HEADER
******/

#menu_bg{width:100%; background:#fff;}
#menu_inn{width:1120px; margin:0 auto; padding: 10px 0; }
#menu{float:right;  }

#header_top{width:100%; background:#bec08e;}
#header_inn{width:1080px; margin:0 auto; padding:45px 0 15px 0; }
#cart{float:left; width:15%; margin-left:5%; text-align:center;}
#search{float:left; width:30%;}
#facebook{float:left; width:15%; text-align:center; margin-left:5%;}
#sign{float:right; width:100px;}


/*******
BANNER
*********/
#banner{width:100%; background:url(../images/bg.jpg) repeat-x #e4e5c6;}
#banner_inn{width:1080px; margin:0 auto; text-align:center; font-weight:700; padding-bottom:50px; font-size:18px;}
 
/****************/
#content{width:100%; background:#FFF; }
#content_inn{width:1120px; margin:0 auto; }
#left{float:left; width:30%; padding:40px 0; margin-right:3%; font-size:14px; font-weight:500;}
#middle{float:left; width:32%; text-align:center; padding:40px 0;}
#right{float:right; width:32%; padding:40px 0;}

#inner{width:95%; margin:0 auto; padding:35px 0; }

#contact_left{float:left; width:52%; font-size:14px; color:#FFF; font-weight:500; background:#bec08e; padding:30px; border-radius:20px;}
#contact_right{float:right; width:40%; line-height:35px; font-size:18px;}

#hours_left{float:left; width:45%; }
#hours_right{float:right; width:50%;}

#product_bg{width:100%; background:#ebedd7;}
#product_inn{width:1120px; margin:0 auto; text-align:center; padding:40px 0;}


/*******
FOOTER
*********/
	#footer_bottom{width:100%; background:#bec08e;}
	#footer_inn{width:1120px; margin:0 auto; padding:30px 0; }
	#footer_left{float:left; width:60%; color:#656728; font-weight:600; font-family: 'Lato',sans-serif; font-size:18px; }
	#footer_right{float:right; width:30%; text-align:right;}
	

/*******
STYLE
*********/
h1{font-family:Georgia, "Times New Roman", Times, serif; font-size:40px; line-height:40px; color:#939528; font-weight:700; margin-top:0;  }

.style1{ font-family:Georgia, "Times New Roman", Times, serif;font-size:32px; font-weight:400; color:#757821; line-height:35px; text-transform:uppercase;}
.style2{ font-size:24px; font-weight:700;}
.style3{ font-size:24px; font-weight:700; color:#fff;}
.style4{ font-size:24px; font-weight:500;}
.style5{ font-size:18px; font-weight:700; line-height:30px;}

.red{font-size:16px; color:#F00;}



/*******
FORM
*********/
#contactform{width:100%;}
input, textarea, select {padding:8px 10px; font-family:'Montserrat', sans-serif; border:1px solid #d1d1d1; font-size:16px;  background:#FFF; }
textarea{height:100px;}

.form{width:100%;}

.btn{ height:40px; font-weight:bold; font-family:'Montserrat', sans-serif; text-align:center; color:#FFFFFF; background:#939528; border:1px solid #939528;  font-size:14px; margin-top:10px; padding:5px 10px;  cursor:pointer;}
.email_error{ padding:2%; width:96%; border:1px solid red; color:red; margin:0 auto; text-align:center;}
.inputsize{ width:95%; margin-bottom:8px;}
.inputsizesmall{ width:100px; margin-bottom:8px;}
.inputsizesm{ width:40px; margin-bottom:8px;}
.textright{text-align:right;}

/*******
MISC
*********/
.img{border:1px solid #cecac8; padding:5px; }
.imgright{ max-width:95%; float:right; margin-left:40px;  }
.imgleft{ max-width:95%; float:left; margin-right:10px;  }
.imgleft1{ max-width:95%; float:left; margin-right:10px;  }

.clear{clear:both;}
img{max-width:100%;}
a[href^=tel] { color:inherit; text-decoration:none; }

.tbar{ border-bottom:#b2b2b2 1px solid; padding:10px 10px 10px 0;}

.back-to-top { position: fixed; bottom: 2em; right: 40px; display: none;}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

:focus {outline:0 !important;}

iframe, object, embed {
    max-width: 100%;
}

.inline_cat_list_heading{
    color:#FFFFFF;
    background-color: #bec08e;
    padding:12px;
    font-size:160%;
    font-weight:bold;
    text-align:center;
    box-sizing: border-box;
}


.inline_cat_list{
    background-color: #e4e5c6;
    text-align:left;
    box-sizing: border-box;
}

.inline_cat_list a{
    display:inline-block;
    padding:8px;
    border-bottom:1px solid #FFFFFF;
    color: #6e700b;
    text-align:left;
    width:100%;
    box-sizing: border-box;
}

.cms_body_content{
    background-color: #FFFFFF !important;
}

.featured_products .inline_product{
    background-color: #FFFFFF !important;
}
.featured_products .inline_product:hover{
    box-shadow: none !important;
}

.featured_products a{
    text-decoration: none !important;
}

.featured_products .add_to_cart_button{
    background-color: #000 !important;
    color: #fff !important;
}

.featured_products .inline_product .thumb{


    height: 150px !important;

}
.featured_products .inline_product{
    width:300px !important;
    height:330px !important;
    margin:16px !important;
}

#header_inn #cart{
    line-height:32px;
}