html, body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans',sans-serif;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500;
}

a {
    color: #1a1a1a;
}

    a:hover, a:focus {
        color: #151d47;
    }

html {
    height: 100%;
    min-height: 100%;
}

table td {
    padding: initial;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5{
    font-weight:600;
}
h5{font-size:16px;}
.container img {
    margin: initial;
}
.active-user {
    text-align:center;
    background:#151d47;
    color:#fff;
    display:block;
    padding:5px;
}
p, td, li, label, a {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}
.top-area {
    background: url(skn/menubg.png) 0% 0% repeat-x #fff;
    background-size: 100% 100%;
}
.is-sticky .top-area {
    border-bottom:1px solid #ededed;
}
.col-menu{
    position:relative;
}
.top-actions{
    position:absolute;
    right:25px;
    top:-20px;
}

    .top-actions a, .top-actions a:hover, .top-actions a :focus{
        text-decoration:none;
        font-weight:400;
        color:#1a1a1a;
        font-size:16px;
    }
    .top-actions .dropdown-menu a, .top-actions .dropdown-menu a:hover, .top-actions .dropdown-menu a :focus {
        text-decoration: none;
        font-weight: 400;
        color: #1a1a1a;
        font-size: 14px;
    }
    .top-actions a i::before, .top-actions a:hover i::before, .top-actions a:focus i::before {
        text-decoration: none;
        font-weight: 400;
        font-size: 22px;
        color: #6baf3d;
        
        margin: 0px;
    }
@media(min-width:768px) {
    .top-area {
        padding-top: 35px;
        padding-bottom: 45px;
    }    

    .navbar {
        margin-bottom: 0px;
        border: none;
        background: none;
        margin-top:10px;
    }

    .navbar-collapse {
        padding-left: 0px;
    }

    .navbar-nav {
      
        text-align: right;
    }

        .navbar-nav > li, .navbar-nav > li:hover, .navbar-nav > li:focus {
            float: none;
            display: inline-block;
        }


    .navbar-default .navbar-nav > li {
        position: relative;
    }
    .navbar-nav > li > a {
        padding-top: 25px;
        padding-bottom: 5px;
    }
        .navbar-default .navbar-nav > li::before {
            position: absolute;
            left: -1px;
            height: 20px;
            content: '';
            width: 1px;
            background: #151d47;
            top: 25px;
            
        }

    .navbar-default .navbar-nav > li:first-child::before {
        position: absolute;
        left: -1px;
        height: 18px;
        content: '';
        width: 1px;
        background: #151d47;
        top: 25px;
        display: none;
    }

        .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            -webkit-font-smoothing: antialiased;
            color: #151d47;
            font-weight: 400;
            font-size: 16px;
        }

            .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
                color: #6baf3d;
                font-weight: 400;
                font-size: 16px;
                -webkit-font-smoothing: antialiased;
            }

            .navbar-default .navbar-nav > li > a:after {
                transition: all 300ms ease-in-out;
                position: absolute;
                bottom: 0px;
                content: ' ';
                width: 0%;
                height: 2px;
                left: 0px;
            }
 
    .navbar-nav > li:hover > .dropdown-menu {
        display: block;
    }
    /*.navbar-default .navbar-nav .simple .dropdown-menu {
        padding: 10px !important;
        text-align: left;
        float: left;
        background: url(skn/bg_blue.jpg) 50% 50% no-repeat;
    }

    .navbar-default .navbar-nav .dropdown-menu a {
        color: #fff;
        padding: 8px 16px !important;
        min-width: 200px;
        text-align: left;
        border: 1px solid transparent;
    }

        .navbar-default .navbar-nav .dropdown-menu a:hover, .navbar-default .navbar-nav .dropdown-menu a:focus {
            color: #ffffff;
            text-align: left;
            border: 1px solid #ffffff;
            background: url(skn/bg_blue.jpg) 50% 50% no-repeat;
        }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        border: 1px solid transparent;
        color: #ffffff;
        background: none;
    }

        .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
            border: 1px solid #ffffff;
            color: #ffffff;
            background: none;
        }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
        border-radius: 0 !important;
        background: url(skn/bg_blue.jpg) 50% 50% no-repeat;
    }

    .dropdown-menu > li:last-child > a {
        border-bottom: none;
    }

    .navbar .dropdown-toggle:hover .dropdown-menu {
        display: block;
        background: url(skn/bg_blue.jpg) 50% 50% no-repeat;
    }

    .nav .dropdown:hover .dropdown-menu {
        display: block;
        background: url(skn/bg_blue.jpg) 50% 50% no-repeat;
    }*/

    .navbar-nav > .dropdown-menu {
        border: none;
        border-radius: 0px;
        background: url(skn/bg_blue.jpg) 50% 50% no-repeat;
    }



    .nav .dropdown .dropdown-menu .dropdown-menu {
        display: none;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        background: url(skn/bg_blue.jpg) 50% 50% no-repeat;
    }

    .nav .dropdown .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
        }

        .dropdown-submenu > a:after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-left-color: #ccc;
            margin-top: 5px;
            margin-right: -10px;
        }

        .dropdown-submenu:hover > a:after {
            border-left-color: #fff;
        }

        .dropdown-submenu.pull-left {
            float: none;
        }
}
@media(min-width:1200px) AND (max-width:1600px){
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
       padding-left:5px;
       padding-right:5px;
        font-size: 14px;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            padding-left: 5px;
            padding-right: 5px;
            font-size: 14px;
        }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .navbar-default .navbar-nav > li::before {
        position: absolute;
        left: -1px;
        height: 20px;
        content: '';
        width: 1px;
        background: #151d47;
        top: 15px;
    }

}
.navbar-default {
   
    margin-bottom: 0px;
}
@media (max-width: 1200px) {
    .top-area {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .top-actions{
        position:relative;
        right:initial;
        top:initial;
        background:#ffffff;
        margin-left:-15px;
        margin-right:-15px;
        text-align:right;
        padding-left:15px;
        padding-right:15px;
        padding-top:5px;
        padding-bottom:5px;
    }
        .top-actions a, .top-actions a:hover, .top-actions a :focus {
            text-decoration: none;
            font-weight: 400;
            color: #1a1a1a;
            font-size: 14px;
        }
        .top-actions a i::before, .top-actions a:hover i::before, .top-actions a:focus i::before {
            text-decoration: none;
            font-weight: 400;
            font-size:16px;
            color: #1a1a1a;
            margin: 0px;
        }
    .navbar-header {
        float: none;
        min-height: 90px;
    }

    .navbar-default {
        background-color: transparent;
        border-color: transparent;
        margin-bottom:0px;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-default .navbar-nav > li::before {
        display: none;
    }


    .navbar-toggle {
        display: block;
        position: relative;
        bottom: -15px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li, .navbar-nav > li:hover, .navbar-nav > li:focus {
            float: none;
            position: relative;
            display: block;
            text-align: left;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        padding-left: 7px;
        padding-right: 7px;
    }

        .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            -webkit-font-smoothing: antialiased;
            color: #151d47;
            font-weight: 400;
            font-size: 14px;
        }

            .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
                color: #6baf3d;
                font-weight: 400;
                font-size: 14px;
                -webkit-font-smoothing: antialiased;
            }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-collapse {
        max-height: initial;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .open > .dropdown-menu {
        display: block;
    }
}

@media(max-width:600px) {
    .navbar-brand img {
        max-width: 300px !important;
    }

    
}


.container {
    max-width: 1600px;
    width: 100%;
}

@media(min-width:768px) {
    .category-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}
/* -------------------------------------------------- */

.edit-actions {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 100000;
}

.ui-slider .ui-slider-range {
    background-color: #151d47;
    background-image: none;
}


.vegas-slider-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    color: #151d47;
    text-shadow: 1px 1px 1px #fff;
    background: none;
    border: none;
}

.vegas-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    color: #151d47;
    text-shadow: 1px 1px 1px #fff;
    background: none;
    border: none;
}

