﻿@font-face {
    font-family: "Century Gothic";
    src: url('/styles/cg/gothic.woff') format('woff'), /* Pretty Modern Browsers */
         url('/styles/cg/gothic.ttf')  format('truetype'), /* Safari, Android, iOS */
}
@font-face {
    font-family: "Century Gothic";
    src: url('/styles/cg/gothic.woff') format('woff'), /* Pretty Modern Browsers */
         url('/styles/cg/gothic.ttf')  format('truetype'), /* Safari, Android, iOS */
    font-weight: bold;
}

html {
	font-family: "Century Gothic";
	text-align: center;
	background-color: #ffffff;
}
div.header
{
	background-color: #f2f2f2;
	margin-bottom: 45px;
}
div.header div.phone
{
	float: right;
	text-align: right;
	color: #168dbf;
	font-size: 28px;
	line-height: 30px;
}
div.header div.phone strong
{
	font-size: 22px;
	color: #168dbf;
}
div.body
{
	padding-bottom: 45px;
}
div.body h1
{
	color: #168dbf;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	line-height: 65px;
	margin-bottom: 18px;
	margin-left: 15%;
	margin-right: 15%;
}
div.body h2
{
	color: #72cff5;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	line-height: 40px;
	margin-left: 15%;
	margin-right: 15%;
}
div.body h2 strong
{
	color: #72cff5;
}
div.body h3
{
	color: #b2d671;
	font-size: 38px;
	font-weight: bold;
	text-align: left;
	line-height: 42px;
}
div.body h4
{
	color: #757575;
	font-size: 36px;
}
div.body div.orderdetail div.columns
{
	margin-top: 25px;
}
div.body div.orderdetail div.columns h3
{
	color: #168dbf;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	line-height: 25px;
	margin-top: 20px;
}
div.body div.orderdetail div.columns p span
{
	display: block;
	color: #8d9091;
}
div.body div.orderdetail
{
	text-align: left;
}
div.body div.orderdetail table
{
	width: 100%;
	margin-top: 15px;
}
div.body div.orderdetail table th
{
	background-color: #168dbf;
	color: #ffffff;
	padding: 10px;
	font-weight: bold;
	font-size: 20px;
}
div.body div.orderdetail table td
{
	color: #8d9091;
	font-size: 18px;
	line-height: 20px;
	padding: 10px;
	font-weight: normal;
}
div.body div.orderdetail table tr:nth-child(2n)
{
	background-color: #f5f5f5;
}
div.body div.orderdetail table th:nth-child(n+3),
div.body div.orderdetail table td:nth-child(n+3)
{
	text-align: center;
}
div.body div.subtotal
{
	margin-top: 15px;
}
div.body div.subtotal h3 span,
div.body div.subtotal p span
{
	float: right;
	width: 150px;
	text-align: left;
}
div.body div.subtotal p
{
	color: #8d9091;
	font-size: 21px;
	margin-bottom: 8px;
}
div.body div.subtotal p.owed
{
	background-color: #72cff5;
	border-radius: 5px;
	color: #ffffff;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
}
div.body div.orderdetail div.subtotal p.owed span
{
	color: #ffffff;
}

