.gifts-at-checkout-panel--active {
  overflow-y: hidden; }

.wrap {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
  pointer-events: none; }

.gifts-at-checkout-panel--active .wrap {
  opacity: 0;
  pointer-events: inherit; }

.gifts-at-checkout-panel {
  width: 100%;
  background-color: #fff;
  overflow: scroll;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  padding: 12px 0px;
  -webkit-box-shadow: -20px 0px 20px 0px rgba(0, 0, 0, 0.35);
  box-shadow: -20px 0px 20px 0px rgba(0, 0, 0, 0.35); }

.gifts-at-checkout-close-panel {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  overflow-y: scroll; }
  .gifts-at-checkout-close-panel img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
    .gifts-at-checkout-close-panel img:hover {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  @media screen and (min-width: 1024px) {
    .gifts-at-checkout-close-panel {
      width: 28px;
      height: 28px;
      top: 20px;
      right: 20px; } }

.gifts-at-checkout-inventory {
  margin: 0 auto;
  height: auto;
  padding: 20px; }
  @media screen and (min-width: 780px) {
    .gifts-at-checkout-inventory {
      padding: 0; } }

.gifts-at-checkout-panel--active .gifts-at-checkout-panel--active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

.gift-wrapping {
  position: relative;
  border: 2px solid #c8c8c8;
  margin-bottom: 10px;
  margin-right: 10px; }
  .gift-wrapping .gift-wrapping-details .gift-wrapping-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex:1;
    padding: 10px 0px; }
    .gift-wrapping .gift-wrapping-details .gift-wrapping-inner .single_add_to_cart_button {
      margin-right: 15px; }
  .gift-wrapping .gift-wrapping-details .thumbnail-wrapper {
    margin-right: 27px;
    max-width: 18%;
    margin-left: 15px; }
  .gift-wrapping .gift-wrapping-details .gift_select_qty {
    margin-left: auto;
    margin-right: 25px; }
  .gift-wrapping .gift-wrapping-details textarea {
    font: 13px; }
  .gift-wrapping .gift-wrapping-details .pr-field-wrap {
    visibility: hidden; }
    .gift-wrapping .gift-wrapping-details .pr-field-wrap.visible {
      visibility: visible; }
    .gift-wrapping .gift-wrapping-details .pr-field-wrap label {
      width: 100%; }
    .gift-wrapping .gift-wrapping-details .pr-field-wrap #pr-field {
      width: 97%;
      margin-top: 10px; }

