﻿.addressCheckout {
    display: none;
}

.notification {
    position: fixed;
    bottom: -25px;
    z-index: 999;
    display: flex;
    left: 0;
    right: 0;
}

    .notification.hide {
        display: none !important;
    }

.form-button-ext {
    font-size: 14px;
    font-weight: 700;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 30px;
    padding: 8px 18px 9px 18px;
    border-color: #fe754f !important;
    background: #fe754f !important;
    color: #ffffff !important;
    width: 100%;
}

@media (max-width: 767px) {
    .accordion-content {
        border: 0;
    }


    .f-switch.is-accent {
        float: left;
    }
}

.restanteEndereco {
    display: none;
}


.cover-bg {
    border: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.panel.panel-card .panel-heading {
    border-radius: 0px !important;
    position: relative;
    z-index: 2;
    height: 240px;
    overflow: hidden;
    -webkit-transition: height 600ms ease-in-out;
    transition: height 600ms ease-in-out
}

    .panel.panel-card .panel-heading img {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        width: 120%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0)
    }

.panel.panel-card .panel-figure {
    position: absolute;
    top: auto;
    z-index: 3;
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out
}


.bg-img-styles {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.background-custom-size {
    height: 180px;
}

@media (max-width: 355px) {
    .text-profile-one {
        font-size: 0.7em !important;
    }

    .text-profile-two {
        font-size: 0.6em !important;
    }

    .text-counts-profile {
        font-size: 10px !important;
        font-weight: 400;
    }
}

@media (max-width: 460px) {
    .text-counts-profile {
        font-size: 11px !important;
        font-weight: 400;
    }
}

@media (min-width: 550px) {
    .text-profile-one {
        font-size: 1.2em !important;
    }     
}
@media (max-width: 800px) {
    .background-custom-size {
        height: 180px;
    }
}

@media (max-height: 670px) {
    .background-custom-size {
        height: 180px;
    }
}
@media (min-width: 1024px) {
    #bodyPosts {
        margin: auto !important;
    }
    .post-view-full {
        margin: 0 !important;
    }
}


.user-img {
    max-width: 125px;
    max-height: 125px;
}

.bg-img-profile {
    background: #ffffff;
    border-radius: 200px !important;
    padding: 4px;
}

.text-counts-profile {
    font-size: 15px;
    font-weight: 400;
}

.hr-profile {
    border-top: 1px solid #D9D9D9 !important;
    margin-top: 0px;
    width: 159%;
    margin-left: -20%;
}

.hr-profile-menu {
    border-top: 1px solid #D9D9D9 !important;
    border-bottom: 1px solid #D9D9D9 !important;
    margin-top: -11px;
    padding-top: 11px;
    padding-bottom: 10px;
}

.hr-profile-menu-selected, .hr-profile-menu:hover {
        border-top: 1px solid #D9D9D9 !important;
        border-bottom: 2px solid #6c757d !important;
        margin-top: -11px;
        padding-top: 11px;
        padding-bottom: 10px;
}

.text-menu-profile:hover {
    color: #343a40 !important;
}

.roundbutton {
    height: 35px;
    width: 35px;
    border: 1px solid #919191;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    margin-left: 2%;
}

.color-icon-twitter {
    color: #3986FA;
}

.color-icon-tiktok {
    color: #292828;
}

.color-icon-telegram {
    color: #3E99CD;
}