div.form
{
	background-color: #f2f2f2;
	margin-bottom: 45px;
	margin-top: 25px;
	padding-top: 55px;
	padding-bottom: 25px;
}
div.form table
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
div.form table td
{
	padding-bottom: 20px;
	text-align: center;
	vertical-align: top;
}
div.form table td .button
{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
div.form p
{
	font-size: 28px;
	color: #757575;
	line-height: 30px;
}
div.form .button
{
	width: 100%;
}
div.form p.due,
div.form p.due strong
{
	color: #168dbf;
	font-size: 30px;
}
div.confirm .button
{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}
span.validation
{
	font-size: 18px;
	line-height: 25px;
	color: #ff0000;
	font-weight: bold;
}

/* Form Field Label */
table.form,
table.login
{
	width: 100%;
}
table.form td,
table.login td
{
	padding: 10px;
}
table.form .button,
table.form input[type=submit],
table.login .button,
table.login input[type=submit]
{
	margin-top: 15px;
}
.formElement
{
	text-align: left;
}
.formElement select{
	height: auto;
	position: static;
}
.formElement input,
.formElement textarea,
.formElement select{
	width: 100%;
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
	border-radius: 3px;
	border: solid 1px #CCCCCC;
	font-size: 38px;
	text-align: center;
	color: #168dbf;
	background-color: #ffffff;
	height: 80px;
	line-height: 80px;
}
.formElement select
{
	height: 102px;
	text-align-last:center;
	font-size: 17px;
}
.formElement label{
	font-size: 1.4rem;
	line-height: 1.4rem;
	color: #555555;
	margin-left: .9rem;
	font-weight: normal;
}
.formElement label.active{
	position: absolute;
	font-size: .9rem;
	margin-top: .2rem;
	color: #999999;
}
.formElement label.inactive{
	position: absolute;
	margin-top: 2.5rem;
	margin-left: 2rem;
	cursor: text;
	color: #999999;
}
.formElement label.transition{
	 -webkit-transition: all .2s linear;
      -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
           transition: all .2s linear;
}

div.sortby .formElement select
{
	width: 30%;
	font-size: .5rem;
	padding: 3px;
	padding-top: 15px;
	background-image: none;
}
div.sortby .formElement label
{
	font-size: .5rem;
	cursor: pointer;
}
div.sortby .formElement label.active
{
	font-size: .6rem;
}
.button.loading
{
	background-color: #ffffff;
	background-image: url(/images/loading.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #ffffff;
}
a.button.loading:hover,
button.loading:hover,
input[type="submit"].loading:hover,
input[type="reset"].loading:hover,
input[type="button"].loading:hover
{
	background-color: #ffffff;
	background-image: url(/images/loading.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: default;
}

/* Qty numerical field for the above */
.formElement.productquantity {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
div.cartWrapper .formElement.productquantity
{
	margin-top: 15px;
}
.formElement input[type=number]::-webkit-inner-spin-button,
.formElement input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]
{
  -moz-appearance: textfield;
}
.formElement.productquantity input {
  float: left;
  display: block;
  padding-left: 20px;
  border: 1px solid #eee;
}
.formElement.productquantity input:focus {
  outline: 0;
}
.formElement .quantity-nav {
  float: left;
  position: relative;
  height: 58px;
}
.formElement .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 22px;
  font-family: Arial, sans-serif !important;
  line-height: 28px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.formElement .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.formElement .quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}
.formElement select {
  cursor: pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, black 50%),
    linear-gradient(135deg, black 50%, transparent 50%),
	linear-gradient(135deg, transparent 50%, black 50%), 
	linear-gradient(45deg, black 50%, transparent 50%);
  background-position:
    calc(100% - 30px) 60%,
    calc(100% - 25px) 60%,
    calc(100% - 30px) 40%,
	calc(100% - 25px) 40%;
  background-size:
    5px 5px,
    5px 5px,
    5px 5px,
	5px 5px;
  background-repeat: no-repeat;
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.formElement select::-ms-expand {
    display: none;
}

.formElement select:focus {
  background-repeat: no-repeat;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.shop_with_confidence img
{
	width: 100px;
	margin-right: 5px;
}
div.footer
{
	margin-bottom: 20px;
	margin-top: 20px;
}
.footer .h3 {
margin-top:14px;
}

.fa-comment
{
	margin-right: 5px;
	font-size: 18px;
}
div.verybottom
{
	margin-bottom: 20px;
	margin-top: 20px;
}
div.verybottom img
{
	max-width: 11%;
	margin-left: 4%;
	margin-right: 4%;
	vertical-align: middle;
}
div.legalcopy
{
	text-align: left;
}
div.legalcopy li
{
	list-style: disc;
}
div.body h4.terms
{
	text-align: center;
	color: #ff0000;
	font-size: 15px;
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px)
{
	div.form table td .button
	{
		max-width: 240px;
		font-size: 14px;
	}
	div.body div.orderdetail table th
	{
		padding: 2px;
		font-size: 12px;
		line-height: 16px;
	}
	div.body div.orderdetail table td
	{
		padding: 2px;
		font-size: 12px;
		line-height: 15px;
	}
	div.body table td.mobilefull
	{
		display: block;
	}
	div.body h1
	{
		font-size: 35px;
		line-height: 39px;
		margin-left: 0px;
		margin-right: 0px;
	}
	div.body h2,
	div.body h3
	{
		margin-left: 0px;
		margin-right: 0px;
		font-size: 27px;
		line-height: 31px;
	}
	div.header div.container a.logo
	{
		width: 85%;
	}
	div.header div.phone
	{
		font-size: 35px;
		margin-top: 10px;
	}
	div.header div.phone strong
	{
		display: none;
	}
	.formElement.fixme label.inactive
	{
		max-width: 190px;
	}
}