@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff'), url('../fonts/montserrat-bold-webfont.ttf') format('truetype'), url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff'), url('../fonts/montserrat-light-webfont.ttf') format('truetype'), url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff'), url('../fonts/montserrat-regular-webfont.ttf') format('truetype'), url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneuewebfont-webfont-webfont.eot');
    src: url('../fonts/bebasneuewebfont-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneuewebfont-webfont-webfont.woff2') format('woff2'), url('../fonts/bebasneuewebfont-webfont-webfont.woff') format('woff'), url('../fonts/bebasneuewebfont-webfont-webfont.ttf') format('truetype'), url('../fonts/bebasneuewebfont-webfont-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kokilabold_italic';
    src: url('../fonts/kokilabi-webfont.eot');
    src: url('../fonts/kokilabi-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/kokilabi-webfont.woff2') format('woff2'), url('../fonts/kokilabi-webfont.woff') format('woff'), url('../fonts/kokilabi-webfont.ttf') format('truetype'), url('../fonts/kokilabi-webfont.svg#kokilabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    margin: 0px;
    padding: 0px;
    font: 14px 'montserratregular', Arial, Helvetica, sans-serif !important;
    color: #636161;
    background: #ececec;
}

p {
    line-height: 22px;
}

a:hover {
    text-decoration: none;
}

#main-wrapper {
    width: 100%;
}

.header-part {
    display: block;
    padding-top: 15px;
    background-color: #fff;
}



.logo {
    margin: 0 0 5px 0;
}

.company-link {
    float: right;
}

    .company-link a {
        background: #cecece;
        padding: 3px 6px;
        color: #444444;
        font-size: 12px;
        float: left;
        border-right: 1px solid #fff;
        margin-top: 4px;
    }

        .company-link a:hover {
            background: #214451;
            color: #fff;
        }

.top-social-link {
    float: right;
    margin-top: 5px;
}

    .top-social-link a {
        background: none;
        padding: 0px;
    }

        .top-social-link a:hover {
            background: none;
        }

    .top-social-link i {
        font-size: 28px;
        color: #bababa;
        margin-left: 5px;
    }

        .top-social-link i:hover {
            color: #214451;
        }

.order-link {
    float: right;
    clear: both;
    margin: 15px 0;
}

    .order-link a {
        font-size: 13px;
        color: #444444;
        background: url(images/order-link-divider.jpg) no-repeat left;
        padding: 0 10px;
        margin-top: 10px;
        float: left;
    }

        .order-link a:hover {
            color: #000;
        }

        .order-link a:first-child {
            background: none;
        }

.cart-box {
    background: #214451;
    float: right;
    position: relative;
    width: 54px;
    height: 44px;
    text-align: center;
}

    .cart-box a {
        padding: 0px;
        float: none;
        margin: 0px;
    }

    .cart-box i {
        color: #fff;
        font-size: 20px;
        padding: 10px;
        margin-top: 5px;
    }

.count-items {
    background: #8ebb2d none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 24px;
    left: 15px;
    line-height: 21px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -12px;
    width: 24px;
}

.menu {
    background: #214451;
}

.navbar-inverse {
    background: none;
    border: none;
    margin-bottom: 0px;
}

    .navbar-inverse li {
        background: url(images/nav_spac.png) no-repeat left;
    }

        .navbar-inverse li:first-child {
            background: none;
        }

        .navbar-inverse li a {
            color: #fff !important;
            text-transform: uppercase;
            padding: 15px 25px;
            font-size: 14px;
        }

.dropdown-menu li a {
    color: #000 !important;
    padding: 7px 15px;
    text-transform: capitalize;
}

.dropdown-menu li {
    background: none;
}

.caret {
    background: url(images/dropdown-arrow.png) no-repeat left;
    border: none;
    width: 16px;
    height: 10px;
}

.search-input {
    background: #fff;
    padding: 10px;
    height: 35px;
}

.white-bg {
    background: #fff;
}

.search-part {
    display: block;
    margin-bottom: 15px !important;
}

