@import url('https://fonts.googleapis.com/css?family=Poppins:400,600');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&display=swap');
@import 'font-awesome.css';

/* Clear CSS */
.clearfix { }
.clear { clear:both;}
.clearfix:after{ content: "."; display:block; height:0; font-size:0; clear:both; visibility:hidden;}

.hover { transition:all 0.5s ease-in-out 0s; -moz-transition:all 0.5s ease-in-out 0s; -ms-transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s; -o-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; -ms-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s;}

a { color: #012546;}

/*-----------------------------Common CSS END-----------------------------*/

body { background:#111; font-size:13px; font-family: 'Poppins', sans-serif; font-weight:400; color:#222; word-wrap:break-word; margin:0px; padding:0px; width:100%; height:100%; overflow-x: hidden;}

.header-4 { background: rgba(0,0,0,0.8); position: absolute; top: 0; left: 0; right: 0; width: 100%; z-index: 999;}

.nav-search, .nav-cart { float: left; margin-left: 8px;}
.nav-search-button i { background: #fff; color: #111; width: 30px; line-height: 30px; text-align: center; border-radius: 3px; cursor: pointer;}
.nav-search-button:hover i, .nav-cart-button a:hover i  { background: #ff0000; color: #fff;}
.nav-cart-button a { position: relative;}
.nav-cart-button a i { background: #fff; color: #111; width: 30px; line-height: 30px; text-align: center; border-radius: 3px; cursor: pointer;}
.nav-cart-button a span { position: absolute; top: -1px; left: -16px; background: #ff0000; border-radius: 20px; width: 22px; height: 22px; line-height: 22px; text-align: center; color: #fff; font-size: 10px;}

.navigation-mobile-container { background: #151414; display: none; padding: 10px 0;}
.nav-mobile-container {  position: relative; }
.btn-mobile { display: inline-block; }
.btn-mobile .button-mobile { display: inline-block; overflow: hidden; font-size: 30px; text-align: center; cursor: pointer; color: #fff !important; position: relative;}
.btn-mobile .button-mobile:hover { color: #fff !important;}
.navigation-mobile { background: #fff; padding: 20px; box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1); }
.navigation-mobile > ul > li { border-bottom: 1px solid #ddd; position: relative;}
.navigation-mobile > ul > li:last-child { border-bottom: none;}
.navigation-mobile > ul > li > a { display: block; text-transform: uppercase; padding: 10px 0; color: #2b2b2b; text-decoration: none;}
.navigation-mobile > ul > li:hover > a, .navigation-mobile > ul > li ul li a:hover { color: #ff0000;}
.navigation-mobile > ul > li ul { display: none; padding-left: 10px;}
.navigation-mobile > ul > li ul li { position: relative;}
.navigation-mobile > ul > li ul li a { display: block; padding: 4px 0; color: #0d0d0c; text-decoration: none;}
.navigation-mobile .touch-button { display: inline-block; width: 20px; height: 20px; background-color: #ff0000; color: #0d0d0c; position: absolute; right: 0; top: 10px; line-height: 20px; text-align: center; cursor: pointer; z-index: 10025;}
.navigation-mobile .touch-button:before { content: '\f067'; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; font-variant: normal; font-synthesis: weight style; font-stretch: normal; font-size-adjust: none; font-language-override: normal; font-kerning: auto; font-feature-settings: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; font-size: 10px; color: #fff;}
.navigation-mobile .touch-button.active:before { content: '\f068'; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; font-variant: normal; font-synthesis: weight style; font-stretch: normal; font-size-adjust: none; font-language-override: normal; font-kerning: auto; font-feature-settings: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; font-size: 10px;}
.navigation-mobile .touch-button span { display: none;}
.collapse-type .navigation-mobile { display: none; position: absolute; z-index: 10020; top: 100%; width: 100%;}
.sidebar-type .navigation-mobile { position: fixed; top: 0; left: -250px; width: 250px; height: 100%; overflow-y: scroll; z-index: 10020; transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s;}
.navbar-active { overflow: hidden;}
.navbar-active .btn-mobile .button-mobile.active:before { content: ''; position: fixed; left: 0; top: 0; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); z-index: 10010;}
.navbar-active .sidebar-type .navigation-mobile { left: 0;}
.sidebar-image.static-image { display: table;}

section.front-about { padding: 30px 0;}
.about-text { text-align: center;}
.about-text h2 { font-size: 26px; text-transform: uppercase; color: #fff; font-weight: 600; margin: 0 0 10px;}
.about-text p { line-height: 30px; color: #999;}
.about-text a { background: #2b2b2b; color: #fff; text-transform: uppercase; font-weight: 400; padding: 0 12px; line-height: 36px; display: inline-block; font-size: 12px;}
.about-text a:hover { background: #ff0000; color: #fff;}

section.main-cats { margin-top: 20px; padding: 30px 0;}
.CatBox a { position:relative; text-decoration:none; color:#fff; overflow:hidden; text-transform:uppercase; display:block;}
.CatBox a span { background:rgba(0,0,0,0.8); position:absolute; left:0px; bottom:-44px; line-height:44px; width:100%; font-weight:600; transition:all 0.5s ease-in-out 0s; -moz-transition:all 0.5s ease-in-out 0s; -ms-transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s; -o-transition:all 0.5s ease-in-out 0s; text-align:center; font-size:18px;}
.CatBox a:hover span { bottom:0px;}

section.featured { background:rgba(255,255,255,0.8); padding:30px 0;}
section.featured h2 { text-align:center; color:#cf0101; font-size:22px; line-height:60px; font-weight:600; text-transform:uppercase;}

.ProdBox { background:#f0efef; padding:8px; border:1px solid #ccc; margin:0 0 30px;}
.ProdBox:hover { border-color:#cf0101}
.ProdBox .PrdImg { background:#fff; position:relative; overflow:hidden;}
.ProdBox button { position:absolute; top:-30px; left:25%; background:#cf0101; line-height:28px; height:28px; padding:0px 8px; border:none; color:#fff; font-weight:600; text-transform:uppercase;}
.ProdBox button:hover { background:#222; color:#fff; cursor:pointer;}
.ProdBox:hover button { top:0px;}
.ProdBox h3 { padding:8px 0px 5px; font-size:13px; color:#222;}
.ProdBox p { font-size:12px; color:#666;}

.inner-pages { padding: 30px 0; background: #fff; min-height: 450px;}
.page-text p { line-height:28px;}
.contact-map { margin-bottom: 20px;}

.mobile-left { display: none;}

.LefMenu li.MainLeftCats { list-style:none; margin-bottom:3px; transition: all 0.3s ease-in-out 0s; position:relative;}
.LefMenu li.MainLeftCats a { background:#2b2b2b; display:block; color:#fff; font-weight:600; font-size:14px; text-decoration:none; text-transform:uppercase; padding:14px 15px; text-align:left; border-radius:5px; transition:all 0.5s ease-in-out 0s; -moz-transition:all 0.5s ease-in-out 0s; -ms-transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s; -o-transition:all 0.5s ease-in-out 0s;}
.LefMenu li.MainLeftCats a:hover, .LefMenu li.MainLeftCats a.active { background:#ff0000; color:#0d0d0c;}
.submenu ul { padding:0; margin:0px;}
.submenu ul li { list-style:none;}
.submenu ul li a { color:#151414; font-size:12px; line-height:24px; text-decoration:none; display:block; padding:0px; margin-bottom:2px; border-bottom:1px solid #ccc; font-family: 'Open Sans', serif; font-weight:400; transition:all 0.5s ease-in-out 0s; -moz-transition:all 0.5s ease-in-out 0s; -ms-transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s; -o-transition:all 0.5s ease-in-out 0s;}
.submenu ul li:last-child a { border:none;}
.submenu ul li a:hover, .submenu ul li a.active { color:#2b2b2b; padding-left:5px;}
.submenu ul li a span { margin-right:3px; display:inline-block;}

.pagination ul { margin: 0; padding: 0; text-align: center; width: 100%;}
.pagination ul li { list-style: none; display: inline-block;}
.pagination ul li a { background: #2b2b2b; color: #fff; border-radius: 3px; display: inline-block; padding: 0 12px; line-height: 28px; font-weight: 600; transition:all 0.5s ease-in-out 0s; -moz-transition:all 0.5s ease-in-out 0s; -ms-transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s; -o-transition:all 0.5s ease-in-out 0s;}
.pagination ul li a.p-active, .pagination ul li a:hover { background: #ff0000; color: #0d0d0c;}

.prod-details h1 { text-align:left; font-size:24px; font-weight: 600; margin: 0; color: #2b2b2b; }
.prod-details h3 { font-weight:500; font-size:16px; color:#151414; border-bottom: 1px solid #ccc; margin:5px 0 10px; padding: 0 0 5px; font-family: 'Ubuntu', sans-serif;}
.prod-details .description { min-height:100px; font-weight:400; font-size:12px; line-height: 22px; color:#666; margin-bottom: 10px;}
.prod-details .description span { font-family: 'Ubuntu', sans-serif; font-weight:500; color:#151414; font-size:14px;}
.prod-details .prd-opt { margin-bottom:20px;}
.prod-details .prd-opt label { width:20%; text-align:left; font-weight:600; font-size:12px; text-transform:uppercase; line-height:34px; margin:0; color: #2b2b2b;}
.prod-details .prd-opt .form-control { width:30%; font-weight:400; font-size: 12px;}
.like-box { margin-top:3rem;}
.form-control:focus { border-color: #2b2b2b; box-shadow: none;}

h2.r-title { text-align: center; margin: 0; padding: 50px 0 20px; font-weight: 600; font-size:28px; color: #2b2b2b;}

.CartInfo {  min-height:400px; margin:0; padding:0;}
.CartInfo table { border-collapse:collapse; border-left:1px solid #151414; border-right:1px solid #151414; border-top:1px solid #151414; margin-bottom:15px; width:100%; max-width:100%; background-color:#fff; border-spacing:0;}
.CartInfo thead td { background-color:#151414; border-bottom:1px solid #151414; color:#fff; font-weight:600; outline:none;}
.CartInfo td { padding:7px; }
.CartInfo thead .image, .CartInfo thead .action { text-align:center;}
.CartInfo thead .productd, .CartInfo thead .quantity { text-align:left;}
.CartInfo tbody .image, .CartInfo tbody .action { text-align:center;}
.CartInfo tbody .action i { font-size:16px; color:#F00}
.CartInfo tbody td { border-bottom:1px solid #012546; vertical-align:middle;}
.CartInfo tbody td input[type="text"] { background:#f2f2f2; width:35.5%; text-align:center; border: none; border-radius: 5px; border: none; margin-bottom: 5px;}
.CartInfo tbody .productd h4 { font-weight:600; margin-bottom:10px; font-size:14px; color: #012546; text-transform:uppercase;}
.CartInfo tbody .productd h5 { font-size:12px; color:#888; margin-bottom:5px; font-weight:400;}
.CartInfo tbody .form-control { border-radius:0;}
.CartInfo tbody .productd p { color:#888; font-weight:400;}
.CartInfo tbody .form-control:focus { border-color:#ff3d55;}
h2.Total { text-align:right; font-size:20px; font-weight:700; text-transform:uppercase;}
h2.Total span { color:#ff3d55}
.basket-btn { text-align:right;}

.SubmitText { text-align:center; color:#060; font-size:22px; font-weight:600; padding:8rem 0 8rem;}

.NoProd { text-align:center; color:#ccc; font-size:22px; padding:5rem 0 8rem; width:100%;}

.EmptyCart { text-align:center; font-weight:600; font-size:22px; color:#282828; padding-top:100px;}
.EmptyCart a { color:#2b2b2b;}
.EmptyCart a:hover { color:#888;}


.cd-top { display:inline-block; height:40px; width:40px; text-align:center; font-size:16px; color:#0d0d0c; background:#ff0000; line-height:40px; position:fixed; bottom:30px; right:30px; overflow:hidden; visibility:hidden; white-space:nowrap; opacity:0; transition: all 0.5s ease-in-out 0s; z-index:9999; border-radius: 3px;}
.cd-top:hover { background:#111; color:#fff;}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { transition: all 0.5s ease-in-out 0s;}
.cd-top.cd-is-visible { visibility:visible; opacity:1; }
.cd-top.cd-fade-out { opacity:0.5; }
.no-touch .cd-top:hover { background:#111; opacity:1; color:#fff;}


footer { background:rgba(0,0,0,0.8); border-top:4px solid rgba(207,1,1,1); padding:30px 0;}
footer h2 { color:#fff; margin-bottom:15px; text-transform:uppercase; font-size:20px; font-family: 'Oswald', sans-serif; font-weight:600;}

.FLinks ul { margin:0px; padding:0px;}
.FLinks ul li { list-style:none; margin-bottom:10px;}
.FLinks ul li a { text-decoration:none; color:#999;}
.FLinks ul li a:hover { color:#cf0101;}

.NewsUpdate .NewsName { margin-bottom:10px; color:#999; font-size: 12px;}
.NewsUpdate .NewsName span { color:#cf0101; font-weight:600; font-size: 14px;}

.Signup p { margin-bottom:10px; color:#ccc; font-size: 12px;}
.Signup form { background:rgba(0,0,0,0.8); padding:1px; height:40px; margin-bottom:10px;}
.Signup .SigInput { background:none; border:none; box-shadow:none; height:40px; padding:0px 5px; width:75%; float:left; color:#ccc;}
.Signup .SigBtn { background:#cf0101; color:#fff; font-weight:500; font-size:12px; text-transform:uppercase; padding:0px 8px; height:40px; float:right; width: 24%; border: none;}
.Signup .SigBtn:hover { cursor:pointer; background:#fff; color: #000;}
.SociaLinks a { background:rgba(207,1,1,0.5); width:32px; height:32px; text-align:center; display:inline-block; color:#fff; transition:all 0.5s ease-in-out 0s;}
.SociaLinks a i { line-height:32px; font-size:14px;}
.SociaLinks a:hover { transform:rotate(360deg);}

.FContact li { list-style:none; margin-bottom:12px; line-height:28px; font-size:12px; color:#999;}
.FContact li i { background:rgba(207,1,1,0.5); width:28px; line-height:28px; float:left; font-size:16px; color:#fff; text-align:center; margin-right:8px;}
.FContact li p { float:left; width:280px; line-height:20px;}
.FContact li a { text-decoration:none; color:#999;}
.FContact li a:hover { text-decoration:underline;}

.CopyRights { background:rgba(207,1,1,1); line-height:60px; text-align:center; font-weight:600; color:#fff;}
.CopyRights a { text-decoration:none; color:#222; text-transform:uppercase;}
.CopyRights a:hover { text-decoration:underline;}


