.etabs {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.tab-content {
    display: block;
    clear: both;
    padding: 30px;
}

.tab {
    width: 50%;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    margin: 0;
    border: 0;
    float: left;
}

.tab a {
    position: relative;
    background: #0ea0f3;
    color: #fff;
    display: block;
    margin: 0;
    padding: 15px 0;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.tab.active a {
    z-index: 5;
    background: #fff;
    color: #000;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

/*Form*/
.form-horizontal .control-label {
    text-align: left;
    border: none;
    color: #464646;
    line-height: 24px;
    padding-top: 10px;
    font-weight: normal;
    padding-bottom: 5px;
}

.form-control,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    display: block;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    height: 44px;
    color: #989898;
    line-height: 22px;
    padding: 10px 12px;
    background-image: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
select[disabled],
dropdown-toggle.disabled {
    background-color: #eee;
    opacity: 1;
}

.form-control:focus,
.form-control:hover {
    border-color: #989898;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    height: auto;
}

.form-control::-webkit-input-placeholder {
    color: #666666;
    font-size: 0.8rem;
    font-weight: 500;
}

.form-control:-moz-placeholder {
    color: #666666;
    font-size: 0.8rem;
    font-weight: 500;
}

.form-control::-moz-placeholder {
    color: #666666;
    font-size: 0.8rem;
    font-weight: 500;
}

.form-control:-ms-input-placeholder {
    color: #666666;
    font-size: 0.8rem;
    font-weight: 500;
}

.form-control:focus::-webkit-input-placeholder {
    color: transparent !important;
}

.form-control:focus:-moz-placeholder {
    color: transparent !important;
}

.form-control:focus::-moz-placeholder {
    color: transparent !important;
}

.form-control:focus:-ms-input-placeholder {
    color: transparent !important;
}


input[type="checkbox"],
input[type="radio"] {
    margin: 3px 0px 0px;
    vertical-align: top;
}

form .field,
form .field label,
form .field label[for]:before {
    display: inline-block;
    vertical-align: top
}

form .field {
    position: relative;
}

form .field label {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 400;
    color: #2c2c2c
}

.field label span.required {
    color: red
}

form .field input[type=checkbox] {
    width: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    margin: 0
}

form .field.input-checkbox label {
    cursor: pointer;
    letter-spacing: -.5px;
    margin-right: -15px;
    max-width: none;
    width: auto;
    color: #989898;
    padding-left: 24px;
}

form .field label[for]:before {
    content: '';
    font: normal normal normal 9px/1 FontAwesome;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 8px;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    color: #989898;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    top: 5px;
    left: 0;
}

form .field input:checked+label[for]:before {
    content: '\f00c'
}

form .field.input-checkbox {
    display: block;
    cursor: pointer;
}


.btn-blue {
    background: #292b8f;
    cursor: pointer;
    border: 0;
    color: #fff;
    position: relative;
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}

.btn-blue:focus {
    outline: none;
    box-shadow: none;
}

.btn-blue:hover {
    color: #fff;
}

.form-actions .btn {
    min-width: 120px;
}

footer.footer {
    background-color: #ffffff;
    position: relative;
    clear: both;
    height: auto;
    width: 100%;
    padding: 0;
}

ul.footer-item-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.footer-item-list li {
    display: inline;
    float: left;
    font-size: 12px;
    padding: 15px 10px;
}

ul.footer-item-list li:last-child {
    width: 100%;
    text-align: right;
}

footer.footer .footer-logo {
    width: 260px;
    float: left;
}

footer.footer .footer-content {
    float: left;
    width: 80%;
}

footer.footer .footer-logo img {
    max-width: 100%;
}

footer.footer .footer-content .company-desc {
    padding: 30px 10px 24px;
    text-align: justify;
}

footer.footer .footer-content .copyright {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 20px;
    padding-left: 10px;
}

.sidebar-nav .cat-title {
    padding-left: 17px;
    font-weight: 600;
}

.sidebar-nav ul li a {
    font-size: 13px;
}

.sidebar-nav>ul>li {
    margin: 0;
}

.sidebar-nav>ul>li>a.active {
    background: #ffffff;
}

.form-horizontal .control-label {
    font-weight: 500;
}

.search-box .app-search {
    position: relative;
    margin-left: 20px;
    display: inline-block;
    box-shadow: none;
    border: 0;
}

.search-box .app-search .desc {
    color: #ffffff;
}

.search-box .app-search input {
    height: 40px;
    border: 0;
    padding: 10px 40px 10px 20px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    -webkit-background-size: 16px 15px;
    background-size: 16px 15px;
}

.search-box .app-search input:focus {
    border-color: #ebebeb;
}

.search-header-wrapper {
    width: 48%;
}

.btn-white {
    background: #ffffff;
    color: #555555;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 30px;
    border: 0;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.active {
    background: #292b8f;
    color: #ffffff;
}

ul.product-type-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.product-type-list>li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    float: left;
}

.filter-list .filter-item {
    position: relative;
}

.filter-list .filter-item img {
    width: 100%;
    max-width: 100%;
}

.filter-list .filter-item .filter-title {
    text-align: center;
    margin: 0 auto;
}

.filter-list .filter-item .filter-title span {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 10px;
}

.filter-list .filter-item .filter-content {
    position: absolute;
    left: 20%;
    top: 25%;
    width: 60%;
    margin: 0 auto;
    padding: 80px 0;
}

.filter-list .filter-item:hover .filter-content,
.filter-list .filter-item.active .filter-content {
    background-color: rgba(0, 0, 0, 0.5);
}

.filter-list .filter-item:hover .filter-title span,
.filter-list .filter-item.active .filter-title span {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.photo-item img {
    width: 100%;
    max-width: 100%;
    border: 1px solid #D8D8D8;
}

.photo-item .photo>a {
    cursor: move;
}

.photo-item .delete-photo-item {
    position: absolute;
    top: -10px;
    right: 5px;
}

.photo-item .delete-photo-item a.btn-delete-photo {
    padding: 3px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.photo-item .delete-photo-item a.btn-delete-photo.active,
.photo-item .delete-photo-item a.btn-delete-photo:focus {
    outline: none;
}

.photo-item .cover-photo-item {
    position: absolute;
    top: 50%;
    width: 100%;
    padding-right: 30px;
}

.photo-item .cover-photo-item p.cover-label {
    background: #222;
}

.photo-item .cover-photo-item p.cover-label,
.photo-item .cover-photo-item a.btn-cover-photo {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 9px;
    width: 100%;
    padding: 5px 0;
}

.photo-item.photo-add-item .photo {
    border: 1px solid #D8D8D8;
    width: 100%;
    padding-top: 100%;
    text-align: center;
}

.photo-item.photo-add-item a {
    cursor: pointer;
}

.photo-item.photo-add-item .add-label {
    position: absolute;
    top: 43%;
    color: #BEBEBE;
    text-align: center;
    width: 100%;
    padding-right: 30px;
}

.upload-photo-modal .modal-dialog {
    width: 90%;
    max-width: 1000px;
}

.btn-label {
    background: #292b8f;
    color: #fff;
    border-radius: 4px;
    padding: 8px 18px;
    font-weight: normal;
    font-size: 13px;
    white-space: nowrap;
}

.btn-label-blue {
    background: #5F89FD;
}

.btn-label-black {
    background: #000;
}

.btn-label-grey {
    background: #939393;
}

.btn-label-white {
    background: #fff;
    border: 1px solid #707070;
    color: #BFBFBF;
}

.btn-label-red {
    background: #D50000;
}

.item-header {
    padding: 60px 0;
}

.item-header label {
    font-size: 16px;
    padding: 5px 15px;
    float: left;
    margin: 2px 15px 0 0;
}

.item-header .item-title {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    padding-top: 5px;
}

.item-header a {
    margin-left: 15px;
}

.item-body .control-display {
    padding-top: 10px;
    color: #222;
}


.section-title {
    font-weight: 700;
    color: #292b8f;
    font-size: 20px;
    text-transform: uppercase;
}

.recently-viewed-list .item figure img {
    width: 100%;
    max-width: 100%;
    border: 1px solid #cccccc;
}

.recently-viewed-list .item .item-product-name a {
    color: #222222;
    text-transform: uppercase;
    font-weight: 400;
}

.slider-for .slider-item img {
    margin: 0 auto;
    max-width: 100%;
}

.slider-nav .slider-nav-item img {
    width: 100%;
    max-width: 100%;
    cursor: pointer;
}

.slider-nav .slider-nav-item {
    margin-right: 5px;
}

.product-name {
    font-size: 20px;
    color: #171986;
}

.p-price {
    color: #b62e25;
    font-weight: 600;
    font-size: 30px;
}

.p-description {
    color: #222222;
}

.quantity-section input {
    height: 44px;
    width: 90px;
    padding: 10px 5px 10px 20px;
}

.btn-standard {
    text-transform: none;
    font-weight: normal;
    border-radius: 0;
    background: #292b8f;
    color: #ffffff;
    padding: 11px 15px;
    font-size: 14px;
    height: 44px;
    border-bottom: 0;
}

.tb-product-detail {
    width: 100%;
}

.tb-product-detail.border-rigth {
    border-right: 1px solid #ebebeb;
}

.tb-product-detail tr td {
    padding: 10px 15px;
    width: 50%;
}

.tb-product-detail tr td.d-display {
    font-weight: 400;
}

.tb-product-detail tr td.d-value {
    color: #222222;
}

.custom-modal .modal-dialog {
    width: 90%;
    max-width: 600px;
}

.custom-modal .modal-header {
    border-bottom: 0;
}

.custom-modal .modal-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    width: 9%;
    left: 44%;
    border-top: 1px solid #292b8f;
}

.custom-modal .modal-header .modal-title {
    margin: 0 auto;
    color: #292b8f;
    font-weight: 600;
}

.custom-modal .desc {
    font-size: 13px;
    text-align: center;
}

tr.over-qty {
    background: #FF4500 !important;
    color: #ffffff;
}

ul.pc-checklist {
    margin: 0;
    padding: 0;
}

ul.pc-checklist li {
    display: inline-block;
    width: 160px;
    margin-right: 15px;
}

ul.pc-checklist li label {
    cursor: pointer;
}

.category-list img {
    max-width: 100%;
    width: 100%;
    border: 1px solid #ebebeb;
}

.category-list img:hover {
    max-width: 100%;
    border: 1px solid #ebebeb;
}

.page-titles .breadcrumb {
    text-transform: capitalize;
}

.page-titles .breadcrumb li a,
.page-titles .breadcrumb li span {
    color: #1a497b;
    font-size: 16px;
}

.sidebar-nav>ul.filter-sidebar>li>a {
    border-left: 0;
}

.sidebar-nav>ul.filter-sidebar>li.active>a,
.sidebar-nav>ul.filter-sidebar>li.hover>a,
.sidebar-nav>ul.filter-sidebar>li>a:hover {
    text-decoration: none;
}

.sidebar-nav>ul.filter-sidebar>li>ul {
    padding-left: 15px;
}

.sidebar-nav>ul.filter-sidebar>li>ul ul {
    padding: 0;
}

[type="checkbox"]+label {
    font-size: 15px;
}

.error-message {
    color: red;
}

/* Pagination */

.pagination {
    position: relative;
    width: 100%;
    font-size: 0px;
    display: block;
    text-align: right;
    margin: 0px auto 0px;
}

.pagination li {
    position: relative;
    color: #1a497b;
    font-size: 13px;
    line-height: 45px;
    position: relative;
    margin: 5px 5px 5px;
    vertical-align: top;
    display: inline-block;
    padding: 0px 0px !important;
    background: none !important;
    text-transform: uppercase;
}

.pagination li .fa {
    font-size: 12px;
}

.pagination li a,
.pagination li span {
    position: relative;
    height: 40px;
    min-width: 40px;
    color: #1a497b;
    display: block;
    padding: 0px 15px;
    line-height: 38px;
    text-align: center;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #1a497b;
}

.pagination li.last-child a {
    min-width: 85px;
}

.pagination li a:hover,
.pagination li.active:hover span,
.pagination li.active span {
    color: #fff;
    background: #1a497b;
    border-color: #1a497b;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 20px;
}

.pagination>li>a.prev,
.pagination>li>a.prev span,
.pagination>li>a.next,
.pagination>li>a.next span {
    width: auto;
    border: none;
    background: none !important;
    border-radius: 20px !important;
}

.pagination>li>a.prev:hover,
.pagination>li>a.next:hover {
    color: #696969;
}

.nav-quotation {
    width: inherit;
}

.quotation-dropdown {
    width: 800px !important;
    max-width: 90% !important;
    left: auto !important;
    right: 50px !important;
}

.main-c .container-fluid {
    margin-left: 0;
}

.mini-sidebar .sidebar-nav .sidebar-list-item li {
    position: relative;
}

.mini-sidebar .sidebar-nav .sidebar-list-item>li>ul {
    position: absolute;
    left: 70px;
    top: 46px;
    width: 220px;
    padding-bottom: 10px;
    z-index: 1001;
    background: #edf0f5;
    display: none;
    padding-left: 1px;
}

.sidebar-list-item>li:hover>ul {
    height: auto !important;
    overflow: auto;
}

.mini-sidebar .sidebar-nav .sidebar-list-item>li:hover>ul,
.mini-sidebar .sidebar-nav .sidebar-list-item>li:hover>ul.collapse {
    display: block;
}

.mini-sidebar .sidebar-nav .sidebar-list-item>li>a.has-arrow:after {
    display: none;
}

.mini-sidebar .left-sidebar {
    top: 80px;
    width: 260px;
}

.mini-sidebar .sidebar-nav .sidebar-list-item .user-profile>a {
    padding: 12px 20px;
}

.mini-sidebar .sidebar-nav .sidebar-list-item>li>a {
    padding: 12px 20px;
    width: 260px;
}

.mini-sidebar .sidebar-nav .sidebar-list-item>li:hover>a {
    width: 290px;
    background: #edf0f5;
}

.mini-sidebar .sidebar-nav .sidebar-list-item>li:hover>a .hide-menu {
    display: inline;
}

.mini-sidebar .sidebar-nav .sidebar-list-item>li:hover>a .label {
    display: none;
}

.sidebar-list-item [type="checkbox"]+label {
    font-size: 13px;
}

.sidebar-nav .sidebar-list-item li a {
    font-size: 14px;
}

/* .sidebar-nav .sidebar-list-item .active > .has-arrow::after,
.sidebar-nav .sidebar-list-item li > .has-arrow.active::after,
.sidebar-nav .sidebar-list-item .has-arrow[aria-expanded="true"]::after {display: none;} */
.sidebar-list-item,
.sidebar-list-item li,
.sidebar-list-item li ul.icheck-list {
    width: 100%;
}

.sidebar-list-item li ul.icheck-list li {
    width: 50%;
    float: left;
    padding: 0px 3px;
}

.product-filter-sidebar {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.product-item .box-title {
    font-size: 14px;
    padding: 5px 10px;
}

.product-filter-detail .control-display {
    color: #222222;
}

.table>tbody>tr>td.column-action {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.select2-selection {
    height: 45px !important;
    border: 1px solid #dddddd !important;
}

/* Foot Menu */

ul.foot-nav {
    position: relative;
    display: block;
    padding: 20px 0 0 20px;
    margin: 0px 0px;
}

ul.foot-nav li {
    position: relative;
    display: block;
    line-height: 36px;
}

ul.foot-nav li a {
    font-weight: 500;
    position: relative;
    color: #1a497b;
    display: block;
}

ul.foot-nav li a:hover,
ul.foot-nav li.selected a,
ul.foot-nav li.active a {
    color: #292b8f;
}

.search-header-wrapper .toggle-icon {
    display: none;
}

.part-number .select2-container,
.part-number .custom-select { width: 90% !important;}

.filter-sidebar .collapse.in {
    display: inline-block;
    width: 100%;
}

@media (max-width: 1299px) {
    .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
        font-size: 14px;
        padding-left: 12px;
        padding-right: 12px;
    }

    footer.footer .footer-content {
        width: 72%;
    }
}

@media (max-width: 1170px) {
    .mini-sidebar .left-sidebar {
        margin-left: -260px;
    }
    .mini-sidebar.show-sidebar .left-sidebar {
        margin-left: 0;
    }

    .mini-sidebar .page-wrapper {
        margin-left: 0;
    }
    .main-c .container-fluid {
        margin: 0 auto;
    }
    .custom-select,
    .select2-container {
        width: 100% !important;
    }
    .search-header-wrapper .toggle-icon {
        display: block;
    }
}

@media (max-width: 991px) {
    .top-navbar .navbar-header {
        width: 70px !important;
    }

    footer.footer .footer-logo {
        margin: 0 auto;
        float: none;
    }

    .search-box .app-search .desc {
        display: none;
    }

    .search-header-wrapper li.search-box {
        width: 100%;
    }

    .search-box .app-search {
        margin-top: 16px;
    }

    .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
        font-size: 12px;
        padding-left: 4px;
        padding-right: 4px;
    }

    footer.footer .footer-content {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .top-navbar .navbar-header {
        width: 120px !important;
        margin-top: -30px;
    }

    .topbar .top-navbar .navbar-collapse {
        display: block;
    }

    .search-header-wrapper {
        width: 100%;
        padding-right: 50px;
    }

    .search-header-wrapper .toggle-icon {
        padding-top: 10px;
    }

    .top-menu-wrapper {
        float: right;
        padding-right: 25px;
    }

    .search-box .app-search input {
        min-height: 32px;
        height: 32px;
        padding: 10px;
    }

    .mini-sidebar .left-sidebar {
        top: 95px !important;
    }

    .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
        line-height: 25px;
    }

    .mini-sidebar .page-wrapper {
        padding-top: 100px;
    }

    footer.footer .footer-content .copyright {
        padding-top: 20px;
        text-align: center;
    }

    .user-layout .topbar .top-navbar .navbar-nav {
        margin-top: -20px;
    }

    .user-layout .top-navbar .navbar-header {
        margin-top: 0;
    }

    .user-layout .booking-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .user-layout .booking-table .dataTables_wrapper {
        min-width: 767px;
    }
}

@media (max-width: 575px) {
    .top-navbar .navbar-header {
        width: 80px !important;
    }

    .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
        font-size: 11px;
        font-weight: 500;
    }

    span.cart-number {
        margin-left: 0px;
    }

    footer.footer .footer-content .company-desc {
        padding: 0 15px;
    }

    .btn-standard {
        font-size: 13px;
        padding: 10px;
    }
    body {
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    .search-header-wrapper {
        padding-right: 35px;
    }

    .top-menu-wrapper {
        padding-right: 10px;
    }

    .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
        font-size: 10px;
    }

    .quantity-section input {
        margin-bottom: 10px;
    }
}

@media (max-width: 370px) {
    .top-menu-wrapper {
        margin-left: -30px;
    }
}