/* Variables */
/* Common */
/* Layout */
/* Row Styles */
/* Content */
/* Product Category Card */
/* Product Card */
/* Product Page */
/* Messages */
* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  color: #000;
  background: #fff;
  font-family: 'Dosis', arial, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #4d5254;
  font-size: 16px;
  padding-top: 5px;
}
.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}
.categorty-wrapper {
  margin-bottom: 20px;
}
.right {
  float: right;
}
.left {
  float: left;
}
.header-banner {
  text-align: center;
  background-color: #cfe2f7;
  padding: 12px 0 13px 0;
  font-weight: bold;
  text-transform: uppercase;
  background: #b8292d;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.constrain {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 1px 0;
}
.constrain.compact {
  width: 860px;
}
#header {
  padding: 10px 0;
}
#header .constrain {
  text-align: right;
}
#header .constrain .cart-info-text {
  margin-right: 45px;
}
#header .constrain .button-blue {
  margin: 0 0 0 5px;
}
#header .constrain .basket-image {
  vertical-align: middle;
  margin: 0 5px 0 0;
  position: relative;
  top: -2px;
}
#nav {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -1em 0 0 0;
}
#nav ul {
  list-style-type: none;
}
#nav li {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
#nav a {
  font-weight: bold;
  text-transform: uppercase;
  color: #8e9193;
  display: block;
  font-size: 16px;
  text-decoration: none;
  padding: 0.5em 1em;
}
#nav a:hover,
#nav li.current a {
  color: #025f96;
}
#nav li:hover a.has_children:after,
#nav li.sfhover a.has_children:after {
  width: 10px;
  height: 6px;
  content: '.';
  position: absolute;
  display: block;
  left: 10px;
  top: 37px;
  z-index: 101;
  overflow: hidden;
  text-indent: 100px;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23c7c7c7%22%20points%3D%220%2C4%208%2C4%204%2C0%22%2F%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%220%2C5%208%2C5%204%2C1%22%2F%3E%3C%2Fsvg%3E');
}
#nav ul ul {
  position: absolute;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 0 11px;
  white-space: nowrap;
  z-index: 100;
  -webkit-box-shadow: 0 0 5px 5px rgba(51,51,51,0.15);
  box-shadow: 0 0 5px 5px rgba(51,51,51,0.15);
  height: 1px;
  visibility: hidden;
}
#nav ul ul li {
  border-bottom: 1px solid #d1d1d1;
  display: block;
  margin: 0 0 -1px 0;
}
#nav ul li.sfhover ul,
#nav ul li:hover ul {
  height: auto;
  visibility: visible;
}
#nav ul ul a,
#nav ul li.current ul a {
  padding: 5px 15px 5px 26px;
  color: #4d5254;
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-transform: none;
  background-repeat: no-repeat;
}
#nav ul ul a:hover,
#nav ul li.current ul a:hover {
  color: #4d8fb5;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2225%22%20viewBox%3D%220%200%2014%205%22%20preserveAspectRatio%3D%22xMaxYMid%20meet%22%3E%3Cg%3E%3Cg%3E%3Cpath%20fill%3D%22%234d8fb5%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.923%2C9.352l-0.57-0.569c-0.02-0.02-0.043-0.033-0.063-0.052L3.931%2C1.37%20c-0.63-0.63-1.653-0.63-2.283%2C0L1.077%2C1.942c-0.631%2C0.63-0.631%2C1.653%2C0%2C2.282L7.353%2C10.5l-6.275%2C6.274%20c-0.631%2C0.631-0.631%2C1.652%2C0%2C2.283l0.571%2C0.57c0.63%2C0.632%2C1.653%2C0.632%2C2.283%2C0l7.357-7.357c0.021-0.019%2C0.044-0.032%2C0.064-0.053%20l0.57-0.57c0.317-0.316%2C0.474-0.732%2C0.473-1.147C12.396%2C10.084%2C12.24%2C9.668%2C11.923%2C9.352z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
#content img.slide-organic-baby {
  margin-top: -30px !important;
}
#slideshow-wrap .constrain {
  height: 315px;
  margin-top: -100px;
  padding-top: 100px;
  overflow: hidden;
}
#slideshow-wrap #slideshow {
  position: relative;
  margin: 0 30px 0 50px;
}
#slideshow-wrap #slideshow .slide {
  height: 315px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#slideshow-wrap #slide-nav-left,
#slideshow-wrap #slide-nav-right {
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0px;
  width: 13px;
  height: 21px;
  margin: -11px 0 0 0;
  cursor: pointer;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%3E%3Cg%3E%3Cpath%20fill%3D%22%234d8fb5%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20%20d%3D%22M1.077%2C11.646l0.569%2C0.569c0.021%2C0.02%2C0.043%2C0.033%2C0.063%2C0.052l7.359%2C7.361c0.63%2C0.63%2C1.653%2C0.63%2C2.283%2C0l0.57-0.572%20c0.632-0.63%2C0.632-1.653%2C0-2.282l-6.276-6.275l6.275-6.273c0.632-0.631%2C0.632-1.652%2C0-2.283l-0.57-0.57%20c-0.63-0.632-1.653-0.632-2.283%2C0L1.711%2C8.729C1.689%2C8.748%2C1.667%2C8.76%2C1.646%2C8.782l-0.569%2C0.57%20c-0.317%2C0.315-0.474%2C0.731-0.474%2C1.146C0.604%2C10.915%2C0.76%2C11.331%2C1.077%2C11.646z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
