/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Downloads/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 17, screen.scss */
body {
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "light";
  src: url("gtwalsheimpro-light-webfont.woff") format("woff");
}
@font-face {
  font-family: "medium";
  src: url("gtwalsheimpro-medium-webfont.woff") format("woff");
}
@font-face {
  font-family: "black";
  src: url("gtwalsheimpro-black-webfont.woff") format("woff");
}
@font-face {
  font-family: "regular";
  src: url("gtwalsheimpro-black-webfont.woff") format("woff");
}
@font-face {
  font-family: "Human-Regular";
  src: url("hurmegeometricsans3-regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "Human-Semibold";
  src: url("hurmegeometricsans3-semibold-webfont.woff") format("woff");
}
@font-face {
  font-family: "Human-Thin";
  src: url("hurmegeometricsans3-thin-webfont.woff") format("woff");
}
/* line 83, screen.scss */
.white {
  color: white;
}

/* line 87, screen.scss */
.bgwhite {
  background-color: white;
}

/* line 91, screen.scss */
.blue {
  color: #0070d6;
  border-color: #0070d6;
}

/* line 98, screen.scss */
.bgblue {
  background-color: #0070d6;
}

/* line 102, screen.scss */
.red {
  color: #e83100;
}

/* line 106, screen.scss */
.yellow {
  color: #f5c009;
}

/* line 110, screen.scss */
.bgred {
  background-color: #e83100;
}

/* line 114, screen.scss */
.maroon {
  color: #95001c;
}

/* line 118, screen.scss */
.purple {
  color: #9936cc;
  border-color: #9936cc;
}

/* line 123, screen.scss */
.bgpurple {
  background-color: #9936cc;
}

/* line 127, screen.scss */
.container {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 40px;
}

/* iframe {
	display: none;
	width: 100%;
	height: 100%;
	.header-wrapper {
		display: none;
		opacity: 0.5;
	}
} */
/* line 143, screen.scss */
.img-fullwidth {
  display: block;
  width: 100%;
  height: auto;
}

/* line 149, screen.scss */
.centered {
  margin: 0 auto;
  display: block;
}

/* line 154, screen.scss */
.text-centered {
  text-align: center;
}

/* line 158, screen.scss */
.hidden {
  display: none;
}

/* line 162, screen.scss */
.disable-selection {
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none;
  /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none;
  /* Disable Android and iOS callouts*/
}

/* line 175, screen.scss */
.cartupdated {
  width: 100%;
  height: 85px;
  position: fixed;
  top: -85px;
  left: 0;
  text-align: center;
  color: white;
  background-color: #71c4c3;
  font-family: "medium";
  transition: all 0.3s ease;
  padding-top: 30px;
  font-size: 30px;
  z-index: 9999;
}

/* line 191, screen.scss */
.cartupdated.popin {
  top: 0;
}

/*  */
/* Medium devices (desktops, 992px and up) */
/* line 4, phone.scss */
body {
  background-image: url(bg-home.png);
  background-position-x: 50%;
  background-position-y: -371px;
  background-repeat: no-repeat;
}

/* line 11, phone.scss */
div[class^="col"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* line 16, phone.scss */
.row {
  margin-right: 10px;
  margin-left: 10px;
}

/* line 21, phone.scss */
.mobilecart {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  background-color: white;
  box-sizing: border-box;
  background-image: url(icon-cart-mobile.svg);
  background-repeat: no-repeat;
  background-position-y: 18px;
  background-size: 75%;
  z-index: 9999;
  text-align: center;
  padding-top: 26px;
}
/* line 36, phone.scss */
.mobilecart a {
  padding-left: 15px;
  padding-right: 34px;
  font-family: "medium";
  font-size: 15px;
  color: white;
}

/* line 45, phone.scss */
button, input[type=submit] {
  margin-bottom: 10px;
  font-family: "medium";
  border-radius: 25px;
  color: white;
  box-sizing: border-box;
  height: 44px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #f6819b;
  border: 0;
  outline: none;
  /* transition: all 2.3s ease; */
}

/* line 60, phone.scss */
.bt {
  font-family: "medium";
  border-radius: 25px;
  color: white;
  box-sizing: border-box;
  height: 40px;
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 11px;
}

/* line 72, phone.scss */
button:hover, input[type=submit]:hover, .bt:hover {
  background-image: url(hover.png);
}

/* .bt:hover {
	text-decoration: underline;
	} */
/* .cta-link {
	font-family: "medium";
	font-size: 20px;
	border-bottom: 4px;
	border-style: solid;
	display: inline;
	} */
/* line 88, phone.scss */
.cta-link {
  font-family: "medium";
  font-size: 20px;
  /* border-bottom: 4px; */
  border-style: solid;
  display: inline;
  background-image: url(cta-link-blue.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 32px;
}

/* line 100, phone.scss */
.cta-link.yellow {
  background-image: url(cta-link-yellow.png);
}

/* line 104, phone.scss */
.cta-link.maroon {
  background-image: url(cta-link-red.png);
}

/* line 108, phone.scss */
.cta-link:hover {
  text-decoration: underline;
}

/* line 112, phone.scss */
h1 {
  font-size: 50px;
  font-family: "medium";
  margin-bottom: 40px;
}

/* line 118, phone.scss */
h2 {
  font-size: 40px;
  font-family: "medium";
  margin-bottom: 20px;
}

/* line 124, phone.scss */
h3 {
  font-size: 30px;
  font-family: "medium";
  margin-bottom: 20px;
}

/* line 130, phone.scss */
p {
  font-size: 20px;
  line-height: 25px;
  font-family: "light";
}

/* line 136, phone.scss */
blockquote {
  font-size: 20px;
  line-height: 25px;
  font-family: "light";
}

/* line 142, phone.scss */
b, strong {
  font-family: "medium";
}

/* line 146, phone.scss */
.shape {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 153, phone.scss */
.logo {
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  z-index: 9999;
  position: fixed;
  padding-top: 10px;
}
/* line 163, phone.scss */
.logo img {
  height: 40px;
}

/* line 168, phone.scss */
.navbar {
  background-color: white;
  border: 0;
  font-size: 24px;
}
/* line 172, phone.scss */
.navbar .navbar-toggle {
  border: 0;
}
/* line 174, phone.scss */
.navbar .navbar-toggle .icon-bar {
  background-color: #0070d6;
}
/* line 178, phone.scss */
.navbar .container-fluid {
  padding-right: 0;
}
/* line 181, phone.scss */
.navbar .navbar-collapse {
  padding-right: 0 !important;
  margin-right: 0;
}
/* line 185, phone.scss */
.navbar .navbar-nav {
  margin-bottom: 0;
}
/* line 189, phone.scss */
.navbar .navbar .logout a {
  font-family: "light";
}
/* line 193, phone.scss */
.navbar .navbar-nav > li {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  text-align: center;
}
/* line 199, phone.scss */
.navbar .navbar-nav > li > a {
  padding: 0;
  font-family: "light";
  margin-right: 30px;
  color: #999999;
  letter-spacing: 1px;
}
/* line 206, phone.scss */
.navbar .navbar-nav > li.active > a {
  color: #0070d6;
  background-color: transparent;
  font-family: "medium";
}
/* line 211, phone.scss */
.navbar .navbar-nav > li.login > a {
  font-family: "medium";
  color: #71c4c3;
  margin-right: 30px;
}
/* line 216, phone.scss */
.navbar .navbar-nav > li.login > a:hover {
  text-decoration: underline;
}
/* line 219, phone.scss */
.navbar .navbar-nav > li.login > a.firstname {
  margin-right: 0px;
  display: inline;
}
/* line 223, phone.scss */
.navbar .navbar-nav > li.login > a.logout {
  font-family: "light";
  display: inline;
}
/* line 227, phone.scss */
.navbar .navbar-nav > li.login {
  background-color: white;
}
/* line 230, phone.scss */
.navbar .navbar-nav > li.cart {
  background-color: #f5c009;
}
/* line 233, phone.scss */
.navbar .navbar-nav > li.cart > a {
  font-family: "medium";
  color: white;
}
/* line 236, phone.scss */
.navbar .navbar-nav > li.cart > a span {
  margin-left: 10px;
  color: #0070d6;
  font-size: 22px;
  font-family: "medium";
}

/* line 246, phone.scss */
.shopbox h4 {
  font-family: "medium";
  font-size: 16px;
  color: #f6819b;
  text-align: center;
  margin-bottom: 10px;
}
/* line 253, phone.scss */
.shopbox h5 {
  font-family: "medium";
  font-size: 24px;
  color: #f6819b;
  text-align: center;
}
/* line 258, phone.scss */
.shopbox h5 del {
  color: grey;
}
/* line 262, phone.scss */
.shopbox .thumbnail {
  background-color: transparent;
  border: 0;
}
/* line 266, phone.scss */
.shopbox button {
  display: inline-block !important;
}
/* line 269, phone.scss */
.shopbox .form-group {
  margin-bottom: 0;
  text-align: center;
}
/* line 273, phone.scss */
.shopbox .quantity-widget {
  display: inline-block !important;
  border: 3px solid #f6819b;
  background-color: white;
  width: 130px;
  height: 45px;
  border-radius: 65px;
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 282, phone.scss */
.shopbox .quantity-widget #quantity {
  width: 45px;
  font-size: 29px;
  font-family: "medium";
  text-align: center;
  border: 0;
  padding: 0;
  color: #f6819b;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
/* line 293, phone.scss */
.shopbox .quantity-widget .modify {
  cursor: pointer;
  padding-left: 7px;
  padding-right: 7px;
  width: 45px;
  font-size: 32px;
  font-family: "light";
  text-align: center;
  color: #999999;
}
/* line 303, phone.scss */
.shopbox .quantity-widget .minus {
  padding-left: 13px;
}
/* line 307, phone.scss */
.shopbox .outofstock {
  margin-top: 10px;
  font-family: "medium";
  font-size: 14px;
  line-height: 14px;
  color: grey;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 322, phone.scss */
.owl-item:nth-child(1) .quantity-widget {
  border: 3px solid #4ec41b;
}
/* line 325, phone.scss */
.owl-item:nth-child(1) button {
  background-color: #4ec41b;
}
/* line 328, phone.scss */
.owl-item:nth-child(1) h4, .owl-item:nth-child(1) h5, .owl-item:nth-child(1) #quantity {
  color: #4ec41b;
}

/* line 334, phone.scss */
.owl-item:nth-child(2) .quantity-widget {
  border: 3px solid #f6819b;
}
/* line 337, phone.scss */
.owl-item:nth-child(2) button {
  background-color: #f6819b;
}
/* line 340, phone.scss */
.owl-item:nth-child(2) h4, .owl-item:nth-child(2) h5, .owl-item:nth-child(2) #quantity {
  color: #f6819b;
}

/* line 346, phone.scss */
.owl-item:nth-child(3) .quantity-widget {
  border: 3px solid #0070d6;
}
/* line 349, phone.scss */
.owl-item:nth-child(3) button {
  background-color: #0070d6;
}
/* line 352, phone.scss */
.owl-item:nth-child(3) h4, .owl-item:nth-child(3) h5, .owl-item:nth-child(3) #quantity {
  color: #0070d6;
}

/* line 358, phone.scss */
.owl-item:nth-child(4) .quantity-widget {
  border: 3px solid #f5c009;
}
/* line 361, phone.scss */
.owl-item:nth-child(4) button {
  background-color: #f5c009;
}
/* line 364, phone.scss */
.owl-item:nth-child(4) h4, .owl-item:nth-child(4) h5, .owl-item:nth-child(4) #quantity {
  color: #f5c009;
}

/* Added these manually to CSS */
.owl-item:nth-child(5) .quantity-widget {
  border: 3px solid #9f50e8;
}
/* line 361, phone.scss */
.owl-item:nth-child(5) button {
  background-color: #9f50e8;
}
/* line 364, phone.scss */
.owl-item:nth-child(5) h4, .owl-item:nth-child(5) h5, .owl-item:nth-child(5) #quantity {
  color: #9f50e8;
}

/* line 369, phone.scss */
.owl-theme .owl-controls .owl-page:nth-child(1) span {
  background-color: #4ec41b;
}

/* line 373, phone.scss */
.owl-theme .owl-controls .owl-page:nth-child(2) span {
  background-color: #f6819b;
}

/* line 377, phone.scss */
.owl-theme .owl-controls .owl-page:nth-child(3) span {
  background-color: #0070d6;
}

/* line 381, phone.scss */
.owl-theme .owl-controls .owl-page:nth-child(4) span {
  background-color: #f5c009;
}

/* Edited directly in CSS */
.owl-theme .owl-controls .owl-page:nth-child(5) span {
  background-color: #9f50e8;
}

/* line 384, phone.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  position: relative;
  top: -360px;
  width: 280px;
  margin: auto;
  background-color: green;
}
/* line 392, phone.scss */
.owl-theme .owl-controls .owl-pagination {
  display: none;
}
/* line 395, phone.scss */
.owl-theme .owl-controls .owl-buttons {
  width: 300px;
  position: relative;
}
/* line 399, phone.scss */
.owl-theme .owl-controls .owl-buttons div {
  background-color: #0070d6;
  display: block;
  position: absolute;
  opacity: 1;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-color: transparent;
  border-radius: 0;
}
/* line 410, phone.scss */
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  background-image: url(prev.svg);
}
/* line 413, phone.scss */
.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 20px;
  background-image: url(next.svg);
}

