/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 25 2026 | 05:43:10 */
.offerboxdsio div {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        margin: 5px 0;
        text-transform: capitalize;
    }

    .icon {
        display: block;
        vertical-align: middle;
        background: none;
        pointer-events: none;
        overflow: visible;
        color: white;
    }

    .offerboxdsio {
        background: #ffeadf;
        padding: 10px;
        margin-top: 8px;
        border-radius: 8px;
		    margin-bottom: 20px;
    }
.product-form__image.product-form__image--left {
    margin-bottom: 20px;
}
    .accordion_bk {
          color: #9E2F21;
        cursor: pointer;
        padding: 9px 8px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        transition: 0.4s;
        border-radius: 8px;
        line-height: 14px;
        border-bottom: 1px solid rgba(148, 44, 31, 0.13);
        border-radius: 0px;
		background:white;
    }

    .accordion_bk:after {
        content: '\2303';
        color: #9E2F21;
        font-weight: bold;
        float: right;
        margin-left: 5px;
        font-size: 16px;
        transform: rotate(180deg);
    }

    .panel_bk {
       padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
.payment-icons img {
    content: url("https://www.bullionknot.com/cdn/shop/files/offer.jpg") !important;
}
button.product-form__option-link.link.text--subdued.hidden-phone {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .9px;
    color: #9e2f21;
    padding: 0 10px;
    background: white;
    text-align: left;
}
.woocommerce-product-details__short-description {
    text-align: end;
}
.size-chart-buttons-display-flex {
    display: flex;
    align-items: flex-start;
    justify-content: end;
}
.elementor-wrapper {
    overflow: hidden;
}

.elementor-wrapper video {
    transition: transform 0.4s ease;
}

.elementor-wrapper:hover video {
    transform: scale(1.1);
}
button.pum-close.popmake-close {
    background: #7c1929 !important;
    font-size: 21px !important;
    width: 31px !important;
    height: 32px !important;
    border-radius: 47px !important;
}