/* --- Grid Sizing --- */
/* --- Breakpoints --- */
/* --- Fonts, Colors, and Spacing --- */
/* --- Mixins --- */
/* --- Home Page --- */
#home-products {
  position: relative;
  overflow: hidden; }
  #home-products #home-products-previous, #home-products #home-products-next {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 50px;
    height: 51px;
    margin-top: -40px;
    padding-top: 29px;
    text-align: center;
    background: #FF4738;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; }
  #home-products #home-products-previous {
    left: -50px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    background-clip: "padding-box";
    -moz-background-clip: "padding-box";
    -webkit-background-clip: "padding-box";
    -o-background-clip: "padding-box";
    -ms-background-clip: "padding-box";
    border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    background-clip: "padding-box";
    -moz-background-clip: "padding-box";
    -webkit-background-clip: "padding-box";
    -o-background-clip: "padding-box";
    -ms-background-clip: "padding-box"; }
  #home-products #home-products-next {
    right: -50px;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    background-clip: "padding-box";
    -moz-background-clip: "padding-box";
    -webkit-background-clip: "padding-box";
    -o-background-clip: "padding-box";
    -ms-background-clip: "padding-box";
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    background-clip: "padding-box";
    -moz-background-clip: "padding-box";
    -webkit-background-clip: "padding-box";
    -o-background-clip: "padding-box";
    -ms-background-clip: "padding-box"; }
  #home-products:before, #home-products:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    width: 250px;
    height: 100%;
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; }
  #home-products:before {
    left: 0;
    background: transparent url(../images/home-products-overlay-left.png) repeat-y 0 0; }
    @media only screen and (max-width: 1100px) {
      #home-products:before {
        display: none; } }
  #home-products:after {
    right: 0;
    background: transparent url(../images/home-products-overlay-right.png) repeat-y 0 0; }
    @media only screen and (max-width: 1100px) {
      #home-products:after {
        display: none; } }
  #home-products:hover #home-products-previous {
    left: -10px; }
    #home-products:hover #home-products-previous:hover {
      left: 0; }
  #home-products:hover #home-products-next {
    right: -10px; }
    #home-products:hover #home-products-next:hover {
      right: 0; }
  #home-products:hover:before, #home-products:hover:after {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  @media only screen and (max-width: 1100px) {
    #home-products #home-products-previous {
      left: -10px; }
      #home-products #home-products-previous:hover {
        left: 0; }
    #home-products #home-products-next {
      right: -10px; }
      #home-products #home-products-next:hover {
        right: 0; }
    #home-products:before, #home-products:after {
      filter: alpha(opactiy=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; } }

#buy-online {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 210px; }
  #buy-online .slider {
    position: absolute;
    left: 50%;
    width: 9000px;
    margin-left: -4500px;
    text-align: center; }
    @media only screen and (max-width: 568px) {
      #buy-online .slider {
        left: 0;
        width: 1000%;
        height: 230px;
        margin-left: 0;
        text-align: left;
        overflow: hidden; } }
    #buy-online .slider .product {
      display: inline-block;
      padding: 0 50px;
      font-size: 16px;
      color: #333 !important;
      text-decoration: none !important;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
      @media only screen and (max-width: 568px) {
        #buy-online .slider .product {
          width: 9.9%;
          padding: 0;
          text-align: center; } }
      #buy-online .slider .product .image {
        position: relative;
        z-index: 0;
        height: 181px; }
        #buy-online .slider .product .image img {
          transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out; }
        #buy-online .slider .product .image:hover img {
          -webkit-transform: rotate(-10deg) scale(1.1);
          -moz-transform: rotate(-10deg) scale(1.1);
          -ms-transform: rotate(-10deg) scale(1.1);
          -o-transform: rotate(-10deg) scale(1.1);
          transform: rotate(-10deg) scale(1.1);
          filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-10), M12=-sin(-10), M21=sin(-10), M22=cos(-10));
          -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-10), M12=-sin(-10), M21=sin(-10), M22=cos(-10))";
          zoom: 1; }
      #buy-online .slider .product p {
        position: relative;
        z-index: 1; }
      #buy-online .slider .product:hover p {
        color: #FF4738; }

/* --- Brands --- */
#brand-detail {
  padding: 0; }
  #brand-detail .span15 {
    margin-bottom: 3.8em;
    padding-top: 3.8em; }
    @media only screen and (max-width: 568px) {
      #brand-detail .span15 {
        margin-bottom: 0; } }
    #brand-detail .span15 img {
      width: 100%;
      margin-bottom: 40px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      background-clip: padding-box;
      -moz-background-clip: padding-box;
      -webkit-background-clip: padding-box;
      -o-background-clip: padding-box;
      -ms-background-clip: padding-box; }