#slideshow-wrap #slide-nav-right {
  left: auto;
  right: 0px;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%3E%3Cg%3E%3Cpath%20fill%3D%22%234d8fb5%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.923%2C9.352l-0.57-0.569c-0.02-0.02-0.043-0.033-0.063-0.052L3.931%2C1.37%20c-0.63-0.63-1.653-0.63-2.283%2C0L1.077%2C1.942c-0.631%2C0.63-0.631%2C1.653%2C0%2C2.282L7.353%2C10.5l-6.275%2C6.274%20c-0.631%2C0.631-0.631%2C1.652%2C0%2C2.283l0.571%2C0.57c0.63%2C0.632%2C1.653%2C0.632%2C2.283%2C0l7.357-7.357c0.021-0.019%2C0.044-0.032%2C0.064-0.053%20l0.57-0.57c0.317-0.316%2C0.474-0.732%2C0.473-1.147C12.396%2C10.084%2C12.24%2C9.668%2C11.923%2C9.352z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
#content ul#slideshow-nav {
  list-style-type: none;
  position: absolute;
  left: 50px;
  bottom: 20px;
  margin: 0;
}
#content ul#slideshow-nav li {
  background: #e8c5c5;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 4px 0 0;
  cursor: pointer;
}
#content ul#slideshow-nav li.currentslide {
  background: #427698;
}
@media handheld,only screen and (max-width: 767px) {
  #nav {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 1em 0;
  }
  #nav li {
    display: block;
  }
}
#icons {
  margin: 65px 0 0 0;
}
#icons .constrain {
  text-align: center;
}
#icons img {
  margin: 25px 15px;
}
#icons #coconut {
  position: absolute;
  right: -110px;
  top: -109px;
}
#logo img {
  margin: 2px 0;
}
.logo-border {
  background: transparent url('../../include/resources/mygypsychild/images/i-border-gradient.jpg');
  height: 2px;
  margin: 0;
}
#badge {
  position: absolute;
  right: -5px;
  top: -30px;
  z-index: 3;
}
#natural {
  margin: 30px 0 30px 0;
  position: relative;
  z-index: 1;
}
#productimg {
  position: absolute;
  top: 30px;
  right: 150px;
  z-index: 2;
}
#footer .constrain {
  min-height: 241px;
  text-align: center;
  padding-left: 125px;
  width: 955px;
}
#footer #pink-flowers {
  position: absolute;
  left: -85px;
  bottom: 0;
  margin: 0;
}
#footer h3 {
  font-family: 'Shadows Into Light Two', cursive;
  color: #4d5254;
  font-size: 36px;
  padding: 35px 0 25px 0;
}
#footer .support-section {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 135px;
  font-size: 16px;
  padding: 0 0 20px 0;
}
#footer .support-section h4 {
  color: #fa8c8c;
  font-size: 16px;
  margin: 0 0 5px 0;
}
#footer .support-section h4 a {
  color: #fa8c8c;
  text-decoration: none;
}
#footer .support-section p {
  font-size: 16px;
}
#footer .support-section.longer {
  width: 165px;
}
#footer-nav {
  text-align: center;
  padding: 5px 0;
}
#footer-nav ul {
  list-style-type: none;
}
#footer-nav li {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 14px;
}
#footer-nav li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 5px 15px;
  font-weight: bold;
}
#footer-nav a:hover {
  text-decoration: underline;
}
#footer-nav ul ul {
  display: none;
}
#footer-nav #copyright {
  position: absolute;
  right: 0;
  top: -0.25em;
  font-size: 12px;
  color: #fff;
}
#footer-nav #copyright a {
  color: #fff;
  text-decoration: none;
  text-transform: none;
}
#footer-nav #author {
  position: absolute;
  right: 0;
  top: 1.25em;
  font-size: 12px;
}
#footer-nav #author a {
  color: #8b969a;
  text-decoration: none;
  text-transform: none;
}
#footer-nav #author a:hover {
  color: #fff;
}
#footer-nav #footer-social {
  position: absolute;
  left: 0;
  top: 6px;
  width: 200px;
}
#footer-nav #footer-social img {
  margin: 0 4px 0 0;
}
.white {
  background: #fff;
}
.grey {
  background: #ece9e7;
}
.dark-grey {
  background: #4d5254;
}
.blue {
  background: #1b6fa0;
}
.green {
  background: #e7f4e5;
}
.light-green {
  background: #f3faf3;
}
.sky {
  background: transparent url('../../include/resources/mygypsychild/images/i-sky.jpg') center top no-repeat;
}
#content {
  /* Call to actions */
  /* Add to cart button */
}
#content h2,
#content h1 {
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 36px;
  line-height: 1em;
  margin: 0.8em 0 0.1em 0;
  color: #4d5254;
}
#content h1 {
  margin-bottom: 0.5em;
}
#content h3 {
  color: #4d5254;
  font-size: 20px;
  font-weight: bold;
  margin: 0.7em 0 0 0;
}
#content h3 a {
  text-decoration: none;
}
#content .blue h1,
#content .blue h2,
#content .blue h3,
#content .blue h4 {
  color: #fff;
}
#content .cart h3 {
  background: #1b6fa0;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  color: #fff;
  display: inline-block;
  padding: 0.3em 2em 0.3em 0.5em;
  text-transform: uppercase;
  font-size: 18px;
}
#content h4 {
  color: #286b9d;
  font-size: 18px;
  margin: 1em 0 0 0;
  font-weight: normal;
}
#content .button {
  background: #4d8fb5;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 5px 12px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-weight: bold;
  font-size: 14px;
}
#content .button:hover {
  background: #f5a376;
}
#content .column-half {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 45%;
  padding: 0 1%;
  margin: 1em 1%;
}
#content .column-half-wider {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 60%;
}
#content .baby-with-products {
  float: right;
  margin: -70px 0 0 50px;
}
#content .sunflower {
  float: right;
  margin: -50px 0 0 20px;
  width: 110px;
  height: 110px;
}
#content .photo-right-bottom-set {
  float: right;
  margin: 0 -70px 0 20px;
}
#content .photo-right-top-set {
  float: right;
  margin: -1px 0 0 20px;
}
#content img.left {
  margin: 20px 50px 20px 0;
}
#content img.right {
  margin: 20px 0 20px 60px;
}
#content .media-thumbnail img.right,
#content .media-thumbnail img.left {
  margin-top: 0;
}
#content .cta {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 180px;
  background: #fff;
  text-align: center;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden;
  border-bottom: 4px solid #e9e9e9;
  margin: 30px 9px 30px 0;
}
#content .cta .cta-title {
  text-transform: uppercase;
  display: block;
  padding: 8px 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  height: 45px;
}
#content .cta .cta-title-text {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
#content .cta .cta-title-nudge {
  width: 1px;
  height: 45px;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