#ContentBuilder_Form_body {
    position: relative;
}


.modal .modal-content .modal-header {
    background: #151d47;
    border-top-right-radius: 4px;
}

.panel-heading .panel-title {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #151d47;
    border-color: #151d47;
    cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #ffffff;
    background-color: #505EA2;
    border-color: #505EA2;
    cursor: not-allowed;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #ffffff;
    background-color: #27326B;
    border-color: #27326B;
}

.pagination > li > a, .pagination > li > span {
    color: #ffffff;
    background-color: #505EA2;
    border: 1px solid #505EA2;
}



.page-breadcrumb li.breadcrumb-text:after {
    position: absolute;
    content: "";
    right: -2px;
    top: 1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.view-out-of-stock {
    font-size: 16px;
    color: #cc0000;
}

.view-in-stock {
    font-size: 16px;
    color: #6baf3d;
    font-weight: 700;
}

.product-tag-title {
    font-weight: 700;
}

.product-view-net-price {
    color: #cc0000;
    text-decoration: line-through;
}

.product-view-final-price {
    color: #151d47;
}



.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-weight: bold;
    color: #1c3545;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-bottom-color: #6baf3d;
    cursor: default;
    font-size: 22px;
}

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    font-weight: bold;
    color: #abb0a6;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-bottom-color: #e7e7e2;
    cursor: default;
    font-size: 22px;
}

