:root {
  --primary-color: #1e2a3b;
  --primary-blue-color: #0D68A7;
  --primary-rgb-color: 30, 42, 59;
  --info-color: #475569;

  --green-color: #008675;
  --green-rgb-color: 0, 134, 117;

  --grey: #e6f3f1;
  --grey-light: #f6f8fc;

  --golden: #e3b618;
  --red: #e31836;
  --sky-blue-color: #B3F3FF;
}
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  background-color: #ffffff;
  color: var(--primary-color);
  min-height: 100vh;
}
::-moz-selection {
  background-color: var(--primary-color);
  color: #ffffff;
}
::selection {
  background-color: var(--primary-color);
  color: #ffffff;
}
img {
  max-width: 100%;
}
a {
  transition: all 0.6s ease-in-out;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  color: var(--primary-color);
  line-height: 1.5;
}
h1,
.h1 {
  font-size: 4rem; /* 56px */
}
h2,
.h2 {
  font-size: 3.5rem; /* 56px */
}
h3,
.h3 {
  font-size: 3rem; /* 48px */
}
h4,
.h4 {
  font-size: 2.25rem; /* 36px */
}
h5,
.h5 {
  font-size: 1.5rem; /* 24px */
}
h6,
.h6 {
  font-size: 1.125rem; /* 18px */
}
.fs-22 {
  font-size: 1.375rem !important;
}
.text-green {
  color: var(--green-color);
}
.text-grey-dark {
  color: var(--grey-dark);
}
.text-info {
  color: var(--info-color) !important;
}
.bg-dark-theme {
  background-color: var(--primary-color);
}
.bg-green {
  background-color: var(--green-color);
}
.bg-grey {
  background-color: var(--grey);
}
.bg-grey-light {
  background-color: var(--grey-light);
}
.section-padding {
  padding: 5rem 0;
}
picture {
  display: block;
}
.ratio-17x9 {
  --bs-aspect-ratio: 62.25%;
}
.drop-shadow-lg {
  filter: drop-shadow(24px 24px 64px rgba(0, 0, 0, 0.161));
}


.btn {
  padding: 0.688rem 1.25rem;
  color: var(--green-color);
  font-size: 1.375rem;
  font-weight: 600;
  border-radius: 1rem;
  display: inline-block;
  border: 1px solid transparent;
  transition: all 0.6s ease-in-out;
}
.btn-primary {
  background-color: var(--green-color);
  border-color: var(--green-color);
  color: #ffffff;
}
.btn.btn-primary:hover,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active,
.btn:focus-visible {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}
.btn-md {
  font-size: 1.125rem;
  padding: 0.875rem 1.25rem;
}
.btn-sm {
  font-size: 1.125rem;
  padding: 0.563rem 1rem;
}
.btn-white {
  background-color: #ffffff;
  color: var(--green-color);
}
.btn-white:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-outline-primary {
  border-color: var(--green-color);
  font-size: 1.125rem;
  padding: 0.875rem 2rem;
}
.btn.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
  font-size: 1.125rem;
  padding: 0.875rem 2rem;
}
.btn.btn-outline-primary:hover {
  background-color: var(--green-color);
}
.btn.btn-lg {
  font-size: 1.125rem;
  padding: 0.875rem 5rem;
}
label {
  font-size: 14px;
  font-weight: 500;
  color: var(--info-color);
  margin-bottom: 5px;
}
.required:before {
  content: "*";
  padding-right: 4px;
  color: var(--red);
}
.form-control {
  font-family: "Inter", sans-serif;
  background-color: var(--grey);
  color: var(--primary-color);
  font-size: 1.25rem;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 0.75rem;
  line-height: 1.2;
  padding: 1.25rem;
}
.authentication-box .form-control:-webkit-autofill,
.authentication-box .form-control:-webkit-autofill:hover,
.authentication-box .form-control:-webkit-autofill:focus,
.authentication-box .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px white inset !important;
  box-shadow: 0 0 0 50px white inset !important;
}
.form-control::-webkit-input-placeholder {
  color: #94a3b8;
}
.form-control::-moz-placeholder {
  color: #94a3b8;
}
.form-control:-ms-input-placeholder {
  color: #94a3b8;
}
.form-control::-ms-input-placeholder {
  color: #94a3b8;
}
.form-control::placeholder,
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #94a3b8 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: normal !important;
  color: var(--primary-color);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
  right: 1.4rem !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L12 16L20 8' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  border: none !important;
  background-size: contain;
  width: 24px !important;
  height: 24px !important;
  margin: 0;
  position: static !important;
  display: block;
}
.select2-container--default .select2-selection--single {
  font-family: "Inter", sans-serif;
  background-color: var(--grey) !important;
  color: var(--primary-color);
  border: none !important;
  height: auto !important;
  line-height: 1.2;
  padding: 1.3rem 1.25rem;
  border-radius: 0.75rem !important;
  font-size: 1.25rem;
  font-weight: 500;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--primary-color) !important;
  padding-left: 0 !important;
}
.form-control:focus {
  background-color: var(--grey);
  color: var(--primary-color);
  border-color: var(--green-color);
}
textarea.form-control {
  min-height: 11rem;
  resize: none;
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L12 16L20 8' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 1.5rem;
}
[lang="fr"] .form-select {
  padding-right: 2.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#remaining-char {
  position: absolute;
  top: auto;
  left: auto;
  right: 1rem;
  bottom: 1rem;
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
}

