@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500);
@import 'font-awesome.css';

/* Clear CSS */
.clearfix { }
.clear { clear:both;}
.clearfix:after{ content: "."; display:block; height:0; font-size:0; clear:both; visibility:hidden;}

/* Float CSS */
.moveL { float:left;}
.moveR { float:right;}

/* Break CSS */
.break10 { clear:both; margin:10px 0px; height:1px;}
.break5 { clear:both; margin:5px 0px; height:1px;}
.break { clear:both; margin:2px 0px; height:1px;}

p, body, div, h1, h2, h3, h4, h5, h6, form, input, button, select, label { margin:0px; padding:0px;}
h1, h2, h3, h4, h5, h6 { font-weight:normal;}

img { border:none; outline:none;}
a, input { border:none; outline:none;}

.Round { border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px;}
.Round5 { border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px;}
.Round8 { border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; -khtml-border-radius:8px;}
.RoundLeft { border-radius:3px 0px 0px 3px; -moz-border-top-left:3px; -moz-border-bottom-left:3px; -webkit-border-top-left:3px; -webkit-border-bottom-left:3px; -khtml-border-top-left:3px; -khtml-border-bottom-left:3px;}
.RoundRight { border-radius:0px 3px 3px 0px; -moz-border-top-right:3px; -moz-border-bottom-right:3px; -webkit-border-top-right:3px; -webkit-border-bottom-right:3px; -khtml-border-top-right:3px; -khtml-border-bottom-right:3px;}

a { transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -khtml-transition: all 0.5s ease-in-out 0s;}
.hover { transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -khtml-transition: all 0.5s ease-in-out 0s;}

.fontstyle { font-family: 'Ubuntu', sans-serif; font-family: 'Roboto', sans-serif;}

/*-----------------------------Common CSS END-----------------------------*/