.footer-area {
    background: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .footer-area ul {
        padding: 0px;
        margin: 0px;
    }

        .footer-area ul li {
            list-style: none;
        }

    .footer-area h4.widget-title {
        font-weight: 600;
        font-size: 18px;
        color: #1a1a1a;
    }

    .footer-area a, .footer-area a:hover, .footer-area a:focus {
        font-weight: 400;
        font-size: 14px;
        color: #151d47;
    }

    .footer-area .social-icon a, .footer-area .social-icon a:hover, .footer-area .social-icon a:focus {
        font-size: 30px;
        display: inline-block;
        background: #1a1a1a;
        color: #ffffff;
        padding: 10px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 25px;
        margin-right: 15px;
    }

        .footer-area .social-icon a i, .footer-area .social-icon a:hover i, .footer-area .social-icon a:focus i {
            font-size: 22px;
            display: inline-block;
            line-height: initial;
        }


.banner {
    position: relative;
    overflow: hidden;
}
.banner-image {
    overflow: hidden;
}
    .banner a, .banner a:hover, .banner a:focus {
        text-decoration: none;
    }

.banners-area .row {
    margin-left: -5px;
    margin-right: -5px;
}

.banners-area .banner-col {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}


.theme-dark a .banner-details .banner-title {
    color: #fff;
}

.theme-dark a:hover .banner-details .banner-title, .theme-dark a:focus .banner-details .banner-title {
    color: #fff;
}

.theme-dark a .banner-details .banner-description {
    color: #fff;
}

.theme-dark a:hover .banner-details .banner-description, .theme-dark a:focus .banner-details .banner-description {
    color: #fff;
}

.theme-white a .banner-details .banner-title {
    color: #1a1a1a;
}

.theme-white a:hover .banner-details .banner-title, .theme-white a:focus .banner-details .banner-title {
    color: #1a1a1a;
}

.theme-white a .banner-details .banner-description {
    color: #1a1a1a;
}

.theme-white a:hover .banner-details .banner-description, .theme-white a:focus .banner-details .banner-description {
    color: #1a1a1a;
}

a .banner-details .banner-more, a:hover .banner-details .banner-more, .theme-white a:focus .banner-details .banner-more {
    color: #67af45;
    text-decoration: none;
}

a:hover .banner-details .banner-more, a:focus .banner-details .banner-more {
    text-decoration: underline;
}

.banner-details .banner-description {
    font-size: 16px;
    padding-bottom: 1.4rem;
}

.banner-details .banner-title {
    font-size: 26px;
    padding-bottom: 13px;
    font-weight: 600;
    line-height: 36px;
}

.banner-details .banner-description {
    font-size: 16px;
    line-height: 20px;
}

.col-lg-9 .category-sections .banner-details .banner-title {
    font-size: 20px;
    padding-bottom: 13px;
    font-weight: 600;
    line-height: 30px;
}
.col-lg-9 .category-sections .banner-details .banner-description {
    font-size: 16px;
    line-height: 20px;
}


@media(min-width:990px) {
    .col-lg-12 .banner-details .banner-title {
        font-size: 36px;
        padding-bottom: 13px;
        font-weight: 600;
        line-height: 46px;
    }

    .col-lg-12 .banner-details .banner-description {
        font-size: 20px;
        line-height: 30px;
    }

    .col-lg-12 .banner-details .banner-more {
        font-size: 20px;
        line-height: 30px;
    }

    .col-lg-12 .banner-details.banner-merge-details .banner-title {
        font-size: 26px;
        padding-bottom: 13px;
        font-weight: 600;
        line-height: 36px;
    }

    .col-lg-12 .banner-details.banner-merge-details .banner-description {
        font-size: 16px;
        line-height: 20px;
    }

    .col-lg-12 .banner-details.banner-merge-details .banner-more {
        font-size: 16px;
        line-height: 20px;
    }
}

@media(max-width:989px) {
    .banner-details .banner-title {
        font-size: 22px;
        padding-bottom: 13px;
        font-weight: 600;
        line-height: 32px;
    }

    .banner-details .banner-description {
        font-size: 16px;
        line-height: 18px;
    }

    .banner-details .banner-more {
        font-size: 14px;
        line-height: 18px;
    }

    .col-lg-9 .category-sections .banner-details .banner-title {
        font-size: 18px;
        padding-bottom: 13px;
        font-weight: 600;
        line-height: 24px;
    }

    .col-lg-9 .category-sections .banner-details .banner-description {
        font-size: 14px;
        line-height:18px;
    }
    .col-lg-9 .category-sections .banner-details .banner-more {
        font-size: 12px;
        line-height: 16px;
    }
}
.banner.add-overlay::before {
    content: '';
    display: block;
}

.banner .banner-details {
    padding: 5%;
}
.banner.placement-bellow .banner-details {
    padding: 15px;
}

.banner.placement-top-left .banner-details {
    position: absolute;
    top: 0%;
    left: 0%;
    
}

.banner.placement-top-center .banner-details {
    position: absolute;
    top: 0%;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.banner.placement-top-right .banner-details {
    position: absolute;
    top: 0%;
    right: 0%;
}

.banner.placement-middle-left .banner-details {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
}

.banner.placement-middle-center .banner-details {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.banner.placement-middle-right .banner-details {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0%;
}

.banner.placement-bottom-left .banner-details {
    position: absolute;
    bottom: 0%;
    left: 0%;
}

.banner.placement-bottom-center .banner-details {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

.banner.placement-bottom-right .banner-details {
    position: absolute;
    bottom:0%;
    right: 0%;
}
/* ----------- overlay white ----------- */

.banner.placement-top-left.add-overlay .banner-details {
    background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1));
    width: 100%;
}

.banner.placement-top-center.add-overlay .banner-details {
    background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1));
    width: 100%;
}

