.pkg-text strong {
    font-weight: 600;
}

.pkg-dynamic-count {
    color: #00b4d8;
    font-size: 12px;
    margin-top: 2px;
}

.packaging-item {
    flex-direction: column;
}

.radoform-price-tiers-table,
.radoform-packaging-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tier-row,
.packaging-item {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    line-height: 1.4;
}

.tier-val {
}

.tier-separator {
    color: #666;
    font-weight: 300;
}

.radoform-list-header {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-bottom: 5px;
}

.radoform-sample-req label {
    cursor: pointer; 
    display: flex; 
    align-items: center; 
    font-size: 14px;
}
.radoform-sample-req input[type="checkbox"] {
    margin-right: 10px; 
    transform: scale(1.5);
}
.radoform-qty-field {
    display: flex; 
    align-items: center;
}
.radoform-qty-field input[type="number"] {
    width: 90px; 
    height: 35px;
    padding: 3px; 
    font-size: 16px; 
    border: 1px solid #ccc; 
    text-align: center;
}
.radoform-qty-field span {
    margin-left: 8px; 
    font-size: 16px;
}
.radoform-dimensions {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 10px 0;
}

.radoform-dimensions-icon img {
    width: 28px;
    height: 28px;
    display: block;
    opacity: 0.7;
}

.radoform-dimensions-label {
    font-size: 12px;
    color: #333;
    line-height: 1.2;
}

.radoform-dimensions-value {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    font-weight: 600;
}

.radoform-price-monitor {
    text-align: right;
    font-size: 28px;
    font-weight: 500;
    color: #00b4d8;
    line-height: 1;
}

.tier-row {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
}

.tier-row.active-tier, .tier-row.active-tier .tier-separator {
    color: #00b4d8;
    font-weight: 600;
}

.tier-row.active-tier .tier-price-display {
    color: #00b4d8;
}

.proizvod-postcard p {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 900px) {
    .proizvod-postcard {
        display: flex !important;
        flex-direction: row !important; 
        flex-wrap: wrap !important;     
        align-items: center;
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        position: relative;
    }

    .proizvod-postcard > * {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }

    .proizvod-postcard .radoform-price-tiers-table {
        width: 100% !important;
        background: #f9f9f9;
        padding: 12px;
        border-radius: 6px;
    }

    .proizvod-postcard .tier-row {
        display: flex;
        justify-content: space-between;
        padding: 6px 0;
        border-bottom: 1px solid #eee;
    }
    
    .proizvod-postcard .tier-row:last-child {
        border-bottom: none;
    }

    .proizvod-postcard h1, .proizvod-postcard h2, .proizvod-postcard h3 {
        margin-top: 0;
        line-height: 1.2;
    }
}

.proizvod-detalji-glavni, .cjenovni-razredi {
    height:100%!important;
    margin-bottom:0!important;
}

.separator-kartica-proizvoda {
    flex-grow: 1;
}

.radoform-add-to-cart-btn {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.radoform-add-to-cart-btn:hover {
    background-color: #333;
}

.radoform-add-to-cart-btn:disabled {
    background-color: #999;
    cursor: not-allowed;
}

.radoform-atc-message {
    /*margin-top: 10px;*/
    font-size: 14px;
    color: green;
}

.radoform-notification-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    animation: slideDown 0.3s ease;
}

.admin-bar .radoform-notification-banner {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .radoform-notification-banner {
        top: 46px;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.radoform-notification-banner.success {
    background-color: #4caf50;
    color: #fff;
}

.radoform-notification-banner.error {
    background-color: #f44336;
    color: #fff;
}

.radoform-notification-banner .banner-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}


.awb-menu__main-li:hover .awb-submenu__main-li.active-lock .awb-submenu__sub-ul,
.awb-menu__mega-wrap:hover .awb-submenu__main-li.active-lock .awb-submenu__sub-ul {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto;
}

.radoform-product-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.radoform-product-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    background: #fff;
}

