/* 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=Bitter:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body{margin:0px; font-family: "Open Sans", sans-serif; font-size:14px; color:#fff; font-weight: normal; line-height:24px; background:#000; }

a:link, a:active, a:visited{ color:#fff;  text-decoration:none; }
a:hover{color:#fff; text-decoration:none;}

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.more:link, a.more:active, a.more:visited { font-size:22px; color:#fff; font-weight:600; line-height:30px; text-decoration:none; text-transform:uppercase;}
a.more:hover{color: #fff;  text-decoration: underline;}

a.more01:link, a.more01:active, a.more01:visited { font-size:13px; color:#fff; font-weight:600; line-height:30px; text-decoration:none;}
a.more01:hover{color: #fff;  text-decoration: underline;}

a.btnlink:link, a.btnlink:active, a.btnlink:visited {color:#ffffff; background:#364250; padding:10px 15px; font-weight:500;  text-decoration:none; font-size:12px;  display: inline-block; }
a.btnlink:hover {background:#212121; text-decoration:none;}


/*********
HEADER
******/
#header_top{width:98%; padding:0 1%; }
#search{width:24%; float:left; padding:30px 0;}
#logo{float:left; width:55%; text-align:center; padding-top:30px;}
#icons{float:left; width:12%; padding-top:35px; overflow:visible;}
#carts{float:right; width:8.5%; text-align:right; padding-top:30px;}

#menu_bg{background:#FFF; padding:0.5% 1%; width:98%;}
#menu{width:100%; float:left; font-weight:600;	
	font-size:14px;
	padding-top: 10px;
	text-transform:uppercase;
	color:#000;}
#account{float:right;}

/*******
BANNER
*********/
#banner{width:1280px; margin:0 auto;}
.promo1{width:17%; float:left; margin-right:4%; text-align:center; padding:60px 20px; font-size:16px; font-weight:500;}
.promo2{width:10%; float:right;  text-align:center; padding:60px 20px; font-size:16px; font-weight:500;}
.bar{height:30px; width:1px; background:#FFF; float:left; margin-right:3%; margin-top:70px;}

#photo1{width:32%; float:left; margin-right:2%; position:relative; margin-bottom:30px;}
#photo2{width:32%; float:right; position:relative; margin-bottom:30px;}

	
.ctg-name {
    background: rgba(0,0,0,.5) repeat scroll none 0 0;
    bottom: 0;
    height: auto;
    padding: 5px 0;
    position: absolute;
    width: 100%;
    display: inline-block;
    text-align: center;
    left: 0;
    right: 0;}

.section-img a img {
    width: 100%;
}

 
.bg-image {
    position: relative;
}
.bg-image img {
    display: block;
    width: 100%;    
    margin: 0 auto;
}
/****************/
#content{width:96%; padding:2%; text-align:center; }
#inner{width:1100px; margin:0 auto; padding:50px 0 30px 0; }

#contact{ width:50%; margin:0 auto; background:#f5f5f5;  padding:40px 20px; border:1px solid #d1d1d1; font-size:15px; }

#hours{width:400px; margin:0 auto; background:#efd8d8; border-radius:10px; border-top:5px solid #541c1f; font-size:16px;}

#products{width:96%; background:#000; padding:4% 2%; text-align:center;}

/*******
FOOTER
*********/

	#footer_inn{width:1100px; margin:0 auto; padding:30px 0; }
	#quick_links{float:left; width:30%;  }
	#get_in_touch{float:left; width:30%; font-weight:500; line-height:30px; font-size:13px; }
	#newsletter{float:left; width:35%;}
	

/*******
STYLE
*********/
h1{font-family: "Bitter", serif; font-size:35px; line-height:40px; font-weight:500; margin-top:0; text-transform:capitalize;}
h2{ font-size:32px; line-height:35px;  font-weight:700; margin-top:0; }
h3{font-family: "Bitter", serif; font-size:22px; font-weight:700; line-height:30px;}

.style1{font-size:22px; font-weight:700; line-height:30px;}

.style2{font-family: "Bitter", serif; font-size:22px; font-weight:500; line-height:30px;}

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

.form{width:100%;}

.btn{ height:35px; font-weight:bold; font-family:'Montserrat', sans-serif; text-align:center; color:#000; background:#ebebeb; border:1px solid #ebebeb;  font-size:12px; margin-top:10px; padding:5px 15px; text-transform:uppercase; cursor:pointer;}
.email_error{ padding:2%; width:96%; border:1px solid red; color:red; margin:0 auto; text-align:center;}
.inputsize{width:80%; 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:40px;  }
::placeholder {
  color: black;
  font-style: italic;
  font-size:14px;
  opacity: 1; /* Firefox */
}

.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%;
}

.blog_post_title a {
    color: #FFFFFF !important;
}

#blog_main{
    width: 1280px;
    margin: 0 auto;
}

#store_emailcapture_front{
    background-color: #000000;
    padding:10px;
    border:2px solid #eeeeee;
}

@media screen and (max-width: 1280px){	
	#blog_main{width:95%;}
}

.product_tabs{
    background: #5A5A5A !important
}

.product_tabs .tab_nav{
    border-bottom:1px solid #FFFFFF;
}

.product_tabs .tab_nav a{
    background: #DDDDDD !important;
    color:#222;
    border:none !important;
    top: 0px !important;
}

.product_view .product_description{
    padding:none;
}

.product_tabs .tabs {
    border:none !important;
}

.product_tabs .tab_nav a.selected{
    background: #FFFFFF !important;
    color:#000 !important;
}

.product_tabs .tab{
    padding:8px !important;
}

.product_tabs .tab, .product_tabs .tabs {
    background: #5A5A5A !important;
    color: #FFFFFF;
}

#review_write_container{
    background: #252525 !important;
}

#review_write_container label.rating{
    background: #000000 !important;
    color:#FFFFFF !important;
}

#review_write_container label.rating.rating_highlight{
    background: #FFFFFF !important;
    color:#000000 !important;
}