@import url('https://fonts.googleapis.com/css?family=Teko:400,500,600');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
@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;}

fontstyle {font-family: 'Teko', sans-serif;}

.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:#fff; font-size:12px; font-family: 'Open Sans', serif; font-weight:400; color:#151414; word-wrap:break-word; margin:0; padding:0; border-top:5px solid #151515;}

#header { background:#f5f5f5; padding:1.5rem 0;}
#header .logo a { display:inline-block;}
#header .top-email { text-align:right}
#header .top-email i { display:block; color:#d00000; font-size:16px;}
#header .top-email span { font-size:13px;}
#header .top-email h3 { font-size:16px; font-weight:600; margin:5px 0 0;}

.bassea { position:relative; margin:0; padding:0; list-style:none; margin:0px; }
.bassea li { list-style:none; float:left;}
.bassea li a { background:#fff; display:block; line-height:56px; width:56px; text-align:center; padding:0; color:#d00000;}
.bassea li:first-child a { border-right:1px solid #da0808;}
.bassea li a i { font-size:20px;}
.bassea li:hover a { background:#151515; color:#fff;}

.search-box{ display:none; position:absolute; width:280px; right:0; top:100%; z-index:99; background:#151515; padding:10px;}
#frm_search .form-group { width:100%;}
#frm_search .form-control { border-radius:0; border:none; background:#fff; color:#999; font-size:13px; width:100%;}

.navbar-default { border:none; margin:0; background:#d00000; border-radius:0;}
.navbar-default .navbar-nav > li > a { margin:0; text-transform:uppercase; color:#fff; font-weight:500; line-height:56px; 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 26px; font-family: 'Teko', sans-serif; font-size:18px; letter-spacing:0.1rem; }
.navbar-default .navbar-nav > li:hover > a { background:#151515; color:#fff;}
.navbar-default .navbar-nav > li > a i { font-size:14px}

.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:#151515; min-width:200px; border-radius:0; 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; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; margin:20px 0 0 !important; visibility:hidden; opacity:0; top:100%; z-index:10;}
.dropdown-menu li { position:relative; }

.dropdown-menu > li > a { font-size:16px; font-family: 'Teko', sans-serif; font-weight:400; padding:6px 10px; 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; color:#fff; text-transform:uppercase; letter-spacing:0.1rem;}
.dropdown-menu > li:hover > a { background:none; color:#d00000; padding-left:15px;}
.navbar-nav > li:hover .dropdown-menu { display:block; margin:0 !important; opacity:1; visibility:visible;}

.fixednav{ position:fixed; z-index:9999; width:100%; top:0;}

.front-cats { margin-top:30px; position:relative; overflow:hidden;}
.front-cats .cat-hover { background:transparent; text-align:center; justify-content:center; flex-direction:column; display:flex; height:100%; backface-visibility:hidden; transform:scale(0); opacity:0; position:absolute; top:0; left:0; bottom:0; right:0;}
.front-cats .cat-hover h2 { margin:0; font-size:24px; font-family: 'Teko', sans-serif; font-weight:500; color:#fff; text-transform:uppercase; letter-spacing:1px;}
.front-cats:hover .cat-hover { background:rgba(0,0,0,0.8); transform:scale(1); opacity:1;}

.c-pages { background:#f5f5f5; padding:5rem 0; margin-top:30px; overflow:hidden;}
.icon-box { text-align:center; border:1px solid #151515; border-radius:100%; padding:70px 0;}
.icon-box h3 { font-size:18px; font-family: 'Teko', sans-serif; font-weight:500; color:#151515; margin:5px 0 0;}
.icon-box p { color:#3f3f3f; font-size:13px;}
.icon-box a { background:#151515; border-radius:2px; padding:3px 6px; display:inline-block; color:#fff; font-weight:600;}
.icon-box:hover a { background:#d00000;}
.icon-box:hover { border-color:#d00000;}

.btm-img { background-image:url(../images/btm-img.jpg); background-position:top center; background-repeat:no-repeat; width:100%; padding:30px 0;}
.btm-img h2 { text-align:center; font-family: 'Teko', sans-serif; font-weight:500; letter-spacing:1px; margin-top:0; text-transform:uppercase; color:#151515; margin-bottom:20px;}
.reason { background:rgba(255,255,255,0.6); padding:20px 0;}
.reason h3 { background:#d00000; font-family: 'Teko', sans-serif; font-weight:500; letter-spacing:0.5px; display:inline-block; line-height:42px; height:40px; text-transform:uppercase; color:#fff; padding:0 60px 0 15px;  margin-top:0;}
.reason p { padding:0px 15px; font-size:13px; line-height:20px; color:#151515;}

.f-title { font-family: 'Teko', sans-serif; font-weight:500; color:#151515; text-transform:uppercase; text-align:center; margin-bottom:15px; letter-spacing:1px;}
.product-block { border:1px solid #f1f1f1;}
.product-block .prd-img { padding:15px 0;}
.product-block .prd-link { background:#eee; text-align:center; padding:15px 0 35px; position:relative; border-bottom:2px solid #d00000; overflow:hidden;}
.product-block .prd-link h3 { margin:0 0 5px; font-size:14px; font-weight:600; color:#d00000;}
.product-block .prd-link h4 { margin:0px; font-size:12px; font-weight:400;}
.product-block .prd-link button { background:#d00000; color:#fff; text-align:center; line-height:32px; text-transform:uppercase; font-size:13px; font-family: 'Open Sans', serif; font-weight:600; border:none; padding:0 10px; position:absolute; bottom:-32px; left:24%;}
.product-block .prd-link button:hover { background:#151515;}
.product-block:hover .prd-link button { bottom:0;}
.product-block:hover { border-color:#d00000;}

.p-pull-right { float:right;}

.breadcrumbs { background:#f7f7f7; font-size:13px; text-transform:uppercase; font-weight:600; text-align:center; padding:15px 0; margin-bottom:15px;}
.breadcrumbs ul { margin:0; padding:0;}
.breadcrumbs .items .item { 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:#d00000;}
.breadcrumbs .items .item strong { font-weight:600; color:#999;}
.breadcrumbs .items .item:last-child { border-right:0; margin-right:0; padding-right:0;}

.page-txt { font-weight:400; font-size:13px; line-height:24px; margin-bottom:3rem; min-height:450px;}

.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:#f7f7f7; 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:#d00000; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 94, 0, 0.6)}
.submit-btn { text-align:right;}
.submit-btn button { background:#d00000; border:none; font-size:20px; overflow:hidden; letter-spacing:2px; position:relative; color:#fff; display:inline-block; margin:0 0.25rem; padding:12px 26px 9px; border-radius:0px; text-transform:uppercase; font-family: 'Teko', sans-serif;}
.submit-btn button:hover { background:#151414;}
.contact-map { margin-top:20px;}

.pagination { text-align:center; width:100%;}
.pagination a { background:#101010; border-radius:3px; padding:3px 8px; font-size:14px; font-weight:600; color:#fff; display:inline-block; text-transform:uppercase; margin:0;}
.pagination a:hover { background:#d00000; color:#101010;}

.LefMenu li.MainLeftCats { list-style:none; margin-bottom:3px; transition: all 0.3s ease-in-out 0s; position:relative;}
.LefMenu li.MainLeftCats a { background:#101010; display:block; color:#fff; font-weight:700; font-size:15px; text-decoration:none; text-transform:uppercase; padding:14px 8px; text-align:left; border-radius:5px;}
.LefMenu li.MainLeftCats a:hover, .LefMenu li.MainLeftCats a.active { background:#d00000; color:#fff;}
.submenu ul { padding:0 1em 1em; margin:0px;}
.submenu ul li { list-style:none;}
.submenu ul li a { color:#282828; 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:#d00000; padding-left:5px;}
.submenu ul li a span { margin-right:3px; display:inline-block;}

.prod-details h1 { text-align:left; text-transform:uppercase; letter-spacing:1px; font-family: 'Teko', sans-serif; font-weight:500;}
.prod-details h3 { color:#d00000; font-family: 'Teko', sans-serif; font-weight:400;}
.prod-details .description { min-height:100px; font-size:12px; color:#888;}
.prod-details .description span { text-transform:uppercase; color:#282828; font-family: 'Teko', sans-serif; font-size:18px; letter-spacing:1px;}
.prod-details .prd-opt { margin-bottom:20px;}
.prod-details .prd-opt label { width:20%; text-align:left; font-family: 'Teko', sans-serif; font-weight:600; font-size:18px; text-transform:uppercase; line-height:34px; margin:0;}
.prod-details .prd-opt .form-control { width:28%;}
.like-box { margin-top:3rem;}
.submit-btn-d { text-align:left;}

.glass-case ul li.gc-active, .glass-case ul li.gc-active:hover { border-color:#d00000;}

.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:#d00000; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(3, 57, 166, 0.6)}
.CartInfo tbody .btn-success { background:#d00000; border:none; font-size:20px; overflow:hidden; letter-spacing:2px; text-transform:uppercase; font-family: 'Teko', sans-serif; font-weight:400; width:50%; margin-top:4px;  border-radius:0px; padding:8px 12px 5px;}
.CartInfo tbody .btn-success:hover { background:#151414;}
h2.Total { text-align:right; padding-bottom:15px; text-transform:uppercase; font-family: 'Teko', sans-serif; font-weight:500;}
h2.Total span { color:#d00000}
.basket-btn { text-align:right;}
.basket-btn a { background:#d00000; font-size:20px; overflow:hidden; letter-spacing:2px; position:relative; color:#fff; display:inline-block; margin:0 0.25rem; padding:12px 26px 9px; border-radius:0px; text-transform:uppercase; font-family: 'Teko', sans-serif; font-weight:500;}
.basket-btn a:hover { background:#151414;}

.SubmitText { text-align:center; text-transform:uppercase; color:#060; font-size:32px; letter-spacing:1px; padding:5rem 0 8rem; font-family: 'Teko', sans-serif; font-weight:500;}

.NoProd { text-align:center; color:#888; font-size:20px; padding:8rem 0;}

.EmptyCart { text-align:center; font-family: 'Teko', sans-serif; font-weight:500; letter-spacing:1px; font-size:32px; color:#282828; padding-top:100px;}
.EmptyCart a { color:#d00000;}
.EmptyCart a:hover { color:#888;}

.cd-top { display:inline-block; height:40px; width:40px; text-align:center; font-size:16px; color:#fff; background:#151414; 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;}
.cd-top:hover { opacity:0.5;}
.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 { opacity:1;}







.signup-bg { background:url(../images/sign-bg.jpg) no-repeat; width:100%; height:100%; margin:30px 0;}
.newsletter { margin:34px 15px 34px 50px;}
.newsletter h2 { font-family: 'Teko', sans-serif; font-weight:500; margin:0; text-transform:uppercase; color:#d00000; letter-spacing:1px; font-size:28px; line-height:24px;}
.newsletter p { font-size:13px; font-weight:600; margin:0 0 10px;}
.newsletter input { width:90%; background:#060606; color:#fff; font-size:12px; font-family: 'Open Sans', serif; font-weight:400; box-shadow:none; border:none; height:40px; padding:0px 10px; float:left;}
.newsletter button { background:#d00000; border:none; width:10%; float:left; height:40px; text-align:center; color:#fff; font-family: 'Teko', sans-serif; font-weight:500; text-transform:uppercase; font-size:21px;} 
.newsletter button:hover { background:#e11313; color:#151515;}
.pdf-icon { margin:26px 0 27px;}
.pdf-icon p { text-align:center; text-transform:uppercase; font-weight:600; margin-bottom:0; font-size:13px; margin-top:15px;}
.pdf-icon h3 { text-transform:uppercase; text-align:center; font-family: 'Teko', sans-serif; font-weight:500; color:#d00000; margin:0; font-size:29px;}
.pdf-icon a { background:#151515; padding:4px 10px; color:#fff; text-align:center; display:inline-block; font-weight:600;}
.pdf-icon a:hover { background:#d00000;}

footer { background:#060606; color:#848383;}
.top-footer { padding:30px 0;}
.top-footer h2 { font-family: 'Teko', sans-serif; font-weight:500; font-size:22px; color:#fff; text-transform:uppercase; margin-top:0; letter-spacing:0.5px;}
.top-footer ul { margin:0px; padding:0;}
.top-footer ul li { list-style:none; margin-bottom:5px;}
.top-footer ul li a { text-decoration:none; color:#848383;}
.top-footer ul li a:hover { color:#fff;}
.news { margin-bottom:10px;}
.news h4 { font-size:14px; font-weight:600; color:#d00000; margin:0;}
.f-contact li { list-style:none; margin-bottom:8px;}
.f-contact li i { background:#d00000; width:30px; line-height:30px; text-align:center; font-size:16px; color:#fff; border-radius:3px; display:inline-block; margin-right:8px;}
.f-contact li span { font-size:12px; color:#848383; display:inline-block;}
.f-contact li span a { text-decoration:none; color:#848383; font-size:12px; transition:all 0.5s ease-in-out 0s;}
.f-contact li span a:hover { color:#fff;}
.f-icons { background:#0e0e0e; padding:30px 0;}
.copy-rights { padding-top:15px; padding-bottom:15px; text-align:center; color:#fff;}
.copy-rights a { color:#d00000; text-transform:uppercase; font-weight:600;}


@media only screen and (max-width:1920px){
	
}

@media only screen and (max-width:800px){
	
.navbar-default .navbar-nav > li > a { padding:0 15px;}
.icon-box { margin:15px 0; padding:100px 0;}
.icon-box h3 { font-size:22px;}
.icon-box p { font-size:14px;}
.btm-img { background-repeat:repeat-y;}
.reason { margin:15px 0;}
.product-block { margin:0 0 15px;}
.newsletter { margin:27px 0 28px 15px;}
.newsletter h2 { font-size:24px;}
.newsletter p { font-size:11px;}
.newsletter input { width:85%}
.newsletter button { width:15%}

}

@media only screen and (max-width:768px){

.navbar-collapse { padding-left:0;}
.navbar-default .navbar-nav > li > a { padding:0 15px;}

}

@media only screen and (max-width:480px){

.hidden-480{display:none!important}

.logo { text-align:center;}
.logo img, .pdf-icon img, .f-icons img { max-width:100%; margin:0 auto;}
#header .top-email { margin:10px 0; text-align:center;}

.navbar-collapse { padding-left:15px;}
.navbar-toggle { float:left; border-color:#fff !important; margin:8px 0 8px 8px; border-radius:0px; position:relative;}
.navbar-toggle:after { position:absolute; left:50px; top:0px; content:"Menu"; font-size:24px; font-family: 'Teko', sans-serif; font-weight:400; color:#fff; text-transform:uppercase; letter-spacing:0.10rem;}
.navbar-default .navbar-toggle .icon-bar { background-color:#fff;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color:#151414;}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar { background-color:#fff;}
.navbar-default .navbar-nav > li > a { line-height:40px; padding:0px 15px;}
.navbar-nav { margin:0 -15px;}
.dropdown-menu { background:#151414; min-width:100%;}

.icon-box { padding:90px 0;}
.signup-bg { background:#f1f1f1;}
.newsletter { margin:15px 0 0;}
.pdf-icon { margin:15px 0; text-align:center;}
.pdf-icon p { margin:0;}
.pdf-icon a { margin-bottom:15px;}
.f-icons { text-align:center;}

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%;}

}