.custom-checkbox label {
  color: var(--green-color);
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 1.6rem;
  margin-bottom: 0;
  cursor: pointer;
}
.custom-checkbox label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid var(--green-color);
  border-radius: 0.25rem;
}
.custom-checkbox label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  width: 0.75rem;
  height: 0.75rem;
  background: url("../images/icons/tick-white.svg") no-repeat center / contain;
  opacity: 0;
  visibility: hidden;
}
.custom-checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.custom-checkbox input[type="checkbox"]:checked + label::before {
  background-color: var(--green-color);
}

@media (min-width: 2000px) {
  .container-2xl {
    max-width: 1240px;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

/* Header CSS Start */
.header {
  position: relative;
  top: 2.5rem;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header-logo a[href*="/bofa"] {
  display: flex;
  align-items: center;
  width: 370px;
}
.header-logo img {
  width: 118px;
  height: auto;
  position: relative;
}
.header-logo a[href*="/bofa"] img {
  width: 110px;
}
.header-logo a[href*="/bofa"] img ~ img {
  width: 230px;
}
.header-logo .separator {
  width: 1px;
  height: 35px;
  display: inline-block;
  background-color: #ffffff;
  margin-left: 0.8rem;
}
.header .navbar {
  background-color: var(--primary-blue-color);
  padding: 1.5rem 1.563rem;
}
.header.fixed {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background-color: var(--primary-blue-color);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  -webkit-animation: slideDown 0.6s ease-out;
  animation: slideDown 0.6s ease-out;
}
@-webkit-keyframes slideDown {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateY(0);
  }
}

.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item:not(:last-child) {
  margin-right: 0.875rem;
}
.nav-item .nav-link {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  padding: 0;
  display: inline-block;
}
.nav-item .nav-link:hover,
.nav-item .nav-link.active,
.nav-item .nav-link.show {
  color: var(--sky-blue-color);
}
.dropdown-toggle::after {
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.43057 8.51192C4.70014 8.19743 5.17361 8.161 5.48811 8.43057L12 14.0122L18.5119 8.43057C18.8264 8.16101 19.2999 8.19743 19.5695 8.51192C19.839 8.82642 19.8026 9.29989 19.4881 9.56946L12.4881 15.5695C12.2072 15.8102 11.7928 15.8102 11.5119 15.5695L4.51192 9.56946C4.19743 9.29989 4.161 8.82641 4.43057 8.51192Z' fill='%2364748B'/%3E%3C/svg%3E")
    no-repeat center / contain;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.navbar-nav .dropdown-menu {
  top: calc(100% + 0.625rem);
  padding: 1rem 1.2rem;
  border: none;
  box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.5rem;
  width: 230px;
  left: auto;
  right: -0.4rem;
}
.navbar-nav .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -0.563rem;
  right: 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.563rem 1.125rem 0.563rem;
  border-color: transparent transparent #ffffff transparent;
}
.dropdown-menu li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.dropdown-menu .dropdown-item {
  background-color: transparent;
  color: var(--primary-color);
  padding: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: normal;
}
.dropdown-menu .dropdown-item:hover {
  color: var(--green-color);
}

.country-dropdown-list {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  width: 155px;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.5rem;
  overflow: hidden;
  display: none;
}
.country-dropdown .dropdown-button {
  background-color: #ffffff;
  color: var(--green-color);
  font-size: 1rem;
  width: 155px;
  padding: 12px 16px !important;
  border-radius: 4rem;
}
.country-dropdown-list .dropdown-item {
  padding: 11px;
  font-size: 1rem;
  font-weight: 500;
}
.country-dropdown-list .dropdown-item.active {
  background-color: #f5f5f5;
}
.country-dropdown .dropdown-button img,
.country-dropdown-list .dropdown-item img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}

.header .alert {
  margin: -2.5rem 0 1.5rem;
  padding: 0.8rem 1rem;
}
.header .alert.bg-green {
  background-color: var(--primary-blue-color);
  border-bottom: 1px solid #ffffff;
}
.header.fixed .alert {
  margin: 0;
}
.header .alert-dismissible .btn-close {
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 6rem;
  --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L19 19M19 5L5 19' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

@media (max-width: 1399.2px) {
  .navbar-nav .nav-item:not(:last-child) {
    margin-right: 0.4rem;
  }
  .nav-item .nav-link {
    font-size: 1rem;
  }
}
@media (max-width: 1199.2px) {
  .header-logo .separator {
    height: 24px;
  }
  .header-logo img {
    width: 80px;
  }
  .header-logo a[href*="/bofa"] {
    width: 300px;
  }
  .header-logo a[href*="/bofa"] img {
    width: 95px;
  }
  .header-logo a[href*="/bofa"] img ~ img {
    width: 190px;
  }
  .navbar-nav .nav-item:not(:last-child) {
    margin-right: 0.5rem;
  }
  .hero-item picture img {
    width: auto;
    height: auto;
  }
}
@media (max-width: 991.2px) {
  .navbar-toggler {
    border: none;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7H26ZM4 15H26ZM4 23H26Z' fill='%23ffffff'/%3E%3Cpath d='M4 7H26M4 15H26M4 23H26' stroke='%23ffffff' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    width: 2.5rem;
    height: 2.5rem;
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6' y='23' width='24' height='2' rx='1' transform='rotate(-45 6 23)' fill='%23ffffff'/%3E%3Crect x='7' y='6' width='24' height='2' rx='1' transform='rotate(45 7 6)' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  }
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 1rem;
    width: 250px;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.16);
    padding: 1.4rem;
    border-radius: 1.2rem;
  }
  .navbar-nav .nav-item:not(:last-child) {
    margin: 0 0 1rem;
  }
  .nav-item .nav-link {
    font-size: 1.1rem;
    color: var(--primary-color);
  }
  .nav-link.dropdown-toggle::after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .navbar-nav .dropdown-menu {
    padding: 1rem;
    box-shadow: none;
    background-color: var(--grey);
    margin-top: 0.5rem;
    width: 100%;
  }
  .navbar-nav .dropdown-menu:before {
    display: none;
  }
  .dropdown-menu li:not(:last-child) {
    margin-bottom: 0.8rem;
  }
  .dropdown-menu .dropdown-item {
    font-size: 1rem;
  }

  .country-dropdown .dropdown-button {
    background-color: var(--grey);
  }
  .header-logo a[href*="/bofa"] img {
    width: 80px;
  }
  .header-logo a[href*="/bofa"] img ~ img {
    width: 130px;
  }
}
@media (max-width: 767.2px) {
  .header {
    top: 1.5rem;
  }
  .header .alert {
    margin: -1rem 0 1rem;
    padding: 0.8rem 3.5rem 0.8rem 0.5rem;
  }
  .header-logo {
    width: 80%;
  }
  .header-logo a[href*="/bofa"] {
    width: 290px;
  }
  .header-logo a[href*="/bofa"] img {
    width: 80px;
  }
  .header-logo a[href*="/bofa"] img ~ img {
    width: 160px;
  }
  .header-logo img {
    width: 90px;
  }
  .navbar-toggler-icon {
    width: 1.7rem;
    height: 1.7rem;
  }
  .header .alert-dismissible .btn-close {
    right: 1rem;
  }
}
@media (max-width: 360.2px) {
  .header-logo a[href*="/bofa"] img {
    width: 50px;
  }
  .header-logo .separator {
    height: 16px;
  }
  .header-logo a[href*="/bofa"] img ~ img {
    width: 140px;
  }
}

#back-to-top-btn {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid #ffffff;
  padding: 0;
  transform: translateX(70px);
}
#back-to-top-btn.visible {
  transform: translateX(0);
}
#back-to-top-btn svg {
  width: 1.2rem;
  height: 1.2rem;
}
div#google_translate_element {
  position: fixed;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  z-index: 3;
}
/* Header CSS End */