#content .cta a {
  text-decoration: none;
  color: #4d5254;
}
#content .quote-right {
  float: right;
  width: 300px;
  margin: 0 0 30px 50px;
  background: transparent url('../../include/resources/mygypsychild/images/g-quote.gif') no-repeat right top;
}
#content .quote-right p {
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
  font-style: italic;
}
#content .blue-circle {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100px;
  height: 100px;
  padding: 5px 10px 15px 10px;
  margin: 10px 10px 10px 0;
  text-align: center;
  color: #fff;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23059fe2%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23005e98%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ccircle%20fill%3D%22url%28%23grad1%29%22%20cx%3D%2250%25%22%20cy%3D%2250%25%22%20r%3D%2250%25%22%2F%3E%3C%2Fsvg%3E');
}
#content .blue-circle .sml-txt {
  text-transform: uppercase;
  font-size: 16px;
  display: block;
}
#content .blue-circle .big-txt {
  font-size: 23px;
  display: block;
  font-weight: bold;
}
#content .blue-circle .blue-circle-nudge {
  width: 1px;
  height: 100px;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
#content .blue-circle .blue-circle-content {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 99px;
  vertical-align: middle;
}
#content .add-to-cart-button {
  background-color: transparent;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20fill%3D%22%23fa8c8c%22%20cx%3D%2224.553%22%20cy%3D%2224.737%22%20r%3D%2224.212%22%2F%3E%3Cg%20id%3D%22Shape_4%22%3E%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M29.521%2C29.557V26.21h1.19l0.055-0.604%20c0-0.572%2C0.465-1.037%2C1.036-1.037c0.572%2C0%2C1.036%2C0.464%2C1.036%2C1.037l-0.074%2C0.604h3.144l0.327-3.03%20c0-0.196-0.025-0.291-0.058-0.291H12.838c-0.032%2C0-0.057%2C0.094-0.057%2C0.291l0.888%2C8.373c0%2C1.76%2C1.69%2C3.051%2C3.256%2C3.051h9.249%20v-2.99c-0.237-0.19-0.402-0.479-0.402-0.824l0.105-5.184c0-0.572%2C0.464-1.037%2C1.036-1.037s1.035%2C0.464%2C1.035%2C1.037l-0.199%2C3.951%20H29.521z%20M17.72%2C31.826c-0.529%2C0-0.958-0.463-0.958-1.037l-0.637-5.184c0-0.572%2C0.464-1.037%2C1.038-1.037%20c0.573%2C0%2C1.038%2C0.464%2C1.038%2C1.037l0.478%2C5.184C18.678%2C31.363%2C18.25%2C31.826%2C17.72%2C31.826z%20M22.214%2C31.826%20c-0.529%2C0-0.959-0.463-0.959-1.037l-0.266-5.184c0-0.572%2C0.464-1.037%2C1.036-1.037c0.574%2C0%2C1.038%2C0.464%2C1.038%2C1.037l0.109%2C5.184%20C23.171%2C31.363%2C22.743%2C31.826%2C22.214%2C31.826z%20M34.542%2C31.23v-3.347h-3.347v3.347h-3.347v3.347h3.347v3.347h3.347v-3.347h3.347%20V31.23H34.542z%20M23.082%2C21.143c0.088%2C0.008%2C0.173%2C0.008%2C0.261%2C0h12.87c0.926%2C0%2C1.673-0.749%2C1.673-1.673%20c0-0.924-0.747-1.673-1.673-1.673h-9.069l4.42-4.419c0.526-0.526%2C0.526-1.379%2C0-1.905c-0.526-0.527-1.38-0.527-1.905%2C0%20l-6.326%2C6.324H12.785c-0.923%2C0-1.673%2C0.75-1.673%2C1.673c0%2C0.925%2C0.75%2C1.673%2C1.673%2C1.673H23.082z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 49px;
  height: 49px;
  line-height: 49px;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-decoration: none;
  text-indent: 1000px;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
}
#content .add-to-cart-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20fill%3D%22%23f5a376%22%20cx%3D%2224.553%22%20cy%3D%2224.737%22%20r%3D%2224.212%22%2F%3E%3Cg%20id%3D%22Shape_4%22%3E%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M29.521%2C29.557V26.21h1.19l0.055-0.604%20c0-0.572%2C0.465-1.037%2C1.036-1.037c0.572%2C0%2C1.036%2C0.464%2C1.036%2C1.037l-0.074%2C0.604h3.144l0.327-3.03%20c0-0.196-0.025-0.291-0.058-0.291H12.838c-0.032%2C0-0.057%2C0.094-0.057%2C0.291l0.888%2C8.373c0%2C1.76%2C1.69%2C3.051%2C3.256%2C3.051h9.249%20v-2.99c-0.237-0.19-0.402-0.479-0.402-0.824l0.105-5.184c0-0.572%2C0.464-1.037%2C1.036-1.037s1.035%2C0.464%2C1.035%2C1.037l-0.199%2C3.951%20H29.521z%20M17.72%2C31.826c-0.529%2C0-0.958-0.463-0.958-1.037l-0.637-5.184c0-0.572%2C0.464-1.037%2C1.038-1.037%20c0.573%2C0%2C1.038%2C0.464%2C1.038%2C1.037l0.478%2C5.184C18.678%2C31.363%2C18.25%2C31.826%2C17.72%2C31.826z%20M22.214%2C31.826%20c-0.529%2C0-0.959-0.463-0.959-1.037l-0.266-5.184c0-0.572%2C0.464-1.037%2C1.036-1.037c0.574%2C0%2C1.038%2C0.464%2C1.038%2C1.037l0.109%2C5.184%20C23.171%2C31.363%2C22.743%2C31.826%2C22.214%2C31.826z%20M34.542%2C31.23v-3.347h-3.347v3.347h-3.347v3.347h3.347v3.347h3.347v-3.347h3.347%20V31.23H34.542z%20M23.082%2C21.143c0.088%2C0.008%2C0.173%2C0.008%2C0.261%2C0h12.87c0.926%2C0%2C1.673-0.749%2C1.673-1.673%20c0-0.924-0.747-1.673-1.673-1.673h-9.069l4.42-4.419c0.526-0.526%2C0.526-1.379%2C0-1.905c-0.526-0.527-1.38-0.527-1.905%2C0%20l-6.326%2C6.324H12.785c-0.923%2C0-1.673%2C0.75-1.673%2C1.673c0%2C0.925%2C0.75%2C1.673%2C1.673%2C1.673H23.082z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
#content .add-to-cart-button.disabled {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20fill%3D%22%23c3c3c3%22%20cx%3D%2224.553%22%20cy%3D%2224.737%22%20r%3D%2224.212%22%2F%3E%3Cg%20id%3D%22Shape_4%22%3E%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M29.521%2C29.557V26.21h1.19l0.055-0.604%20c0-0.572%2C0.465-1.037%2C1.036-1.037c0.572%2C0%2C1.036%2C0.464%2C1.036%2C1.037l-0.074%2C0.604h3.144l0.327-3.03%20c0-0.196-0.025-0.291-0.058-0.291H12.838c-0.032%2C0-0.057%2C0.094-0.057%2C0.291l0.888%2C8.373c0%2C1.76%2C1.69%2C3.051%2C3.256%2C3.051h9.249%20v-2.99c-0.237-0.19-0.402-0.479-0.402-0.824l0.105-5.184c0-0.572%2C0.464-1.037%2C1.036-1.037s1.035%2C0.464%2C1.035%2C1.037l-0.199%2C3.951%20H29.521z%20M17.72%2C31.826c-0.529%2C0-0.958-0.463-0.958-1.037l-0.637-5.184c0-0.572%2C0.464-1.037%2C1.038-1.037%20c0.573%2C0%2C1.038%2C0.464%2C1.038%2C1.037l0.478%2C5.184C18.678%2C31.363%2C18.25%2C31.826%2C17.72%2C31.826z%20M22.214%2C31.826%20c-0.529%2C0-0.959-0.463-0.959-1.037l-0.266-5.184c0-0.572%2C0.464-1.037%2C1.036-1.037c0.574%2C0%2C1.038%2C0.464%2C1.038%2C1.037l0.109%2C5.184%20C23.171%2C31.363%2C22.743%2C31.826%2C22.214%2C31.826z%20M34.542%2C31.23v-3.347h-3.347v3.347h-3.347v3.347h3.347v3.347h3.347v-3.347h3.347%20V31.23H34.542z%20M23.082%2C21.143c0.088%2C0.008%2C0.173%2C0.008%2C0.261%2C0h12.87c0.926%2C0%2C1.673-0.749%2C1.673-1.673%20c0-0.924-0.747-1.673-1.673-1.673h-9.069l4.42-4.419c0.526-0.526%2C0.526-1.379%2C0-1.905c-0.526-0.527-1.38-0.527-1.905%2C0%20l-6.326%2C6.324H12.785c-0.923%2C0-1.673%2C0.75-1.673%2C1.673c0%2C0.925%2C0.75%2C1.673%2C1.673%2C1.673H23.082z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  cursor: default;
}
#content .add-to-cart-button-big {
  background-color: #fa8c8c;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20id%3D%22Shape_4%22%3E%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M29.521%2C29.557V26.21h1.19l0.055-0.604%20c0-0.572%2C0.465-1.037%2C1.036-1.037c0.572%2C0%2C1.036%2C0.464%2C1.036%2C1.037l-0.074%2C0.604h3.144l0.327-3.03%20c0-0.196-0.025-0.291-0.058-0.291H12.838c-0.032%2C0-0.057%2C0.094-0.057%2C0.291l0.888%2C8.373c0%2C1.76%2C1.69%2C3.051%2C3.256%2C3.051h9.249%20v-2.99c-0.237-0.19-0.402-0.479-0.402-0.824l0.105-5.184c0-0.572%2C0.464-1.037%2C1.036-1.037s1.035%2C0.464%2C1.035%2C1.037l-0.199%2C3.951%20H29.521z%20M17.72%2C31.826c-0.529%2C0-0.958-0.463-0.958-1.037l-0.637-5.184c0-0.572%2C0.464-1.037%2C1.038-1.037%20c0.573%2C0%2C1.038%2C0.464%2C1.038%2C1.037l0.478%2C5.184C18.678%2C31.363%2C18.25%2C31.826%2C17.72%2C31.826z%20M22.214%2C31.826%20c-0.529%2C0-0.959-0.463-0.959-1.037l-0.266-5.184c0-0.572%2C0.464-1.037%2C1.036-1.037c0.574%2C0%2C1.038%2C0.464%2C1.038%2C1.037l0.109%2C5.184%20C23.171%2C31.363%2C22.743%2C31.826%2C22.214%2C31.826z%20M34.542%2C31.23v-3.347h-3.347v3.347h-3.347v3.347h3.347v3.347h3.347v-3.347h3.347%20V31.23H34.542z%20M23.082%2C21.143c0.088%2C0.008%2C0.173%2C0.008%2C0.261%2C0h12.87c0.926%2C0%2C1.673-0.749%2C1.673-1.673%20c0-0.924-0.747-1.673-1.673-1.673h-9.069l4.42-4.419c0.526-0.526%2C0.526-1.379%2C0-1.905c-0.526-0.527-1.38-0.527-1.905%2C0%20l-6.326%2C6.324H12.785c-0.923%2C0-1.673%2C0.75-1.673%2C1.673c0%2C0.925%2C0.75%2C1.673%2C1.673%2C1.673H23.082z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  height: 46px;
  vertical-align: top;
  line-height: 46px;
  display: block;
  width: 100%;
  text-align: right;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  padding: 0 10px 0 50px;
  margin: 20px 0 0 0;
  font-family: 'Dosis', arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
