@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Oswald: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;}

/* 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;}

.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;}

/*-----------------------------Common CSS END-----------------------------*/

body { background:url(../images/background.jpg) repeat; font-family: 'Open Sans', sans-serif; color:#212121; font-size:12px; width:100%; height:100%; word-wrap:break-word; font-weight:400; border-top:4px solid #d20005;}

header { background:#999;}
header .head-top { padding:15px 0;}
header h3.top-welcome { margin:0; padding:34px 0; font-size:14px; font-weight:600; text-transform:uppercase;}
header #logo img { margin:0 auto;}
header .basket { text-align:right; padding:33px 0;}
header .basket a { text-transform:uppercase; font-weight:600; color: #111;}
header .basket a span { color:#d20005;}
header .basket a i { font-size:16px; color:#d20005; padding-right:5px;}

.navbar-default { background:#d20005; position:relative; z-index:10; border-radius:0; border:none;}
.navbar-nav { margin:0; background:none; border-radius:0;}
.navbar { margin-bottom:0;}
.navbar-default .navbar-nav > li { display:block;}
.navbar-default .navbar-nav > li > a { margin:0; text-transform:uppercase; color:#fff; padding:0px 20px; line-height:60px; 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; font-weight:700; font-size:14px; border-radius:0px;}
.navbar-default .navbar-nav > li:hover > a { background:none; color:#111;}
.navbar-default .navbar-collapse { padding:0;}


header .searchbox-header { margin:8px 0; float:right; position:relative; min-width:40px; min-height:40px; background:#999999; text-align:center;}
header .searchbox-header.active #btn-search:before {
  content: '\f00d';
  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: 20px;
}
header .searchbox-header.active .search-wrapper {
  opacity: 1;
  visibility: visible;
}
header #btn-search {
  width: 40px;
  height: 40px;
  color: #111;
  text-align: center;
  line-height: 40px;
}
header #btn-search:before {
  content: '\f002';
  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: 20px;
}
header .search-wrapper {
  position: absolute;
  right: 40px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s; z-index:999;
}
header .search-wrapper .block-content {
  position: relative;
}
header .search-wrapper .block-content .search-autocomplete {
  top: 100% !important;
  margin-top: 0 !important;
}
header .search-wrapper .block-content .nested {
  display: none;
}
header .search-wrapper .block-content .field.search .control {
  position: relative;
}
header .search-wrapper .block-content .field.search .input-text {
  background-color: #fff;
  border: none;
  width: 240px;
  height: 43px;
  font-size: 90%; padding: 0 5px; box-shadow:none;
}
header .search-wrapper .block-content .actions .btn-search-header {
  background: none;
  opacity: 1;
  height: 43px;
  width: 43px;
  text-align: center;
  line-height: 43px;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0; border: none;
}
header .search-wrapper .block-content .actions .btn-search-header:before {
  content: '\f002';
  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: 14px;
  color: #666;
}
header .search-wrapper .block-content .actions .btn-search-header span {
  display: none;
}

h2.c-title { text-align:center; font-family: 'Oswald', sans-serif; text-align:center; text-transform:uppercase; font-size:22px; margin:20px 0; letter-spacing:0.5rem;}

section.main-cats { background:#999999; padding:40px 0 20px;}
.CatBox { border:2px solid #fff; position:relative; overflow:hidden; transition: all 0.5s ease-in-out 0s; margin-bottom: 20px;}
.CatBox img { transition: all 0.5s ease-in-out 0s;}
.CatBox h3 { background:#d20005; position:absolute; bottom:15px; left:0; width:100%; text-align:center; line-height:40px; color:#000100; font-family: 'Oswald', sans-serif; font-size:16px; text-transform:uppercase; transition: all 0.5s ease-in-out 0s;}
.CatBox:hover img { transform:scale(1.1);}
.CatBox:hover { border-color:#d20005;}
.CatBox:hover h3 { color:#fff; bottom:50px;}

section.main-content { margin-top:20px;}
.welcome-not { background:#f7f5f6; border-style:solid; border-width:1px 1px 5px; border-color:#e7e7e7 #e7e7e7 #d20005; padding:15px; text-align:center}
.welcome-not h2 { text-align:center; text-transform:uppercase; font-size:24px; margin:15px 0; font-family: 'Oswald', sans-serif; letter-spacing:0.3rem;}
.welcome-not p { font-size:13px; line-height:20px; text-align:center;}
.welcome-not a { display:inline-block; font-size:14px; font-weight:600; color:#d20005; text-transform:uppercase;}
.welcome-not a:hover { color:#212121;}

h2.f-title { text-align:center; text-transform:uppercase; font-size:24px; margin:20px 0; font-family: 'Oswald', sans-serif; letter-spacing:0.3rem;}

.PrdBox { border:1px solid #f1f1f1; margin-bottom:15px;}
.PrdBox .prd-img { background:#fff;}
.PrdBox .prd-btns { background:#f1f1f1; padding:10px; border-bottom:4px solid #d20005;}
.PrdBox .prd-btns h3 { float:left; margin:0; padding:0; line-height:34px; font-size:13px; font-weight:600;}
.PrdBox .prd-btns button { float:right; border:none; background:none; font-size:18px; color:#d20005; height:34px;}
.PrdBox .prd-btns button:hover { color:#212121;}
.PrdBox:hover { border-color:#d20005;}

.news-form { background:rgba(222,222,222,0.5); margin-top:15px; padding:15px 0;}
.news-form h2 { margin:0 0 10px; padding:0 0 5px; font-family: 'Oswald', sans-serif; font-size:18px; border-bottom:1px solid #000; display:inline-block;}
.news-form .News { margin-bottom:10px;}
.news-form .News span { font-weight:600; color:#d20005;}
.news-form input, .news-form textarea { background: #e2e2e2; color: #222; font-size: 12px; font-weight: 400; padding: 10px 8px; border: none; width: 100%; margin-bottom: 15px; box-shadow: none;}
.news-form button { background: #d20005; float: right; border: none; font-size: 12px; height: 30px; padding: 0 12px; text-align: center; text-transform: uppercase; color: #fff; font-weight: 600;}
.news-form button:hover { background: #080808;}

.breadcrumbs { background:#f7f7f7; font-size:13px; text-transform:uppercase; letter-spacing:1px; font-weight:600; text-align:center; padding:15px 0;}
.breadcrumbs ul { margin:0; padding:0;}
.breadcrumbs .items .item { border-right:1px solid #e5e5e5; display:inline-block; font-size:13px; line-height:24px; margin-right:0.5rem; padding-right:0.5rem; position:relative;}
.breadcrumbs .items .item a:hover { color:#d20005;}
.breadcrumbs .items .item strong { font-weight:600;}
.breadcrumbs .items .item:last-child { border-right:0; margin-right:0; padding-right:0;}

h2.page-title { text-align:center; margin:20px 0 25px; text-transform:uppercase; line-height:1em; color:#d20005; font-weight:700; font-size:36px; text-decoration:underline;}
.page-txt { font-weight:400; font-size:14px; line-height:26px; min-height:350px;}
.page-txt a { color: #d20005;}

.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; text-transform:uppercase; 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:#d20005; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #d20005}
.submit-btn { text-align:right;}
.submit-btn button { background:#d20005; border:none; font-size:14px; overflow:hidden; position:relative; color:#212121; display:inline-block; margin:0 0.25rem; padding:12px 26px; border-radius:0; text-transform:uppercase; font-family: 'Open Sans', serif; font-weight:700; border-radius:0px;}
.submit-btn button:hover { background:#212121; color:#fff;}
.contact-map { margin-top:20px;}

.p-pull-right { float:right;}

.inner-page { min-height: 450px; }

.pagination { text-align:center; width:100%;}
.pagination a { background:#d20005; border-radius:0px; padding:3px 8px; font-size:14px; font-weight:600; color:#212121; display:inline-block; text-transform:uppercase; margin:0;}
.pagination a:hover, .pagination a.paging_act { background:#212121; color:#fff;}

.LefMenu li.MainLeftCats { list-style:none; margin-bottom:3px; transition: all 0.3s ease-in-out 0s; position:relative;}
.LefMenu li.MainLeftCats a { background:#d20005; line-height:50px; display:block; color:#212121; font-family: 'Oswald', sans-serif;  font-size:15px; text-decoration:none; text-transform:uppercase; font-weight:700; transition: all 0.5s ease-in-out 0s; padding:0px 10px; border-radius:0px;}
.LefMenu li.MainLeftCats a:hover, .LefMenu li.MainLeftCats a.active { background:#999999;}
.submenu ul { padding:0; margin:0px;}
.submenu ul li { list-style:none;}
.submenu ul li a { color:#666; font-size:12px; line-height:28px; text-decoration:none; display:block; padding:0px; margin-bottom:2px; font-weight:500; border-bottom:1px solid #ccc; font-family: 'Open Sans', serif; font-weight:600; color:#666;}
.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;}

.prod-details h1 { text-align:left; text-transform:uppercase; font-weight:700; color:#212121;}
.prod-details h3 { color:#212121; font-weight:600;}
.prod-details .description { min-height:150px; font-family: 'Open Sans', serif; font-weight:400; font-size:13px; color:#666;}
.prod-details .description span { text-transform:uppercase; color:#212121; font-size:16px; font-weight:600;}
.prod-details .prd-opt { margin-bottom:20px;}
.prod-details .prd-opt label { width:20%; text-align:left; font-weight:600; font-size:14px; text-transform:uppercase; line-height:34px; margin:0;}
.prod-details .prd-opt .form-control { width:30%; font-family: 'Open Sans', serif; font-weight:400;}
.prod-details .prd-opt .form-control:focus { border-color:#212121; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255,204,0, 0.6)}
.like-box { margin-top:3rem;}
.submit-btn-d { text-align:left;}

.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:#fff; 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 {}
.CartInfo tbody .productd p { color:#888;}
.CartInfo tbody .form-control:focus { border-color:#d20005; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255,204,0, 0.6)}
.CartInfo tbody .btn-success { background:#d20005; border:none; font-size:14px; overflow:hidden; text-transform:uppercase; font-weight:700; width:50%; margin-top:4px;  border-radius:0px; padding:8px 12px; color:#212121;}
.CartInfo tbody .btn-success:hover { background:#212121; color:#fff;}
h2.Total { text-align:right; padding-bottom:15px; text-transform:uppercase; font-size:22px; font-weight:700; color:#212121;}
h2.Total span { color:#F00}
.basket-btn { text-align:right;}
.basket-btn a { background:#d20005; font-size:14px; overflow:hidden; position:relative; color:#212121; display:inline-block; margin:0 0.25rem; padding:12px 26px; border-radius:0px; text-transform:uppercase; font-weight:700;}
.basket-btn a:hover { background:#212121; 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:#d20005;}
.EmptyCart a:hover { color:#212121;}

.catalogue { text-align: center;}
.catalogue a { font-size: 14px; margin: 8px 0; display: inline-block; font-weight: 600; color: #d20005;}
.catalogue img { margin: 0 auto;}
.catalogue a:hover { text-decoration: underline;}

.cd-top { display:inline-block; height:40px; width:40px; text-align:center; font-size:16px; color:#212121; background:#d20005; 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; }


footer { background:url(../images/footer-bg.png) repeat; margin-top:20px;}
section.signup, .copy-rights { background:url(../images/signup-bg.png) repeat; padding:15px 0;}
section.signup h2 { margin:0; padding:0; font-family: 'Oswald', sans-serif; font-size:22px; text-transform:uppercase; color:#fff; letter-spacing:0.2rem; line-height:40px;}
section.signup input { background:#050505; border:1px solid #1f1f1f; box-shadow:none; width:100%; padding:0 5px; color:#fff; height:40px;}
section.signup button { background:#d20005; border:1px solid #454545; width:100%; text-align:center; color:#fff; height:40px; text-transform:uppercase; font-weight:600;}
section.signup button:hover { background:#999999; color: #111;}
section.footer-btm { padding:20px 0;}
section.footer-btm h2 { background:#d20005; line-height:46px; text-align:center; color:#000; margin:0 0 10px; padding:0; font-size:17px; font-family: 'Oswald', sans-serif; letter-spacing:0.2rem; height:46px; text-transform:uppercase;}
section.footer-btm ul { margin:0; padding:0 0 0 15px;}
section.footer-btm ul li { list-style:none; margin-bottom:5px;}
section.footer-btm ul li a { font-size:13px; color:#fff;}
section.footer-btm ul li a:hover { color:#d20005; padding-left:5px;}
.f-contact li { list-style:none; margin-bottom:8px; display: inline-flex; font-size:13px; color:#fff;}
.f-contact li em { font-size:16px; color:#d20005; margin:3px 10px 6px 0;}
.f-contact li span { display: table;}
.f-contact li a { text-decoration:none; color:#fff;}
.f-contact li a:hover { color:#d20005;}
.copy-rights { text-align:center; color:#fff; font-weight:600; font-size:13px;}
.copy-rights a { color:#d20005;}
.copy-rights a:hover { text-decoration:underline;}