/* Hero Block CSS Start */
.rounded-blob-shape {
  position: absolute;
  top: 0;
  width: 900px;
  height: 625px;
  z-index: -1;
}
.rounded-blob-shape.left {
  left: 0;
}
.rounded-blob-shape.right {
  right: 0;
}
.ellipse-blob-shape {
  position: absolute;
  width: 800px;
  z-index: -1;
}
.ellipse-blob-shape.left-shape {
  top: 5%;
  left: -10%;
}
.ellipse-blob-shape.right-shape {
  bottom: 50px;
  right: -10%;
}
main {
  margin-top: 2rem;
  position: relative;
}
.hero-section {
  position: relative;
  margin-top: -8rem;
  overflow: hidden;
}
.hero-section::after,
.hero-section::before {
  content: "";
  position: absolute;
}
.hero-section::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  /* background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='806' height='600' viewBox='0 0 806 600' fill='none'%3E%3Cpath d='M22.8151 247C-93.5849 67.4 263.648 -39.1667 456.815 -70H863.5V748H436.316C346.983 655.833 139.215 426.6 22.8151 247Z' fill='%23339E91' fill-opacity='0.7'/%3E%3C/svg%3E") */
  background: url("../images/shape/roof-top-pattern.svg") no-repeat center /
    cover;
  z-index: -1;
}
/* .hero-section::before {
  background: url("data:image/svg+xml,%3Csvg width='428' height='468' viewBox='0 0 428 468' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M423 86.9337C244.603 -32.872 21.6059 -11.2151 6.2085 86.9337C-2.46278 148.582 128.958 185.082 200.319 262.034C271.681 338.987 280.707 451.42 221.241 499.803' stroke='%23008675' stroke-width='10' stroke-linecap='round'/%3E%3C/svg%3E%0A")
    no-repeat center top / contain;
  top: 9rem;
  right: 0;
  width: 50%;
  height: 70%;
  z-index: 1;
} */
.hero-item {
  position: relative;
  padding-top: 8rem;
  z-index: 2;
}
.hero-item .line-vector-shape {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 60px;
  bottom: auto;
  left: auto;
}
.hero-item .line-vector-shape svg {
  width: 420px;
  height: 420px;
}
.line-vector-shape svg path {
  stroke-dashoffset: 1004.183349609375px;
  stroke-dasharray: 1004.183349609375px;
  -webkit-transition: stroke-dashoffset 2.5s cubic-bezier(0.47, 0, 0.745, 0.715)
    0s;
  transition: stroke-dashoffset 2.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.line-vector-shape svg.active path {
  stroke-dashoffset: 0;
}
.hero-slider-content h2 {
  font-size: 2.5rem;
}
.hero-item picture {
  overflow: hidden;
}
.hero-item picture img {
  width: auto !important;
  margin-left: auto;
}

.modal-backdrop.show {
  --bs-backdrop-opacity: 0.9;
}
.hero-slider {
  height: 625px;
  display: block;
  overflow: hidden;
}
.hero-slider .owl-dots {
  position: absolute;
  top: auto;
  bottom: 3rem;
  left: 0;
  right: auto;
}
.owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  border: 1px solid var(--green-color) !important;
  background: transparent !important;
  border-radius: 50%;
  margin: 0 3px;
}
.owl-dots .owl-dot.active {
  background: var(--green-color) !important;
}
/* Hero Block CSS End */