/* --- Hours Table --- */
table.hours {
  width: 100%;
  margin-bottom: 45px;
  border-collapse: collapse; }
  table.hours tr:nth-child(odd) td {
    background: #F5F5F5; }
  table.hours td {
    padding: 8px; }

/* --- Timeline --- */
#timeline {
  padding: 3.8em 0; }
  #timeline .decades {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 52px;
    margin: 0 0 60px 0 !important;
    padding: 0 !important;
    list-style-type: none;
    font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
    line-height: 52px;
    background: #F0F4F4;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box; }
    @media only screen and (max-width: 568px) {
      #timeline .decades {
        display: none; } }
    #timeline .decades li {
      display: table-cell; }
      #timeline .decades li a {
        display: block;
        text-align: center;
        color: #999; }
        #timeline .decades li a:hover {
          color: #461899;
          text-decoration: none; }
      #timeline .decades li.selected a {
        color: #461899;
        background: #DFE7E8;
        border: 1px solid #D2DDDE; }
  #timeline .events {
    position: relative; }
    #timeline .events h2.special {
      border: none; }
      #timeline .events h2.special span {
        padding: 6px 15px; }
        @media only screen and (max-width: 568px) {
          #timeline .events h2.special span {
            float: none; } }
    #timeline .events .event {
      position: relative;
      margin-bottom: 25px;
      background: #F0F4F4;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      background-clip: padding-box;
      -moz-background-clip: padding-box;
      -webkit-background-clip: padding-box;
      -o-background-clip: padding-box;
      -ms-background-clip: padding-box; }
      #timeline .events .event .image {
        position: relative;
        z-index: 1;
        width: 451px;
        height: 200px; }
        @media only screen and (max-width: 1100px) {
          #timeline .events .event .image {
            width: 330px;
            height: 150px; } }
        @media only screen and (max-width: 568px) {
          #timeline .events .event .image {
            width: 100%;
            padding-right: 10px; } }
        #timeline .events .event .image img {
          max-width: 100%;
          border-top-left-radius: 5px;
          -moz-border-top-left-radius: 5px;
          -webkit-border-top-left-radius: 5px;
          -o-border-top-left-radius: 5px;
          -ms-border-top-left-radius: 5px;
          background-clip: "padding-box";
          -moz-background-clip: "padding-box";
          -webkit-background-clip: "padding-box";
          -o-background-clip: "padding-box";
          -ms-background-clip: "padding-box"; }
        #timeline .events .event .image:after {
          position: absolute;
          z-index: 1;
          content: '';
          top: 0;
          right: 0;
          width: 15px;
          height: 200px;
          background: transparent url(/images/timeline-image-mask.png) no-repeat 0 0; }
      #timeline .events .event p {
        margin: 0 0 10px 0;
        padding: 0 20px 20px 20px; }
        #timeline .events .event p.title {
          padding: 20px 20px 0 20px;
          margin-bottom: 10px !important;
          font-size: 18px;
          color: #333;
          font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
      #timeline .events .event:before {
        position: absolute;
        z-index: 0;
        content: '';
        top: 21px;
        right: -60px;
        width: 8px;
        height: 8px;
        font-size: 0;
        background: #00ABE1;
        border: 4px solid #FFF;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        background-clip: padding-box;
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        -o-background-clip: padding-box;
        -ms-background-clip: padding-box; }
        @media only screen and (max-width: 1100px) {
          #timeline .events .event:before {
            right: -49px; } }
        @media only screen and (max-width: 568px) {
          #timeline .events .event:before {
            display: none; } }
      #timeline .events .event:after {
        position: absolute;
        z-index: 0;
        content: '';
        top: 20px;
        right: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #F0F4F4; }
        @media only screen and (max-width: 568px) {
          #timeline .events .event:after {
            display: none; } }
    #timeline .events:before {
      position: absolute;
      content: '';
      top: 0;
      left: 50%;
      width: 3px;
      height: 100%;
      margin-left: -1px;
      background: #E6ECED; }
    #timeline .events .span11.offset2 .event {
      margin: 25px 0 0 0; }
      #timeline .events .span11.offset2 .event .image {
        left: -10px; }
        #timeline .events .span11.offset2 .event .image:after {
          left: 0;
          right: auto;
          background-image: url(/images/timeline-image-mask-alt.png); }
      #timeline .events .span11.offset2 .event:before {
        left: -48px;
        right: auto; }
        @media only screen and (max-width: 1100px) {
          #timeline .events .span11.offset2 .event:before {
            left: -37px; } }
      #timeline .events .span11.offset2 .event:after {
        left: -10px;
        right: auto;
        border-width: 10px 10px 10px 0;
        border-color: transparent #F0F4F4 transparent transparent; }

