@media (max-width: 768px) and (min-width: 320px) {
  .gift-card-pdp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.gift-card-pdp .gc-images .gc-big-screen {
  width: 100%;
  height: auto; }
  .gift-card-pdp .gc-images .gc-big-screen div.pdp-img {
    max-width: 450px !important;
    object-fit: contain;
    cursor: pointer; }
  @media screen {
    .gift-card-pdp .gc-images .gc-big-screen.desktop {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; } }
  @media (max-width: 768px) and (min-width: 320px) {
    .gift-card-pdp .gc-images .gc-big-screen.desktop {
      display: none; } }
  .gift-card-pdp .gc-images .gc-big-screen .carousel-indicators {
    display: none; }

.gift-card-pdp .gc-images .gc-small-screen {
  width: 100%;
  height: auto; }
  .gift-card-pdp .gc-images .gc-small-screen div.pdp-img {
    cursor: pointer; }
    .gift-card-pdp .gc-images .gc-small-screen div.pdp-img img {
      object-fit: contain; }
  @media screen {
    .gift-card-pdp .gc-images .gc-small-screen.mobile {
      display: none; } }
  @media (max-width: 768px) and (min-width: 320px) {
    .gift-card-pdp .gc-images .gc-small-screen.mobile {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 10px 0px; } }
  .gift-card-pdp .gc-images .gc-small-screen .carousel-indicators {
    display: none; }

.gift-card-pdp .gift-card-section #gift-card-add-cart-form .attributes button.gc-color-type {
  width: 40px;
  height: 40px;
  font-size: inherit; }

.gift-card-pdp .gift-card-section #gift-card-add-cart-form .gift-card-form-wrapper {
  padding-bottom: 10px; }
  .gift-card-pdp .gift-card-section #gift-card-add-cart-form .gift-card-form-wrapper textarea {
    min-height: 120px; }

.card-color-options button.gc-color-type {
  width: 40px;
  height: 40px;
  font-size: inherit;
  position: relative; }
  .card-color-options button.gc-color-type .unselectable::before {
    content: '';
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    bottom: 0.2em;
    background: linear-gradient(to left top, transparent 48.5%, currentColor 50.5%, currentColor 53.5%, transparent 55.5%);
    color: #ffffff;
    width: 1.875rem;
    right: 0.2rem; }
  .card-color-options button.gc-color-type .color-attribute-model {
    z-index: 9999;
    box-shadow: 0rem 0.188rem 5.625rem 0.625rem #F7F7F8;
    width: 135px;
    position: absolute;
    bottom: 0;
    background-color: white;
    border-radius: 2px;
    padding: 5px;
    margin-bottom: 50px;
    display: none; }
    .card-color-options button.gc-color-type .color-attribute-model img {
      height: 105px;
      width: 125px;
      object-fit: inherit; }

.card-amount-options button.gc-card-amount {
  min-width: 48px;
  height: 36px; }
  .card-amount-options button.gc-card-amount.unselectable {
    color: #958F8F !important;
    text-decoration: line-through;
    background-color: #F7F7F8 !important; }
  .card-amount-options button.gc-card-amount.selected {
    border: 0.063rem solid #605858 !important;
    background-color: #f5f2f2 !important; }

.product-detail .attributes .gc-color-type .swatch-circle.color-value.selected,
.product-detail .attributes .gc-color-type .swatch-circle.color-value:hover {
  border: 4px solid #ffffff !important;
  box-shadow: #605858 0px 0px 0px 1px !important; }

.gift-card-form-wrapper {
  margin-bottom: 10px; }

#qwickcilver-message {
  height: 120px; }

.qwick_cilver_addtocart {
  width: 100%;
  height: 48px !important;
  background-color: #F4C6CF;
  border-color: #F4C6CF;
  color: #4E3844;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.attributes {
  padding: 0px !important;
  margin: 0px; }

.card-color-options,
.card-amount-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px; }

@media (max-width: 768px) and (min-width: 320px) {
  .row {
    margin: 0px;
    padding: 0px; }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    padding: 0px; }
  .qc-maxlength {
    text-align: end; }
  .gc-content-section {
    margin: 10px 0px 0px; }
  .product-detail-custom.product-wrapper .qc-breadcrumbs .breadcrumb {
    margin: 0px !important;
    gap: 10px;
    padding: 0px !important; } }

@media (max-width: 768px) and (min-width: 320px) {
  .modal-dialog.mobileModelDown {
    margin-top: 0px !important; } }

.modal-body {
  padding: 0px !important; }
  .modal-body .gcpopupDataBag .qc-card-body {
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 20px !important; }
    .modal-body .gcpopupDataBag .qc-card-body .images {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%; }
      .modal-body .gcpopupDataBag .qc-card-body .images .modal-imgs {
        width: 98px;
        height: 133px; }
    .modal-body .gcpopupDataBag .qc-card-body .qc-item-content {
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media (max-width: 768px) and (min-width: 320px) {
        .modal-body .gcpopupDataBag .qc-card-body .qc-item-content {
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: start;
              justify-content: flex-start; }
          .modal-body .gcpopupDataBag .qc-card-body .qc-item-content .itemCommonInfo div h1 {
            margin-bottom: 0px !important; }
          .modal-body .gcpopupDataBag .qc-card-body .qc-item-content .itemCommonInfo div.pid {
            margin-bottom: 10px; }
          .modal-body .gcpopupDataBag .qc-card-body .qc-item-content .itemCostInfo {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .modal-body .gcpopupDataBag .qc-card-body .p-attributes {
      display: -ms-flexbox;
      display: flex;
      gap: 5px;
      color: inherit; }
  .modal-body .gcpopupDataBag .qc-card-footer .qc-subtotal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-bottom: 1px solid #E0DAD5;
    border-top: 1px solid #E0DAD5;
    padding: 20px; }
  @media (max-width: 768px) and (min-width: 320px) {
    .modal-body .ButtonRowsUi {
      padding: 20px !important; } }

.qc-tc-btn {
  background-color: transparent; }

.popup-dynamic-content {
  padding-left: 16px;
  padding-top: 14px;
  padding-right: 16px; }
  .popup-dynamic-content p {
    padding-left: 6px; }
    .popup-dynamic-content p a {
      color: #000 !important;
      text-decoration: underline; }
  .popup-dynamic-content ul {
    margin-top: 0.625rem; }
    .popup-dynamic-content ul li {
      padding: 4px 0; }
      .popup-dynamic-content ul li a {
        color: #000 !important;
        text-decoration: underline; }

#termsModal.show {
  padding-right: 0 !important; }

#termsModal .modal-dialog {
  max-height: 520px;
  overflow-y: scroll;
  border-radius: 3px; }
  @media (max-width: 768px) {
    #termsModal .modal-dialog {
      margin: 0;
      max-height: 100%; } }

#termsModal .modal-content {
  font-family: 'PublicSans-Light';
  color: #000; }

#termsModal .close {
  opacity: 1; }

