:root {
    --odp-woo-blue: #2482b9;
    --odp-woo-blue-dark: #1875a7;
    --odp-woo-orange: #ff7600;
    --odp-woo-green: #48c728;
    --odp-woo-text: #242424;
    --odp-woo-muted: #8b8b8b;
    --odp-woo-border: #e6e6e6;
    --odp-woo-soft: #f7f7f7;
}

.woocommerce .site-main,
.woocommerce-page .site-main {
    overflow: visible;
}

.odp-shop-page,
.odp-single-product-page {
    padding: 38px 0 70px;
    color: var(--odp-woo-text);
}

.odp-catalog-notice {
    max-width: 100%;
    margin: 0 0 28px auto;
    padding: 12px 20px;
    border-radius: 4px;
    background: var(--odp-woo-blue);
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
}

.odp-catalog-notice a,
.odp-catalog-notice strong {
    color: var(--odp-woo-orange);
}

.odp-shop-layout {
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.odp-shop-sidebar {
    min-width: 0;
}

.odp-product-search {
    margin-bottom: 18px;
}

.odp-product-search input[type="search"] {
    width: 100%;
    height: 38px;
    padding: 0 4px;
    border: 0;
    border-bottom: 1px solid #bbb;
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: #555;
}

.odp-shop-filter-title {
    margin-bottom: 12px;
    padding: 9px 12px;
    border-radius: 3px;
    background: var(--odp-woo-blue);
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-align: center;
}
.yith-wcbm-badge {
    color: #fff;
}
.odp-shop-filter-shortcode {
    font-size: 13px;
}

.odp-filter-toggle,
.odp-filter-close,
.odp-filter-backdrop {
    display: none;
}

.odp-woo-breadcrumbs {
    margin: 0 0 10px;
    text-align: left;
}

.odp-woo-breadcrumbs,
.odp-woo-breadcrumbs a,
.odp-woo-breadcrumbs span {
    color: #a9a9a9;
    font-size: 13px;
}

.odp-woo-breadcrumbs a {
    color: var(--odp-woo-blue);
}

.odp-shop-title {
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 1.1;
}

.odp-category-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 7px;
    margin: 0 0 26px;
}

.odp-category-card {
    display: flex;
    min-height: 132px;
    padding: 10px 6px 8px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border: 1px solid var(--odp-woo-border);
    border-radius: 5px;
    color: #222;
    text-align: center;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.odp-category-card:hover {
    border-color: var(--odp-woo-blue);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
}

.odp-category-card__image {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.odp-category-card__image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.odp-category-card__title {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.15;
}

.odp-shop-toolbar {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 24px;
}

.odp-catalog-sorting {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.odp-catalog-sort {
    display: inline-flex;
    min-height: 36px;
    padding: 8px 14px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 3px;
    color: #272727;
    font-size: 14px;
    line-height: 1.1;
    text-decoration: none;
    white-space: nowrap;
}

.odp-catalog-sort:hover {
    color: var(--odp-woo-blue);
}

.odp-catalog-sort.is-active {
    background: var(--odp-woo-blue);
    color: #fff;
}

.odp-sort-icon {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
}

.odp-sort-icon::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 1px;
    width: 9px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor;
}

.odp-sort-icon::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 1px;
    width: 7px;
    height: 12px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transform-origin: center;
}

.odp-sort-icon.is-desc::after {
    top: 5px;
    transform: rotate(225deg);
}

.odp-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.odp-product-card {
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    width: auto !important;
}

.odp-product-card__inner {
    position: relative;
    display: flex;
    height: 100%;
    min-height: 455px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--odp-woo-border);
    border-radius: 4px;
    background: #fff;
}

.odp-product-card__media {
    position: relative;
    padding: 12px;
}

.odp-product-card__media .onsale,
.odp-product-card__media [class*="label"],
.odp-product-card__media [class*="badge"] {
    z-index: 2;
}

.odp-product-card__image-link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.odp-product-card__image-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* YITH Badge Management wraps product thumbnails in this container. */
.odp-product-card__image-link .container-image-and-badge {
    position: relative !important;
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    overflow: visible !important;
}

