body {
    font-family: 'Poppins', serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.delete-row {
    color: #F3525A;
    text-decoration: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #AAAAAA;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #AAAAAA;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #AAAAAA;
}

:-moz-placeholder { /* Firefox 18- */
    color: #AAAAAA;
}

.main-container {
    padding: 35px 20px 70px;
}

.manufacture .main-container {
    padding-top: 55px;
}

/* ============== Auth Popup START ============== */
#auth-modal .modal {
    padding: 0 20px;
}

#auth-modal .modal-content {
    border-radius: 4px;
}

#auth-modal .modal-dialog {
    max-width: 400px;
    margin: auto;
}

.auth-form-wrap .form-group {
    margin-bottom: 15px;
}

.auth-form-wrap .form-group.btn-wrap {
    margin-bottom: 10px;
}

.auth-modal .title,
#auth-modal .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 25px;
}

.auth-form-wrap .form-control {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 15px;
    height: auto;
}

.help-block {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #FF0000;
}

.auth-spinner,
.help-block:empty {
    display: none;
}

.auth-modal .title {
    text-align: center;
}

.auth-modal .btn-block {
    width: 100%;
    background: #20304F;
    border-color: #20304F;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 8px;
}

.auth-modal .modal-body {
    padding: 35px 35px 20px 35px;
}

.auth-modal .rememberme-wrap {
    display: flex;
    justify-content: space-between;
}

.auth-modal .footer-title {
    text-align: center;
    display: block;
    color: #606060;
    font-weight: 400;
    border-top: 1px solid #dee2e6;
    padding: 12px 20px 12px;
}

.auth-footer-link {
    color: #20304F;
    text-decoration: none;
    font-weight: 700;
}

.forgot-pass-link {
    text-align: right;
    color: #20304F;
    text-decoration: none;
    font-weight: 400;
}

.auth-modal .signup-info {
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    color: #8B8B8B;
}

.auth-modal .signup-info a {
    color: #8B8B8B;
}

.auth-modal .auth-pass-info {
    font-size: 12px;
}

.rememberme-wrap .form-group label,
.rememberme-wrap .form-group {
    margin: 0 !important;
}

.rememberme-wrap .form-group label {
    font-weight: 400;
    color: #606060;
}

/*reset pass modal*/
#reset-password .title {
    text-align: center;
}

#reset-password .btn-block {
    width: 100%;
    background: #20304F;
    border-color: #20304F;
}

#reset-password .modal-content {
    padding: 15px;
}

#reset-password .footer-title {
    text-align: center;
    display: block;
}

.auth-footer-link {
    color: #20304F;
    text-decoration: none;
    font-weight: bold;
    margin-left: 8px;
}

#reset-password .signup-info {
    font-size: 10px;
}

#reset-password .auth-pass-info {
    font-size: 12px;
}

/* ============== Popup END ================ */
/* ============== Table START ============== */
.table {
    font-family: 'Poppins', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 14px;
}

.table thead tr th,
.table thead tr td {
    font-weight: 700;
    color: #292929;
    background: #C5C5C5;
    text-align: center;
    padding: 15px;
    border: 0;
}

.table tbody tr td {
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    border: 0;
}

.table .login-link {
    color: #292929;
    text-decoration: none;
}

.table .rfq-link {
    font-family: 'Lato', serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    background: #20304F;
    border-radius: 5px;
    color: #fff;
    padding: 5px 35px;
}

.pager-wrap {
    border-top: 2px solid #F0F0F0;
    padding-top: 30px;
    margin-top: 30px;
}

/* ============== Table END ================ */


/* ============== Header START ============== */

.top-head {
    background: #20304F;
    text-align: center;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 14px;
    padding: 13px 15px;
}

nav.desktop.navbar {
    padding: 14px 20px;
}

.navbar-nav .dropdown-menu {
    padding: 0;
    border: 0;
}