.search-input {
    background: #fff;
    width: 50%;
    border: 1px #ccc solid;
    border-right: 0 !important;
    box-shadow: 0 0 0px #000;
    box-shadow: 0 0 0px #ccc;
    color: #a1a1a1;
}

.search-btn {
    background: #8ebb2d none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: top;
    width: 90px;
    margin-left: -3px !important;
}

    .search-btn:hover {
        background: #214451;
        color: #fff;
    }

.contact-no {
    font-size: 16px;
    color: #214451;
    font-family: 'montserratbold';
}

    .contact-no img {
        margin-right: 10px;
    }

    .contact-no span {
        font-size: large;
    }

.carousel-caption h1 {
    font-family: 'montserratbold';
    font-size: 32px;
    color: #fff;
    text-shadow: none;
    text-align: left;
    line-height: 26px;
}

.carousel-caption span {
    font: 36px 'montserratlight';
    clear: both;
    width: 100%;
    display: block;
}

.carousel-caption {
    padding-bottom: 55px;
    left: 65%;
}

.article {
    background: #fff;
    padding: 15px;
    margin-top: 15px;
}

.welcome-title {
    font: 28px 'montserratlight';
    clear: both;
    width: 100%;
    text-align: center;
    color: #404040;
}

.welcometext {
    color: #636161;
    font-family: 'montserratlight';
    line-height: 16px;
}

    .welcometext p {
        line-height: 20px;
    }


    .welcometext a {
        background: #adadad;
        padding: 3px 10px;
        color: #fff;
        font-family: 'montserratregular';
        text-transform: uppercase;
        font-size: 12px;
    }

.welcome-title span {
    font-family: 'kokilabold_italic';
    color: #75a018;
    font-size: 41px;
}

h2 {
    font-family: 'montserratlight';
    color: #555555;
    margin: 0px 0 7px 0;
    padding: 0px;
    font-size: 28px;
}

.categories-row {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.categories-box {
    border: 1px solid #c9c9c9;
    padding: 5px;
    margin: 20px 0;
    position: relative;
}

.categories-name {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    display: block;
    color: #292929;
    font-size: 16px;
}

    .categories-name a {
        color: #292929;
        font-size: 16px;
    }

/*.categories-name:hover { color: #f4733d; }*/

.footer-part {
    background: #2c2c2c;
    padding: 30px 0 0 0;
}

.footer-link span {
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}

.footer-link ul {
    margin: 0px;
    padding: 0px;
}

    .footer-link ul li {
        list-style: none;
        float: left;
        width: 100%;
        background: url(images/footer-arrow.png) no-repeat left;
        padding-left: 20px;
        margin: 5px 0;
    }

        .footer-link ul li a {
            color: #bababa;
            clear: both;
        }

            .footer-link ul li a:hover {
                color: #fff;
            }

.copyright {
    text-align: center;
    background: #1b1b1b;
    padding: 15px 0;
    margin-top: 20px;
}

    .copyright a {
        color: #636363;
    }

.container-fluid {
    padding: 0px;
}

.navbar-collapse {
    padding: 0px;
}




.dropdown-menu {
    background: #e3e4e5 repeat scroll 0 0;
    color: #fff;
    display: none;
    left: 0;
    padding: 10px 0 30px 20px;
    position: absolute;
    text-align: left;
    top: 49px;
    width: 100%;
    z-index: 99999;
}

    .dropdown-menu li {
        border-bottom: 1px solid #c09c6c;
        display: block;
        float: left;
        margin-right: 35px;
        padding-bottom: 8px;
        width: 21.4%;
    }

        .dropdown-menu li a {
            color: #214451 !important;
            display: block;
            font-size: 13px;
            padding: 5px 0 7px 1px;
            text-decoration: none;
            text-transform: capitalize;
        }

.navbar-inverse .navbar-nav > li {
    position: static;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: none;
    color: #fff !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #e3e4e5;
    color: #214451 !important;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -45px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -45px;
}

.owl-item {
    border: 1px solid #ccc;
}

.owl-pagination {
    display: none;
}


.owl-carousel {
    width: 95% !important;
    margin: 0 auto;
}

#owl-demo .item {
    margin: 0px;
}

    #owl-demo .item img {
        display: block;
        height: 180px;
        margin: auto;
    }