.odp-product-card__image-link .container-image-and-badge > img,
.odp-product-card__image-link .container-image-and-badge .attachment-woocommerce_thumbnail {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: contain !important;
    transform: none !important;
}

.odp-product-card__image-link .yith-wcbm-badge {
    position: absolute !important;
    z-index: 5 !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: none;
}

.odp-product-card__content {
    display: flex;
    flex: 1 1 auto;
    padding: 0 15px 14px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.odp-product-card__title {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.16;
}

.odp-product-card__title a {
    color: #171717;
    text-decoration: none;
}

.odp-product-card__manufacturer {
    display: inline-flex;
    margin-top: auto;
    margin-bottom: 10px;
    padding: 3px 7px;
    gap: 3px;
    background: var(--odp-woo-orange);
    color: #fff;
    font-size: 10px;
    line-height: 1.1;
}

.odp-product-card__price {
    min-height: 28px;
    color: #111;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.odp-product-card__price del {
    margin-right: 5px;
    color: #999;
    font-size: 13px;
}

.odp-product-card__price ins {
    text-decoration: none;
}

.odp-product-card__footer .button,
.odp-product-card__footer .added_to_cart {
    display: flex;
    width: 100%;
    min-height: 39px;
    margin: 0 !important;
    padding: 8px 10px !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--odp-woo-blue) !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
}

.odp-product-card__footer .button:hover,
.odp-product-card__footer .added_to_cart:hover {
    background: var(--odp-woo-blue-dark) !important;
}

.woocommerce span.onsale {
    position: absolute;
    top: 8px;
    left: 8px;
    min-width: auto;
    min-height: auto;
    margin: 0;
    padding: 4px 7px;
    border-radius: 3px;
    background: var(--odp-woo-green);
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.1;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 38px;
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-flex;
    margin: 0;
    padding: 0;
    gap: 3px;
    border: 0;
    list-style: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: flex;
    width: 31px;
    height: 31px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #aaa;
    font-size: 12px;
    text-decoration: none;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--odp-woo-orange);
    color: #fff;
}

/* Single product */
.odp-single-product-page .odp-catalog-notice {
    max-width: none;
    margin-bottom: 25px;
}

.odp-single-product__mobile-title {
    display: none;
}

.odp-single-product__top {
    display: grid;
    grid-template-columns: minmax(0, 39%) minmax(0, 61%);
    gap: 40px;
    align-items: start;
}

.odp-single-product__gallery,
.odp-single-product__summary {
    min-width: 0;
}

