/* stock */
.stock-progress-bar .status {
	font-weight: bold;
}

.stock-progress-bar-title {
	text-align: center;
	text-transform: uppercase;
}

.ta-stock .status-0 {
	background-color: #b90000;
}

.ta-stock .status-1 {
	background-color: #F8BF00;
}

.ta-stock .status-2 {
	background-color: #1C871E;
}

/* whatsapp */
.chat-icon.whatsapp {
	width: 55px;
	height: 55px;
	padding: .6rem;
	border-radius: 50%;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
}

.cart-item-container.deleted {
	color: grey;
}

.cart-item-container.deleted a {
	color: grey;
}

/* font resizer */
.topbar-wrapper .font-resizer {
  	align-items: center;
  	display: flex;
	margin-left: 1rem;
}
.font-resized .alert,
.font-resized .btn,
.font-resized label,
.font-resized .col-form-label,
.font-resized .label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) label,
.font-resized .label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) .form-control:placeholder-shown:not(:focus) ~ label,
.font-resized .custom-select,
.font-resized .form-control,
.font-resized .breadcrumb,
.font-resized .dropdown-menu,
.font-resized .contact-bar-wrapper .contact-item,
.font-resized .cart-dropdown .dropdown-cart-items {
	font-size: inherit;
}