.desktop-only { display: block; }
tr.desktop-only { display: table-row; }
.mobile-only { display: none; }

body {
	margin: 0;
}

.landing-page {
	margin-top: 30px;
	text-align: center;
}
.landing-page .row {
	border-top: solid 1px #dddddd;
	background: url(../img/vert-line.png) center -10px repeat-y;
	margin-bottom: 0;
	position: relative;
}
.landing-page .row .diamond-icon-upper {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -9px;
	z-index: 9999;
}
.landing-page .row .route {
	padding-bottom: 40px;
}

.row .route h2 {
	font-size: 17px;
	letter-spacing: 0.2em;
	font-family: 'Minion-SemiBold';
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 17px;
}
.route .button {
	border: solid 1px #222222;
	padding: 17px 36px;
	display: inline-block;
	font-family: 'proxima_nova_bold';
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 12px;
}
.row .route p {
	margin: 20px 0;
}

/* PRODUCT BUILDER */
h1 {
	font-size: 24px;
	letter-spacing: 0.2em;
	font-family: 'Minion-SemiBold';
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.breadcrumb {
	margin: 20px 0;
	background: url(../img/horiz-line.gif) left center repeat-x;
	font-size: 12px;
	text-transform: uppercase;
	color: #cccccc;
	font-family: 'Minion-SemiBold';
	font-weight: normal;
}
.breadcrumb div {
	text-align: center;
}
.breadcrumb div.active {
	color: #222222;
}
.breadcrumb div span {
	background: #FFFFFF;
	padding: 0 12px;
}
.breadcrumb div span i {
	font-style: normal;
}

.loading-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #ffffff;
	background: rgba(255,255,255, 0.8);
	display: none;
}
.loading-overlay .spinner{position:absolute;top:40%;left:50%;margin-top:-35px;margin-left:-50px}
.spinner{margin:100px auto;width:100px;height:70px;text-align:center;font-size:10px}
.spinner>div{background-color:#028158;height:100%;width:16px;display:inline-block;-webkit-animation:stretchdelay 1.2s infinite ease-in-out;animation:stretchdelay 1.2s infinite ease-in-out}
.spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}
.spinner .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}
.spinner .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}
.spinner .rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}
@-webkit-keyframes stretchdelay{0%,100%,40%{-webkit-transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1)}}
@keyframes stretchdelay{0%,100%,40%{transform:scaleY(0.4);-webkit-transform:scaleY(0.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}


.preview {
	text-align: center;
}
.order, .pallette {
	border: solid 1px #cccccc;
}

.pallette, .order {
	padding-bottom: 20px;
	height: 291px;
	-webkit-box-shadow: 0px 2px 15px -10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 15px -10px rgba(50, 50, 50, 0.75);
	box-shadow:         0 2px 15px -10px rgba(50, 50, 50, 0.75);
	margin-bottom: 10px;
	display:none;
}
.pallette.monogram {
	height: 321px;
}
.pallette.open, .order {
	display: block;
}

.order {
	height: auto;
	padding-bottom: 0;
}
.order .total {
	padding: 10px 20px;
	border-bottom: solid 1px #cccccc;
}
.order .total p:first-child {
	margin: 0;
	font-size: 14px;
	letter-spacing: 0.2em;
	font-family: 'Minion-SemiBold';
	font-weight: normal;
	text-transform: uppercase;
}
.order .total p.price {
	margin-bottom: 10px;
	color: #999999;
	font-size: 32px;
	font-family: "proxima_nova_light";
	letter-spacing: 0.1em;
	padding: 15px 0 10px 0;
}
.order .total small {
	font-family: "proxima_nova_regular";
	font-size: 10px;
	color: #999999;
}

.order .sizes {
	padding: 10px 20px;
	border-bottom: solid 1px #cccccc;
}
.order .sizes p:first-child {
	margin-bottom: 10px;
	font-size: 13px;
	letter-spacing: 0.05em;
	font-family: 'proxima_nova_semibold';
	font-weight: normal;
	color: #222222;
}
.order .sizes ul {
	margin-bottom: 10px;
}
.order .sizes ul li {
	float: left;
	margin-right: 10px;
	width: 44px;
	margin-bottom: 0;
}
.order .sizes ul li a {
	float: left;
	text-align: center;
	border: solid 1px #222222;
	border-radius: 25px;
	font-family: "proxima_nova_regular";
	font-size: 16px;
	line-height: 43px;
	color: #999999;
	width: 42px;
	color: #222222;
	text-decoration: none;
}
.order .sizes ul li a.selected {
	background: #004730;
	color: #FFFFFF;
}
.order .sizes ul li:last-child { margin-right: 0; }

.order .add-to-bag {
	padding: 15px 10px;
	border-bottom: solid 1px #cccccc;
}
.order .add-to-bag .button {
	display: block;
	padding: 10px 10px;
	text-align: center;
	background: #004730;
	font-family: "proxima_nova_bold";
	font-size: 12px;
	letter-spacing: 0.2em;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}
.order .share {
	padding: 10px;
	font-family: "proxima_nova_regular";
	font-size: 13px;
	color: #cccccc;
	line-height: 28px;
}
.order .share > div {
	float: right;
}
.order .share > div a {
	opacity: 0.2;
}
.order .share > div a:hover {
	opacity: 1;
}

.pallettes, .order {
	margin-top: 160px;
}

.pallette ul {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

.pallette ul li:last-child, #pallette-material ul li:nth-child(2) {
	border-left: solid 1px #cccccc;
}
#pallette-material ul li {
	width: 33.3%;
}
.pallette ul li {
	width: 50%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: solid 1px #cccccc;
	text-align: center;
	font-family: 'Minion-SemiBold';
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 24px;
	cursor: pointer;
	margin: 0;
}
.pallette ul li.void {
	cursor: default;
}
.pallette ul li.open {
	border-bottom: solid 1px #ffffff;
}

.icon-swap {
	float: right;
	width: 16px;
	height: 16px;
	background: url(../img/icon-swap.png) 0 0 no-repeat;
	margin-top: 3px;
	margin-right: 5px;
	display: none;
}

.paging {
	margin: 20px 0;
	border: solid 1px #cccccc;
}
.paging li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	font-family: 'proxima_nova_bold';
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 12px;
	cursor: pointer;
	margin: 0;
	color: #222222;
}
.paging li:first-child a {
	background: url(../img/paging-prev.png) left center no-repeat;
}
.paging li:last-child {
	border-left: solid 1px #cccccc;
}
.paging li:last-child a {
	background: url(../img/paging-next.png) right center no-repeat;
}
.paging li a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
}
.disabled {
	opacity: 0.3;
}

