@import url('https://fonts.googleapis.com/css?family=Oswald|Roboto:400,500,700');
@import 'font-awesome.css';
@import url("search.css");

/*Nav_Style_css*/

@import url("webslidemenu.css");
.FontStyle {
    font-family: 'Roboto', sans-serif;
    font-family: 'Oswald', sans-serif;
}

.hover {
    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;
}

a {
    color: #e21e22;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 0;
}

.position {
    position: absolute;
    z-index: 999;
    width: 100%;
    margin-top: 10px;
}

.navbar{
    margin: 15px 0px 0px 0px;
    border: none;
    min-height:inherit;
}

.navbar-default{
    background-color: #000;
    border-color: #000;
}

.navbar-nav>li>a{
 font-family: 'Roboto', sans-serif;
    color: #fff !important;

    font-size: 16px;
    transition: all 0.5s ease-in-out 0s; 
}

.navbar-nav>li>a:hover{
    background-color: #e21e22 !important;
    color: #fff !important;
}

.navbar-brand{
    display: none;
}

.btn-default {
    color: #fff;
    background-color: #e21e22;
    border-color: #000;
}

.welcome-bg {
    background: #e21e22;
    padding: 8px 0px;
    color: #fff;
    font-size: 14px;
}

.welcome-bg .top-right {
    text-align: right;
}

.welcome-bg .top-right a {
    padding-left: 15px;
    color: #fff;
    transition: all 0.5s ease-in-out 0s;
}

.gray-bg {
    background: #e5e5e5;
    padding-bottom: 20px;
}

.gray-bg h2,
.featured-pro h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #222;
    margin: 20px 0px;
}

.gray-bg .cat-box {
    position: relative;
}

.gray-bg .cat-box a img {
    transition: all 0.5s ease-in-out 0s;
}

.gray-bg .cat-box a {
    text-align: center;
    color: #fff;
}

.gray-bg .cat-box span {
    background: rgba(0, 0, 0, 0.7);
    padding: 6px 14px;
    box-shadow: 0 0 0 1px #fff inset;
    border: 3px solid rgba(0, 0, 0, 0.7);
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: all 0.5s ease-in-out 0s;
}

.gray-bg .cat-box a:hover span {
    background: rgba(226, 30, 34, 0.7);
    border: 3px solid rgba(226, 30, 34, 0.7);
}

.gray-bg .cat-box a:hover img {
    opacity: 0.5
}

.prd-box {
    overflow: hidden;
}

.prd-img {
    border: 1px solid #999;
    position: relative;
    height: auto;
    display: inherit;
    min-height: 250px;
    vertical-align: middle;
    padding: 20px 0px;
}

.prd-name {
    text-align: center;
}

.prd-name h5 {
    margin: 5px 0px;
    color: #e21e22;
}

.prd-name p {
    margin: 0px;
    font-size: 12px;
}

.prd-btn {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: -101%;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out 0s;
}

.prd-img:hover .prd-btn {
    top: 0;
}

.prd-btn button {
    width: 50%;
    text-align: center;
    float: left;
    background: #212121;
    border: none;
    padding: 8px 0px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out 0s;
}

.prd-btn button:hover {
    background: #e21e22
}

.prd-btn a {
    background: #e21e22;
    color: #fff;
    width: 50%;
    text-align: center;
    bottom: 0;
    right: 0;
    position: absolute;
    padding: 8px 0px;
    transition: all 0.5s ease-in-out 0s;
}

.prd-btn a:hover {
    background: #212121;
    text-decoration: none;
}

.breadcrumbs {
    margin: 8rem 0 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
}

.breadcrumbs .items .item {
    border-right: 1px solid #e5e5e5;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin-right: 0.5rem;
    padding-right: 0.5rem;
    position: relative;
}

.breadcrumbs .items .item a:hover {
    color: #212121;
}

.breadcrumbs .items .item strong {
    font-weight: 400;
}

.breadcrumbs .items .item:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

h2.page-title {
    text-align: center;
    margin: 0 0 35px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1em;
    color: #282828;
    font-weight: 500;
    font-size: 42px;
}

.page-txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 3rem;
}

.contact-form {}

.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: #f2f2f2;
    display: block;
    border: none;
    color: #282828;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 2.3rem;
    padding: 1.44rem 1rem;
    width: 100%;
    font-size: 14px;
    box-shadow: none;
    vertical-align: baseline;
    outline: none;
}

.submit-btn {
    text-align: right;
}

.submit-btn button {
    background: #e21e22;
    border: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    color: #fff;
    display: inline-block;
    margin: 0 0.25rem;
    padding: 12px 26px;
    text-transform: uppercase;
}

.submit-btn button:hover {
    background: #212121;
}

.pagination {
    text-align: center;
    width: 100%;
}

.pagination a {
    background: #e21e22;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.pagination a:hover {
    background: #212121;
    text-decoration: none;
}

.LefMenu li.MainLeftCats {
    list-style: none;
    margin-bottom: 3px;
    position: relative;
}

.LefMenu li.MainLeftCats:hover {}

.LefMenu li.MainLeftCats a {
    background: #e21e22;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 8px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
}

.LefMenu li.MainLeftCats a:hover,
.LefMenu li.MainLeftCats a.active {
    background: #212121;
}

.submenu ul {
    padding: 0 1em 1em;
    margin: 0px;
}

.submenu ul li {
    list-style: none;
}

.submenu ul li a {
    color: #222;
    font-size: 12px;
    line-height: 28px;
    text-decoration: none;
    display: block;
    padding: 0px;
    margin-bottom: 2px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    color: #888;
    transition: all 0.5s ease-in-out 0s;
}