.odp-single-product__gallery .woocommerce-product-gallery {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

.odp-single-product__gallery .woocommerce-product-gallery__image img {
    width: 100%;
    max-height: 490px;
    object-fit: contain;
}

.odp-single-product__summary .product_title {
    margin: 0 0 28px;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.16;
}

.odp-single-product__price {
    margin-bottom: 14px;
}

.odp-single-product__price .price {
    margin: 0;
    color: #111;
    font-size: 26px;
    font-weight: 800;
}

.odp-single-product__meta-row {
    display: flex;
    margin-bottom: 14px;
    align-items: center;
    gap: 34px;
    font-size: 13px;
}

.odp-stock-status.is-in-stock {
    color: #54bf3b;
}

.odp-stock-status.is-out-of-stock {
    color: #d84a4a;
}

.odp-product-sku {
    color: #aaa;
}

.odp-single-product__buy-row form.cart {
    display: flex;
    margin: 0;
    align-items: stretch;
    gap: 4px;
}

.odp-single-product__buy-row .quantity .qty {
    width: 57px;
    height: 44px;
    border: 1px solid #ccc;
    text-align: center;
}

.odp-single-product__buy-row .single_add_to_cart_button {
    min-height: 44px;
    padding: 10px 18px;
    border: 0;
    border-radius: 3px;
    background: var(--odp-woo-orange);
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.odp-single-product__buy-row .single_add_to_cart_button svg {
    margin-right: 5px;
}
.odp-buy-one-click {
    display: inline-flex;
    min-height: 44px;
    margin-top: -44px;
    margin-left: 220px;
    padding: 10px 22px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 3px;
    background: var(--odp-woo-blue);
    color: #fff;
    cursor: pointer;
}

.odp-single-product__info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 30px;
}

.odp-product-specs,
.odp-product-service-box {
    padding: 18px;
    background: var(--odp-woo-soft);
}

.odp-product-specs h2,
.odp-product-service-box h2 {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.2;
}

.odp-product-specs dl {
    margin: 0;
}

.odp-product-specs dl > div {
    display: grid;
    grid-template-columns: minmax(120px, 44%) 1fr;
    padding: 3px 0;
    border-bottom: 1px solid #e3e3e3;
    font-size: 12px;
    line-height: 1.25;
}

.odp-product-specs dl > div:last-child {
    border-bottom: 0;
}

.odp-product-specs dt {
    font-weight: 600;
}

.odp-product-specs dd {
    margin: 0;
    color: #777;
}

.odp-product-service-boxes {
    display: grid;
    gap: 14px;
}

.odp-product-service-box h2 span {
    margin-right: 6px;
    color: var(--odp-woo-blue);
}

.odp-product-service-box ul {
    margin: 0;
    padding-left: 18px;
    color: #444;
    font-size: 12px;
    line-height: 1.5;
}

.odp-single-product__tabs {
    margin-top: 35px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    margin: 0;
    padding: 0;
    border: 0;
    gap: 7px;
    list-style: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 6px 6px 0 0;
    background: #6eb6dd;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--odp-woo-blue);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 10px 18px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 28px;
    padding: 20px;
    background: var(--odp-woo-soft);
    color: #686868;
    font-size: 15px;
    line-height: 1.55;
}

.woocommerce div.product .woocommerce-tabs .panel h2:first-child {
    display: none;
}

.odp-single-product__extra-content {
    margin: 26px 0;
    color: #444;
    font-size: 15px;
    line-height: 1.55;
}

.odp-single-product__related {
    margin-top: 30px;
}

.odp-single-product__related > .related > h2 {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.15;
}

.odp-single-product__related .odp-products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.odp-single-product__related .odp-product-card__inner {
    min-height: 430px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin: 0 0 20px;
    padding: 14px 18px;
    border-top: 3px solid var(--odp-woo-blue);
    background: #f7f7f7;
    list-style: none;
}

@media (max-width: 1100px) {
    .odp-category-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .odp-single-product__top {
        grid-template-columns: minmax(0, 42%) minmax(0, 58%);
        gap: 25px;
    }

    .odp-single-product__info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .odp-shop-page,
    .odp-single-product-page {
        padding: 26px 0 45px;
    }

    .odp-shop-page > .container,
    .odp-single-product-page > .container {
        width: min(100% - 24px, var(--container));
    }

    .odp-filter-toggle {
        display: flex;
        width: 100%;
        min-height: 42px;
        margin-bottom: 18px;
        align-items: center;
        justify-content: center;
        gap: 7px;
        border: 0;
        border-radius: 3px;
        background: var(--odp-woo-orange);
        color: #fff;
        font-size: 14px;
    }

    .odp-catalog-notice {
        margin: 0 0 20px;
        padding: 12px 14px;
        font-size: 11px;
    }

    .odp-shop-layout {
        display: block;
    }

    .odp-shop-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100002;
        width: min(88vw, 330px);
        height: 100vh;
        padding: 55px 18px 30px;
        overflow-y: auto;
        transform: translateX(-105%);
        background: #fff;
        box-shadow: 5px 0 24px rgba(0, 0, 0, .18);
        transition: transform .25s ease;
    }

    .odp-filter-open .odp-shop-sidebar {
        transform: translateX(0);
    }

    .odp-filter-close {
        position: absolute;
        top: 12px;
        right: 12px;
        display: flex;
        width: 34px;
        height: 34px;
        align-items: center;
        justify-content: center;
        border: 0;
        background: transparent;
        color: #222;
        font-size: 30px;
    }

    .odp-filter-backdrop {
        position: fixed;
        inset: 0;
        z-index: 100001;
        display: block;
        border: 0;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, .42);
        transition: opacity .25s ease, visibility .25s ease;
    }

    .odp-filter-open .odp-filter-backdrop {
        opacity: 1;
        visibility: visible;
    }

    body.odp-filter-open {
        overflow: hidden;
    }

    .odp-woo-breadcrumbs {
        margin-bottom: 7px;
    }

    .odp-shop-title {
        margin-bottom: 15px;
        font-size: 28px;
    }

    .odp-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        margin-bottom: 20px;
    }

    .odp-category-card {
        min-height: 105px;
        padding: 7px 4px;
    }

    .odp-category-card__image {
        height: 63px;
    }

    .odp-category-card__title {
        font-size: 9px;
    }

    .odp-shop-toolbar {
        margin-bottom: 15px;
    }

    .odp-shop-toolbar select {
        min-width: 0;
        max-width: 100%;
        height: 31px;
        padding-left: 8px;
        font-size: 10px;
    }

    .odp-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }

    .odp-product-card__inner {
        min-height: 365px;
    }

    .odp-product-card__media {
        height: 155px;
        padding: 8px;
    }

    .odp-product-card__content {
        padding: 0 7px 9px;
    }

    .odp-product-card__title {
        margin-bottom: 8px;
        font-size: 10px;
        line-height: 1.12;
    }

    .odp-product-card__manufacturer {
        margin-bottom: 8px;
        padding: 3px 5px;
        font-size: 7px;
    }

    .odp-product-card__price {
        min-height: 22px;
        font-size: 15px;
    }

    .odp-product-card__footer .button,
    .odp-product-card__footer .added_to_cart {
        min-height: 31px;
        padding: 6px 4px !important;
        font-size: 9px;
    }

    .woocommerce span.onsale {
        top: 4px;
        left: 4px;
        padding: 3px 5px;
        font-size: 8px;
    }

    .woocommerce nav.woocommerce-pagination {
        margin-top: 28px;
    }

    /* Mobile product */
    .odp-single-product-page .odp-catalog-notice {
        margin-top: 12px;
    }

    .odp-single-product__mobile-title {
        display: none;
        margin: 0 0 20px;
        color: #b1b1b1;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.25;
    }

    .odp-single-product__top {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .odp-single-product__gallery {
        width: 100%;
        order: 1;
    }

    .odp-single-product__summary {
        width: 100%;
        order: 2;
    }

    .odp-single-product__gallery .woocommerce-product-gallery__image img {
        max-height: 330px;
    }

    .odp-single-product__summary .product_title {
        margin-bottom: 22px;
        font-size: 19px;
    }

    .odp-single-product__price .price {
        font-size: 18px;
    }

    .odp-single-product__meta-row {
        justify-content: space-between;
        gap: 12px;
        font-size: 10px;
    }

    .odp-single-product__buy-row form.cart {
        width: 100%;
    }

    .odp-single-product__buy-row .quantity .qty {
        width: 52px;
        height: 44px;
    }

    .odp-single-product__buy-row .single_add_to_cart_button {
        min-height: 38px;
        flex: 1 1 auto;
        padding: 8px 10px;
        font-size: 14px;
    }

    .odp-buy-one-click {
        width: 100%;
        min-height: 38px;
        margin: 4px 0 0;
        padding: 8px 10px;
        font-size: 14px;
    }

    .odp-single-product__info-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 24px;
    }

    .odp-product-specs,
    .odp-product-service-box {
        padding: 14px;
    }

    .odp-product-specs h2,
    .odp-product-service-box h2 {
        font-size: 13px;
    }

    .odp-product-specs dl > div {
        grid-template-columns: 48% 52%;
        font-size: 9px;
    }

    .odp-product-service-box ul {
        font-size: 10px;
    }

    .odp-single-product__tabs {
        margin-top: 30px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        flex-wrap: wrap;
        gap: 3px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 8px 10px;
        font-size: 11px;
    }

    .woocommerce div.product .woocommerce-tabs .panel {
        padding: 14px;
        font-size: 12px;
    }

    .odp-single-product__extra-content {
        font-size: 12px;
    }

    .odp-single-product__related > .related > h2 {
        font-size: 22px;
    }

    .odp-single-product__related .odp-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .odp-single-product__related .odp-product-card__inner {
        min-height: 330px;
    }
}