.tab-panel {
	padding: 20px 10px 0 20px;
	display:none;
}
.tab-panel.open {
	display: block;
}

.tab-panel a.swatch {
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
	border: solid 1px #FFFFFF;
	position: relative;
}
.tab-panel a.swatch img {
	float: left;
}

.swatch-container {
	height: 232px;
	overflow: auto;
}
.swatch-container.monogram {
	height: 220px;
	margin-top: 20px;
}
.swatch-container.closed {
	display: none;
}
.swatch-container.motif {
	height: 182px;
}
.tab-panel a.swatch:hover, .tab-panel a.swatch.selected {
	border: solid 1px #dddddd;
}
.swatch img {
	width: 67px;
	height: 50px;
}
.swatch.slipper img {
	width: 77px;
	height: 77px;
}
.swatch.motif img {
	width: 67px;
	height: 67px;
}
.swatch.monogram img {
	width: 67px;
	height: 69px;
}

.tooltipsy {
    padding: 5px;
    max-width: 200px;
    color: #222222;
    font-family: "proxima_nova_regular";
    font-size: 13px;
    line-height: 13px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #dfdfdf;
}

.summary {
	border: solid 1px #ccc;
	margin-top: 40px;
}
.summary .chosen-options table {
	width: 98%;
	margin: 10px 1%;
}
.summary .chosen-options table td {
	padding: 5px 10px;
	border-bottom: solid 1px #cccccc;
}
.summary .chosen-options table tr:last-child td {
	border: none;
}
.summary .chosen-options table td:last-child {
	text-align: right;
}
.summary .chosen-options table td:first-child {
	font-family: 'Minion-SemiBold';
	font-weight: normal;
	font-size: 14px;
	color: #222222;
	text-transform: uppercase;
}
.summary .chosen-options table td a {
	color: #004730;
	font-size: 13px;
	font-family: "proxima_nova_regular";
	text-decoration: none;
} 
.summary .chosen-options table td:nth-child(2) {
	color: #999999;
	font-size: 13px;
	font-family: "proxima_nova_regular";
}
.chosen-options table td:nth-child(2) { width: 35%; }
.chosen-options table td:nth-child(3) { width: 10%; }

.summary .total p:first-child {
	font-family: 'Minion-SemiBold';
	font-weight: normal;
	font-size: 16px;
	color: #222222;
	text-transform: uppercase;
	padding-top: 15px;
	margin: 0;
}
.summary .total p:last-child {
	padding: 40px;
	margin: 0;
	color: #999999;
	font-size: 24px;
	font-family: "proxima_nova_light";
	letter-spacing: 0.1em;
}
.profile img {
	padding-top: 20px;
	float: right;
}