/* --- Recipes --- */
#recipes {
  padding-bottom: 0; }

#recipe {
  margin-bottom: 3.8em;
  padding: 0; }
  @media only screen and (max-width: 568px) {
    #recipe {
      margin-bottom: 0; } }
  #recipe .span15 {
    padding-top: 3.8em; }
    #recipe .span15 img {
      width: 100%;
      margin-bottom: 2em;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      background-clip: padding-box;
      -moz-background-clip: padding-box;
      -webkit-background-clip: padding-box;
      -o-background-clip: padding-box;
      -ms-background-clip: padding-box; }
    #recipe .span15 p img {
      margin-bottom: 0; }
  #recipe aside img {
    height: 50px; }

/* --- Retailers --- */
#retailers .span15.inset-r1 {
  padding-top: 3.8em; }

/* --- Brokers --- */
#retailers .span15.inset-r1 {
  padding-top: 3.8em; }

/* --- Candy Store --- */
#product-detail {
  padding-top: 0; }
  #product-detail .span15.inset-r1 {
    padding-top: 3.8em; }
    #product-detail .span15.inset-r1 img {
      width: 100%; }
    #product-detail .span15.inset-r1 .span5 img {
      max-width: 100%;
      margin: 0 !important; }
    #product-detail .span15.inset-r1 .specs {
      margin: 10px 0 20px 0;
      font-size: 20px;
      line-height: 150%; }
    #product-detail .span15.inset-r1 .price {
      margin-bottom: 20px;
      font-size: 24px;
      color: #333;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
    #product-detail .span15.inset-r1 input[type="text"] {
      display: inline-block;
      width: 55px;
      height: 40px;
      padding: 0;
      margin: 0 8px 0 0 !important;
      line-height: 40px;
      font-size: #666;
      font-family: "Museo Slab W01 100", Helvetica, Arial, sans-serif;
      font-size: 14px;
      text-align: center;
      border-color: #DDD;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      background-clip: padding-box;
      -moz-background-clip: padding-box;
      -webkit-background-clip: padding-box;
      -o-background-clip: padding-box;
      -ms-background-clip: padding-box; }
    #product-detail .span15.inset-r1.button {
      margin: 0 !important; }
    #product-detail .span15.inset-r1 h2 {
      font-size: 18px;
      color: #333;
      text-align: left;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
      border: none; }
    #product-detail .span15.inset-r1 .status {
      margin: 40px 0 30px 0;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      color: #777;
      font-family: "Museo Slab W01 100", Helvetica, Arial, sans-serif;
      background: #ECF0F1; }
      #product-detail .span15.inset-r1 .status p {
        float: left;
        display: inline;
        width: 50%;
        text-align: right;
        text-indent: 15px;
        direction: rtl; }
        #product-detail .span15.inset-r1 .status p:first-child {
          direction: ltr;
          text-align: left; }
  #product-detail .span15 {
    position: relative; }
  #product-detail .buy {
    position: absolute;
    bottom: 0;
    right: 0; }
    @media only screen and (max-width: 568px) {
      #product-detail .buy {
        position: relative;
        bottom: auto;
        right: auto; } }
  #product-detail .actions {
    margin-top: 10px;
    font-size: 12px; }
    #product-detail .actions a {
      color: #666;
      font-family: "Museo Slab W01 100", Helvetica, Arial, sans-serif;
      text-decoration: none; }
      #product-detail .actions a:hover {
        text-decoration: underline; }

#product-category {
  padding-top: 3.8em; }
  #product-category .toolbar {
    margin-bottom: 50px; }
    #product-category .toolbar .filters {
      vertical-align: middle; }
      #product-category .toolbar .filters label {
        margin-right: 10px; }
      @media only screen and (max-width: 568px) {
        #product-category .toolbar .filters {
          display: none; } }
    #product-category .toolbar a {
      position: relative;
      top: -2px;
      display: inline-block;
      margin: 0 10px 0 0;
      vertical-align: middle;
      text-indent: -9999px; }
      #product-category .toolbar a.list {
        width: 16px;
        height: 16px;
        background: transparent url(../images/store-list-icon.png) no-repeat 0 0; }
      #product-category .toolbar a.grid {
        width: 16px;
        height: 16px;
        background: transparent url(../images/store-grid-icon.png) no-repeat 0 0; }
      #product-category .toolbar a.active {
        background-position: 0 -16px; }
    @media only screen and (max-width: 568px) {
      #product-category .toolbar {
        height: 52px;
        margin-bottom: 15px; } }

