@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
@import url('https://fonts.googleapis.com/css?family=Oswald: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;}
.hover3 { transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -khtml-transition: all 0.3s ease-in-out 0s;}

fontstyle {font-family: 'Roboto', sans-serif; font-family: 'Oswald', sans-serif;}

/*-----------------------------Common CSS END-----------------------------*/

body { background:#20232a; font-size:12px; color:#d6d6d6; font-family: 'Roboto', sans-serif; font-weight:400; word-wrap:break-word; margin:0; padding:0;}

.Container { width:1170px; margin:0 auto; padding:0;}

.TopHead {}
.TopHead #Lang { padding:8px 0; float:left;}
.TopHead .Search { float:right; background:#fff; height:30px; margin:5px 0; border-radius:3px; width:250px;}
.TopHead .Search input { background:none; border:none; box-shadow:none; color:#333; font-size:12px; font-family: 'Roboto', sans-serif; font-weight:400; height:30px; padding:0 5px; width:200px;}
.TopHead .Search button { background:none; border:none; color:#fd3c3d; font-size:18px; float:right; width:30px; height:30px; text-align:center;}
.TopHead .Search button:hover { color:#20232a; cursor:pointer;} 
.TopHead .SocialIcons { float:right; margin-right:20px; padding:5px 0;}
.TopHead .SocialIcons a { display:inline-block; margin:0 2px;}
.TopHead .SocialIcons a i { background:#fff; color:#20232a; width:30px; line-height:30px; border-radius:50px; text-align:center; font-size:14px;}
.TopHead .SocialIcons a:hover i { transform:rotate(360deg); background:#fd3c3d; color:#fff;}

.MenuBG { background:#fd3c3d; width:100%; display:table;}
.MenuBG #Logo { float:left;}
.Basket { float:right; margin:23px 0;}
.Basket a { text-decoration:none; color:#fff; text-transform:uppercase; font-size:14px; font-weight:500;}
.Basket a i { background:#fff; color:#fd3c3d; padding:12px 14px; margin-right:5px; border-radius:3px;}
.Basket a:hover { color:#20232a;}
.Basket a:hover i { background:#20232a; color:#fff;}
.menu { margin:23px 20px 23px 0; float:right; }
.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:10px 24px; 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:0; border-radius:3px;}
.menu ul li:hover > a { background:#20232a; 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(32,35,42,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; border-radius:3px;}
.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:#fd3c3d; 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}

.Banner { height:610px;}

.MainCats { margin:20px 0 0;}
.Cat1 .CatBox { height:530px;}
.Cats3 .CatBox { height:170px;}
.Cats3 { margin-left:14px;}
.Cats3 .CatBox + .CatBox { margin-top:10px;}
.CatBox { position:relative; width:380px; overflow:hidden}
.CatBox span { position:absolute; background:rgba(32,35,42,0.7); backface-visibility:hidden; top:0; left:0; bottom:0; right:0; transform:scale(0); text-align:center; opacity:0; border:8px solid #fff; transition:all 0.5s ease-in-out 0s;}
.Cat1 .CatBox span { padding:63% 0}
.Cats3 .CatBox span { padding:16% 0}
.CatBox:hover span { transform:scale(1); opacity:1;}
.CatBox span h2 { font-family: 'Oswald', sans-serif; font-weight:500; text-transform:uppercase; color:#fff; font-size:22px; padding:0; margin:0;}
.CatBox span a { text-decoration:none; color:#fd3c3d; text-transform:uppercase; ont-family: 'Oswald', sans-serif; font-weight:500; font-size:16px;}

.Featured {}
h2.FTitle { text-align:center; color:#fff; text-transform:uppercase; font-size:22px; font-family: 'Oswald', sans-serif; font-weight:700; margin:20px 0px;}
h2.FTitle span { color:#fd3c3d;}

.Thumbnail { background:#fff; width:220px; position:relative; position:relative; overflow:hidden; float:left; margin:0 7px;}
.Thumbnail .PImg { width:220px; height:250px; display:table-cell; vertical-align:middle; padding-bottom:60px;}
.Thumbnail .PrdHover { background:#fd3c3d; padding:10px 0; position:absolute; left:0; bottom:-44px; width:100%;}
.Thumbnail .PrdHover h3 { color:#fff; font-weight:500;}
.Thumbnail .PrdHover p { margin:5px 0 10px; color:#20232a;}
.Thumbnail .PrdHover input { background:#20232a; padding:0px 12px; height:34px; text-transform:uppercase; font-weight:500; font-family: 'Roboto', sans-serif; font-size:13px; border-radius:3px; color:#fff; cursor:pointer; border:1px solid #20232a;}
.Thumbnail .PrdHover input:hover { background:transparent; color:#20232a;}
.Thumbnail:hover .PrdHover { bottom:0;}

.WhiteBG { min-height:500px; margin-top:10px;}
.PageText { line-height:24px;}
h2.Title {  color:#fff; padding:0px; margin:20px 0; font-family: 'Oswald', sans-serif; font-weight:500; font-size:28px; text-align:center; text-transform:uppercase;}

.ContactP { width:500px; text-align:left; line-height:24px;}
.ContactP a { text-decoration:none; color:#fd3c3d}
.ContactP a:hover { text-decoration:underline;}
.ContactForm { width:600px; float:right;}
.ContactForm h2 { margin-bottom:15px; text-transform:uppercase; font-weight:500; color:#fd3c3d; font-size:20px;}
.FormField { float:left; margin-bottom:8px; width:50%;}
.FormField input, .FormField select, .FormTarea textarea { background:#fff; border:1px solid #fff; padding:10px 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; border-radius:3px;}
.FormField input:hover, .FormField select:hover, .FormTarea textarea:hover { border-color:#fd3c3d;}
.FormField input:focus, .FormField select:focus, .FormTarea textarea:focus { border-color:#fd3c3d;}
.FormField input, .FormField select { width:96%;}
.FormTarea textarea { width:98%;}
.FBtn { width:98%; text-align:right; margin-top:8px;}
.FBtn button { background:#fd3c3d; border:none; padding:0px 15px; height:36px; font-weight:500; font-family: 'Roboto', sans-serif; font-size:12px; text-transform:uppercase; border:1px solid #fd3c3d; color:#fff; border-radius:3px;}
.FBtn button:hover { cursor:pointer; background:transparent; 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:220px; float:left;}
.RightSide { width:936px; 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:#fd3c3d; 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; border-radius:3px; border:1px solid #fd3c3d;}
.LefMenu li.MainLeftCats a:hover, .LefMenu li.MainLeftCats a.active { background:transparent; color:#fff}
.submenu ul { padding:0px; margin:0px;}
.submenu ul li { list-style:none;}
.submenu ul li a { color:#d6d6d6; 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 #353940;}
.submenu ul li:last-child a { border:none;}
.submenu ul li a:hover, .submenu ul li a.active { color:#fd3c3d; padding-left:5px;}
.submenu ul li a span { margin-right:3px; display:inline-block;}

.Pagination { clear:both; margin:10px 0;}
.Pagination a { background:#fd3c3d; padding:3px 8px; font-size:11px; text-decoration:none; color:#fff; transition: all 0.5s ease-in-out 0s; font-weight:500; border-radius:3px; border:1px solid #fd3c3d;}
.Pagination a:hover, .Pagination a.paging_act { background:transparent;}

.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:#fd3c3d;}
.ProDetailsCon { float:right; width:350px;}
.ProDetailsCon h1 { color:#fd3c3d; font-size:22px; font-family: 'Roboto Condensed', sans-serif; font-weight:700; text-transform:uppercase;}
.DetailArt { color:#fd3c3d; margin:8px 0 10px;}
.DetailArt span { color:#d6d6d6;}
.DetailsCon { min-height:100px; margin-bottom:10px; color:#d6d6d6; width:300px; line-height:20px;}
.DetailsCon span { color:#fd3c3d; font-size:13px; font-weight:500; }
.ProdOpt { margin-bottom:12px;}
.ProdOpt span { width:70px; font-size:13px; font-weight:500; color:#fd3c3d; display:inline-block;}
.ProdOpt select, .ProdOpt input { min-width:100px; padding:5px; color:#333; background:#fff; border:none; border-radius:3px;}
.Button { background:#fd3c3d; height:36px; text-transform:uppercase; color:#fff; padding:0px 20px; border:none; font-family:'Roboto', sans-serif; font-weight:500; cursor:pointer; font-size:13px; margin-bottom:10px; margin-right:5px; transition: all 0.5s ease-in-out 0s; cursor:pointer; border-radius:3px; border:1px solid #fd3c3d;}
.Button:hover { background:transparent;}

.Related { clear:both; padding-top:20px;}

.OrdHisTop { background:#d6d6d6;}
.OrdHisTop ul { margin:0px; padding:0px;}
.OrdHisTop li { display:inline-block; font-size:12px; color:#2b2e35; border-right:1px solid #2b2e35; padding:6px 0px; width:17%; font-weight:500; 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:#fd3c3d; text-decoration:none; transition: all 0.5s ease-in-out 0s;} .EmptyCart a:hover { color:#fff}
.BasketCon { padding:10px 0px; border:solid #d6d6d6; border-width:0px 1px 1px;}
.BasketImg { width:115px; float:left; border-right:1px solid #d6d6d6;}
.BasketDetails { float:left; width:53%; padding:0 3px; display:block}
.BasketDetails p { border-bottom:1px solid #d6d6d6; 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:5px 10px; background:#fff;}
.BasketTotal a:hover { opacity:0.6;}
.Total { margin:15px 0; padding:0px; font:500 26px/20px 'Roboto'; color:#fd3c3d; text-align:right; text-transform:uppercase; float:none;}
.Total span { color:#d6d6d6;}
.Checkout .btn { background:#fd3c3d; padding:0; width:110px; height:34px; font:500 12px/34px '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; border-radius:3px; border:1px solid #fd3c3d;}
.Checkout .btn:hover, .UpdateBtn:hover { background:transparent;}
.UpdateBtn { background:#fd3c3d; padding:4px 12px; 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; border-radius:3px; border:1px solid #fd3c3d;}
.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:#181a1f; padding:40px 0px; width:100%; display:table; margin-top:30px;}

.NewsUpdate { width:580px; float:left;}
.NewsUpdate h2 { font-size:22px; font-family: 'Oswald', sans-serif; font-weight:500; text-transform:uppercase; color:#fff;}
.News { margin:0 0 10px;}
.News span { display:block; color:#fd3c3d; margin-bottom:5px;}

.Newsletter { float:right; width:580px;}
.Newsletter h2, .SocialIcons h2 { font-size:22px; font-family: 'Oswald', sans-serif; font-weight:500; text-transform:uppercase; color:#fff;}
.Newsletter p { font-size:13px; color:#d0d0d0; margin-bottom:10px; text-transform:uppercase;}
.Newsletter .SigInput { background:#fff; box-shadow:none; height:40px; float:left; font-family: 'Roboto', sans-serif; font-weight:400; color:#333; font-size:12px; padding:0px 10px; width:448px; border-radius:3px;}
.Newsletter .SigBtn { background:#fd3c3d; color:#fff; text-transform:uppercase; font-family: 'Roboto', sans-serif; font-weight:500; font-size:14px; border:1px solid #fd3c3d; padding:0px 20px; height:40px; float:left; margin-left:10px; border-radius:3px;}
.Newsletter .SigBtn:hover { cursor:pointer; background:transparent;}

.Footer { padding:30px 0; width:100%; display:table;}
.Footer h2 { font-size:16px; font-family: 'Oswald', sans-serif; font-weight:500; text-transform:uppercase; color:#fff; margin-bottom:15px;}

.FLinks { width:220px; float:left;}
.FLinks ul { margin:0px; padding:0px;}
.FLinks ul li { list-style:none; margin-bottom:8px;}
.FLinks ul li a { text-decoration:none; color:#d6d6d6; font-size:13px;}
.FLinks ul li a:hover, .FContact li a:hover { color:#fd3c3d;}

.Payment { width:280px; float:left;}
.Certificate { width:280px; float:left; margin-left:40px;}

.FContact { width:300px; float:right;}
.FContact li { list-style:none; line-height:28px; font-size:13px;}
.FContact li i { width:28px; line-height:28px; float:left; font-size:16px; color:#fd3c3d; text-align:center; margin-right:8px;}
.FContact li p { float:left; width:250px; line-height:20px;}
.FContact li a { text-decoration:none; color:#d6d6d6;}

.CopyRight { background:#181a1f; padding:25px 0px; width:100%; display:table; text-align:center;}
.CopyRight a { text-transform:uppercase; color:#fd3c3d; text-decoration:none;}
.CopyRight a:hover { text-decoration:underline;}