@media (max-width: 767px) {
    .odp-shop-toolbar {
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .odp-shop-toolbar::-webkit-scrollbar {
        display: none;
    }

    .odp-catalog-sorting {
        width: max-content;
        gap: 0;
    }

    .odp-catalog-sort {
        min-height: 30px;
        padding: 6px 9px;
        font-size: 11px;
    }

    .odp-sort-icon {
        width: 15px;
        height: 15px;
        flex-basis: 15px;
        transform: scale(.8);
    }
}
.odp-single-product__actions {
    display: flex;
    align-items: stretch;
    gap: 4px;
    flex-wrap: wrap;
}

.odp-single-product__actions .odp-single-product__buy-row {
    min-width: 0;
}

.odp-single-product__actions .odp-single-product__buy-row form.cart {
    display: flex;
    margin: 0 !important;
    align-items: stretch;
    gap: 4px;
}

.odp-single-product__actions .single_add_to_cart_button,
.odp-single-product__actions .odp-buy-one-click {
    min-height: 44px;
    margin: 0 !important;
}

.odp-single-product__actions .odp-buy-one-click {
    padding: 10px 22px;
}

/* SVG icons in Delivery / Payment boxes. */
.odp-product-service-box h2 {
    display: flex;
    align-items: center;
    gap: 7px;
}

.odp-product-service-box h2 img {
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    object-fit: contain;
}

/* Custom product tabs. */
.odp-product-tabs {
    margin-top: 35px;
}

.odp-product-tabs__nav {
    display: flex;
    align-items: flex-end;
    gap: 7px;
}

.odp-product-tabs__button {
    margin: 0;
    padding: 10px 18px;
    border: 0;
    border-radius: 6px 6px 0 0;
    background: #6eb6dd;
    color: #fff;
    font: inherit;
    cursor: pointer;
}

.odp-product-tabs__button.is-active {
    background: var(--odp-woo-blue);
}

.odp-product-tabs__panel {
    margin: 0 0 28px;
    padding: 20px;
    background: var(--odp-woo-soft);
    color: #686868;
    font-size: 15px;
    line-height: 1.55;
}

.odp-product-tabs__panel[hidden] {
    display: none !important;
}

.odp-product-attributes-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.odp-product-attributes-table th,
.odp-product-attributes-table td {
    padding: 7px 10px;
    border-bottom: 1px dotted #d8d8d8;
    text-align: left;
    vertical-align: top;
}

.odp-product-attributes-table th {
    width: 230px;
    color: #444;
    font-weight: 600;
}

.odp-single-product__buyer-info {
    margin: 26px 0;
    color: #444;
    font-size: 15px;
    line-height: 1.55;
}

.odp-single-product__buyer-info ul {
    padding-left: 30px;
}

.odp-single-product__buyer-info > :first-child {
    margin-top: 0;
}

.odp-single-product__buyer-info > :last-child {
    margin-bottom: 0;
}
.product-template-default .woocommerce-product-gallery__image:after, .product-template-default .container-image-and-badge:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    height: 260px;
    background: url(/wp-content/themes/odp/watermark.png) no-repeat;
    background-size:contain
}
ul.products .odp-product-card__image-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 158px;
    height: 160px;
    background: url(/wp-content/themes/odp/watermark.png) no-repeat;
    background-size:contain;
    z-index: 9;
}