.navbar-nav .header-nav-link {
    color: #20304F;
    fill: #20304F;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    font-family: "Cardo", Sans-serif, serif;
    padding: 13px 20px;
    transition: .4s;
}

.navbar-nav .dropdown-menu a.dropdown-item {
    border-left: 8px solid transparent;
    padding: 13px 20px;
    font-family: Roboto, serif;
    font-weight: 500;
    white-space: nowrap;
    line-height: 20px;
    text-shadow: none;
    border-left: 8px solid transparent;
    color: #494c4f;
    font-size: 13px;
    transition: .4s;
}

.navbar-nav .dropdown-menu a.dropdown-item:hover {
    background-color: #55595c;
    color: #fff;
}

/* ============== Desktop ============== */


#w1 > .nav-item:not(.nm) .header-nav-link {
    margin-inline-end: calc(17px / 2);
    margin-inline-start: calc(17px / 2);
}

#w1 > .nav-item:first-child .header-nav-link {
    margin-inline-start: 0;
}


.navbar-nav .nav-item.active .header-nav-link,
.navbar-nav .nav-item:hover .header-nav-link {
    color: #868686;
    fill: #868686;
}

#w1 .dropdown-menu a.dropdown-item:hover {
    background-color: #55595c;
    color: #fff;
}

li.auth.dropdown.nav-item > a.nav-link:after {
    display: none;
}

.navbar-brand img {
    width: 100%;
    max-width: 195px;
}

/* ============== Hero Section START ============== */

#hero-section {
    background-image: url("/static/frontend/images/rec-image.jpg");
    background-size: cover;
    padding: 70px 20px;
}

#hero-section img {
    position: relative;
}

#hero-section .hero-wrap {
    max-width: 980px;
    margin: 0 auto;
}

#hero-section .banner-text {
    margin-bottom: 60px;
    font-family: "Cardo", serif;
    color: #000000;
    text-align: center;
}

#hero-section .banner-text h1,
#hero-section .banner-text h2 {
    font-size: 40px;
    line-height: 48px;
    margin: 0;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#hero-section .banner-text h1 {
    font-weight: 700;
}

#hero-section .banner-text h2 {
    font-weight: 500;
}

#hero-section .banner-text span {
    font-weight: 700;
}

#hero-section .field-productsearch-search {
    flex: 1;
}

#hero-section .hero-search-input {
    font-size: 13px;
    line-height: 14px;
    background: #FFFFFF;
    border: 1px solid #919191;
    border-radius: 5px 0 0 5px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #929292;
    padding: 23px 20px;
    width: 100%;
}

#hero-section .form-group {
    margin-bottom: 0;
}

.hero-wrap form {
    display: flex;
}

.field-productsearch-search label {
    display: none;
}

#hero-section button.hero-search-btn {
    background: #20304F;
    color: #ffffff;
    padding: 10px 17px;
    border: 0;
    border-radius: 0 5px 5px 0;
}


/* ============== Hero Section END ================ */
/* ============== Breadcrumb START ============== */
.breadcrumbs-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

/*body.product.search .breadcrumbs-wrap,*/
/*body.rfq .breadcrumbs-wrap {*/
/*    margin-bottom: 11px;*/
/*}*/

.breadcrumbs-wrap .btn-back {
    background: #F0F0F0;
    padding: 13px 28px;
    transition: .4s;
    border: 0;
    display: flex;
    align-items: center;
    letter-spacing: 0.22em;
    color: #20304F;
    font-family: 'Lato', serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    border-radius: 0;
}

.breadcrumbs-wrap .btn-back img {
    margin-right: 8px;
}


.breadcrumb {
    font-family: 'Poppins', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #20304F;
    margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    /*content: ">";*/
    content: "";
}

.breadcrumb-item a {
    color: #20304F;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #AAAAAA;
}

/* ============== Breadcrumb END ================ */

/* ============== Pagination START ============== */

.pager-wrap .summary {
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
}