#product-category {
  float: right; }

#store-tools {
  float: left;
  margin-bottom: 0; }

#product-filters .inner {
  margin-bottom: 20px;
  padding: 15px 15px 0;
  font-family: "Proxima N W01 Reg", Helvetica, Arial, sans-serif;
  border: 1px solid #DCE4E6;
  border-top: none; }
#product-filters h2 {
  height: 40px;
  margin: 0 !important;
  padding: 0 15px;
  line-height: 40px;
  color: #FFF;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
  background: #461899;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }
#product-filters h3 {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #DCE4E6; }
#product-filters ul {
  margin-bottom: 25px !important; }
  #product-filters ul li {
    padding: 0;
    line-height: 190%;
    border-top: 0;
    color: #333;
    font-size: 15px !important;
    font-family: "Proxima N W01 Reg", Helvetica, Arial, sans-serif !important; }
  #product-filters ul a {
    color: #333;
    font-size: 15px !important;
    font-family: "Proxima N W01 Reg", Helvetica, Arial, sans-serif !important;
    text-transform: none !important; }
  #product-filters ul span {
    color: #999 !important; }
  #product-filters ul .delete {
    float: right;
    margin-top: 5px; }
#product-filters .checkout {
  display: block;
  height: 40px;
  margin: -20px 0 20px 0;
  line-height: 40px;
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
  text-align: center;
  background: #FF4738; }
  #product-filters .checkout:hover {
    text-decoration: none;
    background: #ff1805; }

.products {
  border-bottom: 0; }
  .products .count {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DCE4E6; }
  .products .items .item {
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 10px 55px;
    border-bottom: 1px solid #DCE4E6;
    font-size: 11px; }
  .products .items p {
    margin-bottom: 5px; }
  .products .items img {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px; }
  .products .items a {
    font-size: 10px;
    text-transform: uppercase;
    color: #FF4738; }
  .products .items .title {
    font-size: 14px;
    font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
    line-height: 120%; }
  .products p.total span {
    float: right;
    font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
  .products.recent .items .item:last-child {
    border-bottom: none; }

#product-grid {
  color: #666; }
  #product-grid .span5 {
    position: relative;
    height: 410px;
    border-bottom: 1px solid #DCE4E6; }
    #product-grid .span5 img {
      margin-bottom: 15px;
      background: #EEE; }
    #product-grid .span5.offset1:before {
      position: absolute;
      top: 0;
      left: -25px;
      height: 100%;
      border-left: 1px solid #DCE4E6;
      content: ''; }
    #product-grid .span5.offset1:after {
      position: absolute;
      bottom: -1px;
      left: -51px;
      width: 51px;
      border-bottom: 1px solid #DCE4E6;
      content: ''; }
    #product-grid .span5:nth-child(n + 4) {
      padding-top: 35px; }
    @media only screen and (max-width: 568px) {
      #product-grid .span5 {
        height: auto;
        padding: 20px 0 10px 0; }
        #product-grid .span5:first-child {
          padding-top: 0; }
        #product-grid .span5 .title {
          clear: both; }
        #product-grid .span5 img {
          max-width: 150px; }
        #product-grid .span5:before, #product-grid .span5:after {
          display: none; } }
  #product-grid.search {
    margin-bottom: 3.8em; }
    #product-grid.search .row {
      display: none; }
      #product-grid.search .row:nth-child(1), #product-grid.search .row:nth-child(2) {
        display: block; }
    #product-grid.search .span5 {
      height: 260px; }
      #product-grid.search .span5 img {
        max-width: 95%; }
      #product-grid.search .span5 a {
        color: #333; }

#product-search-all {
  margin: 1.9em 0 0 0; }

#product-list .row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DCE4E6; }
#product-list .title {
  font-size: 20px !important; }
#product-list .span5 {
  text-align: right; }
  @media only screen and (max-width: 568px) {
    #product-list .span5 {
      text-align: left; } }
@media only screen and (max-width: 568px) {
  #product-list img {
    max-width: 150px; } }

