.mny_ruc20 {
    width: 100%;
}
.mny_ruc20--content {
    background-color: #520975;
    display: flex;
    justify-content: center;
    padding: 16px 0;
    color: white;
    text-align: center;
    border-radius: 35px;
}

.mny_ruc20--box {
    /*max-width: 350px;*/
    width: 100%;
}

.mny_ruc20--header{
    width: 100%;
    cursor: pointer;
}

.mny_ruc20--header{
    position: relative;
    /*padding-right: 20px;*/
}
.mny_ruc20--header:after{
    content: "";
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background-image: url('/wp-content/plugins/manya-ruc20/assets/icons/arrow-icon.svg');
    background-position: center;
    background-size: cover;
    width: 22px;
    height: 13px;
    transition: .4s;
}

.mny_ruc20--header.slide_down:after{
    transform: rotate(180deg);
}

.mny_ruc20-active .mny_ruc20--header, .mny_ruc20-active h4{
    margin: 0 !important;
}

.mny_ruc20--accordion{
    max-width: 350px;
    margin: auto;
    margin-top: 16px;
}

.mny_ruc20 .mny_ruc20--title {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: white;
	margin-right: 5px;
}
.mny_ruc20--subtitle {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
.mny_ruc20--tyc {
    font-size: 12px;
    line-height: 20px;
}

.mny_ruc20--fail{
    display: flex;
    justify-content: center;
}
.mny_ruc20--fail-message {
    color: #D03731;
    font-size: 14px;
    margin-top: 16px;
    text-align: center;
    font-weight: normal;
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

.mny_ruc20--subtitle{
    margin-top: 16px;
    margin-bottom: 16px;
}

.mny_ruc20--content{
    position: relative;
}
.mny_ruc20--loading-bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 99;
    background-color: rgba(82, 9, 117, .7);;
    border-radius: 35px;
    display: none;
}
.mny_ruc20--loading-bg img{
    max-width: 100px !important;
    width: 100px;
}
.mny_ruc20--loading .mny_ruc20--loading-bg{
    display: flex;
}

.mny_ruc20-error .mny_ruc20--fail-message:before{
    content: '';
    background-image: url('/wp-content/plugins/manya-ruc20/assets/icons/error-icon.svg');
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    background-size: cover;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mny_ruc20--aplicado{
    position: relative;
    display: inline-block;
    padding-left: 24px;
}
.mny_ruc20--aplicado:before{
    content: '';
    background-image: url('/wp-content/plugins/manya-ruc20/assets/icons/ok-icon.svg');
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    background-size: cover;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mny_ruc20--wrap{
    position: relative;
}
.mny_ruc20--field{
    border-radius: 50px !important;
    text-align: center;
    font-weight: 500;
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.25);
    background: white;
}

.mny_ruc20_consult{
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    height: 100%;
    display: flex !important;
    align-items: center;
    position: absolute;
    width: 42px !important;
    justify-content: center;
    padding: 0 !important;
    background-color: #ffc106;
}

body button.mny_ruc20_consult:hover, body button.mny_ruc20_consult:focus{
    background-color: #e3b100 !important;
}

.mny_ruc20--footer{
    margin-top: 16px;
}

.mny_ruc20--footer p{
    margin: 0 !important;
}

.mny_ruc20-error .mny_ruc20--field{
    color: #D03731 !important;
}

body .mny_ruc20-active .mny_ruc20--delete_ruc{
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
    padding-right: 32px;
    text-decoration: underline;
    color: #D03731;
    font-weight: 400;
    font-size: 14px;
}


.mny_ruc20 p.mny_ruc20--aplicado{
    color: #03A9F4;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 6px !important;
}

.mny_ruc20-active .mny_ruc20--header{
    margin-bottom: 12px;
}

.mny_ruc20-active .mny_ruc20--title{
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
}

.mny_ruc20-active .mny_ruc20--wrap{
    margin-bottom: 12px;
}

.mny_ruc20-active .mny_ruc20--field{
    color: #520975 !important;
    font-size: 16px;
}

.mny_ruc20-active .mny_ruc20--subtitle{
    color: #FFC107;
    font-size: 16px;
    font-weight: bold;
}

.mny_ruc20-active .mny_ruc20--header{
    margin-bottom: 8px;
}

.mny_ruc20-active .mny_ruc20--footer{
    margin: 0;
}

.mny_ruc20-woocommerce-old-Price-amount{
    text-decoration: line-through;
    color: #520975;
    font-weight: bold;
    opacity: .6;
    font-size: 16px;
    display: block;
}

.woocommerce-mini-cart .mny_ruc20-woocommerce-old-Price-amount{
    display: none !important;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px){
    .shop_table table, .shop_table thead, .shop_table tbody, .shop_table th, .shop_table td, .shop_table tr {
        height: auto !important;
    }
}

@media screen and (min-width: 768px){
    body.page-id-13 .carrito_ctn .woocommerce {
        display: grid;
        grid-template-areas:
        'notice notice'
        'list total'
        'ruc20 total';
        grid-template-columns: auto 450px;
    }

    body.page-id-13 .carrito_ctn .woocommerce .woocommerce-notices-wrapper{
        grid-area: notice;
    }

    body.page-id-13 .carrito_ctn .woocommerce .mny_ruc20{
        grid-area: ruc20;
    }

    body.page-id-13 .carrito_ctn .woocommerce .woocommerce-cart-form{
        grid-area: list;
        max-width: 100% !important;
        width: 100% !important
    }

    body.page-id-13 .carrito_ctn .woocommerce .cart-collaterals{
        grid-area: total;
        max-width: 100% !important;
        width: 100% !important
    }
}

@media screen and (max-width: 767px){
    .mny_ruc20-active .mny_ruc20--content{
        padding: 16px 32px;
    }

    .mny_ruc20--header:after{
        right: 10px;
    }

    .mny_ruc20--title{
        padding-right: 28px !important;
    }

    .mny_ruc20-woocommerce-old-Price-amount{
        text-align: left;
        font-size: 13px;
    }

    .mny_ruc20--title{
        font-size: 16px !important;
    }
}