.pager-wrap ul.pagination {
    margin: 0;
    gap: 20px;
}

.pager-wrap ul.pagination li a {
    border: 0;
    border-radius: 50px;
    color: #20304F;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pager-wrap ul.pagination li:first-child a,
.pager-wrap ul.pagination li:last-child a {
    width: auto;
}

.pager-wrap ul.pagination li.active a,
.pager-wrap ul.pagination li a:hover {
    background: #20304F;
    color: #fff;
}

/* ============== Pagination END ================ */
/* ============== RFQ START ============== */
ul.rfq-nav {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
    border-bottom: 1px solid #20304F;
    margin: 0 0 32px;
}

ul.rfq-nav .rfq-nav-item a {
    font-family: 'Poppins', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 14px;
    color: #292929;
    background: #F5F5F5;
    padding: 24px 40px;
    display: block;
    text-decoration: none;
}

ul.rfq-nav .rfq-nav-item a:hover,
ul.rfq-nav .rfq-nav-item.active a {
    background: #20304F;
    color: #fff;
}

/* ============== Quote ============== */
#inquiry-request-table tr th {
    background: #F5F5F5;
    border: 1px solid #E7E7E7;
    text-align: left;
    padding: 15px 12px;
}

#inquiry-request-table tr th span {
    color: #F3525A;
}

#inquiry-request-table tbody td {
    border: 1px solid #E7E7E7;
    padding: 8px 12px;
}

#inquiry-request-table tbody td .form-group {
    margin: 0;
}

.inquiry-request-add-new {
    text-align: right;
    margin-bottom: 32px;
    margin-top: 15px;
}

.inquiry-request-add-new a {
    border: 1px solid #E7E7E7;
    padding: 15px;
    color: #292929;
    text-decoration: none;
    font-size: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.qitrading-card.card {
    border: 1px solid #F0F0F0;
    color: #292929;
    border-radius: 0;
}

.qitrading-card.card .card-header {
    background: #F5F5F5;
    font-weight: 400;
    font-size: 12px;
    padding: 13px 17px;
    border-bottom: 0;
}

.qitrading-card .card-body {
    padding: 13px 22px 32px;
}

.qitrading-cf-wrap .form-group {
    margin-bottom: 8px;
}

.qitrading-cf-wrap .form-control {
    height: auto;
    font-size: 12px;
    line-height: 14px;
}

.qitrading-cf-wrap .rfq-form-icon .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.qitrading-cf-wrap .col-md-6:first-child .rfq-form-item .help-block {
    margin-left: 16px;
}

.rfq-form-icon {
    border: 1px solid #AAAAAA;
    background: #F9F9F9;
    padding: 8px;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.rfq-form-icon img {
    width: 23px;
    height: 23px;
}

.rfq-submit-button {
    background: #171968;
    border-radius: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #ffffff;
    padding: 14px 16px;
}

.btn.brand-search-button:hover,
.btn.rfq-link:hover,
.btn.rfq-submit-button:hover {
    color: #292929;
    background: #F5F5F5;
}

.quote-submit-info {
    text-align: center;
    font-weight: bold;
}

.rfq-query-star-icon {
    color: #F3525A;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-right: 8px;
    width: 10px;
}

#rfq-query-form .help-block,
.rfq-form-wrap .help-block {
    margin-left: 35px;
}

.field-rfqform-request_quantity .help-block {
    margin-left: 0;
}

.auth-info-link {
    text-decoration: none;
}

.iq-upload-wrap {
    border: 1px solid #CCCCCC;
    padding: 24px 25px 42px;
    margin-bottom: 32px;
}

.iqf-wrap {
    display: flex;
    gap: 60px;
}

.iqf-wrap .iqu-label {
    flex: 0 0 200px;
    text-align: right;
    font-weight: 700;
}

.iqf-wrap .iqu-label span {
    color: #F3525A;
}

.iqf-wrap .iqu-field {
    flex: 1;
}

.iqf-wrap .iqu-field .info {
    font-size: 10px;
    color: #AAAAAA;
}

.iqf-wrap .iqu-field .form-group {
    border: 1px dashed #CCCCCC;
    padding: 24px;
    margin-bottom: 15px;
}

.iqf-wrap .iqu-field label.control-label {
    color: #292929;
    padding: 10px 15px;
    margin: 0 !important;
    border: 1px solid #DDDDDD;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.iqf-wrap .iqu-field #bominquiryform-file {
    padding: 7px 15px;
    margin: 0 !important;
    border: 1px solid #DDDDDD;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    font-size: 10px;
    color: #AAAAAA;
}

/* ============== RFQ END ================ */
/* ============== Single product START ============== */

.single-product-wrap {
    margin-bottom: 32px;
}

.single-product-wrap .table .m-label {
    display: none;
}

/* ============== Single product END ================ */
/* ============== Manufacturer brand START ============== */
.brand-index-wrap {
    gap: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.brand-index-wrap a {
    text-decoration: none;
    color: #20304F;
}


.brand-wrap {
    margin: 45px 0 55px;
}

.brand-wrap .brand-group + .brand-group {
    margin-top: 60px;
}

.brand-group h3 {
    font-family: 'Poppins', serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    margin: 0;
}

.brand-group hr {
    border-color: #292929;
    margin-bottom: 25px;
    opacity: 1;
}

.brand-wrap .brand-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    column-gap: 25px;
    row-gap: 5px;
}

.brand-wrap .brand-list a {
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #000000;
    text-decoration: none;
    transition: .4s;
}

.brand-wrap .brand-list a:hover {
    color: #20304F;
}

/* ============== Manufacturer END ================ */

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}


#product-iframe {
    width: 100%;
    min-height: 500px;
}