#product-grid p, #product-list p {
  margin-bottom: 10px; }
#product-grid .title, #product-list .title {
  font-size: 15px;
  font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
  line-height: 130%;
  color: #333; }
#product-grid .price, #product-list .price {
  font-size: 20px;
  font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
  color: #333; }
#product-grid input, #product-list input {
  float: none;
  display: inline-block;
  margin-right: 10px; }
  @media only screen and (max-width: 568px) {
    #product-grid input, #product-list input {
      width: 40px !important; } }
#product-grid .actions, #product-list .actions {
  font-size: 12px; }
  #product-grid .actions a, #product-list .actions a {
    color: #666;
    font-family: "Museo Slab W01 100", Helvetica, Arial, sans-serif;
    text-decoration: none; }
    #product-grid .actions a:hover, #product-list .actions a:hover {
      text-decoration: underline; }

/* --- Store Footer --- */
#store-footer {
  padding: 3.8em 0 55px 0;
  background: #ECF0F1; }
  #store-footer .title {
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
    font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
  #store-footer ul {
    padding: 0;
    margin: 0 0 15px 0;
    list-style-type: none;
    font-size: 13px; }
    #store-footer ul li a {
      text-decoration: none;
      color: #666; }
      #store-footer ul li a:hover {
        text-decoration: underline; }
  #store-footer .security {
    margin-top: 20px; }

