/** New Navbar **/
.navbar-default {
    border-bottom: 0;
}

.navbar-bottom-line {
    padding: 4px;
    background: rgb(48, 102, 159);
    background: linear-gradient(
        90deg,
        rgb(48, 102, 159) 0%,
        rgb(46, 48, 129) 100%
    );
}

.navbar-default .navbar-nav > li > a {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #3D89C4;
    background-color: transparent;
}

.navbar-fixed-top {
    min-height: 60px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 60px;
}

.navbar-header {
    display: flex;
}

.navbar-toggle {
    margin-left: 15px;
    border: 0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus > .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #000;
}

a.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

a.navbar-brand > img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .navbar.taller .navbar-nav > li > a {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.nav-icon > a > i {
    position: relative;
    top:5px;
    font-size: 32px;
    color: #30669F;
}

.nav-icon:hover > a > i {
    color: #3D89C4;
}

.badge-number {
    position: absolute;
    right: -3px;
    bottom: 0;
    background: red;
    border-radius: 100%;
    padding: 3px 5px;
    font-size: 11px;
}

/** Product Header **/
.section-product-header {
    margin: 30px 0;
}

.product-header {
    padding: 65px 25px;
    color: #fff;
    text-align: center;
    background: rgb(48, 102, 159);
    background: linear-gradient(
        90deg,
        rgb(48, 102, 159) 0%,
        rgb(46, 48, 129) 100%
    );
}

.product-header > h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom:0;
    margin-top:0;
}
.product-header > h2 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

/** Old Menu **/
.top-menu {
    padding: 0;
    background: #30669F;
}
.top-menu .logo {
    font-size: 34px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    height: 138px;
    position: absolute;
    background: #30669F;
    padding: 10px;
    margin-left: -8px;
    padding-left: 14px;
    padding-right: 14px;
}
.top-menu .logo > a > img {
    margin-top: 50px;
    margin-left: 5px;
}
.top-menu .search-wrap {
    margin-top: 20px;
}
.top-menu .search-wrap .form-group {
    position: relative;
    margin-bottom: 20px;
    display: block;
}