.banner.placement-top-right.add-overlay .banner-details {
    background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1));
    width: 100%;
}

.banner.placement-middle-left.add-overlay .banner-details {
    background-image: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
}

.banner.placement-middle-center.add-overlay .banner-details {
    background: rgba(255,255,255,0.3);
   
}

.banner.placement-middle-right.add-overlay .banner-details {
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}

.banner.placement-bottom-left.add-overlay .banner-details {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    width: 100%;
}

.banner.placement-bottom-center.add-overlay .banner-details {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    width: 100%;
}

.banner.placement-bottom-right.add-overlay .banner-details {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    width: 100%;
   
}
/* ----------- overlay dark ----------- */

.banner.placement-top-left.add-overlay.theme-dark .banner-details {
    background-image: linear-gradient(to top, rgba(21,29,71,0), rgba(21,29,71,1));
    width: 100%;
}

.banner.placement-top-center.add-overlay.theme-dark .banner-details {
    background-image: linear-gradient(to top, rgba(21,29,71,0), rgba(21,29,71,1));
    width: 100%;
}

.banner.placement-top-right.add-overlay.theme-dark .banner-details {
    background-image: linear-gradient(to top, rgba(21,29,71,0), rgba(21,29,71,1));
    width: 100%;
}

.banner.placement-middle-left.add-overlay.theme-dark .banner-details {
    background-image: linear-gradient(to left, rgba(21,29,71,0), rgba(21,29,71,1));
}

