@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&display=swap);

body {
    font-size: 14px;
    color: #555;
    letter-spacing: .2px;
    font-family: Montserrat, sans-serif !important;
    background-color: #f5f5f5 !important;
}

.afix {
    text-decoration: none!important;
}

.aunfix {
    text-decoration: underline;
}

.logo-area {
    height: 125px;
    padding-top: 5px;
    position: sticky;
    top: 0px;
    z-index: 1030;
}

.logo-area .logo a img {
    margin-top: 18px
}

.logo-area form.search-bar {
    margin-top: 30px;
    position: relative
}

.logo-area form.search-bar input {
    border: 2px solid #ffffff;
    height: 55px;
    width: 100%;
    padding-left: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 20px;
    font-weight: 500;
    outline: none;
}

.logo-area form.search-bar button {
    font-size: 22px;
    color: #a2a2a2;
    background: 0 0;
    height: 100%;
    width: 50px;
    text-align: center;
    border: none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    position: absolute;
    top: 0;
    right: 0
}



.logo-area .carts-area .call-box .call-ico img {
    max-width: 40px
}

.logo-area .carts-area .call-box .call-content span {
    color: #fff
}

.logo-area .carts-area .call-box .call-content p {
    font-size: 16px;
    color: #444;
    margin-top: -4px
}

.logo-area .carts-area .cart-box {
    margin-right: 10px;
    position: relative
}

.logo-area .carts-area .cart-box a {
    position: relative
}

