.container{
    max-width: 100%;
}
.detail-header{
    padding-bottom:20px;
}
.list-items{
    list-style-type:none;
    flex-wrap: wrap;
}
.body-container{
    max-width: 94%;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 140px;
}
.img-container img{
    padding:4px;
    border:1px solid rgb(221, 221, 221);
    border-radius:4px;
}
.specificatoins p {
    font-size: 11px;
    font-weight: 500;
}

#complementary .card-body{
    height: 500px;
    max-height: 500px;
    overflow: auto;
}
#product_search_result_wrapper {
    margin-bottom: 140px;
}
.cart-container {
    position: fixed;
    /* bottom: 0; */
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgb(247, 247, 247);
    z-index: 1;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-top: solid 3px rgb(44, 62, 80);
}

.cart-container.hide-cart {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.cart-container .cart-bottom-btn {
    position: absolute;
    top: 0;
    right: 40px;
    padding: 6px 15px;
    cursor: pointer;
    transform: translateY(-100%);
    background: rgb(44, 132, 226);
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.7px;
}

.cart-container .cart-bottom-btn span.glyphicon {
    font-size: 10px;
    display: inline-block;
}

.cart-container.hide-cart .cart-bottom-btn span.glyphicon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cart-container .thumbnail {
    border: 1px solid rgb(204, 204, 204);
    float: left !important;
    margin: 0px 5px 0 0;
    padding: 0 !important;
    width: 67px !important;
    height: 70px !important;
    list-style-type: none;
    background-color: rgb(255, 255, 255);
    text-align: center;
    font-size: 10px;
}

.cart-container .thumbnail > a{
    display: block;
    cursor: pointer;
}

.cart-container .thumbnail > .remove-from-cart {
    cursor: pointer;
    margin-top: 6px;
    display: block;
    background: rgb(220, 220, 220);
    line-height: 15px;
    padding-top: 2px;
}

.cart-container .cartThumb {
    margin: 0 auto;
    padding: 5px 5px 0;
    width: 50px;
}
.cart-container .product-list {
    display: flex;
    padding: 10px 0;
    width: 100%;
}
.cart-container .cart-footer .btn-group {
    float: right;
    margin-right: 10px;
}
#loader {
    height: 100%;
    position: fixed;
    background: rgb(0, 0, 0, 0.6);
    display: inline-block;
    z-index: 9999999999;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3333;
}

#loader img {
    position: absolute;
    z-index: 999999999999;
    top: 40%;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 70px;
   
}

.header-bg{
    background:rgb(44,62,80);
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    background-color:rgb(44, 62, 80);
    border:rgb(44, 62, 80);
}
.login-sec-header{
    color: #fff;
    font-size: 20px;
    border-bottom:0;
    font-weight:500;
    background:rgb(113, 136, 159);
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus
 {
    color:#fff;
    text-transform:capitalize;
}
@media screen and (max-width:479px){
    .navbar-light .navbar-brand img {
        max-width: 120px; 
    }
    .navbar-light .navbar-nav .nav-link {
        padding-right: 0;
        font-size: 14px;
        max-width: 125px;
    }
}

.dropdown-item.active,
.dropdown-item:focus{
    outline:none;
    background:rgb(44,62,80);
}
.detail-header .img-container img{
    max-width:100%;
}

.btn-light {
    background-color: rgb(226, 226, 226);
    border-color: rgb(226, 226, 226);
}
.table-hover tbody tr:hover {
    background-color: rgba(226, 219, 219, 0.3);
}
.product-search-header {
    font-weight: 600;
    font-size: 17px;
}
.search-result-container {
    margin-top: 20px;
}
.product-list ul {
    width: 100%;
    overflow-x: auto;
    display: inline-flex;
    padding: 5px;
    margin: 0px;
    background: rgb(192, 192, 192);
}
.table-container{
    width: 100%;
}
.table-container table#product_search_result tr th{
    border-top: none;   
}
.table-container table#product_search_result{
    margin: 0px;
}
.table-container #product_search_result_wrapper {
    margin-bottom: 60px;
}

@media screen and (max-width:1360px){
    .table-container table#product_search_result tr th:first-child {
        min-width: 130px;
    }
    .view-btn,.add-btn,.edit-btn,.delete-btn{
        font-size: 14px;
    }
    .table-container table#product_search_result tr td{
        font-size: 14px;
    }
    .table-container .table-bordered td{
        font-size: 14px;
    }
}
@media screen and (max-width:1280px){
    .detail-img-container img{
        max-width:200px;
        width:100%;
        
    }
    .table-container .table-bordered {
        width: 1233px !important;
        max-width: 1233px !important;
    }
    table#product_search_result {
        width: 1208px !important;
        max-width: 1208px !important;
    }
    .table-container{
        overflow-x: scroll;
    }
}
@media screen and (max-width:1024px){
    .table-container table#product_search_result tr th:first-child {
        min-width: 90px;
    }
    .table-container table#product_search_result tr th:nth-child(4) {
        min-width: 100px;
    }
    .table-container table#product_search_result tr th:last-child {
        min-width: 90px;
    }
}
@media screen and (max-width:768px){
    .img-box{
        max-width: 60px;
    }

}
@media screen and (max-width:767px){

    .table-container table#product_search_result tr th{
        font-size: 15px;
    }
  
    .table-container table#product_search_result tr th:first-child {
        min-width: 70px;
    }
    .table-container table#product_search_result tr th:nth-child(4) {
        min-width: 75px;
    }
    .card-body.table-body{
        padding: 5px 10px !important;
    }
   .table-container div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    justify-content: flex-start;
    }
    div#product_search_result_info{
        margin-bottom: 10px;
    }
    ul.nav.nav-tabs.nav-body .nav-item a {
        font-size: 12px;
        padding: 10px 3px;
    }
    ul.nav.nav-tabs.nav-body {
        margin-bottom: 20px;
    }
}

/* admin user listing */
.admin-user-listing .card{
    border: none;
}
/* DD-963 */
#admin-users-list th a {
    color: rgba(33,37,41,0.9);
}

.table-container table#product_search_result tr th:last-child, .table-container table#product_search_result tr td:last-child {
    min-width: 180px;
}
table.dataTable thead .sorting:after, table.dataTable thead th.sorting_desc:after, table.dataTable thead th.sorting_asc:after {
    content: "\f0dc";
    font-family: FontAwesome;
    color: #212529;
    opacity: .8;
    bottom: .7em;
}
table.dataTable thead th.sorting:before, table.dataTable thead th.sorting_desc:before, table.dataTable thead th.sorting_asc:before {
    content: "" !important;
}
table.dataTable thead .sorting_desc:after {
    content: "\f0dd" !important;
}
table.dataTable thead .sorting_asc:after {
    content:"\f0de" !important;
}
@media screen and (max-width:479px){
    .product-page .card-body {
        font-size: 13px;
    }
}