.slider-desktop{
    display: block;
}

.slider-mobile{
    display: none;
}

/* .wrap-slick1 .wrap-slick1 .slick1 .item-slick1:not(:first-child) {
    display: none;
} */

.sub-menu{
    background: #121316;
}
.sub-menu li a{
    color: #ffff;
}

.fix-menu-desktop .main-menu .sub-menu li a:hover{
    color: #E8BE64;
}

.sub-menu-m{
    background: #121316;
}

.sub-menu-m li a:hover{
    color: #E8BE64;
}
.sub-menu-m li a{
    color: #ffff;
}


.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: white;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.stext-110s{
    font-family: Poppins-Medium;
    font-size: 16px;
    line-height: 1.466667;
}
.purple-btn {
    border-color: #ce9f61;
    background-color: #ce9f61;
    color: #fff;
}
label.error {
    color: #dc3545;
    font-size: 14px;
}
.text-red {
    color: red;
}
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    /* background: #ce9f61; */
    background: #747474;
    background: linear-gradient(90deg,#747474 0%,#A5A5A5 100%);
    color: #fff;
    transition: all 0.3s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #ce9f61;
}

#sidebar ul.components {
    padding: 0 0 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: white;
    background: #000;
    border-radius: 15px;
}

#sidebar .menubar .menu-item {
    padding: 4px 4px;
}

#sidebar ul li.active > a,
a[aria-expanded='true'] {
    color: #fff;
    background: #000;
    border-radius: 15px;
}

a[data-toggle='collapse'] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: black;
    font-weight: 400;
}

.block2-txt-child1 {
    align-items: center;
}

.main-menu-m {
    background-color: none !important;
}

.main-menu-m > li.active-menu > a {
    /* background: #ce9f61;
    padding: 10px; */
    color: #fff;
    /* margin: 10px; */
    color: #E8BE64;
    border-bottom: #E8BE64 solid ;
}


.main-menu-m .sub-menu-m > li.active-menu > a {
    /* background: #ce9f61;
    padding: 10px; */
    color: #fff;
    /* margin: 10px; */
    color: #E8BE64;
    border-bottom: #E8BE64 solid ;
}