@media (max-width: 767px) {
    ul.products .odp-product-card__image-link:after {
        width: 70px;
        height: 70px;
        top: 50%;
        left: 50%;
        transform:translate(-50%, -50%)
    }
}
@media (max-width: 767px) {
    .odp-single-product__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .odp-single-product__actions .odp-single-product__buy-row form.cart {
        display: grid;
        grid-template-columns: 55px minmax(0, 1fr);
    }

    .odp-single-product__actions .single_add_to_cart_button,
    .odp-single-product__actions .odp-buy-one-click {
        width: 100%;
    }

    .odp-product-tabs__nav {
        gap: 3px;
    }

    .odp-product-tabs__button {
        padding: 9px 11px;
        font-size: 13px;
    }

    .odp-product-tabs__panel {
        padding: 14px;
        font-size: 14px;
    }

    .odp-product-attributes-table th {
        width: 45%;
    }

    .odp-product-attributes-table th,
    .odp-product-attributes-table td {
        padding: 5px 7px;
        font-size: 12px;
    }
}
.woocommerce-checkout .page-main > .container > .page-breadcrumbs,
.woocommerce-checkout .page-main > .container > .page-title,
.woocommerce-checkout .page-main > .container > h1,
.woocommerce-checkout .entry-header,
.woocommerce-checkout .entry-title {
    display: none;
}

