@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|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;}

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;}

/*-----------------------------Common CSS END-----------------------------*/

body { background:#fff; font-family: 'Roboto', sans-serif; font-weight:400; font-size:12px; color:#333; word-wrap:break-word;}

.Container { width:1170px; margin:0px auto; padding:0px; position:relative;} 

#TopBG { background:#202121; padding:7px 0px; height:26px; width:100%; display:table;}
#TopBG .Welcome { float:left; line-height:26px; font-size:13px; text-transform:uppercase; color:#fff; font-weight:500;}
#TopBG #Lang { float:right;}

#HeaderBG { background:#50b8e7; position:relative; z-index:999; width:100%; display:table;}
#HeaderBG #Logo { float:left;}
#HeaderBG .Basket { float:right; margin:31px 0px;}
#HeaderBG .Basket a { background:#202121; line-height:38px; padding:0px 12px; display:block; font-size:13px; color:#fff; text-decoration:none; font-weight:500;}
#HeaderBG .Basket a i { font-size:14px;}
#HeaderBG .Basket a:hover { background-color:#267aaf;}
#HeaderBG .Search { background:#fff; height:38px; float:right; margin:31px; width:230px;}
#HeaderBG .SearchInput { background:none; height:38px; padding:0px 5px; float:left; width:170px; box-shadow:none; font-family: 'Roboto', sans-serif; font-weight:500; font-size:10px; color:#5b5b5b;}
#HeaderBG .SearchBtn { background:#202121; width:50px; height:38px; color:#fff; font-size:16px; border:none; float:right;}
#HeaderBG .SearchBtn:hover { background-color:#267aaf; cursor:pointer;}

.menu { background:#202121; height:50px; width:100%; display:table;}
.menu ul { margin:0px; padding:0px;}
.menu ul li { list-style:none; float:left; position:relative;}
.menu ul li a { display:block; text-decoration:none; color:#fff; padding:6px 20px; text-transform:uppercase; font-size:14px; 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; margin:10px 0;}
.menu ul li:hover > a { background:#50b8e7; color:#fff;}
.menu ul ul { float:left; width:210px; position:absolute; left:0px; top:100%; visibility:hidden; opacity:0; margin:20px 0px 0px 0px; z-index:10; transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; }
.menu ul ul li { background-color:rgba(0,0,0,0.8); list-style:none; float:none; width:100%; border-bottom:1px solid rgba(255,255,255,0.1); transition: all 0.5s ease-in-out 0s;}
.menu ul ul li:last-child { border:none;}
.menu ul ul li a { padding:10px 12px; text-transform:capitalize; font-weight:400; 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; margin:0;}
.menu ul ul li a:hover { background:#50b8e7; color:#fff;}
.menu ul li:hover > ul { display:block; visibility:visible; opacity:1; margin:0px;}
.menu ul li:hover ul li { }
.menu ul ul li:hover > ul { opacity:1; margin:0; display:block !important}

.Space { height:605px; display:block;}

.FrontCats { padding-bottom:10px;}
.CatInner { position:relative; padding-bottom:40px;}
.MainCat { width:230px; float:left; position:relative; overflow:hidden;}
.MainCat + .MainCat { margin-left:5px;}
.CatLink { background:rgba(255,255,255,0.8); text-align:center; position:absolute; bottom:7px; left:7px; width:216px; display:block; padding:30px 0;}
.CatLink h3 { font-size:24px; color:#151515; line-height:28px; font-family: 'Roboto Condensed', sans-serif; font-weight:700; text-transform:uppercase;}
.CatLink a { line-height:34px; background:#50b8e7; text-decoration:none; text-transform:uppercase; color:#151515; font-weight:700; padding:0 15px; display:inline-block; margin-top:10px;}
.CatLink a:hover { background:#151515; color:#fff;}
.MainCat img { transition:all 300ms ease 0s; -moz-transition:all 300ms ease 0s; -webkit-transition:all 300ms ease 0s;}
.MainCat:hover img { transform:scale(1.2); -moz-transform:scale(1.2); -webkit-transform:scale(1.2);}

.Featured {}
h2.FTitle { background:url(../images/f-title.png) bottom center no-repeat; text-align:center; color:#393939; text-transform:uppercase; font-size:22px; font-family: 'Roboto Condensed', sans-serif; font-weight:700; margin:20px 0px; padding-bottom:20px;}

.WhiteBG { min-height:500px; margin-top:10px;}
.PageText { line-height:24px;}
h2.Title { background:#50b8e7; color:#fff; padding:0px 8px; line-height:36px; margin-bottom:10px; font-family: 'Roboto Condensed', sans-serif; font-weight:700; font-size:18px; text-transform:uppercase;}

.ContactP { width:500px; text-align:left;}
.ContactForm { width:600px; float:right;}
.ContactForm h2 { margin-bottom:15px; text-transform:uppercase; font-weight:700; color:#212121; font-size:20px;}
.FormField { float:left; margin-bottom:8px; width:50%;}
.FormField input, .FormField select, .FormTarea textarea { background:#fff; border:1px solid #ccc; padding:8px 5px; font-size:12px; font-family: 'Roboto', sans-serif; font-weight:400; color:#333; box-shadow:none; 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; -ms-transition:all 0.5s ease-in-out 0s; -o-transition:all 0.5s ease-in-out 0s; box-shadow:0px 0px 2px rgba(0,0,0,0.3) inset;}
.FormField input:hover, .FormField select:hover, .FormTarea textarea:hover { border-color:#50b8e7; box-shadow:0px 0px 2px rgba(80,184,231,0.5) inset;}
.FormField input:focus, .FormField select:focus, .FormTarea textarea:focus { border-color:#50b8e7; box-shadow:0px 0px 2px rgba(80,184,231,0.5) inset;}
.FormField input, .FormField select { width:96%;}
.FormTarea textarea { width:98%;}
.FBtn { width:98%; text-align:right; margin-top:8px;}
.FBtn button { background:#50b8e7; border:none; padding:0px 15px; height:36px; font-weight:500; font-family: 'Roboto', sans-serif; font-size:12px; text-transform:uppercase; color:#fff;}
.FBtn button:hover { cursor:pointer; background:#151515; color:#fff;}
.Thanks { background:#dff0d8; border:1px solid #d6e9c6; width:93%; line-height:50px; font-size:14px; font-weight:600; margin-bottom:10px; color:#3c763d; padding:0px 15px;}

.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:#429cd5; line-height:36px; display:block; color:#fff;  font-family: 'Oswald'; font-weight:400;  font-size:14px; text-decoration:none; text-transform:uppercase;  transition: all 0.5s ease-in-out 0s; padding:0px 8px;}
.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:#429cd5; 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:270px; position:relative; margin:0px; border:1px solid #d0d0d0; position:relative; overflow:hidden; float:left; margin:10px;}
.Thumbnail:hover { border-color:#429cd5;}
.Thumbnail .PImg { width:270px; height:270px; display:table-cell; vertical-align:middle; position:relative; transition: all 0.5s ease-in-out 0s;}
.Thumbnail:hover .PImg { border-color:#33a9ee;}
.Thumbnail p { padding:0px; margin:0px 10px 20px; color:#909090; font-size:13px;}
.Thumbnail p span { display:block; font-size:14px; font-weight:500; margin-bottom:8px; color:#222}
.Thumbnail .btn { background:#429cd5; height:30px; color:#fff; padding:0px 10px; font-size:14px; font-family: 'Roboto', sans-serif; font-weight:500; text-transform:uppercase; cursor:pointer; position:absolute; top:-30px; left:30%; transition: all 0.5s ease-in-out 0s;}
.Thumbnail .btn:hover { background-color:#333;}
.Thumbnail:hover .btn { top:44%;}

.Pagination { clear:both; margin:10px 0;}
.Pagination a { background:#429cd5; padding:3px 6px; font-size:11px; text-decoration:none; color:#fff; transition: all 0.5s ease-in-out 0s; font-weight:500;}
.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;}
.ProdDetailImg:hover { border-color:#429cd5;}
.ProDetailsCon { float:right; width:350px;}
.ProDetailsCon h1 { color:#429cd5; font-size:22px; font-family: 'Roboto Condensed', sans-serif; font-weight:700; text-transform:uppercase;}
.DetailArt { color:#429cd5; margin:8px 0 10px;}
.DetailArt span { color:#333;}
.DetailsCon { min-height:100px; margin-bottom:10px; color:#333; width:300px; }
.DetailsCon span { color:#429cd5; font-size:13px; font-weight:500; }
.ProdOpt { margin-bottom:12px;}
.ProdOpt span { width:70px; font-size:13px; font-weight:500; color:#333; 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:#429cd5; height:28px; text-transform:uppercase; color:#fff; padding:0px 5px; border:none; font-family:'Roboto', sans-serif; font-weight:500; cursor:pointer; font-size:12px; 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:20px;}

.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;}
.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:#429cd5; 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:#429cd5; 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:#50b8e7; padding:25px 0px; width:100%; display:table; margin-top:20px;}
.Newsletter h2, .SocialIcons h2 { font-size:32px; font-family: 'Roboto Condensed', sans-serif; font-weight:700; text-transform:uppercase; color:#fff;}
.Newsletter p { font-size:14px; font-weight:500; color:#fff; margin-bottom:10px; text-transform:uppercase;}
.Newsletter .SigInput { background:#fff; box-shadow:none; height:50px; display:inline-block; font-family: 'Roboto', sans-serif; font-weight:400; color:#333; font-size:12px; padding:0px 5px; width:485px;}
.Newsletter .SigBtn { background:#282828; color:#fff; text-transform:uppercase; font-family: 'Roboto', sans-serif; font-weight:500; font-size:14px; padding:0px 20px; height:50px; display:inline-block; margin-left:10px;}
.Newsletter .SigBtn:hover { cursor:pointer; background:#222;}
.SocialIcons { margin-top:20px;}
.SocialIcons h2 { margin-bottom:8px;}
.SocialIcons a { display:inline-block; text-decoration:none; margin:0 3px;}
.SocialIcons a i { background:#fff; width:42px; height:42px; text-align:center; line-height:42px; font-size:20px; color:#151515}
.SocialIcons a:hover i { background:#151515; color:#fff;}

#FooterBG { background:#202121; width:100%; display:table; color:#fff; padding:40px 0px;}
#FooterBG h2 { font-family: 'Roboto Condensed', sans-serif; font-weight:700; font-size:18px; color:#429cd5; text-transform:uppercase; margin-bottom:20px;}
.FLinks, .NewsUpdate, .FbBox { 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:#fff; font-size:13px;}
.FLinks ul li a:hover { text-decoration:underline;}
.NewsUpdate .News { margin-bottom:10px;}
.NewsUpdate .News span { font-family: 'Roboto', sans-serif; font-weight:500; font-size:13px; display:block; color:#429cd5;}
.FContact { width:270px; float:right; font-size:13px;}
.FContact .Address { background:url(../images/address.png) left 4px no-repeat; padding-left:15px;}
.FContact .Address span { display:block; font-size:18px; font-weight:700; margin-bottom:5px;}
.FContact .Call { background:url(../images/call-icon.png) left center no-repeat; padding-left:20px; margin-top:15px;}
.FContact .Email { background:url(../images/mail-icon.png) left center no-repeat; padding-left:20px; margin-top:15px;}
.FContact .Email a { text-decoration:none; color:#fff;}
.FContact .Email a:hover { text-decoration:underline;}

.CopyRights { background:#2b2c2c; padding:10px 0px; line-height:58px; font-size:13px; font-weight:500; color:#fff; text-align:center}
.CopyRights a { text-decoration:none; color:#429cd5; font-weight:700; text-transform:uppercase;}