@import url('https://fonts.googleapis.com/css?family=Oswald:400,700|Roboto:400,500|Varela');
@import url('https://fonts.googleapis.com/css?family=Alex+Brush');
@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;}

.fontstyle { font-family: 'Roboto', sans-serif; font-family: 'Oswald', sans-serif; font-family: 'Alex Brush', cursive; }

/*-----------------------------Common CSS END-----------------------------*/

body { background:#f5f5f5; font-family: 'Varela', sans-serif; font-weight:400; font-size:13px; color:#333; word-wrap:break-word; margin: 0; padding: 0}

section.main-page { padding: 20px 0;}
.f-about { text-align: left; padding:32px 0px;}
.f-contact { text-align: right; padding:32px 0px;}
.f-about a, .f-contact a { background:#c20000; text-align:center; text-decoration:none; color:#fff; text-transform:uppercase; line-height:40px; display: inline-block; padding: 0 20px;}
.f-about a:hover, .f-contact a:hover { background: #1b1a19;}
.f-logo img { margin: 0 auto;}

.welcome-note { font-size:14px; line-height:22px; padding-bottom: 30px;}

h2.cat-title { text-transform:uppercase; font-family: 'Oswald', sans-serif; font-weight:700; color:#222; margin-bottom:15px; font-size: 18px; text-align: center;}
.cat-box { margin:10px 0;}
.cat-box .cat-img { margin-bottom:8px;}
.cat-box a { text-align:center; border:1px solid #ccc; line-height:40px; display:block; text-decoration:none; color:#222; text-transform:uppercase; font-size:12px}
.cat-box:hover a { border-color:#c20000; background:#222; color:#fff;}
.cat-box:hover .cat-img { opacity:0.5;}

.fc-rights { text-align:center; padding:40px 0px; font-family: 'Roboto', sans-serif; font-weight:500; color:#222;}
.fc-rights a { text-decoration:none; text-transform:uppercase; color:#c20000;}
.fc-rights a:hover { text-decoration:underline;}


header { background:url(../images/menu-bg.png) repeat-x; width: 100%; padding: 7px 0; border-bottom:5px solid #c20000;}

#logo img { margin:0 auto;}

.bassea { position:relative; margin:0; padding:0; list-style:none; margin:0px; }
.bassea li { list-style:none; float:left; margin-left: 3px;}
.bassea li a { background:#c20000; display:block; line-height:40px; width:40px; text-align:center; padding:0; color:#fff; border-radius:50px;}
.bassea li a:hover, .bassea li a.s-active { background:#fff; color:#c20000;}
.bassea li a.s-tri:before { content: '\f002'; display:inline-block; font-family:FontAwesome; font-style:normal; font-weight:normal; font-variant:normal; font-stretch:normal; font-synthesis: weight style; font-size-adjust: none; font-kerning: auto; font-language-override: normal; font-feature-settings: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center;font-size: 16px;}
.bassea li a.s-active:before { content: '\f00d'; display:inline-block; font-family:FontAwesome; font-style:normal; font-weight:normal; font-variant:normal; font-stretch:normal; font-synthesis: weight style; font-size-adjust: none; font-kerning: auto; font-language-override: normal; font-feature-settings: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center;font-size: 16px;}
.search-box{ display:none; position:absolute; width:260px; right:84px; top:0; z-index:99; background:#c20000; padding:5px;}
.form-inline .form-group { display:block;}
#frm_search .form-control { border-radius:0; border:none; background:#fff; color:#0f0f0f; font-size:13px; width:100%;}
.navbar-default { border:none; margin:14px 0; background:none; border-radius:0;}
.navbar-default .navbar-nav > li { position:static;}
.navbar-default .navbar-nav > li > a { margin:0; text-transform:uppercase; color:#fff; font-family: 'Roboto', sans-serif; font-weight:500; line-height:46px; 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; padding:0 20px; font-size:14px; border-radius:3px;}
.navbar-default .navbar-nav > li:hover > a { color:#c20000;}
.navbar-collapse { padding-bottom: 20px; }

.dropdown-menu { position:absolute; left:0 !important; margin:0; padding:0; list-style:none; border:none; box-shadow:none; background:rgba(0,0,0,0.8); min-width:100%; border-radius:0; 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; margin:20px 0 0 !important; display:none; opacity:0; top:100%; z-index:10;}
.dropdown-menu li { position:relative; display:inline-block }
.dropdown-menu > li > a { padding:8px 6px; 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; }
.dropdown-menu > li > a h3 { font-size:14px; font-weight:400; color:#fff; margin:8px 0 0; text-transform:uppercase; font-family: 'Oswald', sans-serif;}
.dropdown-menu > li:hover > a h3 { color:#c20000;}
.navbar-nav > li:hover .dropdown-menu { display:block; margin:0 !important; opacity:1;}

section.banner-img { margin:15px 0;}

.Language { float:right; margin:7px 0; position:relative;}
.Language li { padding:0; margin:0; list-style:none; position:relative;}
.Language li a { opacity:0.8; color:#fff; position:relative; display:block; padding:5px 10px;}
.dropdown-lng  { position:absolute; top:100%; float:left; display:none; z-index:1000; text-align:left; min-height:160px; background-clip:padding-box; right:0;}
ul.dropdown-lng { padding:8px 20px 10px 5px; background-color:#000; max-height:300px; overflow:auto; margin:0;}
ul.dropdown-lng li a { font-size: 13px; padding-top: 8px; padding-right: 0px!important; padding-bottom: 8px; padding-left: 0px!important; color: #fff; border: 1px solid transparent!important;}
ul.dropdown-lng li a:hover { color: #fff!important;}
ul.dropdown-lng li a:last-child { padding-bottom: 0px!important;}
ul.dropdown-lng>li>a:focus, ul.dropdown-lng>li>a:hover { color: #262626; text-decoration: none; background-color: transparent!important; border: 1px solid transparent!important;}
.Language li:hover .dropdown-lng { display:block;}
#google_translate_element2 { display:none !important;}

.featured { margin-top: 15px; margin-bottom: 15px;}

h2.page-title { background:url(../images/title-bg.png) repeat-x; line-height:45px; height:50px; text-align:center; text-transform:uppercase; color:#fff; font-family: 'Oswald', sans-serif; font-weight:400; font-size:18px; margin:0 0 8px;}
.page-txt { font-weight:400; font-size:14px; line-height:24px; min-height:350px;}
.page-txt a { color:#c20000;}
.page-txt a:hover { text-decoration:underline;}

.contact-form h4 { margin-bottom:0.3em; letter-spacing:0.08em; line-height:1em; color:#282828; 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-family: 'Open Sans', serif; 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-family: 'Open Sans', serif; font-weight:400;}
.form-group .input-text { background:#fff; display:block; border:1px solid #f7f7f7; color:#282828; font-weight:400; letter-spacing:1.6px; line-height:2.3rem; padding:1.44rem 1rem; width:100%; font-size:14px; box-shadow:none; vertical-align:baseline; outline:none; 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;}
.form-group .input-text:hover, .form-group .input-text:focus { border-color:#c20000;}
.submit-btn { text-align:right;}
.submit-btn button { background:#c20000; border:none; font-size:16px; overflow:hidden; position:relative; color:#fff; display:inline-block; margin:0 0.25rem; padding:12px 26px; border-radius:0px; text-transform:uppercase; font-family: 'Open Sans', serif; font-weight:700;}
.submit-btn button:hover { background:#222;}
.contact-map { margin-top:20px;}

.inner-page { margin-top:15px;}

.LefMenu li.MainLeftCats { list-style:none; margin-bottom:3px; transition: all 0.3s ease-in-out 0s; position:relative;}
.LefMenu li.MainLeftCats a { background:url(../images/title-bg.png) repeat-x; height:50px; line-height:45px; display:block; color:#fff;font-family: 'Oswald', sans-serif; font-weight:400; font-size:15px; text-decoration:none; text-transform:uppercase;  transition: all 0.5s ease-in-out 0s; padding:0px 8px;}
.LefMenu li.MainLeftCats a i { float:right; display:block; line-height:45px;}
.LefMenu li.MainLeftCats a:hover, .LefMenu li.MainLeftCats a.active { background:url(../images/title-hover.png) repeat-x;}
.LefMenu li.SecMenu { list-style:none}
.LefMenu li.SecMenu a { background:#fff; font-size:12px; display:block; text-decoration:none; padding:0 5px; border-bottom:1px solid #eaeaea; line-height:30px; color:#222;}
.LefMenu li.SecMenu a:hover, .LefMenu li.SecMenu a.active { color:#c20000; padding-left:10px;}
.LefMenu li.SecMenu a i { float:right; display:block; line-height:30px;}
.submenun { background:#eaeaea;}
.submenun ul { margin:0; padding:0;}
.submenun ul li { list-style:none; border-bottom: 1px solid #ccc; }
.submenun ul li a { text-decoration:none; color:#393939; padding:0 5px; line-height:30px; display:block;}
.submenun ul li a:hover, .submenun ul li a.active { color:#c20000; padding-left:10px;}

.Thumbnail { margin-bottom:15px;}
.Thumbnail .PImg { background:#fff; border:1px solid #121010;}
.Thumbnail .PDBox { background:#121010; padding:12px 0px;}
.Thumbnail .PDBox h3 { margin:0 0 5px; padding:0; font-size:14px; font-family: 'Roboto', sans-serif; font-weight:500; color:#fff;}
.Thumbnail .PDBox h4 { color:#999; margin:0; padding:0; font-size:12px; font-family: 'Roboto', sans-serif; font-weight:500;}
.Thumbnail:hover .PDBox { background:#c20000;}
.Thumbnail:hover .PImg { border-color:#c20000}

.pagination {  margin:10px 0;}
.pagination a { background:#c20000; padding:4px 8px; font-size:11px; text-decoration:none; color:#fff; transition: all 0.5s ease-in-out 0s; font-family: 'Roboto', sans-serif; font-weight:500;}
.pagination a:hover, .pagination a.paging_act { background:#222;}

.prod-details h1 { text-align:left; color:#c20000; font-size:22px; font-family:'Oswald'; font-weight:400; margin:0; padding:0;}
.prod-details h3 { color:#333; font-size:13px; margin:8px 0 10px;}
.prod-details .description { min-height:150px; margin-bottom:10px; color:#333;}
.prod-details .description span { color:#c20000; font-size:13px; font-family: 'Roboto', sans-serif; font-weight:500;}
.prod-details .prd-opt { margin-bottom:20px;}
.prod-details .prd-opt label { width:20%; text-align:left; font-size:14px; font-family: 'Roboto', sans-serif; font-weight:500; color:#c20000; margin:0; line-height:34px;}
.prod-details .prd-opt .form-control { width:30%; }
.prod-details .prd-opt .form-control:focus { border-color:#c20000; }
.submit-btn-d { text-align:left;}

.prod-details .pagination { text-align:right !important; display:block;}

.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:#282828; 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 td { border-bottom:1px solid #ddd; vertical-align:middle;}
.CartInfo tbody td input[type="text"] { background:#f2f2f2; width:50%; text-align:center;}
.CartInfo tbody .productd h4 { font-weight:600; margin-bottom:10px; font-size:16px; text-transform:uppercase; letter-spacing:1px;}
.CartInfo tbody .productd h5 { font-size:12px; color:#888; margin-bottom:5px;}
.CartInfo tbody .form-control { border-radius:0;}
.CartInfo tbody .productd p { color:#888;}
.CartInfo tbody .form-control:focus { border-color:#01aef0; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(242, 190, 28, 0.6)}
.CartInfo tbody .btn-success { background:#c20000; border:none; font-size:16px; overflow:hidden; text-transform:uppercase; font-weight:700; width:50%; margin-top:4px;  border-radius:0px; padding:8px 12px;}
.CartInfo tbody .btn-success:hover { background:#222; color:#fff;}
h2.Total { text-align:right; padding-bottom:15px; text-transform:uppercase; font-weight:700; color:#101010;}
h2.Total span { color:#F00}
.basket-btn { text-align:right;}
.basket-btn a { background:#c20000; font-size:16px; overflow:hidden; position:relative; color:#fff; display:inline-block; margin:0 0.25rem; padding:12px 26px; border-radius:0px; text-transform:uppercase; font-weight:700;}
.basket-btn a:hover { background:#222; color:#fff;}

.SubmitText { text-align:center; text-transform:uppercase; color:#060; font-size:22px; padding:5rem 0 8rem; font-weight:700;}

.NoProd { text-align:center; text-transform:uppercase; color:#888; font-size:22px; padding:5rem 0 8rem; font-weight:600;}

.EmptyCart { text-align:center; font-weight:700; font-size:22px; color:#282828; padding-top:100px;}
.EmptyCart a { color:#01aef0;}
.EmptyCart a:hover { color:#101010;}

.cd-top { display:inline-block; height:40px; width:40px; text-align:center; font-size:16px; color:#fff; background:#c20000; 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:999;}
.cd-top:hover { background:#212121;}
.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:#212121; opacity:1; color:#fff; }

section.signup-bg {background: rgb(245,245,245);
background: -moz-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(224,224,224,1) 50%, rgba(245,245,245,1) 100%);
background: -webkit-linear-gradient(left, rgba(245,245,245,1) 0%,rgba(224,224,224,1) 50%,rgba(245,245,245,1) 100%);
background: linear-gradient(to right, rgba(245,245,245,1) 0%,rgba(224,224,224,1) 50%,rgba(245,245,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=1 );
border-top:3px double #ccc; padding:20px 0px; margin-top:10px; width:100%; display:table;}
section.signup-bg h2 { font-family: 'Alex Brush', cursive; font-size:38px; float:left; word-spacing:5px; color:#222; line-height:52px; margin:0; padding:0;}
section.signup-bg form { margin:4px 0}
section.signup-bg input { background:#fff; border-radius:0px; width:100%; height:44px; font-size:13px;font-weight:400; color:#0f0f0f; padding:0px 15px; border:none; box-shadow:none;}
section.signup-bg button { background:#c20000; height:44px; width:100%; text-align:center; color:#fff; font-size:15px; font-weight:600; border-radius:0px; border:none; text-transform:uppercase;}
section.signup-bg .s-form { padding:0px 7.5px;}
section.signup-bg button:hover { background:#222; color:#fff;}

section.footer-btm { background:url(../images/footer-bg.png) repeat; width:100%; border-top:4px solid #151414; padding-bottom:15px;}
section.footer-btm h2 { background:url(../images/f-title.png) repeat-x; text-align:center; font-family: 'Roboto', sans-serif; font-size:20px; color:#000; height:57px; line-height:50px; margin:0 0 8px; text-transform:uppercase;}
section.footer-btm ul { margin:0; padding:0;}
section.footer-btm ul li { list-style:none; margin-bottom:5px;}
section.footer-btm ul li a { font-size:13px; font-family:'Roboto', sans-serif; font-weight:500;}
section.footer-btm ul li a i { background:#6d6d6d; border-radius:100%; margin:2px; text-align:center; width:30px; height:30px; color:#171717; font-size:18px; margin-right:5px; line-height:30px;} 
section.footer-btm ul li a:hover { color:#c20000; padding-left:10px;}

section.footer-btm .News { margin-bottom:8px; color:#888;}
section.footer-btm .News span { display:block; color:#c20000; font-family:'Roboto', sans-serif; font-weight:500; font-size:13px;}

.FContact { color:#888;}
.FContact i { font-size:14px; margin-right:5px; color:#c20000;}
.FContact .Address span { display:block; font-size:18px; font-weight:700; margin-bottom:5px; color:#c20000;}
.FContact .Call, .FContact .Email { margin-top:10px; color:#888;}
.FContact .Email a { text-decoration:none; color:#888;}
.FContact .Email a:hover { text-decoration:underline;}
.FContact .Call { margin-top:0;}
.FContact .Address { margin-top:10px;}

.copy-right { text-align:center; background:#151414; padding:20px 0; color:#888; font-family: 'Roboto', sans-serif; font-weight:500;}
.copy-right a { text-decoration:none; color:#c20000; text-transform:uppercase;} 
.copy-right a:hover { text-decoration:underline;}

.fixednav{ position:fixed; z-index:9999; width:100%; top:0;}

@media screen and (max-width: 768px) {
	
#logo { padding:15px 0; width:100%; text-align:center;}
.navbar-collapse { padding-left:0;}
.navbar-default .navbar-nav > li > a { padding:0 10px;}
.btm-space { margin-bottom:20px;}

header { background:#000;}	

}
@media screen and (max-width: 480px) {

.hidden-480 { display: none !important}
.f-about, .f-contact { text-align:center; padding:10px 0;}	
#logo { padding:15px 0; width:100%; text-align:center;}
.fixednav { position:relative;}
.navbar-collapse { padding-left:15px;}
.navbar-toggle { float:left; border-color:#fff; margin-top:11px; margin-bottom:11px; margin-left:12px; margin-right:0px; border-radius:3px; position:relative;}
.navbar-toggle:after { position:absolute; left:50px; top:3px; content:"Menu"; font-size:18px; font-weight:700; color:#fff; text-transform:uppercase; letter-spacing:0.10rem;}
.navbar-default .navbar-toggle { margin:5px 0 3px;}
.navbar-default .navbar-toggle .icon-bar { background-color:#fff;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color:#ff0004;}
.navbar-default .navbar-nav > li { position:relative;}
.navbar-default .navbar-nav > li > a { line-height:40px; padding:0px 15px;}
.navbar-nav { margin:0 -15px;}
#frm_search .form-control {}
.form-inline .form-group { margin-bottom:0;}
.search-box { width:210px;}
.p-pull-right { float:none !important;}
.btm-space { margin-bottom:20px;}

table.ShopCart td, table.ShopCart th { border-right: 0 none;display: block !important;float: none !important;text-align: left !important;width: auto !important;}
table.ShopCart tr td:before {content: attr(data-label);float: left;font-weight: bold;text-align: left;white-space: nowrap;width: 50%;}
table.ShopCart tr td {text-align: right;display: block;min-height: 20px;border-left: none;background: none;}
table.ShopCart thead { display: none; }	
.CartInfo tbody .btn-success { float:right;}
.CartInfo tbody .productd div { float:left;}
.action { flex-basis:100%; text-align:center; max-width:100%;}
h2.page-title { font-size:28px;}

}