/* ============== Product search page ============== */
.product-search-form {
    margin-bottom: 35px;
}

.product-search-form form {
    display: flex;
    gap: 7px;
}

.product-search-form form {
    display: flex;
    gap: 7px;
}

.product-search-form form .form-group {
    margin-bottom: 0;
}

h1.search-for {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #292929;
    display: flex;
    justify-content: space-between;
}

#table-product-manufacturer thead tr.filters td {
    padding-top: 5px;
}

#table-product-manufacturer thead tr:first-child th {
    padding-bottom: 5px;
}

#table-product-manufacturer thead tr th a {
    color: #292929;
    text-decoration: none;
}

input#productsearch-search {
    background: #FFFFFF;
    border: 1px solid #919191;
    border-radius: 5px;
    font-family: 'Poppins', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    padding: 23px 20px;
    width: 430px;
}

.brand-search-button {
    background: #20304F;
    border-radius: 5px;
    color: #fff;
    font-family: 'Poppins', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 14px;
    padding: 16px 52px;
}

/* ============== Footer START ============== */

.footer {
    background-color: #E7EFFF;
    font-family: "Cardo", serif;
    padding: 10px 0;
    font-weight: 700;
    font-size: 13px;
    line-height: 48px;
    letter-spacing: 0.04em;
    color: #161616;
}


.footer-bottom-link {
    text-decoration: none;
    color: #161616;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.footer .f-copyright {
    align-items: center;
    display: flex;
}

.footer .f-pay-m {
    display: flex;
    justify-content: center;
}

