#chat-box-bubble {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	display: block;
	visibility: hidden;
	opacity: 0;
	width: 3.5rem;
	height: 3.5rem;
	background-color: #ccc;
	background-image: url('../../images/chatbot/chat.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	border-radius: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.6s;
	z-index: 999997;
}

#chat-box-bubble.opened {
	visibility: visible;
	opacity: 1;
}

#chat-box-bubble.active {
	background-image: url('../../images/chatbot/close-icon.png');
}

#chat-box-mini {
	position: fixed;
	right: 1rem;
	bottom: 6rem;
	display: block;
	visibility: hidden;
	opacity: 0;
	width: 20rem;
	background: #fff;
	border: 0;
	border-radius: 0.5rem;
	border-bottom-right-radius: 0;
	margin: 0;
	padding: 1rem;
	color: #333;
	font-size: 1.1rem;
	cursor: pointer;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
	transition: opacity 0.3s;
	z-index: 999998;
}

#chat-box-mini.opened {
	visibility: visible;
	opacity: 1;
}

#chat-box-full {
	position: fixed;
	right: 1rem;
	bottom: 6rem;
	display: block;
	visibility: hidden;
	opacity: 0;
	width: 20rem;
	height: calc(50%);
	background: #fff;
	border-radius: 0.5rem;
	margin: 0;
	padding: 0;
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.4);
	transition: opacity 0.3s;
	z-index: 999997;
}

#chat-box-full.opened {
	visibility: visible;
	opacity: 1;
}

#chat-box-full .chat-box-header {
	display: block;
	width: 100%;
	height: 4rem;
	padding: 0;
	margin: 0;
	background: #34bb46;
	border-radius: 0;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	color: #fff;
}

#chat-box-full .chat-box-header .chat-box-image {
	float: left;
	width: 3rem;
	height: 3rem;
	margin: 0.5rem 1rem;
	border-radius: 100%;
	background-image: url('../../images/chatbot/chat.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#chat-box-full .chat-box-header .chat-box-name {
	float: left;
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin: 1.25rem 0;
	font-family: 'Titillium Web', sans-serif;
}

#chat-box-full .chat-box-header .chat-box-name .chat-box-title {
	font-size: 1rem;
	margin-left: 0.2rem;
}

#chat-box-full .chat-box-messages {
	list-style-type: none;
	padding: 5px 0px 0px 0px;
	height: calc(100% - 4rem - 46px);
	width: 100%;
	display: block;
	margin: 0 auto;
	background: #fff;
	overflow-y: scroll;
}

#chat-box-full .chat-box-messages li {
	clear: both;
	padding: 0.6rem;
	margin: 0.3rem 0.6rem;
	max-width: 75%;
	border-radius: 0.5rem;
}

#chat-box-full .chat-box-messages li.user {
	background-color: #445b78;
	color: #eaf0f6;
	float: right;
	border-bottom-right-radius: 0;
}

#chat-box-full .chat-box-messages li.bot,
#chat-box-full .chat-box-messages li.admin,
#chat-box-full .chat-box-messages li.offer,
#chat-box-full .chat-box-messages li.auto {
	background-color: #eaf0f6;
	float: left;
	border-bottom-left-radius: 0;
	color: #425b76;
	font-size: 14px;
}

#chat-box-full .chat-box-messages li.options {
	float: left; margin: -1rem 0 0 0;
}

#chat-box-full .chat-box-messages li.options button.message-option {
	background: #ddf0fa;
    border: 1px solid #9fcad8;
    padding: 0.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
	margin: 1rem 0.5rem 0;
	outline: none;
}

#chat-box-full .chat-box-messages li.options button.message-option:hover {
	background: #9fcad8;
}

#chat-box-full .chat-box-messages li.status {
	color: #666;
}

#chat-box-full .chat-box-messages li .upsell-offer-image {
	width: 45%;
	float: left;
	margin-bottom: 0.5rem;
}

#chat-box-full .chat-box-messages li .upsell-offer-title {
	float: right;
    width: 50%;
    font-size: 1.1rem;
    font-weight: 700;
    /* text-decoration: underline; */
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
}


#chat-box-full .chat-box-messages li .upsell-offer-price {
	float: right;
    width: 50%;
	font-size: 1.5rem;
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
}

#chat-box-full .chat-box-messages li .upsell-offer-old-price {
	float: right;
    width: 50%;
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
	text-decoration: line-through;
    color: #ff3024;
    font-size: 0.9rem;
}

#chat-box-full .chat-box-messages li .left { float: left; width: 50%; text-align: center; margin-bottom: 0.5rem; }
#chat-box-full .chat-box-messages li .right { float: right; width: 50%; text-align: center; margin-bottom: 0.5rem; }

#chat-box-full .chat-box-messages li .nutricionista-offer-title {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 700;
    /* text-decoration: underline; */
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
	line-height: 1.5rem;
}

#chat-box-full .chat-box-messages li .nutricionista-offer-description {
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    /* text-decoration: underline; */
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
	line-height: 1.2rem;
}

#chat-box-full .chat-box-messages li .nutricionista-offer-price {
    width: 100%;
	font-size: 1rem;
    font-weight: 700;
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
	line-height: 1.2rem;
}

#chat-box-full .chat-box-messages li .nutricionista-offer-old-price {
    width: 100%;
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
	text-decoration: line-through;
    color: #ff3024;
    font-size: 0.9rem;
	line-height: 1.2rem;
}

#chat-box-full .chat-box-messages li .upsell-offer-add-to-cart,
#chat-box-full .chat-box-messages li .nutricionista-offer-add-to-cart {
	clear: both;
    display: block;
    width: 100%;
    border: 0;
    padding: 0.5rem;
    background-color: #ff3024;
    color: white;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 0.4rem;
    cursor: pointer;
	font-family: 'Titillium Web', sans-serif;
	transition: background-color 0.3s;
}

#chat-box-full .chat-box-messages li .upsell-offer-add-to-cart:hover,
#chat-box-full .chat-box-messages li .nutricionista-offer-add-to-cart:hover {
	background-color: #e72b20;
}

#chat-box-full .chat-box-messages li .upsell-offer-add-to-cart.disabled,
#chat-box-full .chat-box-messages li .nutricionista-offer-add-to-cart.disabled {
	background-color: #777;
	cursor: no-drop;
}

#chat-box-full .chat-box-form {
	display: block;
	margin: 0 auto;
	height: 40px;
	width: 100%;
}

#chat-box-full .chat-box-form .chat-box-input {
	border: 0;
	border-right: 1px solid #aaa;
	padding: 10px 10px 10px 10px;
	width: calc(100% - 81px);
	margin: 0;
	height: 18px;
	background: #eee;
	border-radius: 0;
	border-bottom-left-radius: 0.5rem;
	font-size: 14px;
}

#chat-box-full .chat-box-form .chat-box-input:focus {
	outline: none;
}

#chat-box-full .chat-box-form .chat-box-button {
	width: 60px;
	height: 38px;
	background: rgb(73, 187, 47);
	border: 0;
	padding: 10px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	border-radius: 0;
	border-bottom-right-radius: 0.5rem;
	font-weight: 700;
	font-family: 'Titillium Web', sans-serif;
}