.top-menu .search-wrap .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    box-shadow: none;
    border: none !important;
    font-size: 13px !important;
    font-weight: 300;
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-radius: 2px;
}
.top-menu .search-wrap .search {
    height: 40px;
    padding-left: 1em;
    padding-right: 4.5em;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.top-menu .search-wrap .submit-search {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    right: -5px;
    padding: 0;
    background: #3D89C4;
    border: 1px solid #3D89C4;
    color: #fff;
    font-size: 22px;
    border-radius: 30px;
}
.top-menu .search-wrap .submit-search:hover {
    background: #30669F;
    border-color: #30669F;
    color: #fff;
}

.top-menu .search-wrap .submit-search i {
    padding: 0;
}

.top-nav {
    background: #3D89C4;
}

.top-nav ul {
    height: 60px;
    margin: 0;
    margin-top: -2px;
    padding-top: 10px;
}
ul.left-nav {
    padding-top: 20px;
    padding-left: 0;
    margin-left: 75px;
}
.top-nav ul li {
    padding: 0;
    padding-left: 0;
    margin: 0;
    list-style: none;
    display: inline;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
}
.top-nav ul li.border {
    padding: 0 8px;
    border-right: solid 1px #fff;
}
.top-nav ul li a {
    position: relative;
    padding: 0;
    color: #fff;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.top-nav ul li a:focus,
.top-nav ul li a:hover {
    text-decoration: none;
    color: #fff;
}
.top-nav ul li.active > a {
    color: #fff;
    position: relative;
}
ul.left-nav li > a {
    padding: 20px 6px 18px 6px;
}
ul.left-nav li.active > a {
    color: #30669F;
    background: #fff;
    position: relative;
}
.top-nav ul.dropdown-menu a:focus,
.top-nav ul.dropdown-menu a {
    color: #3D89C4 !important;
}

ul.left-nav li.dropdown .dropdown-menu,
ul.right-nav li.dropdown .dropdown-menu {
    width: auto;
    height: auto;
    z-index: 1002;
    position: absolute;
    top: 43px;
    left: 0;
    text-align: left;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    transition: all 0s ease;
}
ul.left-nav li.dropdown .dropdown-menu li {
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
}
ul.left-nav li.dropdown .dropdown-menu li a {
    padding: 2px 0;
    display: block;
    color: #000;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: 0;
    text-align: left;
}
ul.left-nav li.dropdown .dropdown-menu li a:hover {
    color: #30669F;
}

.circle.hollow {
    display: inline-block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    text-align: center;
    padding-top: 4px;
}

a > span.circle {
    background: #fff;
    color: #30669F;
}
a:hover > span.circle,
a.active > span.circle {
    background: #30669F;
    color: #fff;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #30669F;
    border-color: #30669F;
}
.panel-default {
    background-color: #fff;
    border-color: #30669F;
}
.modal-header {
    background-color: #fff;
    border-bottom: 1px solid #5c5d61;
}
.modal-footer {
    background-color: #fff;
    border-bottom: 1px solid #5c5d61;
}

.form-control {
    border-color: #555;
}
.form-control:focus {
    border-color: #3D89C4;
}
.file-upload-button,
.file-upload-button:hover {
    background-color: #30669F;
}

.btn-primary,
.btn-order {
    color: #fff;
    background-color: #30669F;
    border-color: #30669F;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-order:active,
.btn-order:hover .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3D89C4;
    border-color: #3D89C4;
}

.btn-cart {
    color: #30669F;
    background: transparent;
    border: none;
    font-size: 32px;
    padding: 12px;
}
.btn-cart:active,
.btn-cart:hover,
.btn-cart:focus,
.btn-cart:visited {
    color: #3D89C4;
}

.btn-wishlist {
    color: red;
    background: transparent;
    border: none;
    font-size: 32px;
    padding: 12px;
}
.btn-wishlist:active,
.btn-wishlist:hover,
.btn-wishlist:focus,
.btn-wishlist:visited {
    color: red;
}

.imagewrap {
    display: inline-block;
    position: relative;
    width: 100%;
}
.imagewrap .btn-circle {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    font-size: 26;
    line-height: 1;
    color: red;
    background: transparent;
}
.imagewrap .btn-circle i::before {
    font-size: 22px;
}
.btn-circle-o:focus,
.btn-circle-o:active {
    outline: none !important;
    outline-offset: 0;
}

.category-list .tree li a:hover,
.category-list .tree li.active a {
    color: #3D89C4;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.copyright,
.footer-link,
.footer-link a {
    color: #fff;
}

.nodecoration,
.nodecoration:hover {
    color: #fff;
    text-decoration: none;
}
.size-table {
    border: none;
}

.size-table thead tr th {
    background: #f57a37;
    color: #fff;
    border: solid 1px #f3542e;
}
.size-table tbody tr td {
    background: #fff;
    border: solid 1px #adadad;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
    .top-menu .logo {
        text-align: center;
    }
    .top-nav ul {
        height: auto;
        margin: 0;
        padding: 0;
    }
    .top-nav ul li {
        display: block;
        padding: 0;
        margin: 0;
    }
    .top-nav ul li.circle {
        display: inline;
        margin-right: 20px 20px;
    }
    .top-nav ul li.border {
        padding: 0;
        border: none;
    }
    ul.left-nav li > a {
        padding: 17px 0 22px 0;
    }
    ul.left-nav li.active > a {
        color: #fff;
        background: transparent;
    }
    ul.right-nav {
        text-align: left;
    }
    ul.left-nav li.dropdown .dropdown-menu {
        position: relative;
        top: 0;
        background: transparent;
        padding: 0;
        padding-left: 18px;
        border: none;
        box-shadow: none;
    }
    ul.left-nav li.dropdown .dropdown-menu li a {
        padding: 2px 0;
        display: block;
        color: #000;
        line-height: 1.2;
        text-transform: none;
        letter-spacing: 0;
        text-align: left;
    }

    #footer {
        height: auto;
        text-align: center;
    }

    .copyright {
        line-height: 1;
        padding: 15px 0 0 0;
    }
    .footer-link {
        padding: 15px 0;
        text-align: center;
    }
}

.products-list .product-thumbnail {
    margin-top: 30px;
    background-color: transparent;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 4px;
}


@media (min-width: 768px) {
    .products-grid {
        padding-right:0;
    }

    .products-list {
        padding-right: 0;
        padding-left:0
    }
}


/** Container **/
.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

.footer-image {
    width:100%;
    min-height: 240px;
    background-color: #000;
    padding-bottom: 20%;
    background: url('../images/footer-bg.jpg');
    background-size: cover;
    background-position: top center;
}

/*DZS Styles*/
a.navbar-brand{
    height: 70px;
}
a.navbar-brand img{
    height: 100%;
}
.navbar-default{
    background-color: #1D5373;
    padding: 26px 30px;
}

.navbar-default .navbar-nav > li > a{
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #3D89C4;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: transparent;
    color: #3D89C4;
}

.footer-image {
    background-image: url('../images/dzs-footer.jpg');
    background-position: bottom center;
}
footer{
    background-color: #1D5373;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background-color: transparent;
    color: #3D89C4;
}
.panel-default > .panel-heading{
    background-color: #1D5373;
}
.panel-primary > .panel-heading{
    background-color: #3D89C4;
}
.panel-primary > .panel-body, .category-list .tree ul{
    background-color: #fff;

}
.panel-primary > .panel-body .tree li{
}
.panel-primary > .panel-body .tree li a{
    color: #6D6E71;
    border-color: #C0C2C3;

}
.panel-primary > .panel-body .tree li a:hover{
    color: #3D89C4;
}
.panel-primary{
    border: 1px solid #C0C2C3;
}
.product-header{
    background-image: url("../images/merchandise.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-header h3{
    font-size: 40px;
    font-weight: bold;
}
.product-header h2{
    font-size: 64px;
}

@font-face {
    font-family: Avenir;
    font-weight: normal;
    src: url('../fonts/Avenir-Black.woff') format('WOFF');
}
@font-face {
    font-family: AvenirLight;
    font-weight: normal;
    src: url('../fonts/Avenir-Roman.woff') format('WOFF');
}
body * {
    font-family: AvenirLight;
}
h1, h2, h3, h4, strong, #getProducts{
    font-family: Avenir;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover,

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .btn-order:active, .btn-order:hover .open > .btn-primary.dropdown-toggle
{
    background-color: #3D89C4;
}
.btn-primary{

    background-color: #1D5373;
}
.btn-primary:hover{
    border-color: #3D89C4;

}
.btn-login{
    background-color: #3D89C4;
    border-color: #3D89C4;

}
.products-list .product-thumbnail .card-title a:hover, .products-list .product-thumbnail .card-title a:focus,
.products-list .product-thumbnail:hover .card-title a, .products-list .product-thumbnail:focus .card-title a

{
    color:#3D89C4;
}
.form-control, .form-control:hover,.form-control:focus{
    border-color: #3D89C4;
}
.icon-addon.addon-md .flaticon, .icon-addon .flaticon{
    color:#3D89C4;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
    color:#3D89C4;
}
.file-upload-button{
    background-color:#3D89C4;
}

.login-cover{
    background-image: url("../images/login-cover.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: calc(100vh - 180px);
}
.login-form-wrapper{
    padding: 20px 60px 0;
}
.login-form-wrapper .form-links a{
    font-weight: normal;
    color: #3D89C4;
}
.page-header{
    background: #3D89C4;
    color: #fff;
    padding: 10px 30px;
}
.page-header h1{
    margin: 0;
}
.nav-icon > a > i{
    color:#3D89C4;
}
.navbar-nav > li > a{
    line-height: 1;
}
.e-wallet-credit{
    background-color: #3D89C4;
    border-radius: 15px;
    padding: 10px 0;
}
.e-wallet-credit:hover a{
    color: #fff !important;
}
.container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before,
.navbar-header:after, .navbar-header:before,
.navbar-collapse:after, .navbar-collapse:before{
    content: none;
}
@media (min-width: 768px){
    .container-fluid>.navbar-header{
        margin-right: 70px;
    }
}
@media (min-width: 768px) {
    .top-header{
         display: flex;
        float: none;
    }
    #navbar-nav{
        display: flex !important;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }
    .navbar-nav{
        float: none !important;
    }
    .navbar-right{
        display: flex;
        align-items: center;
    }

}
p, small{
    color: #58575c;
}
.qty, .qty:focus, .qty:hover{
    border-color: #000;
}
.qty::placeholder{
    color: #3D89C4;
}
.products-list .product-thumbnail{
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px #bbb;
}
.nav-tabs li.active, .nav-tabs li.active a{
    cursor: pointer;
}
.nav-tabs li a:hover,.nav-tabs li.active a:hover,.nav-tabs li a:active,.nav-tabs li a:focus{
    color: #3D89C4;
}