.radoform-product-table thead {
    background-color: #f8f8f8;
    border-bottom: 2px solid #e0e0e0;
}

.radoform-product-table thead th {
    padding: 12px 8px;
    font-weight: 600;
    color: #555;
    font-size: 12px;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.radoform-product-table thead th:not(.col-dims) {
    text-transform: uppercase;
}

.radoform-product-table thead th.col-tier {
    text-align: center;
    min-width: 70px;
}

.radoform-product-table thead th.col-qty {
    text-align: center;
    min-width: 90px;
    max-width: 90px;
}

.radoform-product-table tbody tr {
    border-bottom: 1px solid #eaeaea;
    transition: background-color 0.15s ease;
}

.radoform-product-table tbody tr:hover {
    background-color: #f0f5f7;
}



.radoform-product-table td {
    padding: 12px 8px;
    vertical-align: middle;
    color: #333;
}

.radoform-product-table td.col-sku {
    font-weight: 600;
    color: #222;
}

.radoform-product-table td.col-dims {
    color: #555;
    white-space: nowrap;
}

.radoform-product-table td.col-bundle,
.radoform-product-table td.col-pallet {
    text-align: center;
    color: #666;
}

.radoform-product-table td.col-unit {
    font-size: 11px;
    color: #777;
    line-height: 1.4;
}

.radoform-product-table td.col-unit .unit-total {
    color: #999;
    font-size: 10px;
}

.radoform-product-table td.col-tier {
    text-align: center;
    padding: 8px 4px;
}

.radoform-product-table td.col-tier .tier-unit-price {
    font-weight: 600;
    color: #333;
    font-size: 13px;
}

.radoform-product-table td.col-tier .tier-total-price {
    font-size: 11px;
    color: #888;
    margin-top: 2px;
}

.radoform-product-table td.col-tier.active-tier {
    background-color: rgba(149, 213, 0, 0.1);
}

.radoform-product-table td.col-tier.active-tier .tier-unit-price {
    color: #95d500;
}

.radoform-product-table td.col-tier.active-tier .tier-total-price {
    color: #7ab800;
}

.radoform-product-table td.col-qty {
    text-align: center;
    width:90px;
}

.radoform-table-qty-input {
    width: 80px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    color: #333;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.radoform-table-qty-input:focus {
    border-color: #00b4d8;
    box-shadow: 0 0 0 2px rgba(0, 180, 216, 0.1);
}

.radoform-table-qty-input::placeholder {
    color: #aaa;
    font-weight: 400;
}

.radoform-table-footer {
    display: flex;
    justify-content: flex-end;
    /*padding: 20px 0;*/
    /*margin-top: 10px;*/
}

.radoform-product-table thead th.col-tier:last-of-type {
    position: relative;
}

.radoform-product-table .prod-title, .radoform-product-table td.col-total {
    color: #31BCDB;
}

.radoform-discount-badge {
    position: absolute;
    top: -8px;
    right: 4px;
    background: #e91e63;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 600;
}

#menu-main-menu .awb-img-zoom-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px; 
    height: 80px;
    
    border-radius: 50%;
    background-color: #fff;
    padding: 2px;
    
    overflow: hidden; 
    
    margin-right: 0; 
    margin-bottom: 12px;
    flex: 0 0 auto;

    transition: box-shadow 0.3s ease;
}

#menu-main-menu .awb-img-zoom-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    
    transform: scale(0.8); 
    
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

#menu-main-menu .awb-submenu__sub-a:hover .awb-img-zoom-wrapper img {
    transform: scale(1.1); 
}

#menu-main-menu .awb-submenu__sub-a:hover .awb-img-zoom-wrapper {

    box-shadow: 0 5px 15px rgba(0,0,0,0.15); 
}


