@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,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;}

.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;}

.flex-fill { flex: 1 1 auto !important;}
.d-flex { display: flex !important;}

/*-----------------------------Common CSS END-----------------------------*/

body { background:#fff; font-size:13px; font-family: 'Open Sans', sans-serif; font-weight:400; color:#1e1e1e; word-wrap:break-word; margin:0px; padding:0px; width:100%; height:100%;}


.top-contact p { display: inline-block; color: #fff; font-size: 13px; line-height: 26px; font-weight: 600; margin: 0;}
.top-contact p + p { margin-left: 30px;}
.top-contact p i { background: #fff; width: 26px; line-height: 26px; font-size: 14px; color: #ff0000; text-align: center; margin-right: 3px; border-radius: 20px;}
.top-contact p a { text-decoration: none; color: #fff;}
.top-contact p a:hover { text-decoration: underline;}

.top-social { text-align: right;}
.top-social li { list-style: none; display: inline-block;}
.top-social li a i { background: #fff; width: 26px; line-height: 26px; font-size: 14px; color: #ff0000; text-align: center; margin-right: 3px; border-radius: 20px;}
.top-social li a:hover i { background: #222; color: #fff;}

section.main-cats { padding: 30px 0 0;}
.cat-box { margin-bottom: 30px; }
.cat-box h2 { background: #ff0000; line-height: 40px; font-size: 16px; text-transform: uppercase; font-weight: 600; color: #fff; padding: 0 8px; margin: 0; text-align: center;}
.cat-box:hover h2 { background: #222;}

section.featured { margin-bottom: 30px;}
section.featured h2 { text-align: center; text-transform: uppercase; color: #0e0d0d; font-size: 24px; font-weight: 700; margin-bottom: 20px;}
.Thumbnail { background:#fff; border: 1px solid #ccc; margin-bottom: 20px;}
.Thumbnail h3 { font-size:13px;}
.Thumbnail .PrdHover { height:34px; margin-top:8px; line-height:34px;}
.Thumbnail .PrdHover span { text-align:left; padding-left:10px; font-weight:600; float:left;}
.Thumbnail .PrdHover button { background:#ff0000; color:#fff; line-height:34px; float:right; width:50px; text-align:center; height:34px; border:none; font-size:14px; cursor:pointer; }
.Thumbnail .PrdHover button:hover { background: #222; color:#fff;}
.Thumbnail:hover { border-color: #ff0000;}

section.about-block { background-image: url(../images/about-bg.jpg); background-position: center center; background-repeat: no-repeat; min-height: 243px;}
section.about-block .about-text { padding: 30px;}
section.about-block .about-text p { font-size: 13px; line-height: 22px; font-weight: 600;}
section.about-block .about-text a { float: right; background: #222; color: #fff; text-decoration: none; display: block; line-height: 32px; padding: 0 10px; font-weight: 600; font-size: 13px; margin-top: 18px;}
section.about-block .about-text a:hover { background: #ff0000; color: #fff;}

.breadcrumb-bottom-area { background: #ff0000; position: relative; overflow: hidden; padding: 18px 0; margin-bottom: 20px;}
.breadcrumb-bottom-area .left ul{ margin: 0; padding: 0;}
.breadcrumb-bottom-area .left ul li{ display: inline-block; margin-right: 6px; line-height: 20px; font-size: 14px; font-weight: 400; font-family: 'Poppins', sans-serif;}
.breadcrumb-bottom-area .left ul li:last-child{ margin-right: 0;}
.breadcrumb-bottom-area .left ul li a { color: #fff; text-transform: capitalize; transition: all 500ms ease;}
.breadcrumb-bottom-area .left ul li.active{ color: #ccc;    }
.breadcrumb-bottom-area .left ul li i{ font-size: 16px; color: #fff;}
.breadcrumb-bottom-area .left ul li a:hover{ color: #222; text-decoration: none;}

.inner-pages { min-height: 450px;}

.page-txt { font-weight:400; line-height:24px;}
.page-txt a { color: #222;}
.page-txt a:hover { color:#ff0000;}

.contact-form { margin-bottom: 20px;}
.contact-form h4 { margin-bottom:0.3em; letter-spacing:0.08em; line-height:1em; color:#000; text-transform:uppercase; font-weight:400; font-size:20px; text-align:center;}
.contact-form p { font-size:16px; line-height:23px; text-align:center; margin-bottom:22px; font-weight:400; color:#888;}

.form-group label { display:none;}
.form-group { position:relative;}
fieldset .required:after { color:#d73105; content:"*"; font-size:12px; left:-16px; margin:0 0 0 5px; position:absolute; top:8px; font-weight:400;}
.form-group .input-text { background:#f7f7f7; display:block; border:1px solid #ccc; color:#000; font-weight:400; line-height:2.3rem; padding:1.44rem 1rem; width:100%; font-size:14px; box-shadow:none; vertical-align:baseline; outline:none; font-family: "Ubuntu", sans-serif; border-radius: 5px;}
.form-group .input-text:hover, .form-group .input-text:focus { border-color:#ff0000;}
.submit-btn { text-align:right;}
.submit-btn button { background:#ff0000; color:#fff; text-transform:uppercase; font-size:14px; overflow:hidden; position:relative; display:inline-block; margin:0 0.25rem; padding:12px 30px; border-radius: 5px; border: none; font-weight: 600;}
.submit-btn button:hover { background: #0e0d0d; color: #fff;}
.map { margin-bottom: 20px;}

.desktop-left { display: block;}
.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:hover {}
.LefMenu li.MainLeftCats a { background:#ff0000; height:50px; line-height:50px; display:block; color:#fff; font-weight:600; font-size:16px; text-decoration:none; text-transform:uppercase; padding:0px 15px; text-align:left; border-radius:5px;}
.LefMenu li.MainLeftCats a i { color:#fff;}
.LefMenu li.MainLeftCats a:hover, .LefMenu li.MainLeftCats a.active { background:#0e0d0d; color:#fff}
.submenu ul { padding:0 1em 1em; margin:0px;}
.submenu ul li { list-style:none;}
.submenu ul li a { color:#0e0d0d; font-size:12px; line-height:30px; text-decoration:none; display:block; padding:0px; margin-bottom:2px; font-weight:400; border-bottom:1px solid #ccc;}
.submenu ul li:last-child a { border:none;}
.submenu ul li a:hover, .submenu ul li a.active { color:#ff0000; padding-left:5px;}
.submenu ul li a span { margin-right:3px; display:inline-block;}

.pagination { text-align:center; width:100%;}
.pagination a { background:#ff0000; border-radius:3px; padding:4px 10px; font-size:12px; font-weight:600; color:#fff; display:inline-block; text-transform:uppercase; margin:0;}
.pagination a:hover, .pagination a.paging_act{ background:#0e0d0d;}

.prod-details h1 { text-align:center; font-weight:700; font-size:24px; color: #0e0d0d; text-transform:uppercase; }
.prod-details h3 { font-weight:600; font-size:18px; color:#ff0000;}
.prod-details .description { min-height:150px; font-weight:400; font-size:13px; color:#999;}
.prod-details .description span { text-transform:uppercase; color:#0e0d0d; font-size:16px;}
.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: #0e0d0d;}
.prod-details .prd-opt .form-control { width:30%; font-weight:400;}
.prod-details .prd-opt .form-control:focus { border-color: #ff0000; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 160, 0, .6)}


.CartInfo {  min-height:400px; margin:0; padding:0;}
.CartInfo table { border-collapse:collapse; border-left:1px solid #ccc; border-right:1px solid #ddd; border-top:1px solid #ddd; margin-bottom:15px; width:100%; max-width:100%; background-color:#fff; border-spacing:0;}
.CartInfo thead td { background-color:#0e0d0d; border-bottom:1px solid #ddd; 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 #ddd; vertical-align:middle;}
.CartInfo tbody td input[type="text"] { background:#f2f2f2; width:50%; text-align:center; border-radius: 5px;}
.CartInfo tbody .productd h4 { font-weight:600; margin-bottom:10px; font-size:14px; 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:#ff0000;}
.CartInfo tbody .btn-success { background:#ff0000; border:none; font-size:14px; overflow:hidden; width:50%; margin-top:4px; padding:8px 12px; border-radius: 5px; color: #fff;}
.CartInfo tbody .btn-success:hover { background:#0e0d0d; color: #fff;}
h2.Total { text-align:right; font-size:20px; font-weight:700; text-transform:uppercase;}
h2.Total span { color:#ff0000}
.basket-btn { text-align:right;}
.basket-btn a { background:#ff0000; border:none; font-size:14px; color:#fff; display:inline-block; margin:0 0.25rem; padding:10px 20px; text-transform:uppercase; border-radius: 5px;}
.basket-btn a:hover { background:#0e0d0d; color: #fff; text-decoration:none;}

.SubmitText { text-align:center; color:#060; font-size:22px; font-weight:700; padding:5rem 0 8rem;}

.NoProd { text-align:center; color:#ccc; font-size:22px; padding:5rem 0 8rem;}

.EmptyCart { text-align:center; font-weight:600; font-size:22px; color:#282828; padding-top:100px;}
.EmptyCart a { color:#ff0000;}
.EmptyCart a:hover { color:#0e0d0d;}


.cd-top { display:inline-block; height:40px; width:40px; text-align:center; font-size:16px; color:#fff !important; 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:#1d1b1b; color: #fff !important;}
.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:#1d1b1b; opacity:1; color:#fff; }


footer { background: #f8f8f8; padding: 15px 0 20px; margin-top: 20px;}
footer h2 { background: url(../images/title-btm.png) bottom left no-repeat; padding-bottom: 15px; text-transform: uppercase; font-size: 20px; font-weight: 700; margin-bottom: 20px;}

.news-block marquee { margin-bottom: 12px;}
.news-block .news { margin-bottom: 8px;}
.news-block .news span { display: block; font-size: 13px; font-weight: 600; color: #ff0000;}

ul.f-links { margin: 0; padding: 0 0 0 15px;}
ul.f-links li { list-style: none; margin-bottom: 15px;}
ul.f-links li a { text-decoration: none; color: #222; font-size: 13px; 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;}
ul.f-links li a:hover { color: #ff0000; padding-left: 5px;}

ul.f-contact { margin: 0; padding: 0;}
ul.f-contact li { list-style:none; line-height:28px; font-size:13px; margin-bottom:5px;}
ul.f-contact li i { width:28px; line-height:28px; float:left; font-size:16px; color:#ff0000; text-align:center; margin-right:8px;}
ul.f-contact li p { float:left; width:230px; line-height:20px;}
ul.f-contact li a { text-decoration:none; color:#1e1e1e;}

.newsletter h3 { margin: 10px 0; font-weight: 700; font-size: 18px; text-transform: uppercase;}
.newsletter form { background: #fff; border: 1px solid #ccc; height: 40px; border-radius: 5px;}
.newsletter form input { background: none; border: none; box-shadow: none; color: #222; font-size: 13px; padding: 0 8px; height: 40px; width: 200px; float: left;}
.newsletter form button { background: #ff0000; border: none; color: #fff; font-weight: 600; font-size: 13px; text-transform: uppercase; padding: 0 10px; float: right; border-radius: 0 5px 5px 0; height: 40px; letter-spacing: 1px;}
.newsletter form button:hover { background: #222; cursor: pointer;}

.copy-rights { background: #ff0000; text-align: center; padding: 20px 0; font-size: 13px; color: #fff; margin-top: 15px; font-weight: 600;}
.copy-rights p { margin: 0; padding: 0;}
.copy-rights a { text-decoration: none; text-transform: uppercase; color: #222;}
.copy-rights a:hover, .coloum ol li a:hover { text-decoration: underline;}