.gift-shape {
  position: absolute;
  width: 235px;
  height: 235px;
  transform: rotate(0deg);
  z-index: -1;
  opacity: 0.6;
  -webkit-animation: mooving 6s 6s linear infinite alternate;
  animation: mooving 6s 6s linear infinite alternate;
}
.gift-shape.right-shape {
  top: 50px;
  right: -90px;
}
.stores-section .gift-shape {
  top: auto;
  bottom: 10px;
  width: 125px;
  height: 125px;
  z-index: 1;
}
.gift-shape.left-shape {
  top: 50%;
  left: -110px;
}
@keyframes mooving {
  100% {
    transform: rotate(30deg);
  }
}

.blob-shape {
  position: absolute;
  z-index: -1;
  -webkit-animation: pulse 5s infinite ease-in-out,
    move 10s infinite alternate ease-in-out;
  animation: pulse 5s infinite ease-in-out,
    move 10s infinite alternate ease-in-out;
}
.blob-shape.left-shape {
  top: 0;
  left: -40rem;
}
.blob-shape.right-shape {
  bottom: 0;
  right: -40rem;
}

@-webkit-keyframes pulse {
  0%,
  100% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-60px, 25px);
    transform: translate(-60px, 25px);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-60px, 25px);
    transform: translate(-60px, 25px);
  }
}
@media (max-width: 1199px) {
  .rounded-blob-shape {
    width: 600px;
    height: 325px;
  }
  .rounded-blob-shape.right {
    top: 0;
  }
  .gift-shape {
    width: 150px;
    height: 150px;
  }
  .gift-shape.right-shape {
    right: -50px;
  }
  .gift-shape.left-shape {
    left: -50px;
  }
}
@media (max-width: 991.2px) {
  .hero-item .line-vector-shape svg {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 767.2px) {
  .gift-shape {
    width: 115px;
    height: 115px;
  }
  .gift-shape.left-shape {
    bottom: 0;
    left: -15px;
  }
  .gift-shape.right-shape {
    top: 10px;
    right: -15px;
  }
  .stores-section .gift-shape {
    bottom: 0;
    right: -25px;
    width: 75px;
    height: 75px;
  }
  .hero-item .line-vector-shape {
    top: 40%;
  }
  .ellipse-blob-shape {
    display: none;
  }
}

/* Offer Block Start */
.offer {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  background-color: #ffc107;
  color: var(--primary-color);
  border-radius: 0 0 1rem 0;
  font-size: 0.8rem;
  font-weight: 700;
  display: inline-block;
  z-index: 1;
}
.offer.small {
  font-size: 0.7rem;
  padding: 0.4rem 0.75rem;
  border-radius: 0 0 0.8rem 0;
}

.offer-ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
}
.offer-ribbon::before,
.offer-ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #ffc107;
  border-top-color: transparent;
  border-left-color: transparent;
}
.offer-ribbon::before {
  top: 0;
  right: 36px;
}
.offer-ribbon.small::before {
  right: 48px;
}
.offer-ribbon::after {
  bottom: 35px;
  left: 0;
}
.offer-ribbon.small::after {
  bottom: 48px;
}
.offer-ribbon span {
  position: absolute;
  display: block;
  width: 160px;
  padding: 6px 0;
  background-color: #ffc107;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}
.offer-ribbon.small span {
  font-size: 12px;
  padding: 5px 0;
}
.offer-ribbon span {
  right: 25px;
  top: 30px;
  transform: rotate(-45deg);
}

.shadow-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 2.5rem;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0.5;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.offer-card-left {
  padding: 4.063rem 5rem 6.25rem;
}
.offer-card-right {
  border-radius: 0 1rem 1rem 0;
}
.offer-card-left::after {
  bottom: 2.188rem;
}

.offer-card-left picture {
  transform: rotate(0deg);
  transition: all 0.6s ease-in-out;
  position: relative;
  overflow: hidden;
  padding-top: 61%;
}
.offer-card-left picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.offer-card-left:hover picture,
.offer-card-left.visible picture {
  transform: rotate(-5deg);
  transition: all 0.6s ease-in-out;
}

.gift-card-box {
  margin-top: 3.125rem;
  height: calc(100% - 3.125rem);
}
.gift-card-image {
  padding: 4.688rem 1.25rem 1.25rem;
}
.gift-card-box h5 {
  font-size: 1.375rem;
}
.gift-card-box:hover h5,
.gift-card-box:hover .sub-info,
.gift-card-box.visible h5,
.gift-card-box.visible .sub-info {
  color: #ffffff;
}
.gift-card-box .sub-info {
  opacity: 0.8;
  line-height: 1.29;
  max-height: calc(1.29 * 3 * 1.125rem);
  height: calc(1.29 * 3 * 1.125rem);
  overflow: hidden;
}
.gift-card-box .sub-info,
.gift-card-box .link-btn {
  display: none;
}
.gift-card-box:hover .sub-info,
.gift-card-box:hover .link-btn,
.gift-card-box.visible .sub-info,
.gift-card-box.visible .link-btn {
  display: block;
}
.gift-card-info {
  padding: 1.25rem;
  border-radius: 0 0 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gift-card-box:hover .gift-card-info,
.gift-card-box.visible .gift-card-info {
  background-color: var(--green-color);
  color: #ffffff;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.6s ease-in-out;
}
.gift-card-box:hover .gift-card-btns,
.gift-card-box.visible .gift-card-btns {
  width: 100%;
  margin-top: 3.2rem;
}
.gift-card-box:hover .todays-offer,
.gift-card-box.visible .todays-offer {
  opacity: 0;
  visibility: hidden;
}
.gift-card-box .gift-card-image,
.gift-card-box .gift-card-image picture {
  transition: all 0.6s ease-in-out;
}
.gift-card-box .gift-card-image picture {
  position: relative;
  overflow: hidden;
  padding-top: 61%;
}
.gift-card-box .gift-card-image picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gift-card-box:hover .gift-card-info p,
.gift-card-box.visible .gift-card-info p {
  color: #ffffff !important;
  opacity: 0.6;
}
.gift-card-box:hover .btn,
.gift-card-box.visible .btn {
  background-color: #ffffff;
  color: var(--green-color);
}
.gift-card-box:hover .gift-card-image,
.gift-card-box.visible .gift-card-image {
  height: 10rem;
  display: block;
  padding: 1.25rem 1.25rem 2.5rem;
  margin: auto;
  transition: all 0.6s ease-in-out;
}
.gift-card-box:hover .gift-card-image picture,
.gift-card-box.visible .gift-card-image picture {
  padding-top: 32%;
  transform: rotate(-5deg);
  margin: auto;
  transition: all 0.6s ease-in-out;
}
.gift-card-box:hover .gift-card-image::after,
.gift-card-box.visible .gift-card-image::after {
  width: 10.625rem;
  height: 0.75rem;
}
/* Offer Block End */

/* Multi-Brand Card Block CSS Start */
.multi-brands-content {
  padding: 2.5rem 6rem 4.375rem 3.75rem;
}
.multi-brands-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .multi-brands-slider .owl-dots {
    position: absolute;
    top: auto;
    bottom: 1.875rem;
    left: calc(50% + 5rem);
    transform: translateX(-50%);
    right: auto;
  }
}
@media (min-width: 1700px) {
  .multi-brands-content {
    --container: 1240px;
    padding-right: calc((100% - var(--container) / 2));
  }
}
/* Multi-Brand Card Block CSS End */

/* Popular Brands Block CSS Start */
#branded-cards {
  scroll-margin-top: 70px;
  overflow: hidden;
}
.brands-search .form-control {
  border: 1px solid rgba(0, 0, 0, 0.102);
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 14px;
  padding: 0.925rem 1rem 0.925rem 2.6rem;
  background: #ffffff url("../images/icons/search.svg") no-repeat 0.8rem center /
    1.125rem;
}
.brands-search .btn.btn-primary {
  font-size: 1rem;
  border-radius: 0.5rem;
  padding: 0.688rem 1.76rem;
  margin-left: 1rem;
}
.product-cart .separator {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
}