.woocommerce-checkout .page-main,
.woocommerce-checkout .page-content,
.woocommerce-checkout .entry-content {
    max-width: none;
}

.odp-checkout-page {
    padding: 42px 0 72px;
}

.odp-checkout-page .odp-woo-breadcrumbs {
    margin: 0 0 28px;
    text-align: center;
}

.odp-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(330px, .88fr);
    gap: 74px;
    align-items: start;
}

.odp-checkout-main h2,
.odp-checkout-billing h2,
.odp-checkout-products-section h2 {
    margin: 0 0 25px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

.odp-checkout-fields {
    display: flex;
    flex-wrap: wrap;
    column-gap: 44px;
}

.odp-checkout-fields .form-row {
    float: none;
    width: 100%;
    margin: 0 0 18px;
    padding: 0;
}

.odp-checkout-fields .form-row-first,
.odp-checkout-fields .form-row-last {
    flex: 0 0 calc(50% - 22px);
}

.odp-checkout-fields .form-row-wide {
    flex: 0 0 100%;
}

.odp-checkout-fields .form-row input.input-text,
.odp-checkout-fields .form-row textarea,
.odp-checkout-fields .form-row select {
    width: 100%;
    height: 46px;
    padding: 7px 8px;
    border: 0;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #4a4a4a;
    font-size: 20px;
    line-height: 1.3;
    outline: none;
}

.odp-checkout-fields .form-row input.input-text:focus,
.odp-checkout-fields .form-row textarea:focus,
.odp-checkout-fields .form-row select:focus {
    border-bottom-color: #2585bd;
}

.odp-checkout-fields .woocommerce-invalid input.input-text {
    border-bottom-color: #d63638;
}
.odp-checkout-fields .address-field {
    display: none;
}
.odp-checkout-products-section {
    margin-top: 20px;
}

.odp-checkout-products {
    border-bottom: 1px solid #e5e5e5;
}

.odp-checkout-product {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) 60px 150px;
    gap: 18px;
    align-items: center;
    padding: 18px 8px;
    border-top: 1px solid #e5e5e5;
}

.odp-checkout-product:first-child {
    border-top: 0;
}

.odp-checkout-product__image img {
    display: block;
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.odp-checkout-product__name {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
}

.odp-checkout-product__name .variation {
    margin: 5px 0 0;
    font-size: 12px;
    font-weight: 400;
}

.odp-checkout-product__quantity {
    white-space: nowrap;
    text-align: center;
    font-weight: 700;
}

.odp-checkout-product__subtotal {
    white-space: nowrap;
    text-align: right;
    font-size: 24px;
    font-weight: 700;
}

.odp-checkout-sidebar {
    position: sticky;
    top: 25px;
    padding: 25px 26px 22px;
    border-radius: 22px;
    background: #f8f8f8;
}

.odp-checkout-summary__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 0 18px;
    font-size: 15px;
}

.odp-checkout-summary__row strong {
    white-space: nowrap;
    font-size: 25px;
    line-height: 1.15;
}

.odp-checkout-summary__row--total {
    margin-top: 4px;
    padding: 20px 0 25px;
    border-top: 1px solid #e3e3e3;
    font-size: 21px;
    font-weight: 700;
}

.odp-checkout-summary__row--total strong {
    font-size: 26px;
}

.odp-checkout-summary__section {
    margin-top: 18px;
}

.odp-checkout-summary__section h3 {
    margin: 0 0 14px;
    color: #444444;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
}
ul.odp-checkout-radio-list.woocommerce-shipping-methods,
ul.odp-checkout-radio-list.odp-checkout-payment-methods {
    padding-left: 0px;
}
.odp-checkout-radio-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.odp-checkout-radio-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}