.banner.placement-middle-center.add-overlay.theme-dark .banner-details {
    background: rgba(21,29,71,0.3);
    
}

.banner.placement-middle-right.add-overlay.theme-dark .banner-details {
    background-image: linear-gradient(to right, rgba(21,29,71,0), rgba(21,29,71,1));
}

.banner.placement-bottom-left.add-overlay.theme-dark .banner-details {
    background-image: linear-gradient(to bottom, rgba(21,29,71,0), rgba(21,29,71,1));
    width: 100%;
}

.banner.placement-bottom-center.add-overlay.theme-dark .banner-details {
    background-image: linear-gradient(to bottom, rgba(21,29,71,0), rgba(21,29,71,1));
    width: 100%;
}

.banner.placement-bottom-right.add-overlay.theme-dark .banner-details {
    background-image: linear-gradient(to bottom, rgba(21,29,71,0), rgba(21,29,71,1));
    width: 100%;
}

/* -------------------------------------- */
.banner img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.banner:hover img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transform: scale(1.1);
}


.about-area {
    margin-top: 30px;
}

    .about-area .container {
        border-top: 1px solid #ededed;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .about-area a, .about-area a:hover, .about-area a:focus {
        color: #6baf3d;
        text-decoration: underline;
    }

#back-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: rgba(0,0,0,0.15);
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
}
.form-control {
    border-radius: 0px;
    border-color: #151d47;
}
.ui-spinner .ui-spinner-button {
    border-left:1px solid #151d47;
}
.ui-corner-all {
    border-radius:0px;
}
.btn-primary {
    background: #6baf3d;
    color: #ffffff;
    border-radius: 0px;
    border-color: #6baf3d;
    font-weight: 400;
}

    .btn-primary:hover, .btn-primary:focus {
        background: #151d47;
        color: #ffffff;
        border-radius: 0px;
        font-weight: 400;
        border-color: #151d47;
    }

.btn-info {
    background: #151d47;
    color: #ffffff;
    border-radius: 0px;
    border-color: #151d47;
    font-weight: 400;
}

    .btn-info:hover, .btn-info:focus {
        background: #1a1a1a;
        color: #ffffff;
        border-radius: 0px;
        font-weight: 400;
        border-color: #1a1a1a;
    }
.newsletter-area {
    max-width:400px;
}.newsletter-area .btn-primary, .newsletter-area .btn-primary:hover, .newsletter-area .btn-primary:focus {
    border-color: transparent;
    background: none;
    color: #151d47;
    border-bottom: 1px solid #1a1a1a;
}

.newsletter-area .form-control, .newsletter-area .form-control:hover, .newsletter-area .form-control:focus {
    border-color: transparent;
    background: none;
    color: #151d47;
    box-shadow: none;
    border-bottom: 1px solid #1a1a1a;
}

.category-header {
    background: #151d47;
    color: #fff;
    padding: 10px;
}

    .category-header h1 {
        margin: 0px;
        padding: 0px;
        font-size: 30px;
        font-weight: 300;
    }

    .category-header table, .category-header table td:first-child {
        width: 100%;
    }

        .category-header table td:last-child {
            min-width: 60px;
        }

    .category-header td {
        vertical-align: middle;
    }

    .category-header table td {
        padding: 5px;
    }

.home-container-top {
    background: #C9D6FF; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #E2E2E2, #C9D6FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin-top: 30px;
    margin-bottom: 30px;
}

@media(max-width:1200px) {
    .footer-column {
        margin-bottom: 30px;
    }
}

.category-menu {
    background: #e6e6e6;
    height: 100%;
    min-height: 100%;
}

.cat-level-1-submenu {
    border-left: 2px solid #151d47;
    padding-left: 0px;
    margin-left: 25px;
}

.category-menu a.cat-level-1, .category-menu a.cat-level-1:hover, .category-menu a.cat-level-1:focus {
    color: #1a1a1a;
    font-size: 18px;
}

    .category-menu a.cat-level-1.active, .category-menu a.cat-level-1.active:hover, .category-menu a.cat-level-1.active:focus {
        color: #151d47;
        font-weight: 600;
    }
        .category-menu a.cat-level-2.active, .category-menu a.cat-level-2.active:hover, .category-menu a.cat-level-2.active:focus {
            color: #6baf3d;
            font-weight: 600;
        }