.category-sortby {
  border: 1px solid rgba(0, 0, 0, 0.102);
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 0.8rem 1rem;
  width: 245px;
  text-align: left;
}
.sortby-dropdown-menu {
  width: 245px;
  padding: 0.4rem 0;
}
button.category-sortby.dropdown-toggle::after {
  float: right;
}
.sortby-dropdown-menu.dropdown-menu li:not(:last-child) {
  margin-bottom: 0;
}
.sortby-dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0.4rem 0.8rem;
}
.sortby-dropdown-menu .dropdown-item:hover {
  background-color: var(--grey);
}
.brands-search {
  min-width: 360px;
}
.brands-search-wrapper {
  min-width: 310px;
}

.brands-tab .nav-link {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem;
  border-radius: 0.5rem;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  word-break: break-word;
}
.brands-tab .nav-link::after {
  content: "->";
  min-width: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  color: var(--green-color);
  font-size: 14px;
  font-weight: 600;
  padding-left: 0.6rem;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
}
.brands-tab .nav-link:hover::after,
.brands-tab .nav-link.active::after {
  opacity: 1;
  visibility: visible;
}
.brands-tab .nav-link:not(:last-child) {
  margin-bottom: 0.2rem;
}
.brands-tab .nav-link.active,
.brands-tab .nav-link:hover {
  background-color: #ffffff;
}
.brands-tab .nav-link span {
  color: var(--green-color);
  font-size: 14px;
  margin-left: 0.5rem;
  min-width: max-content;
}