.pr-field-wrap {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

@media screen and (min-width: 780px) {
  .gift-wrapping-details {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  padding:20px; } }

.gifts-at-checkout-grid {
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 0; }

.gifts-at-checkout-grid li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(33.3333% - 10px);
  flex-basis: calc(33.3333% - 10px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 2px solid #c8c8c8;
  padding: 2px 0px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 0; }
  @media screen and (min-width: 780px) {
    .gifts-at-checkout-grid li {
      padding: 0px 0px 6px 0; } }
  @media screen and (min-width: 1024px) {
    .gifts-at-checkout-grid li {
      -ms-flex-preferred-size: calc(20% - 10px);
      flex-basis: calc(20% - 10px);
      margin-right: 10px;
      margin-left: 0px; } }
  .gifts-at-checkout-grid li .single_remove_cart_button,
  .gifts-at-checkout-grid li .single_add_to_cart_button {
    font-size: 13px;
    text-decoration: none; }
  .gifts-at-checkout-grid li p {
    font-size: 12px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px; }
    .gifts-at-checkout-grid li p:after {
      content: '';
      display: block;
      width: 22px;
      margin: auto;
      height: 1px;
      background-color: #ccc;
      margin-top: 10px;
      margin-bottom: -5px; }

.gifts-at-checkout-grid li.in-cart,
.gift-wrapping.in-cart {
  border-color: #000; }

.gifts-at-checkout-grid li button {
  text-decoration: underline;
  margin-top: auto; }

.gifts-at-checkout-grid li .single_add_to_cart_button,
.gift-wrapping .single_add_to_cart_button {
  display: block; }

.gifts-at-checkout-grid li.in-cart .single_add_to_cart_button,
.gift-wrapping.in-cart .single_add_to_cart_button {
  display: none; }

.gifts-at-checkout-grid li .single_remove_cart_button,
.gift-wrapping .single_remove_cart_button {
  display: none; }

.gifts-at-checkout-grid li.in-cart .single_remove_cart_button,
.gift-wrapping.in-cart .single_remove_cart_button {
  display: block; }

.gifts-at-checkout-gifts-panel .gifts-at-checkout-grid li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 25px; }

.gifts-at-checkout-gifts-panel .gifts-at-checkout-grid .thumbnail-wrapper {
  max-width: 121px;
  height: 100%; }

.gifts-at-checkout-gifts-panel .gifts-at-checkout-grid li button {
  display: none; }

.gifts-at-checkout-gifts-panel .gifts-at-checkout-grid .title {
  width: 45%; }

.gift-wrapping-msg {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0;
  position: relative;
  height: 0px;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0px; }
  .gift-wrapping-msg label {
    padding: 5px 0 10px 10px;
    margin-bottom: 0 !important;
    font-size: 13px; }
  .gift-wrapping-msg textarea {
    border: 1px solid #fff !important;
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
    font-size: 13px; }
  .gift-wrapping-msg input {
    font-size: 12px; }

.in-cart .gift-wrapping-msg {
  max-height: 200px;
  height: 100%; }

.gift-wrapping-msg label {
  display: block;
  margin-bottom: 15px; }

.gift-wrapping-msg textarea {
  width: 100%;
  min-height: 60px;
  background: white; }

.gift-wrapping-msg input[type="submit"] {
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  margin-left: 62.55%;
  margin-bottom: 0;
  border: 0 none;
  margin-left: auto; }

.gift-wrapping-msg + input[type="submit"]:hover {
  background: #000;
  color: #fff; }

.gifts-at-checkout-call-to-action {
  width: 100%;
  /*display: flex;*/
  margin-bottom: 20px;
  margin-top: -5px; }
  @media screen and (min-width: 780px) {
    .gifts-at-checkout-call-to-action {
      margin-top: -15px; } }

/*.overlay {
    &:before {
        content: 'Gifts & Wrapping';
        display: block;
        font-size: 18px;
        font-weight: bold;
        padding: 10px;
        color: white;
        position: relative;
        z-index: 2;
        line-height: 20px;
    }
    &:after {
        content: 'Select';
        display: inline-block;
        font-size: 12px;
        padding: 5px 10px;
        background-color: #444;
        color: white;
        position: absolute;
        z-index: 2;
        bottom: 10px;
        left: 10px;
    }
}

.gifts-at-checkout-samples-panel {
    h3:before {
        content: 'Please select your two complimentary samples';
        display: block;
        font-weight: 200;
        margin-bottom: 25px;
        font-size: 26px;
        color: black;
        line-height: 32px;
    }
}*/
.gifts-at-checkout-cta {
  position: relative;
  min-height: 110px;
  /*flex: 1 1 0px;  border: solid 1px #222;*/
  display: block;
  width: 100%;
  text-decoration: none !important;
  border: solid 1px #ddd;
  cursor: pointer; }
  @media screen and (min-width: 780px) {
    .gifts-at-checkout-cta {
      min-height: 110px; } }
  .gifts-at-checkout-cta:hover {
    text-decoration: none !important; }
  .gifts-at-checkout-cta h6 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    position: relative;
    z-index: 2;
    line-height: 20px; }
  .gifts-at-checkout-cta p {
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
    background-color: #444;
    color: white;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 10px;
    margin: 0; }
  .gifts-at-checkout-cta:first-of-type {
    /*margin-right: 10px;*/
    margin-bottom: 10px; }
    .gifts-at-checkout-cta:first-of-type h6 {
      color: #222;
      content: 'FREE Samples'; }
  .gifts-at-checkout-cta img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0; }
  .gifts-at-checkout-cta.gifts-at-checkout-cta-hidden {
    display: none; }

.complimentary-samples {
  display: none; }

.isDisabled {
  pointer-events: none;
  opacity: 0.5; }

.gift-wrap-hidden {
  display:none;
}

@media screen and (min-width: 1024px) {
  .gifts-at-checkout-panel {
    width: 49%;
    left: initial;
    right: 0;
    padding: 30px 0px; }
  .gifts-at-checkout-inventory {
    width: 86%;
    max-width: 666px; } }

    .gifts-at-checkout-grid .single_add_to_cart_button + .added_to_cart {
      display:none;
    }