.categories-box .img-responsive {
    height: 180px;
    margin: auto;
}
/*============= Inner pages Css =================*/
.inner-article {
    margin-top: 0px;
    padding-top: 0px;
}

.breadcrumb-box {
    background: #7ea1ae;
    border: 1px solid #fff;
    float: left;
    padding: 10px 0;
    width: 100%;
    padding-left: 10px;
}

    .breadcrumb-box .breadcrumb {
        background: none;
        padding: 0 0 0 11px;
        margin: 0px;
    }

        .breadcrumb-box .breadcrumb a {
            color: #fff;
        }

        .breadcrumb-box .breadcrumb li {
            color: #fff;
        }

.inner-article .categories-row {
    margin-top: 0px;
}

.subcategory .categories-box img {
    height: 183px;
    margin: auto;
}

.subcategory .categories-box {
    text-align: center;
}

.product-view img {
    margin: 0px auto;
    max-height: 480px;
}

.product-view {
    text-align: center;
}

.product-data {
    font-size: 14px;
    font-size: 'bebas_neueregular';
    margin-top: 10px;
}

    .product-data span {
        clear: both;
        width: 100%;
        display: block;
        padding-bottom: 5px;
        margin-top: 12px;
    }

    .product-data .old-parice em {
        text-decoration: line-through;
    }

    .product-data .new-parice {
        color: #F4733D;
        margin: auto;
        padding: 2px 0;
        width: 92%;
    }

.pages {
    float: right;
}

    .pages a {
        background: #214451 none repeat scroll 0 0;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        width: 25px;
    }

        .pages a:hover {
            background: #8ebb2d;
        }

        .pages a.current {
            background: #8ebb2d;
        }

.subcategory .categories-name a {
    display: inline-block;
}

.peoduct-details {
    font-family: 'montserratlight';
}

.product-code {
    color: #8ebb2d;
    font-family: 'montserratbold';
    font-size: 20px;
}

.product-row {
    width: 100%;
    margin-bottom: 10px;
    display: block;
}

    .product-row span {
        width: 125px;
        float: left;
    }

.old-price em {
    text-decoration: line-through;
}

.new-price {
    color: #8ebb2d;
    font-family: 'montserratbold';
    font-size: 18px;
}

.qty {
    width: 50px;
    border: 1px solid #CCC;
    padding: 5px;
    text-align: center;
}

.buttonbox {
    width: 100%;
    margin-top: 20px;
}

    .buttonbox a {
        background: #214451;
        padding: 10px;
        color: #fff;
        margin-right: 10px;
        text-transform: uppercase;
        font-family: 'montserratbold';
    }

        .buttonbox a:hover {
            background: #8ebb2d;
        }

.free-shipping {
    color: #d43f3a;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-add-to-cart, .btn-add-to-wishlist, .btn-add-to-cart:hover, .btn-add-to-wishlist:hover, a.btn-add-to-cart, a.btn-add-to-wishlist {
    background: #214451;
    padding: 7px;
    color: #fff !important;
    margin-right: 10px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    text-decoration: none;
    color: #FFFFFF;
}

.review {
    padding-bottom: 15px;
}

.product-tab h3 {
    font-size: 20px;
}

.breadcrumb-box a {
    color: white;
}

.large_link {
    background-color: rgba(142, 187, 45, 0.8);
    color: #fff;
    padding: 10px 0;
    position: absolute;
    top: 150px;
    width: 96.2%;
    text-align: center;
}

    .large_link a {
        color: #fff;
    }

.updatemsg { margin-top: 15px; font-weight: bold; color: green; background: white; padding: 15px; border: dotted 1px black; display:none;}

.txt.txtA {
    width: 200px;
}

.multitext {
    width: 300px !important;
}

