<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* body {
    background: red;
}

.vtex-rich-text-0-x-strong--banner-title {
    color: rgb(255, 0, 0);
}

.sample {
    color: rgb(224, 174, 12);
} */

.vtex-order-placed-2-x-noticeListItem:first-child {
    display: none  !important;
}

/* disabled order canceled - gracias compra */
.vtex-order-placed-2-x-cancelOrderButton  {
    display: none !important; 
}

/* disabled order canceled - profile order list */
.vtex-account__order-details .list li:nth-child(2) {
    display: none !important;
}
/* disabled order canceled - profile order detail */
.vtex-my-orders-app-3-x-cancelBtn {
    display: none !important;
}

/* order detail reorder */
.vtex-account__order-details .list li a {
    color: black !important;
}



/* remove name business tag */
.vtex-order-placed-2-x-orderSoldBy {
    display: none !important;
}

.vtex-order-placed-2-x-orderSeller {
    font-size: 0;
}

.vtex-order-placed-2-x-orderSeller::before {
    content: "IRIDA";
    font-size: 12px;
}

.vtex-rich-text-0-x-wrapper--description-cd-content table, th, td {
    border: 1px solid black !important;
    border-collapse: collapse !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}


/* Mobile validation */
@media (max-width: 800px) {
    .vtex-menu-2-x-styledLinkContent.vtex-menu-2-x-styledLinkContent--megamenu-mobile-content {
        font-size: 13px !important;
        text-transform: uppercase !important;
        font-family: Mulish-Bold !important;
        color: #08111b !important;
    }
}


/*
.vtex-modal-layout-0-x-headerContent--modal-header-content-2 {
    margin-bottom: 0px !important;
}
.vtex-modal-layout-0-x-closeButton--modal-header-content-2 {
    padding: 0 !important;
    align-items: center !important;
}
.vtex-modal-layout-0-x-closeIcon--modal-header-content-2 {
    margin: 0 !important;
}
.vtex-modal-layout-0-x-headerContainer--modal-header-content-2 {
    position: relative;
}
.vtex-store-components-3-x-imageElement--img-modal-content-2 {
    display: block;
}
*/


/* Product Detail extra valdiation */
.vtex-flex-layout-0-x-flexRowContent--product-description-seccion-item {
    max-width: 100% !important;
}


.megalabsirida-megalabs-irida-apps-3-x-productdetailextraimg_img--product-description-seccion-item--imagen-content-1 {
    height: 100% !important;
    width: 800px !important;
}


/*
* Gracias compra - OrderPlaced - extra css 
*/

/* Banks Transfer */
.checkout-manual-payment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.checkout-manual-payment-bank-transfer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto;
}
.checkout-manual-payment-yape-imgQR {

}
.checkout-manual-payment-yape-imgQR--title {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.checkout-manual-payment-yape-imgQR p {
}
.checkout-manual-payment-instrucciones--title {
    text-align: center;
}
.checkout-manual-payment-instrucciones {
    /* background: #00a8437a; */
    color: #474748;
    border: 1px solid #222222;
}
.checkout-manual-payment-instrucciones ul {
    list-style: none;
}
.checkout-manual-payment-instrucciones ul li {
    padding-bottom: 5px;
}



/* Yape payment */
.checkout-manual-payment-yape {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto;
}
.checkout-manual-payment-yape-imgQR--qr {
    text-align: center;
}
.checkout-manual-payment-yape-imgQR--qr img {
    width: 200px;
}</pre></body></html>