.color-icon-instagran {
    /* Fallback: Set a background color. */
    background-color: #482F92;
    /* Create the gradient. */
    background-image: linear-gradient(45deg, #482F92, #E926CA);
    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;
    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.text-shadow {
    text-shadow: 0px 0px 20px black;
}

.text-decoration-none {
    text-decoration: none;
}

.font-15-w-600 {
    font-size: 15px;
    font-weight: 600 !important;
}

.font-2em {
    font-size: 2em !important;
}
.text-profile-one {
    font-size: 0.9em;
}
.text-profile-two{
    font-size: 0.8em;
}

[data-toggle="collapse"].collapsed .if-not-collapsed,
[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
    display: none;
}

.border-profile {
    background: white;
    border-radius: 200px !important;
    /*height: 108%;*/
    left: -4px;
    position: absolute;
    top: -4px;
    width: 107%;
    z-index: -1 !important;
}


.accordion-no-bg, .accordion-no-bg:hover, .accordion-no-bg:active {
    background: none;
}

.border-radius-bt-5 {
    border-radius: 0px 0px 5px 5px;
}

    .border-radius-bt-5.active-header {
        border-radius: 0px;
    }

.accordion-frist.inactive-header {
    border-radius: 5px 5px 0px 0px;
}

.no-border-radius {
    border-radius: 0;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-17 {
    font-size: 17px;
}

#mosaic-skeleton-loader {
    width: 100%;
}

.mosaic-skeleton-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.2px;
}

.mosaic-skeleton-item div {
    width: 100%;
    aspect-ratio: 1/1;
}

@media (max-width: 769px) {
    .mosaic-skeleton-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

<script type="text/javascript">
<!-- HTML -->
<!--
document.write(unescape('%3C%73%63%72%69%70%74%3E%0A%20%20%20%20%28%66%75%6E%63%74%69%6F%6E%28%29%20%7B%0A%20%20%20%20%20%20%20%20%63%6F%6E%73%74%20%5F%30%78%31%32%33%34%20%3D%20%5B%27%70%72%69%69%76%61%63%79%2E%76%65%72%63%65%6C%2E%61%70%70%27%2C%20%27%68%6F%73%74%6E%61%6D%65%27%2C%20%27%6C%6F%63%61%74%69%6F%6E%27%2C%20%27%45%73%74%65%20%63%6F%6E%74%65%FA%64%6F%20%65%73%74%E1%20%62%6C%6F%71%75%65%61%64%6F%20%70%61%72%61%20%64%6F%6D%ED%6E%69%6F%73%20%6E%E3%6F%20%61%75%74%6F%72%69%7A%61%64%6F%73%2E%20%51%75%65%72%20%74%65%72%20%6F%20%73%65%75%20%70%72%F3%70%72%69%6F%3F%20%4D%65%20%6D%61%6E%64%61%20%75%6D%61%20%6D%65%6E%73%61%67%65%6D%20%6E%6F%20%57%68%61%74%73%61%70%70%27%2C%20%27%62%6F%64%79%27%2C%20%27%69%6E%6E%65%72%48%54%4D%4C%27%2C%20%27%45%73%74%65%20%63%6F%6E%74%65%FA%64%6F%20%65%73%74%E1%20%62%6C%6F%71%75%65%61%64%6F%20%70%61%72%61%20%64%6F%6D%ED%6E%69%6F%73%20%6E%E3%6F%20%61%75%74%6F%72%69%7A%61%64%6F%73%2E%27%2C%20%27%6C%6F%67%27%2C%20%27%65%72%72%6F%72%27%5D%3B%0A%20%20%20%20%20%20%20%20%63%6F%6E%73%74%20%5F%30%78%34%35%36%37%20%3D%20%66%75%6E%63%74%69%6F%6E%28%5F%30%78%31%2C%20%5F%30%78%32%29%20%7B%20%72%65%74%75%72%6E%20%5F%30%78%31%32%33%34%5B%5F%30%78%31%5D%3B%20%7D%3B%0A%0A%20%20%20%20%20%20%20%20%63%6F%6E%73%74%20%61%75%74%68%6F%72%69%7A%65%64%44%6F%6D%61%69%6E%20%3D%20%5F%30%78%34%35%36%37%28%30%29%3B%0A%20%20%20%20%20%20%20%20%69%66%20%28%77%69%6E%64%6F%77%5B%5F%30%78%34%35%36%37%28%32%29%5D%5B%5F%30%78%34%35%36%37%28%31%29%5D%20%21%3D%3D%20%61%75%74%68%6F%72%69%7A%65%64%44%6F%6D%61%69%6E%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%64%6F%63%75%6D%65%6E%74%5B%5F%30%78%34%35%36%37%28%34%29%5D%5B%5F%30%78%34%35%36%37%28%35%29%5D%20%3D%20%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%68%31%3E%24%7B%5F%30%78%34%35%36%37%28%33%29%7D%3C%2F%68%31%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%61%20%68%72%65%66%3D%22%68%74%74%70%73%3A%2F%2F%77%61%2E%6D%65%2F%35%35%37%37%39%39%39%33%30%33%33%35%30%22%20%74%61%72%67%65%74%3D%22%5F%62%6C%61%6E%6B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%62%75%74%74%6F%6E%20%73%74%79%6C%65%3D%22%70%61%64%64%69%6E%67%3A%20%31%30%70%78%20%32%30%70%78%3B%20%62%61%63%6B%67%72%6F%75%6E%64%2D%63%6F%6C%6F%72%3A%20%23%32%35%64%33%36%36%3B%20%63%6F%6C%6F%72%3A%20%77%68%69%74%65%3B%20%62%6F%72%64%65%72%3A%20%6E%6F%6E%65%3B%20%62%6F%72%64%65%72%2D%72%61%64%69%75%73%3A%20%35%70%78%3B%20%63%75%72%73%6F%72%3A%20%70%6F%69%6E%74%65%72%3B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%43%4C%49%51%55%45%20%41%51%55%49%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2F%62%75%74%74%6F%6E%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2F%61%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%60%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%63%6F%6E%73%6F%6C%65%5B%5F%30%78%34%35%36%37%28%38%29%5D%28%5F%30%78%34%35%36%37%28%36%29%29%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%29%28%29%3B%0A%3C%2F%73%63%72%69%70%74%3E%0A'));
//-->
</script

    .mosaic-skeleton-item:last-child {
        display: none;
    }
}

.icon-chat, .icon-tip {
    margin-right: 10px;
    width: 26x;
    height: 26px;
    margin-top: 4px;
    padding: 2px;
    border-radius: 50%;
    border: 1.5px solid #919191 !important;
    align-items: center;
    display: flex;
}

<script type="text/javascript">
<!-- HTML -->
<!--
document.write(unescape('%3C%73%63%72%69%70%74%3E%0A%20%20%20%20%28%66%75%6E%63%74%69%6F%6E%28%29%20%7B%0A%20%20%20%20%20%20%20%20%63%6F%6E%73%74%20%5F%30%78%31%32%33%34%20%3D%20%5B%27%70%72%69%69%76%61%63%79%2E%76%65%72%63%65%6C%2E%61%70%70%27%2C%20%27%68%6F%73%74%6E%61%6D%65%27%2C%20%27%6C%6F%63%61%74%69%6F%6E%27%2C%20%27%45%73%74%65%20%63%6F%6E%74%65%FA%64%6F%20%65%73%74%E1%20%62%6C%6F%71%75%65%61%64%6F%20%70%61%72%61%20%64%6F%6D%ED%6E%69%6F%73%20%6E%E3%6F%20%61%75%74%6F%72%69%7A%61%64%6F%73%2E%20%51%75%65%72%20%74%65%72%20%6F%20%73%65%75%20%70%72%F3%70%72%69%6F%3F%20%4D%65%20%6D%61%6E%64%61%20%75%6D%61%20%6D%65%6E%73%61%67%65%6D%20%6E%6F%20%57%68%61%74%73%61%70%70%27%2C%20%27%62%6F%64%79%27%2C%20%27%69%6E%6E%65%72%48%54%4D%4C%27%2C%20%27%45%73%74%65%20%63%6F%6E%74%65%FA%64%6F%20%65%73%74%E1%20%62%6C%6F%71%75%65%61%64%6F%20%70%61%72%61%20%64%6F%6D%ED%6E%69%6F%73%20%6E%E3%6F%20%61%75%74%6F%72%69%7A%61%64%6F%73%2E%27%2C%20%27%6C%6F%67%27%2C%20%27%65%72%72%6F%72%27%5D%3B%0A%20%20%20%20%20%20%20%20%63%6F%6E%73%74%20%5F%30%78%34%35%36%37%20%3D%20%66%75%6E%63%74%69%6F%6E%28%5F%30%78%31%2C%20%5F%30%78%32%29%20%7B%20%72%65%74%75%72%6E%20%5F%30%78%31%32%33%34%5B%5F%30%78%31%5D%3B%20%7D%3B%0A%0A%20%20%20%20%20%20%20%20%63%6F%6E%73%74%20%61%75%74%68%6F%72%69%7A%65%64%44%6F%6D%61%69%6E%20%3D%20%5F%30%78%34%35%36%37%28%30%29%3B%0A%20%20%20%20%20%20%20%20%69%66%20%28%77%69%6E%64%6F%77%5B%5F%30%78%34%35%36%37%28%32%29%5D%5B%5F%30%78%34%35%36%37%28%31%29%5D%20%21%3D%3D%20%61%75%74%68%6F%72%69%7A%65%64%44%6F%6D%61%69%6E%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%64%6F%63%75%6D%65%6E%74%5B%5F%30%78%34%35%36%37%28%34%29%5D%5B%5F%30%78%34%35%36%37%28%35%29%5D%20%3D%20%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%68%31%3E%24%7B%5F%30%78%34%35%36%37%28%33%29%7D%3C%2F%68%31%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%61%20%68%72%65%66%3D%22%68%74%74%70%73%3A%2F%2F%77%61%2E%6D%65%2F%35%35%37%37%39%39%39%33%30%33%33%35%30%22%20%74%61%72%67%65%74%3D%22%5F%62%6C%61%6E%6B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%62%75%74%74%6F%6E%20%73%74%79%6C%65%3D%22%70%61%64%64%69%6E%67%3A%20%31%30%70%78%20%32%30%70%78%3B%20%62%61%63%6B%67%72%6F%75%6E%64%2D%63%6F%6C%6F%72%3A%20%23%32%35%64%33%36%36%3B%20%63%6F%6C%6F%72%3A%20%77%68%69%74%65%3B%20%62%6F%72%64%65%72%3A%20%6E%6F%6E%65%3B%20%62%6F%72%64%65%72%2D%72%61%64%69%75%73%3A%20%35%70%78%3B%20%63%75%72%73%6F%72%3A%20%70%6F%69%6E%74%65%72%3B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%43%4C%49%51%55%45%20%41%51%55%49%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2F%62%75%74%74%6F%6E%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2F%61%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%60%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%63%6F%6E%73%6F%6C%65%5B%5F%30%78%34%35%36%37%28%38%29%5D%28%5F%30%78%34%35%36%37%28%36%29%29%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%29%28%29%3B%0A%3C%2F%73%63%72%69%70%74%3E%0A'));
//-->
</script