.footer .f-pay-m ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.f-pay-m ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .f-ter-policy {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.footer .f-ter-policy a {
    color: #161616 !important;
    text-decoration: none;
}

/* ============== Footer END ================ */
/* ============== Media Query ============== */

@media (min-width: 768px) {
    .qitrading-cf-wrap .row {
        justify-content: space-between;
    }

    .qitrading-cf-wrap .col-md-6 {
        max-width: 600px;
    }

    .btn-wrap button.m-brand-search-button {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link.header-nav-link {
        padding: 13px 20px;
    }

    .mobile.navbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .top-head,
    .desktop.navbar {
        display: none;
    }

    .table-responsive {
        border: 1px solid #AAAAAA;
    }

    /* ============== Header START ============== */
    .navbar.mobile {
        padding: 7px 20px;
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    }

    .navbar.mobile > .container-fluid {
        padding: 0;
    }

    .navbar .navbar-toggle {
        border: 0;
        padding: 0;
        background: transparent;
    }

    .navbar-toggle .icon-bar {
        width: 22px;
        -webkit-transition: all 0.2s;
        background-color: #000;
        display: block;
        height: 2px;
        border-radius: 1px;
        margin-top: 4px;
        transition: all 0.2s;
    }

    .navbar-toggle .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        transform-origin: 10% 10%;
    }

    .navbar-toggle .icon-bar:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .navbar-toggle .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        transform-origin: 10% 90%;
    }

    /* ANIMATED X COLLAPSED */
    .navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    header .navbar {
        padding: 5px 8px;
        position: relative;
    }

    .navbar-nav .header-nav-link {
        padding: 10px 20px;
    }

    .navbar-nav .nav-item.active .header-nav-link,
    .navbar-nav .nav-item:hover .header-nav-link {
        fill: #FFFFFF;
        color: #FFFFFF;
        background-color: #20304F;
    }

    .navbar-nav .dropdown-menu a.dropdown-item {
        font-size: 16px;
    }

    .navbar .navbar-brand img {
        max-width: 90px;
    }

    .navbar .navbar-toggle:focus {
        box-shadow: none;
        outline: none;
    }

    .navbar .nav-tools {
        display: flex;
        gap: 20px;
    }

    .navbar .navbar-collapse {
        position: absolute;
        width: 100%;
        z-index: 9999999;
        background: #fff;
        left: 0;
        top: 100%;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        max-height: 0;
        display: block;
        -webkit-transition: max-height .3s, -webkit-transform .3s;
        -o-transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s, -webkit-transform .3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow-y: hidden;
    }

    .navbar .navbar-collapse.show {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 100vh;
        -webkit-transition: max-height .3s, -webkit-transform .3s;
        -o-transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s, -webkit-transform .3s;
    }

    .auth-dropdown {
        position: relative;
    }

    .navbar .auth-dropdown-menu {
        position: absolute;
        right: -22px;
        top: calc(100% + 10px);
        z-index: 999999;
        background: #ffff;
        box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
        padding: 10px 0;
        border-radius: 4px;
        max-width: 300px;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        max-height: 0;
        -webkit-transition: max-height .3s, -webkit-transform .3s;
        -o-transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s, -webkit-transform .3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow-y: hidden;
    }

    .navbar .auth-dropdown-menu.show {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 100vh;
        -webkit-transition: max-height .3s, -webkit-transform .3s;
        -o-transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s, -webkit-transform .3s;
    }

    .auth-dropdown-menu .dropdown-item {
        padding: 6px 20px;
    }

    #table-product-manufacturer thead tr:first-child th {
        padding-bottom: 3px;
        padding-top: 7px;
    }

    #table-product-manufacturer thead tr.filters td {
        padding-top: 3px;
        padding-bottom: 6px;
    }
}


