@import 'https://fonts.googleapis.com/css?family=Fjalla+One|Roboto:400,500,700';
@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 5px 5px 0px; -moz-border-top-right:5px; -moz-border-bottom-right:5px; -webkit-border-top-right:5px; -webkit-border-bottom-right:5px; -khtml-border-top-right:5px; -khtml-border-bottom-right:5px;}

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: 'Roboto', sans-serif; font-family: 'Fjalla One', sans-serif; }

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

body { background:#fff; font-family: 'Roboto', sans-serif; font-weight:400; font-size:12px; color:#333; word-wrap:break-word; border-top:3px solid #2986e2;}

.Container { width:1170px; margin:0px auto; padding:0px; position:relative; z-index:999;} 

.Header {}
.Header #Logo { float:left;}
.Header .Basket { float:right; margin:34px 0px}
.Header .Basket a { text-decoration:none; color:#222; font-size:14px; font-weight:500; text-transform:uppercase;}
.Header .Basket a i { background-color:#f26529; border-radius:20px; padding:13px; color:#fff; font-size:14px !important; transition: all 0.5s ease-in-out 0s;}
.Header .Basket a:hover i { background-color:#222;}
.Header .EmailCall { float:right; margin:30px 30px 30px 0;}
.Header .EmailCall p { border:1px solid #ccc; line-height:46px; padding:0px 30px; font-size:13px; font-weight:500; border-radius:25px; display:inline-block; margin-left:15px;}
.Header .EmailCall p i { color:#f26529; font-size:16px !important; padding-right:5px; transition: all 0.5s ease-in-out 0s;}
.Header .EmailCall p a { text-decoration:none; color:#222;}
.Header .EmailCall p.Email:hover { background:#f26529; border-color:#f26529;}
.Header .EmailCall p.Email:hover i, .Header .EmailCall p.Email:hover a { color:#fff;}

.MenuBG { background:#252525; position:relative; width:1060px; margin:0px auto; padding:20.5px 0;}
.MenuBG:after { border-top:71px solid #252525; border-right:55px solid transparent; content:""; position:absolute; right:-55px; top:0px;}
.MenuBG:before { border-top:71px solid #252525; border-left:55px solid transparent; content:""; position:absolute; left:-55px; top:0px;}
ul.Menu { margin:0px; padding:0 10px; float:left;}
ul.Menu i { font-size:13px; color:#fff; padding:0 25px 0 30px;}
ul.Menu li { list-style:none; display:inline-block; position:relative; top:2px;}
ul.Menu li a { font-family: 'Fjalla One', sans-serif; font-size:14px; display:block; text-transform:uppercase; text-decoration:none; color:#fff; line-height:30px;}
ul.Menu li a:hover { color:#f26529;}
.Search { background:#141414; height:30px; width:250px; float:right; margin-right:10px;}
.Search .SearchInput { background:none; border:none; box-shadow:none; height:30px; padding:0px 5px; color:#666; font-size:12px; font-family: 'Roboto', sans-serif; font-weight:400; float:left; width:200px;}
.Search .SearchBtn { background:none; border:none; border-left:1px solid #333; margin:4px 0px; width:40px; height:22px; float:right; text-align:center; color:#666; font-size:14px !important;}
.Search .SearchBtn:hover { color:#fff; cursor:pointer;}

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

.AboutBG { background:url(../images/about-bg.jpg) no-repeat; min-height:250px; width:100%; border-bottom:3px solid #f26529;}
.AboutBG h2 { font-size:28px; font-family: 'Fjalla One', sans-serif; color:#222; text-transform:uppercase; padding:15px 25px; line-height:40px;}
.AboutBG .AText { padding:0px 25px; font-size:14px; color:#fff; line-height:26px;}
.AboutBG a.ReadMore { float:right; margin-right:25px; background:#222; color:#fff; text-decoration:none; font-size:13px; font-weight:500; padding:0px 8px; line-height:28px;}
.AboutBG a.ReadMore:hover { background:#f26529; color:#000;}

.Featured {}
h2.FTitle { font-size:28px; font-family: 'Fjalla One', sans-serif; color:#222; text-transform:uppercase; text-align:center; line-height:40px; margin:20px 0 12px;}
.Featured .Thumbnail { background:#fff; width:223px; border:1px solid #ccc; float:left; margin-top:8px; position:relative;}
.Featured .Thumbnail + .Thumbnail { margin-left:11px;}
.Featured .Thumbnail .PImg { width:223px; height:250px; vertical-align:middle; display:table-cell; border-bottom:1px solid #ccc;}
.Featured .Thumbnail p { text-align:center; color:#222; font-weight:500; padding:10px 5px; line-height:20px;}
.Featured .Thumbnail p span { display:block; color:#666;}
.Featured .Thumbnail .BCart { background:#fff; padding:5px 0px 15px; position:absolute; left:-1px; top:70%; opacity:0; visibility:hidden; transition:all 550ms ease 0s; -moz-transition:all 550ms ease 0s; -webkit-transition:all 550ms ease 0s; width:100%; border:solid #ccc; border-width:0px 1px 1px;}
.Featured .Thumbnail .BCart .btn { background:#2986e2; padding:0px 8px; font-size:13px; font-family: 'Roboto', sans-serif; font-weight:500; color:#fff; text-transform:uppercase; height:30px;}
.Featured .Thumbnail .BCart .btn:hover { background:#222; cursor:pointer;}
.Featured .Thumbnail:hover .BCart { top:100%; visibility:visible; opacity:1; z-index:9999; border-color:#2986e2;}
.Featured .Thumbnail:hover, .Thumbnail:hover .PImg { border-color:#2986e2;}

.WhiteBG { min-height:500px; margin-top:10px;}
.PageText { line-height:20px;}
h2.Title { background:#2884e0; color:#fff; padding:0px 8px; line-height:40px; margin-bottom:10px; font-family: 'Fjalla One', sans-serif; font-size:20px; text-transform:uppercase;}

.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:none; color:#333; font-size:12px; padding:6px 5px; background:#f1f1f1; box-shadow:0 1px 2px rgba(0, 0, 0, 0.5) inset, 0 -1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(0, 0, 0, 0.6) inset; font-family: 'Roboto', sans-serif; font-weight:400;}
.FormField input.Button { background:#2884e0; 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:235px; float:left;}
.RightSide { width:925px; 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:#2884e0; line-height:40px; display:block; color:#fff; font-family: 'Fjalla One', sans-serif;  font-size:14px; text-decoration:none; text-transform:uppercase;  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:#2884e0; font-size:12px; line-height:24px; 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:#222; padding-left:5px;}
.submenu ul li a span { margin-right:3px; display:inline-block;}

.Thumbnail { background:#fff; width:220px; border:1px solid #ccc; float:left; margin-bottom:12px; position:relative;}
.Thumbnail + .Thumbnail { margin-left:12px;}
.Thumbnail:nth-child(4n+5) { margin-left:0px;}
.Thumbnail .PImg { width:220px; height:250px; vertical-align:middle; display:table-cell; border-bottom:1px solid #ccc;}
.Thumbnail p { text-align:center; color:#222; font-weight:500; padding:10px 5px; line-height:20px;}
.Thumbnail p span { display:block; color:#666;}
.Thumbnail .BCart { background:#fff; padding:5px 0px 15px; position:absolute; left:-1px; top:70%; opacity:0; visibility:hidden; transition:all 550ms ease 0s; -moz-transition:all 550ms ease 0s; -webkit-transition:all 550ms ease 0s; width:100%; border:solid #ccc; border-width:0px 1px 1px;}
.Thumbnail .BCart .btn { background:#2986e2; padding:0px 8px; font-size:13px; font-family: 'Roboto', sans-serif; font-weight:500; color:#fff; text-transform:uppercase; height:30px;}
.Thumbnail .BCart .btn:hover { background:#222; cursor:pointer;}
.Thumbnail:hover .BCart { top:100%; visibility:visible; opacity:1; z-index:9999; border-color:#2986e2;}
.Thumbnail:hover, .Thumbnail:hover .PImg { border-color:#2986e2;}

.Pagination { clear:both; margin:10px 0;}
.Pagination a { background:#2986e2; 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-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;}
.ProdDetailImg:hover { border-color:#2884e0;}
.ProDetailsCon { float:right; width:400px;}
.ProDetailsCon h1 { color:#2884e0; font-size:22px; font-family:'Oswald'; font-weight:400; text-transform:uppercase;}
.DetailArt { color:#2884e0; margin:8px 0 10px;}
.DetailArt span { color:#333;}
.DetailsCon { min-height:100px; margin-bottom:10px; color:#333; width:300px; }
.DetailsCon span { color:#2884e0; font-size:13px; font-weight:500; }
.ProdOpt { margin-bottom:12px;}
.ProdOpt span { width:70px; font-size:13px; font-weight:500; color:#2884e0; 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:#2884e0; 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-top:1px;}
.Related .Thumbnail + .Thumbnail { margin-left:8px !important;}

.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:#2884e0; 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:#2884e0; 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;}

#SignupBG { background:rgba(173,173,173,0.2); padding:25px 0px; margin-top:20px; width:100%; display:table;}
#SignupBG p { float:left; line-height:32px; text-transform:uppercase; color:#393939; font-size:16px;}
#SignupBG p span { font-size:18px; font-weight:700;}
#SignupBG .Letter { float:right;}
#SignupBG .SigInput { background:#e6e6e6; box-shadow:none; border:1px solid #c7c7c7; height:32px; float:left; font-family: 'Roboto', sans-serif; font-weight:400; color:#333; font-size:12px; padding:0px 5px; width:250px;}
#SignupBG .SigBtn { background:#2884e0; color:#fff; text-transform:uppercase; font-family: 'Roboto', sans-serif; font-weight:500; font-size:14px; padding:0px 10px; height:32px; float:left; margin-left:10px;}
#SignupBG .SigBtn:hover { cursor:pointer; background:#222;}

#FooterBG { background:#222; width:100%; display:table; color:#adadad; padding:40px 0px 25px}
#FooterBG h2 { font-family: 'Fjalla One', sans-serif; font-size:18px; color:#fff; text-transform:uppercase; margin-bottom:20px;}
.FLinks, .NewsUpdate { width:270px; float:left; margin-right:30px;}
.FLinks ul { margin:0px; padding:0px;}
.FLinks ul li { list-style:none; margin-bottom:8px;}
.FLinks ul li a { text-decoration:none; color:#adadad; font-size:13px;}
.FLinks ul li a:hover { color:#2884e0; padding-left:10px;}
.NewsUpdate .News { margin-bottom:10px;}
.NewsUpdate .News span { font-weight:500; font-size:13px; display:block; color:#2884e0;}
.FContact { width:270px; float:right; font-size:13px;}
.FContact i { font-size:14px; margin-right:5px; color:#f26529;}
.FContact .Address {}
.FContact .Address span { display:block; font-size:18px; font-weight:700; margin-bottom:5px; color:#2884e0;}
.FContact .Call, .FContact .Email { margin-top:15px;}

.FContact .Email a { text-decoration:none; color:#adadad;}
.FContact .Email a:hover { text-decoration:underline;}
.CopyRights { background:#313131; padding:15px 0px;}
.CopyRights p { float:left; line-height:50px; font-size:13px; font-weight:500; color:#adadad;}
.CopyRights p a { text-decoration:none; color:#2884e0; font-weight:700; text-transform:uppercase;}
.CopyRights p a:hover { text-decoration:underline;}
.CopyRights .SocialIcons { float:right;}
.CopyRights .SocialIcons a { width:50px; line-height:50px; border-radius:100%; text-align:center; display:inline-block; border:1px solid #ccc; padding:15px 0px; font-size:22px; color:#ccc;}
.CopyRights .SocialIcons a:hover { background-color:#f26529; border-color:#f26529; color:#fff;}