/** app/Resources/assets/scss/helpers/_variables **/
/**
 * New colors from katie's style guide
 * If she's trying to get us to use stuff outside of these, maybe we should question it?
 * The line above each color she's already approved for blanket replacement with the variable under it
 */
/**
 *  Social Media Colors
 */
/**
 *
 * Legacy Colors - just use the variables above, these are here to not break legacy code
 *
 */
/* If no value is already assigned */
/**
 *
 * Text Colors
 *
 */
/**
 *
 * Border Colors
 *
 */
/**
 *
 * Responsive break points
 *
 */
/** app/Resources/assets/scss/helpers/_mixins.scss **/
/** app/Resources/assets/scss/pages/_store.scss **/
.store-banner {
  position: relative;
  width: 100%;
  height: 320px;
  background: url("https://assets.labroots.com/_public/images/support/banners/store-header-1920x410-V2.png");
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .store-banner {
      height: 125px; } }
  .store-banner .title-container {
    position: absolute;
    top: 60px;
    left: 100px; }
    @media screen and (max-width: 768px) {
      .store-banner .title-container {
        top: 25px;
        left: 30px; } }
    .store-banner .title-container .title {
      font-family: Rokkitt, Helvetica;
      font-size: 48px;
      color: #5A5A5A; }
      @media screen and (max-width: 768px) {
        .store-banner .title-container .title {
          font-size: 24px; } }
    .store-banner .title-container .icon {
      width: 195px;
      height: 69px;
      background: url("https://assets.labroots.com/_public/images/logos/logo.png") no-repeat;
      background-position: center center;
      background-size: contain; }
      @media screen and (max-width: 768px) {
        .store-banner .title-container .icon {
          width: 44px;
          height: 44px; } }

._store_body .splash-page_container {
  position: relative; }
  ._store_body .splash-page_container .image-mobile_container {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 1200px) {
      ._store_body .splash-page_container .image-mobile_container {
        display: none;
        border: 15px solid yellow !important; } }
    ._store_body .splash-page_container .image-mobile_container img {
      margin: 0 auto;
      max-width: 600px; }
      @media screen and (max-width: 768px) {
        ._store_body .splash-page_container .image-mobile_container img {
          max-width: 400px; } }
  ._store_body .splash-page_container .image-desktop_container {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      ._store_body .splash-page_container .image-desktop_container {
        display: none; } }
    ._store_body .splash-page_container .image-desktop_container img {
      margin: 0 auto;
      max-width: 992px; }
      @media screen and (max-width: 768px) {
        ._store_body .splash-page_container .image-desktop_container img {
          max-width: 400px; } }
  ._store_body .splash-page_container .success-message_container {
    text-align: center;
    padding: 0px 0px 30px 0px;
    font-size: 16px;
    line-height: 27px; }
  ._store_body .splash-page_container .form_container {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 100px; }
    @media screen and (max-width: 1199px) {
      ._store_body .splash-page_container .form_container {
        bottom: -938px; } }
    @media screen and (max-width: 768px) {
      ._store_body .splash-page_container .form_container {
        bottom: -628px; } }
    @media screen and (min-width: 1200px) {
      ._store_body .splash-page_container .form_container {
        right: -400px;
        bottom: -876px; } }
    ._store_body .splash-page_container .form_container form {
      text-align: center;
      margin: 0 auto;
      width: 400px; }
      @media screen and (max-width: 768px) {
        ._store_body .splash-page_container .form_container form {
          width: 350px; } }
      ._store_body .splash-page_container .form_container form .email-address_container {
        display: inline-block;
        width: 75%;
        vertical-align: middle; }
      ._store_body .splash-page_container .form_container form .submit-button_container {
        display: inline-block;
        width: 20%;
        padding-left: 5px;
        vertical-align: middle; }
      ._store_body .splash-page_container .form_container form input[type='text'] {
        width: 100%;
        background: #FFFFFF;
        border: 2px solid #E6E6E6;
        border-radius: 0; }
      ._store_body .splash-page_container .form_container form input:focus {
        border: 2px solid #B6BD00;
        box-shadow: none; }
      ._store_body .splash-page_container .form_container form input[type=submit] {
        text-transform: uppercase; }
._store_body .thank-you-message {
  font-size: 18px;
  margin: 60px 0;
  display: block;
  font-weight: bold; }
  @media screen and (max-width: 992px) {
    ._store_body .thank-you-message {
      display: inline-block;
      margin: 20px 0; } }
._store_body .store-closed {
  font-family: Rokkitt, Helvetica;
  text-align: center;
  font-size: 37px;
  margin: 60px; }
  ._store_body .store-closed img {
    max-width: 280px; }
  ._store_body .store-closed .store-closed-title {
    text-transform: uppercase;
    font-size: 46px;
    font-weight: bold;
    padding: 140px 0px 20px; }
  ._store_body .store-closed div {
    margin-bottom: 15px; }
  @media screen and (max-width: 992px) {
    ._store_body .store-closed {
      margin: 0px;
      font-size: 20px; }
      ._store_body .store-closed .store-closed-title {
        font-size: 24px;
        font-weight: bold;
        padding: 40px 0px 10px; }
      ._store_body .store-closed img {
        max-width: 160px; }
      ._store_body .store-closed div {
        margin-bottom: 5px; }
      ._store_body .store-closed .store-closed-last {
        margin-bottom: 25px; } }

/** app/Resources/assets/scss/pages/_store.scss **/
._store_container h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #5A5A5A; }
._store_container ._auth {
  margin-bottom: 0; }
._store_container .login-to-store form {
  max-width: 500px;
  margin: 0px auto;
  padding: 0 10px; }
  ._store_container .login-to-store form label {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #5A5A5A; }
  ._store_container .login-to-store form input {
    box-shadow: none;
    background: #F5F5F7;
    border: none; }
  ._store_container .login-to-store form input:focus {
    border: 2px solid #B6BD00;
    box-shadow: none; }
  ._store_container .login-to-store form a {
    font-size: 14px;
    display: block;
    text-align: right;
    color: #969696; }
  ._store_container .login-to-store form .green-store-button {
    margin-bottom: 0;
    border-radius: 0; }
._store_container .login-to-store .social-connect-buttons {
  padding: 0 10px; }
._store_container .login-to-store .green-store-button {
  font-size: 24px;
  padding: 15px;
  min-width: 150px;
  text-align: center;
  clear: both;
  display: block;
  width: 290px;
  margin: 20px auto; }
._store_container .store-box {
  border: 1px solid #BEBEBE;
  margin-bottom: 20px; }
  ._store_container .store-box .store-header {
    background: none;
    color: #5A5A5A;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 18px; }
    @media screen and (max-width: 1200px) {
      ._store_container .store-box .store-header {
        padding-left: 8px; } }
    ._store_container .store-box .store-header a {
      cursor: pointer;
      font-size: 16px; }
    ._store_container .store-box .store-header .float-right {
      float: right; }
  ._store_container .store-box .store-body {
    padding: 20px; }
    ._store_container .store-box .store-body p {
      padding: 10px 20px;
      margin: 0; }
._store_container .rating {
  color: #E6E6E6;
  font-size: 14px; }
  ._store_container .rating .gold {
    color: #f1e10c; }
._store_container .similar-products {
  clear: both;
  margin-bottom: 30px; }
  ._store_container .similar-products h1 {
    color: #5A5A5A;
    font-size: 40px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1000px) {
      ._store_container .similar-products h1 {
        text-align: center;
        font-size: 30px;
        white-space: nowrap; } }
  @media screen and (max-width: 1000px) {
    ._store_container .similar-products .product {
      display: inline-block;
      margin-bottom: 30px; } }
._store_container .white-store-button {
  font-family: Rokkitt;
  border: 1px solid #B6BD00;
  background: #FFFFFF;
  color: #B6BD00; }
  ._store_container .white-store-button:hover {
    background: #B6BD00;
    color: #FFFFFF;
    text-decoration: none; }
._store_container .store-contact h1 {
  font-size: 30px; }
._store_container .store-contact .contact-paragraph {
  font-size: 14px;
  line-height: 18px;
  color: #5A5A5A; }
._store_container .store-contact .contact-form {
  margin: 20px 0; }
  ._store_container .store-contact .contact-form textarea {
    height: 125px;
    resize: none; }
  ._store_container .store-contact .contact-form input, ._store_container .store-contact .contact-form select, ._store_container .store-contact .contact-form textarea {
    border-radius: 0;
    background: #fff; }
    ._store_container .store-contact .contact-form input:focus, ._store_container .store-contact .contact-form select:focus, ._store_container .store-contact .contact-form textarea:focus {
      box-shadow: none;
      border: 1px solid #B6BD00; }
  ._store_container .store-contact .contact-form button {
    width: 100%; }
._store_container .store-contact .post_image_group {
  width: 100%; }
._store_container .store-contact .address {
  font-size: 16px;
  line-height: 30px; }
@media screen and (max-width: 1200px) {
  ._store_container .store-contact {
    margin: 30px 0; } }
@media screen and (max-width: 992px) {
  ._store_container .store-contact h1, ._store_container .store-contact div {
    text-align: center; } }
._store_container .store-thankyou {
  text-align: center; }
  ._store_container .store-thankyou h1 {
    margin-top: 20px;
    font-size: 30px; }
  ._store_container .store-thankyou h2 {
    font-size: 26px; }
  ._store_container .store-thankyou p {
    color: #5A5A5A; }
  ._store_container .store-thankyou .row {
    text-align: center; }
    ._store_container .store-thankyou .row a {
      padding: 15px 30px;
      font-size: 22px;
      display: inline-block;
      text-align: center; }
      @media screen and (max-width: 992px) {
        ._store_container .store-thankyou .row a {
          width: 100%;
          margin: 10px 0; } }
._store_container .confirm-address-notification .formatted-address {
  margin: 10px 0 20px 0;
  line-height: 25px; }
._store_container .confirm-address-notification button {
  margin: 0 10px 10px 0; }
._store_container form select, ._store_container form input {
  border: 1px solid #E6E6E6;
  margin: 5px 0;
  font-size: 14px;
  padding: 7px 10px;
  border-radius: 8px; }
  ._store_container form select[type="radio"], ._store_container form input[type="radio"] {
    margin-right: 10px; }
  ._store_container form select.fullwidth, ._store_container form input.fullwidth {
    width: 100%; }
  ._store_container form select.halfwidth, ._store_container form input.halfwidth {
    width: 49%; }
    ._store_container form select.halfwidth.left, ._store_container form input.halfwidth.left {
      margin-right: 1%;
      float: left; }
    ._store_container form select.halfwidth.right, ._store_container form input.halfwidth.right {
      margin-left: 1%; }
._store_container form input:focus {
  border: 1px solid #B6BD00;
  box-shadow: none; }
._store_container form .item-quantity select {
  margin: 0;
  padding: 3px; }
._store_container form button {
  display: block;
  width: 100%;
  font-size: 20px;
  margin-top: 10px; }

/** app/Resources/assets/scss/pages/_store-index.scss **/
._store_container .store-index .product-categories {
  margin-bottom: 60px; }
  @media screen and (max-width: 1200px) {
    ._store_container .store-index .product-categories .col-md-4 {
      height: 380px;
      overflow: hidden;
      margin-bottom: 10px; } }
  ._store_container .store-index .product-categories .store-index-category-image {
    max-height: 380px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 5px 25px -10px rgba(150, 170, 180, 0.5); }
    ._store_container .store-index .product-categories .store-index-category-image img {
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 1200px) {
        ._store_container .store-index .product-categories .store-index-category-image img {
          width: 100%;
          height: 100%; } }
      @media screen and (max-width: 992px) {
        ._store_container .store-index .product-categories .store-index-category-image img {
          width: 100%;
          height: 100%; } }
._store_container .store-index .featured-items {
  margin-bottom: 30px; }
  ._store_container .store-index .featured-items h1 {
    color: #555;
    font-size: 40px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1200px) {
      ._store_container .store-index .featured-items h1 {
        text-align: center; } }
  ._store_container .store-index .featured-items .product img {
    width: 100%; }
  @media screen and (max-width: 1200px) {
    ._store_container .store-index .featured-items a {
      text-align: center;
      display: block;
      margin: 10px 0 30px 0; } }

/** app/Resources/assets/scss/pages/_store-list.scss **/
._store_container .category-name {
  font-size: 24px;
  font-family: Rokkitt;
  text-transform: uppercase;
  color: #5A5A5A; }
._store_container a.product {
  color: #5A5A5A; }
  ._store_container a.product:hover {
    color: #B6BD00; }
._store_container .product {
  text-decoration: none; }
  ._store_container .product span {
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 0; }
  ._store_container .product img {
    width: 100%; }
  ._store_container .product .title {
    height: 70px;
    overflow: hidden;
    font-size: 22px; }
    @media screen and (max-width: 992px) {
      ._store_container .product .title {
        height: 80px;
        font-size: 18px; } }
  ._store_container .product .price-container {
    color: #B6BD00;
    font-size: 30px;
    font-weight: bold;
    clear: both;
    margin: 20px 0;
    font-size: 28px;
    font-weight: bold; }
    ._store_container .product .price-container .price {
      display: inline;
      color: #B6BD00; }
    ._store_container .product .price-container .price-sale {
      display: inline;
      color: red; }
    ._store_container .product .price-container .price-original-container {
      display: inline;
      text-decoration: line-through;
      color: #AF0120; }
      ._store_container .product .price-container .price-original-container .price-original {
        display: inline;
        color: #B6BD00; }
  ._store_container .product .price-reduction-percentage-container {
    color: #AF0120;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 0px;
    margin: -5px 0px 5px 0px;
    padding: 0px; }
._store_container .new-product:after {
  content: 'NEW';
  font-size: 20px;
  color: #FFFFFF;
  background: #B6BD00;
  position: absolute;
  padding: 10px;
  top: 0;
  right: 0; }
._store_container .product-filter {
  margin: 0 0 30px 0;
  display: inline-block;
  font-size: 12px; }
  ._store_container .product-filter a {
    padding: 10px 50px;
    box-shadow: 0px 1px 1px #b3b3b3;
    margin: 0 10px 0 10px;
    text-decoration: none;
    float: left;
    background: #F5F5F7;
    color: #5A5A5A; }
    ._store_container .product-filter a img {
      display: block;
      margin: 0 auto 5px; }
    ._store_container .product-filter a.active {
      background: #B6BD00;
      color: #FFFFFF; }
._store_container .product-list {
  clear: both;
  text-align: center; }
  ._store_container .product-list li {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px; }
    ._store_container .product-list li .product img {
      width: 263px;
      height: 263px; }
      @media screen and (max-width: 1200px) {
        ._store_container .product-list li .product img {
          width: 293px;
          height: 293px; } }
      @media screen and (max-width: 992px) {
        ._store_container .product-list li .product img {
          width: 100%;
          height: 100%; } }
  ._store_container .product-list .product {
    margin: 10px 0 20px 0; }

/** app/Resources/assets/scss/pages/_store-show.scss **/
._store_container .product-show {
  position: relative; }
  ._store_container .product-show .social-share-icons {
    flex-wrap: nowrap; }
    ._store_container .product-show .social-share-icons a {
      font-size: 50px !important; }
  ._store_container .product-show .gallery {
    position: absolute;
    top: 0;
    max-width: 50%;
    left: 0; }
    ._store_container .product-show .gallery .thumbnails {
      float: left;
      width: 20%; }
      ._store_container .product-show .gallery .thumbnails img {
        margin: 0 0 20px 0;
        cursor: pointer;
        max-width: 66%; }
    ._store_container .product-show .gallery .image {
      width: 75%;
      overflow: hidden; }
      @media screen and (max-width: 1000px) {
        ._store_container .product-show .gallery .image {
          width: auto; } }
      ._store_container .product-show .gallery .image img {
        max-width: 100%; }
    @media screen and (max-width: 1000px) {
      ._store_container .product-show .gallery {
        position: relative;
        margin-top: 20px;
        max-width: 100%; } }
  ._store_container .product-show .product-info {
    font-size: 14px;
    padding-left: 565px; }
    @media screen and (max-width: 1000px) {
      ._store_container .product-show .product-info {
        padding-left: 0;
        padding-top: 0px; } }
    ._store_container .product-show .product-info h1 {
      font-size: 36px;
      margin-bottom: 5px; }
      @media screen and (max-width: 1000px) {
        ._store_container .product-show .product-info h1 {
          margin-bottom: 5px;
          font-size: 30px; } }
    ._store_container .product-show .product-info .review {
      color: #5A5A5A; }
      ._store_container .product-show .product-info .review a {
        color: #B6BD00;
        cursor: pointer; }
    ._store_container .product-show .product-info .price-container {
      color: #B6BD00;
      font-size: 30px;
      font-weight: bold;
      clear: both;
      margin: 20px 0; }
      ._store_container .product-show .product-info .price-container .price-sale {
        color: red; }
      ._store_container .product-show .product-info .price-container .price-original-container {
        text-decoration: line-through;
        color: red; }
        ._store_container .product-show .product-info .price-container .price-original-container .price-original {
          color: #B6BD00; }
    ._store_container .product-show .product-info .specs {
      color: #5A5A5A;
      margin: 10px 0;
      line-height: 24px; }
      ._store_container .product-show .product-info .specs span {
        width: 115px;
        display: inline-block;
        color: #5A5A5A; }
    ._store_container .product-show .product-info .description {
      border-top: 1px solid #E6E6E6;
      border-bottom: 1px solid #E6E6E6;
      padding: 30px 0;
      color: #5A5A5A;
      line-height: 20px; }
    ._store_container .product-show .product-info .product-size-clarification {
      margin: 10px 0; }
    ._store_container .product-show .product-info .choices {
      margin: 20px 0 0 0;
      padding: 10px 0;
      display: inline-block;
      width: 100%; }
      ._store_container .product-show .product-info .choices label {
        margin-right: 10px;
        line-height: 30px;
        vertical-align: top; }
        @media screen and (max-width: 1000px) {
          ._store_container .product-show .product-info .choices label {
            display: block; } }
      ._store_container .product-show .product-info .choices .size {
        margin-right: 50px;
        float: left; }
        ._store_container .product-show .product-info .choices .size .greyed-option, ._store_container .product-show .product-info .choices .size .option {
          border: 1px solid #E6E6E6;
          height: 30px;
          width: 30px;
          text-align: center;
          display: inline-block;
          line-height: 30px;
          margin-left: 7px;
          cursor: pointer; }
          ._store_container .product-show .product-info .choices .size .greyed-option.active, ._store_container .product-show .product-info .choices .size .option.active {
            background: #B6BD00;
            color: #fff; }
          @media screen and (max-width: 1000px) {
            ._store_container .product-show .product-info .choices .size .greyed-option, ._store_container .product-show .product-info .choices .size .option {
              margin-left: 0;
              margin-right: 7px; } }
        ._store_container .product-show .product-info .choices .size .greyed-option {
          color: #969696;
          background: #F5F5F7;
          cursor: default; }
      ._store_container .product-show .product-info .choices .color {
        margin-right: 50px;
        float: left; }
        ._store_container .product-show .product-info .choices .color span {
          width: 30px;
          height: 30px;
          display: inline-block;
          line-height: 30px;
          margin-left: 7px;
          cursor: pointer; }
          ._store_container .product-show .product-info .choices .color span.color-swatch {
            background: #FFFFFF;
            border: 5px solid #FFFFFF;
            outline: 1px solid #E6E6E6; }
          ._store_container .product-show .product-info .choices .color span.active {
            border-color: #B6BD00; }
          @media screen and (max-width: 1000px) {
            ._store_container .product-show .product-info .choices .color span {
              margin-left: 0;
              margin-right: 7px; } }
      ._store_container .product-show .product-info .choices .qty {
        margin-left: 7px; }
        ._store_container .product-show .product-info .choices .qty input {
          padding-top: 0px;
          margin-top: 0px;
          width: 70px;
          text-align: left; }
        ._store_container .product-show .product-info .choices .qty select {
          padding-top: 0px;
          margin-top: 0px;
          padding-left: 7px; }
      @media screen and (max-width: 1200px) {
        ._store_container .product-show .product-info .choices .qty, ._store_container .product-show .product-info .choices .color, ._store_container .product-show .product-info .choices .size {
          float: none;
          margin-left: 0;
          margin-bottom: 10px; } }
    ._store_container .product-show .product-info .add-to-cart button {
      padding: 10px 30px;
      vertical-align: top; }
    ._store_container .product-show .product-info .add-to-cart button:disabled {
      color: #AF0120;
      font-weight: bold; }
    ._store_container .product-show .product-info .social-share-icons {
      padding-top: 30px;
      border-top: 1px solid #E6E6E6;
      color: #E6E6E6;
      margin: 30px 10px 10px 0; }
      ._store_container .product-show .product-info .social-share-icons a {
        font-size: 50px;
        margin-right: 42px; }
      @media screen and (max-width: 1000px) {
        ._store_container .product-show .product-info .social-share-icons {
          position: relative; } }
._store_container .product-tabs {
  width: 100%;
  margin-top: 30px;
  display: inline-block;
  clear: both;
  border-bottom: 1px solid #E6E6E6;
  overflow: hidden; }
  ._store_container .product-tabs li a {
    font-size: 18px;
    color: #5A5A5A;
    border: none;
    float: left;
    padding: 10px 15px;
    font-weight: bold; }
    ._store_container .product-tabs li a:hover, ._store_container .product-tabs li a:focus {
      background: none;
      border: none; }
  ._store_container .product-tabs li.active a {
    color: #B6BD00;
    border-bottom: 3px solid #B6BD00; }
  @media screen and (max-width: 600px) {
    ._store_container .product-tabs {
      display: flex; }
      ._store_container .product-tabs li {
        white-space: nowrap; }
        ._store_container .product-tabs li a {
          font-size: 14px;
          padding: 10px; } }
  @media screen and (max-width: 450px) {
    ._store_container .product-tabs li a {
      font-size: 12px;
      padding: 10px 5px; } }
._store_container .product-tab-content {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%; }
  ._store_container .product-tab-content p {
    font-size: 14px;
    margin: 10px 0; }
  ._store_container .product-tab-content .product-tab-reviews .rating {
    font-size: 20px; }
  ._store_container .product-tab-content .product-tab-reviews .review {
    color: #5A5A5A;
    font-size: 14px;
    display: block;
    margin: 0 0 30px 0; }
    ._store_container .product-tab-content .product-tab-reviews .review .rating {
      font-size: 14px; }
    ._store_container .product-tab-content .product-tab-reviews .review p {
      margin: 5px 0;
      font-size: 14px;
      line-height: 24px; }
    ._store_container .product-tab-content .product-tab-reviews .review .author {
      float: right;
      font-weight: bold;
      font-size: 14px; }
  ._store_container .product-tab-content .product-tab-reviews .be-the-first-link {
    font-size: 18px;
    padding: 20px 0;
    display: block; }
  ._store_container .product-tab-content .product-tab-reviews .green-store-button {
    font-size: 22px;
    padding: 10px 20px;
    clear: both;
    float: right;
    margin: 20px 0;
    text-decoration: none; }
    @media screen and (max-width: 1000px) {
      ._store_container .product-tab-content .product-tab-reviews .green-store-button {
        display: block; } }
  ._store_container .product-tab-content .product-tab-description {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0;
    color: #5A5A5A; }
  ._store_container .product-tab-content .product-tab-sizing table {
    font-size: 14px;
    margin: 20px 0;
    font-weight: bold; }
    ._store_container .product-tab-content .product-tab-sizing table td, ._store_container .product-tab-content .product-tab-sizing table th {
      width: 8%;
      text-align: center; }
      ._store_container .product-tab-content .product-tab-sizing table td:first-child, ._store_container .product-tab-content .product-tab-sizing table th:first-child {
        width: 24%;
        text-align: left; }

/** app/Resources/assets/scss/pages/_store-giftcards.scss **/
._store_container .store-giftcards {
  margin: 0 0 30px 0; }
  ._store_container .store-giftcards .giftcards-list {
    display: inline-block;
    width: 100%; }
  ._store_container .store-giftcards .product {
    display: block;
    float: left;
    margin: 0 10px; }
  ._store_container .store-giftcards .giftcard-box {
    float: left; }
  ._store_container .store-giftcards .create-your-own-giftcard {
    position: relative;
    margin-top: 20px; }
    ._store_container .store-giftcards .create-your-own-giftcard h1 {
      font-size: 30px;
      margin-bottom: 0; }
    ._store_container .store-giftcards .create-your-own-giftcard .review {
      font-size: 14px; }
    ._store_container .store-giftcards .create-your-own-giftcard .product {
      float: none;
      width: 100%;
      margin: 10px 0;
      text-align: center; }
      ._store_container .store-giftcards .create-your-own-giftcard .product img {
        width: 280px;
        height: 288px; }
      @media screen and (min-width: 992px) {
        ._store_container .store-giftcards .create-your-own-giftcard .product {
          position: absolute;
          left: 0;
          top: 0;
          text-align: left;
          width: 350px; }
          ._store_container .store-giftcards .create-your-own-giftcard .product img {
            width: 350px;
            height: 360px; } }
    ._store_container .store-giftcards .create-your-own-giftcard .price {
      display: block;
      text-align: center;
      font-size: 24px;
      color: #B6BD00;
      font-weight: bold; }
      @media screen and (min-width: 992px) {
        ._store_container .store-giftcards .create-your-own-giftcard .price {
          text-align: left;
          margin: 20px 0; } }
    ._store_container .store-giftcards .create-your-own-giftcard .description {
      color: #5A5A5A;
      font-size: 14px;
      line-height: 20px; }
      @media screen and (min-width: 992px) {
        ._store_container .store-giftcards .create-your-own-giftcard .description {
          border-top: 1px solid #E6E6E6;
          border-bottom: 1px solid #E6E6E6;
          padding: 20px 0; } }
    ._store_container .store-giftcards .create-your-own-giftcard form {
      font-size: 14px; }
      ._store_container .store-giftcards .create-your-own-giftcard form .amount-selection {
        margin-bottom: 10px; }
        ._store_container .store-giftcards .create-your-own-giftcard form .amount-selection button {
          padding: 30px 0px;
          background: #FFFFFF;
          margin-bottom: 10px;
          float: left;
          display: block;
          border-radius: 0px;
          border: 1px solid #E6E6E6;
          font-size: 18px;
          font-weight: bold; }
          ._store_container .store-giftcards .create-your-own-giftcard form .amount-selection button.active {
            background: #B6BD00;
            color: #FFFFFF; }
          @media screen and (min-width: 992px) {
            ._store_container .store-giftcards .create-your-own-giftcard form .amount-selection button {
              width: 100%;
              padding: 10px; } }
        ._store_container .store-giftcards .create-your-own-giftcard form .amount-selection label {
          margin-left: 20px; }
      ._store_container .store-giftcards .create-your-own-giftcard form input, ._store_container .store-giftcards .create-your-own-giftcard form textarea {
        width: 100%;
        padding: 10px 15px;
        border: 1px solid #E6E6E6;
        border-radius: 0px; }
      ._store_container .store-giftcards .create-your-own-giftcard form input:focus, ._store_container .store-giftcards .create-your-own-giftcard form textarea:focus {
        border: 1px solid #B6BD00;
        box-shadow: none; }
      ._store_container .store-giftcards .create-your-own-giftcard form .input-group {
        padding: 10px; }
        ._store_container .store-giftcards .create-your-own-giftcard form .input-group input {
          margin: 0;
          padding: 18px; }
        ._store_container .store-giftcards .create-your-own-giftcard form .input-group .input-group-addon {
          border-radius: 0; }
      ._store_container .store-giftcards .create-your-own-giftcard form textarea {
        height: 150px;
        resize: none; }
      ._store_container .store-giftcards .create-your-own-giftcard form .to-and-from {
        margin-top: 30px; }
      ._store_container .store-giftcards .create-your-own-giftcard form .item-count {
        margin-top: 20px;
        width: 100%; }
        ._store_container .store-giftcards .create-your-own-giftcard form .item-count input {
          width: 20%;
          margin-right: 10%; }
        ._store_container .store-giftcards .create-your-own-giftcard form .item-count button {
          width: 69%;
          padding: 10px 15px; }
          @media screen and (max-width: 992px) {
            ._store_container .store-giftcards .create-your-own-giftcard form .item-count button {
              width: 100%; } }
      ._store_container .store-giftcards .create-your-own-giftcard form label {
        display: none;
        margin: 0 0 5px 0;
        font-size: 16px;
        color: #5A5A5A; }
        @media screen and (min-width: 992px) {
          ._store_container .store-giftcards .create-your-own-giftcard form label {
            display: block; } }
      ._store_container .store-giftcards .create-your-own-giftcard form .green-store-button {
        font-size: 20px; }
    @media screen and (min-width: 992px) {
      ._store_container .store-giftcards .create-your-own-giftcard {
        padding-left: 400px; }
        ._store_container .store-giftcards .create-your-own-giftcard .social-share-icons {
          margin-top: 30px;
          float: right;
          clear: both; } }
    ._store_container .store-giftcards .create-your-own-giftcard .schedule-delivery {
      display: none; }
    ._store_container .store-giftcards .create-your-own-giftcard input[type="radio"] {
      width: auto; }
    ._store_container .store-giftcards .create-your-own-giftcard .delivery-method label {
      display: inline-block; }

/** app/Resources/assets/scss/pages/_store-giftcards.scss **/
._store_container .store-gift-card-balance-checker {
  max-width: 625px;
  margin: 0 auto; }
  ._store_container .store-gift-card-balance-checker .store-box {
    min-height: initial; }
    ._store_container .store-gift-card-balance-checker .store-box .store-header {
      text-transform: uppercase; }
    ._store_container .store-gift-card-balance-checker .store-box .gift-card-checker-widget_container {
      margin: 0 20px; }
      ._store_container .store-gift-card-balance-checker .store-box .gift-card-checker-widget_container .gift-card-checker-widget p .balance-value {
        font-weight: bold;
        font-size: 28px;
        color: #B6BD00; }
      ._store_container .store-gift-card-balance-checker .store-box .gift-card-checker-widget_container .gift-card-checker-widget form {
        margin: 20px 0px 0px 0px; }
        ._store_container .store-gift-card-balance-checker .store-box .gift-card-checker-widget_container .gift-card-checker-widget form input[type="text"] {
          width: 100%; }
          ._store_container .store-gift-card-balance-checker .store-box .gift-card-checker-widget_container .gift-card-checker-widget form input[type="text"]:focus {
            border-width: 2px; }

/** app/Resources/assets/scss/pages/_store-layout.scss **/
._store_body .main {
  overflow: hidden; }
._store_body .layout_wrapper {
  padding-top: 68px; }
  ._store_body .layout_wrapper .navbar {
    margin-bottom: 0;
    /** this was causing a huge gap below the header **/ }

._store_container {
  width: 100% !important;
  padding: 0;
  padding-bottom: 30px; }
  @media screen and (max-width: 1200px) {
    ._store_container .header-container {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  ._store_container .jumbotron {
    padding: 0;
    margin: 0;
    height: 320px;
    overflow: hidden;
    border-radius: 0;
    position: relative; }
    ._store_container .jumbotron img {
      min-height: 320px;
      margin-top: -150px;
      width: 100%; }
      @media screen and (max-width: 1100px) {
        ._store_container .jumbotron img {
          position: absolute;
          min-height: 0;
          margin-top: 0; } }
    @media screen and (max-width: 1100px) {
      ._store_container .jumbotron {
        padding-bottom: 38%;
        height: auto; } }
  ._store_container .header {
    margin: 0px 0 20px 0;
    display: inline-block;
    width: 100%; }
    @media screen and (max-width: 1200px) {
      ._store_container .header {
        margin: 0px 0 20px 0; } }
    ._store_container .header .breadcrumbs {
      float: left;
      clear: both;
      width: 100%;
      margin-top: 15px;
      padding: 10px 15px; }
      ._store_container .header .breadcrumbs a {
        text-shadow: 0px 0px 0px #000; }
      ._store_container .header .breadcrumbs i {
        padding: 0 10px; }
    ._store_container .header .nav {
      border-bottom: 1px solid #E6E6E6;
      float: left;
      padding: 20px 0 10px 0; }
      @media screen and (max-width: 768px) {
        ._store_container .header .nav.salad-menu {
          height: auto; }
          ._store_container .header .nav.salad-menu .inner-nav {
            height: auto !important;
            position: relative; }
            ._store_container .header .nav.salad-menu .inner-nav a {
              display: block; }
              ._store_container .header .nav.salad-menu .inner-nav a.active {
                border: none; } }
      ._store_container .header .nav .cart-more-button {
        cursor: pointer;
        font-size: 28px;
        display: none;
        background: #FFFFFF;
        position: absolute;
        right: 0px;
        top: 0;
        text-align: right;
        box-shadow: 0 0 35px 30px #FFFFFF; }
        ._store_container .header .nav .cart-more-button .fa {
          padding: 15px; }
        @media screen and (max-width: 768px) {
          ._store_container .header .nav .cart-more-button {
            display: inline-block; } }
      ._store_container .header .nav a {
        text-decoration: none;
        padding: 5px 15px;
        color: #5A5A5A;
        margin: 0 2px;
        font-size: 18px; }
        ._store_container .header .nav a.active {
          border-bottom: 3px solid #B6BD00; }
      @media screen and (max-width: 1200px) {
        ._store_container .header .nav {
          padding: 20px 0;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          height: 60px;
          position: relative; }
          ._store_container .header .nav .inner-nav {
            position: absolute;
            height: 60px;
            width: 600px;
            left: 0;
            top: 0; }
          ._store_container .header .nav a {
            padding: 20px 10px;
            display: inline-block; } }
    ._store_container .header .search {
      padding-top: 15px;
      position: relative;
      float: right; }
      ._store_container .header .search form {
        position: relative; }
      ._store_container .header .search input {
        background: #F5F5F7;
        min-width: 250px;
        font-size: 14px;
        padding: 7px 10px;
        margin: 0;
        border: 1px solid #E6E6E6;
        border-radius: 8px; }
      ._store_container .header .search input:focus {
        border: 1px solid #B6BD00;
        box-shadow: none; }
      ._store_container .header .search .fa {
        position: absolute;
        color: #5A5A5A;
        right: 10px;
        font-size: 18px;
        top: 8px; }
        ._store_container .header .search .fa.fa-search {
          cursor: pointer;
          cursor: hand; }
      @media screen and (max-width: 1200px) {
        ._store_container .header .search {
          float: none;
          padding-top: 0; }
          ._store_container .header .search input {
            width: 100%;
            background: #FFFFFF;
            padding: 15px 20px; }
          ._store_container .header .search .fa {
            right: 0;
            top: 0px;
            color: #adadad;
            font-size: 30px;
            padding: 10px; } }
    ._store_container .header .free-shipping {
      width: 100%;
      text-align: center;
      padding: 10px 0;
      background: #B6BD00;
      color: #FFFFFF;
      font-size: 18px; }
      @media screen and (min-width: 1200px) {
        ._store_container .header .free-shipping {
          position: absolute;
          margin-top: -36px;
          left: 0;
          right: 0; } }
  ._store_container .shopping-cart-link {
    position: relative; }
    ._store_container .shopping-cart-link .cart-count {
      background: #B6BD00;
      top: 0;
      left: 113px;
      border-radius: 10px;
      height: 20px;
      display: block;
      padding: 0 5px;
      text-align: center;
      color: #FFFFFF;
      font-weight: bold;
      line-height: 20px;
      font-size: 14px;
      position: absolute; }
      @media screen and (max-width: 1200px) {
        ._store_container .shopping-cart-link .cart-count {
          top: 10px; } }

/** app/Resources/assets/pages/_store-cart.scss **/
.store-cart h1 {
  margin-top: 20px; }
.store-cart .store-cart-list {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%; }
  .store-cart .store-cart-list .cart-product {
    list-style: none;
    font-size: 18px;
    clear: both; }
    @media screen and (max-width: 1000px) {
      .store-cart .store-cart-list .cart-product {
        float: left;
        width: 100%;
        margin: 10px 0; } }
    .store-cart .store-cart-list .cart-product .store-box {
      margin-bottom: 0; }
      .store-cart .store-cart-list .cart-product .store-box .store-header {
        display: none;
        text-align: center;
        border-bottom: 1px solid #E6E6E6; }
        @media screen and (max-width: 1000px) {
          .store-cart .store-cart-list .cart-product .store-box .store-header {
            display: block;
            font-size: 12px; } }
      .store-cart .store-cart-list .cart-product .store-box .store-body {
        padding: 20px;
        height: 165px;
        vertical-align: middle; }
        .store-cart .store-cart-list .cart-product .store-box .store-body img {
          width: 90px;
          height: 90px; }
    .store-cart .store-cart-list .cart-product.show-headers .store-header {
      display: block; }
    .store-cart .store-cart-list .cart-product .left {
      width: 50%;
      float: left; }
      .store-cart .store-cart-list .cart-product .left img {
        float: left;
        margin-right: 15px; }
      .store-cart .store-cart-list .cart-product .left .name {
        font-size: 18px;
        font-weight: bold; }
      .store-cart .store-cart-list .cart-product .left .description {
        font-size: 12px;
        line-height: 18px;
        color: #5A5A5A;
        margin: 10px 0; }
      .store-cart .store-cart-list .cart-product .left .variant-option {
        margin-top: 10px;
        font-size: 14px;
        color: #5A5A5A; }
      @media screen and (max-width: 1000px) {
        .store-cart .store-cart-list .cart-product .left {
          width: auto;
          float: none; } }
    .store-cart .store-cart-list .cart-product .right {
      width: 50%;
      float: left; }
      .store-cart .store-cart-list .cart-product .right .store-box {
        width: 25%;
        float: left; }
      .store-cart .store-cart-list .cart-product .right .store-body {
        line-height: 47px;
        text-align: center; }
        .store-cart .store-cart-list .cart-product .right .store-body .price-container {
          display: block;
          clear: both; }
          .store-cart .store-cart-list .cart-product .right .store-body .price-container .price {
            display: inline;
            color: #B6BD00; }
          .store-cart .store-cart-list .cart-product .right .store-body .price-container .price-sale {
            display: inline;
            color: #AF0120; }
          .store-cart .store-cart-list .cart-product .right .store-body .price-container .price-original-container {
            display: inline;
            text-decoration: line-through;
            color: #AF0120; }
            .store-cart .store-cart-list .cart-product .right .store-body .price-container .price-original-container .price-original {
              display: inline;
              color: #000000; }
        .store-cart .store-cart-list .cart-product .right .store-body .price-reduction-percentage-container {
          display: block;
          clear: both;
          color: #AF0120;
          text-transform: uppercase;
          padding: 0px; }
      .store-cart .store-cart-list .cart-product .right .fa {
        font-size: 22px;
        color: #5A5A5A; }
        .store-cart .store-cart-list .cart-product .right .fa:hover {
          color: #B6BD00; }
      .store-cart .store-cart-list .cart-product .right input {
        width: 70px;
        padding: 5px; }
      .store-cart .store-cart-list .cart-product .right input:focus {
        border: 2px solid #B6BD00;
        box-shadow: none; }
      @media screen and (max-width: 1000px) {
        .store-cart .store-cart-list .cart-product .right {
          width: auto;
          float: none;
          font-size: 12px; }
          .store-cart .store-cart-list .cart-product .right .store-box .store-body {
            height: 70px;
            padding: 11px 5px; } }
.store-cart .cart-boxes {
  margin-bottom: 50px;
  font-size: 14px; }
  .store-cart .cart-boxes .store-body {
    padding: 20px; }
  .store-cart .cart-boxes .cart-header {
    font-size: 22px;
    margin-bottom: 20px; }
  .store-cart .cart-boxes .cart-bold-header {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px; }
  .store-cart .cart-boxes .coupon-code {
    margin-bottom: 20px; }
    .store-cart .cart-boxes .coupon-code .error {
      color: red;
      border: 1px solid #AF0120;
      background: #F8EAE9;
      margin: 0 0 10px 0;
      width: 100%;
      padding: 5px; }
    .store-cart .cart-boxes .coupon-code input {
      width: 70%;
      float: left;
      height: 40px;
      padding-left: 10px; }
    .store-cart .cart-boxes .coupon-code input:focus {
      border: 2px solid #B6BD00;
      box-shadow: none; }
    .store-cart .cart-boxes .coupon-code button {
      width: 25%;
      display: inline-block;
      height: 40px;
      margin-left: 4%;
      font-size: 16px;
      margin-top: 4px; }
  .store-cart .cart-boxes .shipping .shipping-option {
    margin: 20px 0; }
    .store-cart .cart-boxes .shipping .shipping-option input {
      margin-right: 15px; }
    .store-cart .cart-boxes .shipping .shipping-option input:focus {
      border: 2px solid #B6BD00;
      box-shadow: none; }
    .store-cart .cart-boxes .shipping .shipping-option a {
      cursor: pointer; }
  .store-cart .cart-boxes .shipping .international-shipping-address input[type="text"] {
    margin-top: 5px;
    width: 100%;
    padding: 5px;
    background: #F5F5F7;
    border: none; }
  .store-cart .cart-boxes .shipping .international-shipping-address input:focus {
    border: 2px solid #B6BD00;
    box-shadow: none; }
  .store-cart .cart-boxes .shipping p.shipping-option-submit {
    padding: 10px 0px; }
  .store-cart .cart-boxes .shipping .shipping-address-details div {
    padding: 5px 0; }
  .store-cart .cart-boxes .shipping a {
    cursor: pointer; }
  .store-cart .cart-boxes .cart-total i {
    cursor: pointer; }
    .store-cart .cart-boxes .cart-total i:hover {
      color: #B6BD00; }
  .store-cart .cart-boxes .cart-total span {
    float: right; }
  .store-cart .cart-boxes .cart-total .store-box {
    min-height: auto; }
  .store-cart .cart-boxes .giant-cart-button {
    width: 100%;
    display: block;
    padding: 20px;
    font-size: 30px;
    text-align: center; }
.store-cart .place-your-order-button {
  float: right; }

/** app/Resources/assets/scss/pages/_store-cart-product-added.scss **/
._store_container .cart-product-added {
  width: 100%; }
  ._store_container .cart-product-added .vertical-align {
    display: flex;
    align-items: center; }
  ._store_container .cart-product-added .confirmation-bar {
    border: 1px solid #BEBEBE;
    border-radius: 8px;
    float: left;
    width: 100%;
    margin-bottom: 30px; }
    ._store_container .cart-product-added .confirmation-bar .left {
      background-color: #F5F5F7; }
    ._store_container .cart-product-added .confirmation-bar table {
      height: 64px;
      margin: 0 auto; }
      ._store_container .cart-product-added .confirmation-bar table tr td {
        vertical-align: middle; }
    ._store_container .cart-product-added .confirmation-bar table tr .check {
      width: 50px;
      text-align: center;
      background-color: #F5F5F7; }
      ._store_container .cart-product-added .confirmation-bar table tr .check i {
        font-size: 30px;
        color: #B6BD00; }
    ._store_container .cart-product-added .confirmation-bar table tr .product-image {
      width: 64px;
      text-align: center;
      background-color: #F5F5F7; }
      ._store_container .cart-product-added .confirmation-bar table tr .product-image img {
        width: 48px;
        border: 1px solid #BEBEBE; }
    ._store_container .cart-product-added .confirmation-bar table tr .message {
      padding: 0px 20px 0px 5px;
      background-color: #F5F5F7; }
      ._store_container .cart-product-added .confirmation-bar table tr .message p {
        font-size: 26px;
        color: #B6BD00; }
    ._store_container .cart-product-added .confirmation-bar table tr .cart-summary {
      padding: 0px 20px; }
      ._store_container .cart-product-added .confirmation-bar table tr .cart-summary p b {
        font-weight: bold; }
      ._store_container .cart-product-added .confirmation-bar table tr .cart-summary p .cart-subtotal {
        color: #B6BD00;
        font-weight: bold;
        text-align: middle; }
    ._store_container .cart-product-added .confirmation-bar table tr .cart-button {
      vertical-align: middle;
      padding-right: 10px; }
      ._store_container .cart-product-added .confirmation-bar table tr .cart-button .green-store-button {
        padding: 8px 10px;
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase; }
    ._store_container .cart-product-added .confirmation-bar table tr .checkout-button {
      vertical-align: middle;
      padding-right: 10px; }
      ._store_container .cart-product-added .confirmation-bar table tr .checkout-button .green-store-button {
        display: block;
        padding: 8px 10px;
        font-weight: bold;
        font-size: 18px;
        background: #B6BD00;
        color: #FFFFFF;
        text-decoration: none; }
    @media screen and (max-width: 430px) {
      ._store_container .cart-product-added .confirmation-bar table tr .cart-button, ._store_container .cart-product-added .confirmation-bar table tr .checkout-button {
        display: block;
        margin-bottom: 20px; }
        ._store_container .cart-product-added .confirmation-bar table tr .cart-button a, ._store_container .cart-product-added .confirmation-bar table tr .checkout-button a {
          width: 100%;
          display: block;
          margin: 10px 0;
          text-align: center; } }

/** app/Resources/assets/pages/_store-checkout.scss **/
.store-checkout .giftcard-box input {
  width: 74%; }
.store-checkout .giftcard-box button {
  width: 25%;
  float: right;
  margin-top: 5px;
  font-size: 18px;
  padding: 7px 0px; }
.store-checkout .bg-danger {
  padding: 20px; }
.store-checkout .fa-trash-o:hover {
  cursor: pointer;
  color: #B6BD00; }
.store-checkout h1 {
  margin: 20px 0 0 0; }
.store-checkout .shipping-type {
  margin-bottom: 10px; }
  .store-checkout .shipping-type label {
    display: block;
    margin: 0 0 5px 0; }
  .store-checkout .shipping-type span {
    font-weight: bold; }
.store-checkout .billing-type label {
  margin: 0 0 5px 0;
  display: block; }
.store-checkout .store-checkout-table {
  margin-top: 30px; }
  .store-checkout .store-checkout-table .store-body {
    font-size: 14px;
    line-height: 24px; }
  .store-checkout .store-checkout-table input, .store-checkout .store-checkout-table select {
    background: #F5F5F7; }
  .store-checkout .store-checkout-table p.customs_fee_notification {
    font-size: 10px;
    font-style: italic;
    padding: 0;
    line-height: 2em;
    margin-top: 8px; }
  .store-checkout .store-checkout-table table {
    width: 100%;
    border-collapse: collapse; }
    .store-checkout .store-checkout-table table tr.bold {
      font-weight: bold; }
    .store-checkout .store-checkout-table table tr.grey-background {
      background: #F5F5F7; }
    .store-checkout .store-checkout-table table tr td {
      border-bottom: 1px solid #E6E6E6;
      padding: 10px;
      font-size: 14px;
      line-height: 20px; }
      .store-checkout .store-checkout-table table tr td:first-child {
        border-right: 1px solid #E6E6E6; }
      .store-checkout .store-checkout-table table tr td.adjustments-value i {
        cursor: pointer; }
        .store-checkout .store-checkout-table table tr td.adjustments-value i:hover {
          color: #B6BD00; }
    .store-checkout .store-checkout-table table tr.coupon-box {
      border-right: none; }
      .store-checkout .store-checkout-table table tr.coupon-box input {
        width: 74%;
        border: 1px solid #E6E6E6; }
      .store-checkout .store-checkout-table table tr.coupon-box input:focus {
        border: 1px solid #B6BD00;
        box-shadow: none; }
      .store-checkout .store-checkout-table table tr.coupon-box button {
        width: 25%;
        float: right;
        margin-top: 5px;
        font-size: 18px;
        padding: 7px 0px; }
    .store-checkout .store-checkout-table table tr .item-subtotal-value {
      vertical-align: middle; }
    .store-checkout .store-checkout-table table tr .item-quantity {
      margin: 10px 0 0 0; }
      .store-checkout .store-checkout-table table tr .item-quantity b {
        line-height: 25px; }
      .store-checkout .store-checkout-table table tr .item-quantity .checkout-item-count-select {
        float: right;
        max-width: 75px; }
    .store-checkout .store-checkout-table table tr:first-child td {
      border-right: none; }
    .store-checkout .store-checkout-table table tr:last-child td {
      border-bottom: none; }
.store-checkout .payment-form .card-icons {
  float: right;
  margin: -7px 0 0 0;
  height: 40px; }
  .store-checkout .payment-form .card-icons img {
    width: 40px;
    margin-left: 5px; }
  @media screen and (max-width: 992px) {
    .store-checkout .payment-form .card-icons img {
      margin-left: 0px; } }
  .store-checkout .payment-form .card-icons.paypal-icon {
    margin-left: 20px; }
.store-checkout .payment-form .paypal-box {
  clear: both;
  width: 100%;
  margin-top: 10px; }
.store-checkout .billing-address-form {
  display: none; }
.store-checkout .credit-card-payment-box {
  display: inline-block;
  margin-bottom: 10px; }
.store-checkout .place-your-order-button {
  font-size: 24px;
  width: 100%;
  text-align: center;
  float: right;
  margin: 0 0 20px 0;
  padding: 20px 40px; }
.store-checkout .shipping-address-details {
  cursor: pointer; }
  .store-checkout .shipping-address-details i {
    float: right; }
@media screen and (max-width: 768px) {
  .store-checkout #trustwaveSealImage {
    margin: 0 auto;
    display: block; } }

/** app/Resources/assets/scss/pages/_store-orders.scss **/
._store_container .store-orders h1 {
  margin-top: 20px; }
._store_container .store-orders h2 {
  color: #5A5A5A; }
._store_container .store-orders .store-orders-list {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%; }
  ._store_container .store-orders .store-orders-list .store-box {
    min-height: initial;
    border: none; }
    ._store_container .store-orders .store-orders-list .store-box .store-header {
      display: flex; }
      ._store_container .store-orders .store-orders-list .store-box .store-header .order-type {
        color: #B6BD00; }
      ._store_container .store-orders .store-orders-list .store-box .store-header > div:last-child {
        margin-left: auto; }
      @media screen and (max-width: 1000px) {
        ._store_container .store-orders .store-orders-list .store-box .store-header {
          font-size: 12px; } }
      @media screen and (max-width: 1000px) {
        ._store_container .store-orders .store-orders-list .store-box .store-header a {
          font-size: 12px; } }
  ._store_container .store-orders .store-orders-list .order-product {
    list-style: none;
    font-size: 18px;
    clear: both;
    float: left;
    width: 100%;
    border: 1px solid #BEBEBE;
    border-radius: 8px; }
    ._store_container .store-orders .store-orders-list .order-product .store-box {
      margin-bottom: 0; }
      ._store_container .store-orders .store-orders-list .order-product .store-box .order-status {
        font-size: 12px;
        line-height: 18px;
        color: #5A5A5A;
        text-transform: uppercase;
        font-weight: bold;
        padding: 15px 0px 0px 15px; }
      ._store_container .store-orders .store-orders-list .order-product .store-box .store-header {
        display: none;
        text-align: center;
        border-bottom: 1px solid #E6E6E6;
        background: #FFFFFF;
        font-size: 14px; }
        @media screen and (max-width: 1000px) {
          ._store_container .store-orders .store-orders-list .order-product .store-box .store-header {
            display: block;
            background: #F5F5F7; } }
      ._store_container .store-orders .store-orders-list .order-product .store-box .store-body {
        padding: 20px;
        height: 150px;
        vertical-align: middle; }
    ._store_container .store-orders .store-orders-list .order-product.show-headers .store-header {
      display: block;
      white-space: nowrap; }
    ._store_container .store-orders .store-orders-list .order-product .left {
      width: 50%;
      float: left; }
      ._store_container .store-orders .store-orders-list .order-product .left img {
        float: left;
        margin-right: 15px; }
      ._store_container .store-orders .store-orders-list .order-product .left .name {
        font-size: 18px;
        font-weight: bold; }
      ._store_container .store-orders .store-orders-list .order-product .left .specs {
        float: left;
        font-size: 12px;
        line-height: 18px;
        color: #5A5A5A;
        margin: 10px 0; }
        ._store_container .store-orders .store-orders-list .order-product .left .specs .returns-exchanges-parenthetical {
          color: #B6BD00; }
        ._store_container .store-orders .store-orders-list .order-product .left .specs b {
          width: 80px;
          text-align: right;
          margin-right: 10px;
          display: inline-block; }
          @media screen and (max-width: 1000px) {
            ._store_container .store-orders .store-orders-list .order-product .left .specs b {
              width: auto; } }
        ._store_container .store-orders .store-orders-list .order-product .left .specs .add-review {
          padding-top: 5px;
          font-weight: bold; }
      @media screen and (max-width: 1000px) {
        ._store_container .store-orders .store-orders-list .order-product .left {
          width: auto;
          float: none; }
          ._store_container .store-orders .store-orders-list .order-product .left .store-header {
            display: none; } }
    ._store_container .store-orders .store-orders-list .order-product .right {
      width: 50%;
      float: left;
      padding: 20px; }
      ._store_container .store-orders .store-orders-list .order-product .right .store-box {
        width: 100%; }
      ._store_container .store-orders .store-orders-list .order-product .right .store-body {
        text-align: center;
        border: none; }
        ._store_container .store-orders .store-orders-list .order-product .right .store-body button {
          width: 100%;
          padding: 5px 0;
          margin: 0 0 10px 0; }
      ._store_container .store-orders .store-orders-list .order-product .right input {
        padding: 5px; }
      @media screen and (max-width: 1000px) {
        ._store_container .store-orders .store-orders-list .order-product .right {
          width: auto;
          float: none;
          font-size: 12px; }
          ._store_container .store-orders .store-orders-list .order-product .right .store-box .store-body {
            height: 70px;
            padding: 20px 5px; } }
      ._store_container .store-orders .store-orders-list .order-product .right .product-review-form .star-rating-selector {
        float: left;
        cursor: pointer;
        margin-right: 10px; }
        ._store_container .store-orders .store-orders-list .order-product .right .product-review-form .star-rating-selector i {
          font-size: 32px;
          color: #E6E6E6; }
          ._store_container .store-orders .store-orders-list .order-product .right .product-review-form .star-rating-selector i.active {
            color: gold; }
      ._store_container .store-orders .store-orders-list .order-product .right .product-review-form .author {
        font-size: 14px;
        padding-top: 10px; }
        ._store_container .store-orders .store-orders-list .order-product .right .product-review-form .author i {
          color: #B6BD00; }
        ._store_container .store-orders .store-orders-list .order-product .right .product-review-form .author a {
          cursor: pointer; }
      ._store_container .store-orders .store-orders-list .order-product .right .product-review-form textarea {
        width: 100%;
        height: 44px;
        resize: none;
        padding: 10px;
        margin: 10px 0 0 0; }
      ._store_container .store-orders .store-orders-list .order-product .right .product-review-form button {
        width: auto;
        float: right; }
      ._store_container .store-orders .store-orders-list .order-product .right .product-review-form .tips-link {
        cursor: pointer;
        font-size: 14px;
        margin-top: 25px;
        display: inline-block; }
      ._store_container .store-orders .store-orders-list .order-product .right .product-review-form .tips {
        display: none;
        font-size: 13px;
        padding-top: 20px;
        color: #5A5A5A;
        clear: both; }
    ._store_container .store-orders .store-orders-list .order-product .thankyou-for-review {
      padding: 45px;
      color: #5A5A5A;
      font-weight: bold;
      text-align: center; }
._store_container .store-orders .order-buttons {
  width: 100%;
  text-align: right; }
  @media screen and (max-width: 1000px) {
    ._store_container .store-orders .order-buttons {
      float: left;
      width: 100%;
      clear: both; } }
  ._store_container .store-orders .order-buttons button {
    min-width: 325px;
    float: right;
    padding: 10px 20px;
    font-size: 22px;
    margin-bottom: 15px; }
    @media screen and (max-width: 1000px) {
      ._store_container .store-orders .order-buttons button {
        width: 100%;
        display: block; } }
._store_container .store-orders table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #E6E6E6; }
  ._store_container .store-orders table tr.bold {
    font-weight: bold; }
  ._store_container .store-orders table tr.grey-background {
    background: #F5F5F7; }
  ._store_container .store-orders table tr td {
    border: 1px solid #E6E6E6;
    padding: 10px;
    font-size: 14px; }
    ._store_container .store-orders table tr td .green-border-button {
      float: right;
      padding: 10px 20px; }
._store_container .store-orders .story-body {
  padding: 20px; }
  ._store_container .store-orders .story-body .reason-for-exchange {
    margin: 10px 0;
    color: #5A5A5A;
    font-weight: bold;
    font-size: 14px; }
  ._store_container .store-orders .story-body .additional-comments {
    color: #5A5A5A;
    font-size: 12px; }
    ._store_container .store-orders .story-body .additional-comments textarea {
      background: #E6E6E6;
      height: 100px;
      margin: 5px 0;
      border: none;
      resize: none;
      display: block;
      width: 80%; }
._store_container .store-orders .green-store-button {
  font-size: 22px;
  padding: 10px 20px;
  clear: both;
  float: right; }
  @media screen and (max-width: 1000px) {
    ._store_container .store-orders .green-store-button {
      display: block; } }
._store_container .store-orders .grey-store-button {
  background-color: #5A5A5A;
  color: #FFFFFF;
  font-size: 22px;
  padding: 10px 20px; }
  @media screen and (max-width: 1000px) {
    ._store_container .store-orders .grey-store-button {
      display: block; } }
._store_container .store-orders .submit-return-button {
  font-size: 26px;
  padding: 20px 60px;
  width: 100%;
  max-width: 400px; }
._store_container .store-orders .order-on {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px; }
._store_container .store-orders .progress-box {
  margin-bottom: 50px; }
._store_container .store-orders .progress {
  margin: 20px 0;
  height: 6px;
  border-radius: 3px;
  background: #969696; }
._store_container .store-orders .step {
  width: 25%;
  float: left;
  text-align: center;
  font-weight: bold;
  margin-top: -38px; }
  ._store_container .store-orders .step .number {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    background: #969696;
    line-height: 28px; }
  ._store_container .store-orders .step .name {
    font-size: 14px;
    color: #969696;
    margin-top: 8px; }
    @media screen and (max-width: 400px) {
      ._store_container .store-orders .step .name {
        font-size: 10px; } }
  ._store_container .store-orders .step.active .number {
    background: #B6BD00; }
  ._store_container .store-orders .step.active .name {
    color: #B6BD00; }
._store_container .store-orders .order-details-table {
  margin-bottom: 0;
  font-size: 14px; }
  ._store_container .store-orders .order-details-table th {
    font-weight: bold; }
._store_container .store-orders .store-order-details-body {
  font-size: 14px;
  line-height: 18px; }

/** app/Resources/assets/scss/pages/_store-returns.scss **/
div.main_legal_page__link_container {
  text-align: center; }
  div.main_legal_page__link_container a {
    float: none;
    display: inline-block; }

._store_container .store-returns .green-store-button {
  font-size: 22px;
  padding: 10px 20px;
  clear: both;
  float: right;
  margin: 20px 0;
  text-transform: uppercase; }
  @media screen and (max-width: 1000px) {
    ._store_container .store-returns .green-store-button {
      display: block; } }
._store_container .store-returns .grey-store-button {
  font-size: 22px;
  padding: 10px 20px;
  clear: both;
  float: right;
  margin: 20px 0;
  text-transform: uppercase; }
  @media screen and (max-width: 1000px) {
    ._store_container .store-returns .grey-store-button {
      display: block; } }
@media screen and (max-width: 1000px) {
  ._store_container .store-returns .international-returns-exchange-instructions .right .green-store-button {
    float: left; } }
._store_container .store-returns .return-exchange-instructions h1 {
  text-transform: uppercase;
  font-size: 34px;
  margin-bottom: 0px; }
._store_container .store-returns .return-exchange-instructions p {
  margin-top: 10px; }
._store_container .store-returns .left {
  float: left;
  min-height: 150px;
  max-width: 550px; }
  @media screen and (min-width: 1200px) {
    ._store_container .store-returns .left {
      max-width: initial; } }
  @media screen and (max-width: 1000px) {
    ._store_container .store-returns .left {
      width: 100%;
      max-width: initial;
      min-height: initial; } }
._store_container .store-returns .right {
  float: right;
  min-height: 150px;
  min-width: 350px; }
  @media screen and (max-width: 1000px) {
    ._store_container .store-returns .right {
      width: 100%;
      min-width: initial;
      min-height: initial; } }
._store_container .store-returns .return-exchange-summary {
  border: 1px solid #BEBEBE;
  float: left;
  width: 100%;
  padding: 20px; }
  ._store_container .store-returns .return-exchange-summary .printer-icon {
    float: left;
    border: 0px solid orange;
    padding-right: 20px; }
    ._store_container .store-returns .return-exchange-summary .printer-icon i {
      font-size: 35px;
      color: #5A5A5A; }
  ._store_container .store-returns .return-exchange-summary .items-summary {
    float: left;
    color: #5A5A5A; }
    ._store_container .store-returns .return-exchange-summary .items-summary p {
      border: 0px solid purple;
      margin: 0px 0px 10px 0px; }
    ._store_container .store-returns .return-exchange-summary .items-summary ul {
      padding: 0px 0px 10px 20px;
      list-style-type: disc; }
      ._store_container .store-returns .return-exchange-summary .items-summary ul li {
        font-size: 16px; }
        ._store_container .store-returns .return-exchange-summary .items-summary ul li p {
          font-size: 15px;
          margin: 0px; }
  ._store_container .store-returns .return-exchange-summary .print-label-button {
    float: right;
    width: 100%; }
    ._store_container .store-returns .return-exchange-summary .print-label-button button {
      float: right;
      width: 100%; }
._store_container .store-returns .return-exchange-label {
  border: 0px solid #AF0120;
  text-align: center; }
  ._store_container .store-returns .return-exchange-label img {
    margin: 0 auto;
    width: 500px; }
._store_container .store-returns .store-returns-list .return-exchange-instance {
  margin-bottom: 10px;
  border: 1px solid #BEBEBE;
  float: left;
  width: 100%; }
  ._store_container .store-returns .store-returns-list .return-exchange-instance .left {
    float: left;
    border: 0px solid #B6BD00;
    min-height: 150px;
    max-width: 550px; }
    @media screen and (min-width: 1200px) {
      ._store_container .store-returns .store-returns-list .return-exchange-instance .left {
        max-width: initial; } }
    @media screen and (max-width: 1000px) {
      ._store_container .store-returns .store-returns-list .return-exchange-instance .left {
        width: 100%;
        max-width: initial;
        min-height: initial; } }
  ._store_container .store-returns .store-returns-list .return-exchange-instance .right {
    float: right;
    border: 0px solid orange;
    min-height: 150px;
    min-width: 350px; }
    @media screen and (max-width: 1000px) {
      ._store_container .store-returns .store-returns-list .return-exchange-instance .right {
        width: 100%;
        min-width: initial;
        min-height: initial; } }
  ._store_container .store-returns .store-returns-list .return-exchange-instance .left table,
  ._store_container .store-returns .store-returns-list .return-exchange-instance .right table {
    border: 0px solid purple;
    width: 100%;
    min-height: 150px; }
    @media screen and (max-width: 1000px) {
      ._store_container .store-returns .store-returns-list .return-exchange-instance .left table,
      ._store_container .store-returns .store-returns-list .return-exchange-instance .right table {
        width: 100%;
        min-height: initial; } }
    ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td,
    ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td {
      vertical-align: middle; }
      ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.select-radio-button,
      ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.select-radio-button {
        width: 50px;
        text-align: center; }
      ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.product-image,
      ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.product-image {
        width: 100px;
        padding: 20px 10px 0px 10px;
        vertical-align: top;
        text-align: center; }
        ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.product-image img,
        ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.product-image img {
          width: 100px; }
      ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.product-details,
      ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.product-details {
        vertical-align: top;
        padding: 20px 0px 20px 0px; }
        @media screen and (max-width: 1000px) {
          ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.product-details,
          ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.product-details {
            padding: 20px 0px 20px 0px; } }
        ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.product-details .name,
        ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.product-details .name {
          font-size: 18px;
          font-weight: bold; }
        ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.product-details .specs,
        ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.product-details .specs {
          font-size: 12px;
          line-height: 18px;
          color: #5A5A5A;
          margin: 10px 0; }
          ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.product-details .specs b,
          ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.product-details .specs b {
            width: 80px;
            text-align: right;
            margin-right: 10px;
            display: inline-block; }
            @media screen and (max-width: 1000px) {
              ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.product-details .specs b,
              ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.product-details .specs b {
                width: auto; } }
          ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.product-details .specs .adjustment-text,
          ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.product-details .specs .adjustment-text {
            text-transform: uppercase;
            font-weight: bold; }
      ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.reason-select-dropdown,
      ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.reason-select-dropdown {
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        vertical-align: top; }
        @media screen and (max-width: 1000px) {
          ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.reason-select-dropdown,
          ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.reason-select-dropdown {
            padding: 0px 0px 20px 0px; } }
        @media screen and (max-width: 1000px) {
          ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.reason-select-dropdown,
          ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.reason-select-dropdown {
            padding-left: 170px;
            padding-right: 15px; } }
        ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.reason-select-dropdown .reasons,
        ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.reason-select-dropdown .reasons {
          text-align: left; }
          ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.reason-select-dropdown .reasons .label,
          ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.reason-select-dropdown .reasons .label {
            padding-left: 0px;
            font-size: 12px;
            line-height: 28px;
            color: #5A5A5A; }
          ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.reason-select-dropdown .reasons .textarea textarea,
          ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.reason-select-dropdown .reasons .textarea textarea {
            width: 100%;
            height: 50px; }
        ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.reason-select-dropdown .exchange,
        ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.reason-select-dropdown .exchange {
          padding-top: 10px;
          text-align: left; }
          ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.reason-select-dropdown .exchange .label,
          ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.reason-select-dropdown .exchange .label {
            display: inline;
            padding-left: 0px;
            font-size: 12px;
            line-height: 28px;
            color: #5A5A5A; }
          ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.reason-select-dropdown .exchange .checkbox,
          ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.reason-select-dropdown .exchange .checkbox {
            display: inline; }
            ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.reason-select-dropdown .exchange .checkbox input[type="checkbox"],
            ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.reason-select-dropdown .exchange .checkbox input[type="checkbox"] {
              top: initial;
              position: initial;
              margin-left: initial; }
          ._store_container .store-returns .store-returns-list .return-exchange-instance .left table tr td.reason-select-dropdown .exchange .select-dropdown,
          ._store_container .store-returns .store-returns-list .return-exchange-instance .right table tr td.reason-select-dropdown .exchange .select-dropdown {
            clear: both; }
._store_container .store-returns #reason-for-return form,
._store_container .store-returns #reason-for-exchange form {
  margin: 20px 0;
  padding: 0 40px; }
  ._store_container .store-returns #reason-for-return form select,
  ._store_container .store-returns #reason-for-exchange form select {
    background: #F5F5F7;
    width: 100%;
    border: none;
    margin: 10px 0;
    padding: 8px; }
  ._store_container .store-returns #reason-for-return form input,
  ._store_container .store-returns #reason-for-exchange form input {
    background: #F5F5F7;
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 8px;
    border: none; }
  ._store_container .store-returns #reason-for-return form button,
  ._store_container .store-returns #reason-for-exchange form button {
    margin: 10px 0;
    padding: 10px 40px;
    float: right; }