/* line 424, phone.scss */
.generic {
  font-family: "light";
  text-align: center;
}
/* line 427, phone.scss */
.generic table * {
  border: 0 !important;
}
/* line 430, phone.scss */
.generic .table-bordered {
  border: 0;
}
/* line 433, phone.scss */
.generic h1 {
  text-align: center;
  font-size: 60px;
  margin-top: 15px;
  color: #0070d6;
  margin-bottom: 50px;
  font-size: 45px;
}
/* line 441, phone.scss */
.generic h3 {
  text-align: left;
  color: black;
  margin-bottom: 10px;
  margin-top: 20px;
}
/* line 447, phone.scss */
.generic h4 {
  font-size: 20px;
  font-family: "medium";
  margin-bottom: 0;
}
/* line 452, phone.scss */
.generic p, .generic blockquote {
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 24px;
}
/* line 457, phone.scss */
.generic ol, .generic ul {
  margin-bottom: 24px;
}
/* line 460, phone.scss */
.generic li {
  font-size: 16px;
  line-height: 24px;
  font-family: "light";
}
/* line 465, phone.scss */
.generic ul {
  list-style-type: circle;
}

/* line 474, phone.scss */
.home {
  /* A whole new way */
  /* Because we kids eat matters */
  /* Hero */
  /* Smart Features */
  /* Love */
}
/* line 475, phone.scss */
.home .shape {
  position: absolute;
  background-size: 100%;
  display: none;
}
/* line 480, phone.scss */
.home .copy {
  padding-left: 30px;
  padding-right: 20px;
  text-align: center;
}
/* line 485, phone.scss */
.home .part0mobile {
  margin-bottom: 40px;
  margin-top: 60px;
}
/* line 488, phone.scss */
.home .part0mobile .copy {
  margin-top: 20px;
  margin-bottom: 0;
}
/* line 491, phone.scss */
.home .part0mobile .copy h1 {
  font-size: 60px;
  margin-top: 150px;
  color: #0070d6;
  margin-bottom: 20px;
}
/* line 497, phone.scss */
.home .part0mobile .copy h2 {
  color: #0070d6;
}
/* line 500, phone.scss */
.home .part0mobile .copy p {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 504, phone.scss */
.home .part0mobile .copy u {
  text-decoration: none;
  border-bottom: 5px solid #0070d6;
}
/* line 511, phone.scss */
.home .part1 {
  margin-bottom: 40px;
}
/* line 514, phone.scss */
.home .part1 .shape {
  left: -20%;
  margin-top: 150px;
  width: 285px;
  height: 285px;
  position: absolute;
  background-image: url(shape1.png);
}
/* line 522, phone.scss */
.home .part1 .copy {
  margin-top: 20px;
}
/* line 524, phone.scss */
.home .part1 .copy h2 {
  color: #0e8586;
}
/* line 530, phone.scss */
.home .part2 {
  margin-bottom: 40px;
}
/* line 533, phone.scss */
.home .part2 .copy {
  margin-top: 20px;
}
/* line 535, phone.scss */
.home .part2 .copy h2 {
  color: #00528f;
}
/* line 539, phone.scss */
.home .part2 .shape {
  left: 68%;
  margin-top: 130px;
  width: 286px;
  height: 286px;
  background-image: url(shape2.png);
}
/* line 548, phone.scss */
.home .part3 {
  margin-bottom: 40px;
}
/* line 550, phone.scss */
.home .part3 .copy {
  margin-top: 20px;
}
/* line 552, phone.scss */
.home .part3 .copy h2 {
  color: #9e0e68;
}
/* line 556, phone.scss */
.home .part3 .shape {
  left: -32%;
  margin-top: 150px;
  width: 280px;
  height: 292px;
  background-image: url(shape3.png);
}
/* line 563, phone.scss */
.home .part3 #carousel-custom {
  margin-bottom: 1px;
}
/* line 567, phone.scss */
.home .part3 .carousel-indicators.phone li img {
  display: none;
}
/* line 573, phone.scss */
.home .part4 {
  margin-bottom: 40px;
}
/* line 576, phone.scss */
.home .part4 .copy {
  margin-top: 20px;
}
/* line 578, phone.scss */
.home .part4 .copy h2 {
  color: #b47f00;
}
/* line 581, phone.scss */
.home .part4 .copy p {
  margin-bottom: 20px;
}
/* line 584, phone.scss */
.home .part4 .copy ul {
  list-style-image: url(bullet.png);
}
/* line 588, phone.scss */
.home .part4 .shape {
  left: 68%;
  margin-top: 130px;
  width: 284px;
  height: 284px;
  background-image: url(shape4.png);
}
/* line 595, phone.scss */
.home .part4 ul.smartfeatures {
  padding-left: 20px;
}
/* line 601, phone.scss */
.home .part5 {
  margin-bottom: 40px;
}
/* line 604, phone.scss */
.home .part5 .copy {
  margin-top: 20px;
}
/* line 606, phone.scss */
.home .part5 .copy h2 {
  color: #95001c;
}
/* line 609, phone.scss */
.home .part5 .copy p {
  margin-bottom: 20px;
}
/* line 613, phone.scss */
.home .part5 .shape {
  left: -32%;
  margin-top: 150px;
  width: 287px;
  height: 287px;
  background-image: url(shape5.png);
}

