/** Shopify CDN: Minification failed

Line 85:0 Unexpected "$"

**/
@font-face {
  font-family: "swell-icon";
  src: url("swell-icon.eot?8rr0bq");
  src: url("swell-icon.eot?8rr0bq#iefix") format("embedded-opentype"),
    url("swell-icon.ttf?8rr0bq") format("truetype"),
    url("swell-icon.woff?8rr0bq") format("woff"),
    url("swell-icon.svg?8rr0bq#swell-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="swell-icon-"],
[class*=" swell-icon-"] {
  font-family: "swell-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.swell-icon-sms:before {
  content: "\e90d";
}
.swell-icon-twitter-brands:before {
  content: "\e912";
}
.swell-icon-facebook-share:before {
  content: "\e908";
}
.swell-icon-link:before {
  content: "\e909";
}
.swell-icon-message:before {
  content: "\e90a";
}
.swell-icon-review:before {
  content: "\e900";
  color: #8cb985;
}
.swell-icon-birthday:before {
  content: "\e901";
  color: #896c68;
}
.swell-icon-content:before {
  content: "\e902";
  color: #ebda7f;
}
.swell-icon-cup:before {
  content: "\e903";
  color: #d0a153;
}
.swell-icon-facebook:before {
  content: "\e904";
  color: #b892db;
}
.swell-icon-follow-facebook:before {
  content: "\e905";
  color: #b4be5f;
}
.swell-icon-instagram:before {
  content: "\e906";
  color: #62d1e2;
}
.swell-icon-spend:before {
  content: "\e907";
  color: #ebb8d6;
}
.swell-icon-prev:before {
  content: "\e90b";
}
.swell-icon-next:before {
  content: "\e90c";
}

$min: min-width;
$max: max-width;
$small: 480px;
$small-plus: 560px;
$medium: 768px;
$large: 999px;

/*Media Query Breakpoints Ends*/

/*Text colors*/

$colorTextWhite: #fff;
$colorTextBlack: #000;
$swell-link-bgcolor: #e60c18;
$siteWidth: 1075px;
$gutter: 20px;

/*Helper Classes End*/

@-ms-viewport {
  width: device-width;
}

body {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

ul {
  padding: 0;
  margin: 0;
  li {
    list-style: none;
  }
}

.loader-holder {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lds-default {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-default div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #222222;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}
@keyframes lds-default {
  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

.page-refer {
  .main-content {
    margin: 0;
    padding: 0;
  }
  #shopify-section-footer {
    .main-footer {
      margin: 0;
    }
  }
}
/*Swell link list start*/

.swell-link-list {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  li {
    a {
      &.swell-link-register {
        color: $colorTextWhite;
      }
    }
  }
}

.swell-link {
  display: inline-block;
  margin: 0 0.25em 2em;
}

.swell-link-login:hover,
.swell-link-login:link,
.swell-link-login:visited,
.swell-link-login:focus,
.swell-link-checkout:hover,
.swell-link-checkout:link,
.swell-link-checkout:visited,
.swell-link-checkout:focus {
}

.swell-link a {
  display: block;
  text-transform: uppercase;
  padding: 0.875em 0;
  text-align: center;
  line-height: 1;
  min-width: 187px;
  max-width: 187px;
  margin: 0 auto;
  color: $colorTextWhite;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  background: #c17f54;
  border-radius: 35px;
}

.swell-link-checkout {
  background: $swell-link-bgcolor;
  color: $colorTextWhite;
}

.referral-section {
  background-color: #f8f8f8;
  @media (min-width: 768px) {
    /*background-image: url(../images/swell-refer.jpg);*/
    background-image: url("//leanercreamer.com/cdn/shop/t/98/assets/image-refer.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    &.logged-in {
      /*background-image: url(../images/swell-refer-loggedin.jpg);*/
      background-image: url("//leanercreamer.com/cdn/shop/t/98/assets/image-refer.webp");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 100%;
      min-height: 580px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      position: relative;
    }
  }
  .mobile-banner {
    width: 100%;
    display: block;
    @media (min-width: 768px) {
      display: none;
    }
  }
  .swell-referral-loader {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    @media (min-width: 768px) {
      top: 50%;
    }
    img {
      max-width: 75px;
    }
  }
  .swell-referral {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 40px;
    
      min-width: 500px;
    
  }
  .swell-referral-content {
    position: relative;
    width: 100%;
    
      padding: 0 20px;
   
    .swell-referral-content-holder {
      width: 100%;
      display: block;
      padding: 0 20px 20px;
      @media (min-width: 768px) {
        display: flex;
        padding: 30px 30px 50px 15px;
        max-width: 1140px;
        margin: 0 auto;
      }
      @media ($min: $large) {
        padding: 0;
      }
      .swell-referral-container-holder {
        display: block;
        @media (min-width: 768px) {
          display: flex;
          align-items: center;
          justify-content: center;
          max-width: 525px;
          width: 100%;
          &.logged-in {
            max-width: 1020px;
          }
        }
      }
    }
    .redeem-holder {
      margin: 0 auto;
      padding: 0 15px 10px;
      display: none;
      @media (min-width: 768px) {
        /*max-width: 370px;*/
        max-width: 440px;
        width: 100%;
        padding: 0 15px;
        margin: 0 0 0 80px;
      }
      .check-reward-balance {
        text-align: center;
        a {
          font-size: 14px;
          text-decoration: none;
          font-family: "Karla", sans-serif;
          border-bottom: 1px solid #000;
          color: #000;
          letter-spacing: -1px;
          @media (max-width: 767px) {
            font-size: 16px;
          }
        }
      }
      .refer-details {
        max-width: 535px;
        margin: 0 auto;
        .swell-section-content {
          .swell-referral-heading {
            text-align: center;
            padding: 0px 5px 10px;
            margin-bottom: 15px;
            @media (min-width: 768px) {
              border-top: 0;
              padding-top: 10px;
            }
            h2 {
              font-size: 18px;
              font-weight: 700;
              font-family: "Karla", sans-serif;
              color: $colorTextBlack;
              margin: 0;
              letter-spacing: -1px;
              
                font-size: 20px;
             
              @media (min-width: 768px) {
                font-weight: 400;
              }
            }
          }
        }
      }
      .table-classes {
        border-bottom: 1px solid #c2c2c2;
        padding-bottom: 20px;
        margin-bottom: 30px;
        .swell-table-responsive {
          border: 0;
          min-height: 230px;
          max-height: 230px;
          overflow-y: scroll;
          padding-right: 20px;
          @media (min-width: 768px) {
            min-height: 185px;
            max-height: 185px;
          }
          .swell-referral-table thead tr th {
            text-transform: capitalize;
            border: 0;
            color: $colorTextBlack;
            font-size: 16px;
            font-weight: 300;
          }
          &::-webkit-scrollbar {
            width: 0.6em;
          }
          &::-webkit-scrollbar-track {
            background: #fff;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
          }
          &::-webkit-scrollbar-thumb {
            background-color: #444;
            outline: 1px solid slategrey;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
          }
          .swell-referral-table {
            width: 100%;
            color: $colorTextWhite;
            border-collapse: collapse;
            background: 0;
            border: 0;
            thead {
              background: 0;
              tr {
                background: 0;
                th {
                  font-size: 15px;
                  font-weight: 400;
                  text-align: left;
                  font-family: "Karla", sans-serif;
                  color: $colorTextBlack;
                  padding: 8px 5px;
                  border-bottom: 1px solid #c2c2c2;
                  letter-spacing: -1px;
                }
              }
            }
            tbody {
              tr {
                background: 0;
                &:last-child {
                  td {
                    border-bottom: 0;
                  }
                }
                td {
                  font-size: 15px;
                  font-weight: 400;
                  text-align: left;
                  font-family: "Karla", sans-serif;
                  color: $colorTextBlack;
                  border: 0;
                  border-bottom: 1px solid #c2c2c2;
                  padding: 8px 5px;
                  letter-spacing: -1px;
                  &.swell-truncate {
                    max-width: 205px;
                    width: 205px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    @media (min-width: 768px) {
                      max-width: 250px;
                      width: 250px;
                    }
                    @media (max-width: 767px) {
                      max-width: 185px;
                      width: 185px;
                    }
                  }
                }
              }
            }
          }
        }
      }
      .heading-area {
        text-align: center;
        margin-bottom: 20px;
        .heading-holder {
          max-width: 330px;
          margin: 0 auto 10px;
          h4 {
            letter-spacing: -1px;
            font-size: 24px;
            font-weight: 400;
            line-height: 1.1;
            font-family: "Karla", sans-serif;
            margin-bottom: 0;
            color: $colorTextBlack;
            @media (min-width: 768px) {
              font-size: 20px;
              font-weight: 600;
              letter-spacing: 0;
            }
          }
        }
        p {
          font-size: 16px;
          color: $colorTextBlack;
          letter-spacing: -1px;
          font-weight: normal;
          font-family: "Karla", sans-serif;
          max-width: 365px;
          text-align: center;
          margin: 0 auto;
          line-height: 22px;
          padding: 0 5px;
          @media (min-width: 768px) {
            max-width: 315px;
            line-height: 18px;
          }
        }
      }
    }
  }
  /*custom changes start*/
  .swell-referral-content-sidebar {
    display: none;
  }
  /*custom changes start*/
  .heading-holder {
    margin-bottom: 3em;
  }
  .swell-referral-content-container {
    .swell-referral-content-sidebar {
      .swell-referral-sidebar-details {
        .swell-referral-sidebar-details-action {
          display: block;
          font-size: 40px;
          font-weight: normal;
          color: $colorTextWhite;
          padding: 35px 30px;
          background: rgba(20, 20, 20, 0.75);
        }
        .swell-referral-sidebar-details-reward {
          display: none;
        }
      }
    }
    .swell-referral-content-main {
      color: $colorTextBlack;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 0;
      /*min-height: 450px;*/
      position: relative;
      text-align: center;
      .swell-referral-form-body {
        .swell-referral-form-list {
          list-style-type: none;
          display: block;
          @media (min-width: 768px) {
            display: flex;
            align-items: center;
            justify-content: center;
          }
          .swell-referral-form-list-field {
            .swell-referral-form-field-details {
              display: none;
            }
          }
        }
      }
      .swell-referral-thanks {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0;

        min-height: 471.6px;
        
        .swell-referral-details {
          font-size: 14px;
          border-bottom: 0;
          @media ($min: $small) {
            font-size: 18px;
          }
        }
        .swell-referral-back-link {
          top: 80px;
          right: 0;
          left: 0;
          margin: 0 auto;
          &:before,
          &:after {
            background: $colorTextBlack;
          }
        }
      }
      .swell-referral-register {
        width: 100%;
        margin: 0;
        padding: 0;
      }
      .swell-referral-refer {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        .swell-referral-heading {
          font-size: 37px;
          line-height: 1;
          font-weight: 600;
          margin: 0 0 5px;
          letter-spacing: -1px;
          text-transform: uppercase;
          color: $colorTextBlack;
          @media ($min: $small) {
            font-size: 40px;
          }
          @media (min-width: 768px) {
            letter-spacing: 0;
            font-weight: 700;
            margin: 23px 0 0.3em;
            font-size: 36px;
          }
          @media ($min: $large) {
            font-size: 52px;
          }
        }
        .swell-referral-form-wrapper {
          max-width: 535px;
          margin: 0 auto 20px;
          @media ($min: $medium) {
            max-width: 100%;
          }
        }
      }
      .swell-referral-heading {
        font-size: 34px;
        margin: 0 0 0.2em;
        line-height: 1;
        font-weight: 600;
        font-family: "Josefin Sans", sans-serif;
        color: $colorTextBlack;
        text-transform: uppercase;
        @media ($min: $small) {
          font-size: 38px;
          font-weight: 600;
          letter-spacing: 0;
        }
        @media ($min: $medium) {
          font-weight: bold;
          font-size: 36px;
        }
        @media ($min: $large) {
          font-size: 52px;
        }
        span {
          display: block;
          font-size: 20px;
          font-family: "Karla", Helvetica, Arial, sans-serif;
          font-weight: normal;
          letter-spacing: -1px;
          max-width: 300px;
          margin: 0 auto 30px;
          color: $colorTextBlack;
          position: relative;
          text-transform: none;
          @media ($max: $medium) {
            font-size: 18px;
            margin: 0 auto 15px;
            font-family: "Josefin Sans", sans-serif;
            font-weight: 600;
            text-transform: capitalize;
            color: #222222;
          }
          @media ($max: $small) {
            font-size: 17px;
          }
        }
      }
      .swell-referral-details {
        font-size: 15px;
        color: $colorTextBlack;
        position: relative;
        line-height: 1.2;
        font-family: "Karla", sans-serif;
        max-width: 285px;
        margin: 0 auto;
        font-weight: bold;
        letter-spacing: 0;
        @media ($min: $small) {
          font-size: 16px;
          max-width: 320px;
        }
        @media ($min: $medium) {
          letter-spacing: -0.5px;
          max-width: 415px;
          font-weight: normal;
          max-width: 400px;
          font-size: 18px;
        }
      }
      .swell-border {
        height: 1px;
        border-bottom: 1px solid #797979;
        margin: 25px 0;
        @media ($min: $medium) {
          margin: 45px 0;
        }
      }
      .swell-referral-register {
        .swell-referral-form-wrapper {
          max-width: 535px;
          margin: 0 auto;
          position: relative;
          @media ($min: $medium) {
            max-width: 100%;
          }
        }
      }
      .swell-referral-form-header-details {
        font-size: 15px;
        font-weight: normal;
        color: $colorTextBlack;
        font-family: "Karla", Helvetica, Arial, sans-serif;
        margin: 0 0 30px;
        letter-spacing: -0.5px;
        line-height: 1.2;
        padding: 0 10px;
        @media ($min: $small) {
          /*font-size: 18px;*/
          font-size: 16px;
          margin: 0 0 30px;
        }
      }
      .refer-customer-error {
        color: red;
        margin: 0 0 10px;
        font-size: 14px;
      }
      .swell-referral-form-list-field-input {
        font-size: 14px;
        font-weight: normal;
        width: 100%;
        margin-bottom: 15px;
        font-family: "Karla", sans-serif;
        background-color: #e1e1e1;
        color: #444;
        text-align: left;
        padding: 8px 18px;
        min-height: 50px;
        border: 2px solid #e1e1e1;
        &::placeholder {
          color: #444;
        }
        @media ($min: $medium) {
          margin-bottom: 0;
        }
      }
      .swell-referral-form-list-submit {
        font-size: 13px;
        width: 100%;
        color: $colorTextWhite;
        background-color: #444;
        font-family: "Karla", sans-serif;
        text-transform: uppercase;
        padding: 0;
        font-weight: normal;
        border: 1px solid $colorTextWhite;
        min-height: 50px;
        margin-left: 0;
        @media ($min: $medium) {
          margin-left: 10px;
          font-size: 12px;
          font-weight: bold;
          letter-spacing: 1px;
        }
      }
      .swell-referral-media-wrapper {
        font-size: 16px;
        padding: 0;
        color: $colorTextBlack;
        @media ($min: $medium) {
          padding: 15px 0 0;
        }
        .swell-referral-media-details {
          color: $colorTextBlack;
          font-weight: normal;
          font-family: "Karla", sans-serif;
          font-size: 15px;
          letter-spacing: -0.2px;
          line-height: 1.2;
          margin-bottom: 15px;
          max-width: 235px;
          margin: 0 auto 15px;
          @media ($min: $medium) {
            font-size: 14px;
            max-width: none;
          }
        }
        .swell-referral-media-list {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: row;
          max-width: 500px;
          margin: 0 auto;
          font-size: 0.8em;
          list-style: none;
          @media ($min: $small) {
            font-size: 1em;
          }
          .swell-referral-medium {
            flex-basis: 19%;
            cursor: pointer;
            font-size: 1.2em;
            &:last-child {
              border-right: 0;
            }
            @media (min-width: 768px) {
              flex-basis: 23%;
            }
            @media (min-width: 1024px) {
              flex-basis: 19%;
            }
            &.swell-share-referral-sms {
              display: block;
              @media ($min: $medium) {
                display: none;
              }
            }
            .swell-referral-medium-content {
              font-weight: normal;
              font-size: 13px;
              letter-spacing: 0;
              font-family: "Karla", sans-serif;
              color: $colorTextBlack;
              display: flex;
              align-items: center;
              justify-content: center;
              flex-direction: column;
              @media ($min: $medium) {
                font-size: 12px;
                flex-direction: row;
              }
              @media ($min: $large) {
                font-size: 14px;
              }
              .swell-referral-media-icon {
                margin-bottom: 15px;
                color: $colorTextBlack;
                font-size: 20px;
                font-weight: normal;
                display: block;
                @media ($min: $medium) {
                  margin-bottom: 0;
                  display: inline-block;
                }
              }
              i {
                color: $colorTextBlack;
                @media ($max: $medium) {
                  margin-bottom: 7px;
                }
              }
            }
          }
        }
      }
      .swell-referral-thanks {
        .swell-referral-details {
          margin-bottom: 0;
          padding-bottom: 0;
          &:after {
            display: none;
          }
        }
      }
    }
  }
  @media ($min: $medium) {
    .swell-referral-content-container {
      .swell-referral-content-main {
        .swell-referral-form-list-submit {
          font-size: 14px;
        }
      }
    }
  }
  @media ($min: $medium) {
    .swell-referral-content-container {
      display: block;
      .swell-referral-content-sidebar {
      }
      .swell-referral-content-main {
        flex: 1;
        max-width: 530px;
        margin: 0 auto;
        margin-left: 0;
        /*min-height: 433px;*/
      }
      .swell-referral-form-list-field {
        margin-bottom: 0;
        flex: 3;
        width: 100%;
        &:nth-child(2) {
          flex: 1;
          width: 100%;
          min-width: 100px;
          max-width: 100px;
        }
      }
      .swell-referral-form-list-field-input {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }
      .swell-referral-form-list-submit {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        max-width: 150px;
      }
    }
  }
}

/*Swell Referral Copy Section Start*/

.swell-referral-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.8);
  .swell-referral-copy-sidebar {
    /*background-image: url(../images/swell-copy-image.jpg);*/
    background-image: url("{{ 'swell-copy-image.jpg' | asset_url  }}");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 300px;
    @media (max-width: 768px) {
      background-image: url("{{ 'swell-copy-image-mobile.jpg' | asset_url  }}");
      order: 2;
    }
  }
  .swell-referral-copy-content {
    width: 100%;
    text-align: center;
    display: flex;
    max-width: 900px;
    min-height: 440px;
    margin: 0 20px;
    overflow-y: hidden;
    @media (max-width: 768px) {
      flex-direction: column;
      max-width: 400px;
    }
    .swell-referral-copy-main {
      color: $colorTextBlack;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      width: 100%;
      background-color: $colorTextWhite;
      @media (max-width: 768px) {
        order: 1;
        padding: 70px 0 40px;
      }
      .swell-referral-back-link {
        top: 10px;
        right: 10px;
        width: 1.4em;
        &:after,
        &:before {
          background: $colorTextBlack;
          content: "";
          height: 2px;
          max-width: calc(16px * 1.414);
          position: absolute;
          top: 0;
          transition: 0.05s ease-in-out background-color;
          width: calc(2em * 1.414);
        }
        &.post-popup-copy-close {
          &:after,
          &:before {
            max-width: calc(19px * 1.414);
          }
        }
      }
      .swell-referral-heading {
        margin-bottom: 0;
        i {
          display: none;
        }
        .copy-link-image {
          max-width: 230px;
          margin: 0 auto;
        }
      }
      .swell-referral-copy-link {
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: 700;
        color: #504e4e;
        font-family: "Josefin Sans", sans-serif;
        @media ($min: $small) {
          font-size: 24px;
        }
        @media ($min: $medium) {
          font-size: 32px;
        }
      }
      .swell-referral-copy-button {
        min-width: 145px;
        background: #444;
        color: $colorTextWhite;
        padding: 13px 0;
        font-family: "Karla", sans-serif;
        font-size: 15px;
        font-weight: normal;
        text-transform: uppercase;
        border: 0;
        margin-bottom: 45px;
        @media (max-width: 768px) {
          margin-bottom: 10px;
          padding: 11px 0;
          min-width: 190px;
        }
      }
      .swell-referral-details {
        font-size: 14px;
        line-height: 1.2;
        font-family: "Karla", sans-serif;
        font-weight: normal;
        color: #504e4e;
        margin: 0;
        letter-spacing: 0;
      }
    }
  }
  @media ($min: $medium) {
    .swell-referral-copy-content {
      /* display: flex;
      max-width: 900px;
      min-height: 440px;
      margin: 0 20px;
      overflow-y: hidden;*/
      .swell-referral-copy-sidebar {
        flex: 1;
      }
      .swell-referral-copy-main {
        flex: 1;
      }
    }
  }
}

/*Swell Referral Copy Section End*/

/*Swell back link start*/

.swell-referral-back-link {
  width: 2em;
  height: 2em;
  max-width: 24px;
  max-height: 24px;
  display: block;
  vertical-align: middle;
  margin-left: auto;
  cursor: pointer;
  position: absolute;
  top: -70px;
  &:after,
  &:before {
    background: $colorTextBlack;
    content: "";
    height: 2px;
    max-width: calc(24px * 1.414);
    position: absolute;
    top: 0;
    transition: 0.05s ease-in-out background-color;
    width: calc(2em * 1.414);
  }
  &:before {
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  &:after {
    right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }
}

.swell-post-checkout {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.9);
  .checkout-heading {
    position: relative;
    .swell-post-checkout-heading {
      color: $colorTextWhite;
      padding-top: 1.5em;
      font-size: 30px;
      max-width: 300px;
      font-family: "Karla", sans-serif;
      margin: 0 auto;
    }
  }
  .swell-post-checkout-holder {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin: 0 20px;
    @media (max-width: 768px) {
      min-height: 725px;
      max-height: 725px;
      overflow-y: scroll;
    }
    .swell-referral-back-link {
      z-index: 9;
      top: 20px;
      right: 20px;
      width: 1em;
      &:before,
      &:after {
        max-width: calc(14px * 1.414);
      }
      @media (max-width: 768px) {
        right: unset;
        left: 20px;
      }
    }
    .swell-post-popup-image {
      display: block;
      /*@media($min: $medium) {
        display: block;
      }*/
      .desktop-image {
        display: block;
        @media (max-width: 768px) {
          display: none;
        }
      }
      .mobile-image {
        display: none;
        @media (max-width: 768px) {
          display: block;
        }
      }
      img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center top;
        object-position: center top;
        vertical-align: -webkit-baseline-middle;
      }
    }
    .referral-section {
      background: #fff;
      background-image: none;
      justify-content: center;
      .checkout-holder {
        background: #fff;
        width: 100%;
        max-width: 620px;
        margin: 0 auto;
        .swell-referral {
          padding: 15px 20px;
          margin-bottom: 15px;
          min-height: 500px;
          width: 100%;
          max-width: 480px;
          @media (max-width: 768px) {
            padding: 15px 20px 40px;
          }
          .swell-referral-content-main {
            margin: 0 auto;
            .swell-referral-thanks {
              padding: 156px 0;
              @media (max-width: 768px) {
                padding: 180px 0;
              }
              @media (max-width: 480px) {
                padding: 212.5px 0;
              }
            }
            .swell-referral-refer {
              .swell-referral-heading {
                color: $colorTextBlack;
                font-size: 44px;
                @media (max-width: 480px) {
                  font-size: 32px;
                }
                span {
                  color: $colorTextBlack;
                  font-size: 17px;
                  margin-bottom: 25px;
                }
              }
              .swell-referral-details {
                @media ($min: $medium) {
                  font-size: 15px;
                  max-width: 322px;
                }
              }
              .swell-border {
                border-bottom: 1px solid #ccc;
                margin: 35px 0 40px;
              }
              .swell-referral-form-wrapper {
                .swell-referral-form-header-details {
                  color: $colorTextBlack;
                  font-size: 14px;
                  letter-spacing: 0.5px;
                }
              }
              .swell-referral-media-wrapper {
                .swell-referral-media-details {
                  color: $colorTextBlack;
                  margin-top: 0;
                }
                .swell-referral-media-list {
                  .swell-referral-medium-content {
                    color: $colorTextBlack;
                    font-size: 14px;
                    i {
                      color: $colorTextBlack;
                    }
                  }
                }
              }
            }
          }
        }
        .swell-post-checkout-heading {
          color: $colorTextBlack;
          font-weight: bold;
        }
      }
    }
  }
  @media ($min: $medium) {
    .checkout-heading {
      .swell-post-checkout-heading {
        max-width: 285px;
        margin: 0 auto;
      }
    }
    .swell-post-checkout-holder {
      display: flex;
      max-width: 990px;
    }
  }
}

/*Swell back link end*/