.heading {
    font-weight: bold;
    font-size: 20px;
}

.btnnew {
    width: 200px;
    background: #214451;
    padding: 10px;
    color: #fff !important;
    margin-right: 10px;
    text-transform: uppercase;
    font-family: 'montserratbold';
}

.btnCoupon {
    width: 140px;
    background: #214451;
    padding: 4px;
    color: #fff !important;
    margin-right: 10px;
    text-transform: uppercase;
    font-family: 'montserratbold';
}

.contactus {
    color: #bababa;
}

    .contactus p {
        line-height: 14px;
        margin-bottom: 5px;
    }

.imageplsmin {
    height: auto !important;
}

.ourprice {
    font-size: 15px;
}

.btnnewcart {
    background: #214451;
    padding: 10px;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'montserratbold';
    font-size: 12px !important;
    display: block !important;
    margin: 0 auto;
    margin-bottom: 5px;
    height: auto !important;
}

.quantity {
    width: 40px !important;
}

.plusminus {
    display: block;
    width: 44px;
}

.spacingname {
    margin-bottom: 5px;
}

.newcategories-box {
    border: 1px solid #c9c9c9;
    padding: 5px;
    margin: 20px 0;
    position: relative;
    min-height: 350px;
}

    .newcategories-box .img-responsive {
        height: 180px;
        margin: auto;
    }

.subcategory .newcategories-box img {
    height: 183px;
    margin: auto;
}

.subcategory .newcategories-box {
    text-align: center;
}

.productcategories-box {
    border: 1px solid #c9c9c9;
    padding: 5px;
    margin: 20px 0;
    position: relative;
    min-height: 305px;
    background-color: white;
}

    .productcategories-box .img-responsive {
        height: 180px;
        margin: auto;
    }

.subcategory .productcategories-box img {
    height: 183px;
    margin: auto;
}

.subcategory .productcategories-box {
    text-align: center;
}

.wishlistcategories-box {
    border: 1px solid #c9c9c9;
    padding: 5px;
    margin: 20px 0;
    position: relative;
    min-height: 400px;
}

    .wishlistcategories-box .img-responsive {
        height: 180px;
        margin: auto;
    }

.subcategory .wishlistcategories-box img {
    height: 183px;
    margin: auto;
}

.subcategory .wishlistcategories-box {
    text-align: center;
}

.errormsg {
    color: red;
    font-family: 'Times New Roman';
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.product-social-madia {
    margin-top: 10px;
    text-align: center;
}

a.sizeVariant {
    border: 1px solid #777777;
    cursor: pointer;
    float: left;
    height: 44px;
    margin-bottom: 4px;
    margin-right: 5px;
    padding: 2px 2px;
    text-align: center;
    min-width: 68px;
    line-height: 20px;
    color: #777;
    font-family: Arial,Tahoma;
}

    a.sizeVariant:hover, a.sizeVariantSelected, a.sizeVariant.active {
        color: white;
        background-color: #666;
        text-decoration: none;
    }


#rblRate td {
    padding: 10px;
}

.discont {
    color: Red;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}


.disc_links {
    background-color: rgba(214, 11, 11, 0.8);
    color: #fff;
    padding: 10px 0;
    position: absolute;
    top: 0px;
    width: 96.2%;
    text-align: center;
}

    .disc_links a {
        color: #fff;
    }

.ctEdit {
    background: none repeat scroll 0 0 #0B9313;
    color: #FFFFFF;
    padding: 5px 5px 8px;
    position: absolute;
    right: 48%;
    text-align: center;
    top: 8px;
}

    .ctEdit a {
        color: #FFF;
        text-decoration: underline;
    }

        .ctEdit a:hover {
            color: #FFF;
            text-decoration: underline;
        }