.radoform-total-section {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.radoform-total-section .total-label {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

#radoform-total-sum {
    font-size: 24px;
    font-weight: 800;
    color: #333;
}

.currency {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.radoform-add-to-cart-btn {
    background-color: #00b4d8 !important;
    border: none !important;
    color: #fff !important;
    padding: 12px 40px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer;
    border-radius: 5px !important;
}

@media (max-width: 768px) {
    .radoform-floating-bar {
        bottom: 0;
    }
    .radoform-floating-container {
        width: 100%;
        border-radius: 0;
        padding: 10px 20px;
    }
}

/*.radoform-floating-bar {*/
/*    position: fixed;*/
/*    bottom: 20px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: 9999;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    transition: opacity 0.3s ease;*/
/*}*/

.radoform-floating-bar {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    transition: transform 0.4s ease, opacity 0.3s ease;
    transform: translateY(150%); 
    opacity: 0;
    pointer-events: none; 
}

.radoform-floating-bar.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.radoform-floating-bar.is-bottom {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    transform: translateY(0); 
    opacity: 1;
    pointer-events: auto;
}

/*.radoform-floating-bar.is-bottom {*/
/*    position: relative;*/
/*    bottom: 0;*/
/*    margin-top: 20px;*/
/*    margin-bottom: 20px;*/
/*}*/

.radoform-floating-container {
    width: 100%;
    max-width: 1200px;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    padding: 15px 30px;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.radoform-anchor-reserved {
    width: 100%;
    height: 120px; 
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    justify-content: center;
}

.mobilni-meniji-container .awb-menu__m-collapse-icon-open.fa-times.fas {
    display: none!important;
}

.rf-mobile-menu {
    position: relative;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
}

.rf-main-panel {
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: auto; 
    padding-bottom: 50px;
    animation: fadeIn 0.3s;
}

.rf-main-panel.active {
    display: block;
}

.rf-panel-header {
    padding: 20px;
    border-bottom: 2px solid #f0f0f0;
}
.rf-panel-header h3 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
}

.rf-drilldown-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    flex-direction: column;
}
.rf-drilldown-panel.is-open {
    transform: translateX(0);
}
.rf-mobile-menu {
    position: relative;
    overflow: hidden; 
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
}

.rf-tabs-header {
    display: flex;
    border-bottom: 1px solid #eee;
    background: #fff;
    flex-shrink: 0;
}
.rf-tab-trigger {
    flex: 1;
    padding: 15px 5px;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    border-bottom: 3px solid transparent;
}
.rf-tab-trigger.active {
    border-bottom-color: #00AEEF; 
    color: #00AEEF;
}

.rf-panels-container {
    position: relative;
    flex-grow: 1;
    overflow-y: auto; /* Scrollable lists */
}

.rf-tab-panel {
    display: none;
    animation: fadeIn 0.3s;
}
.rf-tab-panel.active {
    display: block;
}

.rf-drilldown-panel {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    transform: translateX(100%); 
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    flex-direction: column;
}

.rf-drilldown-panel.is-open {
    transform: translateX(0);
}

.rf-drilldown-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    background: #fff;
}
.rf-back-btn {
    background: none;
    border: none;
    font-size: 18px;
    margin-right: 15px;
    color: #00AEEF;
}
.rf-current-title {
    font-weight: bold;
    font-size: 16px;
}

.rf-menu-list, .rf-cpt-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
}
.rf-menu-item a, .rf-cpt-list a {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    text-decoration: none;
    justify-content: space-between;
}
.rf-menu-thumb {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 15px;
}
#awb-oc-6576 {
    z-index: 999999999999 !important;
}

.rf-menu-item a, 
.rf-cpt-list a {
    display: flex !important;
    align-items: center; 
    justify-content: flex-start; 
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    position: relative;
}

.rf-menu-thumb {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px; 
    flex-shrink: 0; 
}

.rf-menu-item a .fa-chevron-right,
.rf-menu-item a .icon-chevron-right,
.rf-cpt-list a .fa-chevron-right,
.rf-cpt-list a .icon-chevron-right {
    margin-left: auto; 
    font-size: 14px;
    color: #ccc; 
}