body { background:#fff; font-family: 'Droid Sans', sans-serif; font-size:12px; font-weight:400; color:#333; word-wrap:break-word;}

.Container { width:1170px; margin:0px auto; padding:0px; position:relative;}

#Header { background:rgba(0,0,0,0.7); padding:10px 0px; width:100%; display:table; position:relative; z-index:99;}
.TopMenu { float:left;}
.TopMenu ul { margin:0px; padding:0px;}
.TopMenu ul li { list-style:none; float:left; line-height:28px; position:relative;}
.TopMenu ul li a { display:block; text-decoration:none; color:#ccc; padding:10px 28px; text-transform:uppercase; font-size:14px; font-family: 'Roboto', sans-serif; font-weight:500; transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s;}
.TopMenu ul li:hover > a { color:#fff;}
.TopMenu ul ul { float:left; width:210px; position:absolute; left:0px; top:100%; background-color:rgba(0,0,0,0.8); visibility:hidden; opacity:0; margin:20px 0px 0px 0px; z-index:10; box-shadow:0px 5px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow:0px 5px 5px 0px rgba(0,0,0,0.1); -webkit-box-shadow:0px 5px 5px 0px rgba(0,0,0,0.1); transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out;}

.TopMenu ul ul ul { left:100%; top:0px;}
.TopMenu ul ul li { list-style:none; float:none; width:100%; border-bottom:1px solid rgba(255,255,255,0.1);}
.TopMenu ul ul li:last-child { border:none;}
.TopMenu ul ul li a { padding:6px 12px; text-transform:capitalize; font-family: 'Roboto', sans-serif; font-weight:500; font-size:12px;  transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; color:#fff;}
.TopMenu ul ul li a:hover { background:#20b34b; color:#fff !important;}
.TopMenu ul li:hover > ul { display:block; visibility:visible; opacity:1; margin:0px;}
.TopMenu ul ul li:hover > ul { opacity:1; margin:0; display:block !important}

.Basket { float:right;}
.Basket a { background:#20b34b; line-height:48px; display:block; padding:0px 10px; color:#fff; text-decoration:none; font-size:14px; text-transform:uppercase;}
.Basket a i { font-size:24px; padding-right:5px;}
.Basket a:hover { background: #03a1e8;}

#Logo { text-align:center; padding-top:8px;}
.Search { position:absolute; top:8px; right:0px; background:rgba(0,0,0,0.7);}
.Search .SearchInput { height:32px; float:left; width:220px; font-size:12px; font-family: 'Ubuntu', sans-serif; font-weight:400; background:none; border:none; box-shadow:none; padding:0px 5px; color:#ccc;}
.Search .SearchBtn { background:none; font-size:14px; color:#20b34b; border:none; float:left; width:32px; height:32px; text-align:center;}
.Search .SearchBtn:hover { color:#03a1e8; cursor:pointer;}

.Space { height:374px; display:block;}

#CatBG { background:url(../images/cat-bg.jpg) top center no-repeat; padding:20px 0px; width:100%;}
.CatBox { width:254px; float:left; text-align:center;}
.CatBox a:hover { opacity:0.5;}
.CatBox h3 { color:#20b34b; font-family: 'Roboto', sans-serif; font-weight:500; font-size:16px; text-transform:uppercase;}
.CatBox h4 { color:#999;}

.Featured {}
h2.FTitle { text-transform:uppercase; color:#222; font-family: 'Roboto', sans-serif; font-weight:500; font-size:22px; text-align:center; padding:15px 0px;}

.Thumbnail { width:200px; float:left; margin:12px 17px;}
.Thumbnail .PImg { width:200px; height:230px; display:table-cell; vertical-align:middle; border:1px solid #999;}
.Thumbnail .PImg:hover { border:#20b34b;}
.Thumbnail p { font-size:12px; line-height:18px; padding:5px 0px;}
.Thumbnail p span { display:block; color:#20b34b;}
.BCart button { background:#151515; border:none; color:#fff; text-transform:uppercase; font-family: 'Roboto', sans-serif; font-weight:500; padding:3px 5px;}
.BCart button:hover { background:#20b34b; cursor:pointer;}

.InnBanner { background:url(../images/inner-img.jpg) top center no-repeat; position:absolute; left:0px; top:0px; bottom:0px; right:0px; height:234px; text-align:center;}

.WhiteBG { min-height:450px; margin:15px 0px 20px;}
h2.Title { background:#20b34b; text-align:center; text-transform:uppercase; color:#fff; font-weight:700; height:50px; line-height:50px; font-size:24px; margin-bottom:8px;}

.PageText { line-height:20px;}

.ContactP { width:500px; text-align:left;}
.ContactForm { width:500px; float:right; text-align:left;}
.Thanks { margin-bottom:10px; font-size:16px; text-transform:uppercase; font-weight:500; color:#090;}
.FormField { margin-bottom:8px;}
.FormField legend { float:left; width:60px; text-align:right; padding-right:10px; line-height:28px; color:#333}
.FormField legend span { color:#c10427; padding:2px;}
.FormField label { float:left; margin-left:5px; line-height:27px;}
.FormField input.UpdateBtn { background:#266da5; padding:5px 10px; color:#fff; border:none; font-family:'Roboto', sans-serif; font-weight:500; box-shadow:none; border:none;}
.FormField input, .FormField select, .FormField textarea { float:left; border:1px solid #ccc; color:#333; font-size:12px; padding:6px 5px; background:#fff; font-family: 'Roboto', sans-serif; font-weight:400; transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -khtml-transition: all 0.5s ease-in-out 0s;}
.FormField input:hover, .FormField select:hover, .FormField textarea:hover, .FormField input:focus, .FormField select:focus, .FormField textarea:focus { border-color:#20b34b;}
.FormField input.Button { background:#20b34b; padding:0px 8px; height:30px; color:#fff; border:none; text-align:center; font-size:13px; text-transform:uppercase; margin:10px 0 20px; box-shadow:none; font-family:'Roboto', sans-serif; font-weight:500; cursor:pointer; transition: all 0.5s ease-in-out 0s;}
.FormField input.Button:hover { background:#222;}

.LeftMenuCon { width:240px; float:left;}
.RightSide { width:915px; float:right;}
.LefMenu li.MainLeftCats { list-style:none; margin-bottom:3px; transition: all 0.3s ease-in-out 0s; position:relative;}
.LefMenu li.MainLeftCats:hover {}
.LefMenu li.MainLeftCats a { background:#20b34b; line-height:50px; display:block; color:#fff; font-family: 'Roboto', sans-serif;  font-size:14px; text-decoration:none; text-transform:uppercase; font-weight:500; transition: all 0.5s ease-in-out 0s; padding:0px 8px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px;}
.LefMenu li.MainLeftCats a:hover, .LefMenu li.MainLeftCats a.active { background:#222;}
.submenu ul { padding:0px; margin:0px;}
.submenu ul li { list-style:none;}
.submenu ul li a { color:#222; font-size:11px; line-height:26px; text-decoration:none; display:block; padding:0px; margin-bottom:2px; font-family: 'Roboto', sans-serif; font-weight:500; border-bottom:1px solid #ccc;}
.submenu ul li:last-child a { border:none;}
.submenu ul li a:hover, .submenu ul li a.active { color:#20b34b; padding-left:5px;}
.submenu ul li a span { margin-right:3px; display:inline-block;}

.Pagination { clear:both; margin:10px 0 20px;}
.Pagination a { background:#20b34b; padding:3px 6px; font-size:11px; text-decoration:none; color:#fff; transition: all 0.5s ease-in-out 0s; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px;}
.Pagination a:hover, .Pagination a.paging_act { background:#222;}

.NoProd { line-height:150px; font-family: 'Roboto', sans-serif; font-weight:500; text-align:center; font-size:24px; color:#999;}

.ProImgCon { float:left; width:506px;}
.ProdDetailImg { background:#fff; width:500px; height:500px; display:table-cell; vertical-align:middle; border:3px double #ccc; position: relative;}
.ProdDetailImg:hover { border-color:#20b34b;}
.ProdDetailImg .watermark {background: url(../images/watermark.png) center no-repeat; width: 500px; height: 500px; position: absolute; top: 0; left: 0;}
.ProDetailsCon { float:right; width:400px;}
.ProDetailsCon h1 { color:#20b34b; font-size:22px; font-family:'Roboto'; font-weight:700; text-transform:uppercase;}
.DetailArt { color:#20b34b; margin:8px 0 10px;}
.DetailArt span { color:#333;}
.Price { color:#20b34b; font-size:18px; font-family:'Roboto'; font-weight:700; margin-bottom: 12px; }
.Price span { color: #111;}
.DetailsCon { min-height:100px; margin-bottom:10px; color:#333; width:300px; }
.DetailsCon span { color:#20b34b; font-size:13px; font-weight:500; }
.ProdOpt { margin-bottom:12px;}
.ProdOpt span { width:70px; font-size:13px; font-weight:500; color:#20b34b; display:inline-block;}
.ProdOpt select, .ProdOpt input { border:1px solid #ccc; min-width:50px; padding:2px; color:#666; background:#f7f7f7; box-shadow:1px 1px 1px #ccc inset}
.Button { background:#20b34b; height:28px; text-transform:uppercase; color:#fff; padding:0px 5px; border:none; font-family: 'Roboto'; font-weight:500; cursor:pointer; font-size:11px; margin-bottom:10px; margin-right:5px; transition: all 0.5s ease-in-out 0s; cursor:pointer;}
.Button:hover { background:#222;}

.Related { clear:both; padding:5px 0 50px;}

.OrdHisTop { background:#333;}
.OrdHisTop ul { margin:0px; padding:0px;}
.OrdHisTop li { display:inline-block; font-size:11px; color:#fff; border-right:1px solid #222; padding:4px 0px; width:17%; text-align:center; list-style:none; text-transform:uppercase; font-weight:500;}
.OrdHisTop li:first-child { width:25px;}
.OrdHisTop li:last-child { border:none; width:145px;}

.EmptyCart { margin:20px 0px; text-align:center; font:500 24px/120px 'Roboto'; color:#555; }
.EmptyCart a { color:#F00; text-decoration:none; transition: all 0.5s ease-in-out 0s;} .EmptyCart a:hover { color:#222}
.BasketCon { padding:10px 0px; border:solid #333; border-width:0px 1px 1px;}
.BasketImg { width:115px; float:left; border-right:1px solid #333;}
.BasketDetails { float:left; width:53%; padding:0 3px; display:block}
.BasketDetails p { border-bottom:1px solid #333; padding-bottom:3px; margin-bottom:8px; font-size:11px;}
.BasketQty { width:17%; float:left; padding:0 3px;}
.BasketCon .txt_id { text-align:center; margin-bottom:8px;}
.BasketRate { width:13%; float:left; text-align:center; font-size:14px;}
.BasketTotal { width:13%; float:left; text-align:center; padding:0 3px;}
.BasketTotal p { font-size:14px; margin-bottom:10px;}
.BasketCon .txt_id{ color:#666; font-size:12px; padding:3px 5px; background:#fff; border:1px solid #ccc;}
.BasketTotal a:hover { opacity:0.6;}
.Total { margin:15px 0; padding:0px; font:500 26px/20px 'Roboto'; color:#f21b22; text-align:right; text-transform:uppercase; float:none;}
.Total span { color:#333;}
.Checkout .btn { background:#20b34b; padding:0; width:110px; height:28px; font:500 12px/28px 'Roboto'; color:#fff; text-shadow:none; text-transform:uppercase; float:right; text-decoration:none; text-align:center; margin-left:5px; transition: all 0.5s ease-in-out 0s;}
.Checkout .btn:hover, .UpdateBtn:hover { background:#222;}
.UpdateBtn { background:#20b34b; padding:2px 6px; color:#fff; border:none; font-weight:400; font-size:11px; text-transform:uppercase; cursor:pointer; transition: all 0.5s ease-in-out 0s; font-family:'Roboto', sans-serif; font-weight:500;}
.SubmitText { font-size:22px; text-transform:uppercase; line-height:150px; text-align:center; color:#090}
.QuoteForm { padding-top:10px; margin:0px auto; width:800px;}
.QuoteForm .FormField legend { width:150px;}

.FooterTop { padding:20px 0px; text-align:center;}
.SoicalLinks {}
.SoicalLinks a { background:#20b34b; padding:11px 0; width:40px; border-radius:20px; text-align:center; text-decoration:none; color:#fff; display:inline-block; font-size:18px;}
.SoicalLinks a:hover { background:#03a1e8;}
.FooterTop p { font-size:13px; padding-top:8px;}
.FooterTop p span { padding:0px 4px 0px 10px; font-family: 'Roboto', sans-serif; font-weight:500; color:#000; }
.FooterTop p a { text-decoration:none; color:#333;}
.FooterTop p a:hover { text-decoration:underline;}

#Footer { background:#171717; width:100%; display:table; padding-top:30px; margin-top:10px; color:#999;}
#Footer h2 { font-size:18px; font-family: 'Droid Sans', sans-serif; font-weight:700; text-transform:uppercase; color:#fff; margin-bottom:5px; padding:0px;}

.f-icons{ margin-bottom: 30px;}

#FLogo { position:absolute; left:37%; top:16px;}

.FLeft, .FRight { width:400px;}
.Signup { margin-bottom:30px;}
.Signup p { font-size:14px; margin-bottom:10px;}
.Signup .Letter { border:1px solid #3d3d3d;}
.Signup .SigInput { background:#fff; height:34px; padding:0px 5px; float:left; width:300px; border:none; box-shadow:none; font-family: 'Ubuntu', sans-serif; font-weight:400; color:#666; font-size:13px; }
.Signup .SigBtn { background:none; border:none; float:right; width:90px; text-align:center; height:34px; text-transform:uppercase; color:#fff; font-family: 'Ubuntu', sans-serif; font-weight:500; font-size:14px;}
.Signup .SigBtn:hover { color:#20b34b; cursor:pointer;}
.About p { line-height:18px;}
.About p a { color:#20b34b; text-decoration:none; font-family: 'Ubuntu', sans-serif; font-weight:500;}
.About p a:hover { text-decoration:underline;}
.NewsUpdate { margin-bottom:20px;}
.NewsUpdate .News { margin-bottom:8px; font-size:13px;}
.NewsUpdate .News span { display:block; font-family: 'Ubuntu', sans-serif; font-weight:500; color:#20b34b; font-size:14px;}
.FLinks ul { margin:0px; padding:0px;}
.FLinks ul li { list-style:none; float:left; width:50%; margin-bottom:5px;}
.FLinks ul li a { font-family: 'Ubuntu', sans-serif; font-weight:500; color:#999; font-size:14px; text-decoration:none;}
.FLinks ul li a:hover { color:#fff;}

.FBtm { border-top:1px solid #333; margin-top:15px; padding:20px 0px; text-align:center;}
.FBtm ul { margin:0px; padding:0px;}
.FBtm ul li { list-style:none; display:inline-block; padding:0px 15px;}
.FBtm ul li a { text-decoration:none; font-family: 'Ubuntu', sans-serif; font-weight:400; font-size:14px; color:#999;}
.FBtm ul li a:hover { color:#fff;}
.FBtm p { padding-top:10px; font-family: 'Ubuntu', sans-serif; font-weight:500; font-size:14px;}
.FBtm p a { text-decoration:none; color:#20b34b; text-transform:uppercase;}
.FBtm p a:hover { text-decoration:underline;}