.map-marker-custom {
  font-size: 1.5rem;
  margin-top: -.5rem;
}

a.btn.btm-lg.btn-outline-secondary.text-primary:hover, a.btn.btm-lg.btn-outline-secondary.text-primary:focus {
  color: #fff !important;
}

.text-90p {
  font-size: .9rem;
}

.text-100p {
  font-size: 1rem;
}


.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 1.625rem);
  padding: .75rem 2rem .75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1e2022;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%2371869d' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right .5rem center/1rem 1rem;
  border: .0625rem solid #e7eaf3;
  border-radius: .3125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-select:focus {
  border-color: rgb(237 28 36 / 50%);
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(59,181,170,.25)
}

.custom-select:focus::-ms-value {
  color: #1e2022;
  background-color: #fff
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none
}

.custom-select:disabled {
  color: #8c98a4;
  background-color: #f8fafd
}

.custom-select::-ms-expand {
  display: none
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1e2022
}

.custom-select-sm {
  height: calc(1.5em + 1.375rem);
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: 1.125rem;
  font-size: .875rem
}

.custom-select-lg {
  height: calc(1.5em + 2.375rem);
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: 1.125rem;
  font-size: 1.25rem
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-search--inline {
  float: left
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option[aria-selected] {
  cursor: pointer
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff
}

.select2-hidden-accessible {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  -webkit-clip-path: inset(50%)!important;
  clip-path: inset(50%)!important;
  height: 1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
  white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top,#fff 50%,#eee 100%);
  background-image: -o-linear-gradient(top,#fff 50%,#eee 100%);
  background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
  background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top,#eee 50%,#ccc 100%);
  background-image: -o-linear-gradient(top,#eee 50%,#ccc 100%);
  background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
  background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: 0 0;
  border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top,#fff 0,#eee 50%);
  background-image: -o-linear-gradient(top,#fff 0,#eee 50%);
  background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
  background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top,#eee 50%,#fff 100%);
  background-image: -o-linear-gradient(top,#eee 50%,#fff 100%);
  background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
  background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
  border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}

.card-frame-highlighted {
  box-shadow: none;
  border-color: rgb(237 28 36);
}

.nav-link.u-header__nav-link.profile-button:hover span {
  color: #fff !important;
}

.nav-link.u-header__nav-link.profile-button span {
  transition: all 0.2s ease-in-out;
}

.gradient-overlay-half-primary-video-v1 {
  overflow: hidden !important;
}
.mobile-menu-item {
  display: none;
}
@media (max-width: 767px) {
  .gradient-overlay-half-primary-video-v1::before {
    background-image: linear-gradient(150deg, rgba(73, 26, 0, 0.05) 0%, rgba(73, 26, 0, 0.15) 100%);
}
#videoPoster {
  background: url('/static/ss-assets/front/ss-design/assets/img/scissors-scotch/backgrounds/door-chair.jpg');
  background-size: cover;
  background-position: 75% 50%;
}
#ssIntroVid {
  display: none;
}
.display-4 {
  font-size: 2.5rem;
}
.mb-sm-4 {
  margin-bottom: 1.5rem;
}
.lead {
  font-size: 1rem;
}
.vh-sm-85 {
  height: 85vh;
}
.navbar-expand-md .u-header__nav-link, .navbar-expand-md .u-header__sub-menu-nav-link {
  color: rgba(0,0,0, 0.9) !important;
}
.js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner, .js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner::before, .js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner::after {
  background-color: rgb(255 255 255 / 100%);
}
.js-header-fix-moment .u-hamburger--white .u-hamburger__inner, .js-header-fix-moment .u-hamburger--white .u-hamburger__inner::before, .js-header-fix-moment .u-hamburger--white .u-hamburger__inner::after {
  background-color: rgb(255 255 255 / 80%);
}
div#navBar {
  padding: 1.5rem 0rem;
}
.nav-item.u-header__nav-last-item.book-now {
  margin-top: .5rem;
  display: inline-block;
}
.book-now .btn {
  background: #ED1C24;
}
.mobile-menu-item {
  display: inline-block;
}
.u-header {
  z-index: 3;
}
.u-header__navbar-brand, .u-header__navbar-brand > img {
  padding-top: .25rem;
  padding-bottom: .25rem;
  width: 8.5rem;
}
}

.video-hero-autofit {
  min-width: 100vw !important;
  min-height: 100vh !important;
  width: auto !important;
  height: auto !important;
}

.text-danger {
  color: #ED1C24 !important;
}

@media (max-width: 767px) {
  .btn-sm-block {
    display: block !important;
    width: 100% !important;
  }
  .mobile-center {
    text-align: center !important;
  }
  .mobile-center-list {
    margin-left: 1.5rem !important;
  }
}

.text-success {
  color: #0cb261 !important;
}

.bg-success {
  background-color: #0cb261!important;
}
.bg-warning {
  background-color: #F4B400!important;
}
.bg-danger {
  background-color: #ED1C24!important;
}

.alert-danger {
  color: #fff;
  background-color: #ED1C24!important;
  border-color: #ED1C24!important;
}

.alert-success {
  color: #fff;
  background-color: #18b669;
  border-color: #18b669;
}

@media (min-width: 768px) {
  .home-background-pic {
    background: url('/static/ss-assets/front/ss-design/assets/img/scissors-scotch/backgrounds/Scissors\&ScotchNavyYard-4-optimized.jpg');
    background-size: cover;
  }
}

@media (min-width: 992px) {
  .gift-card-pic {
    float: right;
  }
}

@media (max-width: 767px) {
  .vh-sm-85 {
      min-height: 100vh !important;
  }
}

@media (min-width: 767px) {
  .min-height-md-60vh {
      min-height: 60vh;
  }
}

.red-x {
  display: block;
  background-image: url(/static/ss-assets/front/ss-design/assets/img/scissors-scotch/bg-shapes/red-x.svg);
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  margin: auto;
  margin-bottom: -80px !important;
}

.red-x.top {
  width: 5rem;
  height: 5rem;
  transform: translateY(-2.5rem);
  align-self: center;
  margin-top: -28px !important;
}

.red-x.top-2 {
  width: 5rem;
  height: 5rem;
  transform: translateY(-2.5rem);
  align-self: center;
  margin-top: -28px !important;
  margin-top: 0 !important;
}

.red-x.bottom {
  width: 5rem;
  height: 5rem;
  transform: translateY(2.5rem);
  align-self: center;
  margin-top: -28px !important;
  margin-bottom: -28px !important;
}

.red-logo {
  background-image: url(/static/ss-assets/front/ss-design/assets/img/scissors-scotch/bg-shapes/red-diamond-s.svg);
  background-repeat: no-repeat;
  text-align: center;
  width: 58px;
  height: 58px;
  position: relative;
  z-index: 2;
  align-self: center;
  margin: -28px auto -28px auto !important;

}

.card.gift-card-pic {
  max-width: 100%;
  width: 400px;
  margin: auto;
  box-shadow: none;
  border-radius: 5px;
  border: none;
  background: transparent;
  margin-top: -20px;
}
input.gift-card-amnt-input {
  border-top-width: initial;
  border-right-width: initial;
  border-left-width: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  height: 80px;
  line-height: 80px;
  font-size: 50px;
  font-weight: 300;
  color: rgb(46, 53, 67);
  width: 74%;
  text-align: center;
  border-style: none none solid;
  border-image: initial;
  margin: 0px auto;
  border-radius: 0px;
  border-bottom: 2px solid rgb(237 28 36);
  padding: 3px 0px;
  transition: all 200ms ease 0s;
  color: rgb(34 106 71) !important;
  font-family: 'proxima-nova';
}

.gift-button {
  height: 48px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.5px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(46, 53, 67);
  border-image: initial;
  padding: 10px 20px;
  border-radius: 8px;
  margin: 0px 5px;
}

.gift-date-picker {
  width: auto;
  appearance: none;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  border-radius: 8px;
  border-width: 1px;
  text-align: center;
  border-style: solid;
  border-color: rgb(184, 194, 199);
  border-image: initial;
  padding: 12px;
  cursor: pointer;
}

.gift-button:hover {
  background-color: rgb(88 52 37);
  color: rgb(255, 255, 255);
}

.gift-price-change {
  width: 35px;
  height: 80px;
  position: relative;
  left: 0px;
  top: 30px;
  background-color: transparent;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='24px' height='2px' viewBox='0 0 24 2' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L2 0L2 24L0 24L0 0Z' transform='matrix(-4.371139E-08 -1 1 -4.371139E-08 0 2)' id='Rectangle-Copy-4' fill='%232E3543' stroke='none' /%3E%3C/svg%3E");
  border-style: none;
  border-color: initial;
  border-image: initial;
  background-repeat: no-repeat;
  background-position: center center;
}

.gift-price-change.add {
  left: auto;
  right: 0px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L2 0L2 24L0 24L0 0Z' transform='translate(11 0)' id='Rectangle' fill='%232E3543' stroke='none' /%3E%3Cpath d='M0 0L2 0L2 24L0 24L0 0Z' transform='matrix(-4.371139E-08 -1 1 -4.371139E-08 0 13)' id='Rectangle' fill='%232E3543' stroke='none' /%3E%3C/svg%3E");
}

.gift-card-send-date-label {
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: rgb(46, 53, 67);
  padding: 0px 0px 8px;
}

.gift-card-info input {
    width: 100%;
    border-radius: 8px;
    background-color: none;
    -webkit-appearance: none;
    border: solid 1px #b8c2c7;
    height: 48px;
    line-height: 24px;
    padding: 12px;
    font-size: 16px;
}

.gift-card-info textarea {
    width: 100%;
    border-radius: 8px;
    background-color: none;
    -webkit-appearance: none;
    border: solid 1px #b8c2c7;
    line-height: 24px;
    padding: 12px;
    font-size: 16px;
}

.gift-card-info .form-label {
    text-align: left;
    text-transform: none;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #ed1c24 !important;
}

.gift-card-info .custom-select:focus, .gift-card-info .form-control:focus {
    box-shadow: 0 0 10px rgb(70 30 13 / 10%);
    border-color: rgb(88 52 37);
    border-width: 2px;
}

input.gift-card-amnt-input:focus {
    outline: none;
    padding: 0;
    border-bottom: 6px solid rgb(237 28 36);
}

.gift-card-amnt-section {
  min-height: 555.79px;
}

@media (max-width: 992px) {
  .gift-button {
    height: 40px;
    padding: 8px 16px;
  }
  .gift-card-price-section {
    margin-top: -1rem;
  }
  .gift-card-amnt-section {
    min-height: fit-content;
  }
}

@media (max-width: 1120px) {
  input.gift-card-amnt-input {
    width: 140px;
  }
  .p-6.gift-card-amnt-section {
    padding: 1.5rem !important;
  }
  .p-6.gift-card-info {
    padding: 2rem !important;
  }
}

.gift-price-change:active {
    outline: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 22%);
    border-radius: 5px;
}

.form-label.form-label-bottom {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.toast {
  z-index: 999999 !important;
}

.toast-header button.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .5rem;
  opacity: .5;
}

.bg-secondary .toast-header button.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.bg-secondary .toast-header {
  background-color: #ED1C24 !important;
  color: white !important;
}

.gift-container {
  max-width: 1300px !important;
}
@media (max-width: 1200px) {
  .mobile-19px {
    height: 0px !important;
  }
  .gift-container {
    max-width: 90vw !important;
  }
}
.gift-card-review-field.line-two {
    width: 100%;
    margin-top: -1rem;
}

img.payment-methods {
  max-height: 30px;
}

img.scotch-glass {
  max-height: 60px;
}

.success-box-check {
  height: 2rem;
}

.gift-card-pic.thanks {
    max-width: 100%;
    width: 300px;
    margin-bottom: 1.5rem;
}

.gift-card-thanks-text {
    font-weight: 400;
    font-size: 1rem;
    color: #1e2022;
}

.gift-card-pic-wrapper {
  width: 400px;
  max-width: 100%;
  height: calc(100vw / 1.544401544401544);
  max-height: 259px;
  margin: auto;
  margin-bottom: -20px;
}
.card-review-field.gift-card-message {
  text-align: right !important;
}
.gc-review-mw-fix {
  max-width: 600px;
  margin: auto;
}
@media (max-width: 669px) {
  .gc-review-mobile-fix, .card-review-field.gift-card-message.gc-review-mobile-fix {
    text-align: center !important;
    width: 100%;
  }
  .gc-review-mobile-fix.gc-review-mobile-fix-val-1 {
    margin-top: -0.5rem !important;
  }
  .gc-review-mobile-fix.gc-review-mobile-fix-val-2 {
    margin-top: -1.5rem !important;
  }
}

.gc-payment-card {
  max-width: 525px;
  margin: auto;
}

@media (max-width: 766px) {
  .gc-headline {
    font-size: 1.75rem;
  }
  .gc-subheadline, .h4.gc-subheadline {
    font-size: 1.25rem !important;
  }
}

@media (min-width: 667px) {
  .gc-review-wrapper {
    max-width: 457px;
    margin: auto;
  }
  .gc-review-wrapper.gc-review-wrapper-msg {
    max-width: 427px;
    display: inline-block !important;
    width: 100% !important;
  }
  .gc-review-wrapper-msg .gc-msg-label {
    max-width: 100px;
    float: left;
  }
  .gc-review-wrapper-msg .gc-msg {
    max-width: calc(100% - 110px);
    text-align: right !important;
    float: right;
  }
}
.terms-label {
  text-align: left !important;
}
.gift-card-pic.gift-card-pic-thanks {
  float: none;
  width: 300px;
  margin-bottom: 1.5rem;
}
.button-loading {
  background: url('https://scissorsscotch.com/static/front-dashboard/gif/loading.gif') no-repeat 50% 50%;
  background-size: contain;
  color: transparent !important;
}
.button-loading:focus {
  box-shadow: none !important;
}
@media (min-width: 767px) and (max-width: 1200px) {
  .gift-card-menu-link {
    text-align: center;
  }
}
.diamond-background-soft {
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 438.5 438.3' style='enable-background:new 0 0 438.5 438.3;' xml:space='preserve'><style type='text/css'>.st0{fill:none;stroke:%23f1f0f0;stroke-miterlimit:10;}</style><rect x='64.8' y='64.7' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -90.7477 219.2906)' class='st0' width='309' height='309'/></svg>");
  background-position: center center;
  background-repeat: repeat;
  background-size: 135px;
}

.u-header.js-header-fix-moment {
  z-index: 4 !important;
}