.rf-menu-item a, .rf-cpt-list a {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.radoform-search-variations {
    background: #f0f9ff;
    border-left: 4px solid #00b4d8;
    padding: 12px 16px;
    margin: 12px 0;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.6;
}

.search-variations-count {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #0077b6;
    margin-bottom: 6px;
}

.variations-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #00b4d8;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    flex-shrink: 0;
}

.search-variations-dimensions {
    color: #333;
    font-size: 13px;
    margin-bottom: 6px;
}

.search-variations-dimensions strong {
    color: #0077b6;
    font-weight: 600;
}

.search-variations-note {
    color: #666;
    font-size: 12px;
    font-style: italic;
}

#menu-woocommerce-menu-1 {
    flex-wrap: nowrap;
}

.radoform-pdv-message {
    font-size:12px;
    color:#00b4d8;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .radoform-floating-container {
        padding: 8px 15px;
        gap: 10px;
    }

    #radoform-total-sum {
        font-size: 18px;
    }

    .currency {
        font-size: 14px;
    }

    .radoform-total-section .total-label {
        font-size: 11px;
    }

    .radoform-pdv-message {
        font-size: 9px;
        line-height: 1.1;
    }

    .radoform-add-to-cart-btn {
        padding: 8px 16px !important;
        font-size: 13px !important;
        border-radius: 4px !important;
        white-space: nowrap;
    }

    .radoform-floating-container {
        justify-content: space-between;
    }
}

body.pojo-a11y-negative-contrast .awb-off-canvas-wrap:not(.awb-off-canvas-open),
body.pojo-a11y-light-background .awb-off-canvas-wrap:not(.awb-off-canvas-open) {
    background-color: transparent !important;
    display: none !important;
}

body.pojo-a11y-negative-contrast .fusion-slider-visibility,
body.pojo-a11y-light-background .fusion-slider-visibility {
    background-color: transparent !important;
}

body[class*="pojo-a11y"] .fusion-column-wrapper,
body[class*="pojo-a11y"] .fusion-layout-column,
body[class*="pojo-a11y"] .fusion-builder-row,
body[class*="pojo-a11y"] .fusion-row,
body[class*="pojo-a11y"] .fusion-image-element,
body[class*="pojo-a11y"] .fusion-imageframe,
body[class*="pojo-a11y"] .awb-pc-image__swap-images,
body[class*="pojo-a11y"] .awb-pc-image__swap-grid,
body[class*="pojo-a11y"] .awb-pc-image__swap-image,
body[class*="pojo-a11y"] .product-images,
body[class*="pojo-a11y"] .fusion-slider-visibility,
body[class*="pojo-a11y"] .awb-off-canvas-wrap:not(.awb-off-canvas-open),
body[class*="pojo-a11y"] a,
body[class*="pojo-a11y"] span {
    background: transparent !important;
}

body.pojo-a11y-negative-contrast .fusion-flex-container,
body.pojo-a11y-negative-contrast .post-card,
body.pojo-a11y-high-contrast .fusion-flex-container,
body.pojo-a11y-high-contrast .post-card {
    background: #000 !important;
}

body.pojo-a11y-light-background .fusion-flex-container,
body.pojo-a11y-light-background .post-card,
body.pojo-a11y-negative-contrast .fusion-flex-container,
body.pojo-a11y-negative-contrast .post-card{
    background: #fff !important;
}