#content .add-to-cart-button-big:hover {
  background-color: #f5a376;
}
.button-blue,
.submit {
  background-color: #0083bf;
  /* This is for IE7 and 8 */
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23009ae1%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%2300608d%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 0.05em 1em 0.2em 1em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border-top: 1px solid #19b7ff;
  -webkit-box-shadow: 0 0 0 1px #0083bf;
  box-shadow: 0 0 0 1px #0083bf;
  font-weight: bolder;
  font-size: 14px;
}
.button-blue.submit-disabled,
.submit.submit-disabled {
  background-color: #aaaaaa;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23bbbbbb%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23919191%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  border-top: 1px solid #d7d7d7;
  -webkit-box-shadow: 0 0 0 1px #aaaaaa;
  box-shadow: 0 0 0 1px #aaaaaa;
  cursor: progress;
}
.submit {
  padding: 0.4em 0.8em;
}
.button-blue:hover,
.submit {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%2303b0ff%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%230077ae%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
}
#content .list-category {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  float: left;
  width: 218px;
  border: 1px solid #d0d0d0;
  margin: 10px;
  position: relative;
}
#content .list-category .category-name {
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 0 30px 0 30px;
  min-height: 50px;
}
#content .list-category .category-name a {
  color: inherit;
  text-decoration: none;
}
#content .list-category .category-name a:hover {
  text-decoration: underline;
}
#content .list-category .category-name em {
  font-style: normal;
  color: #4d8fb5;
}
.product-card {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  float: left;
  width: 218px;
  border: 1px solid #d0d0d0;
  margin: 10px;
  position: relative;
}
.product-card .product-name {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 0 15px;
  min-height: 50px;
  max-height: 50px;
  position: relative;
  z-index: 0;
}
.product-card .product-name em {
  font-style: normal;
  color: #4d8fb5;
}
.product-card .product-price {
  display: block;
  text-align: center;
  color: #025f96;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  background-color: rgba(255,255,255,0.65);
}
.product-card .product-moreinfo {
  text-transform: uppercase;
  color: #fa8c8c !important;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  margin: 15px 0 0 20px;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.product-card a.product-moreinfo:hover {
  color: #4d5254 !important;
}
.product-card .add-to-cart-button {
  margin: 0 10px 10px 0;
}
#content .featured-product {
  padding: 0 0 24px 0;
}
#content .featured-product .featured-product-text {
  margin-right: 550px;
  position: relative;
  z-index: 10;
}
#content .featured-product .product-price {
  float: right;
  color: #025f96;
  font-size: 24px;
  font-weight: bold;
}
#content .featured-product .featured-product-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}
#content .featured-product h3 a {
  color: ;
}
#content .featured-product h3 a em {
  color: #4d8fb5;
  font-style: normal;
}
.product-price {
  color: #1b6fa0;
  font-size: 36px;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.product-price .special-price {
  color: #787878;
  text-decoration: line-through;
}
.product-image-hero .media-thumbnail {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 180px;
}
.product-image-hero .media-thumbnail a {
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-image-hero .media-thumbnail .media-caption {
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 1;
  pointer-events: none;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  background: #fa8c8c url('../../include/resources/mygypsychild/images/i-zoom.png') no-repeat 2px 2px;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 4px 2px 20px;
  line-height: 13px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
}
.product-hero-text {
  height: 180px;
  padding-right: 480px;
}
.product-hero-text .h1-nudge {
  height: 110px;
  vertical-align: middle;
  width: 1px;
  display: inline-block;
}
.product-hero-text h1 {
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: middle;
  display: inline-block;
  width: 464px;
}
.product-hero-text h1 em {
  color: #4d8fb5;
  font-style: normal;
}
.product-hero-text form.add-to-cart {
  display: inline;
}
.product-hero-text .product-price {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 50px;
  margin: 0 10px 0 0;
}
.sidebar {
  width: 270px;
  float: right;
  padding: 155px 0 0 0;
  margin: 0 0 35px 50px;
  position: relative;
  text-align: center;
}
.sidebar #product-badge {
  position: absolute;
  top: -15px;
  right: -15px;
}
.sidebar .button {
  width: 109px;
  margin: 5px 0;
}
.sidebar form.add-to-cart select {
  width: 100%;
}
.sidebar form.add-to-cart select option.dimension-disabled {
  color: #ddd;
  font-style: italic;
}
.sidebar form.add-to-cart label {
  width: 100%;
  margin-bottom: 2px;
  padding: 0;
  text-align: right;
}
.sidebar form.add-to-cart label input {
  width: 50%;
}
.box {
  padding: 30px 20px 20px 20px;
  margin: 0 0 10px 0;
}
.box .product-price {
  text-align: right;
  display: block;
}
.sidebar .media-thumbnail img,
.product-description .media-thumbnail img {
  border: 1px solid #ddd;
}
#content .cart-footer {
  float: right;
  width: 300px;
  font-size: 0;
}
#content .cart-footer .product-price {
  font-size: 36px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 40%;
}
#content .cart-footer .product-price p {
  font-size: 16px;
  color: #4d5254;
  margin: 0;
}
#content .cart-footer .stack-right {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 60%;
}
#content .cart-footer .stack-right select.product-option-price-updater {
  width: 100%;
  margin-top: -10px;
  margin-bottom: 14px;
}
#content .cart-footer .stack-right select.product-option-price-updater option.dimension-disabled {
  color: #ddd;
  font-style: italic;
}
#content .cart-footer .stack-right label {
  width: 100%;
  margin-top: -10px;
  margin-bottom: 14px;
  padding: 0;
}
#content .cart-footer .stack-right label input {
  width: 50%;
}
#content .cart-footer .stack-right .add-to-cart-button-big {
  display: inline-block;
  width: auto;
  margin: -10px 0 0 20px;
}
#content p.back-to-shop {
  margin-top: 40px;
}
#content .messages {
  background: #fa8c8c;
  padding: 5px;
  text-align: center;
  color: #4d5254;
}
#content .messages ul {
  list-style-type: none;
}
#content .messages ul li {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
img.circular-image {
  border: 10px solid #fa8c8c;
  border-radius: 1000px;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  -o-border-radius: 1000px;
}
.organic-stamp {
  margin: -10px 0 0 0;
  padding-right: 40px;
}
.search-results {
  overflow: hidden;
}
.cart form#cart_form .address-details {
  font-size: 0;
  margin-left: -1%;
}
.cart form#cart_form .address-details > * {
  vertical-align: top;
  font-size: 16px;
  margin: 0;
  padding: 0;
  border-width: 1px 0;
}
.cart form#cart_form .address-details > * fieldset .shipping-address-selection label {
  float: none;
  width: auto;
}
.cart form#cart_form .address-details > * fieldset .use-invoice-address {
  opacity: 0.5;
}
.cart form#cart_form .address-details > * fieldset .form-row label {
  vertical-align: top;
  float: none;
  display: inline-block;
  width: 20%;
}
.cart form#cart_form .address-details > * fieldset .form-row .field {
  vertical-align: top;
  display: inline-block;
  margin-left: 0;
  width: 77%;
}
.cart form#cart_form .address-details > * fieldset .form-row .field input[type="text"] {
  width: 92%;
}
.cart form#cart_form .address-details > .billing-address {
  display: inline-block;
  margin-left: 1%;
  width: 49%;
}
.cart form#cart_form .address-details > .shipping-address {
  display: inline-block;
  margin-left: 1%;
  width: 49%;
}
.cart table.table-cart-items {
  width: 100%;
}
.cart table.table-cart-items thead tr.shipment-header td.column-all,
.cart table.table-cart-items tbody tr.shipment-header td.column-all,
.cart table.table-cart-items tfoot tr.shipment-header td.column-all {
  text-align: left;
}
.cart table.table-cart-items thead tr.subtotal td.column-all,
.cart table.table-cart-items tbody tr.subtotal td.column-all,
.cart table.table-cart-items tfoot tr.subtotal td.column-all {
  text-align: right;
}
.cart table.table-cart-items thead tr td.column-all,
.cart table.table-cart-items thead tr th.column-all,
.cart table.table-cart-items tbody tr td.column-all,
.cart table.table-cart-items tbody tr th.column-all,
.cart table.table-cart-items tfoot tr td.column-all,
.cart table.table-cart-items tfoot tr th.column-all {
  width: 100%;
}
.cart table.table-cart-items thead tr td.column-media-description,
.cart table.table-cart-items thead tr th.column-media-description,
.cart table.table-cart-items tbody tr td.column-media-description,
.cart table.table-cart-items tbody tr th.column-media-description,
.cart table.table-cart-items tfoot tr td.column-media-description,
.cart table.table-cart-items tfoot tr th.column-media-description {
  width: 60%;
}
.cart table.table-cart-items thead tr td.column-media,
.cart table.table-cart-items thead tr th.column-media,
.cart table.table-cart-items tbody tr td.column-media,
.cart table.table-cart-items tbody tr th.column-media,
.cart table.table-cart-items tfoot tr td.column-media,
.cart table.table-cart-items tfoot tr th.column-media {
  width: 10%;
}
.cart table.table-cart-items thead tr td.column-description,
.cart table.table-cart-items thead tr th.column-description,
.cart table.table-cart-items tbody tr td.column-description,
.cart table.table-cart-items tbody tr th.column-description,
.cart table.table-cart-items tfoot tr td.column-description,
.cart table.table-cart-items tfoot tr th.column-description {
  width: 50%;
}
.cart table.table-cart-items thead tr td.column-price,
.cart table.table-cart-items thead tr th.column-price,
.cart table.table-cart-items tbody tr td.column-price,
.cart table.table-cart-items tbody tr th.column-price,
.cart table.table-cart-items tfoot tr td.column-price,
.cart table.table-cart-items tfoot tr th.column-price {
  width: 15%;
}
.cart table.table-cart-items thead tr td.column-quantity,
.cart table.table-cart-items thead tr th.column-quantity,
.cart table.table-cart-items tbody tr td.column-quantity,
.cart table.table-cart-items tbody tr th.column-quantity,
.cart table.table-cart-items tfoot tr td.column-quantity,
.cart table.table-cart-items tfoot tr th.column-quantity {
  width: 12.5%;
}
.cart table.table-cart-items thead tr td.column-total,
.cart table.table-cart-items thead tr th.column-total,
.cart table.table-cart-items tbody tr td.column-total,
.cart table.table-cart-items tbody tr th.column-total,
.cart table.table-cart-items tfoot tr td.column-total,
.cart table.table-cart-items tfoot tr th.column-total {
  width: 7.5%;
  text-align: right;
}
.cart table.table-cart-items thead tr td.column-actions,
.cart table.table-cart-items thead tr th.column-actions,
.cart table.table-cart-items tbody tr td.column-actions,
.cart table.table-cart-items tbody tr th.column-actions,
.cart table.table-cart-items tfoot tr td.column-actions,
.cart table.table-cart-items tfoot tr th.column-actions {
  width: 5%;
}
input[type=text],
input[type=password],
select,
textarea {
  padding: 0.3em;
  background: #fff;
  border: 1px solid #ddd;
  color: #4d5254;
  font-size: 14px;
  margin: 1px 0;
  font-family: 'Dosis', arial, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #4d5254;
}
textarea {
  width: 90%;
}
input[type=radio],
input[type=checkbox] {
  border: 0;
  line-height: 1.5em;
}
#content input.medium {
  margin-top: 10px;
  width: 170px;
}
input.large {
  width: 30em;
}
input.small {
  width: 4em;
}
.form-row {
  margin: 4px 0;
}
label {
  float: left;
  width: 100px;
  padding: 0.2em 0 0 0;
}
.rhs_label {
  float: none;
  margin: 0 0 0 5px;
}
.field {
  margin-left: 100px;
}
.validation-advice {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 11px;
  background: #a90000;
  padding: 0.1em 0.3em;
  margin: 0.3em;
  color: #fff;
  font-family: verdana;
}
.note,
.captcha-instructions {
  font-size: 16px;
  color: #666;
  padding: 5px 0;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.buttons {
  margin: 10px 0 0 0;
}
.cart .buttons {
  text-align: center;
}
fieldset {
  border: 1px solid #1b6fa0;
  padding: 2px 10px 0 10px;
  margin: 1em 0;
}
fieldset .form-row {
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  margin: 0 -10px;
}
fieldset .form-row::after {
  content: ".";
  height: 0.0625em;
  display: block;
  clear: both;
  visibility: hidden;
}
#enquiry_form {
  background: transparent;
  border: 0;
  padding: 0;
}
#content form.f div.captcha-image {
  padding-top: 10px;
}
#captcha-field {
  margin-top: 10px;
}
#content form.medium-label div.buttons {
  margin-top: 0;
}
#content form.f button.submit {
  border: 0;
}
#content form.f input.large,
form.f select.large {
  width: 320px;
}
@media handheld,only screen and (max-width: 768px) {
  #content form.medium-label {
    max-width: 100%;
  }
  #content form.medium-label label {
    width: auto;
    float: none;
  }
  #content form.medium-label .field {
    margin: 0;
  }
  #content form.medium-label .captcha-instructions {
    font-size: 13.6px;
  }
  #content form.medium-label input.large,
  #content form.medium-label input.medium,
  #content form.medium-label textarea {
    max-width: 90%;
  }
  #content div.buttons {
    margin-left: 0;
  }
}
form.stockists_form {
  width: 80%;
}
form.stockists_form legend {
  font-size: 1.25em;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 768px) {
  form.stockists_form {
    width: 96%;
    margin: 0 2%;
  }
}
form.stockists_form .form-row {
  position: relative;
  margin: 1px 0;
}
form.stockists_form .form-row.full-width-label > label {
  width: 100%;
  display: block;
  float: none;
}
form.stockists_form .form-row.full-width-label .field {
  margin-left: 0;
}
form.stockists_form .form-row.address .field >div {
  font-size: 0;
  line-height: 0;
}
form.stockists_form .form-row.address .field >div > * {
  font-size: 16px;
  line-height: 1.5em;
}
form.stockists_form .form-row.address .field >div .address1,
form.stockists_form .form-row.address .field >div .address2,
form.stockists_form .form-row.address .field >div .city {
  width: 99%;
}
form.stockists_form .form-row.address .field >div .state {
  width: 35%;
}
@media handheld,only screen and (max-width: 768px) {
  form.stockists_form .form-row.address .field >div .state {
    width: 99%;
  }
}
form.stockists_form .form-row.address .field >div .country {
  width: 45%;
  margin-left: 0.5%;
}
@media handheld,only screen and (max-width: 768px) {
  form.stockists_form .form-row.address .field >div .country {
    width: 59.5%;
    margin-left: 0;
  }
}
form.stockists_form .form-row.address .field >div .postcode {
  width: 18%;
  margin-left: 0.5%;
}
@media handheld,only screen and (max-width: 768px) {
  form.stockists_form .form-row.address .field >div .postcode {
    width: 39.5%;
  }
}
form.stockists_form .form-row.section-end {
  border-bottom: 1px solid #1b6fa0;
  margin: 0 -10px;
  padding: 5px 20px 15px;
}
form.stockists_form .form-row.section-end + .form-row {
  margin-top: 5px;
}
form.stockists_form .form-row.checkbox .field input {
  margin-right: 4px;
}
form.stockists_form .form-row.checkbox .note {
  display: none;
}
form.stockists_form .form-row label {
  width: 120px;
}
form.stockists_form .form-row .field {
  margin-left: 120px;
}
form.stockists_form .form-row .field input[type=text],
form.stockists_form .form-row .field input[type=email],
form.stockists_form .form-row .field input[type=password],
form.stockists_form .form-row .field select {
  box-sizing: border-box;
}
form.stockists_form .form-row .field input[type=text],
form.stockists_form .form-row .field input[type=email],
form.stockists_form .form-row .field input[type=password] {
  width: 99%;
}
form.stockists_form .form-row .field select {
  width: 49.5%;
}
@media handheld,only screen and (max-width: 768px) {
  form.stockists_form .form-row .field select {
    width: 99%;
  }
}
form.stockists_form .form-row .field input[type=text].select-other-input {
  width: 49.5%;
}
@media handheld,only screen and (max-width: 768px) {
  form.stockists_form .form-row .field input[type=text].select-other-input {
    display: block;
    width: 100%;
  }
}
form.stockists_form .form-row .field .address-toggle {
  width: auto;
  float: none;
  margin-bottom: 0.5em;
}
form.stockists_form .form-row .field .address-toggle.checked {
  margin-bottom: 0;
}
form.stockists_form .form-row .field .address-toggle input {
  width: auto;
}
@media handheld,only screen and (max-width: 768px) {
  form.stockists_form .form-row .field .address-toggle {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  form.stockists_form .form-row .field .address-toggle.checked {
    margin-bottom: 0.5em;
  }
}
form.stockists_form .form-row .note {
  position: absolute;
  top: 0;
  right: 0;
  color: #fa8c8c;
}
form.stockists_form .stacked {
  margin-bottom: 0.4em;
}
form.stockists_form .stacked:first-child {
  margin-top: 0.5em;
}
form.stockists_form .stacked input.wholesale_account_size-field {
  position: relative;
}
form.stockists_form .stacked input.wholesale_account_size-field + label {
  margin-left: 5em;
}
@media handheld,only screen and (max-width: 768px) {
  form.stockists_form .stacked input.wholesale_account_size-field + label {
    display: block;
    margin-left: 1.6em;
  }
}
form.stockists_form .stacked input.wholesale_account_size-field:after {
  font-family: 'Dosis', arial, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #4d5254;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  width: 4.5em;
  display: inline-block;
  position: absolute;
  left: 1.6em;
  line-height: 1em;
  top: -1px;
}
form.stockists_form .stacked input.wholesale_account_size-field#wholesale_account_size_field_0:after {
  content: "Small:";
}
form.stockists_form .stacked input.wholesale_account_size-field#wholesale_account_size_field_1:after {
  content: "Medium:";
}
form.stockists_form .stacked input.wholesale_account_size-field#wholesale_account_size_field_2:after {
  content: "Large:";
}
