.elementor-25797 .elementor-element.elementor-element-379347f{--display:flex;overflow:visible;}/* Start custom CSS *//* ========================================
   PRODUCT SHIPPING NOTICE
======================================== */

.single-product .dana-shipping-notice {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 11px;

    margin: 8px 0 12px;
    padding: 11px 13px;

    direction: rtl;
    text-align: right;

    background: #faf7fc;
    border: 1px solid #eadff1;
    border-right: 3px solid #61417E;
    border-radius: 10px;

    font-family: "Yekan Bakh", "IRANSansX_SunCode", sans-serif;

    box-sizing: border-box;
}


/* ICON */

.single-product .dana-shipping-notice__icon {
    width: 34px;
    height: 34px;
    min-width: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #61417E;

    background: #F2EBF6;
    border-radius: 9px;
}

.single-product .dana-shipping-notice__icon svg {
    width: 20px;
    height: 20px;
}


/* TEXT */

.single-product .dana-shipping-notice__content {
    flex: 1;
    min-width: 0;

    display: flex;
    flex-direction: column;

    line-height: 1.65;
}

.single-product .dana-shipping-notice__content strong {
    margin: 0;

    color: #34283c;

    font-size: 13px;
    font-weight: 700;
}

.single-product .dana-shipping-notice__content small {
    margin-top: 1px;

    color: #77707c;

    font-size: 11px;
    font-weight: 400;
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 767px) {

    .single-product .dana-shipping-notice {
        gap: 9px;

        margin: 8px 0 11px;
        padding: 10px 11px;

        border-radius: 9px;
    }

    .single-product .dana-shipping-notice__icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .single-product .dana-shipping-notice__icon svg {
        width: 18px;
        height: 18px;
    }

    .single-product .dana-shipping-notice__content strong {
        font-size: 12.5px;
    }

    .single-product .dana-shipping-notice__content small {
        font-size: 10.5px;
        line-height: 1.7;
    }
}/* End custom CSS */