body[class*="pojo-a11y"] img,
body.pojo-a11y-negative-contrast div.awb-pc-image__swap-grid,
body.pojo-a11y-light-background div.awb-pc-image__swap-grid {
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body[class*="pojo-a11y"] .fusion-column-has-bg-image,
body[class*="pojo-a11y"] .fusion-column-inner-bg,
body[class*="pojo-a11y"] .fusion-column-inner-bg-image,
body.pojo-a11y-light-background .fusion-column-has-bg-image,
body.pojo-a11y-light-background .fusion-column-inner-bg,
body.pojo-a11y-light-background .fusion-column-inner-bg-image {
    background-image: revert !important;
    background-color: transparent !important;
}

body[class*="pojo-a11y"] #wrapper .awb-pc-image__swap-images,
body[class*="pojo-a11y"] #wrapper .awb-pc-image__swap-grid,
body[class*="pojo-a11y"] #wrapper .awb-pc-image__swap-image,
body[class*="pojo-a11y"] #wrapper .awb-pc-image__swap-nav,
body[class*="pojo-a11y"] #wrapper .awb-pc-image__swap-nav-mobile,
body[class*="pojo-a11y"] #wrapper .fusion-imageframe,
body[class*="pojo-a11y"] #wrapper .fusion-woo-product-image,
body[class*="pojo-a11y"] #wrapper .fusion-post-card-image,
body.pojo-a11y-light-background #wrapper .awb-pc-image__swap-images,
body.pojo-a11y-light-background #wrapper .awb-pc-image__swap-grid,
body.pojo-a11y-light-background #wrapper .awb-pc-image__swap-image,
body.pojo-a11y-light-background #wrapper .awb-pc-image__swap-nav,
body.pojo-a11y-light-background #wrapper .awb-pc-image__swap-nav-mobile,
body.pojo-a11y-light-background #wrapper .fusion-imageframe,
body.pojo-a11y-light-background #wrapper .fusion-woo-product-image,
body.pojo-a11y-light-background #wrapper .fusion-post-card-image
{
    background: transparent !important;
}

body[class*="pojo-a11y"] #wrapper .fusion-column-has-bg-image,
body[class*="pojo-a11y"] #wrapper .fusion-column-inner-bg,
body[class*="pojo-a11y"] #wrapper .fusion-column-inner-bg-image,
body[class*="pojo-a11y"] #wrapper .fusion-slider-revolution,
body[class*="pojo-a11y"] #wrapper .fusion-slider-revolution *,
body.pojo-a11y-light-background #wrapper .fusion-column-has-bg-image,
body.pojo-a11y-light-background #wrapper .fusion-column-inner-bg,
body.pojo-a11y-light-background #wrapper .fusion-column-inner-bg-image {
    background: revert !important; 
}

html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .fusion-column-wrapper,
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .fusion-layout-column,
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .fusion-builder-row,
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .fusion-row,
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .fusion-image-element,
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .fusion-imageframe,
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .awb-pc-image__swap-images,
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .awb-pc-image__swap-grid,
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .awb-pc-image__swap-image,
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .awb-pc-image__swap-nav,
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .awb-pc-image__swap-nav-mobile,
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .product-images,
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .fusion-woo-product-image,
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .fusion-post-card-image,
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .fusion-slider-visibility,
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .awb-off-canvas-wrap:not(.awb-off-canvas-open),
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper a,
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper span,
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper img {
    background: transparent !important;
}

html body.pojo-a11y-negative-contrast #wrapper.fusion-wrapper .fusion-flex-container,
html body.pojo-a11y-negative-contrast #wrapper.fusion-wrapper .post-card,
html body.pojo-a11y-high-contrast #wrapper.fusion-wrapper .fusion-flex-container,
html body.pojo-a11y-high-contrast #wrapper.fusion-wrapper .post-card {
    background: #000 !important;
    color: #fff !important;
}

html body.pojo-a11y-light-background #wrapper.fusion-wrapper .fusion-flex-container,
html body.pojo-a11y-light-background #wrapper.fusion-wrapper .post-card {
    background: #fff !important;
    color: #000 !important;
}

html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .fusion-column-has-bg-image,
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .fusion-column-inner-bg,
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .fusion-column-inner-bg-image {
    background-image: revert !important;
    background-color: transparent !important;
}

html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .fusion-slider-revolution,
html body[class*="pojo-a11y"] #wrapper.fusion-wrapper .fusion-slider-revolution * {
    background: transparent !important;
}

.cart_totals .cart-subtotal {
    display: none;
}