input[type="text"].addAmount { background: transparent; border: 0; color: #6a6a6a; margin:0; font-size: 14px; width: 27px; padding: 2px 2px; cursor: text; }/*SHOP notifications*/.notifyArea { position: fixed; display:none; background-color: #FFF; padding: 10px; border: solid 1px #666; box-shadow: 1px 0 5px #666; right: 20px; top:50px; border-radius: 3px; z-index: 14000; }.icon_success { background: url(images/icons.png) #43b943 -13px -24px; width:24px; height: 24px; }.icon_error { background: url(images/icons.png) #ad2121 -13px 0; width:24px; height: 24px; }.icon_note { background: url(images/icons.png) #3165ad -37px 0; width:24px; height: 24px; }/*cart view*/.cartL {	float: left;	width: 25%;	margin: 7px 0 0 20px;}.cartR {	float: right;	width: 71%;	margin-top: 7px;}.shopping_cart { width: 100%; }.cart-middle, .cart-middle a { font-size: 12px; text-decoration: none; }.cart-thumb { text-align: center; }.cart-delete { background: url(images/icons.png) #CCC no-repeat; width: 11px; height: 11px; display: block; cursor: pointer; }.cart-delete:hover { background-color: #FF0000; }.shopping_cart td.bottomLine {	color: #534741;}.shopping_cart th.bottomLine, .shopping_cart td.bottomLine, .bottomLine {	border-bottom: solid 1px rgba(113, 97, 85, 0.1); text-align: left; color: #736357; font-size: 11px;}.small { font-size: 14px; font-weight: 200; }.small11 { font-size: 16px; font-weight: 200; }input[type="text"].amountIn { width: 35px; }.summary {	float: right;	margin-right: 25px;	padding: 5px;	color: #736357;	font-size: 18px !important;}.cartBBo {	margin-top: 30px;}#addpoint{	float: left;	width: 100%;	margin: 10px 0;}.texttoright{	text-align: right !important;}.summary .cart-middle, .summary .cart-middle a{	font-size: 16px !important;}@media (min-width: 768px) and (max-width: 992px) {	/*cart view*/	.cartL {		float: left;		width: 96%;		margin: 7px 0 0 3%;	}	.cartR {		float: left;		width: 96%;		margin: 7px 0 0 3%;	}	#waypointarea ul li {		float: left;		font-size: 12px;	}	#waypointarea ul li .num {		margin: 0 5px;		width: 20px;	}}@media (max-width: 767px) {	/*cart view*/	.cartL {		float: left;		width: 96%;		margin: 7px 0 0 3%;	}	.cartR {		float: left;		width: 96%;		margin: 7px 0 0 3%;	}	#waypointarea h1 {		height: 35px;		line-height: 35px;		font-size: 14px;	}	#waypointarea ul li {		font-size: 12px;	}	#waypointarea ul li .num {		margin: 0 5px;		width: 20px;	}}@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);h1,h1+p {	margin: 30px 15px 0;	font-weight: 300;}h1+p a {	color: #333;}h1+p a:hover {	text-decoration: none;}h2 {	margin: 60px 15px 0;	padding: 0;	font-weight: 300;}h2 span {	margin-left: 1em;	color: #aaa;	font-size: 85%;}.column {	margin: 15px 15px 0;	padding: 0;}.column:last-child {	padding-bottom: 20px;}.column::after {	content: '';	clear: both;	display: block;}.column div {	position: relative;	float: left;	margin: 0 0 0 25px;	padding: 0;}.column div:first-child {	margin-left: 0;}.column div span {	position: absolute;	bottom: -20px;	left: 0;	z-index: -1;	display: block;	width: 300px;	margin: 0;	padding: 0;	color: #444;	font-size: 18px;	text-decoration: none;	text-align: center;	-webkit-transition: .3s ease-in-out;	transition: .3s ease-in-out;	opacity: 0;}figure {/*	width: 300px;	height: 200px;*/	margin: 0;	padding: 0;	background: #fff;	overflow: hidden;}figure:hover+span {	bottom: -36px;	opacity: 1;}/* Zoom In #1 */.hover01 figure img {	-webkit-transform: scale(1);	transform: scale(1);	-webkit-transition: .3s ease-in-out;	transition: .3s ease-in-out;}.hover01 figure:hover img {	-webkit-transform: scale(1.3);	transform: scale(1.3);}/* Zoom In #2 */.hover02 figure img {	width: 300px;	height: auto;	-webkit-transition: .3s ease-in-out;	transition: .3s ease-in-out;}.hover02 figure:hover img {	width: 350px;}/* Zoom Out #1 */.hover03 figure img {	-webkit-transform: scale(1.5);	transform: scale(1.5);	-webkit-transition: .3s ease-in-out;	transition: .3s ease-in-out;}.hover03 figure:hover img {	-webkit-transform: scale(1);	transform: scale(1);}/* Zoom Out #2 */.hover04 figure img {	width: 400px;	height: auto;	-webkit-transition: .3s ease-in-out;	transition: .3s ease-in-out;}.hover04 figure:hover img {	width: 300px;}/* Slide */.hover05 figure img {	margin-left: 30px;	-webkit-transform: scale(1.5);	transform: scale(1.5);	-webkit-transition: .3s ease-in-out;	transition: .3s ease-in-out;}.hover05 figure:hover img {	margin-left: 0;}/* Rotate */.hover06 figure img {	-webkit-transform: rotate(15deg) scale(1.4);	transform: rotate(15deg) scale(1.4);	-webkit-transition: .3s ease-in-out;	transition: .3s ease-in-out;}.hover06 figure:hover img {	-webkit-transform: rotate(0) scale(1);	transform: rotate(0) scale(1);}/* Blur */.hover07 figure img {	-webkit-filter: blur(3px);	filter: blur(3px);	-webkit-transition: .3s ease-in-out;	transition: .3s ease-in-out;}.hover07 figure:hover img {	-webkit-filter: blur(0);	filter: blur(0);}/* Gray Scale */.hover08 figure img {	-webkit-filter: grayscale(100%);	filter: grayscale(100%);	-webkit-transition: .3s ease-in-out;	transition: .3s ease-in-out;}.hover08 figure:hover img {	-webkit-filter: grayscale(0);	filter: grayscale(0);}/* Sepia */.hover09 figure img {	-webkit-filter: sepia(100%);	filter: sepia(100%);	-webkit-transition: .3s ease-in-out;	transition: .3s ease-in-out;}.hover09 figure:hover img {	-webkit-filter: sepia(0);	filter: sepia(0);}/* Blur + Gray Scale */.hover10 figure img {	-webkit-filter: grayscale(0) blur(0);	filter: grayscale(0) blur(0);	-webkit-transition: .3s ease-in-out;	transition: .3s ease-in-out;}.hover10 figure:hover img {	-webkit-filter: grayscale(100%) blur(3px);	filter: grayscale(100%) blur(3px);}.socials figure { float: left; margin-right: 3px !important; padding-right: 3px !important; }/* Opacity #1 */.socials figure img {	opacity: 1;	-webkit-transition: .3s ease-in-out;	transition: .3s ease-in-out;}.socials figure:hover img {	opacity: .5;}/* Opacity #2 */.hover12 figure {	background: #1abc9c;}.hover12 figure img {	opacity: 1;	-webkit-transition: .3s ease-in-out;	transition: .3s ease-in-out;}.hover12 figure:hover img {	opacity: .5;}/* Flashing */.hover13 figure:hover img {	opacity: 1;	-webkit-animation: flash 1.5s;	animation: flash 1.5s;}@-webkit-keyframes flash {	0% {		opacity: .4;	}	100% {		opacity: 1;	}}@keyframes flash {	0% {		opacity: .4;	}	100% {		opacity: 1;	}}/* Shine */.hover14 figure {	position: relative;}.hover14 figure::before {	position: absolute;	top: 0;	left: -75%;	z-index: 2;	display: block;	content: '';	width: 50%;	height: 100%;	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);	-webkit-transform: skewX(-25deg);	transform: skewX(-25deg);}.hover14 figure:hover::before {	-webkit-animation: shine .75s;	animation: shine .75s;}@-webkit-keyframes shine {	100% {		left: 125%;	}}@keyframes shine {	100% {		left: 125%;	}}/* Circle */.hover15 figure {	position: relative;}.hover15 figure::before {	position: absolute;	top: 50%;	left: 50%;	z-index: 2;	display: block;	content: '';	width: 0;	height: 0;	background: rgba(255,255,255,.2);	border-radius: 100%;	-webkit-transform: translate(-50%, -50%);	transform: translate(-50%, -50%);	opacity: 0;}.hover15 figure:hover::before {	-webkit-animation: circle .75s;	animation: circle .75s;}