/** Shopify CDN: Minification failed

Line 762:0 Unexpected "}"

**/
.myclassadd .coll-table-view {
    width: calc(100% - 82px);
}
.myclassadd .tags-table-data {
    width: 100%;
}
.tags-table-data {
    position: relative;
}
.tags-table-data button.list-view-btn, .tags-table-data button.grid-view-btn {
    position: absolute;
    top: 12px;
}
.tags-table-data button.list-view-btn {
    right: 100px;
}
.tags-table-data button.grid-view-btn {
    right: 20px;
}
.tags-table-data .top.pagination {
    position: absolute;
    top: 6.5px;
    right: 180px;
}
body .tags-table-data  div.dt-container {
    position: unset !important;
}
body .tags-table-data .top.pagination * {
    color: #fff !important;
}
.tags-table-data > h2 {
    background: #0071e3;
    width: 100%;
    padding: 8px;
    font-family: "Poppins", serif;
    font-size: 20px;
    font-weight: 500;
    color: #f5f5f5;
}
body .tags-table-data .top.pagination button.dt-paging-button.disabled {
    color: #fff !important;
}
.tags-table-data .grid-view table thead {
    display: none !important;
}
.tags-table-data .grid-view table.show_all_datatables tbody {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.tags-table-data .grid-view table.show_all_datatables tbody tr.cstm-data {
    display: flex;
    flex-direction: column;
}
.tags-table-data .grid-view table.show_all_datatables tbody tr.cstm-data td .inner-heading {
    display: block !important;
    font-size: 13px;
    font-weight: 400;
    color: #838383;
    line-height: 1;
}
.tags-table-data .grid-view table {
    display: block;
}
.tags-table-data .grid-view table.show_all_datatables tbody tr.cstm-data {
    display: flex;
    flex-direction: column;
    border: 1px solid #b2b2b2;
    padding: 10px;
}
.tags-table-data tbody>tr>* {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.product-grid-container img{
    max-width: 100%;
}
.dispplay-sub-collections .collection-heading {
    background: linear-gradient(90deg, #0071E3 0%, #00376F 100%);
    display: flex;
    padding: 10px 15px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
}
.dispplay-sub-collections .collection-heading h2 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.my-custom-coll .myclassadd {
    width: 100%;
    display: block !important;
    margin-top: 33px;
}
.dispplay-sub-collections .show_collection_products_filtered table {
    width: 100%;
}
.dispplay-sub-collections button.pagination-btn, .dispplay-sub-collections span.current-page-info {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 3px;
    font-family: "Poppins", serif !important;
}
.dispplay-sub-collections button.pagination-btn:hover, .dispplay-sub-collections button.pagination-btn.active {
    cursor: pointer;
    background: #fff;
    color: #004081;
}
.dispplay-sub-collections button.pagination-btn.active {
    cursor: unset;
}
.dispplay-sub-collections span.current-page-info {
    margin-left: 25px;
    font-weight: 400;
}
.dispplay-sub-collections .pagination {
    display: flex;
    align-items: center;
    gap: 3px;
}
.dispplay-sub-collections button.pagination-btn {
    cursor: pointer;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table thead th {
    font-size: 13px;
    text-align: left;
    padding: 10px 6px;
    color: #000;
    font-weight: 500;
    width: 100px !important;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 50px;
    border-spacing: 0 10px;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td {
    background: #E6F1FC;
    padding: 10px 6px;
    font-size: 12px;
    color: #000;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr:hover td {
    background: #E6EBF1;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr:hover td:first-child {
    cursor: pointer;
}
/* .dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td img {
    max-height: 31px;
} */
.dispplay-sub-collections .collection-heading h2 span.total_products {
    font-weight: 400;
    margin-left: 10px;
}
.dispplay-sub-collections .collection-heading .right-section {
    display: flex;
    align-items: center;
    gap: 30px;
}
.dispplay-sub-collections .collection-heading .right-section .display-view-section button {
    background: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
}
.dispplay-sub-collections .collection-heading .right-section .display-view-section button * {
    fill: #fff !important;
}
.dispplay-sub-collections .collection-heading .right-section .display-view-section button:hover *,
.dispplay-sub-collections .collection-heading .right-section .display-view-section button.active * {
    fill: #FFAD33 !important;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td:first-child {
    border-radius: 5px 0px 0px 5px;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td:last-child {
    border-radius: 0px 5px 5px 0px;
}
.dispplay-sub-collections .collection-heading .right-section .display-view-section button svg {
    width: 18px;
    height: 18px;
}
.dispplay-sub-collections .collection-heading .right-section .display-view-section {
    display: flex;
    gap: 15px;
}
.custom-collection-header h1.main-collection-title {
    margin: 0;
}
.custom-collection-header {
    display: flex;
    align-items: center;
    gap: 6px;
}
.mainCollections .facets-vertical.page-width>aside .facets-container {
    border: 1px solid #E3E3E3;
    background: #f4f4f4;
    padding: 25px 27px;
}
.facets-container h2.facets__heading {
    font-size: 16px;
    font-weight: 600;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td:first-child {
    max-width: 225px;
}
.location-about-us .image-with-text .image-with-text__grid .image-with-text__media-item {
    width: 100%;
}
.location-about-us .image-with-text .image-with-text__grid .image-with-text__media-item img {
    position: unset;
    border-radius: 6px;
}
.location-about-us .image-with-text .image-with-text__grid .image-with-text__media {
    border: none;
}
.location-about-us .image-with-text .image-with-text__grid {
    display: grid;
    grid-template-columns: 530px 740px;
    gap: 50px;
    justify-content: center;
}
.location-about-us .image-with-text .image-with-text__grid .image-with-text__text-item .image-with-text__content {
    padding: 0;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td:first-child .product-image {
    /* width: auto;
    height: 160px;
    margin-inline: auto; */
    width: auto;
    height: auto;
    margin-inline: auto;
    /* aspect-ratio: 1 / 1; */
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td:first-child .product-image a,
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td:first-child .product-image a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td:first-child .product-image img {
    max-height: 100%;
    max-width: 100%;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-details {
    width: 100%;
    max-width: 450px;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart {
    width: 275px;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr.data-append-for td, .dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr.data-append td {
    background: #fff;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr.data-append-for td {
    border-top: 1px solid #0071e3;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr.data-append td {
    border-bottom: 1px solid #0071e3;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr.data-append td:first-child,
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr.data-append-for td:first-child {
    border-left: 1px solid #0071e3;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr.data-append td:last-child,
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr.data-append-for td:last-child {
    border-right: 1px solid #0071e3;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr.data-append-for td:first-child {
    border-bottom-left-radius: 0px;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr.data-append-for td:last-child {
    border-bottom-right-radius: 0px;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr.data-append td:first-child {
    border-top-left-radius: 0px;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr.data-append td:last-child {
    border-top-right-radius: 0px;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-details .prodduct-title-sku h3 {
    margin: 0;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.25px;
    text-align: left;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-details .prodduct-title-sku {
    margin-bottom: 15px !important;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-details .prodduct-title-sku span {
    font-size: 13px;
    line-height: 19px;
    color: #333;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-details>p {
    font-size: 14px;
    margin: 5px 0 10px 0;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-details ul {
    margin: 0 0 15px 0;
    padding: 0;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-details ul li {
    list-style: none;
    font-size: 14px;
    color: #333;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr.data-append td {
    vertical-align: top;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart {
    width: 100%;
    background: #E6F1FC;
    padding: 22px;
    border-radius: 10px;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart hr {
    margin-block: 12px;
    background: #0071e3;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price span.regular-price,
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price span.sale-price {
    font-size: 19px;
    line-height: 28px;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price span.regular-price {
    color: #4F4F4F !important;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price span.sale-price {
    color: #007DC6 !important;
    font-weight: 600;
    letter-spacing: normal;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .shipping-text {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .cart-button p.text-muted {
    font-size: 14px;
    margin-bottom: 0;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .shipping-text {
    font-weight: 500;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .cart-button #available-quantity {
    margin: 0;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .cart-button form.add-to-cart-form-custom {
    display: flex;
}
/* .dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .cart-button form.add-to-cart-form-custom input[type="number"] {
    width: 48px;
    height: 42px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #EBEBEB;
    border-right: none;
    border-radius: 4px 0px 0px 4px;
} */
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .cart-button a {
    width: 100%;
    border: none;
    height: 42px;
    background: #FFAD33;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
}
/* .dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .cart-button a:hover {
    color: #fff;
    background: linear-gradient(90deg, #0071E3 0%, #00376F 100%);
} */
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr.data-append td {
    transform: translateY(-10px);
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table th, .dispplay-sub-collections .show_collection_products_filtered table.product-table td {
    min-width: 100px;
}
.data-append.append-display-none, .show-grid-view .list-view-record, .dispplay-sub-collections.show-grid-view table.product-table thead {
    display: none;
}
.dispplay-sub-collections.show-grid-view table.product-table {
    display: flex;
}
.dispplay-sub-collections.show-grid-view table.product-table tbody {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    width: 100%;
}
.dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append {
    display: flex;
    flex-direction: column;
    /* background: linear-gradient(180.47deg, rgba(0, 113, 227, 0.15) 0.44%, rgba(0, 55, 111, 0.15) 99.56%); */
    background: #eff6fc;
    border: 1px solid #ededf1;
    padding: 24px 22px;
    border-radius: 12px;
}
.dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append td {
    padding: 0;
    background: transparent;
    border: none !important;
    border-radius: none !important;
}
.dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append .product-image {
    width: 100% !important;
    aspect-ratio: 2 / 1.3;
    background: #fff;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr.data-append td {
    transform: unset !important;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr.data-append td:last-child {
    margin-top: auto;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td:first-child {
    max-width: unset;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr.data-append td .prodduct-title-sku {
    margin-bottom: 15px;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr.data-append td .prodduct-title-sku h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.15px;
    text-align: left;
    color: #333;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart {
    background: #fff;
    padding: 12px;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart hr {
    margin-block: 12px;
    background: #C8C4C0;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-details .prodduct-title-sku span {
    color: #333;
    font-size: 12px;
    font-weight: 500;
    line-height: 12.32px;
    text-align: left;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-details ul li {
    font-size: 13px;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-details span.vendor-display {
    min-width: 64px;
    height: 18px;
    padding: 2px 6px 2px 6px;
    background: #fff;
    border-radius: 4px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 22px !important;
    width: fit-content;
    margin-top: 3px;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-details ul {
    margin: 0;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-details .certificates img {
    max-height: 24px;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart {
    margin-top: 15px;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price span.regular-price {
    font-size: 13px;
    line-height: normal;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price span.sale-price {
    font-size: 14px;
    line-height: normal;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart hr {
    margin-block: 5px;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .shipping-text {
    font-weight: 600;
    font-size: 12px;
    margin-block: 12px;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .cart-button a {
    height: 32px;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td:first-child .product-image {
    position: relative;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td:first-child .product-image .badges {
    display: flex !important;
    position: absolute;
    top: 0px;
    left: 0px;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td:first-child .product-image .badges span {
    height: 20px;
    background: #ed1c24;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 18.35px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-inline: 10px;
}
.meta-collection-tite h2 {
    font-size: 20px;
    line-height: 34px;
    margin: 0;
}
.inner-cp-meta-section .meta-collection-tite {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.inner-cp-meta-section .meta-collection-description {
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
}
.inner-cp-meta-section .image-wrap img {
    aspect-ratio: 2 / 1.2 !important;
    object-fit: contain;
    width: 100%;
}
.inner-cp-meta-section {
    padding: 22px 20px;
    height: 100%;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .prices {
    display: flex;
    gap: 5px;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .prices .pack-price, .dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .prices .pack-price .unit-price {
    display: flex;
    gap: 5px;
    font-size: 12px;
    line-height: 28.5px;
    text-align: left;
    margin-top: 0;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .prices .pack-price {
    color: #0071E3;
    font-weight: 600;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .prices .pack-price .unit-price {
    color: #333;
    font-weight: normal;
    text-transform: unset;
    white-space: nowrap;
}
.mainCollections .facets-vertical.page-width {
    display: flex;
    gap: 38px;
}
.mainCollections .facets-vertical.page-width > aside {
    width: 330px;
    max-width: unset;
    padding: 0;
}
.mainCollections .product-grid-container {
    width: calc(100% - 368px) !important;
}
/* .dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td:first-child {
    width: 100%;
} */
.mainCollections {
    padding-top: 50px !important;
}
.mainCollections .custom-cp-meta-category h2.top-heading-linked-collection {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #333;
}
.mainCollections .custom-collection-header h1.main-collection-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: normal;
    text-align: left;
    color: #333;
}
.mainCollections .facets-vertical .facets__summary {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: .25px;
    text-align: left;
    color: #333;
    padding: 8px 0 8px 0;
}
.mainCollections .facets__summary:hover .facets__summary-label {
    text-decoration: none !important;
}
.mainCollections .facet-checkbox span.facet-checkbox__text {
    font-size: 13px;
}
.mainCollections .facets-vertical .active-facets {
    display: none;
}
.mainCollections .facets__disclosure-vertical {
    border: none !important;
}
.new-faq-section .metafield-rich_text_field p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #333;
}
section.new-faq-section {
    padding-top: 48px;
    padding-bottom: 68px;
}
section.new-faq-section h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 37.5px;
    letter-spacing: 0.25px;
    text-align: left;
    color: #333;
    margin-top: 25px !important;
}
section.new-faq-section h3 {
    font-family: "Poppins", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0.25px;
    text-align: left;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
}
.new-faq-section .metafield-rich_text_field p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #333;
    margin: 0!important;
}
.inner-cp-meta-section .meta-collection-description {
    min-height: 52px;
}
.facets__form-vertical {
    width: 100% !important;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table {
    border-collapse: unset;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table th, .dispplay-sub-collections .show_collection_products_filtered table.product-table td {
    vertical-align: middle;
}
.collection-page-breadcrumb nav.breadcrumb-cp-custon * {
    font-size: 13px !important;
}
.collection-page-breadcrumb nav.breadcrumb-cp-custon {
    line-height: normal;
    margin-bottom: 15px;
}
.collection-page-breadcrumb nav.breadcrumb-cp-custon a:hover {
    text-decoration: none !important;
}
.custom-collection-header span {
    font-family: "Poppins", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: #333;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table thead th {
    border-bottom: 1px solid #333333;
    line-height: normal;
    white-space: nowrap;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td:first-child {
    max-width: 225px;
    line-height: 17px;
}
.product-add-to-cart .unit-price {
    text-transform: unset !important;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price span.regular-price {
    /* color: #007dc6;
    font-weight: 600; */
    letter-spacing: normal;
    /* font-size: 19px;
    line-height: 28px; */
}
.container-main-data span.vendor-display {
    display: block !important;
    font-weight: 600;
    text-align: left;
}
.container-main-data {
    display: flex;
    gap: 7px;
    margin-bottom: 8px;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .unit-price {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-top: 0px;
    font-style: italic;
    letter-spacing: normal;
}
}
.dispplay-sub-collections span.ctm-pannel-data2 {
    display: block;
    max-height: 56px;
}
.dispplay-sub-collections span.ctm-pannel-data2 img {
    width: auto;
    height: 56px;
    padding: 0;
}
.collection-page-breadcrumb nav.breadcrumb-cp-custon a {
    text-decoration: none !important;
}
.collection-page-breadcrumb nav.breadcrumb-cp-custon a:hover {
    text-decoration: underline !important;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td {
    border-top: 1px solid transparent;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td {
    border-bottom: 1px solid transparent;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td:first-child,
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td:first-child {
    border-left: 1px solid transparent;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td:last-child,
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td:last-child {
    border-right: 1px solid transparent;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr.data-append td .prodduct-title-sku {
    display: flex;
    flex-direction: column-reverse;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr.data-append td .prodduct-title-sku h3 {
    margin-bottom: 10px;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr.data-append td .prodduct-title-sku .container-main-data {
    margin-bottom: 0;
    flex-direction: column-reverse;
    gap: 2px;
}
.inner-cp-meta-section .meta-collection-tite > span {
    width: 24px;
    height: 24px;
}
.mainCollections .facets__disclosure-vertical ul.facets-layout svg > rect {
    stroke: none !important;
}
.inner-cp-meta-section {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to left, #C8C4C0, #DCDCDC);
    border-image-slice: 1;
}
.mainCollections .facets__disclosure-vertical fieldset.facets-wrap label>svg {
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    margin-right: 10px;
}
.mainCollections .facets__disclosure-vertical .parent-display.facets__display-vertical {
    padding: 0;
}
.mainCollections .facets__disclosure-vertical .parent-display.facets__display-vertical fieldset.facets-wrap .facet-checkbox {
    padding: calc(1rem - 3px) 2rem calc(1rem - 3px) 0;
}
.mainCollections .facets__disclosure-vertical .parent-display.facets__display-vertical fieldset.facets-wrap {
    padding: 0;
    margin: 0;
}
/* .mainCollections .facets__disclosure-vertical .parent-display.facets__display-vertical fieldset.facets-wrap ul.facets-layout > li:first-child > label {
    padding-top: 0;
}
.mainCollections .facets__disclosure-vertical .parent-display.facets__display-vertical fieldset.facets-wrap ul.facets-layout > li:last-child > label {
    padding-bottom: 0;
} */
.mainCollections .facets__disclosure-vertical .parent-display.facets__display-vertical fieldset.facets-wrap {
    padding: 0;
    margin: 0;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price {
    display: flex;
    align-items: center;
    gap: 4px;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .shipping-text p {
    margin: 0;
    line-height: 1;
}
.custom-sidebar-left-filter .custom-filter-top-data {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 20px;
}
.custom-sidebar-left-filter .custom-filter-top-data h3.custom-main-heading-sidebar {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.25px;
    text-align: left;
    color: #333;
}
.custom-sidebar-left-filter .custom-filter-top-data .custom-linked-collection-sidebar,
.custom-sidebar-left-filter .facets__form-vertical .active-facets .active-facets-vertical-filter {
    gap: 12px;
    display: flex;
    flex-direction: column;
}
.custom-sidebar-left-filter .custom-filter-top-data .custom-linked-collection-sidebar a,
.custom-sidebar-left-filter .facets__form-vertical .active-facets .active-facets-vertical-filter h3,
.custom-sidebar-left-filter .facets__form-vertical .active-facets .active-facets-vertical-filter h2,
.custom-sidebar-left-filter .facets__form-vertical .active-facets .active-facets-vertical-filter facet-remove.active-facets__button-wrapper a {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    text-decoration: none;
}
.custom-sidebar-left-filter .custom-filter-top-data .custom-linked-collection-sidebar a:hover,
.custom-sidebar-left-filter .facets__form-vertical .active-facets .active-facets-vertical-filter facet-remove.active-facets__button-wrapper a:hover{
    color: #000;
}
.custom-sidebar-left-filter .custom-filter-top-data h3.custom-main-heading-sidebar {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.25px;
    text-align: left;
    color: #333;
    margin: 0 0 20px 0;
}
.custom-sidebar-left-filter .facets__form-vertical .active-facets .active-facets-vertical-filter h3,
.custom-sidebar-left-filter .facets__form-vertical .active-facets .active-facets-vertical-filter h2 {
    margin: 0;
}
.custom-sidebar-left-filter .facets__form-vertical .active-facets .active-facets-vertical-filter {
    padding-top: 20px;
}
.custom-sidebar-left-filter .facets__form-vertical .active-facets .active-facets-vertical-filter facet-remove.active-facets__button-wrapper {
    justify-content: flex-start;
    margin: 0;
}
.custom-sidebar-left-filter .facets__form-vertical .active-facets .active-facets-vertical-filter h2.facets__heading {
    display: none;
}
.mainCollections .facets__disclosure-vertical .parent-display.facets__display-vertical show-more-button button.button-show-more {
    margin-top: 0;
}
.custom-sidebar-left-filter .facets__form-vertical .active-facets .active-filter-outer-div-cutom {
    margin-top: 12px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.custom-sidebar-left-filter .facets__form-vertical .active-facets .active-filter-outer-div-cutom a.active-facets__button {
    margin: 0 !important;
    width: fit-content;
}
.custom-sidebar-left-filter .facets__form-vertical .active-facets .active-filter-outer-div-cutom facet-remove {
    margin: 0;
}
.custom-sidebar-left-filter .facets__form-vertical .active-facets .active-filter-outer-div-cutom a.active-facets__button span.active-facets__button-inner {
    border-radius: 0;
    text-align: left !important;
    justify-content: normal;
    position: relative;
    padding: 10px 20px 10px 10px;
    letter-spacing: normal;
}
.custom-sidebar-left-filter .facets__form-vertical .active-facets .active-filter-outer-div-cutom a.active-facets__button span.active-facets__button-inner span.svg-wrapper {
    position: absolute;
    right: 9px;
    top: 0;
}
.dispplay-sub-collections .collection-heading .right-section span.custom-accordian-cp-main {
    width: 16px;
    height: 16px;
    font-size: 0;
    position: relative;
    cursor: pointer;
}
.dispplay-sub-collections .collection-heading .right-section span.custom-accordian-cp-main:before,
.dispplay-sub-collections .collection-heading .right-section span.custom-accordian-cp-main:after {
    background: #fff;
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 1px);
    bottom: 0;
}
.dispplay-sub-collections .collection-heading .right-section span.custom-accordian-cp-main.closed::after {
    transform: rotate(90deg);
}
.custom-sidebar-left-filter .facets__form-vertical .active-facets-desktop {
    margin-bottom: 20px;
}
.custom-sidebar-left-filter .facets__form-vertical .active-facets .active-facets-vertical-filter {
    position: relative;
}
.custom-sidebar-left-filter .facets__form-vertical .active-facets .active-facets-vertical-filter facet-remove.active-facets__button-wrapper {
    position: absolute;
    right: 0;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table thead th:first-child div {
    display: inline-block;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table thead th:first-child button.sort-btn {
    border: none;
    /* height: 10px;
    width: 7px; */
    font-size: 0;
    transform: translateY(-4px);
    position: relative;
    cursor: pointer;
    background: transparent;
    width: 60px;
    height: 14px;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table thead th:first-child button.sort-btn:after {
    border-color: #0071e3;
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 5px;
    top: 1px;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    transform: rotate(-45deg);
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table thead th:first-child button.sort-btn:before {
    background: #0071E3;
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table thead th:first-child button.sort-btn.desc {
    transform: translateY(-4px) scaleY(-1);
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table thead th:first-child {
    /* padding-left: 14px; */
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table thead th:first-child div {
    position: absolute;
    left: 0;
    /* width: 60px; */
}
.custom-sidebar-left-filter .facets__form-vertical .active-facets .active-facets-vertical-filter h3, .custom-sidebar-left-filter .facets__form-vertical .active-facets .active-facets-vertical-filter h2, .custom-sidebar-left-filter .facets__form-vertical .active-facets .active-facets-vertical-filter facet-remove.active-facets__button-wrapper a {
    font-size: 14px;
}
.mainCollections .facets-vertical .facets__summary > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mainCollections .facets-vertical .facets__summary > div span.custom-span-icon-slidebar {
    width: 9px;
    height: 9px;
    font-size: 0;
    position: relative;
    cursor: pointer;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainCollections .facets-vertical .facets__summary > div span.custom-span-icon-slidebar:before,
.mainCollections .facets-vertical .facets__summary > div span.custom-span-icon-slidebar:after {
    background: #000;
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 1px);
    bottom: 0;
}
.mainCollections .facets-vertical .facets__summary > div span.custom-span-icon-slidebar:after {
    transform: rotate(90deg);
}
.mainCollections .facets-vertical .facets__summary[aria-expanded="true"] > div span.custom-span-icon-slidebar::after {
    transform: rotate(0deg);
}
.active-facets active-filter-outer-div-cutom facet-remove:only-child {
    display: block !important;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price span.regular-price.without-variant-price {
    color: #007dc6 !important;
    font-weight: 600;
    letter-spacing: normal;
    font-size: 14px;
    line-height: normal;
}
.mainCollections .facets-vertical [open] .facets__summary[aria-expanded=true]>div span.custom-span-icon-slidebar:after {
     opacity: 0;
}
.custom-sidebar-left-filter .facets__form-vertical .active-facets .active-filter-outer-div-cutom a.active-facets__button span.active-facets__button-inner span.svg-wrapper svg.icon.icon-close-small {
    width: 16px;
    height: 16px;
}
/* grid update CSS */
/* .dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append {
    border: 1px solid #C8C4C0CC;
    background: #fff !important;
} */
/* .dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append:hover {
    border: 1px solid #333;
} */
/* .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart {
    background: #f8f8f8 !important;
} */
.dispplay-sub-collections.show-grid-view table.product-table tbody {
    gap: 20px;
}
.dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append {
    padding: 15px;
}
/* .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-details span.vendor-display {
    background: #f8f8f8;
} */
/* new grid design CSS */
.show-grid-view .custum--grid-view-top-bar {
    display: flex !important;
    gap: 6px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.show-grid-view .custum--grid-view-top-bar span {
    background: #fff;
    border-radius: 100px;
    font-size: 12px;
    padding: 5px 10px;
    white-space: nowrap;
    cursor: unset !important;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-details ul li span.icon-for-grid-only.grid-view-data-cl {
    display: flex !important;
    width: 13px;
    justify-content: center;
    margin-right: 0;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-details ul {
    margin: 0;
    background: #eaeff4;
    border-radius: 10px;
    padding: 10px 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-details ul li strong {
    display: none;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-details ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-details ul li span.icon-for-grid-only,
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-details ul li span.icon-for-grid-only svg {
    display: flex;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-details .certificate-section {
    margin: 0;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr.data-append td .prodduct-title-sku h3 {
    margin-bottom: 10px;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 21px;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr.data-append td .prodduct-title-sku .container-main-data,
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr.data-append td .prodduct-title-sku > .container-sku-data {
    display: none !important;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr.data-append td .prodduct-title-sku .grid-view-data-cl.center-data-grid-only-view {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart {
    display: grid;
    grid-template-columns: 1fr 140px;
    background: transparent;
    padding: 0;
    align-items: center;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart > hr, 
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart > .shipping-text {
    display: none !important;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .cart-button {
    grid-column: 2 / 3;
    /* grid-row: 1 / 3; */
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price span.sale-price,
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price span.regular-price.without-variant-price,
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price .price__regular .price-item--regular {
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    color: #000 !important;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .cart-button a {
    height: 46px;
    border-radius: 100px;
    text-transform: uppercase;
    /* box-shadow: 0px 2px 9px 0px rgb(156 156 156 / 50%); */
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .unit-price {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-top: 0;
    font-style: italic;
    letter-spacing: normal;
    color: #333;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-details>.certificate-section {
    display: none !important;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .cart-button a:hover {
    background: linear-gradient(90deg, #0071e3, #00376f);
    color: #fff;
}
.customer-is-b2b .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart {
    grid-template-columns: 1fr;
}
.customer-is-b2b .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart>hr, .customer-is-b2b .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart>.shipping-text {
    display: block !important;
}
.customer-is-b2b .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .cart-button {
    grid-column: unset;
    grid-row: unset;
}
.customer-is-b2b .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .shipping-text {
    margin: 0;
}
.card:not(.ratio)>.card__content {
    flex: unset;
}
.customer-is-b2b .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .cart-button .card-wrapper {
    height: auto;
}
.customer-is-b2b .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .cart-button .card-wrapper .card__content {
    flex: unset !important;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr.data-append td .prodduct-title-sku h2 {
    margin: 0;
    line-height: 20px;
    margin-bottom: 18px;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr.data-append td .prodduct-title-sku a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: inherit;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr.data-append td .prodduct-title-sku .grid-view-data-cl.center-data-grid-only-view .certificate-section .custom-badge-pdp img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append .product-image span.hide-grid-view {
    display: none !important;
}
.dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append .grid-view-data-cl.grid-only-view-custom-avaibiloty-text {
    display: block !important;
}
.dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append .grid-view-data-cl.grid-only-view-custom-avaibiloty-text .shipping-text {
    border-block: 1px solid #e1e4eb;
    margin-top: 15px;
}
.dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append .grid-view-data-cl.grid-only-view-custom-avaibiloty-text .shipping-text p {
    margin-block: 15px;
}
.dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append .grid-view-data-cl.grid-only-view-custom-avaibiloty-text .shipping-text p strong {
    background: #ddeee6;
    color: #057700;
    font-weight: 400;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
}
.dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append .grid-view-data-cl.grid-only-view-custom-avaibiloty-text .shipping-text p {
    margin-block: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}
.dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append .grid-view-data-cl.grid-only-view-custom-avaibiloty-text .shipping-text p strong, 
.dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append .grid-view-data-cl.grid-only-view-custom-avaibiloty-text .shipping-text p {
    font-size: 14px;
}
.dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append .grid-view-data-cl.grid-only-view-custom-avaibiloty-text .shipping-text p strong {
    white-space: nowrap;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-details ul li strong {
    display: none;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-details ul li span.icon-for-grid-only.grid-view-data-cl {
    display: inline-block !important;
    margin-right: 5px;
    /* transform: translateY(2px); */
}
.show-grid-view .custum--grid-view-top-bar button.whishlist_icon {
    background: #fff;
    border: none;
    border-radius: 100px;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 4px !important;
    padding-top: 2px;
    cursor: pointer;
}
/* .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-details ul li span.icon-for-grid-only.grid-view-data-cl svg {
    width: 15px;
    height: 15px;
    display: flex;
    transform: translateY(-2px);
} */
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td > img {
    max-width: 31px;
    max-height: 31px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr.data-append td .custom-badge-pdp img {
    max-width: 36px;
    max-height: 36px;
     width: 100%;
    height: 100%;
    object-fit: contain;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr.data-append td .prodduct-title-sku a:hover {
    text-decoration: underline;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td:first-child:hover {
    cursor: default;
}
.show-grid-view .custum--grid-view-top-bar button.whishlist_icon:hover {
    background: red;
}
.show-grid-view .custum--grid-view-top-bar button.whishlist_icon:hover svg * {
    stroke: #fff;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-details ul {
    min-height: 72px;
    margin-top: auto;
    align-items: flex-start;
}
.dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append td:nth-child(2),
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-details {
    height: 100%;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-details {
    display: flex;
    flex-direction: column;
}
.show_collection_products_filtered {
    overflow: auto;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tr.data-append .product-details > ul li span.icon-for-grid-only svg {
    height: 14px;
    width: 14px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: translateY(3px);
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tr.data-append .product-details>ul li span.icon-for-grid-only svg {
    transform: translateY(0px);
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price-wrap-custom .price {
    flex-direction: column;
    align-items: flex-start;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-details .prodduct-title-sku h3 {
    font-weight: 500;
    letter-spacing: normal;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .prices .pack-price .unit-price {
    letter-spacing: normal;
    font-style: italic;
}
.dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr.data-append .product-image {
    aspect-ratio: unset;
}
.dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td:first-child .product-image {
    aspect-ratio: 1 / 1;
}
















@media (min-width: 1440px) {
  .dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr.data-append-for td:first-child {
      min-width: 250px;
  }
}
@media (max-width: 1500px) {
  .dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append .grid-view-data-cl.grid-only-view-custom-avaibiloty-text .shipping-text p strong, 
  .dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append .grid-view-data-cl.grid-only-view-custom-avaibiloty-text .shipping-text p {
      font-size: 12px;
  }
}
@media (min-width: 1521px) {
  .dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td,
  .dispplay-sub-collections .show_collection_products_filtered table.product-table thead th,
  .dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-details .prodduct-title-sku h3,
  .inner-cp-meta-section .meta-collection-description,
  .dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .prices .pack-price,
  .dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .prices .pack-price .unit-price {
      font-size: 14px !important;
  }
  .collection-page-breadcrumb nav.breadcrumb-cp-custon *, .custom-collection-header span,
  .mainCollections .facets-vertical .facets__summary,
  .mainCollections .facet-checkbox span.facet-checkbox__text {
      font-size: 15px !important;
  }
  .mainCollections .custom-cp-meta-category h2.top-heading-linked-collection {
      font-size: 16px;
  }
}
@media (min-width: 768px) {
  .custom-sidebar-left-filter .facets__form-vertical .active-facets-desktop {
      display: block !important;
  }
}
@media (max-width: 1700px) {
    .dispplay-sub-collections.show-grid-view table.product-table tbody {
        grid-template-columns: repeat(3, 1fr);
    }
    .template-search__results .product-grid {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}
@media (max-width: 1366px) {
  .dispplay-sub-collections.show-grid-view table.product-table tbody {
      gap: 20px;
  }
  .dispplay-sub-collections .show_collection_products_filtered table.product-table th, .dispplay-sub-collections .show_collection_products_filtered table.product-table td {
      min-width: unset;
  }
  .dispplay-sub-collections .show_collection_products_filtered table.product-table thead th {
      font-size: 12px;
      line-height: normal;
  }
  .inner-cp-meta-section .meta-collection-description {
      min-height: 85px;
      margin-top: 10px;
  }
  .meta-collection-tite h2 {
      font-size: 18px;
      line-height: normal;
  }
  .inner-cp-meta-section .meta-collection-tite > span, .inner-cp-meta-section .meta-collection-tite > span svg {
      height: 20px;
      width: 20px;
  }
  .mainCollections .facets-vertical.page-width {
      gap: 30px;
  }
  .dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append {
      padding: 15px;
      border-radius: 10px;
  }
}
@media (max-width: 1350px) {
    .dispplay-sub-collections.show-grid-view table.product-table tbody {
        grid-template-columns: repeat(2, 1fr);
    }
    .dispplay-sub-collections .show_collection_products_filtered table.product-table th, .dispplay-sub-collections .show_collection_products_filtered table.product-table td {
        min-width: 100px;
    }
    .dispplay-sub-collections .show_collection_products_filtered {
        overflow: auto;
        margin-bottom: 50px;
    }
    .dispplay-sub-collections .show_collection_products_filtered table.product-table {
        margin-bottom: 0;
    }
    .template-search__results .product-grid {
        gap: 20px;
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}
@media (max-width: 1024px) {
    .mainCollections .facets-vertical.page-width>aside {
        width: 230px;
    }
    .mainCollections .product-grid-container {
        width: calc(100% - 250px) !important;
    }
    .block-cl-linked-collection {
        gap: 10px;
    }
    .inner-cp-meta-section {
        padding: 10px;
    }
    .meta-collection-tite h2 {
        font-size: 14px;
    }
    .inner-cp-meta-section .meta-collection-description {
        display: none;
    }
    .dispplay-sub-collections .collection-heading h2 {
        font-size: 16px;
    }
    .mainCollections .facets-vertical.page-width {
        gap: 20px;
    }
    .dispplay-sub-collections.show-grid-view table.product-table tbody {
        grid-template-columns: repeat(2, calc(50% - 11px));
    }
    .show-grid-view .custum--grid-view-top-bar {
        gap: 4px;
        flex-wrap: wrap;
    }
    .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-details ul {
        padding: 10px;
        /* grid-template-columns: 1fr; */
        gap: 5px;
    }
    .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price span.sale-price, .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price span.regular-price.without-variant-price {
        font-size: 18px;
    }
    .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .unit-price,
    .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price span.regular-price{
        font-size: 12px;
    }
    .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .cart-button a {
        height: 45px;
    }
    /* .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart {
        grid-template-columns: 1fr 100px;
    } */
  
}
@media (max-width: 930px) {
     .template-search__results .product-grid li.grid__item .card-wrapper .card__content .card__information .card-information .product-add-to-cart {
      grid-template-columns: 1fr;
      gap: 10px;
  }
    .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart {
        grid-template-columns: 1fr;
        align-items: center;
    }
    .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .cart-button {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        margin-top: 7px;
    }
    .show-grid-view .custum--grid-view-top-bar span {
        font-size: 11px;
        padding: 2px 7px;
    }
    .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr.data-append td .prodduct-title-sku h3 {
        font-size: 14px !important;
        font-weight: 600;
        line-height: 17px;
    }
    .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr.data-append td .prodduct-title-sku .grid-view-data-cl.center-data-grid-only-view {
        flex-wrap: wrap;
        gap: 10px;
    }
    .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price span.regular-price.without-variant-price {
        font-size: 12px;
    }
    .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price span.sale-price {
        font-size: 16px;
    }
    .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr.data-append td .prodduct-title-sku h3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td:first-child .product-image .badges span {
        height: 22px;
        font-size: 11px;
    }
    .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-details ul li {
        font-size: 12px;
    }
    .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .cart-button a {
        height: 34px;
    }
    .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr.data-append td .prodduct-title-sku .grid-view-data-cl.center-data-grid-only-view .certificate-section .custom-badge-pdp img {
        max-height: 24px;
    }
    .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-details ul {
        grid-template-columns: 1fr;
    }
    .dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append .grid-view-data-cl.grid-only-view-custom-avaibiloty-text .shipping-text p {
        flex-wrap: wrap;
    }
    .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price span.sale-price {
        font-size: 16px;
    }
    .show-grid-view .custum--grid-view-top-bar button.whishlist_icon {
        width: 21px;
        height: 21px;
    }
    
}
@media (min-width: 768px) {
  .myclassadd button.cutom-back-to-top-mobile, span.custom-mobile-only-description {
      display: none;
  }
}
@media (max-width: 767px) {
  
    .inner-cp-meta-section .meta-collection-tite>span, .inner-cp-meta-section .meta-collection-tite>span svg {
        height: 9px;
        width: 9px;
    }
    .product .product__info-wrapper section.product__info-container .wishlist-inspire__icon {
        margin-top: 15px !important;
    }
    .wrap-third-column .product-form__input {
      margin: 15px 0 0px;
    }
    .meta-collection-tite h2 {
        font-size: 16px;
        font-weight: normal;
    }
    .my-custom-coll .myclassadd {
        margin-top: 24px;
    }
    .breadcrumbs a, .breadcrumbs span {
        font-size: 13px !important;
    }
    .custom-collection-header span {
        font-size: 13px;
        line-height: 19px;
    }
    .mainCollections .facets-vertical.page-width>aside .facets-container .product-count {
        display: none;
    }
    
    .mainCollections .facets-vertical.page-width>aside .facets-container menu-drawer.mobile-facets__wrapper details.mobile-facets__disclosure {
        border: 1px solid #0071e3;
        width: 92px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }
    .custom-cl-2-filter-mob {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mainCollections .facets-vertical.page-width>aside .facets-container menu-drawer.mobile-facets__wrapper details.mobile-facets__disclosure .button-label {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        margin-left: 8px;
    }
    .mainCollections .facets-vertical.page-width>aside .facets-container menu-drawer.mobile-facets__wrapper details.mobile-facets__disclosure span.svg-wrapper {
        width: 14px;
    }
    .mainCollections .product-grid-container {
        margin-top: 0px;
    }
    .dispplay-sub-collections .collection-heading h2 {
        font-size: 12px;
        line-height: 11px;
        font-weight: 500;
    }
    .dispplay-sub-collections .collection-heading h2 span.total_products {
        font-weight: 400;
        margin-left: 8px;
    }
    .dispplay-sub-collections .collection-heading .right-section .pagination {
        display: flex;
    }
    .dispplay-sub-collections.show-grid-view table.product-table tbody tr.data-append {
        padding: 9px 7px;
        border-radius: 6px;
    }
    .dispplay-sub-collections.show-grid-view table.product-table tbody {
        gap: 10px;
        grid-template-columns: repeat(2, calc(50% - 5px));
    }
    .dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td:first-child .product-image .badges span {
        height: 19px;
        font-size: 10px;
        line-height: 17px;
        padding-inline: 6px;
    }
    .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr.data-append td .prodduct-title-sku h3 {
        font-size: 12px;
    }
    .dispplay-sub-collections .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .cart-button a {
        height: 24px;
        font-size: 12px;
    }
    .new-faq-section {
        border-color: #c8c4c0;
        background: #F5F5F5 !important;
    }
    .new-faq-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    section.new-faq-section h2 {
        font-size: 26px;
    }
    section.new-faq-section h2 {
        margin-top: 22px !important;
    }
    section.new-faq-section h3 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .custom-image-text-row {
        padding-top: 32px;
    }
    .inner-cp-meta-section .meta-collection-tite {
        margin-bottom: 0;
    }
    .meta-collection-tite h2 {
        font-size: 14px;
    }
    .inner-cp-meta-section .meta-collection-tite span svg, .inner-cp-meta-section .meta-collection-tite span {
        width: 15px;
        height: 15px;
    }
    .inner-cp-meta-section .meta-collection-tite {
        gap: 6px;
    }
    .custom-collection-header {
        gap: 5px;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .mainCollections {
        padding-top: 15px !important;
    }
    .mainCollections .custom-cp-meta-category h2.top-heading-linked-collection {
        margin-bottom: 20px;
    }
    
    .product-grid-container .collection-page-breadcrumb, .product-grid-container .custom-collection-header, .product-grid-container .custom-cp-meta-category {
        display: none;
    }
    .collection.my-custom-coll ul > *:nth-last-child(2) .show_collection_products_filtered {
        margin-bottom: 24px !important;
    }
    .my-custom-coll .myclassadd button.cutom-back-to-top-mobile {
        width: 119px;
        height: 36px;
        padding: 10px 18px;
        border-radius: 4px;
        border: none;
        color: #343434;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-align: left;
        position: relative;
        margin-inline: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: #fff;
    }
    .my-custom-coll .myclassadd button.cutom-back-to-top-mobile::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 4px;
        padding: 1px;
        background: linear-gradient(90deg, #0071E3, #00376F);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask-composite: exclude;
    }
    .main-accordian-cl-cp span.ctm-pannel-data2 {
        display: flex;
        gap: 14px;
        max-height: unset;
    }
    .main-accordian-cl-cp span.ctm-pannel-data2 span.custom-mobile-only-description {
        font-size: 12px;
        font-weight: 400;
        line-height: 14.06px;
        text-align: left;
        color: #343434;
    }
    .dispplay-sub-collections.show-grid-view .show_collection_products_filtered table.product-table tbody tr td .product-add-to-cart .price span.regular-price.without-variant-price {
        font-size: 16px !important;
    }
    
}
@media (max-width: 749px) {
    .mainCollections .facets-vertical.page-width {
        gap: 0px;
        flex-direction: column;
    }
    .mainCollections .product-grid-container {
        width: calc(100% - 0px) !important;
    }
    .mainCollections .facets-vertical.page-width>aside .facets-container {
        border: none;
        background: no-repeat;
        padding: 0;
        margin-top: 20px;
    }
    .facets-vertical .custom-mobile-only-data-cp-header {
        display: block !important;
        margin-bottom: 0 !important;
    }
}
@media only screen and (max-width: 575px) {
.template-search__results .product-grid {
    grid-template-columns: repeat(1,minmax(0,1fr));
}

  
}
@media (max-width: 375px) {
    .dispplay-sub-collections.show-grid-view table.product-table tbody {
        grid-template-columns: repeat(1, calc(100% - 0px));
    }
    .meta-collection-tite h2 {
        font-size: 12px;
    }
}


.collection-hero__inner .collection-hero__description {
    width: 100% !important;
    max-width: 100%;
}