.trending-now-slider .owl-stage {
  padding: 1rem 0;
} 
.trending-now-slider .owl-dots  {
  text-align: center;
  margin-top: 1.2rem;
}
/* .brand-item {
  cursor: pointer;
  height: 100%;
  text-align: center;
  padding: 0 !important;
} */
.brand-item {
  background-color: #ffffff;
  padding: 1rem;
  box-shadow: 0 0 5px 5px rgba(var(--primary-rgb-color), 0.03);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.brand-item.brand-item-small {
  padding: 0.7rem;
}
.brand-item picture {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 0.5rem;
  font-size: 10px;
}
.brand-item picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
  transform: scale(1);
  transition: all 0.6s ease-in-out;
}
.brand-item:hover picture img {
  transform: scale(1.05);
  transition: all 0.6s ease-in-out;
}
.brand-item .brand-item-name {
  font-size: 1.2rem;
  margin: 0.8rem 0 0;
  display: flex;
  align-items: center;
}
.brand-item.brand-item-small .brand-item-name {
  font-size: 1rem;
  margin: 0.5rem 0 0;
}
.brand-item .brand-item-name .offer {
  font-size: 11px;
  position: static;
  min-width: 50px;
  margin-left: 0.5rem;
  white-space: nowrap;
}
.brand-item.brand-item-small .brand-item-name .offer {
  min-width: 45px;
}
/* .brand-item .brand-item-name {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  bottom: 0;
  font-size: 0.75rem;
  color: #ffffff;
  font-weight: 400;
  padding: 0.5rem 0.4rem;
  margin-bottom: 0;
  background-color: rgba(var(--primary-rgb-color), 0.85);
} */
/* Popular Brands Block CSS End */

/* Checkout Page CSS Start */
.country-select.inside .flag-dropdown,
.country-select.inside .selected-flag {
  width: 100%;
}
.checkout-details {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}
.gift-amount-list li {
  --bs-gutter-y: 1.5rem;
  width: 20%;
  position: relative;
}
.gift-amount-list li.custom-gift-amount {
  width: 40%;
}
.gift-amount-list li.custom-gift-amount:before {
  content: "$";
  color: #94a3b8;
  font-size: 1.25rem;
  font-weight: 500;
  position: absolute;
  top: 2.05rem;
  left: 2rem;
  right: auto;
  bottom: auto;
  line-height: 1px;
}
.gift-amount-list li.custom-gift-amount .form-control {
  padding-left: 2.2rem;
}
.gift-amount label {
  background-color: var(--grey);
  color: #64748b;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 0.75rem;
  width: 100%;
  padding: 1.25rem;
  text-align: center;
  margin-bottom: 0;
  cursor: pointer;
}
.gift-amount input[type="radio"]:checked + label {
  background-color: var(--green-color);
  color: #ffffff;
}

.personalization-item label {
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
}
.personalization-item label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7) url("../images/icons/check-round-fill.svg")
    no-repeat center / 3rem;
  opacity: 0;
  visibility: hidden;
}
.personalization-item label img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.personalization-item input[type="radio"]:checked + label::before {
  opacity: 1;
  visibility: visible;
}

.platform-item label {
  border-radius: 0.75rem;
  border: 2px solid transparent;
  cursor: pointer;
}
.platform-item input[type="radio"]:checked + label {
  border-color: var(--green-color);
}