.home-tabs 
 {
    background: black;
    color: white;
    padding: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.how-active1 {
    background: #ce9f61;
    color: white;
    padding: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.home-tabs:hover{
    background: #ce9f61;
    color: white;
}

.filter-tope-group 
.active {
    background: #ce9f61!important;
    color: white;
    padding: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.tab01 .nav-tabs .filter-tope-group {
    margin: 4px 4px;
}

/* .typehead .dropdown-menu.show{
    width:20rem!important;
} */
.fix-menu-desktop,.fixed-top ,.menu-mobile ,.wrap-header-mobile {
    background:#121316;
}
.footer-bg{
    background-color: #121316;
}

.theme-text-color{
    color: #E1B55C;
}
.theme-button{
    background: rgb(165,103,22);
    background: linear-gradient(90deg, rgba(165,103,22,1) 0%, rgba(232,190,100,1) 100%);
}

.theme-button:hover {
    background: rgb(165,103,22);
    background: linear-gradient(90deg, rgba(232,190,100,1) 0%,  rgba(165,103,22,1) 100%);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.theme-button1{
    background: #747474;
    background: linear-gradient(90deg,#747474 0%,#A5A5A5 100%);
}

.theme-button1:hover {
    background: #747474;
    background: linear-gradient(90deg, #A5A5A5 0%,#747474 100%);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.gray-bg-colour{
    background-color:#2C2D31;
}

.main_bg_new{
    background-image: url('/themes/pmtkart/assets/images/c-sign-in.webp');
    /* position: relative;
    height: 100%;
    width: 100%; */
    min-height: 100vh;
    width: 100%;
    height: auto;
    /* position: absolute; */
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  
}

.main_bg_new_1{
    background-image: url('/themes/pmtkart/assets/images/c-sign-in.webp');
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    float: left;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    max-width: 50rem!important;
}

.dropdown-item{
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    text-align: inherit;
    white-space: unset!important;
    background: 0 0;
    border: 0;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.item-slick2 .image-medium-size img{
    display: block;
    margin: auto;
    /* width: 280px;
    height: 280px; */
    /* width: 230px;
    height: 230px; */
    width: 160px;
    height: 200px;
    object-fit: contain;
}

.product_list .image-medium-size img{
    display: block;
    margin: auto;
    /* width: 280px;
    height: 280px; */
    width: 230px;
    height: 230px;
    object-fit: contain;
}

.image-large-size img{
    display: block;
    margin: auto;
    width: 480px;
    height: 480px;
    object-fit: contain;
}


#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebar .account-details {
    padding: 25px 20px 0px 20px;
    text-align: center;
    margin-top: 12px;
}

#error_message_search {
    color: red;
}

.mp-main-page-content .mp-rfq-container .mp-rfq-data-container {
    margin-bottom: 5px !important;
}

.bg1 {
    background: #ce9f61;
}

.zmdi {
    color: #fff;
}
.item-slick2 h3 {
    padding: 25px 10px;
}

.supplier-custom-logo{
    background: white;
    height: 160px;
    width: 160px;
    /* border-radius: 50%;  */
    text-align: center;
   display: block;
   margin: auto; 
   margin-top: 20px;
   margin-bottom: 20px;
}

.supplier-custom-logo-all{
    background: gray;
    height: 240px;
    /* border-radius: 50%;  */
    text-align: center;
    /* margin: 20px 0 20px 0;   */
}

.supplier-custom-logo-x{
    background: gray;
    height: 120px;
    width: 120px;
    border-radius:50%;   
}

.loader-false{
    display: none;
}
.loader-true{
    display: block;
}
.loader-custom {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }



/* ---------------------------------------------------
    MEDIAQUERIES
---------------------------------------------------- */
/* .hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    color: black;
  } */

/* .hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    color: white;
  } */
@media only screen and (max-width: 600px) {
    .stext-110s {
        font-family: Poppins-Medium;
        font-size: 20px;
        line-height: 1.466667;
    }
    .slider-desktop{
        display: none;
    }
    
    .slider-mobile{
        display: block;
    }

    .slider-mobile .wrap-slick1 .item-slick1 {
        height: auto!important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

 
    
    .supplier-custom-logo {
        background:white;
        height: 250px;
        width: 250px;
        margin-top: 20px;
        margin-bottom: 20px;
        /* border-radius: 50%; */
        text-align:center;
        /* margin: 20px 0 20px 0; */
    }
    
    .item-slick2 .image-medium-size img  {
        display: block;
        margin: auto;
        width: 250px;
        height: 300px;
        object-fit: contain;
    }

    .image-large-size img {
        display: block;
        margin: auto;
        width: 300px;
        height: 300px;
        object-fit: contain;
    }

    #content {
        width: 100%;
        padding: 5px;
        min-height: 100vh;
        transition: all 0.3s;
    }

    .wrap-header-mobile {
        padding: 7px;
    }
    .sidebar_btn {
        display: block;
    }
    .slide-img img {
        width: 300px;
        padding-left: 20px;
        padding-top: 250px;
    }

    .item-slick1.slide1 {
        background-image: url('/themes/pmtkart/assets/images/mobile-banner-1.webp') !important;
        background-repeat: no-repeat;
    }
    #product-search {
        border-radius: 10px;
        width: 350px;
        padding: 10px;
    }

    #search-form {
        padding: 50px 0 0 25px;
    }
    .main-menu > li > a {
        color: #000;
        padding: 0 !important;
    }

    /* .mp-main-container
        .mp-customer-message-main-container
        .mp-customer-message-list-container
        .customer-supplier-message-list
        .customer-supplier-message {
        border-top: 1px solid #eae9e9;
        cursor: pointer;
        display: inline-block;
        padding: 10px 17px 0px 17px !important;
        width: 30% !important;
    } */

    .mp-main-container
        .mp-customer-message-main-container
        .mp-customer-message-list-container
        .customer-supplier-message-list
        .customer-supplier-message
        .customer-supplier-message-list-information {
        float: none !important;
        visibility: hidden;
    }

    .mp-quote-request-thread
        .mp-qs-thread-body
        .mp-qs-thread-content
        .mp-qs-summary-details
        .mp-qs-summary-quote-details
        .mp-qs-summary-quotation-block
        .mp-qs-summary-quotation-body
        .mp-qs-summary-quotation-row
        .mp-qs-summary-quotation-col {
        display: inline-block;
        float: left;
        width: 50% !important;
    }

    .main-menu > li.active-menu {
        background: #ce9f61;
        padding: 6px !important;
        color: #000;
    }

    .menu-mobile .main-menu > li {
        display: block;
        position: relative;
        padding: 10px 0px 10px 0px;
        margin: 0px 4px 0px 14px;
    }

    .mp-quote-request-thread
        .mp-qs-thread-body
        .mp-qs-thread-content
        .mp-qs-summary-details
        .mp-qs-summary-quote-details
        .buttone-group {
        /* border: 1px solid #ccc; */
        border-radius: 3px;
        display: block !important;
        margin-top: 10px;
        padding: 10px;
        position: relative;
        width: -moz-fit-content;
        width: fit-content;
    }

    .mp-quote-request-thread
        .mp-qs-thread-body
        .mp-qs-thread-content
        .mp-qs-summary-details
        .mp-qs-summary-quote-details
        .buttone-group
        a {
        /* border: 1px solid #ccc; */
        margin: 5px;
    }

    .dataTables_wrapper .col-sm-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mp-main-container
        .mp-customer-message-main-container
        .mp-customer-message-list-container
        .customer-supplier-message-list {
        overflow: hidden;
    }
    .mp-main-container
        .mp-customer-message-main-container
        .mp-customer-message-list-container
        .customer-supplier-message-list
        .customer-supplier-message {
        width: 100%;
    }
    .mp-main-container
        .mp-customer-message-main-container
        .mp-customer-message-list-container {
        width: 20%;
    }
    .mp-main-container .mp-customer-message-container {
        width: 80%;
    }
    .mp-main-container .mp-customer-supplier-msg-box textarea{
       height: auto!important;
    }

    .mp-main-container .mp-customer-supplier-msg-box .mp-customer-msg-box-textarea {
        border: 1px solid #ccc;
        display: inline-block;
        float: left;
        margin-left: 8px;
        margin-top: 10px;
        width: calc(100% - 100px)!important;
    }
    
}
@media (max-width: 768px) {
    .sidebar_btn {
        display: block;
    }
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    
    
  
}

@media (max-width: 991px) {
    .sidebar_btn {
        display: block;
    }
    .wrap-header-mobile {
        padding: 7px;
    }
}

@media only screen and (max-width: 1024px) {
    .slide-img img {
        width: 450px;
    }
    /* .slider-desktop .wrap-slick1 .item-slick1 img{
        height: 40%!important;
    } */
}

@media only screen and (max-width: 1920px) {
    .sidebar_btn {
        display: block;
    }
    .slide-img img {
        width: 510px;
        padding-bottom: 50px;
    }
    #product-search {
        border-radius: 10px;
        width: 800px;
        padding: 15px 15px;
    }
    #search-form {
        padding: 50px 0 0 25px;
    }
    .arrow-slick2 {
        top: calc((100% - 20px) / 2);
    }
}

@media only screen and (min-width: 1920px) {
    .supplier-custom-logo{
        /* background: white;
        height: 236px!important; */
        /* border-radius: 50%;  */
        /* margin: 20px 0 20px 0!important;   */
        background:white;
        height: 160px;
        width: 160px;
        margin-top: 20px;
        margin-bottom: 20px;
        /* border-radius: 50%; */
        text-align:center;
    }
    .sidebar_btn {
        display: block;
    }
    .slide-img img {
        width: 510px;
        padding-bottom: 50px;
    }
    #product-search {
        border-radius: 10px;
        width: 800px;
        padding: 15px 15px;
    }
    #search-form {
        padding: 50px 0 0 25px;
    }
    .arrow-slick2 {
        top: calc((100% - 20px) / 2);
    }
}

