/* Colors */
/* layout */
.templates-grid {
  width: 100%;
  margin: auto;
  max-width: 1200px;
}
.templates-top-spacing {
  margin-top: 75px;
}
.grid-item-template-info {
  width: 33%;
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
  text-align: center;
}
.template-info-request-pane-div {
  margin-top: 20px;
}
.template-info-big-header {
  line-height: 45px;
  color: #000;
  font-size: 2.8em;
  font-family: AvenirLTStd-Black;
  text-align: center;
}
.template-info-regular-text {
  font-family: AvenirLTStd-Light;
  text-align: center;
}
.template-info-big-or {
  line-height: 35px;
  color: #000;
  font-size: 1.8em;
  font-family: AvenirLTStd-Black;
  text-align: center;
  padding-bottom: 3px;
}
.template-info-orange-hr {
  width: 50px;
  height: 1px;
  margin: auto;
  color: #FF9269;
  background-color: #FF9269;
  margin-top: 12px;
  margin-bottom: 9px;
}
.template-info-small-orange-text {
  font-family: AvenirLTStd-Light;
  font-size: 0.8em;
  color: #FF9269;
  text-align: center;
  margin-top: 8px;
}
.template-info-begin-request-btn {
  border: 1px solid #EBE6E2;
}
.template-info-begin-request-btn a {
  padding-top: 11px;
  height: 40px;
}
.template-info-pane-large-image {
  width: 98%;
}
.template-info-img {
  width: 68%;
  margin-top: 10px;
}
.template-info-personalize {
  font-size: 0.8em;
  font-family: AvenirLTStd-Heavy;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
}
.template-info-as-low-as {
  font-size: 0.8em;
  font-family: AvenirLTStd-Heavy;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.template-info-shipping {
  font-family: AvenirLTStd-Light;
  font-size: 0.8em;
  color: #C4C4C4;
  text-align: center;
}
.fancybox-skin {
  background-color: white !important;
}
.CustomBannerRightStick {
  position: fixed;
  top: 260px;
  z-index: 2000;
}
#divCantFindADesignBanner {
  position: fixed;
  z-index: 500;
  bottom: -10%;
  right: 0%;
}
.design-options-big-header {
  line-height: 46px;
  color: black;
  font-size: 3.3em;
  font-family: AvenirLTStd-Black;
  padding-top: 22px;
}
.design-options-small-header {
  line-height: 35px;
  color: black;
  font-size: 1.8em;
  font-family: AvenirLTStd-Black;
}
.design-options-gray-surround {
  border: #EBE6E2 1px solid;
  padding: 20px;
}
.design-options-hr {
  width: 100px;
  height: 1px;
  margin: auto;
  color: #79CAE5;
  background-color: #79CAE5;
  margin-top: 15px;
  margin-bottom: 20px;
}
.design-options-hr-bigger {
  width: 100px;
  height: 1px;
  margin: auto;
  color: #79CAE5;
  background-color: #79CAE5;
  margin-top: 15px;
  margin-bottom: 15px;
}
.design-options-template-img {
  width: 99px;
  margin-top: 4px;
  margin-bottom: 8px;
}
.design-options-blank-img {
  width: 262px;
  margin-top: 20px;
  margin-bottom: 22px;
}
.design-options-text {
  font-size: 1.1em;
  font-family: AvenirLTStd-Light;
  line-height: 26px;
  width: 290px;
  margin: auto;
}
.design-options-10min-text {
  font-size: 1.1em;
  font-family: AvenirLTStd-Light;
  line-height: 26px;
  margin: 8px auto 0 auto;
}
.design-options-sub-text {
  font-size: 0.8em;
  font-family: AvenirLTStd-Heavy;
  text-transform: uppercase;
}
.design-options-sub-text-gray {
  font-size: 0.8em;
  font-family: AvenirLTStd-Light;
  color: #C4C4C4;
}
.design-options-create-svg {
  width: 200px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.design-options-request-svg {
  width: 100px;
  padding-bottom: 8px;
}
.design-options-shirts {
  width: 97%;
  margin-bottom: 10px;
}
.design-options-get-started-below-img {
  height: 50px;
}
@media (max-width: 1024px) {
  .grid-item-template-info {
    margin-bottom: 18px;
  }
  .template-info-img {
    width: 75%;
    margin-top: 8px;
  }
  .no-LR-padding-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .templates-top-spacing {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .design-options-gray-surround {
    padding: 20px 0px;
  }
  .design-options-big-header {
    line-height: 36px;
    font-size: 2.3em;
  }
  .design-options-small-header {
    line-height: 30px;
    font-size: 1.6em;
  }
  .design-options-template-img {
    width: 63px;
    margin-top: 0px;
    margin-bottom: 8px;
  }
  .design-options-blank-img {
    width: 160px;
    margin-top: 7px;
    margin-bottom: 24px;
  }
  .design-options-text {
    font-size: 0.9em;
    line-height: 23px;
    padding: 0 4px;
  }
  .design-options-get-started-below-img {
    height: 36px;
  }
  #a-start-blank-design {
    height: 36px;
    padding-top: 9px;
    font-size: 0.9em;
  }
  #a-start-artist-request {
    height: 36px;
    padding-top: 9px;
    font-size: 0.9em;
  }
  .grid-item-template-info {
    margin-bottom: 18px;
  }
  .template-info-img {
    width: 90%;
    margin-top: 8px;
  }
}
/*# sourceMappingURL=DesignsListing.css.map */