/* --- Saf-T-Pop Customizer --- */
#customizer {
  margin-top: 3.8em;
  border: 1px solid #DDD;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box; }
  @media only screen and (max-width: 568px) {
    #customizer {
      margin-bottom: 3.8em; } }
  #customizer .header {
    min-height: 52px;
    background: #00ABE1; }
    #customizer .header h2 {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 52px !important;
      color: #FFF;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
      @media only screen and (max-width: 568px) {
        #customizer .header h2 {
          text-align: center; } }
    #customizer .header .tabs {
      font-size: 14px;
      line-height: 52px;
      text-transform: uppercase;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif; }
      #customizer .header .tabs a {
        position: relative;
        color: #FFF;
        text-align: center;
        text-decoration: none; }
        #customizer .header .tabs a.selected {
          background: #461899; }
          #customizer .header .tabs a.selected:after {
            position: absolute;
            bottom: -7px;
            left: 50%;
            margin-left: -11.5px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7px 11.5px 0 11.5px;
            border-color: #451899 transparent transparent transparent;
            content: ''; }
  #customizer .body {
    position: relative;
    padding-top: 40px;
    padding-bottom: 25px;
    background-image: url(../images/custom-pop-starburst.png);
    background-size: cover; }
    #customizer .body .your-pop {
      padding-top: 105px; }
      @media only screen and (max-width: 1100px) {
        #customizer .body .your-pop {
          padding-top: 70px; } }
      @media only screen and (max-width: 568px) {
        #customizer .body .your-pop {
          padding-top: 0; } }
    #customizer .body .title {
      margin-bottom: 20px;
      font-family: "Museo Slab W01 100", Helvetica, Arial, sans-serif;
      font-size: 26px;
      color: #333;
      line-height: 125%; }
      @media only screen and (max-width: 568px) {
        #customizer .body .title {
          padding: 0 20px; } }
    #customizer .body .intro {
      font-size: 18px; }
      @media only screen and (max-width: 568px) {
        #customizer .body .intro {
          padding: 0 20px; } }
    #customizer .body .note {
      padding: 20px;
      font-size: 12px;
      line-height: 142%;
      background: #FFF;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      background-clip: padding-box;
      -moz-background-clip: padding-box;
      -webkit-background-clip: padding-box;
      -o-background-clip: padding-box;
      -ms-background-clip: padding-box; }
      #customizer .body .note em {
        color: #FF4738;
        font-style: normal; }
      @media only screen and (max-width: 568px) {
        #customizer .body .note {
          margin: 0 20px 20px 20px; } }
    @media only screen and (max-width: 568px) {
      #customizer .body .get-started .button {
        margin-left: 20px; } }
    #customizer .body .template img {
      width: 100%; }
    #customizer .body .upload {
      margin-bottom: 10px;
      padding-top: 30px;
      padding-bottom: 20px;
      background: #EDF1F2;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      background-clip: padding-box;
      -moz-background-clip: padding-box;
      -webkit-background-clip: padding-box;
      -o-background-clip: padding-box;
      -ms-background-clip: padding-box; }
      #customizer .body .upload p {
        margin: 2.53333em 0 0 0 !important;
        padding: 2.53333em 0 0 0 !important;
        border-top: 1px solid #DDD; }
        #customizer .body .upload p:first-child {
          margin: 0 0 2.53333em 0 !important;
          padding: 0 0 2.53333em 0 !important;
          border-top: none;
          border-bottom: 1px solid #DDD; }
          @media only screen and (max-width: 568px) {
            #customizer .body .upload p:first-child {
              padding-left: 20px !important;
              padding-right: 20px !important; } }
        @media only screen and (max-width: 568px) {
          #customizer .body .upload p {
            padding-left: 20px !important;
            padding-right: 20px !important; } }
      #customizer .body .upload .note {
        padding: 0;
        font-size: 10px;
        background: transparent; }
    #customizer .body .loading {
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -8px 0 0 -8px; }
    #customizer .body #uploaded-logo {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 30.2%;
      margin-bottom: 20px;
      text-align: center;
      background-image: url(../images/your-logo-here.png);
      background-size: contain;
      background-repeat: no-repeat; }
      #customizer .body #uploaded-logo.uploading {
        background-image: url(../images/your-logo-here-blank.png); }
        #customizer .body #uploaded-logo.uploading .loading {
          display: block; }
      #customizer .body #uploaded-logo.uploaded {
        background-image: url(../images/your-logo-here-blank.png); }
      @media only screen and (max-width: 568px) {
        #customizer .body #uploaded-logo {
          width: 85%;
          margin-left: 7.5%;
          margin-right: 7.5%; } }
    #customizer .body #upload-form {
      position: relative;
      float: left;
      width: 100%;
      margin-bottom: 20px; }
      #customizer .body #upload-form .button, #customizer .body #upload-form input {
        position: absolute; }
      #customizer .body #upload-form input {
        display: none; }
      @media only screen and (max-width: 568px) {
        #customizer .body #upload-form {
          padding-left: 20px; } }
    #customizer .body #logo-preview {
      position: relative;
      height: 398px;
      background-image: url(../images/custom-pop-design.png);
      background-repeat: no-repeat; }
      #customizer .body #logo-preview.uploading {
        background-image: url(../images/custom-pop-design-blank.png); }
        #customizer .body #logo-preview.uploading .loading {
          display: block; }
      #customizer .body #logo-preview.uploaded {
        background-image: url(../images/custom-pop-design-blank.png); }
      #customizer .body #logo-preview #preview-window {
        position: absolute;
        top: 95px;
        left: 55px;
        width: 85px;
        height: 212px;
        text-align: center; }
      @media only screen and (max-width: 568px) {
        #customizer .body #logo-preview {
          float: none;
          display: inline-block;
          width: 200px !important; } }
    @media only screen and (max-width: 568px) {
      #customizer .body #logo-preview-wrap {
        float: left;
        width: 100%;
        text-align: center; } }
    #customizer .body .actions .box {
      position: relative;
      margin-bottom: 10px;
      padding: 20px;
      background: #EDF1F2;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      background-clip: padding-box;
      -moz-background-clip: padding-box;
      -webkit-background-clip: padding-box;
      -o-background-clip: padding-box;
      -ms-background-clip: padding-box; }
      #customizer .body .actions .box p {
        margin-bottom: 0;
        font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-align: center; }
      #customizer .body .actions .box img {
        position: absolute;
        top: 20px;
        right: 20px; }
        #customizer .body .actions .box img:first-child {
          left: 20px; }
    #customizer .body .actions #start-over {
      display: block;
      width: 100%;
      padding: 10px 0;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      text-align: center;
      color: #461899;
      background: #EDF1F2;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      background-clip: padding-box;
      -moz-background-clip: padding-box;
      -webkit-background-clip: padding-box;
      -o-background-clip: padding-box;
      -ms-background-clip: padding-box;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box; }
      @media only screen and (max-width: 568px) {
        #customizer .body .actions #start-over {
          margin-bottom: 20px; } }
  #customizer .footer {
    height: 60px;
    background: #EDF1F2; }
    #customizer .footer a {
      font-size: 14px;
      line-height: 60px;
      text-transform: uppercase;
      font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
      color: #461899;
      text-align: center;
      text-decoration: none; }
    @media only screen and (max-width: 568px) {
      #customizer .footer {
        text-align: center !important; }
        #customizer .footer .right {
          text-align: center !important; } }

/* --- Misc Styles --- */
.lucy-wrapper aside h3 {
  color: #6C3EAD !important;
  font-size: 12px !important; }