.preview {
	position: relative;
	margin: 0 20px;
}
.hotspot {
	position: absolute;
	width: 33px;
	height: 33px;
	background: url(../img/hotspot.png) 0 0 no-repeat;
	opacity: 0;
}

.selector {
	width: 97%;
	height: 34px;
	overflow: hidden;
	background: #FFFFFF url(../img/select.jpg) no-repeat right;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.selector select {
	background: transparent;
	width: 105%;
	max-width: 105%;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	-webkit-appearance: none;
	color: #000000;
}

.preview.disabled:hover .hotspot { display: none !important; }
.preview:hover .hotspot {  opacity: 1; -webkit-transition: opacity 0.3s ease-in; -moz-transition: opacity 0.3s ease-in; -o-transition: opacity 0.3s ease-in; -ms-transition: opacity 0.3s ease-in;}

.hotspot.trim { left: 64px; top: 70px; }
.hotspot.motif, .hotspot.flag { left: 124px; top: 550px; }
.hotspot.material { left: 464px; top: 650px; }
.hotspot.type { left: 374px; top: 330px; }


/* Monogram UI */
.monogram input {
	margin-bottom: 5px;
	width: 97%;
	box-sizing: border-box;
	padding: 10px;
}
small.notice {
	line-height: 7px !important;
	font-size: 10px;
}

.error-message {
	display: none;
	border-radius: 2px; 
	font-family: "helvetica", sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 24px; 
	margin-bottom: 20px; 
	padding: 15px; 
	position: relative; 
	text-align: left;
	background: #d38080; 
	color: #fff;
}
.error-message p {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.error-message ul {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 0;
}
.error-message ul li {
	margin-bottom: 0;
}

.tick {
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
	background: url(../img/tick2.png) 0 0 no-repeat;
	display: none;
}

/* INFO POPUPS */
.slipper-popup {
	opacity: 1;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 540px;
	padding: 45px 45px 55px 45px;
	height: 550px;
	margin-top: -325px;
	margin-left: -315px;
	background: #FFFFFF;
	border: solid 1px #f2f2f2;
	z-index: 100;
	-webkit-box-shadow: 0 0 5px 2px #ccc;
    -moz-box-shadow: 0 0 5px 2px #ccc;
    box-shadow: 0 0 5px 2px #ccc;
    display:none;
    text-align: center;
}
.slipper-popup .popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 14px;
	height: 14px;
	background: url(../img/popup-close.jpg) 0 0 no-repeat;
	z-index: 100;
}
.slipper-popup h2 {
	font-size: 24px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.slipper-popup p {
	font-family: "proxima_nova_light";
	font-size: 13px;
	color: #898989;
	line-height: 18px;
	text-align: left;
}
.slipper-popup img {
	max-width: 100%;
	max-height: 300px;
	margin-bottom: 20px;
}
.slipper-popup .left-col {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.slipper-popup .right-col {
	width: 48%;
	margin-left: 2%;
	float: left;
}
.slipper-popup .left-col p, .slipper-popup .right-col p {
	font-size: 12px;
}

/* FONT FACE */
@font-face {
  font-family: 'proxima_nova_regular';
  src: url('fonts/proximanova-regular-webfont.eot');
  src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-regular-webfont.woff') format('woff'), url('fonts/proximanova-regular-webfont.ttf') format('truetype'), url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_bold';
  src: url('fonts/proximanova-bold-webfont.eot');
  src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-bold-webfont.woff') format('woff'), url('fonts/proximanova-bold-webfont.ttf') format('truetype'), url('fonts/proximanova-bold-webfont.svg#proxima_nova_bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_semibold';
  src: url('fonts/proximanova-semibold-webfont.eot');
  src: url('fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-semibold-webfont.woff') format('woff'), url('fonts/proximanova-semibold-webfont.ttf') format('truetype'), url('fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_extrabold';
  src: url('fonts/proximanova-extrabold-webfont.eot');
  src: url('fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-extrabold-webfont.woff') format('woff'), url('fonts/proximanova-extrabold-webfont.ttf') format('truetype'), url('fonts/proximanova-extrabold-webfont.svg#proxima_novasemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_light';
  src: url('fonts/proximanova-light-webfont.eot');
  src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-light-webfont.woff') format('woff'), url('fonts/proximanova-light-webfont.ttf') format('truetype'), url('fonts/proximanova-light-webfont.svg#proxima_novaslight') format('svg');
  font-weight: normal;
  font-style: normal;
}