@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&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;}

/*-----------------------------Common CSS END-----------------------------*/

body { background:url(../images/background.jpg) repeat; font-family: 'Roboto', sans-serif; font-weight: 400; font-size:12px; color:#333; word-wrap: break-word;}

.destop { display: block;}
.mobile { display: none;}

header { background: #f75701; position: relative; overflow: hidden;}
header::before { position: absolute; top: 0; right: -30px; width: 70%; content: ''; background: #262626; transform: skew(24deg, 0deg); height: 40px;}

header .logo { padding: 20px 0;}
header .top-contact { height: 40px;}
header .top-contact span { line-height: 40px; color: #fff; font-size: 13px; font-weight: 500; margin-right: 20px;}
header .top-contact span i { color: #f97104;}
header .top-contact span a { color: #fff;}
header .top-contact span a:hover { color: #f97104;}
header .language { padding: 8px 0;}

header .search { margin:22px 0; width: 80%; background:rgba(0,0,0,0.3); box-shadow: 0px 1px 1px #f77027, 1px 1px 1px #333 inset; height:40px; border-radius: 5px;}
header .search input { background:none; border:none; box-shadow:none; height:40px; padding:0 8px; font-family: 'Ubuntu', sans-serif; font-weight:400; font-size:13px; color:#fff; width:86%; float: left;}
header .search button { background: none; width:12%; text-align: center; height:40px; color: #ccc; font-size: 17px; border:none; transition: all 0.5s ease-in-out 0s; padding: 0; float: right;}
header .search button:hover { color: #fff;}
header .basket { margin: 17px 0; float: right;}
header .basket a { background:#222; width:50px; height:50px; position:relative; display:block; text-decoration:none; color:#fff; font-family: 'Roboto', sans-serif; font-size:17px; border-radius: 5px; text-align: center; line-height: 50px;}
header .basket a span { position:absolute; top:15px; left:-10px; background:#fff; width:20px; line-height:20px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px; text-align:center; transition: all 0.5s ease-in-out 0s; color: #000; font-size: 12px; }
header .basket a:hover span { background:#333; color:#fff;}

section.menu-bg { background: #fff; height: 50px; border-top: 1px solid #666;}
.navbar-default { border:none; margin:0; background:none; border-radius:0;}
.navbar-default .navbar-nav > li > a { margin:0; text-transform:uppercase; color:#666; font-weight:500; line-height:50px; padding:0 30px; font-size:14px; border-radius:0;}
.navbar-default .navbar-nav > li:hover > a { background: #7f7f7f; color:#fff;}
.navbar-collapse { padding-bottom: 0; padding-left: 0; padding-right: 0;}

section.main-cats { padding: 30px 0 0;}
section.main-cats .cat-block { position:relative; overflow:hidden; margin-bottom: 30px;}
section.main-cats .cat-block:hover img { transform:scale(1.2);}

section.welcome-note { text-align: center;}
section.welcome-note h2 { margin: 0 0 15px; font-weight: 700; font-size: 24px;}
section.welcome-note p { font-size: 13px; line-height: 22px;}
section.welcome-note a { background: #333; display: inline-block; color: #fff; font-size: 13px; font-weight: 500; padding: 5px 12px; border-radius: 3px;}
section.welcome-note a:hover { background: #f97104;} 

section.featured { padding: 30px 0 15px;}
.f-title h2 { text-align:center; color:#222; font-weight:700; text-transform:uppercase; font-size:22px; margin: 0 0 8px; padding: 10px 0;}
.product-block { padding:5px; background:#fff; border:1px solid #ccc; box-shadow:0 5px 0 rgba(204,204,204,0.5); overflow:hidden; position:relative; z-index:1; border-bottom:none; border-radius: 8px; text-align: center; margin-bottom: 30px;}
.product-block:hover { border-color:#f97104; box-shadow:0 5px 0 rgba(249,113,4,1);}
.product-block .prd-img button { margin:0; padding:0 15px; height:34px; background:#222; font-size:13px; font-weight:500; color:#fff; border: none; text-transform:uppercase; position:absolute; top:-34px; left:0; right: 0; transition:all linear 0.3s; -ms-transition:all linear 0.3s; -moz-transition:all linear 0.3s; -webkit-transition:all linear 0.3s; -o-transition:all linear 0.3s; width: 100%;}
.product-block .prd-img button:hover { background:#f97104; cursor:pointer; color:#fff;}
.product-block .prd-img:hover button { top: 0;}
.product-block .prd-name { padding:10px 0 0; text-align:center; border-top: 1px solid #ccc;}
.product-block .prd-name h3 { margin:0; padding:0;  font-size:13px; color: #f97104;}

.breadcrumbs { background:#f7f7f7; font-size:13px; text-transform:uppercase; letter-spacing:1px;  text-align:center; padding:15px 0; margin-bottom:20px;}
.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:#f97104;}
.breadcrumbs .items .item strong { font-weight:400; color:#666;}
.breadcrumbs .items .item:last-child { border-right:0; margin-right:0; padding-right:0;}

h2.page-title { text-align:center; margin:0px 0 25px; text-transform:uppercase; line-height:1em; color:#f97104; font-weight:700; font-size:28px; text-decoration:underline;}
.page-txt { font-weight:400; font-size:14px; line-height:26px; min-height:350px;}

.contact-form h4 { margin-bottom:0.3em; line-height:1em; color:#282828; text-transform:uppercase; font-weight:500; 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:#fff; display:block; border:1px solid #ccc; color:#282828; font-weight:400; 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; border-radius: 3px;}
.form-group .input-text:hover, .form-group .input-text:focus { border-color:#f97104; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);}
.submit-btn { text-align:right;}
.submit-btn button { background:#f97104; border:none; font-size:14px; overflow:hidden; position:relative; color:#fff; display:inline-block; margin:0 0.25rem; padding:10px 20px; border-radius:5px; text-transform:uppercase; font-weight:500;}
.submit-btn button:hover { background:#333; color:#fff;}
.contact-map { margin-top:20px;}

.p-pull-right { float:right;}

.inner-page { padding:20px 0;}

.pagination { text-align:center; width:100%;}
.pagination a { background:#f97104; border-radius:3px; padding:3px 8px; font-size:14px;  color:#fff; display:inline-block; text-transform:uppercase; margin:0;}
.pagination a:hover, .pagination a.paging_act { background:#222; 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:#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:#f97104; 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-weight:400; color:#666;}
.submenu ul li:last-child a { border:none;}
.submenu ul li a:hover, .submenu ul li a.active { color:#f97104; 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; font-size:22px; color:#101010;}
.prod-details h3 { color:#f97104; font-size:16px;}
.prod-details .description { min-height:150px; font-weight:400; font-size:13px; color:#666;}
.prod-details .description span { text-transform:uppercase; color:#101010; font-size:14px;}
.prod-details .prd-opt { margin-bottom:20px;}
.prod-details .prd-opt label { width:20%; text-align:left;  font-size:14px; text-transform:uppercase; line-height:34px; margin:0;}
.prod-details .prd-opt .form-control { width:30%; font-weight:400;}
.prod-details .prd-opt .form-control:focus { border-color:#f97104; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(242, 190, 28, 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;  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; border-radius: 5px}
.CartInfo tbody .productd h4 {  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:#f97104; 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:#101010; border:none; font-size:12px; overflow:hidden; text-transform:uppercase; font-weight:400; width:50%; margin-top:4px;  border-radius:5px; padding:8px 12px;}
.CartInfo tbody .btn-success:hover { background:#f97104; color:#fff;}

h2.Total { text-align:right; padding-bottom:15px; font-size:24px; text-transform:uppercase; font-weight:700; color:#101010;}
h2.Total span { color:#F00}
.basket-btn { text-align:right;}
.basket-btn a { background:#101010; font-size:14px; overflow:hidden; position:relative; color:#fff; display:inline-block; margin:0 0.25rem; padding:12px 26px; border-radius:5px; text-transform:uppercase;}
.basket-btn a:hover { background:#f97104; 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; }

.EmptyCart { text-align:center; font-weight:700; font-size:22px; color:#282828; padding-top:100px;}
.EmptyCart a { color:#f97104;}
.EmptyCart a:hover { color:#101010;}

.catalogue { text-align: center;}
.catalogue a { font-size: 14px; margin: 5px 0; display: inline-block; font-weight: 600; color: #f97104;}
.catalogue a:hover { text-decoration: underline;}
















.cd-top { display:inline-block; height:40px; width:40px; text-align:center; font-size:16px; color:#fff; background:#222; line-height:40px; position:fixed; bottom:30px; right:15px; overflow:hidden; visibility:hidden; white-space:nowrap; opacity:0; transition: all 0.5s ease-in-out 0s; z-index:999; border-radius: 3px;}
.cd-top:hover { background:#f97104;}
.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:#f97104; opacity:1; color:#fff; }

section.newsletter { background: #222; padding: 10px 0;}
section.newsletter h2 { font-size:22px; font-weight:700; color:#fff; margin: 0; padding:0; text-transform:uppercase; line-height: 42px;}
section.newsletter input { background:#fff; height:42px; padding:0px 8px; box-shadow: none; border: none; font-family: 'Roboto', sans-serif; width: 100%; display: block; font-weight:400; font-size:12px; width: 80%; float: left; border-radius: 3px;}
section.newsletter button { background:#f97104; color:#fff; font-size:13px; font-weight:500; color:#fff; height:42px; padding:0px 20px; border: none; text-transform: uppercase; width: 18%; float: right; transition: all 0.5s ease-in-out 0s; border-radius: 3px;}
section.newsletter button:hover { background:#333; cursor:pointer;}

footer { background: #f0f0f0; padding: 30px 0;}
footer h2 { color:#222; font-size:18px; font-weight:500; margin: 0 0 20px; padding: 0 0 5px; border-bottom: 1px solid #bcbcbc; text-transform:uppercase; text-align: center;}

footer .f-contact li { list-style:none; margin-bottom:5px; line-height:28px; font-size:13px; color:#777;}
footer .f-contact li i { width:20px; line-height:28px; float:left; font-size:16px; color:#f97104; text-align:center; margin-right:8px; }
footer .f-contact li p { float:left; width:230px; line-height:20px;}
footer .f-contact li a { text-decoration:none; color:#777;}
footer .f-contact li a:hover { color: #f97104;}
footer .certificate img { margin: 0 auto; text-align: center;}
footer .certificate p { color: #777; margin-top: 10px; text-align: center;}
footer .news { margin-bottom: 15px; font-size: 13px; color: #777;}
footer .news span { color:#f97104; font-weight: 500;}

section.copy-right { padding: 15px 0; box-shadow: 0px 0px 6px #ccc inset;}
section.copy-right p { margin: 0; padding: 0; color: #666; line-height: 24px;}
section.copy-right p a { text-transform: uppercase; color: #f97104; font-weight: 500;}
section.copy-right .soical-links { float: right;}
section.copy-right .soical-links a { width: 24px; height: 24px; border-radius: 20px; background: #222; color: #fff; font-size: 14px; display: inline-block; line-height: 24px; text-align: center;}
section.copy-right .soical-links a:hover { background: #f97104;}

