.logo-area .carts-area .cart-box a span {
    font-size: 12px;
    color: #000;
    background: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -12px;
    right: -8px;
    padding-top: -5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.fb500 {
    font-weight: 500;
}

.itenstotal {
    font-weight: bold !important;
    padding-top: 1px !important;
}

.descricao-menu {
    color: #7e7e7e !important;
    transition: 0.5s;
}

.descricao-menu:hover {
    color: #000000 !important;
}

@media (max-width: 1024px) {
    .relacionados {
        width: 300px;
    }

    .logo-area .carts-area {
        padding-left: 5px;
        margin-top: 37px !important;
    }

    .submenuv2 {
        font-size: 12px!important;
    }

    .swap-tab4-itens {
        font-size: 12px!important;
    }
}
@media (min-width: 1025px) {
    .relacionados {
        width: 400px;
    }

    .logo-area .carts-area {
        padding-left: 70px;
        margin-top: 37px !important;
    }
}
@media (min-width: 1024px) {
    .descricao-menu {
        font-size: 8px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }

    .descricao-menu {
        font-size: 11px;
    }
}

@media (min-width: 1360px) {
    .container {
        max-width: 1240px
    }

    .descricao-menu {
        font-size: 13px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1366px
    }

    .descricao-menu {
        font-size: 13px;
    }
}

.smartphone a {
    color: #797979;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    transition: 0.5s;
}

.smartphone a:hover {
    background: 0 0;
    color: #000000;
    text-decoration: none;
}

.menu-area {
    margin-bottom: 15px;
    background-color: #f8f9fa !important;
    font-weight: 600;
    letter-spacing: .2px;
}

.megamenu-ulr-inside {
    font-size: 12px;
    padding: 0;
}

.load {
    background: url(/assets/images/load.svg);
    width: 28px;
    height: 28px;
    margin-left: auto;
    margin-right: auto;
}

.bgsubmenuv2 {
    background-color: #EFEFEF;
}

.submenuv2 {
    width: 100%;
}

.submenuv2 li {
    /*width: 10%;*/
    text-align: center;
}

@media (max-width: 1024px) {
    .submenuv2 li {
        width: 10%;
        font-size: 10px;
    }
}

.submenuv2 li a {
    font-weight: 600;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    color: rgba(0,0,0,0.5);
}

.submenuv2 li a:hover {
    color: rgba(0,0,0,0.8);
}

.abread {
    color: rgba(0,0,0,0.5);
}

.abread:hover {
    color: rgba(0,0,0,0.8);
}


.bg-warning {
    background-color: rgb(255, 142, 23) !important;
}

.text-warning {
    color: rgb(255, 142, 23) !important;
    font-weight: 500;
}

.btn-warning {
    color: #fff;
    background-color: rgb(255, 142, 23) !important;
    border-color: rgb(255, 142, 23) !important;
    transition: 0.5s;
}

.btn-warning:hover {
    color: #fff;
    background-color: rgba(210, 113, 11) !important;
    border-color: rgba(210, 113, 11) !important
}

.border-warning {
    border-color: rgb(255, 142, 23) !important;
}

.btn-layout {
    border-radius: 50px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    height: 29px !important;
    padding-top: 3px
}

.btn-layout-lg {
    border-radius: 50px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px
}

.btn-layout-slider {
    font-size: 15px;
    color: #fff;
    padding: 8px 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.footer-btm {
    background-color: #fcfcfc !important;
    font-weight: 500;
}

.footer-btm2 {
    background-color: white !important;
    font-weight: 500;
}

.footer-btm a, .footer-btm a {
    color: #666666;

}

.logo a img {
    height: 78px;
    margin-top: -7px;
}

.prod-item {
    width: 245px;
    min-height: 385px;
    background-color: white;
    padding: 10px;
    margin: 4px;
    transition: 0.5s;
    border-radius: 5px;
    border: 1px solid #f6f6f6;
}

.blackfriday {
    background-color: black !important;
}

.prod-item:hover {
    cursor: pointer;
    -webkit-box-shadow: -10px 0px 13px -7px #dbdbdb, 10px 0px 13px -7px #dbdbdb, 0px 0px 5px 0px rgba(0,0,0,0);
    box-shadow: -10px 0px 13px -7px #dbdbdb, 10px 0px 13px -7px #dbdbdb, 0px 0px 5px 0px rgba(0,0,0,0);
}

.shadowhover {
    transition: 0.5ms;
}

.shadowhover:hover {
    -webkit-box-shadow: -10px 0px 13px -7px #dbdbdb, 10px 0px 13px -7px #dbdbdb, 0px 0px 5px 0px rgba(0,0,0,0);
    box-shadow: -10px 0px 13px -7px #dbdbdb, 10px 0px 13px -7px #dbdbdb, 0px 0px 5px 0px rgba(0,0,0,0);
}

.prod-nopromotime {
    height: 36px;
}

.prod-promotime {
    border: 1px solid #ff8e17;
    height: 36px;
    border-radius: 5px;
}

.prod-promotime div:nth-child(1) {
    background-color: #ff8e17 !important;
    text-align: center !important;
    color: white;
    width: 50px;
    float: left;
    height: 100%;
}

.prod-promotime div:nth-child(2) {
    color: #ff8e17;
    font-weight: bold;
    text-align: center;
    padding: 0px 5px 5px;
    line-height: 14px;
}

.promotime-offer {
    font-size: 8px !important;
    padding: 0px !important;
}

.prod-item div {
    font-weight: 500;
}

.prod-item-name {
    height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #282828;
}

.prod-item-name-rel {
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.prod-item-oldprice {
    color: #d2d2d2;
    text-decoration: line-through;
    height: 21px;
}

.prod-item-price-label {
    color: #d2d2d2;
    height: 21px;
}

.prod-item-price {
    color: #ff8e17;
    font-weight: bold !important;
    font-size: 22px;
}

.prod-foto {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 180px;
}

.slickar {
    width: 16px;
}

.slick-prev:before {
    content: ' ';
    margin-left: 15px;
}

.slick-next:before {
    content: ' ';
    margin-right: -15px;
}

.promo .slick-list::after {
    content: "";
    pointer-events: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 96px;
    height: 100%;
    background: linear-gradient(
            270deg, rgb(250, 250, 251) 0%, rgba(255, 255, 255, 0) 100%);
}

.bgfix {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.bgblog {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hide {
    display: none;
}

.h20 {
    height: 16px;
}

.h24 {
    height: 24px;
}

.fs09 { font-size: 9px!important;}
.fs10 { font-size: 10px!important;}
.fs11 { font-size: 11px!important;}
.fs12 { font-size: 12px!important;}
.fs13 { font-size: 13px!important;}
.fs14 { font-size: 14px!important;}
.fs18 { font-size: 18px!important;}

.departamento-item {
    background-color: white;
    padding: 10px;
    margin: 10px;
    transition: 0.5s;
    border-radius: 5px;
    border: 1px solid #f6f6f6;
    height: 290px;
    text-align: center;
}

.departamento-item:hover {
    cursor: pointer;
    -webkit-box-shadow: -10px 0px 13px -7px #dbdbdb, 10px 0px 13px -7px #dbdbdb, 0px 0px 5px 0px rgba(0,0,0,0);
    box-shadow: -10px 0px 13px -7px #dbdbdb, 10px 0px 13px -7px #dbdbdb, 0px 0px 5px 0px rgba(0,0,0,0);
}

.blog-item:hover {
    cursor: pointer;
    -webkit-box-shadow: -10px 0px 13px -7px #dbdbdb, 10px 0px 13px -7px #dbdbdb, 0px 0px 5px 0px rgba(0,0,0,0);
    box-shadow: -10px 0px 13px -7px #dbdbdb, 10px 0px 13px -7px #dbdbdb, 0px 0px 5px 0px rgba(0,0,0,0);
}

.bgslider {
    width: 100%;
    height: 650px;
    position: absolute;
    left: 0px;
    top: 240px;
    background-repeat: no-repeat;
    z-index: -1;
    transition:background 0.5s;
}

.bgslider2 {
    width: 100%;
    height: 340px;
    position: absolute;
    left: 0px;
    top: 550px;
    background-repeat: no-repeat;
    z-index: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #f5f5f5 100%);
}

.miniatura {
    width: 70px;
    height: 70px!important;
    border-radius: 5px;
    cursor: pointer;
}

.miniatura:hover {
    -webkit-box-shadow: -10px 0px 5px -7px #dbdbdb, 10px 0px 5px -7px #dbdbdb, 0px 0px 5px 0px rgba(0,0,0,0);
    box-shadow: -10px 0px 5px -7px #dbdbdb, 10px 0px 5px -7px #dbdbdb, 0px 0px 5px 0px rgba(0,0,0,0);
}

.mini-btns {
    cursor: pointer;
}

.prod-oldprice {
    color: #d2d2d2;
    text-decoration: line-through;
    height: 22px;
    margin-bottom: -5px;
}

.prod-price {
    color: #ff8e17;
    font-weight: 500 !important;
    font-size: 42px;
    margin-top: 0px;
}

.link-destaque {
    text-decoration: underline;
    color: #ff8e17;
    font-weight: 600 !important;
    font-size: 14px;
    transition: 0.5ms;
}

.link-destaque:hover {
    color: #ef7c00;
}

.link-destaque-dark {
    text-decoration: underline;
    color: #818181;
    font-weight: 600 !important;
    font-size: 14px;
    transition: 0.5ms;
}

.link-destaque-dark:hover {
    color: #393939;
}

.share {
    background-color: #6c757d;
    mask: url(/v2/assets/img/share.svg) no-repeat center / contain;
    -webkit-mask: url(/v2/assets/img/share.svg) no-repeat center / contain;
    cursor: pointer;
    transition: 0.5s;
}

.share:hover {
    background-color: #ef7c00;
}

.like {
    background-color: #6c757d;
    mask: url(/v2/assets/img/like.svg) no-repeat center / contain;
    -webkit-mask: url(/v2/assets/img/like.svg) no-repeat center / contain;
    cursor: pointer;
    transition: 0.5s;
}

.like:hover {
    background-color: #ef7c00;
}

.icon16 {
    width: 16px;
    height: 16px;
}

.icon24 {
    width: 24px;
    height: 24px;
}

.icon28 {
    width: 28px;
    height: 28px;
}

.icon32 {
    width: 32px;
    height: 32px;
}

.icon-download {
    mask: url(/v2/assets/img/download2.svg) no-repeat center / contain;
    -webkit-mask: url(/v2/assets/img/download2.svg) no-repeat center / contain;
    cursor: pointer;
    transition: 0.5s;
}

.icon-variacao {
    mask: url(/v2/assets/img/variacoes.svg) no-repeat center / contain;
    -webkit-mask: url(/v2/assets/img/variacoes.svg) no-repeat center / contain;
    cursor: pointer;
    transition: 0.5s;
}

.icon-verify {
    mask: url(/assets/images/verify.svg) no-repeat center / contain;
    -webkit-mask: url(/assets/images/verify.svg) no-repeat center / contain;
    cursor: pointer;
    transition: 0.5s;
}

.icon-yt {
    mask: url(/v2/assets/img/yt.svg) no-repeat center / contain;
    -webkit-mask: url(/v2/assets/img/yt.svg) no-repeat center / contain;
    cursor: pointer;
    transition: 0.5s;
}

.icon-rename {
    mask: url(/v2/assets/img/rename.svg) no-repeat center / contain;
    -webkit-mask: url(/v2/assets/img/rename.svg) no-repeat center / contain;
    cursor: pointer;
    transition: 0.5s;
}

.icon-cart {
    mask: url(/v2/assets/img/cart.svg) no-repeat center / contain;
    -webkit-mask: url(/v2/assets/img/cart.svg) no-repeat center / contain;
    cursor: pointer;
    transition: 0.5s;
}

.border2 { border-width: 2px; }

.swap-tab {
    cursor: pointer;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

.animated-background2 {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #ececec;
    background: linear-gradient(to right, #ececec 8%, #dedede 18%, #ececec 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

.ajs-message {
    border: none!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    background-color: whitesmoke!important;
}

.slick-relacionados .slick-track{ margin-left: 0; }

.text-link {
    color: rgb(29, 155, 240)!important;
}

.variacao-item {
    border: 2px solid #cdcdcd !important;
    cursor: pointer;
}
.variacao-item:hover {
    border: 2px solid grey!important;
}
.variacao-item-active {
    border: 2px solid #ef7c00!important;
}

.variacao-foto {
    width: 70px;
    height: 70px;
    border: 1px solid white!important;
    cursor: pointer;
    transition: 0.5s;
}

.variacao-foto:hover {
    border: 1px solid #cdcdcd!important;
}

.icon-whats {
    mask: url(/v2/assets/img/whats.svg) no-repeat center / contain;
    -webkit-mask: url(/v2/assets/img/whats.svg) no-repeat center / contain;
    cursor: pointer;
    transition: 0.5s;
}

.icon-telegram {
    mask: url(/v2/assets/img/telegram.svg) no-repeat center / contain;
    -webkit-mask: url(/v2/assets/img/telegram.svg) no-repeat center / contain;
    cursor: pointer;
    transition: 0.5s;
}

.icon-face {
    mask: url(/v2/assets/img/face.svg) no-repeat center / contain;
    -webkit-mask: url(/v2/assets/img/face.svg) no-repeat center / contain;
    cursor: pointer;
    transition: 0.5s;
}

.icon-twit {
    mask: url(/v2/assets/img/twit.svg) no-repeat center / contain;
    -webkit-mask: url(/v2/assets/img/twit.svg) no-repeat center / contain;
    cursor: pointer;
    transition: 0.5s;
}

.btn-darkblue {
    color: #fff;
    background-color: rgb(55, 83, 141) !important;
    border-color:rgb(55, 83, 141) !important;
    transition: 0.5s;
}

.btn-darkblue:hover {
    color: #fff;
    background-color: rgb(11, 35, 79) !important;
    border-color: rgb(11, 35, 79) !important
}

.btn-linkblue {
    color: #fff;
    background-color: rgb(71, 165, 237) !important;
    border-color:rgb(71, 165, 237) !important;
    transition: 0.5s;
}

.btn-linkblue:hover {
    color: #fff;
    background-color: rgb(19, 121, 188) !important;
    border-color: rgb(19, 121, 188) !important
}

.btn-darkgreen {
    color: #fff;
    background-color: rgb(91, 180, 82) !important;
    border-color:rgb(91, 180, 82) !important;
    transition: 0.5s;
}

.btn-darkgreen:hover {
    color: #fff;
    background-color: rgb(58, 126, 52) !important;
    border-color: rgb(58, 126, 52) !important
}

.box150 {  height: 150px; width: 150px; }
.box120 {  height: 120px; width: 120px; }
.box80 {  height: 80px; width: 80px; }
.box70 {  height: 70px; width: 70px; }



.icon-star {
    mask: url(/v2/assets/img/star.svg) no-repeat center / contain;
    -webkit-mask: url(/v2/assets/img/star.svg) no-repeat center / contain;
    transition: 0.5s;
}
.question {
    border-width: 2px!important;
}
.question:hover {
    border:2px solid #b8b8b8 !important;
    background-color: #ffffff !important;
}

.icon-search {
    mask: url(/v2/assets/img/search.svg) no-repeat center / contain;
    -webkit-mask: url(/v2/assets/img/search.svg) no-repeat center / contain;
    transition: 0.5s;
}

/*
.fas {
    width: 16px!important;
    height: 16px!important;
    background-color: grey!important;
    display: block;
    background-position: center;
}

.fa-ellipsis-v {
    mask: url(/v2/assets/img/menu.svg) no-repeat center / contain;
    -webkit-mask: url(/v2/assets/img/menu.svg) no-repeat center / contain;
    transition: 0.5s;
}

.fa-chevron-down {
    mask: url(/v2/assets/img/down.svg) no-repeat center / contain;
    -webkit-mask: url(/v2/assets/img/down.svg) no-repeat center / contain;
    transition: 0.5s;
}

.fa-chevron-up {
    mask: url(/v2/assets/img/up.svg) no-repeat center / contain;
    -webkit-mask: url(/v2/assets/img/up.svg) no-repeat center / contain;
    transition: 0.5s;
}
*/

.icon-login {
    mask: url(/v2/assets/img/login.svg) no-repeat center / contain;
    -webkit-mask: url(/v2/assets/img/login.svg) no-repeat center / contain;
    transition: 0.5s;
}

.icon-fav {
    mask: url(/v2/assets/img/likeoff.svg) no-repeat center / contain;
    -webkit-mask: url(/v2/assets/img/likeoff.svg) no-repeat center / contain;
    transition: 0.5s;
}

.favorited {
    background-color: #FF8E17;
    cursor: pointer;
}

.favorite {
    background-color: #d2d2d2 !important;
    cursor: pointer;
}

.grid {
    display: inline-grid;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto!important;
    }
}

.col-lg-25 {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}

.col-lg-offset-25-1 {
    -ms-flex: 0 0 3%;
    flex: 0 0 3%;
    max-width: 3%;
}

.col-lg-95 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.privacypolice {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
    background: #fff;
    width: calc(100% - 60px);
    max-width: 100%;
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    padding: .5rem 1.5rem;
    z-index: 99999;
}






/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 31px;
    height: 22px;
}

.switch-readonly {
    pointer-events: none;
}

.switch-text {
    margin-top: 2px;
    margin-left: 36px;
    cursor: pointer;
    white-space: nowrap;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .switch-slider {
    background-color: #FF8E17;
}

input:focus + .switch-slider {
    box-shadow: 0 0 1px #FF8E17;
}

input:checked + .switch-slider:before {
    -webkit-transform: translateX(9px);
    -ms-transform: translateX(9px);
    transform: translateX(9px);
}

/* Rounded sliders */
.switch-slider.round {
    border-radius: 34px;
}

.switch-slider.round:before {
    border-radius: 50%;
}




.slider-area {
    margin-bottom: 30px;
}

.slider-area .menu-widget p {
    font-size: 15px;
    color: #fff;
    background: #ff8e17;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.slider-area .menu-widget p i {
    font-size: 14px;
    margin-right: 10px;
}

.slider-area .menu-widget ul {
    border: 1px solid #e5e5e5;
    border-top: none;
}

.slider-area .menu-widget ul li a {
    display: block;
    font-size: 15px;
    padding: 8px 20px;
    border-bottom: 1px solid #eeeeee;
}

.slider-area .menu-widget ul li a:hover {
    background: #f5f5f5;

}

.slider-area .menu-widget ul li a img {
    margin-top: -3px;
    margin-right: 12px;
}

.slider-area .menu-widget ul li a i {
    font-size: 14px;
    color: #969696;
    float: right;
    margin-top: 4px;
}

.slider-area .menu-widget ul li:last-child a {
    border-bottom: none;
}

.boxin {
    width: 20px;
    height: 20px;
    background-color: rgb(255, 142, 23);
    color: white;
    position: absolute;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bolder;
}

.swap-tab1-html img {
    max-width: 100% !important;
}



.fa-circle-blue-danger {
    display: inline-block;
    padding: 0;
    color: #fff;
    vertical-align: middle;
    border-radius: 50px;
    height: 13px;
    width: 13px;
    background-image: linear-gradient(to bottom,#1b67ba 50%,#9d1c1c 50%);
}

.fa-circle-blue-alert {
    display: inline-block;
    padding: 0;
    color: #fff;
    vertical-align: middle;
    border-radius: 50px;
    height: 13px;
    width: 13px;
    background-image: linear-gradient(to bottom,#1b67ba 50%,#ffaf00 50%);
}

.color-alert {
    color: #ffaf00;
}

.color-danger {
    color: #9d1c1c;
}

.color-primary {
    color: #1b67ba;
}

.player2 .slick-track {
    min-width: 500px;
}

.topic-item-name {
    max-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #282828;
}

.topic-item-prod-name {
    max-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #282828;
}

.prod-foto-busca-community {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.dropdownh:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}




.miniadd {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px dashed #bfbfbf;
}

.mini {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #f4f4f4;
}

.mini:hover, .miniadd:hover {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid dodgerblue;
    cursor:pointer;
}


.produtoRemoverFoto {
    display: none;
    cursor: pointer;
}

.fotomin:hover > div.produtoRemoverFoto {
    display: flex;
}

.fotoprincipal {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid gold;
}

.info-icon {
    margin-left: 10px;
    width: 16px;
    height: 16px;
    background-color: #ff8e17;
    color: white;
    position: absolute;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    padding-top: 1px;
    font-weight: bold;
    font-family: "Times New Roman", serif;
}
