@media all
{
	#product_buy_button
	{
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1000;
	}

		#product_buy_button button
		{
			background: #fff;
			border: .1em solid #fab857;
			border-radius: .3em;
			color: #000;
			font-family: 'Proxima-Nova', proxima-nova, sans-serif;
			font-size: 16px;
			padding: 9.888px 16px;
		}

			#product_buy_button button:hover
			{
				background: #e6eae9;
				color: #8b8a6b;
			}

		#product_buy_button .step_1
		{
			margin: 0 2em 2em;
		}

		#product_buy_button .step_2, #product_buy_button .step_3
		{
			background: #fff;
			border: .1em solid #000;
			border-width: .1em .1em 0 0;
			border-top-right-radius: .5em;
			padding: 1.5em;
			min-width: 25em;
		}

			#product_buy_button .step_2 select
			{
				margin: 0;
				height: 100%;
			}

			#product_buy_button .step_2 button
			{
				margin: 0 !important;
			}

			#product_buy_button .step_3 ul
			{
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#product_buy_button .step_3 .distributor_change
				{
					cursor: pointer;
				}

				#product_buy_button .step_3 ul li a
				{
					display: block;
				}
}