/* A whole new way */
/* line 624, phone.scss */
.design {
  /* 	padding-right: 30px;
  padding-left: 30px; */
  padding-top: 80px;
}
/* line 628, phone.scss */
.design .part {
  margin-bottom: 40px;
  margin-bottom: 50px;
}
/* line 630, phone.scss */
.design .part p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 16px;
}
/* line 635, phone.scss */
.design .part h2 {
  text-align: center;
  color: black;
}
/* line 640, phone.scss */
.design .part .copy {
  clear: both;
}
/* line 644, phone.scss */
.design .part.part0 h2 {
  margin-top: 120px;
  color: #0070d6;
}
/* line 648, phone.scss */
.design .part.part0 img {
  margin-top: 15px;
}
/* line 653, phone.scss */
.design .part.part1 h2 {
  color: #0e8586;
}
/* line 659, phone.scss */
.design .part.part2 h2 {
  color: #00528f;
}
/* line 665, phone.scss */
.design .part.part3 h2 {
  color: #9e0e68;
}
/* line 671, phone.scss */
.design .part.part4 h2 {
  color: #b47f00;
}
/* line 677, phone.scss */
.design .part.part5 h2 {
  color: #95001c;
}
/* line 683, phone.scss */
.design .part.part6 h2 {
  color: #0e8586;
}