.category-menu a.cat-level-2, .category-menu a.cat-level-2:hover, .category-menu a.cat-level-2:focus {
    color: #1a1a1a;
    font-size: 16px;
}

@media(max-width:1200px) {

    .category-menu a.cat-level-1, .category-menu a.cat-level-1:hover, .category-menu a.cat-level-1:focus {
        color: #1a1a1a;
        font-size: 16px;
    }

    .category-menu a.cat-level-2, .category-menu a.cat-level-2:hover, .category-menu a.cat-level-2:focus {
        color: #1a1a1a;
        font-size: 14px;
    }
}
.category-widget{
    padding-left:25px;
    padding-right:25px;
    margin-top:50px;
}
    .category-widget h3.widget-title{
        font-weight:600;
        font-size:18px;
        color:#151d47;
        position:relative;
        margin-bottom:20px;
    }
    .category-widget h3.widget-title::before {
        position:absolute;
        bottom:-11px;
        left:0px;
        content:'';
        display:block;
        height:1px;
        background:#1a1a1a;
        width:100%;
    }
        .category-widget h3.widget-title::after {
            position: absolute;
            bottom: -12px;
            left: 0px;
            content: '';
            display: block;
            height: 2px;
            background: #1a1a1a;
            width: 20%;
        }
.categories-list  {
    padding:0px;
    margin:0px;
}
.categories-list li{
    list-style:none;

}

a.tile-title{
    font-weight:600;
    font-size:16px;
    color:#1a1a1a;
}
.tile-description {
    font-weight: 400;
    font-size: 14px;
    color: #1a1a1a;
}
.tile{
    margin-bottom:30px;
}
.tile-price .product-tile-net-price {
    color: #151d47;
    text-decoration: line-through;
    font-weight: 600;
    font-size: 16px;
}
.tile-price .product-tile-final-price {
    color: #6baf3d;
    font-size: 16px;
    font-weight: 600;
}
button.slick-next {
    background: url(skn/slider-left.png) 50% 50% no-repeat;
    width: 21px;
    height: 38px;
    font-size: 0px;
    border: none;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

button.slick-prev {
    background: url(skn/slider-right.png) 50% 50% no-repeat;
    width: 21px;
    height: 38px;
    font-size: 0px;
    border: none;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.panel.panel-default > .panel-heading {
    color: #1a1a1a;
    background-color: #cccccc;
    border-color: #cccccc;
    border-radius: 0px;
}
.panel-group .panel {
    border-radius: 0px;
}
    .panel-group .panel.panel-default .panel-title {
        color: #1a1a1a;
        font-size: 16px;
        padding: 6px 0;
        min-height: 32px;
    }
    .panel-group .panel.panel-default .panel-body {
        border:none;
        padding:0px;
        padding-top:10px;
        padding-bottom:10px;
    }

    @media(min-width:768px){
        .col-cart{
            border-left:1px solid #ededed;
        }
    }

.product-view-price-text{
    font-weight:600;
    font-size:20px;
    margin-right:10px;
}
.product-view-net-price {
    font-weight: 400;
    font-size: 20px;
    margin-right: 10px;
    color:#6baf3d;
    text-decoration:line-through;
}
.product-view-final-price {
    font-weight: 400;
    font-size: 20px;
    margin-right: 10px;
}

.container .container-wrapper .container{
    padding:0px;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0px;
    
}


.breadcrumb {
    padding: 15px 0px !important;
    margin-bottom: 0px;
    list-style: none;
    background: none;
    border-radius: 0px;
}
    .breadcrumb-text{
        color:#1a1a1a
    } .breadcrumb > li + li:before {
        display: none;
    }

.breadcrumb-link a, #Customers a {
    color: #151d47;
}

    .breadcrumb-link a:hover, .breadcrumb-link a:focus, #Customers a:hover, #Customers a:focus {
        color: #000000;
    }
.breadcrumb-link .icofont{color:#6baf3d; }