@media (max-width: 767px) {
    .main-container {
        padding: 24px 20px 32px;
    }

    body.manufacture .main-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    body.manufacture .breadcrumbs-wrap {
        display: none;
    }

    footer.footer {
        padding: 32px 0;
        font-weight: 700;
        font-size: 13px;
        line-height: 18px;
    }

    footer.footer .container {
        padding: 0 20px;
    }

    footer.footer .container .row {
        gap: 30px;
    }

    .footer > .container .col-md-4 {
        padding: 0;
    }

    .footer .f-copyright {
        justify-content: center;
        text-align: center;
    }

    .auth-modal .modal-body {
        padding: 35px 20px 20px 20px;
    }

    /* ============== Hero START ============== */
    #hero-section {
        padding: 50px 20px;
    }

    #hero-section .banner-text {
        margin-bottom: 32px;
    }

    #hero-section .banner-text h1,
    #hero-section .banner-text h2 {
        font-size: 24px;
    }

    #hero-section .hero-search-input {
        font-size: 10px;
    }

    /* ============== Hero END ================ */
    /* ============== Manufacture START ============== */
    .brand-index-wrap {
        justify-content: start;
    }

    .brand-wrap {
        margin: 50px 0 0 0;
    }

    .brand-wrap .brand-list {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        column-gap: 55px;
    }

    .brand-wrap .brand-group + .brand-group {
        margin-top: 32px;
    }

    /* ============== Manufacture END ================ */
    /* ============== Breadcrumbs START ============== */
    .breadcrumbs-wrap {
        flex-direction: column;
        gap: 24px;
        align-items: start;
    }

    .breadcrumbs-wrap nav {
        order: 1;
    }

    /* ============== Breadcrumbs END ================ */
    /* ============== Search START ============== */
    h1.search-for {
        font-size: 24px;
        line-height: 36px;
    }

    .product-search-form form {
        gap: 0;
    }

    .product-search-form .ps-input-wrap {
        flex: 1;
    }

    input#productsearch-search {
        font-size: 11px;
        width: 100%;
        border-radius: 5px 0 0 5px;
        padding: 16px 15px;
    }

    .btn-wrap {
        width: 35px;
    }

    .btn-wrap button.btn {
        display: none;
    }

    .btn-wrap button.m-brand-search-button {
        border: 0;
        background: #20304F;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        border-radius: 0 5px 5px 0;
    }

    /* ============== Search END ================ */
    /* ============== Single product START ============== */
    .single-product-wrap {
        margin-bottom: 20px;
    }

    .single-product-wrap .table {
        border: 1px solid #AAAAAA;
    }

    .single-product-wrap .table .m-label {
        display: block;
        font-weight: 700;
        font-size: 13px;
        line-height: 14px;
    }

    .single-product-wrap .table .m-value {
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
    }

    .single-product-wrap .table thead {
        display: none;
    }

    .single-product-wrap .table tr td {
        display: flex;
        clear: both;
        text-align: left;
        flex-direction: column;
        gap: 12px;
    }

    .qitrading-card .card-body {
        padding: 24px 12px;
    }

    .qitrading-cf-wrap .row {
        margin: 0;
    }

    .qitrading-cf-wrap .col-md-6 {
        padding: 0;
    }

    .qitrading-cf-wrap .col-md-6:last-child {
        padding-left: 17px;
    }

    .qitrading-cf-wrap .input-group .form-control {
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
    }

    .qitrading-cf-wrap .rfq-submit-button {
        display: block;
        width: 100%;
    }

    /* ============== Single product END ================ */
    /* ============== Pager START ============== */
    .pager-wrap {
        border: 0;
        padding-top: 0;
        margin-top: 22px;
        margin-bottom: 16px;
        gap: 23px;
    }

    .pager-wrap ul.pagination {
        gap: 10px;
    }

    .pager-wrap ul.pagination .first-page,
    .pager-wrap ul.pagination .last-page {
        display: none;
    }

    /* ============== Pager END ================ */
    .iq-upload-wrap {
        padding: 15px;
    }

    .iqf-wrap {
        flex-direction: column;
        gap: 15px;
    }

    .iqf-wrap .iqu-label {
        text-align: left;
        flex: 1;
    }

    .iqf-wrap .iqu-field label.control-label {
        display: none;
    }

    .iqf-wrap .iqu-field .form-group {
        padding: 0;
        border: 0;
    }
}

.alert-info-wrap {
    margin-top: 15px;
}

.alert-info-wrap p {
    margin: 0px;
}

.header-nav-link {
    padding-left: 13px!important;
    padding-right: 13px!important;
    padding-top: 9px!important;
    padding-bottom: 9px!important;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "";
}

#main-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}