.submenu ul li:last-child a {
    border: none;
}

.submenu ul li a:hover,
.submenu ul li a.active {
    color: #282828;
    padding-left: 5px;
}

.submenu ul li a span {
    margin-right: 3px;
    display: inline-block;
}

.prod-details {}

.prod-details h1 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    color: #e21e22;
}

.prod-details h3 {
    color: #212121;
}

.prod-details .description {
    min-height: 150px;
    font-weight: 400;
    font-size: 14px;
    color: #888;
}

.prod-details .description span {
    text-transform: uppercase;
    color: #282828;
    font-size: 14px;
    font-family: 'Oswald', sans-serif
}

.prod-details .prd-opt {
    margin-bottom: 20px;
}

.prod-details .prd-opt label {
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 34px;
    margin: 0;
}

.prod-details .prd-opt .form-control {
    font-family: 'Open Sans', serif;
    font-weight: 400;
}

.like-box {
    margin-top: 3rem;
}

.form-control {
    
}

.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-family: 'Open Sans', sans-serif;
    font-weight: 500;
    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: 500;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.CartInfo tbody .productd h5 {
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
    font-family: 'Open Sans', serif;
    font-weight: 400;
}

.CartInfo tbody .form-control {
    border-radius: 0;
}

.CartInfo tbody .productd p {
    color: #888;
    font-family: 'Open Sans', serif;
    font-weight: 400;
}

.CartInfo tbody .form-control:focus {
    border-color: #282828;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 166, 8, 0.6)
}

.CartInfo tbody .btn-success {
    background: #e21e22;
    border: none;
    font-size: 14px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 500;
    width: 50%;
    margin-top: 4px;
    padding: 8px 12px;
    border-radius: 0;
}

.CartInfo tbody .btn-success:hover {
    background: #212121;
}

h2.Total {
    text-align: right;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #e21e22
}

h2.Total span {
    color: #222
}

.basket-btn {
    text-align: right;
}

.basket-btn a {
    background: #e21e22;
    border: none;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    color: #fff;
    display: inline-block;
    margin: 0 0.25rem;
    padding: 12px 26px;
    font-weight: 500;
    text-transform: uppercase;
}

.basket-btn a:hover {
    background: #212121;
    text-decoration: none;
}

.SubmitText {
    text-align: center;
    text-transform: uppercase;
    color: #060;
    font-size: 24px;
    font-weight: 500;
    padding: 5rem 0 8rem;
}

.NoProd {
    text-align: center;
    text-transform: uppercase;
    color: #888;
    font-size: 24px;
    font-weight: 500;
    padding: 5rem 0 8rem;
}

.newsletter-bg {
    background: #e21e22;
    padding: 30px 0px;
    text-align: center;
    margin-top: 20px;
    color: #fff
}

.newsletter-bg h2 {
    margin: 0px;
    text-transform: uppercase;
}

.newsletter-bg h4 {
    font-weight: normal;
    line-height: 22px;
}

.newsletter-bg input {
    background: #fff;
    padding: 0px 8px;
    color: #444;
    border: 1px solid #fff;
    height: 38px;
    box-shadow: none;
    font-size: 12px;
    width: 24em;
}

.newsletter-bg button {
    background: none;
    border: 1px solid #fff;
    height: 38px;
    padding: 0px 12px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    transition: all 0.5s ease-in-out 0s;
}

.newsletter-bg button:hover {
    background: #212121;
    border-color: #212121;
}

.social-icons {
    padding-top: 30px;
}

.social-icons a {
    text-decoration: none;
    display: inline-block
}

.social-icons a i {
    background: #212121;
    width: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    overflow: hidden;
}

.social-icons a:hover i {
    transform: rotate(360deg);
    color: #fff;
    font-size: 28px;
}

.footer-bg {
    background: #212121;
    padding: 20px 0px;
    font-size: 12px;
}

.footer-bg h2 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 10px 0
}

.footer-bg p {
    line-height: 20px;
    margin: 0;
}

.footer-bg ul {
    margin: 0;
    padding: 0;
}

.footer-bg ul li {
    list-style: none;
}

.footer-bg ul li a,
.footer-bg a {
    color: #5a5a5a
}

.footer-bg ul li a:hover,
.footer-bg a:hover {
    color: #fff;
    text-decoration: none;
}

a.read-more {
    color: #e21e22;
}

a.read-more:hover {
    text-decoration: underline;
}

.news-box {
    margin-bottom: 10px;
}

.news-box h5 {
    color: #e21e22;
    font-weight: 500;
    font-size: 13px;
}

.copy-right {
    background: #323232;
    padding: 15px 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.copy-right a {
    color: #e21e22;
    text-transform: uppercase;
}

.copy-right .c-rights {
    text-align: left;
}

.copy-right .powerby {
    text-align: right;
}

@media only screen and (max-width:480px) {
    .hidden-480 {
        display: none!important
    }
    .welcome-bg .top-right {
        text-align: center;
    }
    .gray-bg .cat-box {
        margin-bottom: 10px;
    }
    .prd-box {
        margin-bottom: 15px;
    }
    .newsletter-bg input {
        width: auto;
    }
    .copy-right .powerby,
    .copy-right .c-rights {
        text-align: center;
    }

	
	.navbar-brand{
    display:inherit;
            color: #fff !important;
}
    
    .logo>a>img{
        margin-left: auto;
        margin-right: auto;
    }
	
    .icon-bar{
     background-color: #fff !important;
    }

}

.alibaba { margin-top: 15px;}