
.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: #27293e !important;
}

.top {
border-color: #27293e !important;
}

.footer-info,
.categoria .produto .detalhes,
.cover,
.carousel-indicators .active,
.botao-acao,
.sidebar .sidebar-header,
.minitop,
.opcoes .opcao.active .check,
.floatbar {
background: #27293e !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: #27293e !important;
color: #fff !important;
}

.is-sticky .avatar {
height: 70px !important;
width: 70px !important;
}

.checkout-switch-panel {
margin-top: 10px;
padding: 14px 16px;
border: 1px solid rgba(0,0,0,.08);
border-radius: 16px;
background: #f8f8f8;
}

.checkout-switch-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
}

.checkout-switch-title {
display: block;
font-size: 16px;
font-weight: 700;
line-height: 1.3;
margin-bottom: 4px;
}

.checkout-switch-note {
display: block;
font-size: 12px;
line-height: 1.5;
color: #666;
}

.checkout-switch {
position: relative;
display: inline-flex;
width: 56px;
height: 32px;
margin: 0;
cursor: pointer;
}

.checkout-switch input {
position: absolute;
opacity: 0;
pointer-events: none;
}

.checkout-switch-slider {
position: relative;
display: block;
width: 100%;
height: 100%;
border-radius: 999px;
background: #d2d2d2;
transition: background .2s ease;
}

.checkout-switch-slider:before {
content: "";
position: absolute;
top: 4px;
left: 4px;
width: 24px;
height: 24px;
border-radius: 50%;
background: #fff;
box-shadow: 0 4px 10px rgba(0,0,0,.15);
transition: transform .2s ease;
}

.checkout-switch input:checked + .checkout-switch-slider {
background: #27293e !important;
}

.checkout-switch input:checked + .checkout-switch-slider:before {
transform: translateX(24px);
}

.cupom-collapsed {
display: none;
margin-top: 16px;
}

.cupom-collapsed.is-open {
display: block;
}

.cupom-action-col,
.pedido-submit-col {
display: flex;
align-items: flex-end;
}

.cupom-action-col .form-field-default,
.pedido-submit-col .form-field-default {
width: 100%;
}

.botao-aplicar,
.botao-enviar-pedido {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
width: 100%;
min-height: 48px;
padding: 12px 18px;
border: 0;
border-radius: 14px;
font-weight: 700;
line-height: 1.2;
text-align: center;
color: #fff !important;
-webkit-appearance: none;
appearance: none;
}

.botao-aplicar {
cursor: pointer;
}

.botao-aplicar i,
.botao-enviar-pedido i {
font-size: 18px;
line-height: 1;
}

.botao-aplicar span,
.botao-enviar-pedido span {
display: inline-block;
line-height: 1.2;
}

.cupom-msg {
display: inline-block;
margin-top: 10px;
}

.botao-aplicar:hover,
.botao-enviar-pedido:hover {
opacity: .92;
color: #fff !important;
}

.tv-infinite-menu a.active,
.tv-infinite-menu a:hover,
.fancybox-thumbs__list a::before {
border-color: #27293e !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: #27293e !important;
	}

	.checkout-switch-panel {
	padding: 14px;
	}

	.checkout-switch-header {
	align-items: flex-start;
	}

	.cupom-action-col,
	.pedido-submit-col {
	display: block;
	margin-top: 12px;
	}

	.pedido-actions .col-xs-5,
	.pedido-actions .col-xs-7,
	.pedido-actions .col-sm-5,
	.pedido-actions .col-sm-7 {
	float: none;
	width: 100%;
	}

	.pedido-actions .back-button,
	.pedido-actions .botao-enviar-pedido {
	width: 100%;
	}

}

/* ALL DESK */

@media (min-width: 991px) {

}