/* Buy Page */
/* line 692, phone.scss */
.buy {
  padding-top: 60px;
}
/* line 694, phone.scss */
.buy .buynow {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 698, phone.scss */
.buy h1 {
  text-align: center;
  color: #0070d6;
  margin-bottom: 15px;
  margin-top: 45px;
}
/* line 704, phone.scss */
.buy h2 {
  text-align: center;
}
/* line 707, phone.scss */
.buy .keyfeatures {
  margin-bottom: 40px;
}
/* line 709, phone.scss */
.buy .keyfeatures .feature {
  text-align: center;
  text-align: center;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
/* line 715, phone.scss */
.buy .keyfeatures h2 {
  color: #ff7b00;
  margin-top: 30px;
  margin-bottom: 20px;
}
/* line 720, phone.scss */
.buy .keyfeatures h4 {
  color: black;
  font-size: 17px;
  font-family: "medium";
  margin-bottom: 15px;
}
/* line 726, phone.scss */
.buy .keyfeatures p {
  color: #6b6a6a;
  font-size: 15px;
  line-height: 20px;
}
/* line 732, phone.scss */
.buy .variants {
  text-align: center;
  margin-bottom: 35px;
}
/* line 734, phone.scss */
.buy .variants .image {
  text-align: center;
}
/* line 737, phone.scss */
.buy .variants .price {
  text-align: center;
  padding-left: 10px;
}
/* line 742, phone.scss */
.buy .variants h2 {
  color: #71c4c3;
  margin-top: 40px;
}
/* line 746, phone.scss */
.buy .variants h3 {
  font-size: 24px;
  font-family: "medium";
  padding-top: 17px;
  padding-left: 0;
  margin-bottom: 6px;
}
/* line 753, phone.scss */
.buy .variants p {
  font-size: 14px;
  line-height: 16px;
  padding-right: 30px;
}
/* line 758, phone.scss */
.buy .variants ul {
  display: inline;
}
/* line 760, phone.scss */
.buy .variants ul li {
  display: inline;
}
/* line 764, phone.scss */
.buy .variants .colorname {
  font-family: "light";
  font-size: 14px;
  line-height: 16px;
  margin-top: 7px;
}
/* line 770, phone.scss */
.buy .variants .button-container {
  text-align: center;
}
/* line 772, phone.scss */
.buy .variants .button-container button {
  margin-top: 24px;
  margin-bottom: 10px;
}
/* line 777, phone.scss */
.buy .variants .ui-buttonset {
  margin-right: 0;
}
/* line 780, phone.scss */
.buy .variants .coloredRadios {
  text-align: center;
  padding-top: 35px;
  /* 1st Green */
  /* 2nd Pink */
  /* 3rd Blue*/
  /* 4th Yellow*/
}
/* line 783, phone.scss */
.buy .variants .coloredRadios .ui-button {
  background: none !important;
  width: 20px;
  height: 20px;
  border: 3px solid #e31c79 !important;
  border-radius: 50% !important;
  margin: 0 !important;
  margin-right: 3px;
}
/* line 791, phone.scss */
.buy .variants .coloredRadios .ui-button .ui-button-text-only .ui-button-text {
  margin: 0;
  padding: 0;
}
/* line 797, phone.scss */
.buy .variants .coloredRadios .ui-button:nth-of-type(1) {
  border: 3px solid #009b77 !important;
}
/* line 800, phone.scss */
.buy .variants .coloredRadios .ui-state-active:nth-of-type(1), .buy .variants .coloredRadios .ui-state-hover:nth-of-type(1) {
  background-color: #009b77 !important;
}
/* line 804, phone.scss */
.buy .variants .coloredRadios .ui-button:nth-of-type(2) {
  border: 3px solid #e31c79 !important;
}
/* line 807, phone.scss */
.buy .variants .coloredRadios .ui-state-active:nth-of-type(2), .buy .variants .coloredRadios .ui-state-hover:nth-of-type(2) {
  background-color: #e31c79 !important;
}
/* line 812, phone.scss */
.buy .variants .coloredRadios .ui-button:nth-of-type(3) {
  border: 3px solid #009cde !important;
}
/* line 815, phone.scss */
.buy .variants .coloredRadios .ui-state-active:nth-of-type(3), .buy .variants .coloredRadios .ui-state-hover:nth-of-type(3) {
  background-color: #009cde !important;
}
/* line 820, phone.scss */
.buy .variants .coloredRadios .ui-button:nth-of-type(4) {
  border: 3px solid #f5c009 !important;
}
/* line 823, phone.scss */
.buy .variants .coloredRadios .ui-state-active:nth-of-type(4), .buy .variants .coloredRadios .ui-state-hover:nth-of-type(4) {
  background-color: #f5c009 !important;
}

/* Cart Page */
/* line 832, phone.scss */
.cart {
  font-family: "light";
}
/* line 834, phone.scss */
.cart .headings {
  display: none;
}
/* line 837, phone.scss */
.cart h1 {
  text-align: center;
}
/* line 840, phone.scss */
.cart .items {
  margin-top: 20px;
  border-bottom: 1px solid #dddddd;
}
/* line 843, phone.scss */
.cart .items h2 {
  padding-top: 0;
  font-size: 24px;
  text-align: center;
  color: black;
  margin-bottom: -5px;
}
/* line 850, phone.scss */
.cart .items .thumb {
  text-align: center;
}
/* line 853, phone.scss */
.cart .items .cartquantity {
  text-align: right;
}
/* line 857, phone.scss */
.cart .items .price {
  font-size: 24px;
  font-family: "medium";
}
/* line 861, phone.scss */
.cart .items .delete {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}
/* line 865, phone.scss */
.cart .items .delete .xbutton {
  background-image: url(btn_removeMobile.png);
  width: 60px;
  height: 25px;
  position: absolute;
  margin-bottom: 30px;
  margin-left: -22px;
  background-position-y: -30px;
}
/* line 876, phone.scss */
.cart .row.items:last-child {
  border-bottom: 1px solid #000000;
  background-color: red;
}
/* line 881, phone.scss */
.cart .nostock {
  font-size: 14px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
/* line 887, phone.scss */
.cart .amazonbutton {
  background-color: #0070d6;
  width: 140px;
}
/* line 891, phone.scss */
.cart .checkoutbutton {
  background-color: #0070d6;
  width: 140px;
}
/* line 896, phone.scss */
.cart .checkout {
  border-bottom: 1px solid #dddddd;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 30px;
}
/* line 901, phone.scss */
.cart .checkout .uscustomers {
  text-align: center;
  font-size: 18px;
  font-family: "light";
  color: grey;
}
/* line 907, phone.scss */
.cart .checkout .subtotal {
  text-align: right;
  font-size: 24px;
}
/* line 911, phone.scss */
.cart .checkout .price {
  text-align: left;
  font-family: "medium";
  font-size: 24px;
}
/* line 916, phone.scss */
.cart .checkout .link {
  text-align: center;
}
/* line 918, phone.scss */
.cart .checkout .link .checkoutbutton {
  margin-left: 20px;
  width: auto;
  margin-top: 20px;
}
/* line 925, phone.scss */
.cart .amazon {
  text-align: center;
  padding-top: 20px;
}
/* line 928, phone.scss */
.cart .amazon .international {
  text-align: center;
  font-size: 18px;
  font-family: "light";
  color: black;
  margin-top: 10px;
}
/* line 935, phone.scss */
.cart .amazon .link {
  text-align: center;
}
/* line 940, phone.scss */
.cart .warning {
  font-size: 14px;
  text-align: center;
}

/* Footer Widgets */
/* line 948, phone.scss */
.diagram {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #42c0b9;
}
/* line 953, phone.scss */
.diagram .weights .number {
  width: 87px;
  height: 100px;
  background-image: url(diagram-weights.png);
  float: left;
}
/* line 959, phone.scss */
.diagram .weights .second {
  background-image: url(diagram-weights2.png);
}
/* line 962, phone.scss */
.diagram .weights .value {
  font-family: "medium";
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 17px;
}
/* line 970, phone.scss */
.diagram h4 {
  font-family: "medium";
  color: #c9fd5c;
  font-size: 40px;
  margin-bottom: 20px;
}
/* line 976, phone.scss */
.diagram h5 {
  font-family: "medium";
  color: #c9fd5c;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 10px;
}
/* line 983, phone.scss */
.diagram p {
  font-size: 14px;
  font-family: "medium";
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 990, phone.scss */
.diagram ol {
  margin-left: 0;
  padding-right: 0;
  list-style-type: none;
}
/* line 994, phone.scss */
.diagram ol li {
  counter-increment: step-counter;
  font-size: 14px;
  font-family: "medium";
  color: white;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 1002, phone.scss */
.diagram ol li::before {
  font-family: "medium";
  content: counter(step-counter);
  margin-right: 5px;
  color: #71c4c3;
  font-size: 100%;
  background-color: #c9fd5c;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 50%;
}

/* Buy Widget Confetti background*/
/* line 1017, phone.scss */
.buy-widget {
  background-image: none;
  padding-top: 75px;
  transition: all 0.5s ease;
}
/* line 1021, phone.scss */
.buy-widget h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #0070d6;
}
/* line 1026, phone.scss */
.buy-widget .shopcta {
  font-size: 16px;
  font-family: "medium";
  color: #0070d6;
  margin-bottom: 10px;
  border-radius: 25px;
  box-sizing: border-box;
  height: 44px;
  padding-left: 16px;
  padding-right: 16px;
  border: 2px solid #0070d6;
  outline: none;
  text-align: center;
  width: 291px;
  padding-top: 11px;
  margin-bottom: 40px;
}
/* line 1042, phone.scss */
.buy-widget .shopcta:hover {
  background-color: #0070d6;
  color: white !important;
}
/* line 1045, phone.scss */
.buy-widget .shopcta:hover a:hover {
  color: white !important;
}

/* line 1052, phone.scss */
.buynow {
  transition: all 0.5s ease;
}
/* line 1054, phone.scss */
.buynow .freeshipping {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 1062, phone.scss */
.buy-widget.green, .buynow.green {
  background-color: #e6ffda;
}

/* line 1066, phone.scss */
.buy-widget.pink, .buynow.pink {
  background-color: #fde6eb;
}

/* line 1070, phone.scss */
.buy-widget.blue, .buynow.blue {
  background-color: #cef2f0;
}

/* line 1074, phone.scss */
.newsletter {
  background-color: #0070d6;
}
/* line 1076, phone.scss */
.newsletter .container {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: "medium";
}
/* line 1083, phone.scss */
.newsletter .container .row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 1086, phone.scss */
.newsletter .container .row .col-md-12 {
  text-align: center;
}
/* line 1091, phone.scss */
.newsletter .container input#mce-EMAIL {
  font-family: "light";
  background-color: #3e6aac;
  margin-top: 20px;
  padding: 10px;
  border: 0;
  border-radius: 25px;
  width: 268px;
  text-align: left;
  padding-left: 30px;
  padding-right: 80px;
  font-size: 18px;
  outline: none;
}
/* line 1105, phone.scss */
.newsletter .container input:focus::-webkit-input-placeholder {
  color: transparent;
}
/* line 1108, phone.scss */
.newsletter .container input:focus {
  outline: none;
}
/* line 1111, phone.scss */
.newsletter .container input.button {
  font-size: 16px;
  padding-top: 3px;
  border: 0;
  background-color: #ffffff;
  font-family: "medium";
  color: #0070d6;
  margin-top: 10px;
  margin-left: -80px;
}
/* line 1121, phone.scss */
.newsletter .container ::-webkit-input-placeholder {
  color: white;
}
/* line 1124, phone.scss */
.newsletter .container ::-moz-placeholder {
  color: white;
}
/* line 1127, phone.scss */
.newsletter .container ::-moz-placeholder {
  color: white;
}
/* line 1130, phone.scss */
.newsletter .container :-ms-input-placeholder {
  color: white;
}
/* line 1134, phone.scss */
.newsletter .container input.email:focus ::-webkit-input-placeholder {
  color: #3e6aac;
}
/* line 1137, phone.scss */
.newsletter .container input.email:focus ::-moz-placeholder {
  color: #3e6aac;
}
/* line 1140, phone.scss */
.newsletter .container input.email:focus ::-moz-placeholder {
  color: #3e6aac;
}
/* line 1143, phone.scss */
.newsletter .container input.email:focus :-ms-input-placeholder {
  color: #3e6aac;
}

/* line 1150, phone.scss */
footer {
  margin-top: 0 !important;
  border: 0;
  padding: 0;
  padding-bottom: 0 !important;
}
/* line 1155, phone.scss */
footer h6 {
  text-align: left;
  font-size: 18px;
  font-family: "medium";
  color: #0070d6;
  margin-bottom: 16px;
}
/* line 1162, phone.scss */
footer li {
  font-size: 14px;
  display: list-item !important;
  text-align: left;
  font-family: "light";
  color: #0070d6;
  margin-bottom: 7px;
  padding-left: 0 !important;
}
/* line 1170, phone.scss */
footer li a:hover {
  text-decoration: underline;
}
/* line 1174, phone.scss */
footer .legal {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 1178, phone.scss */
footer .legal .legal-blurb, footer .legal .legal-links {
  font-family: "light";
  font-size: 13px;
}
/* line 1182, phone.scss */
footer .legal .legal-links {
  text-align: right;
}
/* line 1185, phone.scss */
footer .legal .legal-links > a {
  margin-left: 20px;
}
/* line 1189, phone.scss */
footer .powered {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  text-align: center;
  font-family: "light";
}

/* line 1199, phone.scss */
.part .shape {
  transition: all 1s ease;
  transition-delay: 0s;
  opacity: 0;
  margin-top: 100px;
}
/* line 1205, phone.scss */
.part img {
  transition: all 1s ease;
  transition-delay: 0.2s;
  opacity: 0;
  padding-top: 100px;
}
/* line 1211, phone.scss */
.part .copy {
  transition: all 1s ease;
  transition-delay: 0.4s;
  opacity: 0;
  padding-top: 100px;
}

/* line 1220, phone.scss */
.part.noanim .shape {
  transition: all 0s ease;
}
/* line 1223, phone.scss */
.part.noanim img {
  transition: all 0s ease;
}
/* line 1226, phone.scss */
.part.noanim .copy {
  transition: all 0s ease;
}

/* line 1232, phone.scss */
.part.revealed .shape {
  opacity: 0.8;
  margin-top: 0;
  opacity: 0.8;
}
/* line 1237, phone.scss */
.part.revealed .copy {
  opacity: 1;
  padding-top: 0;
}
/* line 1241, phone.scss */
.part.revealed img {
  opacity: 1;
  padding-top: 0;
}

/* Forms */
/* line 1248, phone.scss */
label {
  font-family: "light";
  color: black;
  font-size: 16px;
  margin-bottom: 8px;
}

/* a[target="_blank"] {
	background-color: yellow;
}

label[aria-pressed="true"] {
	width: 300px;
	background-color: yellow;
} */
/* Medium devices (desktops, 992px and up) */
/* @media (min-width: $screen-sm-min) { */
@media (min-width: 992px) {
  /* line 7, desktop.scss */
  body {
    background-image: url(bg-home.png);
    background-position-x: 50%;
    background-repeat: no-repeat;
    background-position-y: 0;
  }

  /* line 13, desktop.scss */
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  /* line 17, desktop.scss */
  div[class^="col"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  /* line 23, desktop.scss */
  .gridoverlay .col-md-1 {
    background-color: rgba(255, 0, 0, 0.5);
    height: 20px;
  }
  /* line 27, desktop.scss */
  .gridoverlay .col-md-1:nth-child(even) {
    background-color: rgba(0, 255, 0, 0.4);
    height: 20px;
  }

  /* line 32, desktop.scss */
  section#content {
    margin-top: 83px;
  }

  /* line 35, desktop.scss */
  .logo {
    padding-top: 22px;
  }

  /* line 40, desktop.scss */
  .navbar {
    font-size: 16px;
  }
  /* line 42, desktop.scss */
  .navbar .navbar-nav > li {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
  }
  /* line 47, desktop.scss */
  .navbar .navbar-nav > li.cart {
    background-color: #71c4c3;
    background-image: url(icon-cart.svg);
    background-repeat: no-repeat;
    background-position-x: 93px;
    background-position-y: 45%;
    background-size: 40px;
    padding-left: 45px;
    padding-right: 30px;
    padding-top: 31px;
    padding-bottom: 32px;
  }
  /* line 59, desktop.scss */
  .navbar .navbar .navbar-nav > li > a {
    margin-right: 40px;
  }
  /* line 64, desktop.scss */
  .navbar .navbar-nav > li.cart > a span {
    margin-left: 20px;
    color: #0070d6;
    font-size: 15px;
  }

  /* line 72, desktop.scss */
  .home {
    /* A whole new way */
    /* Because we kids eat matters */
    /* Hero */
    /* Smart Features */
    /* Love */
  }
  /* line 73, desktop.scss */
  .home .shape {
    display: block;
  }
  /* line 76, desktop.scss */
  .home .copy {
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
  }
  /* line 81, desktop.scss */
  .home .leftpadding {
    padding-left: 20px;
  }
  /* line 84, desktop.scss */
  .home .part0 {
    margin-bottom: 0px;
  }
  /* line 86, desktop.scss */
  .home .part0 .shape {
    left: 59%;
    width: 305px;
    height: 312px;
    margin-top: 80px;
    position: absolute;
    background-image: url(shape0.png);
  }
  /* line 94, desktop.scss */
  .home .part0 .copy {
    margin-bottom: 265px;
  }
  /* line 96, desktop.scss */
  .home .part0 .copy h1 {
    font-size: 60px;
    margin-top: 150px;
    color: #0070d6;
    margin-bottom: 20px;
  }
  /* line 101, desktop.scss */
  .home .part0 .copy h1 u {
    text-decoration: none;
    border-bottom: 5px solid #0070d6;
  }
  /* line 106, desktop.scss */
  .home .part0 .copy .dash {
    background-color: #0070d6;
    width: 16px;
    height: 1px;
    margin-bottom: 27px;
  }
  /* line 112, desktop.scss */
  .home .part0 .copy .catchline {
    color: #0070d6;
    font-size: 25px;
    font-family: "light";
    margin-bottom: 20px;
  }
  /* line 121, desktop.scss */
  .home .part1 {
    margin-bottom: 80px;
  }
  /* line 123, desktop.scss */
  .home .part1 img {
    margin-top: 75px;
  }
  /* line 126, desktop.scss */
  .home .part1 .shape {
    left: 50%;
    margin-top: 0;
  }
  /* line 130, desktop.scss */
  .home .part1 .copy {
    margin-top: 170px;
  }
  /* line 135, desktop.scss */
  .home .part2 {
    margin-bottom: 160px;
  }
  /* line 137, desktop.scss */
  .home .part2 img {
    margin-top: 90px;
  }
  /* line 140, desktop.scss */
  .home .part2 .copy {
    margin-top: 150px;
  }
  /* line 143, desktop.scss */
  .home .part2 .shape {
    left: 32%;
    margin-top: 0;
  }
  /* line 149, desktop.scss */
  .home .part3 {
    margin-bottom: 30px;
  }
  /* line 151, desktop.scss */
  .home .part3 .copy {
    margin-top: 145px;
  }
  /* line 154, desktop.scss */
  .home .part3 .shape {
    left: 56%;
    margin-top: 0;
  }
  /* line 158, desktop.scss */
  .home .part3 #carousel-custom {
    margin-bottom: 0;
  }
  /* line 163, desktop.scss */
  .home .part3 .carousel-indicators {
    margin: 10px 0 0;
    overflow: hidden;
    position: static;
    text-align: left;
    width: 100%;
  }
  /* line 171, desktop.scss */
  .home .part3 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: 89px;
  }
  /* line 181, desktop.scss */
  .home .part3 .carousel-indicators li img {
    box-sizing: border-box;
    display: block;
    opacity: 1;
  }
  /* line 186, desktop.scss */
  .home .part3 .carousel-indicators li img:hover {
    box-shadow: inset 3px 1px 2px #ff0000;
  }
  /* line 189, desktop.scss */
  .home .part3 .carousel-indicators li.active img {
    box-shadow: inset 3px 1px 2px #ff0000;
  }
  /* line 192, desktop.scss */
  .home .part3 #carousel-custom .carousel-outer {
    position: relative;
  }
  /* line 197, desktop.scss */
  .home .part4 {
    margin-bottom: 85px;
  }
  /* line 199, desktop.scss */
  .home .part4 img {
    margin-top: 145px;
  }
  /* line 202, desktop.scss */
  .home .part4 .copy {
    margin-top: 190px;
    padding-top: 0px;
  }
  /* line 205, desktop.scss */
  .home .part4 .copy p {
    margin-bottom: 40px;
  }
  /* line 209, desktop.scss */
  .home .part4 .shape {
    left: 52%;
    margin-top: 0;
    width: 284px;
    height: 284px;
    background-image: url(shape4.png);
  }
  /* line 216, desktop.scss */
  .home .part4 ul {
    list-style-type: circle !important;
  }
  /* line 218, desktop.scss */
  .home .part4 ul li {
    font-size: 20px;
    line-height: 25px;
    font-family: "light";
  }
  /* line 226, desktop.scss */
  .home .part5 {
    margin-bottom: 100px;
  }
  /* line 228, desktop.scss */
  .home .part5 img {
    margin-top: 90px;
  }
  /* line 231, desktop.scss */
  .home .part5 .copy {
    margin-top: 45px;
  }
  /* line 233, desktop.scss */
  .home .part5 .copy p {
    margin-bottom: 40px;
  }
  /* line 237, desktop.scss */
  .home .part5 .shape {
    left: 36%;
    margin-top: 0;
  }

  /* line 243, desktop.scss */
  .buy-widget {
    background-image: url(buy-bg-transparent.png);
    background-color: none;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-color: #dff7f6;
  }
  /* line 250, desktop.scss */
  .buy-widget .dash {
    background-color: #0070d6;
    width: 16px;
    height: 1px;
    margin-bottom: 27px;
  }

  /* line 257, desktop.scss */
  .shopbox {
    width: 100%;
  }
  /* line 259, desktop.scss */
  .shopbox .quantity-widget {
    display: block;
  }
  /* line 264, desktop.scss */
  .shopbox button {
    display: block !important;
    margin: 0 auto;
    display: block;
  }

  /* Design Page */
  /* line 271, desktop.scss */
  .design {
    padding-top: 0;
  }
  /* line 273, desktop.scss */
  .design .part {
    margin-bottom: 50px;
  }
  /* line 275, desktop.scss */
  .design .part p {
    text-align: left;
    font-size: 20px;
  }
  /* line 279, desktop.scss */
  .design .part h2 {
    text-align: left;
    margin-bottom: 4px;
  }
  /* line 283, desktop.scss */
  .design .part .copy {
    clear: none;
  }
  /* line 287, desktop.scss */
  .design .part.part0 p {
    color: #0070d6;
    font-size: 25px;
    font-family: "light";
    margin-bottom: 20px;
  }
  /* line 293, desktop.scss */
  .design .part.part0 h2 {
    margin-top: 170px;
  }
  /* line 296, desktop.scss */
  .design .part.part0 img {
    margin-top: 75px;
  }
  /* line 301, desktop.scss */
  .design .part.part1 h2 {
    margin-top: 90px;
  }
  /* line 304, desktop.scss */
  .design .part.part1 img {
    margin-top: 0px;
  }
  /* line 309, desktop.scss */
  .design .part.part2 h2 {
    margin-top: 130px;
  }
  /* line 312, desktop.scss */
  .design .part.part2 img {
    margin-top: 15px;
  }
  /* line 316, desktop.scss */
  .design .part.part3 {
    margin-bottom: 80px;
  }
  /* line 317, desktop.scss */
  .design .part.part3 h2 {
    margin-top: 120px;
  }
  /* line 320, desktop.scss */
  .design .part.part3 img {
    margin-top: -300px;
  }
  /* line 326, desktop.scss */
  .design .part.part4 h2 {
    margin-top: 30px;
  }
  /* line 329, desktop.scss */
  .design .part.part4 img {
    margin-top: 10px;
  }
  /* line 333, desktop.scss */
  .design .part.part5 {
    margin-top: 0;
  }
  /* line 335, desktop.scss */
  .design .part.part5 h2 {
    margin-top: 80px;
  }
  /* line 338, desktop.scss */
  .design .part.part5 img {
    margin-top: 10px;
  }
  /* line 343, desktop.scss */
  .design .part.part6 h2 {
    margin-top: 30px;
    text-align: center;
  }
  /* line 347, desktop.scss */
  .design .part.part6 p {
    text-align: center;
  }
  /* line 350, desktop.scss */
  .design .part.part6 img {
    margin-top: 30px;
  }

  /* Diagram */
  /* line 363, desktop.scss */
  .diagram h4 {
    margin-bottom: 0;
  }
  /* line 366, desktop.scss */
  .diagram h5 {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  /* Buy Page */
  /* line 377, desktop.scss */
  .buy {
    padding-top: 40px;
  }
  /* line 379, desktop.scss */
  .buy h1 {
    margin-top: 0;
    margin-bottom: 60px;
  }
  /* line 384, desktop.scss */
  .buy .keyfeatures h2 {
    margin-top: 45px;
  }
  /* line 388, desktop.scss */
  .buy .variants {
    text-align: left;
  }
  /* line 390, desktop.scss */
  .buy .variants .image {
    text-align: center;
  }
  /* line 393, desktop.scss */
  .buy .variants .price {
    text-align: left;
    padding-left: 10px;
  }
  /* line 397, desktop.scss */
  .buy .variants .button-container {
    text-align: center;
    margin-top: 0;
  }
  /* line 400, desktop.scss */
  .buy .variants .button-container button {
    margin-top: 20px;
  }
  /* line 404, desktop.scss */
  .buy .variants h3 {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  /* line 408, desktop.scss */
  .buy .variants p {
    text-align-last: left;
    padding-left: 15px;
  }
  /* line 412, desktop.scss */
  .buy .variants .coloredRadios {
    padding-top: 21px;
    padding-left: 0 !important;
  }

  /* line 419, desktop.scss */
  .buynow .freeshipping {
    margin-bottom: 60px;
  }

  /* Cart Page */
  /* line 424, desktop.scss */
  .cart {
    font-family: "light";
  }
  /* line 426, desktop.scss */
  .cart .headings {
    font-family: "medium";
    display: block;
    margin-bottom: 62px;
  }
  /* line 431, desktop.scss */
  .cart h1 {
    text-align: center;
    padding-top: 30px;
  }
  /* line 435, desktop.scss */
  .cart .items {
    margin-bottom: 32px;
    margin-top: 20px;
  }
  /* line 437, desktop.scss */
  .cart .items .thumb {
    margin-top: -32px;
    margin-bottom: 10px;
  }
  /* line 442, desktop.scss */
  .cart .items h2 {
    padding-top: 0;
    margin-bottom: 4px;
    text-align: left;
  }
  /* line 447, desktop.scss */
  .cart .items .cartquantity {
    text-align: left;
  }
  /* line 451, desktop.scss */
  .cart .items .delete {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
  /* line 455, desktop.scss */
  .cart .items .delete .xbutton {
    background-image: url(btn_remove.png);
    width: 30px;
    height: 30px;
    position: absolute;
    margin-left: -8px;
    background-position-y: 0;
  }
  /* line 464, desktop.scss */
  .cart .items .nostock {
    padding-top: 0px;
    text-align: left;
  }
  /* line 471, desktop.scss */
  .cart .checkout .subtotal {
    text-align: left;
  }
  /* line 475, desktop.scss */
  .cart .checkout .link .checkoutbutton {
    margin-top: -7px;
  }
  /* line 486, desktop.scss */
  .cart .warning {
    padding-top: 24px;
    text-align: right;
  }

  /* line 494, desktop.scss */
  .newsletter .container {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
  }
  /* line 498, desktop.scss */
  .newsletter .container .signupphrase {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 502, desktop.scss */
  .newsletter .container input#mce-EMAIL {
    margin-top: 10px;
    margin-left: 10px;
  }
  /* line 508, desktop.scss */
  .newsletter .container input.button:hover {
    background-image: none;
    text-decoration: underline;
  }
}
/* line 516, desktop.scss */
.generic {
  font-family: "light";
  text-align: left;
}
/* line 519, desktop.scss */
.generic h1 {
  text-align: center;
}
/* line 522, desktop.scss */
.generic p {
  font-size: 16px;
}

/* a[target="_blank"] {
	background-color: yellow;
}

label[aria-pressed="true"] {
	width: 300px;
	background-color: yellow;
} */

/*# sourceMappingURL=desktop.css.map */