.control-error {
    color: #dc3545;
}

.alert-success,
.alert-danger,
.alert-warning,
.alert-info {
    padding: 10px;
}

/* datatables */
:root {
    /* --theadColor: #ce9f61; */
    --theadColor: #747474;
   
}

body {
    font-family: 'Poppins-Regular', sans-serif;
}

table.dataTable {
    box-shadow: #bbbbbb 0px 0px 5px 0px;
}

table.dataTable thead {
    background-color: var(--theadColor);
     background: linear-gradient(90deg,#747474 0%,#A5A5A5 100%);
}

table.dataTable thead > tr,
table.dataTable thead > tr > th {
    background-color: transparent;

    color: #fff;

    font-weight: normal;

    text-align: start;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 0px solid #111 !important;
}

.dataTables_wrapper > div {
    margin: 5px;
}

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe
    tbody
    tr.even
    > .sorting_1
    table.dataTable.display
    tbody
    tr.even,
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr.odd {
    background-color: #ffffff;
}

table.dataTable thead th {
    position: relative;

    background-image: none !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;

    top: 12px;

    right: 8px;

    display: block;

    font-family: 'Font Awesome\ 5 Free';
}

table.dataTable thead th.sorting:after {
    content: '\f0dc';

    color: #ddd;

    font-size: 0.8em;

    padding-top: 0.12em;
}

table.dataTable thead th.sorting_asc:after {
    content: '\f0de';
}

table.dataTable thead th.sorting_desc:after {
    content: '\f0dd';
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #f2f2f2 !important;

    color: #000;
}

table.dataTable tbody tr:hover {
    background-color: #f2f2f2 !important;

    color: #000;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: none !important;

    border-radius: 50px;

    background-color: var(--theadColor) !important;

    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: none !important;

    border-radius: 50px;

    background-color: var(--theadColor) !important;

    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid #979797;

    background: none !important;

    border-radius: 50px !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item {
    border: none;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item.active {
    background: none;
}