.checkout-btn {
  font-size: 1.125rem;
  padding: 0.875rem 1.25rem;
}
.input-inline-btn {
  position: relative;
}
.input-inline-btn .form-control {
  background-color: #ffffff;
  border: none;
  border-radius: 0.75rem;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 1.25rem;
}
[lang="fr"] .input-inline-btn .form-control {
  padding-right: calc(100% - 215px);
}
.input-inline-btn .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.875rem;
  left: auto;
  border-radius: 0.75rem;
  padding: 0 1.714rem;
  height: calc(100% - 1rem);
}
.quantity-wrapper span[disabled] {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.03);
}
.quantity-wrapper {
  display: flex;
  align-items: center;
}
.quantity-wrapper span {
  width: 2.75rem;
  height: 2.75rem;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
}
.quantity-wrapper span[disabled] {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.03);
}
.quantity-wrapper input[type="number"] {
  width: 2.625rem;
  height: 2.625rem;
  border: 1px solid rgba(0, 0, 0, 0.102);
  color: var(--green-color);
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0.625rem;
}
.checkout-details picture {
  aspect-ratio: 1/0.635;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.checkout-details picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.country-select {
  width: 100%;
}
.country-select .selected-flag .arrow {
  display: none;
}
.country-select .selected-flag .flag {
  left: 1.25rem;
}

/* Alert Bottom Fixed CSS */
.fixed-alert-bottom {
  background-color: var(--red);
  border-color: var(--red);
  box-shadow: 0 0.125rem 1.625rem rgba(215, 0, 0, 0.1);
  border-radius: 0.375rem;
  width: 27rem;
  left: auto;
  right: 1.8rem;
  bottom: 1.8rem;
}
.fixed-alert-bottom .btn-close {
  padding: 0;
  top: 0.5rem;
  right: 0.5rem;
}
/* Alert Bottom Fixed CSS */

@media (min-width: 768px) {
  .payment-failed-reason:not(.show) {
    display: flex;
    align-items: start;
  }
}
.payment-failed-reason p {
  color: var(--red);
  margin-bottom: 0;
}
.payment-failed-reason.show p {
  color: var(--primary-color);
}
.reasons-list li {
  color: var(--red);
  font-weight: 500;
  margin-bottom: 0.2rem;
}
/* Checkout Page CSS End */

/* Modal CSS Start */
.modal-header {
  border: none;
}
.btn-close {
  opacity: 1;
  padding: 0;
  margin-left: auto;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L19 19M19 5L5 19' stroke='%231E2A3B' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  z-index: 1;
}
.modal-content {
  border-radius: 1rem;
}
.modal-body {
  padding: 2.25rem 4.375rem;
}
/* Modal CSS End */

/* Footer CSS Start */
.footer {
  position: -webkit-sticky;
  position: sticky;
  top: 100%;
}
.footer .nav a:hover {
  text-decoration: underline !important;
}
/* Footer CSS End */

/* Responsive CSS Start */
@media (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 3.571rem;
  }
  h2,
  .h2 {
    font-size: 2.8rem;
  }
  h3,
  .h3 {
    font-size: 2.429rem;
  }
  h4,
  .h4 {
    font-size: 1.714rem;
  }
  h5,
  .h5 {
    font-size: 1.286rem;
  }

  img {
    width: auto;
    height: auto;
  }
  .section-padding {
    padding: 3rem 0;
  }

  /* Offer Box CSS Start */
  .offer-banner-box .offer-banner-img-col {
    top: -6rem;
  }
  /* Offer Box CSS End */

  .brands-search {
    min-width: 260px;
  }

  /* Brand Details Block CSS */
  .brand-details-info a img {
    width: 18px;
    height: 18px;
  }
  .brand-details-block .line-vector-shape svg {
    width: 251px;
    height: 309px;
  }
  /* Brand Details Block CSS */
}
@media (max-width: 991.2px) {
  .btn.btn-lg {
    padding: 0.875rem 2.5rem;
  }
  /* Hero Block CSS Start */
  .hero-section {
    padding-bottom: 3rem;
  }
  .hero-item {
    padding-top: 10rem;
  }
  .hero-slider .owl-dots {
    position: static;
  }
  .hero-slider-content h2 {
    font-size: 2rem;
  }

  .rounded-blob-shape {
    top: 0;
    width: 400px;
    height: 325px;
  }
  /* Hero Block CSS End */

  /* Multi-Brand Card Block CSS Start */
  .multi-brands-content,
  .multi-brands-slider .owl-dots {
    padding: 1.5rem;
  }
  /* Multi-Brand Card Block CSS End */

  /* Offer Block Start */
  .offer-card-left {
    padding: 2rem 4rem 4rem;
  }
  .shadow-bottom:after {
    bottom: 1rem;
  }
  /* Offer Block End */

  /* Modal CSS Start */
  .modal-body {
    padding: 2.3rem 3.8rem;
  }
  /* Modal CSS End */

  /* Offer Box CSS Start */
  .offer-banner-box .offer-banner-img-col {
    top: 0;
  }
  /* Offer Box CSS End */

  /* Brand Details Block CSS */
  .brand-details-block .line-vector-shape svg {
    width: 401px;
    height: 449px;
  }

  .bg-grey-md {
    background-color: var(--grey);
  }
  /* Brand Details Block CSS */
}