.checkout_section {
    background-color: #f7f7f7;
    border: 1px solid gray;
    border-collapse: collapse;
    margin: 20px auto;
    padding: 15px;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.cust-line {
    border: 2px solid #214451;
}

.popular-categories .img-responsive {
    height: 250px !important;
}

.products-row .categories-name {
    font-size: 13px !important;
}

.tagline-logo {
    margin-top: 5%;
}

    .tagline-logo img {
        max-width: 100% !important;
    }

/*tab-panel at product start*/
.distimages {
    margin: 10px 0;
}

.padbot10 {
    padding-bottom: 10px;
}

.prodpage > li.active > a, .prodpage > li.active > a:focus, .prodpage > li.active > a:hover {
    background-color: #EFEFF0;
    color: #000;
    font-weight: bold;
}

.prodpage-content > .tab-pane {
    background-color: #EFEFF0;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: black;
}

.qtbox {
    font-size: 16px;
    height: 30px;
    width: 60px;
}

.prodpage > li > a {
    border: 1px solid #ddd;
    color: #555;
}
/*tab-panel at product end*/

/*Coupon*/

.couponFull {
    background: none repeat scroll 0 0 #eee;
    border: 3px dashed orange;
    clear: both;
    font-size: 14px;
    margin: 20px auto;
    padding: 5px;
    max-width: 750px;
}


    .couponFull .hdr {
        font-size: 18px;
        color: #90a24d;
        padding: 5px;
        width: 100%;
        margin-bottom: 10px;
        font-style: italic;
    }

        .couponFull .hdr h2 {
            font-size: 18px;
            font-family: Lucida Console;
            color: #4f7283;
            margin-bottom: 5px;
            text-align: center;
            text-transform: uppercase;
            border-bottom: 1px solid #aaa;
            font-style: normal;
        }

    .couponFull .cod {
        font-size: 24px;
        color: white;
        font-family: HELVETICA;
        background: gray;
        padding: 10px;
        margin: 0 5px 5px 10px;
        float: left;
    }

        .couponFull .cod span {
            font-size: 12px;
            color: lightgrey;
            font-family: Verdana;
            line-height: 20px;
        }

    .couponFull .off {
        font-size: 24px;
        color: white;
        background: #931E1E;
        padding: 15px;
        float: right;
    }

    .couponFull .min {
        font-size: 12px;
        font-family: Arial;
        margin-top: 5px;
        clear: left;
        color: black;
        padding-left: 5px;
    }

.header-right {
    margin-top: 20px;
    width: 100%;
    float: left;
    margin-top: 12px;
}

.cartimg_section {
    position: relative;
    float: left;
    margin: 0 auto;
    display: table;
    text-align: center;
}

    .cartimg_section img {
        width: 42px;
        height: 37px;
    }

    .cartimg_section p {
        font-size: 15px;
        color: #404040;
        font-weight: 600;
    }

.cartcount {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #d22030;
    top: 10px;
    left: 45px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    padding-top: 2px;
}

.wishlist_section {
    margin: 0 auto;
    display: table;
    text-align: center;
    position: relative;
}

    .wishlist_section p {
        font-size: 15px;
        color: #404040;
        font-weight: 600;
    }

    .wishlist_section img {
        width: 38px;
        height: 38px;
    }

.coupon_color {
    background-color: #ff6138;
    border-radius: 0px !important;
    color: #fff !important;
}

.wishlistcount {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #d22030;
    top: 10px;
    left: 45px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    padding-top: 2px;
}



.discountnote {
    color: #000;
    background-color: #41EE95;
    border-color: #a0d6b4;
}

    .discountnote a {
        color: red;
    }

.product-details {
    margin-bottom: 15px;
}

.categories-row .alert {
    padding: 10px !important;
}

.categories-row .col-sm-12 {
    padding: 0 !important;
}

.ctEdit {
    position: absolute;
    text-align: center;
    top: 8px;
    right: 14px;
    /*background: #0B9313;*/
    color: #FFFFFF;
    padding: 5px 5px 8px;
}

    .ctEdit a, .ctEdit a:hover {
        color: White;
        font-size: 14px;
        text-decoration: underline;
    }

.sideScene {
    max-height: 455px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .sideScene img {
        max-height: 125px;
        max-width: 125px;
        margin: 5px auto;
        cursor: pointer;
    }
