/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.right-al {
    position: absolute;
    right: 20px;
}


.dialog {
    border: none !important;
    border-radius: 5px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 1.6rem;
    max-width: 400px;
}

.radio-btn-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.radio-btn-wrapper {
    margin: 0px 4px;
}

.radio-btn {
    background-color: #FFFFFF;
    border: 1px solid #4A4A4A;
    color: #4A5362;
    font-size: 12px;
    line-height: 26px;
    outline: none;
}

.radio-btn-selected {
    background-color: #FFFFFF;
    border: 1px solid #55BC7E;
    color: #55BC7E;
    font-size: 12px;
    line-height: 26px;
    outline: none;
}

.zoom {
    transition: transform .2s;
    /* Animation */
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.1);
    /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    background-color: #d1d1cf;
}

.zoom2 {
    transition: transform .2s;
    /* Animation */
    margin: 0 auto;
}

.zoom2:hover {
    transform: scale(1.2);
    /* (120% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom3 {
    transition: transform .2s;
    /* Animation */
    margin: 0 auto;
}

.zoom3:hover {
    transform: scale(1.4);
    /* (140% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.catlist {
    text-align: center;
    line-height: 1;
    background-color: #b2c9f3;
}

.catlist ul {
    padding: 0;
    padding-top: 10px !important;
    margin: 0px;
    padding: 0;
    font-size: 12px;
    font-size: 0.75rem;
    background-color: #fff;
}

.catlist ul li {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 7px;
    padding-right: 8px;
    position: relative;
}

.catlist ul li a {
    color: #777;

}

.catlist ul li a:hover {
    color: #004dda;
}

.catlist ul li:after {
    font-family: 'themify';
    content: "";
    font-size: 10px;
    font-size: 0.625rem;
    position: absolute;
    display: inline-block;
    top: 2px;
    margin-left: 3px;
}

.catlist ul li:last-child:after {
    content: '';
    margin-right: 0;
}

.glass {
    background: rgba(255, 255, 255, 0.31);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.9px);
    -webkit-backdrop-filter: blur(6.9px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.defaultform {
    padding: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dddddd;
    height: calc(1.75em + .75rem + 2px);
}

.printpage {
    width: 94%;
    min-height: 29.7cm;
    padding: 2cm;
    margin: 1cm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#printable {
    display: block;
}

@media print {
    #non-printable {
        display: none;
    }

    #printable {
        display: block;
    }
}

.custom_animation {
    animation: fadeInRight 0.8s ease-in-out;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
    }
}

.btn_buy_price {
    padding: 4px 6px;
    font-size: 18px;
    background-color: #00A170;
}

.bkg_pedvend {
    background-image: url('\\ecommerce/img/bkg_venda.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font: 14px/28px Arial, Sans-Serif;
    font-weight: bold;
    color: black;
    border: 1px solid #ccc;
    padding-right: 10px;
}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 0 10px;
    font-weight: bold;
}

.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: black transparent transparent transparent;
    position: absolute;
    top: 9px;
    right: 6px;
}

.styledSelect:active,
.styledSelect.active {
    background-color: #eee;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
    padding: 0 6px;
    margin: 0 0;
    padding: 0 10px;
}

.options li:hover {
    background-color: #39f;
    color: white;
}

.disabled {
    background-color: #b4b1b1;
}

/*Top bar*/
.btn_findus {
    background-color: #fec007;
    color: #113322;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    animation: fadeIn 1s;
    height: 100%;
    max-width: 50%;
    border: none;
    border-radius: 5px 0px 0px 5px;
}

div.main_header{
    padding: 10px;
}

/*Modal lojas*/
.btn_select{
    text-align: center;
    display: inline-block;
    padding: 8px 8px !important;
    margin: 10px 0px;
    width: 50%;
}

.btn_saldo_geral{
    margin: 0px !important;
}


/* Checkout */

.header_checkout{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.btn_back{
    position: absolute;
    left: 20px;
    top: 7px;
}

.arrow_back{
    height: 20px;
    width: 20px;
}

.btn_small{
    padding: 4px 10px;
    margin:3px;
}

.centered{
    margin: auto;
    float: center;
}

.img_centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text_centered{
    text-align: center;
}