 
.ver-options {
    background: #01cdff !important;
    color: #fff;
    transition: 1s;
}

.ver-options:hover {
    opacity: 0.7;
    transition: 1s;
    transform: scale(1.06);
}

.add-to-btn {
    background: #01cdff !important;
    background-color: #01cdff !important;
    border-color: #01cdff !important;
    color: #fff;
}

.add-to-btn:hover {
    color: #fff;
}

.text-block-250 {
    width: 30px;
    height: 30px;
    color: #000;
    background-color: #fff;
    border-radius: 30px;
    padding: 5px 6px 6px 7px;
    font-size: 20px;
    font-weight: 400;
    transition: opacity .2s;
    display: block;
    position: absolute;
    text-align: center;
    top: 73px;
    font-weight: 500;
    bottom: 10px;
    line-height: 23px;
    left: auto;
    right: 10px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
}

.text-block-250:hover {
  background-color: #f2f2f2;
}

.text-block-250:active {
  background-color: #e4e4e4;
}

.loading{
    background: #01cdff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
}

.loading > img{
    animation: loading 1.5s ease-in-out infinite both;
    width: 200px;
    max-width: 200px;
    height: 200px;
    border-radius: 115px;
    border: 7px solid white;
}

.loading .by{
    position: fixed;
    bottom: 0;
    color: #a3a3a3;
    padding: 20px;
    background: white;
    text-align: center;
    width: 100%;
}

@keyframes loading{
    0%{
        transform: scale(1);
    }
    10%{
        transform: scale(0.91);
    }
    17%{
        transform: scale(0.98);
    }
    33%{
        transform: scale(0.87);
    }
    45%{
        transform: scale(1);
    }
    
}

#modal-fechado{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 99;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 0 20px;
}

#modal-fechado > div{
    background: white;
    padding: 20px;
    border-radius: 15px 15px 0 0;
    position: relative;
    width: 100%;
    max-width: 600px;
    overflow: auto;
    max-height: 100vh;
}

#modal-fechado .msg{
    background: #01cdff3d;
    border-left: 5px solid #01cdff;
    color: #01cdff;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
}


#modal-fechado .close{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    width: auto;
}


.colored,
.shop-bag i,
.naver .navbar a i,
.header .naver .navbar .social a:hover i,
.naver .navbar a:hover,
.user-menu i,
.search-bar-mobile button i,
.categoria .vertudo i,
.categoria .counter,
.bread i,
.produto-detalhes .categoria a,
.campo-numero i,
.sacola-table .sacola-remover i,
.sacola-table .sacola-change i,
.adicionado .checkicon,
.title-line i,
.back-button i,
.sidebar-info i,
.filter-select .outside,
.filter-select .fake-select i,
.pagination i,
.funcionamento-mobile i,
.fake-select i,
.search-bar button i,
.holder-shop-bag i
 {
color: #01cdff !important;
}

.top {
border-color: #01cdff !important;
}

.footer-info,
.categoria .produto .detalhes,
.cover,
.carousel-indicators .active,
.botao-acao,
.sidebar .sidebar-header,
.minitop,
.opcoes .opcao.active .check,
.floatbar {
background: #01cdff !important;
}

.pagination > li > a:hover, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
background: #01cdff !important;
color: #fff !important;
}

.is-sticky .avatar {
height: 70px !important;
width: 70px !important;
}

.tv-infinite-menu a.active,
.tv-infinite-menu a:hover,
.fancybox-thumbs__list a::before {
border-color: #01cdff !important;
}

.categoria .title:after {
    content: "";
    background: #01cdff !important;
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 15px;
}

.buttonOpcionais {
    background: #01cdff !important;
    width: fit-content;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    font-size: 15px !important;
    color: #fff;
}

.novoproduto:hover {
    border: 1px solid #01cdff;
    transform: scale(1.02);
    transition: 0.5s;
}

.opcoes .opcao.active {
    border-color: #01cdff !important;
}

/* ALL MOBILE */

@media (max-width: 991px) {

	.user-menu i {
	color: #fff !important;
	}

	.shop-bag i {
	color: #fff !important;
	}

	.shop-bag .counter {
	border: 0;
	padding-top: 2px;
	}

	.top {
	border-top: 0;
	background: #01cdff !important;
	}

}

/* ALL DESK */

@media (min-width: 991px) {

}