/** Shopify CDN: Minification failed

Line 512:15 Expected ":"
Line 521:15 Expected ":"

**/
.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

.markedColumn {
    position: absolute;
    top: 48%;
    right: -11px;
    transform: translateY(-50%);
}

.markedColumnApply {
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
}

.dropdown-container:last-of-type .markedColumn,
.dropdown-container:last-of-type .markedColumn,
.dropdown-container:last-of-type .border-multi:last-of-type .markedColumnApply,
.dropdown-container:last-of-type .border-multi:last-of-type .markedColumnApply {
    right: 0px !important;
}

.border-multi {
    position: relative;
    min-width: 120px;
    display: flex;
    justify-content: center;
}

.hover {
    background-color: var(--cl-secondary) !important;
    color: #FFFFFF !important;
}

.multi-cell {
    padding: 0 !important;
}

.dropdown-filter-sort {
    height: 38px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    cursor: pointer;
}

.dropdown-filter-sort:first-child {
    margin-bottom: 8px;
}

.dropdown-filter-sort p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.dropdown-filter-sort:hover {
    background-color: #EBEBEB;
}

.dropdown-filter-sort.active {
    background-color: #EBEBEB;
}

.dropdown-filter-label {
    background-color: white;
    display: flex;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;

}

.dropdown-filter-label p {

    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.cell-container {
    display: flex;
    justify-content: space-between;
}

.cell-container span+span {
    border-left: 1px solid #BDBDBD !important;
}

.table-header-multi {
    padding: 20px 12px !important;
    border-bottom: 1px solid #BDBDBD;
    justify-content: center !important;
}

.table-header {
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
}

.border-none {
    border: none !important;
    width: 100%;
    padding: 20px 12px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 120px;
}

.parent-container {
    display: grid;
}

.border-none:first-of-type {
    border-right: none !important;
}

.table-wrapper {
    width: 100%;
    overflow: auto;
}

.hidden {
    display: none;
}

.show {
    display: block !important;
}

.product-detail-item-actions {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    height: 40px;
}

.product-detail-item-actions .btn {

    padding: 10px 24px;

    cursor: pointer;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-detail-item-actions .btn:hover {
    background-color: var(--hover-prod-head-nav) !important;
    color: #fff !important;
}

.product-detail-item-actions .btn.add-cart,
.product-detail-item-actions .btn.request-quote {
    display: flex;
    height: 40px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: var(--cl-prod-head-nav);
    color: var(--White, #FFF);
    border: none;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    white-space: nowrap;
}

.product-detail-item-actions .btn.add-cart:hover {
    background-color: var(--hover-prod-head-nav);
}

.product-detail-item-actions .btn.add-cart {
    width: 130px;
}

.product-detail-item-actions .btn.request-quote {
    width: 234px;
}

.product-detail-item-actions .btn.reset {
    display: none;

    border: 1px solid var(--cl-secondary);
    background: #ffffff;
    color: var(--Button, var(--cl-secondary));
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.product-detail-item-actions .btn.compare {
    border: 1px solid var(--cl-secondary);
    width: 114px;
    background: #ffffff;
    color: var(--Button, var(--cl-secondary));
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.product-detail-item-actions .btn.compare:hover {
    background-color: var(--bg-hover-button-white) !important;
    color: #1E2855 !important;
}

.product-detail-items-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.pagination-control {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
    padding: 10px 16px;
    border-top: 1px solid #E0E0E0;
}

.pagination-control label {
    color: var(--Gray, #404040);
    text-align: right;

    /* Body 2 */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.pagination-control select {
    display: flex;
    padding: 8px var(--Spacing-Space-100, 8px);
    padding-right: 32px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: 1px solid var(--State-Layers-Outline-Opacity-12, rgba(121, 116, 126, 0.12));
    background: #FFF url('{{ "icon-arrow-head-down.svg" | asset_url }}') no-repeat right 8px center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    color: var(--Gray, #404040);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

#page-range {
    color: var(--Gray, #404040);
    text-align: center;

    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.pagination-control select:focus-visible {
    outline: 1px solid #ccc !important;
}

.pagination-arrow {
    display: flex;

    width: 24px;
    height: 24px;
    padding: 7px 5.667px 7px 5px;
    justify-content: center;
    align-items: center;
}

.reverse {
    transform: rotate(180deg) !important;
}

.pagination-btn {
    display: flex;
    padding: var(--4px, 4px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--Style-AWG, var(--cl-secondary));
}

.pagination-btn:hover {
    opacity: 0.5;
}

.function-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.checkbox-column {
    width: 40px;
    padding: 20px 12px !important;
    align-items: center;
}

td,
th {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
    width: auto;
}

tfoot td {
    padding-right: 32px !important;
}

table:not([class]) {
    width: 100%;
    table-layout: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

table:not([class]) th:first-child {
    /* // border-top-left-radius: 8px; */
}

table:not([class]) th:last-child {
    /* border-top-right-radius: 8px; */
}

table:not([class]) td,
table:not([class]) th {
    border-right: none !important;
    border-top: none !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #212121;
    min-width: 40px;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

table:not([class]) td {
    font-family: Open Sans;
}

table:not([class]) th {
    font-family: Roboto;
}

th {
    border-bottom: none !important;
    max-width: 70px;
}

input[type=checkbox] {

    margin-right: 0;
}

.table-container {
    width: 100%;
    border: 1px solid #DBDBDB;
    max-width: 1520px;
}

table {
    width: max-content;
}

th {
    text-align: left;
    background-color: #E6E6E6;
    position: relative;
    cursor: pointer;
    border: 1px solid #ddd;
}

td {
    text-align: left;
    font-weight: 500 !important;
    white-space: nowrap;
    border: 1px solid #ddd;
}

td:first-child {
    font-weight: 600 !important;
    white-space: nowrap;
}

.menu {
    display: flex;
}

/*
          .table-header {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            gap: 4px;
          }
     */
.table-header p {
    /*margin-right: 12px;*/
}

.table-header .header-subtext,
.cell-container .header-subtext,
.table-header p,
.cell-container p {
    padding: 0 !important;
    display: block !important;
    font-weight: 700 !important;
    color: #212121 !important;
    font-size: 14px !important;
    font-style: normal !important;
    line-height: 16px !important;
    min-width: 72px;
    max-width: 200px;
    white-space: break-spaces;
    word-break: break-word !important;
    text-align: center;
}

.table-header .header-subtext,
.cell-container .header-subtext {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    padding-left: 5px !important;
}

.pagination-btn.disabled {
    cursor: not-allowed;
    pointer-events: none;
    background: rgba(38, 97, 155, 0.15);
}

.dropdown-container {
    position: relative;
    padding: 8px 16px !important;
}

/* .dropdown-container:hover img {
    opacity: 1 !important;
    overflow: visible !important;
    max-height: none !important;
    display: block !important;
  } */

.dropdown {
    bottom: -258px;
    left: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    background-color: #FFFFFF;
    border-radius: 8px;
    z-index: 1;
    box-shadow: 0px 2px 15px 0px #00000033;
    padding: 12px;
    min-width: 211px;
    min-height: 257px;
    height: fit-content;
}

.dropdown li {
    display: flex;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    line-height 22px;
}

.dropdown input {
    padding: 8px 16px 8px 12px;
    border: 1px solid #E0E0E0;
    height: 38px;
    font-size: 14px;
    font-weight: 400;
    line-height 22px;
    width: 100%;
}

.dropdown hr {
    margin: 12px 0;
}

.dropdown li:last-child {
    border-bottom: none;
}

.sort-btns {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.sort-btns .apply {
    background-color: #ECECEC;
    color: #B3B3B3;
    font-size: 16;
    font-weight: 600;
    line-height: 20px;
    border-radius: 8px;
}

.sort-btns .apply-select {
    background-color: var(--cl-secondary);
    color: #FFFFFF;
}

.sort-btns .clear {
    background-color: white;
    border: 1px solid #E0E0E0;
    border-radius: 4px;

}

.sort-btns .clear:hover {
    background-color: #ECECEC;

}

.sort-btns button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 87.5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #212121;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    display: flex;
    width: 20px;
    height: 20px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    background-color: #fff;
    border: 1px solid var(--Stroke, #DBDBDB);
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

input[type="checkbox"]:checked {
    background-color: var(--cl-secondary);
    color: white;
    position: relative;
    border: solid var(--cl-secondary) 1px;
}

input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

input[type="checkbox"]:hover {
    border-color: #007bff;
}

#prev-btn {
    margin-left: 12px;
}

#data-table thead tr th {
    border-bottom: 1px solid #ccc !important;
}

.checkbox-column-th,
.checkbox-column-td {
    width: 40px;
    min-width: 32px;
    max-width: 48px;
    padding: 0 12px !important;
}

.custom-price-style {
  color: #D44454; 
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.custom-price-style .per-unit-label {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin-top: 2px;
}

.custom-check-login {
    display: flex;
    align-items: center;
    color: #0D0D0D;
    font-weight: 450;
    font-size: 16px;
}

.custom-login-button {
  color: #216FB8;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  margin-left: 4px;
  text-decoration: underline;
}

/* style button when loading */
.button.loading {
  background-color: #216FB8 !important; 
  border: 1px solid #216FB8 !important;
  color: transparent; 
  position: relative;
}

.button.loading .loading_spinner svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: white; 
  fill: none;
}


@media (max-width: 1400px) {
    .product-items-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .table-container {
        overflow-x: auto;
    }

    table {
        width: 100%;
        /* Ensure the table fits within the container */
        font-size: 8px;
        /* Reduce font size for smaller screens */
    }

    th,
    td {
        padding: 8px;
        /* Reduce cell padding */
    }

    .table-header p {
        font-size: 10px;
        /* Adjust header font size */
        width: min-content;
    }

    .table-header img {
        width: 10px;
        height: 10px;
    }

    .pagination-control {
        justify-content: end;
    }

    .border-none {
        min-width: 80px;
        justify-content: start;
    }

    .markedColumnApply {
        width: 20px !important;
        height: 20px !important;
    }

    .border-none p {
        margin-right: 20px;
    }

    .table-wrapper-main {
        padding: 40px 32px 80px !important;
    }
}

@media screen and (max-width: 767px) {
    .product-detail-item-actions {
        flex-wrap: wrap;
        height: 0%;
    }

    .product-detail-item-actions .btn.add-cart,
    .product-detail-item-actions .btn.request-quote {
        white-space: nowrap;
        padding: 10px 10px;
        width: 100%;
    }

    .product-detail-item-actions .btn {
        padding: 10px 10px;
        width: 100% !important;
    }

    .pagination-control {
        justify-content: end;
    }

    .product-category-detail-container-bg {
        padding-bottom: 40px;
    }

    .btn.reset.show,
    .btn.compare.show {
        display: flex !important;
    }

    .product__title h1 {
      font-size: 24px !important;
      line-height: 28px !important; 
    }

    .custom-price-style {
        font-size: 18px !important;
        line-height: 24px !important; 
    }
}

@media print {
    .footer-container {
        display: block;
    }

    .footer-top hr {
        margin: 16px 0;
    }

    .desktop-daily {
        width: initial;
    }


    .footer-logo-content-img {
        width: 147px;
        height: 48px;
    }

    .footer-top {
        padding-top: 24px;
    }

    .footer-top li {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }

    .menu-list li:nth-child(2) {
        margin-top: 0;
    }

    .menu-list li:nth-child(3),
    .menu-list li:nth-child(4) {
        margin-top: 16px;
    }



    .menu-list {
        flex-direction: column;
        align-items: center;
    }

    .footer-section li {
        width: 100% !important;
        text-align: center;
    }


    .footer-logo-content-container {
        display: none;
    }

    .mobile-address-phone {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .mobile-address-phone p {
        max-width: 100% !important;
        text-align: center !important;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }

    .footer-media-2 {
        display: flex;
        height: fit-content;
    }

    .hr-tablet {
        display: none !important;
    }

    .hr-mobile {
        display: block !important;

    }

    .mobile-third {
        flex-direction: column;
        align-items: center;
    }

    .the-img {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .the-img .menu-title {
        text-align: center !important;
    }

    .daily-metal-price {
        width: auto;
        height: auto;
        margin-inline: auto;
    }

    .awg-rewards {
        width: auto;
        height: auto;
        margin-inline: auto;
    }

    .footer-logo-content {
        margin: 0;
    }

    .footer-copyright {
        padding: 16px 16px;
    }
}

.spinner {
    animation: spin 1s linear infinite;
    stroke: #fff;
}

.path {
    stroke: #000;
    stroke-linecap: round;
}

.path-item {
    stroke: #fff !important;
}

.btn-spinner {
    display: flex;
    align-items: center;
    gap: 8px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#addToCartBtn.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.dynamic-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    min-width: 1520px;
}

.dynamic-table th {
    font-size: 14px;
    font-weight: 600;
}

.dynamic-table tr:first-child th {
    font-size: 16px;
}

.dynamic-table td {
    font-size: 14px;
    font-weight: 400 !important;
}

.dynamic-table th,
.dynamic-table td {
    color: black;
    padding: 8px;
    border: 1px solid rgba(#F5F5F5, 0.15);
    white-space: pre-wrap;
    text-align: center;
}

.dynamic-table th {
    border: 1px solid white !important;
    background-color: rgb(237, 240, 247) !important;
}

.dynamic-table thead {
    background-color: rgb(237, 240, 247);
}

.super-title-container {
    margin-top: 2rem;
}

.super-title-text {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.dynamic-link {
    font-size: 14px;
    color: #2563EB;
}

.dynamic-link:hover {
    text-decoration: underline;
}

.dynamic-table-container {
    max-width: 100%;
    overflow-y: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scroll-button {
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.scroll-left-button {
    left: 0;
    display: none;
    cursor: url('{{ "icon-arrow-black.svg" | asset_url }}') 4 12,
    auto;
}

.scroll-right-button {
    right: 0;
    cursor: url('{{ "icon-arrow-black-right.svg" | asset_url }}') 20 12,
    auto;
}