.odp-checkout-radio-list input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.odp-checkout-radio-list label {
    position: relative;
    display: block;
    width: 100%;
    min-height: 24px;
    margin: 0;
    padding: 2px 0 0 31px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.35;
    font-weight: normal;
}

.odp-checkout-radio-list label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 3px solid #2585bd;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
}

.odp-checkout-radio-list input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2585bd;
}

.odp-checkout-radio-list .woocommerce-Price-amount {
    font-weight: inherit;
}

.odp-checkout-payment {
    margin-top: 34px;
    padding: 0;
    border: 0;
    background: transparent;
}

.odp-checkout-place-order {
    margin: 22px 0 0 !important;
    padding: 0 !important;
}

.odp-checkout-place-order .woocommerce-privacy-policy-text,
.odp-checkout-place-order .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.4;
}

.odp-checkout-submit,
#place_order.odp-checkout-submit {
    display: block;
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 12px 20px;
    border: 0;
    border-radius: 4px;
    background: #ff7400;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

.odp-checkout-submit:hover,
#place_order.odp-checkout-submit:hover {
    background: #e96900;
    color: #fff;
}

.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .odp-checkout-page {
        padding: 28px 0 50px;
    }

    .odp-checkout-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .odp-checkout-sidebar {
        position: static;
    }
}

@media (max-width: 575px) {
    .odp-checkout-main h2,
    .odp-checkout-billing h2,
    .odp-checkout-products-section h2 {
        font-size: 24px;
    }

    .odp-checkout-fields {
        display: block;
    }

    .odp-checkout-fields .form-row-first,
    .odp-checkout-fields .form-row-last,
    .odp-checkout-fields .form-row-wide {
        width: 100%;
    }

    .odp-checkout-fields .form-row input.input-text,
    .odp-checkout-fields .form-row textarea,
    .odp-checkout-fields .form-row select {
        font-size: 16px;
    }

    .odp-checkout-product {
        grid-template-columns: 48px minmax(0, 1fr) auto;
        gap: 10px;
    }

    .odp-checkout-product__quantity {
        grid-column: 2;
        text-align: left;
    }

    .odp-checkout-product__subtotal {
        grid-column: 3;
        grid-row: 1 / span 2;
        font-size: 18px;
    }

    .odp-checkout-sidebar {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .odp-checkout-summary__row strong,
    .odp-checkout-summary__row--total strong {
        font-size: 21px;
    }
}
.xt_woofc-product-title {
    font-weight: 500 !important;
    font-size: 11px !important;
    white-space: normal !important;
    overflow: visible !important;
    color: #444444 !important;
}
.xtfw-no-touchevents .xt_woofc-actions a:hover, .xt_woofc-actions a:focus {
    color: var(--odp-woo-orange) !important;
}
.odp-thankyou {
    padding: 0px 0 70px;
}

.odp-thankyou__header {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.odp-thankyou__header h1 {
    margin: 0 0 16px;
}

.odp-thankyou__header p {
    margin: 0;
}

.odp-thankyou__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 50px;
    align-items: start;
}

.odp-thankyou__info,
.odp-thankyou__products {
    min-width: 0;
}

.odp-thankyou__info h2,
.odp-thankyou__products h2 {
    margin: 0 0 24px;
}

.odp-thankyou__list {
    margin: 0;
}

.odp-thankyou__list > div {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #e7e7e7;
}

.odp-thankyou__list dt {
    font-weight: 600;
}

.odp-thankyou__list dd {
    margin: 0;
    word-break: break-word;
}

.odp-thankyou-products {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.odp-thankyou-product {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 20px;
    padding: 20px;
    border: 1px solid #e7e7e7;
}

.odp-thankyou-product__image {
    display: block;
    width: 100%;
    height: auto;
}

.odp-thankyou-product__content h3 {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 500;
}

.odp-thankyou-product__content p {
    margin: 6px 0 0;
}

@media (max-width: 991px) {
    .odp-thankyou {
        padding: 0px 0 70px;
    }

    .odp-thankyou__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 575px) {
    .odp-thankyou__list > div {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .odp-thankyou-product {
        grid-template-columns: 90px minmax(0, 1fr);
        gap: 14px;
        padding: 14px;
    }
}