﻿/* side button */
.tm-purchase-floating-box {
	position: fixed;
	top: 50%;
	right: 1%;
	border-radius: 7px;
	padding: 11px 0;
	margin: -89px 0 0;
	background-color: #fff;
	box-shadow: 0 6px 12px rgba(0,0,0,.25);
	z-index: 9;
	border-right: 0;
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: #999999;
}
.tm-floating-box-icon {
	display: block;
	position: relative;
	width: 55px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EBEBEB;
}
.icon-noborder {
	border-style: none;
}

.tm-floating-box-icon svg {
    display: inline-block;
    vertical-align: middle;
    color: #79BB51;
    width: 32px;
}
.tm-floating-box-icon>span {
	display: block;
	position: absolute;
	right: 100%;
	top: 0;
	width: 150px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	font-size: 15px;
	color: #000;
	-webkit-transform: translateX(+15px);
	transform: translateX(+15px);
	-webkit-transition: .3s ease;
	transition: .3s ease;
	box-shadow: -6px 6px 12px rgba(0,0,0,.25);
	font-family: Roboto, Helvetica, sans-serif;
	border-radius: 7px 0 0 7px;
}
.tm-floating-box-icon:hover>span {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	border-top-color: #CCCCCC;
	border-right-color: inherit;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right: 0;
	border-style: solid none solid solid;
	border-width: 1px 0px 1px 1px;
	border-radius: 7px 0 0 7px;
}

.sh-side-options-item-container {
	border-radius: 4px;
	padding: 8px 0;
}