@media (max-width: 767.2px) {
  .skiptranslate iframe {
    height: 52px;
  }
  .btn {
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    border-radius: 0.8rem;
  }
  .brand-item .btn {
    padding: 5px 11px;
    font-size: 14px;
    border-radius: 8px;
  }
  .form-control,
  .input-inline-btn .form-control,
  .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    font-size: 1rem;
    padding: 1rem;
  }
  [lang="fr"] .input-inline-btn .form-control {
    padding-right: calc(100% - 175px);
  }
  .col-md-10.mb-5 {
    margin-bottom: 1rem !important;
  }
  /* Hero Block CSS Start */
  .hero-section {
    padding-bottom: 1.5rem;
    margin-top: -6rem;
  }
  /* .hero-section::before {
    top: 7rem;
    right: 50%;
    transform: translateX(50%);
    height: 40%;
  } */
  .hero-item {
    padding-top: 5rem;
  }
  .hero-slider-content {
    padding-bottom: 1rem;
  }
  .hero-slider-content h2 {
    font-size: 2rem;
  }

  .rounded-blob-shape.right {
    top: 4%;
  }
  main {
    overflow-x: hidden;
  }
  /* Hero Block CSS Start */

  /* Offer Block Start */
  .gift-card-box {
    margin-top: 1.125rem;
    height: calc(100% - 1.125rem);
  }
  .shadow-bottom:after {
    bottom: -5px;
  }

  .card-description.text-limit {
    overflow: hidden;
    line-height: 1.4;
    height: calc(1.6 * 2 * 1.125rem);
  }
  /* Offer Block End */

  /* Popular Brands Block CSS Start */
  .brands-tab {
    width: calc(100% - 40px);
    border: none;
    padding: 0.6rem;
    border-radius: 0.75rem;
  }
  .filter-group-wrapper,
  .sortby-dropdown-menu {
    width: 100%;
  }

  .offer {
    font-size: 0.95rem;
  }
  .offer.small {
    font-size: 0.9rem;
  }
  .brand-item {
    padding: 0.5rem;
  }
  .brand-item.brand-item-small {
    padding: 0.4rem;
  }
  .trending-now-slider .owl-stage-outer {
    padding: 1rem 0.5rem;
  }

  .offer-card-right {
    border-radius: 0 0 1rem 1rem;
  }
  .tab-content {
    padding: 0 1rem;
  }
  #buy_card_div {
    padding: 0 1.5rem;
  }
  .offer-ribbon span {
    width: 135px;
    right: 50px;
    top: 20px;
    padding: 5px 0;
    font-size: 12px;
  }
  .offer-ribbon.small span {
    width: 125px;
    right: 55px;
    font-size: 11px;
    padding: 5px 0;
  }
  .offer-ribbon::before {
    right: 65px;
  }
  .offer-ribbon::after {
    bottom: 65px;
  }
  .offer-ribbon.small::before {
    right: 66.5px;
  }
  .offer-ribbon.small::after {
    bottom: 67px;
  }
  /* Popular Brands Block CSS End */

  /* Checkout Page CSS Start */
  .card-checkout-section h5 {
    font-size: 1.6rem;
  }
  .gift-amount-list li {
    width: 25%;
    --bs-gutter-y: 0.8rem;
    --bs-gutter-x: 0.8rem;
  }
  .personalization-item label::before {
    background-size: 2rem;
  }
  .platform-item label {
    padding: 0.8rem !important;
  }
  .platform-item label img {
    width: 1.6rem;
    height: 1.6rem;
  }
  .gift-amount label {
    font-size: 1.1rem;
    padding: 1rem;
  }
  .gift-amount-list li.custom-gift-amount {
    width: 100%;
  }
  .gift-amount-list li.custom-gift-amount:before {
    font-size: 1rem;
    top: 1.643rem;
  }
  .gift-amount-list li.custom-gift-amount .form-control {
    padding-left: 2.6rem;
  }
  .input-inline-btn .btn {
    right: 0.6rem;
  }

  .stripe {
    position: fixed;
    top: auto;
    left: 0;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    z-index: 10;
    background-color: #ffffff;
    border-top: 1px solid var(--primary-color);
    padding: 1rem;
    transition: all 0.6s ease-in-out;
  }
  .show-checkout-btn .stripe {
    transform: translateY(0);
    transition: all 0.6s ease-in-out;
  }
  body.show-checkout-btn {
    padding-bottom: 110px;
  }

  /* Alert Bottom Fixed CSS */
  .fixed-alert-bottom {
    width: 75%;
    right: 1rem;
    bottom: 1rem;
  }
  /* Alert Bottom Fixed CSS */

  /* Checkout Page CSS End */

  /* Payment Page CSS */
  .party-image {
    width: 30%;
  }
  /* Payment Page CSS */

  /* Modal CSS Start */
  .modal-body {
    padding: 3.2rem 1.5rem 1.5rem;
  }
  .modal-body .confirmation-tick {
    width: 6rem;
    height: 6rem;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
  }
  /* Modal CSS End */

  /* Brand Details Block CSS */
  .brand-details-block .line-vector-shape svg {
    width: 271px;
    height: 329px;
  }
  .brand-details-block .btn {
    padding: 10px 12px;
    font-size: 18px;
    border-radius: 12px;
  }
  /* Brand Details Block CSS */
}
@media (max-width: 576.2px) {
  /* Brand Details Block CSS */
  .brand-details-block .line-vector-shape svg {
    width: 211px;
    height: 249px;
  }
  /* Brand Details Block CSS */
}
/* Responsive CSS End */

/* Hansa CSS started */
.error,
#card-errors {
  color: #ff0000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

#card-element {
  font-family: "Inter", sans-serif;
  background-color: var(--grey);
  color: var(--primary-color);
  font-size: 1.25rem;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 0.75rem;
  line-height: 1.2;
  padding: 1.25rem;
}

.stripe p {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: var(--primary-color);
  margin-bottom: 0;
  text-align: center;
}

.stripe p a {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  color: #6a5eff;
  margin-left: 10px;
  text-decoration: none !important;
}

select#billingCountry\ country_selector.error {
  color: var(--primary-color);
}

#amount_cust::-webkit-inner-spin-button,
#amount_cust::-webkit-outer-spin-button,
#quantity-input::-webkit-inner-spin-button,
#quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/* Hansa CSS end */
