@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500);
@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:#f2f2f2; font-family: 'Ubuntu', sans-serif; font-size:12px; font-weight:400; color:#333; word-wrap:break-word;}

section.top-head { background:#ffffff; padding: 10px 0;}
section.top-head .search { margin:30px 0; width: 100%; background:#046595; height:40px; border-radius: 5px;}
section.top-head .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;}
section.top-head .search button { background: none; width:12%; text-align: center; height:40px; color: #82b2ca; font-size: 17px; border:none; transition: all 0.5s ease-in-out 0s; padding: 0; float: right;}
section.top-head .search button:hover { color: #fff;}
section.top-head .basket { margin: 25px 0; float: right;}
section.top-head .basket a { background:#01547c; 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;}
section.top-head .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; }
section.top-head .basket a:hover span { background:#333; color:#fff;}

section.menu-bg { background: #006b9f; height: 50px;}
.navbar-default { border:none; margin:0; background:none; border-radius:0;}
.navbar-default .navbar-nav > li > a { margin:0; text-transform:uppercase; color:#fff; font-family: 'Oswald', sans-serif; font-weight:400; line-height:50px; padding:0 30px; font-size:16px; border-radius:0;}
.navbar-default .navbar-nav > li:first-child a { padding-left: 0;}
.navbar-default .navbar-nav > li:hover > a { color:#82b2ca;}
.navbar-collapse { padding-bottom: 0; padding-left: 0; padding-right: 0;}

.f-title h2 { text-align:center; color:#222; font-family: 'Oswald', sans-serif; font-weight:700; text-transform:uppercase; font-size:22px; margin: 0 0 30px; padding: 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);}

.product-block { padding:5px; background:#fff; border:1px solid rgba(36,50,56,0.5); box-shadow:0 5px 0 rgba(36,50,56,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:rgba(0,109,183,1); box-shadow:0 5px 0 rgba(0,109,183,1);}
.product-block .prd-img button { margin:0; padding:0 15px; height:34px; background:#006db7; font-size:14px; font-family: 'Roboto', sans-serif; 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:#222; 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:14px; color: #006db7;}

section.main-btm { padding: 20px 0 0; overflow: hidden;}
section.main-btm .white-bg { background:#fff; border:1px solid #d2d2d2; padding:15px; border-radius: 8px; min-height: 230px;}
section.main-btm .white-bg h2 { margin: 0 0 10px; padding: 0; font-size:24px; font-family: 'Oswald', sans-serif; font-weight:700; text-transform:uppercase; }
section.main-btm .white-bg p { font-size: 13px; line-height: 23px; margin: 0; padding: 0;}
section.main-btm .white-bg a { background: #0183c1; color: #fff; font-weight: 500; font-size: 13px; line-height: 34px; padding: 0 12px; display: inline-block; float: right; border-radius: 3px; margin-top: 8px;}
section.main-btm .white-bg a:hover { background: #006b9f;}
section.main-btm .certificates { text-align: center;}
section.main-btm .certificates img { margin: 20px auto 0;}

.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:#006db7;}
.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:#006db7; 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; 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-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 #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; border-radius: 3px;}
.form-group .input-text:hover, .form-group .input-text:focus { border-color:#006db7; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(242, 190, 28, 0.6)}
.submit-btn { text-align:right;}
.submit-btn button { background:#006db7; 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:400;}
.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:#006b9f; 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:#333; 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:#006db7; 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:#006db7; 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:#006db7; 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:#006db7; 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:#006db7; 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:#006db7; 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:#006db7; 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:#006db7;}
.EmptyCart a:hover { color:#101010;}

.catalogue { text-align: center;}
.catalogue a { font-size: 14px; margin: 5px 0; display: inline-block; font-weight: 600; color: #006db7;}
.catalogue a:hover { text-decoration: underline;}


.cd-top { display:inline-block; height:40px; width:40px; text-align:center; font-size:16px; color:#fff; background:#0183c1; line-height:40px; position:fixed; bottom:54px; 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:#111;}
.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:#111; opacity:1; color:#fff; }

footer { background:#d9d9d9; margin-top:30px; position:relative;}

section.social-links { background: #cbcbcb; padding:22px 0px;}
section.social-links a { text-align: center; display: block; color:#000; font-size:13px; font-family: 'Roboto', sans-serif; font-weight:500; line-height: 20px;}
section.social-links a i { color: #0183c1; font-size: 17px;}
section.social-links a:hover { color: #0183c1;}

section.footer-btm { padding: 20px 0;}
section.footer-btm h2 { color:#006b9f; font-size:18px; font-family: 'Roboto', sans-serif; font-weight:500; margin: 0 0 10px; padding: 0; text-transform:uppercase;}
section.footer-btm ul.f-links { margin:0px; padding:0px;}
section.footer-btm ul.f-links li { list-style:none; margin-bottom:8px;}
section.footer-btm ul.f-links li a { text-decoration:none; font-weight:400; font-size:13px; color:#333;}
section.footer-btm ul.f-links li a:hover { color:#0183c1;}
section.footer-btm .f-contact li { list-style:none; margin-bottom:5px; line-height:28px; font-family: 'Roboto', sans-serif; font-size:13px; color:#333;}
section.footer-btm .f-contact li i { width:20px; line-height:28px; float:left; font-size:16px; color:#0183c1; text-align:center; margin-right:8px; }
section.footer-btm .f-contact li p { float:left; width:230px; line-height:20px; font-family: 'Roboto', sans-serif; font-weight:400;}
section.footer-btm .f-contact li a { font-family: 'Roboto', sans-serif; font-weight:400; text-decoration:none; color:#333;}
section.footer-btm .f-contact li a:hover { color: #0183c1;}
section.footer-btm .news { margin-bottom: 15px; font-size: 13px; color: #333;}
section.footer-btm .news span { color:#0183c1; font-weight: 500;}
section.footer-btm .catalog img { margin: 0 auto;}

section.signup-con { position: relative; }
.signup-bg { margin-bottom: 20px;}
.signup-bg h2 { font-size:22px; font-family: 'Oswald', sans-serif; font-weight:700; color:#0183c1; margin: 0; padding:0; text-transform:uppercase; letter-spacing:1px; line-height: 42px;}
.signup-bg 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;}
.signup-bg button { background:#0183c1; color:#fff; font-size:14px; font-family: 'Oswald', sans-serif; font-weight:400; 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;}
.signup-bg button:hover { background:#000; cursor:pointer;}

section.copy-right { background: #cbcbcb; padding: 15px 0; text-align:center; font-family: 'Roboto', sans-serif; font-weight:500; font-size:13px;}
section.copy-right a { color: #0183c1;}
section.copy-right a:hover { color: #33a9ee;}

.wc2c-wrap {
    position: fixed;
    z-index: 9999;
    display:inline-block;
}

.wc2c-bottom-right {
    display:table;
    bottom:0;
    max-width:175px;
    right:5px;
    padding:7px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    line-height: 18px;
    direction: rtl;
}

.wc2c-bottom-right .wc2c-icon {
    font-size:34px;
    display: table-cell;
    vertical-align: middle;
}

.wc2c-bottom-right .wc2c-text {
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}